diff --git a/android-tv/adb_logs.txt b/android-tv/adb_logs.txt new file mode 100644 index 0000000..6297ed1 Binary files /dev/null and b/android-tv/adb_logs.txt differ diff --git a/android-tv/app/src/main/java/com/streamflow/tv/data/api/ApiClient.kt b/android-tv/app/src/main/java/com/streamflow/tv/data/api/ApiClient.kt index 8599a67..3b8906b 100644 --- a/android-tv/app/src/main/java/com/streamflow/tv/data/api/ApiClient.kt +++ b/android-tv/app/src/main/java/com/streamflow/tv/data/api/ApiClient.kt @@ -13,8 +13,8 @@ object ApiClient { // Default base URL for testing // Change this to your production API when ready - // var baseUrl: String = "https://nf.khoavo.myds.me" - private var _baseUrl: String = "http://10.0.2.2:8000/" + // private var _baseUrl: String = "http://10.0.2.2:8000/" + private var _baseUrl: String = "https://nf.khoavo.myds.me/" var baseUrl: String get() = _baseUrl diff --git a/android-tv/build_error.txt b/android-tv/build_error.txt new file mode 100644 index 0000000..512053f --- /dev/null +++ b/android-tv/build_error.txt @@ -0,0 +1,299 @@ +WARNING: A restricted method in java.lang.System has been called +WARNING: java.lang.System::load has been called by net.rubygrapefruit.platform.internal.NativeLibraryLoader in an unnamed module (file:/Users/khoa.vo/.gradle/wrapper/dists/gradle-8.9-bin/90cnw93cvbtalezasaz0blq0a/gradle-8.9/lib/native-platform-0.22-milestone-26.jar) +WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module +WARNING: Restricted methods will be blocked in a future release unless native access is enabled + + +FAILURE: Build failed with an exception. + +* What went wrong: +25.0.1 + +* Try: +> Run with --info or --debug option to get more log output. +> Run with --scan to get full insights. +> Get more help at https://help.gradle.org. + +* Exception is: +java.lang.IllegalArgumentException: 25.0.1 + at org.jetbrains.kotlin.com.intellij.util.lang.JavaVersion.parse(JavaVersion.java:305) + at org.jetbrains.kotlin.com.intellij.util.lang.JavaVersion.current(JavaVersion.java:174) + at org.jetbrains.kotlin.cli.jvm.modules.JavaVersionUtilsKt.isAtLeastJava9(javaVersionUtils.kt:11) + at org.jetbrains.kotlin.cli.jvm.modules.CoreJrtFileSystem$Companion$globalJrtFsCache$1.invoke(CoreJrtFileSystem.kt:83) + at org.jetbrains.kotlin.cli.jvm.modules.CoreJrtFileSystem$Companion$globalJrtFsCache$1.invoke(CoreJrtFileSystem.kt:74) + at org.jetbrains.kotlin.cli.jvm.modules.CoreJrtFileSystem.globalJrtFsCache$lambda$1(CoreJrtFileSystem.kt:74) + at org.jetbrains.kotlin.com.intellij.util.containers.ConcurrentFactoryMap$2.create(ConcurrentFactoryMap.java:174) + at org.jetbrains.kotlin.com.intellij.util.containers.ConcurrentFactoryMap.get(ConcurrentFactoryMap.java:40) + at org.jetbrains.kotlin.cli.jvm.modules.CoreJrtFileSystem$roots$1.invoke(CoreJrtFileSystem.kt:34) + at org.jetbrains.kotlin.cli.jvm.modules.CoreJrtFileSystem$roots$1.invoke(CoreJrtFileSystem.kt:33) + at org.jetbrains.kotlin.cli.jvm.modules.CoreJrtFileSystem.roots$lambda$0(CoreJrtFileSystem.kt:33) + at org.jetbrains.kotlin.com.intellij.util.containers.ConcurrentFactoryMap$2.create(ConcurrentFactoryMap.java:174) + at org.jetbrains.kotlin.com.intellij.util.containers.ConcurrentFactoryMap.get(ConcurrentFactoryMap.java:40) + at org.jetbrains.kotlin.cli.jvm.modules.CoreJrtFileSystem.findFileByPath(CoreJrtFileSystem.kt:42) + at org.jetbrains.kotlin.cli.jvm.modules.CliJavaModuleFinder.(CliJavaModuleFinder.kt:44) + at org.jetbrains.kotlin.cli.jvm.compiler.KotlinCoreEnvironment.(KotlinCoreEnvironment.kt:210) + at org.jetbrains.kotlin.cli.jvm.compiler.KotlinCoreEnvironment.(KotlinCoreEnvironment.kt) + at org.jetbrains.kotlin.cli.jvm.compiler.KotlinCoreEnvironment$Companion.createForProduction(KotlinCoreEnvironment.kt:446) + at org.gradle.kotlin.dsl.support.KotlinCompilerKt$kotlinCoreEnvironmentFor$1.create(KotlinCompiler.kt:429) + at org.gradle.kotlin.dsl.support.KotlinCompilerKt$kotlinCoreEnvironmentFor$1.create(KotlinCompiler.kt:425) + at org.gradle.internal.SystemProperties.withSystemProperty(SystemProperties.java:123) + at org.gradle.kotlin.dsl.support.KotlinCompilerKt.kotlinCoreEnvironmentFor(KotlinCompiler.kt:425) + at org.gradle.kotlin.dsl.support.KotlinCompilerKt.compileKotlinScriptModuleTo(KotlinCompiler.kt:184) + at org.gradle.kotlin.dsl.support.KotlinCompilerKt.compileKotlinScriptToDirectory(KotlinCompiler.kt:148) + at org.gradle.kotlin.dsl.execution.ResidualProgramCompiler$compileScript$1.invoke(ResidualProgramCompiler.kt:712) + at org.gradle.kotlin.dsl.execution.ResidualProgramCompiler$compileScript$1.invoke(ResidualProgramCompiler.kt:711) + at org.gradle.kotlin.dsl.provider.StandardKotlinScriptEvaluator$InterpreterHost$runCompileBuildOperation$1.call(KotlinScriptEvaluator.kt:186) + at org.gradle.kotlin.dsl.provider.StandardKotlinScriptEvaluator$InterpreterHost$runCompileBuildOperation$1.call(KotlinScriptEvaluator.kt:183) + at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:209) + at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) + at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) + at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) + at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:166) + at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) + at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) + at org.gradle.kotlin.dsl.provider.StandardKotlinScriptEvaluator$InterpreterHost.runCompileBuildOperation(KotlinScriptEvaluator.kt:183) + at org.gradle.kotlin.dsl.execution.Interpreter$compile$1$1$1$1.invoke(Interpreter.kt:332) + at org.gradle.kotlin.dsl.execution.Interpreter$compile$1$1$1$1.invoke(Interpreter.kt:332) + at org.gradle.kotlin.dsl.execution.ResidualProgramCompiler.compileScript-C5AE47M(ResidualProgramCompiler.kt:711) + at org.gradle.kotlin.dsl.execution.ResidualProgramCompiler.compileStage1-EfyMToc(ResidualProgramCompiler.kt:694) + at org.gradle.kotlin.dsl.execution.ResidualProgramCompiler.emitStage1Sequence(ResidualProgramCompiler.kt:246) + at org.gradle.kotlin.dsl.execution.ResidualProgramCompiler.emitStage1Sequence(ResidualProgramCompiler.kt:237) + at org.gradle.kotlin.dsl.execution.ResidualProgramCompiler.emit(ResidualProgramCompiler.kt:197) + at org.gradle.kotlin.dsl.execution.ResidualProgramCompiler.emit(ResidualProgramCompiler.kt:181) + at org.gradle.kotlin.dsl.execution.ResidualProgramCompiler.access$emit(ResidualProgramCompiler.kt:83) + at org.gradle.kotlin.dsl.execution.ResidualProgramCompiler$emitDynamicProgram$1$1.invoke(ResidualProgramCompiler.kt:122) + at org.gradle.kotlin.dsl.execution.ResidualProgramCompiler$emitDynamicProgram$1$1.invoke(ResidualProgramCompiler.kt:120) + at org.gradle.kotlin.dsl.execution.ResidualProgramCompiler$overrideExecute$1.invoke(ResidualProgramCompiler.kt:547) + at org.gradle.kotlin.dsl.execution.ResidualProgramCompiler$overrideExecute$1.invoke(ResidualProgramCompiler.kt:546) + at org.gradle.kotlin.dsl.support.bytecode.AsmExtensionsKt.method(AsmExtensions.kt:131) + at org.gradle.kotlin.dsl.support.bytecode.AsmExtensionsKt.publicMethod(AsmExtensions.kt:114) + at org.gradle.kotlin.dsl.support.bytecode.AsmExtensionsKt.publicMethod$default(AsmExtensions.kt:106) + at org.gradle.kotlin.dsl.execution.ResidualProgramCompiler.overrideExecute(ResidualProgramCompiler.kt:546) + at org.gradle.kotlin.dsl.execution.ResidualProgramCompiler.access$overrideExecute(ResidualProgramCompiler.kt:83) + at org.gradle.kotlin.dsl.execution.ResidualProgramCompiler$emitDynamicProgram$1.invoke(ResidualProgramCompiler.kt:120) + at org.gradle.kotlin.dsl.execution.ResidualProgramCompiler$emitDynamicProgram$1.invoke(ResidualProgramCompiler.kt:118) + at org.gradle.kotlin.dsl.execution.ResidualProgramCompiler$program$3.invoke(ResidualProgramCompiler.kt:672) + at org.gradle.kotlin.dsl.execution.ResidualProgramCompiler$program$3.invoke(ResidualProgramCompiler.kt:670) + at org.gradle.kotlin.dsl.support.bytecode.AsmExtensionsKt.publicClass-7y5yvvE(AsmExtensions.kt:39) + at org.gradle.kotlin.dsl.execution.ResidualProgramCompiler.program-5oOsWEo(ResidualProgramCompiler.kt:670) + at org.gradle.kotlin.dsl.execution.ResidualProgramCompiler.access$program-5oOsWEo(ResidualProgramCompiler.kt:83) + at org.gradle.kotlin.dsl.execution.ResidualProgramCompiler.emitDynamicProgram(ResidualProgramCompiler.kt:797) + at org.gradle.kotlin.dsl.execution.ResidualProgramCompiler.compile(ResidualProgramCompiler.kt:101) + at org.gradle.kotlin.dsl.execution.Interpreter$compile$1.invoke(Interpreter.kt:335) + at org.gradle.kotlin.dsl.execution.Interpreter$compile$1.invoke(Interpreter.kt:299) + at org.gradle.kotlin.dsl.provider.StandardKotlinScriptEvaluator$KotlinScriptCompilationAndInstrumentation.compile(KotlinScriptEvaluator.kt:408) + at org.gradle.internal.scripts.BuildScriptCompilationAndInstrumentation.execute(BuildScriptCompilationAndInstrumentation.java:95) + at org.gradle.internal.execution.steps.ExecuteStep.executeInternal(ExecuteStep.java:105) + at org.gradle.internal.execution.steps.ExecuteStep.access$000(ExecuteStep.java:44) + at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:59) + at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:56) + at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:209) + at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) + at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) + at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) + at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:166) + at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) + at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) + at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:56) + at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:44) + at org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:42) + at org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:75) + at org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:55) + at org.gradle.internal.execution.steps.PreCreateOutputParentsStep.execute(PreCreateOutputParentsStep.java:50) + at org.gradle.internal.execution.steps.PreCreateOutputParentsStep.execute(PreCreateOutputParentsStep.java:28) + at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:61) + at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:26) + at org.gradle.internal.execution.steps.NoInputChangesStep.execute(NoInputChangesStep.java:30) + at org.gradle.internal.execution.steps.NoInputChangesStep.execute(NoInputChangesStep.java:21) + at org.gradle.internal.execution.steps.CaptureOutputsAfterExecutionStep.execute(CaptureOutputsAfterExecutionStep.java:69) + at org.gradle.internal.execution.steps.CaptureOutputsAfterExecutionStep.execute(CaptureOutputsAfterExecutionStep.java:46) + at org.gradle.internal.execution.steps.BuildCacheStep.executeWithoutCache(BuildCacheStep.java:189) + at org.gradle.internal.execution.steps.BuildCacheStep.lambda$execute$1(BuildCacheStep.java:75) + at org.gradle.internal.Either$Right.fold(Either.java:175) + at org.gradle.internal.execution.caching.CachingState.fold(CachingState.java:62) + at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:73) + at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:48) + at org.gradle.internal.execution.steps.NeverUpToDateStep.execute(NeverUpToDateStep.java:34) + at org.gradle.internal.execution.steps.NeverUpToDateStep.execute(NeverUpToDateStep.java:22) + at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:37) + at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:27) + at org.gradle.internal.execution.steps.ResolveNonIncrementalCachingStateStep.executeDelegate(ResolveNonIncrementalCachingStateStep.java:50) + at org.gradle.internal.execution.steps.AbstractResolveCachingStateStep.execute(AbstractResolveCachingStateStep.java:71) + at org.gradle.internal.execution.steps.AbstractResolveCachingStateStep.execute(AbstractResolveCachingStateStep.java:39) + at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:105) + at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:54) + at org.gradle.internal.execution.steps.AbstractCaptureStateBeforeExecutionStep.execute(AbstractCaptureStateBeforeExecutionStep.java:64) + at org.gradle.internal.execution.steps.AbstractCaptureStateBeforeExecutionStep.execute(AbstractCaptureStateBeforeExecutionStep.java:43) + at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:38) + at org.gradle.internal.execution.steps.AssignImmutableWorkspaceStep.lambda$executeInTemporaryWorkspace$3(AssignImmutableWorkspaceStep.java:209) + at org.gradle.internal.execution.workspace.impl.CacheBasedImmutableWorkspaceProvider$1.withTemporaryWorkspace(CacheBasedImmutableWorkspaceProvider.java:119) + at org.gradle.internal.execution.steps.AssignImmutableWorkspaceStep.executeInTemporaryWorkspace(AssignImmutableWorkspaceStep.java:199) + at org.gradle.internal.execution.steps.AssignImmutableWorkspaceStep.lambda$execute$0(AssignImmutableWorkspaceStep.java:121) + at org.gradle.internal.execution.steps.AssignImmutableWorkspaceStep.execute(AssignImmutableWorkspaceStep.java:121) + at org.gradle.internal.execution.steps.AssignImmutableWorkspaceStep.execute(AssignImmutableWorkspaceStep.java:90) + at org.gradle.internal.execution.steps.ChoosePipelineStep.execute(ChoosePipelineStep.java:38) + at org.gradle.internal.execution.steps.ChoosePipelineStep.execute(ChoosePipelineStep.java:23) + at org.gradle.internal.execution.steps.ExecuteWorkBuildOperationFiringStep.lambda$execute$2(ExecuteWorkBuildOperationFiringStep.java:67) + at org.gradle.internal.execution.steps.ExecuteWorkBuildOperationFiringStep.execute(ExecuteWorkBuildOperationFiringStep.java:67) + at org.gradle.internal.execution.steps.ExecuteWorkBuildOperationFiringStep.execute(ExecuteWorkBuildOperationFiringStep.java:39) + at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:46) + at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:34) + at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:48) + at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:35) + at org.gradle.internal.execution.impl.DefaultExecutionEngine$1.execute(DefaultExecutionEngine.java:61) + at org.gradle.kotlin.dsl.provider.StandardKotlinScriptEvaluator$InterpreterHost.cachedDirFor(KotlinScriptEvaluator.kt:278) + at org.gradle.kotlin.dsl.execution.Interpreter.compile(Interpreter.kt:299) + at org.gradle.kotlin.dsl.execution.Interpreter.emitSpecializedProgramFor(Interpreter.kt:266) + at org.gradle.kotlin.dsl.execution.Interpreter.eval(Interpreter.kt:198) + at org.gradle.kotlin.dsl.provider.StandardKotlinScriptEvaluator.evaluate(KotlinScriptEvaluator.kt:124) + at org.gradle.kotlin.dsl.provider.KotlinScriptPluginFactory$create$1.invoke(KotlinScriptPluginFactory.kt:51) + at org.gradle.kotlin.dsl.provider.KotlinScriptPluginFactory$create$1.invoke(KotlinScriptPluginFactory.kt:48) + at org.gradle.kotlin.dsl.provider.KotlinScriptPlugin.apply(KotlinScriptPlugin.kt:35) + at org.gradle.configuration.BuildOperationScriptPlugin$1.run(BuildOperationScriptPlugin.java:68) + at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29) + at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26) + at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) + at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) + at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:166) + at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) + at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47) + at org.gradle.configuration.BuildOperationScriptPlugin.lambda$apply$0(BuildOperationScriptPlugin.java:65) + at org.gradle.internal.code.DefaultUserCodeApplicationContext.apply(DefaultUserCodeApplicationContext.java:44) + at org.gradle.configuration.BuildOperationScriptPlugin.apply(BuildOperationScriptPlugin.java:65) + at org.gradle.initialization.ScriptEvaluatingSettingsProcessor.applySettingsScript(ScriptEvaluatingSettingsProcessor.java:75) + at org.gradle.initialization.ScriptEvaluatingSettingsProcessor.process(ScriptEvaluatingSettingsProcessor.java:68) + at org.gradle.initialization.SettingsEvaluatedCallbackFiringSettingsProcessor.process(SettingsEvaluatedCallbackFiringSettingsProcessor.java:34) + at org.gradle.initialization.RootBuildCacheControllerSettingsProcessor.process(RootBuildCacheControllerSettingsProcessor.java:47) + at org.gradle.initialization.BuildOperationSettingsProcessor$2.call(BuildOperationSettingsProcessor.java:49) + at org.gradle.initialization.BuildOperationSettingsProcessor$2.call(BuildOperationSettingsProcessor.java:46) + at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:209) + at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) + at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) + at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) + at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:166) + at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) + at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) + at org.gradle.initialization.BuildOperationSettingsProcessor.process(BuildOperationSettingsProcessor.java:46) + at org.gradle.initialization.DefaultSettingsLoader.findSettingsAndLoadIfAppropriate(DefaultSettingsLoader.java:143) + at org.gradle.initialization.DefaultSettingsLoader.findAndLoadSettings(DefaultSettingsLoader.java:63) + at org.gradle.initialization.SettingsAttachingSettingsLoader.findAndLoadSettings(SettingsAttachingSettingsLoader.java:33) + at org.gradle.internal.composite.CommandLineIncludedBuildSettingsLoader.findAndLoadSettings(CommandLineIncludedBuildSettingsLoader.java:35) + at org.gradle.internal.composite.ChildBuildRegisteringSettingsLoader.findAndLoadSettings(ChildBuildRegisteringSettingsLoader.java:44) + at org.gradle.internal.composite.CompositeBuildSettingsLoader.findAndLoadSettings(CompositeBuildSettingsLoader.java:35) + at org.gradle.initialization.InitScriptHandlingSettingsLoader.findAndLoadSettings(InitScriptHandlingSettingsLoader.java:33) + at org.gradle.api.internal.initialization.CacheConfigurationsHandlingSettingsLoader.findAndLoadSettings(CacheConfigurationsHandlingSettingsLoader.java:36) + at org.gradle.initialization.GradlePropertiesHandlingSettingsLoader.findAndLoadSettings(GradlePropertiesHandlingSettingsLoader.java:38) + at org.gradle.initialization.DefaultSettingsPreparer.prepareSettings(DefaultSettingsPreparer.java:31) + at org.gradle.initialization.BuildOperationFiringSettingsPreparer$LoadBuild.doLoadBuild(BuildOperationFiringSettingsPreparer.java:71) + at org.gradle.initialization.BuildOperationFiringSettingsPreparer$LoadBuild.run(BuildOperationFiringSettingsPreparer.java:66) + at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29) + at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26) + at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) + at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) + at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:166) + at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) + at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47) + at org.gradle.initialization.BuildOperationFiringSettingsPreparer.prepareSettings(BuildOperationFiringSettingsPreparer.java:54) + at org.gradle.initialization.VintageBuildModelController.lambda$prepareSettings$1(VintageBuildModelController.java:80) + at org.gradle.internal.model.StateTransitionController.lambda$doTransition$14(StateTransitionController.java:255) + at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:266) + at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:254) + at org.gradle.internal.model.StateTransitionController.lambda$transitionIfNotPreviously$11(StateTransitionController.java:213) + at org.gradle.internal.work.DefaultSynchronizer.withLock(DefaultSynchronizer.java:34) + at org.gradle.internal.model.StateTransitionController.transitionIfNotPreviously(StateTransitionController.java:209) + at org.gradle.initialization.VintageBuildModelController.prepareSettings(VintageBuildModelController.java:80) + at org.gradle.initialization.VintageBuildModelController.prepareToScheduleTasks(VintageBuildModelController.java:70) + at org.gradle.internal.build.DefaultBuildLifecycleController.lambda$prepareToScheduleTasks$6(DefaultBuildLifecycleController.java:175) + at org.gradle.internal.model.StateTransitionController.lambda$doTransition$14(StateTransitionController.java:255) + at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:266) + at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:254) + at org.gradle.internal.model.StateTransitionController.lambda$maybeTransition$9(StateTransitionController.java:190) + at org.gradle.internal.work.DefaultSynchronizer.withLock(DefaultSynchronizer.java:34) + at org.gradle.internal.model.StateTransitionController.maybeTransition(StateTransitionController.java:186) + at org.gradle.internal.build.DefaultBuildLifecycleController.prepareToScheduleTasks(DefaultBuildLifecycleController.java:173) + at org.gradle.internal.buildtree.DefaultBuildTreeWorkPreparer.scheduleRequestedTasks(DefaultBuildTreeWorkPreparer.java:36) + at org.gradle.internal.cc.impl.VintageBuildTreeWorkController$scheduleAndRunRequestedTasks$1.apply(VintageBuildTreeWorkController.kt:36) + at org.gradle.internal.cc.impl.VintageBuildTreeWorkController$scheduleAndRunRequestedTasks$1.apply(VintageBuildTreeWorkController.kt:35) + at org.gradle.composite.internal.DefaultIncludedBuildTaskGraph.withNewWorkGraph(DefaultIncludedBuildTaskGraph.java:112) + at org.gradle.internal.cc.impl.VintageBuildTreeWorkController.scheduleAndRunRequestedTasks(VintageBuildTreeWorkController.kt:35) + at org.gradle.internal.buildtree.DefaultBuildTreeLifecycleController.lambda$scheduleAndRunTasks$1(DefaultBuildTreeLifecycleController.java:77) + at org.gradle.internal.buildtree.DefaultBuildTreeLifecycleController.lambda$runBuild$4(DefaultBuildTreeLifecycleController.java:120) + at org.gradle.internal.model.StateTransitionController.lambda$transition$6(StateTransitionController.java:169) + at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:266) + at org.gradle.internal.model.StateTransitionController.lambda$transition$7(StateTransitionController.java:169) + at org.gradle.internal.work.DefaultSynchronizer.withLock(DefaultSynchronizer.java:44) + at org.gradle.internal.model.StateTransitionController.transition(StateTransitionController.java:169) + at org.gradle.internal.buildtree.DefaultBuildTreeLifecycleController.runBuild(DefaultBuildTreeLifecycleController.java:117) + at org.gradle.internal.buildtree.DefaultBuildTreeLifecycleController.scheduleAndRunTasks(DefaultBuildTreeLifecycleController.java:77) + at org.gradle.internal.buildtree.DefaultBuildTreeLifecycleController.scheduleAndRunTasks(DefaultBuildTreeLifecycleController.java:72) + at org.gradle.tooling.internal.provider.ExecuteBuildActionRunner.run(ExecuteBuildActionRunner.java:31) + at org.gradle.launcher.exec.ChainingBuildActionRunner.run(ChainingBuildActionRunner.java:35) + at org.gradle.internal.buildtree.ProblemReportingBuildActionRunner.run(ProblemReportingBuildActionRunner.java:49) + at org.gradle.launcher.exec.BuildOutcomeReportingBuildActionRunner.run(BuildOutcomeReportingBuildActionRunner.java:65) + at org.gradle.tooling.internal.provider.FileSystemWatchingBuildActionRunner.run(FileSystemWatchingBuildActionRunner.java:140) + at org.gradle.launcher.exec.BuildCompletionNotifyingBuildActionRunner.run(BuildCompletionNotifyingBuildActionRunner.java:41) + at org.gradle.launcher.exec.RootBuildLifecycleBuildActionExecutor.lambda$execute$0(RootBuildLifecycleBuildActionExecutor.java:40) + at org.gradle.composite.internal.DefaultRootBuildState.run(DefaultRootBuildState.java:130) + at org.gradle.launcher.exec.RootBuildLifecycleBuildActionExecutor.execute(RootBuildLifecycleBuildActionExecutor.java:40) + at org.gradle.internal.buildtree.InitDeprecationLoggingActionExecutor.execute(InitDeprecationLoggingActionExecutor.java:62) + at org.gradle.internal.buildtree.InitProblems.execute(InitProblems.java:36) + at org.gradle.internal.buildtree.DefaultBuildTreeContext.execute(DefaultBuildTreeContext.java:40) + at org.gradle.launcher.exec.BuildTreeLifecycleBuildActionExecutor.lambda$execute$0(BuildTreeLifecycleBuildActionExecutor.java:71) + at org.gradle.internal.buildtree.BuildTreeState.run(BuildTreeState.java:60) + at org.gradle.launcher.exec.BuildTreeLifecycleBuildActionExecutor.execute(BuildTreeLifecycleBuildActionExecutor.java:71) + at org.gradle.launcher.exec.RunAsBuildOperationBuildActionExecutor$3.call(RunAsBuildOperationBuildActionExecutor.java:61) + at org.gradle.launcher.exec.RunAsBuildOperationBuildActionExecutor$3.call(RunAsBuildOperationBuildActionExecutor.java:57) + at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:209) + at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) + at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) + at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) + at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:166) + at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) + at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) + at org.gradle.launcher.exec.RunAsBuildOperationBuildActionExecutor.execute(RunAsBuildOperationBuildActionExecutor.java:57) + at org.gradle.launcher.exec.RunAsWorkerThreadBuildActionExecutor.lambda$execute$0(RunAsWorkerThreadBuildActionExecutor.java:36) + at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:267) + at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:131) + at org.gradle.launcher.exec.RunAsWorkerThreadBuildActionExecutor.execute(RunAsWorkerThreadBuildActionExecutor.java:36) + at org.gradle.tooling.internal.provider.continuous.ContinuousBuildActionExecutor.execute(ContinuousBuildActionExecutor.java:110) + at org.gradle.tooling.internal.provider.SubscribableBuildActionExecutor.execute(SubscribableBuildActionExecutor.java:64) + at org.gradle.internal.session.DefaultBuildSessionContext.execute(DefaultBuildSessionContext.java:46) + at org.gradle.internal.buildprocess.execution.BuildSessionLifecycleBuildActionExecutor$ActionImpl.apply(BuildSessionLifecycleBuildActionExecutor.java:92) + at org.gradle.internal.buildprocess.execution.BuildSessionLifecycleBuildActionExecutor$ActionImpl.apply(BuildSessionLifecycleBuildActionExecutor.java:80) + at org.gradle.internal.session.BuildSessionState.run(BuildSessionState.java:71) + at org.gradle.internal.buildprocess.execution.BuildSessionLifecycleBuildActionExecutor.execute(BuildSessionLifecycleBuildActionExecutor.java:62) + at org.gradle.internal.buildprocess.execution.BuildSessionLifecycleBuildActionExecutor.execute(BuildSessionLifecycleBuildActionExecutor.java:41) + at org.gradle.internal.buildprocess.execution.StartParamsValidatingActionExecutor.execute(StartParamsValidatingActionExecutor.java:64) + at org.gradle.internal.buildprocess.execution.StartParamsValidatingActionExecutor.execute(StartParamsValidatingActionExecutor.java:32) + at org.gradle.internal.buildprocess.execution.SessionFailureReportingActionExecutor.execute(SessionFailureReportingActionExecutor.java:51) + at org.gradle.internal.buildprocess.execution.SessionFailureReportingActionExecutor.execute(SessionFailureReportingActionExecutor.java:39) + at org.gradle.internal.buildprocess.execution.SetupLoggingActionExecutor.execute(SetupLoggingActionExecutor.java:47) + at org.gradle.internal.buildprocess.execution.SetupLoggingActionExecutor.execute(SetupLoggingActionExecutor.java:31) + at org.gradle.launcher.daemon.server.exec.ExecuteBuild.doBuild(ExecuteBuild.java:70) + at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37) + at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104) + at org.gradle.launcher.daemon.server.exec.WatchForDisconnection.execute(WatchForDisconnection.java:39) + at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104) + at org.gradle.launcher.daemon.server.exec.ResetDeprecationLogger.execute(ResetDeprecationLogger.java:29) + at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104) + at org.gradle.launcher.daemon.server.exec.RequestStopIfSingleUsedDaemon.execute(RequestStopIfSingleUsedDaemon.java:35) + at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104) + at org.gradle.launcher.daemon.server.exec.ForwardClientInput.lambda$execute$0(ForwardClientInput.java:40) + at org.gradle.internal.daemon.clientinput.ClientInputForwarder.forwardInput(ClientInputForwarder.java:80) + at org.gradle.launcher.daemon.server.exec.ForwardClientInput.execute(ForwardClientInput.java:37) + at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104) + at org.gradle.launcher.daemon.server.exec.LogAndCheckHealth.execute(LogAndCheckHealth.java:64) + at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104) + at org.gradle.launcher.daemon.server.exec.LogToClient.doBuild(LogToClient.java:63) + at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37) + at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104) + at org.gradle.launcher.daemon.server.exec.EstablishBuildEnvironment.doBuild(EstablishBuildEnvironment.java:84) + at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37) + at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104) + at org.gradle.launcher.daemon.server.exec.StartBuildOrRespondWithBusy$1.run(StartBuildOrRespondWithBusy.java:52) + at org.gradle.launcher.daemon.server.DaemonStateCoordinator.lambda$runCommand$0(DaemonStateCoordinator.java:320) + at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64) + at org.gradle.internal.concurrent.AbstractManagedExecutor$1.run(AbstractManagedExecutor.java:48) + + +BUILD FAILED in 4s diff --git a/android-tv/logcat.txt b/android-tv/logcat.txt new file mode 100644 index 0000000..604f688 --- /dev/null +++ b/android-tv/logcat.txt @@ -0,0 +1,46385 @@ +--------- beginning of system +02-27 07:57:25.099 505 2908 I ActivityTaskManager: START u0 {flg=0x10000000 cmp=com.streamflow.tv/.MainActivity} from uid 2000 +02-27 07:57:25.213 505 2908 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=12 attached=false +02-27 07:57:25.243 505 2908 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10082; state: DISABLED +02-27 07:57:25.243 505 2908 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10082; state: DISABLED +02-27 07:57:25.244 505 2908 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10082; state: DISABLED +02-27 07:57:25.245 505 2908 D CompatibilityChangeReporter: Compat change id reported: 181136395; UID 10082; state: DISABLED +02-27 07:57:25.245 505 2908 D CompatibilityChangeReporter: Compat change id reported: 174042936; UID 10082; state: DISABLED +02-27 07:57:25.264 505 2908 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10082; state: DISABLED +02-27 07:57:25.312 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10082; state: DISABLED +02-27 07:57:25.316 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10082; state: DISABLED +02-27 07:57:25.316 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10082; state: DISABLED +02-27 07:57:25.316 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10082; state: ENABLED +02-27 07:57:25.321 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10082; state: ENABLED +--------- beginning of main +02-27 07:57:25.330 322 322 D Zygote : Forked child process 9179 +02-27 07:57:25.333 505 555 I ActivityManager: Start proc 9179:com.streamflow.tv/u0a82 for pre-top-activity {com.streamflow.tv/com.streamflow.tv.MainActivity} +02-27 07:57:25.350 9179 9179 I m.streamflow.t: Late-enabling -Xcheck:jni +02-27 07:57:25.401 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 07:57:25.425 1403 1412 I adbd : jdwp connection from 9179 +02-27 07:57:25.453 505 2908 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 07:57:25.453 505 2908 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 07:57:25.453 505 2908 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 07:57:25.453 505 2908 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 07:57:25.453 505 2908 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 07:57:25.453 505 2908 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 07:57:25.453 505 2908 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 07:57:25.453 505 2908 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 07:57:25.453 505 2908 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 07:57:25.453 505 2908 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 07:57:25.455 505 2908 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 07:57:25.455 505 2908 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 07:57:25.455 505 2908 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 07:57:25.455 505 2908 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 07:57:25.455 505 2908 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 07:57:25.455 505 2908 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 07:57:25.455 505 2908 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 07:57:25.455 505 2908 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 07:57:25.455 505 2908 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 07:57:25.455 505 2908 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 07:57:25.473 770 770 D TvPipController: onTaskStackChanged() +02-27 07:57:25.538 9179 9179 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10082; state: ENABLED +02-27 07:57:25.745 9179 9179 V GraphicsEnvironment: ANGLE Developer option for 'com.streamflow.tv' set to: 'default' +02-27 07:57:25.745 9179 9179 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:57:25.748 9179 9179 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:57:25.750 9179 9179 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:57:25.825 182 182 I lowmemorykiller: Kill 'com.google.android.gms.unstable' (9114), uid 10057, oom_score_adj 905 to free 69456kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (104%) +02-27 07:57:25.830 322 322 I Zygote : Process 9114 exited due to signal 9 (Killed) +02-27 07:57:25.832 505 2908 I ActivityManager: Process com.google.android.gms.unstable (pid 9114) has died: cch+5 CEM +02-27 07:57:25.834 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 9114 in 0ms +02-27 07:57:25.847 9179 9200 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 07:57:25.849 9179 9200 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 07:57:25.851 9179 9200 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 07:57:25.869 9179 9179 D MainActivity: onCreate started +02-27 07:57:26.386 9179 9179 W m.streamflow.t: Class androidx.compose.runtime.snapshots.SnapshotStateList failed lock verification and will run slower. +02-27 07:57:26.386 9179 9179 W m.streamflow.t: Common causes for lock verification issues are non-optimized dex code +02-27 07:57:26.386 9179 9179 W m.streamflow.t: and incorrect proguard optimizations. +02-27 07:57:26.413 9179 9179 W m.streamflow.t: Accessing hidden method Ljava/lang/invoke/MethodHandles$Lookup;->(Ljava/lang/Class;I)V (unsupported, reflection, allowed) +02-27 07:57:26.424 9179 9202 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=phim-bo&page=1 +02-27 07:57:26.424 9179 9202 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:26.424 9179 9202 I okhttp.OkHttpClient: --> END GET +02-27 07:57:26.424 9179 9203 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=hoat-hinh&page=1 +02-27 07:57:26.424 9179 9201 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=phim-le&page=1 +02-27 07:57:26.424 9179 9201 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:26.424 9179 9201 I okhttp.OkHttpClient: --> END GET +02-27 07:57:26.424 9179 9204 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=tv-shows&page=1 +02-27 07:57:26.424 9179 9204 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:26.424 9179 9204 I okhttp.OkHttpClient: --> END GET +02-27 07:57:26.425 9179 9203 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:26.425 9179 9203 I okhttp.OkHttpClient: --> END GET +02-27 07:57:26.434 9179 9217 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/categories/genres +02-27 07:57:26.434 9179 9217 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:26.434 9179 9217 I okhttp.OkHttpClient: --> END GET +02-27 07:57:26.514 505 546 D CompatibilityChangeReporter: Compat change id reported: 158002302; UID 10082; state: ENABLED +02-27 07:57:26.523 9179 9198 D HostConnection: createUnique: call +02-27 07:57:26.527 9179 9198 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b095a10, tid 9198 +02-27 07:57:26.530 9179 9198 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:57:26.558 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 07:57:26.560 9179 9198 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 07:57:26.561 9179 9198 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 07:57:26.568 9179 9198 D EGL_emulation: eglCreateContext: 0xb400007b8b099310: maj 3 min 0 rcv 3 +02-27 07:57:26.582 9179 9198 D EGL_emulation: eglMakeCurrent: 0xb400007b8b099310: ver 3 0 (tinfo 0x7da366d080) (first time) +02-27 07:57:26.606 360 526 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 07:57:26.608 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 07:57:26.608 9179 9198 I Gralloc4: mapper 4.x is not supported +02-27 07:57:26.616 9179 9198 D HostConnection: createUnique: call +02-27 07:57:26.617 9179 9198 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b098950, tid 9198 +02-27 07:57:26.617 9179 9198 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 07:57:26.617 9179 9198 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 07:57:26.619 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 07:57:26.619 9179 9198 W Gralloc4: allocator 4.x is not supported +02-27 07:57:26.632 8697 8847 D EGL_emulation: app_time_stats: avg=49008.15ms min=49008.15ms max=49008.15ms count=1 +02-27 07:57:26.632 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 07:57:26.641 9179 9198 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:57:26.642 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1f97f4000 0x1f9fe0000] +02-27 07:57:26.643 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1f9fe0000 0x1fa7cc000] +02-27 07:57:26.851 9179 9202 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=phim-bo&page=1 (419ms) +02-27 07:57:26.851 9179 9202 I okhttp.OkHttpClient: server: nginx +02-27 07:57:26.851 9179 9202 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:26 GMT +02-27 07:57:26.851 9179 9202 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:26.851 9179 9202 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:26.851 9179 9202 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:26.851 9179 9202 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:26.852 9179 9217 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/categories/genres (406ms) +02-27 07:57:26.852 9179 9217 I okhttp.OkHttpClient: server: nginx +02-27 07:57:26.852 9179 9217 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:26 GMT +02-27 07:57:26.852 9179 9217 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:26.852 9179 9217 I okhttp.OkHttpClient: content-length: 954 +02-27 07:57:26.852 9179 9217 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:26.852 9179 9217 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:26.852 9179 9217 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:26.861 9179 9201 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=phim-le&page=1 (416ms) +02-27 07:57:26.861 9179 9201 I okhttp.OkHttpClient: server: nginx +02-27 07:57:26.861 9179 9201 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:26 GMT +02-27 07:57:26.861 9179 9201 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:26.861 9179 9201 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:26.861 9179 9201 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:26.861 9179 9201 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:27.010 182 182 I lowmemorykiller: Kill 'android.process.acore' (8942), uid 10028, oom_score_adj 915 to free 48544kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (149%) +02-27 07:57:27.017 322 322 I Zygote : Process 8942 exited due to signal 9 (Killed) +02-27 07:57:27.018 505 830 D CountryDetector: No listener is left +02-27 07:57:27.019 505 1680 I ActivityManager: Process android.process.acore (pid 8942) has died: cch+15 CEM +02-27 07:57:27.033 505 556 I libprocessgroup: Successfully killed process cgroup uid 10028 pid 8942 in 1ms +02-27 07:57:27.075 9179 9234 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/categories/countries +02-27 07:57:27.076 9179 9234 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:27.076 9179 9234 I okhttp.OkHttpClient: --> END GET +02-27 07:57:27.106 505 542 W Looper : Slow dispatch took 277ms android.fg h=android.os.Handler c=com.android.server.wm.ActivityMetricsLogger$$ExternalSyntheticLambda1@722c850 m=0 +02-27 07:57:27.147 505 542 I ActivityTaskManager: Displayed com.streamflow.tv/.MainActivity: +1s703ms +02-27 07:57:27.147 505 542 W Looper : Slow delivery took 300ms android.fg h=android.os.Handler c=com.android.server.wm.ActivityMetricsLogger$$ExternalSyntheticLambda2@b7da49 m=0 +02-27 07:57:27.157 505 543 W Looper : Slow dispatch took 104ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 07:57:27.196 9179 9204 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=tv-shows&page=1 (769ms) +02-27 07:57:27.196 9179 9204 I okhttp.OkHttpClient: server: nginx +02-27 07:57:27.196 9179 9204 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:26 GMT +02-27 07:57:27.196 9179 9204 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:27.196 9179 9204 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:27.196 9179 9204 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:27.196 9179 9204 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:27.218 8868 8868 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 10 +02-27 07:57:27.222 9179 9203 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=hoat-hinh&page=1 (796ms) +02-27 07:57:27.223 9179 9203 I okhttp.OkHttpClient: server: nginx +02-27 07:57:27.223 9179 9203 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:26 GMT +02-27 07:57:27.223 9179 9203 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:27.223 9179 9203 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:27.223 9179 9203 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:27.223 9179 9203 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:27.231 8868 8868 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 10 +02-27 07:57:27.231 9179 9231 W m.streamflow.t: Verification of java.io.File androidx.datastore.DataStoreFile.dataStoreFile(android.content.Context, java.lang.String) took 107.060ms (280.22 bytecodes/s) (1784B approximate peak alloc) +02-27 07:57:27.246 8697 8697 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 10 +02-27 07:57:27.252 9179 9179 I Choreographer: Skipped 73 frames! The application may be doing too much work on its main thread. +02-27 07:57:27.382 9179 9179 E MovieRepo: getHomeVideos(phim-le): Received 38 items +02-27 07:57:27.385 9179 9179 E MovieRepo: getHomeVideos(phim-bo): Received 42 items +02-27 07:57:27.385 9179 9179 E MovieRepo: getHomeVideos(hoat-hinh): Received 24 items +02-27 07:57:27.385 9179 9179 E MovieRepo: getHomeVideos(tv-shows): Received 24 items +02-27 07:57:27.420 9179 9234 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/categories/countries (343ms) +02-27 07:57:27.420 9179 9234 I okhttp.OkHttpClient: server: nginx +02-27 07:57:27.420 9179 9234 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:27 GMT +02-27 07:57:27.420 9179 9234 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:27.420 9179 9234 I okhttp.OkHttpClient: content-length: 1687 +02-27 07:57:27.420 9179 9234 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:27.420 9179 9234 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:27.420 9179 9234 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:27.422 9179 9179 D StreamFlowTvApp: Settings loaded: theme=default, url=https://nf.khoavo.myds.me +02-27 07:57:27.434 9179 9234 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=phim-le&page=1 +02-27 07:57:27.435 9179 9234 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:27.435 9179 9234 I okhttp.OkHttpClient: --> END GET +02-27 07:57:27.435 9179 9204 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=phim-bo&page=1 +02-27 07:57:27.436 9179 9204 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:27.436 9179 9204 I okhttp.OkHttpClient: --> END GET +02-27 07:57:27.438 9179 9203 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=hoat-hinh&page=1 +02-27 07:57:27.438 9179 9203 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:27.438 9179 9203 I okhttp.OkHttpClient: --> END GET +02-27 07:57:27.441 8868 8868 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3466 +02-27 07:57:27.441 8868 8868 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():2045 +02-27 07:57:27.444 9179 9202 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=tv-shows&page=1 +02-27 07:57:27.445 9179 9202 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:27.445 9179 9202 I okhttp.OkHttpClient: --> END GET +02-27 07:57:27.450 8868 8868 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 07:57:27.453 9179 9201 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/categories/genres +02-27 07:57:27.453 9179 9201 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:27.453 9179 9201 I okhttp.OkHttpClient: --> END GET +02-27 07:57:27.459 505 542 W Looper : Drained +02-27 07:57:27.512 8520 8533 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:57:27.513 8520 8533 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:57:27.521 8520 8533 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:57:27.586 182 182 I lowmemorykiller: Kill 'com.google.android.gms' (8918), uid 10057, oom_score_adj 905 to free 54872kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (272%) +02-27 07:57:27.599 322 322 I Zygote : Process 8918 exited due to signal 9 (Killed) +02-27 07:57:27.600 505 826 I ActivityManager: Process com.google.android.gms (pid 8918) has died: cch+5 CEM +02-27 07:57:27.610 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 8918 in 1ms +02-27 07:57:27.714 9179 9234 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=phim-le&page=1 (277ms) +02-27 07:57:27.714 9179 9234 I okhttp.OkHttpClient: server: nginx +02-27 07:57:27.714 9179 9234 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:27 GMT +02-27 07:57:27.714 9179 9234 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:27.714 9179 9234 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:27.714 9179 9234 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:27.714 9179 9234 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:27.714 9179 9204 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=phim-bo&page=1 (277ms) +02-27 07:57:27.714 9179 9201 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/categories/genres (259ms) +02-27 07:57:27.714 9179 9204 I okhttp.OkHttpClient: server: nginx +02-27 07:57:27.714 9179 9204 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:27 GMT +02-27 07:57:27.715 9179 9201 I okhttp.OkHttpClient: server: nginx +02-27 07:57:27.715 9179 9201 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:27 GMT +02-27 07:57:27.715 9179 9201 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:27.715 9179 9201 I okhttp.OkHttpClient: content-length: 954 +02-27 07:57:27.715 9179 9201 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:27.715 9179 9201 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:27.715 9179 9201 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:27.715 9179 9204 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:27.715 9179 9204 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:27.715 9179 9204 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:27.715 9179 9204 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:27.728 8520 9237 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:57:27.738 9179 9217 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/categories/countries +02-27 07:57:27.738 9179 9217 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:27.738 9179 9217 I okhttp.OkHttpClient: --> END GET +02-27 07:57:27.740 9179 9201 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=hanh-dong&page=1 +02-27 07:57:27.740 9179 9201 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:27.740 9179 9201 I okhttp.OkHttpClient: --> END GET +02-27 07:57:27.741 9179 9234 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=tinh-cam&page=1 +02-27 07:57:27.741 9179 9234 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:27.741 9179 9234 I okhttp.OkHttpClient: --> END GET +02-27 07:57:27.743 9179 9179 E MovieRepo: getHomeVideos(phim-le): Received 38 items +02-27 07:57:27.743 9179 9179 E MovieRepo: getHomeVideos(phim-bo): Received 42 items +02-27 07:57:27.757 8520 9237 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:57:27.895 9179 9202 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=tv-shows&page=1 (450ms) +02-27 07:57:27.895 9179 9202 I okhttp.OkHttpClient: server: nginx +02-27 07:57:27.896 9179 9202 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:27 GMT +02-27 07:57:27.896 9179 9202 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:27.896 9179 9202 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:27.896 9179 9202 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:27.896 9179 9202 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:27.897 9179 9179 E MovieRepo: getHomeVideos(tv-shows): Received 24 items +02-27 07:57:27.897 9179 9204 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=hai-huoc&page=1 +02-27 07:57:27.897 9179 9204 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:27.897 9179 9204 I okhttp.OkHttpClient: --> END GET +02-27 07:57:27.954 9179 9234 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=tinh-cam&page=1 (212ms) +02-27 07:57:27.954 9179 9234 I okhttp.OkHttpClient: server: nginx +02-27 07:57:27.954 9179 9234 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:27 GMT +02-27 07:57:27.954 9179 9234 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:27.954 9179 9234 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:27.954 9179 9234 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:27.954 9179 9234 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:27.956 9179 9201 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=hanh-dong&page=1 (215ms) +02-27 07:57:27.956 9179 9201 I okhttp.OkHttpClient: server: nginx +02-27 07:57:27.956 9179 9201 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:27 GMT +02-27 07:57:27.956 9179 9201 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:27.956 9179 9201 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:27.956 9179 9201 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:27.956 9179 9201 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:27.960 9179 9179 E MovieRepo: getHomeVideos(tinh-cam): Received 48 items +02-27 07:57:27.960 9179 9202 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=co-trang&page=1 +02-27 07:57:27.960 9179 9202 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:27.960 9179 9202 I okhttp.OkHttpClient: --> END GET +02-27 07:57:27.964 9179 9179 E MovieRepo: getHomeVideos(hanh-dong): Received 44 items +02-27 07:57:27.964 9179 9217 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/categories/countries (225ms) +02-27 07:57:27.965 9179 9217 I okhttp.OkHttpClient: server: nginx +02-27 07:57:27.965 9179 9217 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:27 GMT +02-27 07:57:27.965 9179 9217 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:27.965 9179 9217 I okhttp.OkHttpClient: content-length: 1687 +02-27 07:57:27.965 9179 9217 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:27.965 9179 9217 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:27.965 9179 9217 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:27.966 9179 9234 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=tam-ly&page=1 +02-27 07:57:27.966 9179 9234 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:27.966 9179 9234 I okhttp.OkHttpClient: --> END GET +02-27 07:57:27.966 9179 9201 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=hinh-su&page=1 +02-27 07:57:27.966 9179 9201 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:27.966 9179 9201 I okhttp.OkHttpClient: --> END GET +02-27 07:57:27.966 9179 9203 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=hoat-hinh&page=1 (526ms) +02-27 07:57:27.966 9179 9203 I okhttp.OkHttpClient: server: nginx +02-27 07:57:27.966 9179 9203 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:27 GMT +02-27 07:57:27.966 9179 9203 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:27.966 9179 9203 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:27.966 9179 9203 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:27.966 9179 9203 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:27.968 9179 9217 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=chien-tranh&page=1 +02-27 07:57:27.968 9179 9217 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:27.968 9179 9217 I okhttp.OkHttpClient: --> END GET +02-27 07:57:27.969 9179 9179 E MovieRepo: getHomeVideos(hoat-hinh): Received 24 items +02-27 07:57:28.185 9179 9202 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=co-trang&page=1 (225ms) +02-27 07:57:28.185 9179 9202 I okhttp.OkHttpClient: server: nginx +02-27 07:57:28.185 9179 9202 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:27 GMT +02-27 07:57:28.186 9179 9202 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:28.186 9179 9202 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:28.186 9179 9202 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:28.186 9179 9202 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:28.188 9179 9201 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=hinh-su&page=1 (221ms) +02-27 07:57:28.188 9179 9201 I okhttp.OkHttpClient: server: nginx +02-27 07:57:28.188 9179 9201 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:27 GMT +02-27 07:57:28.188 9179 9201 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:28.188 9179 9201 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:28.188 9179 9201 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:28.188 9179 9201 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:28.190 9179 9179 E MovieRepo: getHomeVideos(hinh-su): Received 28 items +02-27 07:57:28.190 9179 9234 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=tam-ly&page=1 (224ms) +02-27 07:57:28.190 9179 9234 I okhttp.OkHttpClient: server: nginx +02-27 07:57:28.190 9179 9234 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:27 GMT +02-27 07:57:28.190 9179 9234 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:28.190 9179 9234 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:28.191 9179 9234 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:28.191 9179 9234 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:28.191 9179 9201 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=trung-quoc&page=1 +02-27 07:57:28.191 9179 9179 E MovieRepo: getHomeVideos(co-trang): Received 49 items +02-27 07:57:28.191 9179 9203 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=the-thao&page=1 +02-27 07:57:28.191 9179 9203 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:28.191 9179 9203 I okhttp.OkHttpClient: --> END GET +02-27 07:57:28.191 9179 9201 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:28.192 9179 9201 I okhttp.OkHttpClient: --> END GET +02-27 07:57:28.197 9179 9217 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=chien-tranh&page=1 (228ms) +02-27 07:57:28.197 9179 9217 I okhttp.OkHttpClient: server: nginx +02-27 07:57:28.197 9179 9217 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:27 GMT +02-27 07:57:28.197 9179 9217 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:28.197 9179 9217 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:28.197 9179 9217 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:28.197 9179 9217 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:28.198 9179 9204 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=hai-huoc&page=1 (300ms) +02-27 07:57:28.198 9179 9204 I okhttp.OkHttpClient: server: nginx +02-27 07:57:28.198 9179 9204 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:27 GMT +02-27 07:57:28.198 9179 9204 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:28.199 9179 9204 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:28.199 9179 9204 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:28.199 9179 9204 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:28.199 9179 9202 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=han-quoc&page=1 +02-27 07:57:28.199 9179 9202 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:28.199 9179 9202 I okhttp.OkHttpClient: --> END GET +02-27 07:57:28.199 9179 9179 E MovieRepo: getHomeVideos(tam-ly): Received 48 items +02-27 07:57:28.200 9179 9179 E MovieRepo: getHomeVideos(chien-tranh): Received 48 items +02-27 07:57:28.200 9179 9234 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=nhat-ban&page=1 +02-27 07:57:28.200 9179 9234 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:28.200 9179 9234 I okhttp.OkHttpClient: --> END GET +02-27 07:57:28.201 9179 9179 E MovieRepo: getHomeVideos(hai-huoc): Received 46 items +02-27 07:57:28.202 9179 9217 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=thai-lan&page=1 +02-27 07:57:28.202 9179 9217 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:28.202 9179 9217 I okhttp.OkHttpClient: --> END GET +02-27 07:57:28.411 9179 9203 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=the-thao&page=1 (219ms) +02-27 07:57:28.411 9179 9203 I okhttp.OkHttpClient: server: nginx +02-27 07:57:28.411 9179 9203 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:28 GMT +02-27 07:57:28.411 9179 9203 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:28.411 9179 9203 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:28.411 9179 9203 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:28.411 9179 9203 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:28.414 9179 9179 E MovieRepo: getHomeVideos(the-thao): Received 49 items +02-27 07:57:28.415 9179 9204 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=au-my&page=1 +02-27 07:57:28.415 9179 9204 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:28.415 9179 9204 I okhttp.OkHttpClient: --> END GET +02-27 07:57:28.708 9179 9217 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=thai-lan&page=1 (506ms) +02-27 07:57:28.708 9179 9202 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=han-quoc&page=1 (509ms) +02-27 07:57:28.708 9179 9202 I okhttp.OkHttpClient: server: nginx +02-27 07:57:28.709 9179 9202 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:28 GMT +02-27 07:57:28.709 9179 9202 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:28.709 9179 9202 I okhttp.OkHttpClient: content-length: 5 +02-27 07:57:28.709 9179 9202 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:28.709 9179 9202 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:28.709 9179 9217 I okhttp.OkHttpClient: server: nginx +02-27 07:57:28.709 9179 9217 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:28 GMT +02-27 07:57:28.709 9179 9217 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:28.709 9179 9217 I okhttp.OkHttpClient: content-length: 5 +02-27 07:57:28.709 9179 9217 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:28.709 9179 9202 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:28.709 9179 9217 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:28.709 9179 9217 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:28.712 9179 9203 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=hanh-dong&page=1 +02-27 07:57:28.712 9179 9203 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:28.712 9179 9203 I okhttp.OkHttpClient: --> END GET +02-27 07:57:28.712 9179 9202 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=tinh-cam&page=1 +02-27 07:57:28.712 9179 9202 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:28.712 9179 9202 I okhttp.OkHttpClient: --> END GET +02-27 07:57:28.739 9179 9201 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=trung-quoc&page=1 (547ms) +02-27 07:57:28.739 9179 9201 I okhttp.OkHttpClient: server: nginx +02-27 07:57:28.739 9179 9201 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:28 GMT +02-27 07:57:28.739 9179 9201 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:28.739 9179 9201 I okhttp.OkHttpClient: content-length: 5 +02-27 07:57:28.739 9179 9201 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:28.739 9179 9201 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:28.739 9179 9201 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:28.740 9179 9217 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=hai-huoc&page=1 +02-27 07:57:28.740 9179 9217 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:28.740 9179 9217 I okhttp.OkHttpClient: --> END GET +02-27 07:57:28.743 9179 9234 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=nhat-ban&page=1 (542ms) +02-27 07:57:28.743 9179 9234 I okhttp.OkHttpClient: server: nginx +02-27 07:57:28.743 9179 9234 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:28 GMT +02-27 07:57:28.743 9179 9234 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:28.743 9179 9234 I okhttp.OkHttpClient: content-length: 5 +02-27 07:57:28.743 9179 9234 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:28.743 9179 9234 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:28.743 9179 9234 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:28.744 9179 9201 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=co-trang&page=1 +02-27 07:57:28.744 9179 9201 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:28.744 9179 9201 I okhttp.OkHttpClient: --> END GET +02-27 07:57:28.894 9179 9204 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=au-my&page=1 (479ms) +02-27 07:57:28.895 9179 9204 I okhttp.OkHttpClient: server: nginx +02-27 07:57:28.895 9179 9204 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:28 GMT +02-27 07:57:28.895 9179 9204 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:28.895 9179 9204 I okhttp.OkHttpClient: content-length: 5 +02-27 07:57:28.895 9179 9204 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:28.895 9179 9204 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:28.895 9179 9204 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:28.896 9179 9234 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=tam-ly&page=1 +02-27 07:57:28.896 9179 9234 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:28.896 9179 9234 I okhttp.OkHttpClient: --> END GET +02-27 07:57:28.930 9179 9203 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=hanh-dong&page=1 (217ms) +02-27 07:57:28.930 9179 9203 I okhttp.OkHttpClient: server: nginx +02-27 07:57:28.930 9179 9203 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:28 GMT +02-27 07:57:28.930 9179 9203 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:28.930 9179 9203 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:28.930 9179 9203 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:28.930 9179 9203 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:28.933 9179 9202 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=tinh-cam&page=1 (221ms) +02-27 07:57:28.934 9179 9202 I okhttp.OkHttpClient: server: nginx +02-27 07:57:28.934 9179 9202 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:28 GMT +02-27 07:57:28.934 9179 9202 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:28.934 9179 9202 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:28.934 9179 9202 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:28.934 9179 9202 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:28.940 9179 9204 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=hinh-su&page=1 +02-27 07:57:28.940 9179 9204 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:28.941 9179 9203 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=chien-tranh&page=1 +02-27 07:57:28.941 9179 9203 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:28.941 9179 9203 I okhttp.OkHttpClient: --> END GET +02-27 07:57:28.941 9179 9204 I okhttp.OkHttpClient: --> END GET +02-27 07:57:28.946 9179 9179 D CompatibilityChangeReporter: Compat change id reported: 171228096; UID 10082; state: ENABLED +02-27 07:57:28.955 9179 9201 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=co-trang&page=1 (210ms) +02-27 07:57:28.955 9179 9201 I okhttp.OkHttpClient: server: nginx +02-27 07:57:28.955 9179 9201 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:28 GMT +02-27 07:57:28.955 9179 9201 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:28.955 9179 9201 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:28.955 9179 9201 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:28.955 9179 9201 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:28.957 9179 9217 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=hai-huoc&page=1 (217ms) +02-27 07:57:28.958 9179 9217 I okhttp.OkHttpClient: server: nginx +02-27 07:57:28.958 9179 9217 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:28 GMT +02-27 07:57:28.958 9179 9217 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:28.958 9179 9217 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:28.958 9179 9217 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:28.958 9179 9217 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:28.967 9179 9202 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=the-thao&page=1 +02-27 07:57:28.967 9179 9202 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:28.967 9179 9202 I okhttp.OkHttpClient: --> END GET +02-27 07:57:28.968 9179 9238 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=trung-quoc&page=1 +02-27 07:57:28.968 9179 9238 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:28.968 9179 9238 I okhttp.OkHttpClient: --> END GET +02-27 07:57:28.997 505 709 D ConnectivityService: NetReassign [no changes] +02-27 07:57:29.106 9179 9234 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=tam-ly&page=1 (210ms) +02-27 07:57:29.107 9179 9234 I okhttp.OkHttpClient: server: nginx +02-27 07:57:29.107 9179 9234 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:28 GMT +02-27 07:57:29.107 9179 9234 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:29.107 9179 9234 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:29.107 9179 9234 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:29.107 9179 9234 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:29.110 9179 9201 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=han-quoc&page=1 +02-27 07:57:29.110 9179 9201 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:29.110 9179 9201 I okhttp.OkHttpClient: --> END GET +02-27 07:57:29.155 9179 9203 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=chien-tranh&page=1 (213ms) +02-27 07:57:29.155 9179 9203 I okhttp.OkHttpClient: server: nginx +02-27 07:57:29.155 9179 9203 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:28 GMT +02-27 07:57:29.155 9179 9203 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:29.155 9179 9203 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:29.155 9179 9203 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:29.155 9179 9203 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:29.156 9179 9179 E MovieRepo: getHomeVideos(hanh-dong): Received 44 items +02-27 07:57:29.156 9179 9179 E MovieRepo: getHomeVideos(tinh-cam): Received 48 items +02-27 07:57:29.156 9179 9179 E MovieRepo: getHomeVideos(hai-huoc): Received 46 items +02-27 07:57:29.156 9179 9179 E MovieRepo: getHomeVideos(co-trang): Received 49 items +02-27 07:57:29.167 9179 9234 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=nhat-ban&page=1 +02-27 07:57:29.168 9179 9234 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:29.168 9179 9234 I okhttp.OkHttpClient: --> END GET +02-27 07:57:29.170 9179 9204 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=hinh-su&page=1 (228ms) +02-27 07:57:29.170 9179 9204 I okhttp.OkHttpClient: server: nginx +02-27 07:57:29.170 9179 9204 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:28 GMT +02-27 07:57:29.170 9179 9204 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:29.170 9179 9204 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:29.170 9179 9204 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:29.170 9179 9204 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:29.177 9179 9203 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=thai-lan&page=1 +02-27 07:57:29.177 9179 9203 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:29.177 9179 9203 I okhttp.OkHttpClient: --> END GET +02-27 07:57:29.201 9179 9202 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=the-thao&page=1 (233ms) +02-27 07:57:29.201 9179 9202 I okhttp.OkHttpClient: server: nginx +02-27 07:57:29.201 9179 9202 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:28 GMT +02-27 07:57:29.201 9179 9202 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:29.201 9179 9202 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:29.201 9179 9202 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:29.201 9179 9202 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:29.204 9179 9204 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=au-my&page=1 +02-27 07:57:29.204 9179 9204 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 07:57:29.204 9179 9204 I okhttp.OkHttpClient: --> END GET +02-27 07:57:29.256 9179 9198 D EGL_emulation: app_time_stats: avg=641.61ms min=2.45ms max=1415.65ms count=4 +02-27 07:57:29.257 9179 9179 E MovieRepo: getHomeVideos(tam-ly): Received 48 items +02-27 07:57:29.257 9179 9179 E MovieRepo: getHomeVideos(chien-tranh): Received 48 items +02-27 07:57:29.257 9179 9179 E MovieRepo: getHomeVideos(hinh-su): Received 28 items +02-27 07:57:29.257 9179 9179 E MovieRepo: getHomeVideos(the-thao): Received 49 items +02-27 07:57:29.377 505 2053 E TaskPersister: File error accessing recents directory (directory doesn't exist?). +02-27 07:57:29.447 9179 9238 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=trung-quoc&page=1 (479ms) +02-27 07:57:29.448 9179 9238 I okhttp.OkHttpClient: server: nginx +02-27 07:57:29.448 9179 9238 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:29 GMT +02-27 07:57:29.448 9179 9238 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:29.448 9179 9238 I okhttp.OkHttpClient: content-length: 5 +02-27 07:57:29.448 9179 9238 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:29.448 9179 9238 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:29.448 9179 9238 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:29.585 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fbf90000 0x1fbfc4000] +02-27 07:57:29.588 9179 9265 D HostConnection: createUnique: call +02-27 07:57:29.588 9179 9265 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09fa90, tid 9265 +02-27 07:57:29.590 9179 9265 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:57:29.591 9179 9265 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 07:57:29.592 9179 9265 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 07:57:29.592 9179 9265 D EGL_emulation: eglCreateContext: 0xb400007b8b09f9d0: maj 3 min 0 rcv 3 +02-27 07:57:29.593 9179 9265 D EGL_emulation: eglMakeCurrent: 0xb400007b8b09f9d0: ver 3 0 (tinfo 0x7da366d100) (first time) +02-27 07:57:29.594 9179 9233 D HostConnection: createUnique: call +02-27 07:57:29.594 9179 9233 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b0a0510, tid 9233 +02-27 07:57:29.596 9179 9233 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:57:29.733 9179 9201 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=han-quoc&page=1 (622ms) +02-27 07:57:29.733 9179 9201 I okhttp.OkHttpClient: server: nginx +02-27 07:57:29.733 9179 9201 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:29 GMT +02-27 07:57:29.733 9179 9201 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:29.733 9179 9201 I okhttp.OkHttpClient: content-length: 5 +02-27 07:57:29.733 9179 9201 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:29.733 9179 9201 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:29.733 9179 9201 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:29.733 9179 9234 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=nhat-ban&page=1 (565ms) +02-27 07:57:29.733 9179 9234 I okhttp.OkHttpClient: server: nginx +02-27 07:57:29.733 9179 9234 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:29 GMT +02-27 07:57:29.733 9179 9203 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=thai-lan&page=1 (555ms) +02-27 07:57:29.733 9179 9203 I okhttp.OkHttpClient: server: nginx +02-27 07:57:29.733 9179 9203 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:29 GMT +02-27 07:57:29.733 9179 9203 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:29.733 9179 9203 I okhttp.OkHttpClient: content-length: 5 +02-27 07:57:29.733 9179 9203 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:29.733 9179 9203 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:29.733 9179 9203 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:29.734 9179 9234 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:29.734 9179 9234 I okhttp.OkHttpClient: content-length: 5 +02-27 07:57:29.734 9179 9234 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:29.734 9179 9234 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:29.734 9179 9234 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:29.749 9179 9204 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=au-my&page=1 (545ms) +02-27 07:57:29.749 9179 9204 I okhttp.OkHttpClient: server: nginx +02-27 07:57:29.749 9179 9204 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 00:57:29 GMT +02-27 07:57:29.749 9179 9204 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 07:57:29.749 9179 9204 I okhttp.OkHttpClient: content-length: 5 +02-27 07:57:29.749 9179 9204 I okhttp.OkHttpClient: vary: Origin +02-27 07:57:29.749 9179 9204 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 07:57:29.749 9179 9204 I okhttp.OkHttpClient: <-- END HTTP +02-27 07:57:29.873 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fbfc4000 0x1fbff8000] +02-27 07:57:29.874 9179 9232 D HostConnection: createUnique: call +02-27 07:57:29.874 9179 9232 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b0a1650, tid 9232 +02-27 07:57:29.876 9179 9232 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:57:30.080 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1f8000000 0x1f8034000] +02-27 07:57:30.338 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1f8034000 0x1f80ac000] +02-27 07:57:30.351 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1f80ac000 0x1f8130000] +02-27 07:57:30.356 9179 9198 D EGL_emulation: app_time_stats: avg=155.07ms min=3.16ms max=373.05ms count=7 +02-27 07:57:30.817 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1f8130000 0x1f8a90000] +02-27 07:57:31.400 9179 9266 D ProfileInstaller: Installing profile for com.streamflow.tv +02-27 07:57:32.727 505 516 W System : A resource failed to call release. +02-27 07:57:33.994 9179 9198 D EGL_emulation: app_time_stats: avg=1212.74ms min=20.37ms max=3150.54ms count=3 +02-27 07:57:34.209 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1f8a90000 0x1f8b14000] +02-27 07:57:34.658 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1f8b14000 0x1f8b98000] +02-27 07:57:34.666 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1f8b98000 0x1f8c1c000] +02-27 07:57:34.676 9179 9240 D HostConnection: createUnique: call +02-27 07:57:34.677 9179 9240 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b0a0b10, tid 9240 +02-27 07:57:34.730 9179 9240 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:57:34.979 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1f8c1c000 0x1f8ca0000] +02-27 07:57:34.985 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1f8ca0000 0x1f8cd4000] +02-27 07:57:35.030 9179 9198 D EGL_emulation: app_time_stats: avg=31.16ms min=2.56ms max=283.24ms count=32 +02-27 07:57:35.297 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1f8cd4000 0x1f8d50000] +02-27 07:57:35.304 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1f8d50000 0x1f8dd0000] +02-27 07:57:35.345 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1f8dd0000 0x1f8e54000] +02-27 07:57:35.360 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1f8e54000 0x1f8ed8000] +02-27 07:57:35.414 8697 8728 I Finsky : [59] lct.h(1): Triggered update for experiment package com.google.android.finsky.regular. +02-27 07:57:35.562 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1f8ed8000 0x1f8f58000] +02-27 07:57:35.567 8697 9271 D PhenotypeDbHelper: Enabled write-ahead logging +02-27 07:57:35.597 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1f8f58000 0x1f8fdc000] +02-27 07:57:35.631 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fd7c4000 0x1fd844000] +02-27 07:57:35.633 8697 9271 D GetConfigurationSnapsho: getFullConfigurations +02-27 07:57:35.649 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fd844000 0x1fd8c8000] +02-27 07:57:35.733 8697 9271 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(AcquireClientConfig__enable_accessibility_info, false, 2, 0), Flag(AcquirePurchaseCodegen__enable_inapp_purchase_data_list_in_response_bundle, true, 2, 0), Flag(AcquirePurchaseCodegen__enable_new_backend_docid_for_logging_backend, 'CglDTE9VRENBU1QKBE5FU1QKCVdPUktTUEFDRQoQWU9VVFVCRV9DT01NRVJDRQoFT0NFQU4', 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, true, 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(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(AlleyOopDiversion__hsdp_spring_animation_stiffness, 700.0, 3, 0), Flag(AlleyOopExternalTheme__enable_external_callers_theme, true, 2, 0), Flag(AlleyOopInstallBehavior__relaunch_initial_dialog_on_install_cancel, true, 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(AppContentServiceContentFetcherSettings__client_integration_config, 'CjkKC2JvdXlndWVzLXR2EioKGmZyLmJvdXlndWVzdGVsZWNvbS50di5iYnVpEgIKABoCEgAiAiIAKgAKJQoHZGlyZWN0dhIaCgpjb20uYXR0LnR2EgIKABoCEgAiAiIAKgAKMQoOZGlyZWN0di10di1kZXYSHwoPY29tLmF0dC50di5kZnc2EgIKABoCEgAiAiIAKgAKKwoEaXR2eBIjChNhaXIuSVRWTW9iaWxlUGxheWVyEgIKABoCEgAiAiIAKgAKLQoHaXR2eC10dhIiChJ1ay5jby5mcmVldmlldy5pdHYSAgoAGgISACICIgAqAApOCgxtZXJjYWRvLXBsYXkSPgohY29tLm1lcmNhZG9saWJyZS5hbmRyb2lkLm1wbGF5X3R2EgIKABoCEgAiAiIAKg0KCwoAEgcKAgoAEgEBCisKBHBsZXgSIwoTY29tLnBsZXhhcHAuYW5kcm9pZBICCgAaAhIAIgIiACoACiwKCHBsdXRvLXR2EiAKEHR2LnBsdXRvLmFuZHJvaWQSAgoAGgISACICIgAqAAorCgVzbGluZxIiCgljb20uc2xpbmcSAgoAGgISACICIgAqCQoHEgMSAQIiAApHChJzb255LXBpY3R1cmVzLWNvcmUSMQoUY29tLnNvbnlwaWN0dXJlc2NvcmUSAgoAGgISACICIgAqDQoLCgASBwoCCgASAQEKMwoHc29ueWxpdhIoCgtjb20uc29ueWxpdhICCgAaAhIAIgIiACoNCgsKABIHCgIKABIBAQo0CgpzcG90aWZ5LXR2EiYKFmNvbS5zcG90aWZ5LnR2LmFuZHJvaWQSAgoAGgISACICIgAqAAorCgRzdGFuEiMKD2F1LmNvbS5zdGFuLmFuZBICCgAaAgoAGgISACICIgAqAAozCgpzdHYtcGxheWVyEiUKFXR2LnN0di5hbmRyb2lkLnBsYXllchICCgA +02-27 07:57:35.734 8697 9271 D GetConfigurationSnapsho: aAhIAIgIiACoACjIKCHN2dC1wbGF5EiYKFnNlLnN2dC5hbmRyb2lkLnN2dHBsYXkSAgoAGgISACICIgAqAAo5CgZ0ZWxhc2ESLwofY29tLmtkZGkuYW5kcm9pZC5zdGI0a3ZpZGVvcGFzcxICCgAaAhIAIgIiACoACjQKEHRoZS1yb2t1LWNoYW5uZWwSIAoQY29tLnJva3Uud2ViLnRyYxICCgAaAhIAIgIiACoAClQKFHYtZmFzdC1jaGFubmVsLWd0djRvEjwKEmpwLmZhc3R2Lmd0di50dmFwcBICCgAaAhIAIgIiACoaCgsKABIHCgIKABIBAQoLEgcKAgoAEgEDKgAKLQoFdmlkaW8SJAoUY29tLnZpZGlvLmFuZHJvaWQudHYSAgoAGgISACICIgAqAAo1Cgh3YWlwdS10dhIpChBkZS5leGFyaW5nLndhaXB1EgIKABoCEgAiAiIAKgkKBxIDEgECIgAKOgoPeHN0cmVhbS1wbGF5LXR2EicKF3R2LmFpcnRlbC54c3RyZWFtLnR2YXBwEgIKABoCEgAiAiIAKgAKKwoHeHVtby10dhIgChBjb20ueHVtby54dW1vLnR2EgIKABoCEgAiAiIAKgAKSAoKeW91dHViZS1schI6Ch1jb20uZ29vZ2xlLmFuZHJvaWQueW91dHViZS50dhICCgAaAhIAIgIiACoNCgsKABIHCgIKABIBAQo3CgR6ZWU1Ei8KEmNvbS5ncmF5bWF0cml4LmRpZBICCgAaAhIAIgIiACoNCgsKABIHCgIKABIBARJKCgYQBxgBIDISBhABGAAgFCIGEAEYASAUKgIQAzICEAE6AhABSgIQAVICEAFaAhABYggKBhoECgIaAGoCEANyBhABGAEgAnoCEAE', 5, 0), Flag(AppContentServiceContentFetcherSettings__get_home_stream_timeout, 'CAQ', 5, 0), Flag(AppContentServiceContentFetcherSettings__get_home_stream_timeout_in_millis, 2000, 1, 0), Flag(AppContentServiceContentFetcherSettings__get_providers_timeout, 'CAQ', 5, 0), Flag(AppContentServiceContentFetcherSettings__package_name_map, 'CiIKB2F1ZGlibGUSF2NvbS5hdWRpYmxlLmFwcGxpY2F0aW9uChgKB2JldC1ub3cSDWNvbS5iZXQuc2hvd3MKHgoIYmV0LXBsdXMSEmNvbS52aWFjb20uYmV0cGx1cwovCg5jb21lZHktY2VudHJhbBIdY29tLnZtbi5hbmRyb2lkLmNvbWVkeWNlbnRyYWwKNAoOZGlzY292ZXJ5LXBsdXMSImNvbS5kaXNjb3ZlcnkuZGlzY292ZXJ5cGx1cy5tb2JpbGUKFQoEZXBpeBINY29tLmVwaXguZXBpeAodCghlcGl4LW5vdxIRY29tLmVwaXguZXBpeC5ub3cKIQoDZm9kEhphaXIuanAuY28uZnVqaXR2LmZvZHZpZXdlcgofCgpmb3gtbmF0aW9uEhFjb20uZm5nLmZveG5hdGlvbgofCghmb3gtbmV3cxITY29tLmZveG5ld3MuYW5kcm9pZAoWCgdmb3gtbm93Egtjb20uZm94Lm5vdwogCghoYXlzdGFjaxIUY29tLmhheXN0YWNrLmFuZHJvaWQKGgoJaHVsdS1wbHVzEg1jb20uaHVsdS5wbHVzCicKBGpveW4SH2RlLnByb3NpZWJlbnNhdDFkaWdpdGFsLnNldmVudHYKIwoGa29jb3dhEhljb20ua29jb3dhLmFuZHJvaWQubW9iaWxlCikKD21vdmllcy1hbnl3aGVyZRIWY29tLm1vdmllc2FueXdoZXJlLmdvbwofCgNtdHYSGGNvbS5tdHZuLm10dlByaW1lQW5kcm9pZAoQCgRtdWJpEghjb20ubXViaQobCgRva29vEhNmci5mcmFuY2V0di56b3V6b3VzCioKEXBhcmFtb3VudC1uZXR3b3JrEhVjb20udm1uLmFuZHJvaWQuc3Bpa2UKHwoRcGFyYW1vdW50LXBsdXMtY2ESCmNvbS5jYnMuY2EKGwoEcGxleBITY29tLnBsZXhhcHAuYW5kcm9pZAouCglwcm9zaWViZW4SIWRlLnByb3NpZWJlbnNhdDFkaWdpdGFsLnByb3NpZWJlbgooCgpyZWRidWxsLXR2Ehpjb20ubm91c2d1aWRlLmFuZHJvaWQucmJ0dgokCg1yaXZlLWFsYWNhcnRhEhNydHZlLnRhYmxldC5hbmRyb2lkChUKCHNsaW5nLXR2Egljb20uc2xpbmcKFwoEc3RhbhIPYXUuY29tLnN0YW4uYW5kCi4KBXN0YXJ6EiVjb20uYnlkZWx1eGUuZDMuYW5kcm9pZC5wcm9ncmFtLnN0YXJ6ChUKB3R1YmktdHYSCmNvbS50dWJpdHYKHwoGdHdpdGNoEhV0di50d2l0Y2guYW5kcm9pZC5hcHAKGgoDdmgxEhNjb20ubXR2bi52aDFhbmRyb2lkChUKBHh1bW8SDWNvbS54dW1vLnh1bW8', 5, 0), Flag(AppContentService__allowed_package_signatures, 'CmwKKGNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLmF1dG9tb3RpdmUub3NjYXISQEE3Q0MxQzI4NjJGMzhCNDc4RTA2RkZGNzBDNjY4NTk5NjJEQkFBM0U3NEIwNEZEQ0VBMjc4MzMxQzBFNDAzQUIKaQolY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMubmV4dXNsYXVuY2hlchJANEI0RDlBQkRFOEYzRDY5ODc1NThDNzZFMjYxRTZGRTlEM0M3Q0MyOTlFQkVGMjJENTZERjYzMjFEQkFFMzU2MgppCiVjb20uZ29vZ2xlLmFuZHJvaWQuYXBwcy5waXhlbC5zdWJ6ZXJvEkBDNEJDNTE0NDk4NkU5NkVEOTQwMDFFNjM2NTg0NjU1MjRDNTdDM0I4RERBNEEzOUQxOTU3RDlBNzJFNjg5Njkw', 5, 0), Flag(AppContentService__allowed_packages, 'Cidjb20uZ29vZ2xlLmFuZHJvaWQuZ29vZ2xlcXVpY2tzZWFyY2hib3gKKmNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLm1lZGlhaG9tZS5sYXVuY2hlcgoTY29tLmFuZHJvaWQudmVuZGluZwolY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMubmV4dXNsYXVuY2hlcgooY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMuYXV0b21vdGl2ZS5vc2NhcgolY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMucGl4ZWwuc3ViemVybw', 5, 0), Flag(AppContentService__trusted_package_keys, 'Cmljb20uZ29vZ2xlLmFuZHJvaWQucGxheS5lbmdhZ2UudmVyaWZ5YXBwOkQzNEJFMTNBNjI1MDFGNEUwOEJGRjEwNDgzNzg5NjA5RjI1MjFBRUQ1M0VBNDcyNDkyNTlGNzA0RUYwODMwNzU', 5, 0), Flag(AppDependencyInstall__enable_request_install_access_filter, true, 2, 0), Flag(AppDependencyInstall__request_install_access_filter, 'ChRjb20uZ29vZ2xlLmFyLmNvcmV8LQo1Y29tLmdvb2dsZS5hbmRyb2lkLnBsYXkuZ2FtZXN8K2NvbS5nb29nbGUuYW5kcm9pZC5nbXM', 5, 0), Flag(AppDetailsInAppProducts_ +02-27 07:57:35.734 8697 9271 D GetConfigurationSnapsho: _enable_in_app_products_cards_collapsed, false, 2, 0), Flag(AppDetailsInAppProducts__enable_in_app_products_cards_expanded, false, 2, 0), Flag(AppEngageServiceSettings__third_party_content_provider_allowlist, 'Chdjb20uYXVkaWJsZS5hcHBsaWNhdGlvbg', 5, 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(AppOpenDownloadManager__download_manager_notification_heads_up_delay, 'EICjw0c', 5, 0), Flag(AppOpenDownloadManager__enable_app_owner_check, false, 2, 0), Flag(AppOpenDownloadManager__enable_download_manager_notification, false, 2, 0), Flag(AppOpenDownloadManager__enable_download_manager_notification_clear_load, false, 2, 0), Flag(AppOpenDownloadManager__enable_download_manager_notification_see_more_button, false, 2, 0), Flag(AppOpenDownloadManager__enable_dual_channel_download_manager_notification, false, 2, 0), Flag(AppOpenDownloadManager__enable_high_priority_single_channel_download_manager_notification, false, 2, 0), Flag(AppOpenDownloadManager__enable_show_progress_download_manager_notification, false, 2, 0), Flag(AppPack__enable_app_pack, false, 2, 0), Flag(AppRestrictions__app_restrictions_update_message_whitelisted_packages, '+com.samsung.android.knox.kpu,com.aavamobile.oemconfig,com.archos.oemconfig,com.bartec.oemconfig,com.bluebird.android.oemconfig,com.chainway.oemconfig.playstore,com.cipherlab.oemconfig.common,com.crosscall.oemconfig,com.datalogic.oemconfig,com.datalogic.oemconfig.beta,com.datalogic.settings.oemconfig,com.datalogic.settings.oemconfig.beta,com.ecom.ecommanager,com.ecom.econfig.smart,com.ecom.econfig.smart0x,com.ecom.enterprise.oemconfig,com.elotouch.elooemconfig,com.fcnt.arrowsconfig_test,com.fcnt.fun.oemconftestb,com.fcnt.mobile_phone.arrowsconfig,com.fcnt.mobile_phone.arrowsconfig_test,com.fcnt.mobile_phone.seniorcareconfig,com.fcnt.mobile_phone.seniorcareconfig_test,com.fcnt.mobile_phone.swupsetting,com.fcnt.mobile_phone.swupsetting_dl,com.fcnt.mobile_phone.sysoptionsetting,com.fcnt.mobile_phone.sysoptionsetting_test,com.getac.app.getacoemconfig,com.getac.app.oemconfigprivate,com.getac.app.getacoemconfigswprivate,com.getac.app.getacoemconfigswprivate.v2,com.getac.app.oemconfigswsupport,com.google.android.feedbacktestapp,com.handheldgroup.oemconfig.internal,com.honeywell.oemconfig.scanpal,com.handsfree.r5.r5oemconfig,com.hanshow.cart.oemconfig,com.hmdglobal.app.oemconfig,com.hmdglobal.app.oemconfig.n4_2,com.hmdglobal.app.oemconfig.n5_3,com.hmdglobal.app.oemconfig.n7_2,com.hmdglobal.app.staging_oemconfig,com.honeywell.oemconfig,com.honeywell.oemconfig.dev,com.honeywell.oemconfig.qa,com.huawei.mdm.dpc,com.isafemobile.ismconfig,com.iwaylink.oemconfig,com.jlt.oemconfig,com.lenovo.oemconfig.dev,com.lenovo.oemconfig.rel,com.lge.oemconfig,com.microsoft.intune,com.microsoft.oemconfig,com.microsoft.surface.config,com.microsoft.surface.oemconfig,com.microsoft.surface.oemconfig.cnry,com.mobiiot.managedconfigurations,com.motorola.oemconfig.demo,com.motorola.oemconfig.rel,com.motorolasolutions.lexoemconfig,com.oemconfig.janam,com.panasonic.mobile.demo_oemconfig,com.panasonic.mobile.oemconfig,com.panasonic.mobile.oemconfig.internal,com.rhinomobility.config,com.rhinomobility.oemc,com.rhinomobility.oemconfig,com.samsung.android.knox.kpu.beta,com.samsung.android.knox.kpu.demo,com.samsung.android.knox.kpu.poc,com.seuic.seuicoemconfig,com.sonim.oemappconfig,com.spectralink.barcode.service,com.spectralink.buttons,com.spectralink.slnkdevicesettings,com.spectralink.slnkdevicesettingstest,com.spectralink.slnklogger,com.spectralink.slnkvqo,com.st_oct.oemconfigtest,com.unitech.oemconfig,com.unitech.oemconfig.betatest,com.urovo.oemconfig,com.urovo.oemconfigs,com.xiaomi.oemconfig,com.zebra.enrollmentmgr,com.zebra.oemconfig.beta1,com.zebra.oemconfig.common,com.zebra.oemconfig.common.beta,com.zebra.oemconfig.rel +02-27 07:57:35.734 8697 9271 D GetConfigurationSnapsho: ease,com.zebra.oemconfig.workaround,device.apps.emkitagent,ezhu.oemconfig.test,jp.co.sharp.android.shoemconfig,jp.co.sharp.android.shoemconfig2,jp.kyocera.corp.manager,jp.kyocera.enterprisedeviceconfig,net.ezkit.oemconfig,net.m3mobile.app.oemconfig,com.google.android.apps.pixel.configurator', 4, 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_installed_app_info, true, 2, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_max_daily_size_bytes, 2097152, 1, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_max_profile_size_bytes, 1048576, 1, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_sample_threshold, 100, 1, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_snapshot_timeout_seconds, 3, 1, 0), Flag(ArtProfiles__enable_art_upload_app_must_have_code, true, 2, 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(AuthenticationReady__enable_enforce_strong_biometric_auth, 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__auto_update_exclude_foreground_allowlist, 'com.google.android.apps.dreamliner,com.google.android.katniss,com.google.android.apps.mediashell,com.google.android.tv.remote.service,com.google.android.apps.tv.launcherx,com.google.android.apps.nbu.smartconnect.tv,jp.co.sharp.av.android.cocorovision', 4, 0), Flag(AutoUpdateCodegen__cancel_queued_auto_installs_when_disable_auto_update, true, 2, 0), Flag(AutoUpdateCodegen__collect_update_failure_history, true, 2, 0), Flag(AutoUpdateCodegen__dark_launch_server_policy_logging_delay_ms, 10000, 1, 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_pol +02-27 07:57:35.734 8697 9271 D GetConfigurationSnapsho: icy, 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_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_mainline_server_policy, false, 2, 0), Flag(AutoUpdateCodegen__enable_dark_launch_phone_basic_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_global_rapid_autoupdate_policy, true, 2, 0), Flag(AutoUpdateCodegen__enable_gmscore_server_policy, true, 2, 0), Flag(AutoUpdateCodegen__enable_hidden_server_policy, false, 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_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_rapid_server_policy, true, 2, 0), Flag(AutoUpdateCodegen__enable_tv_basic_server_policy, true, 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_ms, 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, false, 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_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_f +02-27 07:57:35.734 8697 9271 D GetConfigurationSnapsho: ailure_history, true, 2, 0), Flag(AutoUpdateCodegen__share_user_auto_update_setting, true, 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, 'CiJjb20uZ29vZ2xlLmFuZHJvaWQuZ21zLnBheS5zaWRlY2FyChZnb3YubW9vc3lsdmFuaWEuZW54LnYzCh1jb20uZ29vZ2xlLmFuZHJvaWQuc2FmZXR5Y29yZQoeY29tLmdvb2dsZS5hbmRyb2lkLmNvbnRhY3RrZXlz', 5, 0), Flag(AutoUpdatePolicies__auto_deploy_disk_space_threshold_bytes, 1073741824, 1, 0), Flag(AutoUpdatePolicies__enable_enx_headless_deployment, false, 2, 0), Flag(AutoUpdatePolicies__enable_gpay_sidecar, false, 2, 0), Flag(AutoUpdatePolicies__enx_headless_allowed_packages, 'ChZnb3YubW9vc3lsdmFuaWEuZW54LnYzChFnb3Yuc2FtcGxlLmVueC52Mw', 5, 0), Flag(AutoUpdatePolicies__gpay_sidecar_dependent_packages, 'ChZjb20uZmVsaWNhbmV0d29ya3MubWZj', 5, 0), Flag(AutoUpdatePolicies__promise_icon_hidden_packages, 'ChZnb3YubW9vc3lsdmFuaWEuZW54LnYzChFnb3Yuc2FtcGxlLmVueC52MwoiY29tLmdvb2dsZS5hbmRyb2lkLmdtcy5wYXkuc2lkZWNhcgoSY29tLmdvb2dsZS5hci5jb3JlCh1jb20uZ29vZ2xlLmFuZHJvaWQuc2FmZXR5Y29yZQoeY29tLmdvb2dsZS5hbmRyb2lkLmNvbnRhY3RrZXlz', 5, 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_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, false, 2, 0), Flag(AutoplayVideos__enable_full_screen_support, false, 2, 0), Flag(AutoplayVideos__enable_overlay_on_pause, true, 2, 0), Flag(AutoplayVideos__enable_video_autoplaying, false, 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, false, 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__avoid_bulk_cancel_deep_links_and_details_requests, false, 2, 0), Flag(AvoidBulkCancelNetworkRequests__avoid_bulk_cancel_image_requests, false, 2, 0), Flag(Battlestar__install_api_killswitch, false, 2, 0), Flag(BmUnauthPaiUpdates__enable_bm_unauth_pai_app_updates, true, 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(BulkGrantEntitlement__enable_bulk_grant_entitlement, true, 2, 0), Flag(BulkGrantEntitlement__enable_logging_purchase_free_acquire_out_of_session, true, 2, 0), Flag(BundleSizeOptimization__enable_uibuilder_activity_saveinstancestate_bundle_log, false, 2, 0), Flag(BundleSizeOptimization__enable_uibuilder_bundle_deduplication, false, 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) +02-27 07:57:35.734 8697 9271 D GetConfigurationSnapsho: , 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, false, 2, 0), Flag(CarPermissions__kill_switch_app_permission_fragment, 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(Checkin__disable_checkin_receiver, 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, false, 2, 0), Flag(CommerceUnifiedLogging__enable_combined_logging, false, 2, 0), Flag(CommerceUnifiedLogging__enable_server_node_logging_for_purchase_background_event, true, 2, 0), Flag(ConfirmPriceChange__enable_bottomsheet, true, 2, 0), Flag(ConsumePurchase__enable_consume_purchase, false, 2, 0), Flag(ContentSync__max_num_retries, 5, 1, 0), Flag(ContentSync__retry_delay, 'CBQ', 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, false, 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(Cubes__is_dogfooder_device, false, 2, 0), Flag(CustomPreInflation__apps_preinflation_card_view_counts, '', 5, 0), Flag(CustomPreInflation__apps_preinflation_card_views, '', 5, 0), Flag(CustomPreInflation__enable_custom_preinflation, false, 2, 0), Flag(CustomPreInflation__enable_home_specific_preinflation, false, 2, 0), Flag(CustomPreInflation__games_preinflation_card_view_counts, '', 5, 0), Flag(CustomPreInflation__games_preinflation_card_views, '', 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(DetailsPageAct +02-27 07:57:35.734 8697 9271 D GetConfigurationSnapsho: ionButtonsPositionProvider__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_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, 'CIQH', 5, 0), Flag(DevTriggeredUpdatesCodegen__item_store_migration, true, 2, 0), Flag(DevTriggeredUpdates__dev_triggered_updates_package_controller, '-', 4, 0), Flag(DeviceAppInfo__log_device_app_info_in_session_data, true, 2, 0), Flag(DeviceAttributesSync__device_attributes_reuse_duration, 'CIDUkwE', 5, 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_devi +02-27 07:57:35.734 8697 9271 D GetConfigurationSnapsho: ce_interoperability_v1, false, 2, 0), Flag(DeviceLockControllerInstallPolicy__enable_device_lock_controller_install_policy, true, 2, 0), Flag(DeviceLockControllerInstallPolicy__enable_device_lock_controller_install_policy_beta_channel_apps, true, 2, 0), Flag(DeviceSettings__enable_device_settings, true, 2, 0), Flag(DeviceSetupCodegen__disable_atl_rro_restore_during_deferred_setup, 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(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, true, 2, 0), Flag(DisableFadeAnimations__disable_fadein_animation, true, 2, 0), Flag(DisablePreRegistrationReleaseNotificationRetries__is_enabled, false, 2, 0), Flag(DisplayApkSize__display_apk_size, true, 2, 0), Flag(DoubleClickPrevention__double_click_prevention_threshold_ms, 700, 1, 0), Flag(DownloadManager__complete_download_when_status_success, true, 2, 0), Flag(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_droidguard_token_generation_for_all_device_classes, false, 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, 10240, 1, 0), Flag(DynamicSplitsCodegen__splitcompat_bypass_storage_check_offset_mb, 300, 1, 0), Flag(DynamicSplitsCodegen__splitcompat_package_controller, '+com.zhiliaoapp.musically,com.ss.android.ugc.trill,com.zhiliaoapp.musically.go,com.ss.android.ugc.now,com.adobe.reader,com.snapchat.android,com.myairtelapp,com.larksuite.suite,com.ss.android.ugc.tiktok.lite,com.lemon.lvoverseas,com.ss.android.tt.creator +02-27 07:57:35.734 8697 9271 D GetConfigurationSnapsho: ,com.google.android.gms', 4, 0), Flag(DynamicSplits__dynamic_split_download_size_threshold_metered, 209715200, 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,com.instagram.lite,com.facebook.mlite,com.facebook.pages.app,com.instagram.barcelona,com.facebook.talk,com.whatsapp,com.whatsapp.w4b,com.facebook.workrooms,com.oculus.twilight', 4, 0), Flag(EcChoice__allow_back_to_return_home, true, 2, 0), Flag(EcChoice__browser_package_ids, '', 5, 0), Flag(EcChoice__elapsed_time_till_trigger, 2000, 1, 0), Flag(EcChoice__enable_ec_choice_flow, false, 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__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(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, true, 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, true, 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, true, 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(EnterpriseInstallPolicies__device_management_install_options_allowlist, ' +02-27 07:57:35.734 8697 9271 D GetConfigurationSnapsho: ChZjb20uZ29vZ2xlLmFuZHJvaWQuZ21z', 5, 0), Flag(EnterprisePrivacyUxImprovements__enable_work_badge_and_install_text, false, 2, 0), Flag(EnterpriseUnifiedUpdateControlsPolicy__enterprise_unified_update_control_system_services_package_names, 'ChVjb20uZ29vZ2xlLmFuZHJvaWQuYXMKHWNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLnNjb25lChpjb20uZ29vZ2xlLmFuZHJvaWQud2VidmlldwoSY29tLmdvb2dsZS5hci5jb3JlChdjb20uZ29vZ2xlLmFuZHJvaWQub2RhZAokY29tLmdvb2dsZS5hbmRyb2lkLnR2cmVjb21tZW5kYXRpb25zChhjb20uZ29vZ2xlLmFuZHJvaWQuZXVpY2MKK2NvbS5nb29nbGUuYW5kcm9pZC53ZWFyYWJsZS5maXRiaXQubWN1LmRhdGEKKGNvbS5nb29nbGUuYW5kcm9pZC5zZXR0aW5ncy5pbnRlbGxpZ2VuY2UKHWNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLnR1cmJvCiJjb20uZ29vZ2xlLmFuZHJvaWQuZ21zLnN1cGVydmlzaW9uChxjb20uZ29vZ2xlLmFuZHJvaWQuZ21zc3lzdGVtCh1jb20uZ29vZ2xlLmFuZHJvaWQuc2FmZXR5Y29yZQoeY29tLmdvb2dsZS5hbmRyb2lkLmNvbnRhY3RrZXlzChljb20uZ29vZ2xlLmFuZHJvaWQuYXMub3NzChhjb20uZ29vZ2xlLmFuZHJvaWQubW9zZXkKG2NvbS5nb29nbGUuYW5kcm9pZC5jYWxsY29yZQoWY29tLmdvb2dsZS5hbmRyb2lkLmdtcw', 5, 0), Flag(EnterpriseUnifiedUpdateControlsPolicy__enterprise_unified_update_policy_auto_update_reasons_to_cancel, 'CgthdXRvX3VwZGF0ZQoUbWFpbmxpbmVfYXV0b191cGRhdGU', 5, 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, false, 2, 0), Flag(ExperimentFramework__enable_device_config_upload_for_all_unauth, false, 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, false, 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(FetchBillingUiInstructions__enable_fetch_billing_ui_instructions, true, 2, 0), Flag(FifeImage__ttl_in_days, 15, 1, 0), Flag(FileByFile__required_fbf_compression_levels, 'CgIGCQ', 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, false, 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, true, 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, +02-27 07:57:35.734 8697 9271 D GetConfigurationSnapsho: 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(GiftingEducationTooltip__one_google_education_for_gifting_end_date, 'COoPEAEYAQ', 5, 0), Flag(GiftingEducationTooltip__one_google_education_for_gifting_start_date, 'COkPEAsYAQ', 5, 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, false, 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, true, 2, 0), Flag(GoogleTvFeatures__enable_read_more_pmtv_playback_banner, false, 2, 0), Flag(GoogleTvFeatures__force_dark_theme, false, 2, 0), Flag(GppOdmlWarnings__is_enabled, true, 2, 0), Flag(GridCluster__recycled_view_pool_size, 8, 1, 0), Flag(Hibernation__flagless_unhibernation_killswitch, false, 2, 0), Flag(HorizontalClusterImpression__disable_extra_layout_space, true, 2, 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_treatment, true, 2, 0), Flag(IconUniformity__enable_vx_treatment, true, 2, 0), Flag(ImageOptimizations__enable_high_quality_tablet_screenshot, false, 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(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, true, 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(InAppMessa +02-27 07:57:35.734 8697 9271 D GetConfigurationSnapsho: ging__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(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__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__enable_inline_video_on_details_page, false, 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, false, 2, 0), Flag(InlineVideo__enable_video_play_icon_click_full_screen_activity, false, 2, 0), Flag(InlineVideo__enable_youtube_update_dialog, false, 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_resolver_unconditional_overwrite_reasons, 'ChNhcHBfbGFuZ3VhZ2VfY2hhbmdlChphcHBfcmVjb3Zlcnlfc3BsaXRfaW5zdGFsbAoSYmF0dGxlc3Rhcl9pbnN0YWxsCgtidWxrX3VwZGF0ZQoaZGV2ZWxvcGVyX3RyaWdnZXJlZF91cGRhdGUKFGRldmljZV9vd25lcl9pbnN0YWxsCgtkc2VfaW5zdGFsbAoMZWFybHlfdXBkYXRlChdlbnRlcnByaXNlX2F1dG9faW5zdGFsbAotZW50ZXJwcmlzZV9hdXRvX2luc3RhbGxfd2l0aG91dF9sYXVuY2hlcl9pY29uCgprZXlfcmVzY3VlChJtYWludGVuYW5jZV93aW5kb3cKEm1hbnVhbF9oaWJlcm5hdGlvbgoWcGFja2FnZV91cGRhdGVfc2VydmljZQoRcGxheV9wcm90ZWN0X2xpbmsKEXJhcGlkX2F1dG9fdXBkYXRlCgtyZWNvbW1lbmRlZAoUcmVtb3RlX2luX2FwcF91cGRhdGUKFHJlbW90ZV91cGRhdGVfcHJvbXB0CilzZWxmX3VwZGF0ZV92aWFfYXV0b191cGRhdGVfZGVidWdfdHJpZ2dlcgosc2VsZl91cGRhdGVfdmlhX2F1dG9fdXBkYXRlX2VudGVycHJpc2Vfc2V0dXAKDnNpbmdsZV9pbnN0YWxsChBzdWdnZXN0ZWRfdXBkYXRlCi1zdWdnZXN0ZWRfdXBkYXRlX21hbGZ1bmN0aW9uaW5nX2FwcF9zdGFsZW5lc3MKBnRpY2tsZQoTdW5hcmNoaXZlX2Jyb2FkY2FzdAoUdW5hcmNoaXZlX2Zyb21fc3RvcmUKDXVuaGliZXJuYXRpb24KFHVzZXJfbGFuZ3VhZ2VfY2hhbmdl', 5, 0), Flag(InstallQueue__run_installs_on_readiness_listener, true, 2, 0), Flag(InstallReferrer__disable_external_referrer_from_installer_data_store, 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__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_previe +02-27 07:57:35.734 8697 9271 D GetConfigurationSnapsho: w_app, false, 2, 0), Flag(InstallerCodegen__disabled_package_logs_install_rejected_instead_of_abandoned, true, 2, 0), Flag(InstallerCodegen__enable_add_checksum, true, 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_checksum_logging, false, 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, true, 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, false, 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_state, 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__stop_samegrades_from_derived_id_zero, true, 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, false, 2, 0), Flag(InstantAppsIntentCreation__use_secure_supervisor_activity_alias_if_available, false, 2, 0), Flag(InstantAppsLaun +02-27 07:57:35.734 8697 9271 D GetConfigurationSnapsho: chKeys__construct_launch_intent_from_launch_key, false, 2, 0), Flag(InstantAppsLaunchKeys__disable_default_url_fallback, false, 2, 0), Flag(InstantAppsLaunchKeys__enable_launch_key_decoding, false, 2, 0), Flag(InstantAppsLaunchKeys__enable_launch_key_opt_in_state_checking, false, 2, 0), Flag(InstantAppsLaunchKeys__enable_launch_keys_for_details_page_and_launch_api, false, 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, false, 2, 0), Flag(InstantAppsSupervisor__killswitch_remove_supervisor_on_o, false, 2, 0), Flag(InstantAppsSupervisor__remove_supervisor, true, 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, false, 2, 0), Flag(InstantAppsTryNowVisibility__enable_try_now_on_tubesky, true, 2, 0), Flag(InstantAppsTv__enable_android_tv_compatibility, true, 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, false, 2, 0), Flag(InstantCartClientCacheBoost__ignore_developer_id, true, 2, 0), Flag(InstantCart__add_sku_details_token_from_prefetchable_acquisition, 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, true, 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, 'CgVCT09LUwoIUExBWVBBU1M', 5, 0), Flag(InstantCart__enable_new_cache_key_in_acquire_cache, true, 2, 0), Flag(InstantCart__enable_prefetch_for_yt_product_dummy, 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__app_access_risk_other_apps_capturing_signals, 'CgUEQxMPFQ', 5, 0), Flag(IntegrityService__app_access_risk_other_apps_controlling_signals, 'CgEI', 5, 0), Flag(IntegrityService__app_access_risk_play_or_system_apps_capturing_signals, 'CgUDBRIOFA', 5, 0), Flag(IntegrityService__app_access_risk_play_or_system_apps_controlling_signals, 'CgEH', 5, 0), Flag(IntegrityService__default_rate_limit_threshold, 5, 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, true, 2, 0), Flag(IntegrityService__enable_hygiene_job, false, 2, 0), Flag(IntegrityService__higher_rate_limit_packages, 'Cihjb20uZ29vZ2xlLmFuZHJvaWQuYXBwcy5wcml2YWN5LndpbGRsaWZl', 5, 0), Flag(IntegrityService__higher_rate_limit_threshold, 20, 1, 0), Flag(IntegrityS +02-27 07:57:35.734 8697 9271 D GetConfigurationSnapsho: ervice__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__other_apps_overlay_signals, 'CgEE', 5, 0), Flag(IntegrityService__pass_droidguard_flow_name_to_pgs, true, 2, 0), Flag(IntegrityService__play_or_system_apps_overlay_signals, 'CgED', 5, 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, true, 2, 0), Flag(KidsAlleyOop__enable_flag_item, false, 2, 0), Flag(KidsAlleyOop__enable_policy_footer, true, 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(LandscapeBuyFlow__enable_launching_instrument_manager_in_full_screen_for_all_flows, false, 2, 0), Flag(LandscapeBuyFlow__enable_launching_instrument_manager_in_full_screen_for_fopless_user, false, 2, 0), Flag(LandscapeBuyFlow__enable_launching_instrument_manager_in_full_screen_for_in_app_purchase, false, 2, 0), Flag(LandscapeBuyFlow__landscape_buy_flow_test_codes, 'CgKtWA', 5, 0), Flag(LanguageSwitcher__enable_ulp_data_fetch, false, 2, 0), Flag(LanguageSwitcher__ulp_testing_override, '', 5, 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(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__populate_empty_purchase_data, true, 2, 0), Flag(LibraryModule__set_read_consistency_in_phonesky, true, 2, 0), Flag(Libraryentryignoredoctype__is_enabled, false, 2, 0), Flag(LicensingServiceV1Logging__is_enabled, false, 2, 0), Flag(Licensing__allowed_installer_package_names, 'ChNjb20uYW5kcm9pZC52ZW5kaW5nChljb20uc2VjLmFuZHJvaWQuZWFzeU1vdmVy', 5, 0), Flag(Licensing__enable_install_source_enforcement_in_phonesky, 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, false, 2, 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(Log +02-27 07:57:35.734 8697 9271 D GetConfigurationSnapsho: Optimization__killswitch_deprecate_latency_events, true, 2, 0), Flag(LogOptimization__killswitch_remove_deprecated_events, 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, '+', 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, 'always_allow', 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(Mainline__duration_before_mainline_is_stale, 'CIDnhA8', 5, 0), Flag(Mainline__enable_autoupdate_manual_check, true, 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__reboot_interval_end_hour, 5, 1, 0), Flag(Mainline__reboot_interval_start_hour, 1, 1, 0), Flag(Mainline__replace_userspace_reboot_by_resume_on_reboot, true, 2, 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), 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_af +02-27 07:57:35.734 8697 9271 D GetConfigurationSnapsho: fordance_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, true, 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(NotificationClickability__enable_report_stats, 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__battlestar_beta_bump_notification_timeout, 'CAE', 5, 0), Flag(Notifications__dedup_impressions, true, 2, 0), Flag(Notifications__disable_updates_completion_channel_shrinking, false, 2, 0), Flag(Notifications__enable_adding_manage_notifications_cta_to_all_fg_notifications, false, 2, 0), Flag(Notifications__enable_logging_notification_updates, true, 2, 0), Flag(Notifications__enable_noti +02-27 07:57:35.734 8697 9271 D GetConfigurationSnapsho: fication_for_apps_with_active_subscriptions_v2, 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, 'Cg5TSU5HTEVfSU5TVEFMTAoLQVVUT19VUERBVEUKC0JVTEtfVVBEQVRF', 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, 350, 1, 0), Flag(OpenActionButton__enable_ads_click_tracking, false, 2, 0), Flag(OpenAppLinkLaunchLogging__is_enabled, false, 2, 0), Flag(OrsonDetailPage__enable_orson_detail_page, true, 2, 0), Flag(OutOfAppExperienceClientFeatures__enable_billing_account_mismatch_check, false, 2, 0), Flag(OutOfAppPurchasableInAppProductFeatures__pass_grantable_voucher_token_to_purchase_flow, true, 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(P2p__check_all_packages_for_uid, false, 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_extra_not_installable_reason_codes, true, 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, false, 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, false, 2, 0), Flag(P2p__enable_p2p_offline_page_entrypoint, false, 2, 0), Flag(P2p__enable_p2p_restore_hidden_apps_check, true, 2, 0), Flag(P2p__enable_p2p_session_cleanup, false, 2, 0), Flag(P2p__enable_p2p_vanilla_receiver_send_apps, false, 2, 0), Flag(P2p__enable_p2p_vanilla_send_more_apps, false, 2, 0), Flag(P2p__enable_p2p_vanilla_sharing, false, 2, 0), Flag(P2p__enable_peer_to_peer_app_sharing_api, false, 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, false, 2, 0), Flag(P2p__highest_enabled_api_version, 2, 1, 0), Flag(P2p__p2p_app_listing_eligibility, false, 2, 0), Flag(P2p__p2p_blocklisted_packages, '', 5, 0), Flag(P2p__p2p_corp_account_gate_passed, false, 2, 0), Flag(P2p__p2p_default_api_caller_allowlist, '', 5, 0), Flag(P2p__p2p_destination_protocol_version, 3, 1, 0), Flag(P2p__p2p_enable_aadc_restrictions_api, true, 2, 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, '', 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, false, 2, +02-27 07:57:35.734 8697 9271 D GetConfigurationSnapsho: 0), Flag(P2p__p2p_unknown_age_is_under_eighteen, true, 2, 0), Flag(P2p__p2p_updates_api_caller_allowlist, '', 5, 0), Flag(P2p__p2p_use_strict_availability_policies, true, 2, 0), Flag(P2p__use_abi_info_from_frosting, false, 2, 0), Flag(P2p__use_apk_results_list_for_events, true, 2, 0), Flag(PackageManager__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, true, 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, 'fadein', 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__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_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_phonesky_dumpsys_in_prod_versions, true, 2, 0), Flag(PhoneskyHeader__enable_phonesky_header, true, 2, 0), Flag(PhoneskyHeader__enable_phonesky_header_multiproc_value_store, true, 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) +02-27 07:57:35.734 8697 9271 D GetConfigurationSnapsho: , Flag(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_get_recommended_preinstalls_caller_allowlist, true, 2, 0), Flag(PhoneskySetup__enable_persistent_pause_app_updates_calls, true, 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;com.google.android.xr.setupwizard:EDCFAB6AD5A341370A733D0D0F7FB21F142DB94F26A97BA499602F0A1C891671,5578C495C9DF4B1E2E682C41389B597F949EE1ECDB455F0BB63C9A3B7C0C31F6', 4, 0), Flag(PhoneskySetup__killswitch_early_update, true, 2, 0), Flag(PhoneskySetup__pai_fetch_timeout, 'CB4', 5, 0), Flag(PhoneskySetup__pause_app_updates_caller_allowlist, 'com.android.vending:F0FD6C5B410F25CB25C3B53346C8972FAE30F8EE7411DF910480AD6B2D60DB83,1975B2F17177BC89A5DFF31F9E64A6CAE281A53DC1D1D59B1D147FE1C82AFA00;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;com.google.android.docksetup:09D0F80AC553A679B8B4ACF67EAEC15FB8ABCCED21ECA57765743DF97C7D0F53,301AA3CB081134501C45F1422ABC66C24224FD5DED5FDC8F17E697176FD866AA;com.google.android.xr.setupwizard:EDCFAB6AD5A341370A733D0D0F7FB21F142DB94F26A97BA499602F0A1C891671,5578C495C9DF4B1E2E682C41389B597F949EE1ECDB455F0BB63C9A3B7C0C31F6;com.google.android.apps.wear.companion:48ED0058D1B6638E39A6E4C2DF1C4D5FDF593F696BF31B09A88F93141EAF600F,923FB8D6487101148D8DC0F790115DBA34CF0EA3AA5D3BB074D2D973588C393A;com.google.android.apps.wear.engcompanion:169FA3F01C6E19141961FDCA11118D3B8935955F2DE602E04968E3A1E011B362,CFB0B154CD6160B37220818055250310F8F296FF39F61C9175EC4E30C76F170F', 4, 0), Flag(PhoneskySetup__remove_user_cancel_from_failure_count, true, 2, 0), Flag(PhoneskySetup__skip_pai_config_apk_check, false, 2, 0), Flag(PlayBillingLibraryDiversion__enable_initialize_diversion, false, 2, 0), Flag(PlayCore__enable_app_not_owned_error_code, true, 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, +02-27 07:57:35.734 8697 9271 D GetConfigurationSnapsho: 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, 'CID1JA', 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_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_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, true, 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, true, 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__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_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_dogfood_for_permission_auto_revocation, false, 2, 0), Flag(PlayProtect__enable_feature_6848, false, 2, 0), Flag(PlayProtect__enable_feature_8581, 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_notific +02-27 07:57:35.734 8697 9271 D GetConfigurationSnapsho: ations, 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, true, 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, '', 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__deadline_in_hours, 24, 1, 0), Flag +02-27 07:57:35.734 8697 9271 D GetConfigurationSnapsho: (ProfileInception__enabled_versions, '82880000', 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_update_response_bundle_error_from_service_unavailable, true, 2, 0), Flag(PurchaseHistoryAccountPage__auto_expand_instruction_entries, true, 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(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(RegulatoryCapabilities__enable_flounder_fish_wdp, false, 2, 0), Flag(RegulatoryCapabilities__enable_goblin_shark_wdp, 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_back_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(Schedule +02-27 07:57:35.734 8697 9271 D GetConfigurationSnapsho: r__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, true, 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(SdkLibraries__killswitch_split_metadata_merging_experiment, false, 2, 0), Flag(SearchSuggestCaching__include_icon_size_in_request_url, false, 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, 1, 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_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_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, false, 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, true, 2, 0), Flag(SelfUpdate__kill_switch_immediate_self_update_from_system_version, false, 2, 0), Flag(SelfUpdate__kill_switch_remove_splits_on_samegrade, false, 2, 0), Flag(SelfUpdate__kill_switch_self_update_finished_log_app_data_prefs, 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_installer_data_background, 3, 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_job_store_data_background, 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_running_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(SelfU +02-27 07:57:35.734 8697 9271 D GetConfigurationSnapsho: pdate__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(SemanticDiff__dummy_flag, 100, 1, 0), Flag(ServerNotifications__enable_gentler_restart_for_clear_cache_and_reset_experiments_notification, true, 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(SlideToConfirm__enable_slide_confirmed_label, false, 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__replicate_library_dedupe_in_carsky, 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(TabbedBrowseFragmentBrowseData__normalize_browse_data_handling, true, 2, 0), Flag(TestColorTheme__transparent_background, true, 2, 0), Flag(TestConfig__backend_urls, '', 5, 0), Flag(TestHawkeyeLatencyDetectionFeature__lantency_injection_ms, 0, 1, 0), Flag(TestNonRampable__enable_test_param, false, 2, 0), Flag(TestOnly__check_for_null_account, false, 2, 0), Flag(TestRampableStudyDoc__enable_test_param, false, 2, 0), Flag(TestRampableStudyWithoutPartitions__enable_test_param, 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(TubeskyAutoUpdateV2__enable_tubesky_auto_update_v2, true, 2, 0), Flag(TubeskyAutoUpdateV2__enable_tubesky_idle_relaxation, true, 2, 0), Flag(TubeskyAutoUpdateV2__tubesky_threshold_device_idling, 259200000, 1, 0), Flag(TubeskyDeviceCertification__is_enabled, true, 2, 0), Flag(TubeskyDeviceInteroperability__enable_device_interoperability_v1, 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_pin_auth, true, 2, 0), Flag(TubeskyRapidInstallForAmatiPhase1__is_enabled, 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(TubeskyRapidInstall__enable_rapid_install, true, 2, 0), Flag(TubeskySearchImprovementsPhase2__is_enabled, false, 2, 0), Flag(TubeskySearchImprovements__is_enabled, true, 2, 0), Flag(Tubeskycontinuebutton__is_enabled, true, 2, 0), Flag(TvAcquisitionFlo +02-27 07:57:35.734 8697 9271 D GetConfigurationSnapsho: w__enable_fsub_in_rapid_install, true, 2, 0), Flag(TvAcquisitionFlow__enable_scrollview_for_guidance_column, true, 2, 0), Flag(TvAcquisitionFlow__enable_translucent_window, true, 2, 0), Flag(UiBuilder__enable_loading_as_new_screen, true, 2, 0), Flag(UnacknowledgedPurchaseNotification__enable_unacknowledged_purchase_notification, true, 2, 0), Flag(UnacknowledgedPurchaseNotification__unacknowledged_purchase_notification_minimum_latency, 'CICjBQ', 5, 0), Flag(UnacknowledgedPurchaseNotification__unacknowledged_purchase_notification_override_deadline, 'CIDGCg', 5, 0), Flag(UnauthDebugSettings__signed_android_identity_token, '', 4, 0), Flag(UnauthPaiUpdates__enable_unauth_PAI_app_updates, false, 2, 0), Flag(UnauthUpdates__enable_unauth_manual_update, false, 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_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__enable_narrow_padding_style_for_uninstall_page, false, 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, 'EIDh6xc', 5, 0), Flag(UnivisionDataBatchItemstore__enable, false, 2, 0), Flag(UnivisionDataCustomCombine__enable_for_item_client_state, true, 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, false, 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_cl +02-27 07:57:35.734 8697 9271 D GetConfigurationSnapsho: ickability_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_importance_sort_updates_in_my_apps_updates_per_importance, false, 2, 0), Flag(UpdateImportance__update_importance_update_frequency_threshold_days, 5, 1, 0), Flag(UpdateImportance__update_importance_use_new_update_info_in_notification, true, 2, 0), Flag(UpdateImportance__update_importance_use_update_importance_calculation, true, 2, 0), Flag(UpdateImportance__update_importance_use_update_importance_to_trigger_successful_update_notification, false, 2, 0), Flag(UpdateImportance__update_importance_usefulness_threshold_days, 1, 1, 0), Flag(UseGoogleSansTextForBody__is_enabled, false, 2, 0), Flag(UserLanguagesCodegen__max_background_retries, 7, 1, 0), Flag(UserLanguages__deferred_languages_require_wifi_charging, false, 2, 0), Flag(UserLanguages__kill_switch_split_installs_for_other_apps_on_locale_change, false, 2, 0), Flag(UserLanguages__language_check_after_ota, true, 2, 0), Flag(UserLanguages__network_restriction_for_language_splits, 1, 1, 0), Flag(UserLanguages__user_language_api_fix_emulated_splits, true, 2, 0), Flag(UserlistClearControl__allow_userlist_clear_control, true, 2, 0), Flag(UserlistClearControl__enable_userlist_clear_page_migration, false, 2, 0), Flag(VerifierAutoscanApkStreamingSupport__is_enabled, false, 2, 0), Flag(Verifierbackgroundtasklogging__is_enabled, false, 2, 0), Flag(ViewPagerFrameworks__enable_vp_framework_view_reuse, false, 2, 0), Flag(VrAcquisitionFlow__deprecate_billing_service, true, 2, 0), Flag(VrAcquisitionFlow__enable_2D_flow, true, 2, 0), Flag(WearAcquisitionFlow__enable_wear_free_acquire_remote_escalation, true, 2, 0), Flag(WearAutoUpdate__enable_basic_idle_relaxation_policy, true, 2, 0), Flag(WearDebugOptions__enable_debug_options_menu, false, 2, 0), Flag(WearDebugOptions__kill_switch_debug_options_menu, false, 2, 0), Flag(WearDeferPaginate__is_enabled, true, 2, 0), Flag(WearHygieneOptimization__enable_wear_dependency_optimization, true, 2, 0), Flag(WearPaymentMultiAccount__enable_wear_payment_ah_amb, true, 2, 0), Flag(WearSupport__kill_switch_foreground_wear_update, false, 2, 0), Flag(WearSupport__kill_switch_wear_service, false, 2, 0), Flag(WearSupport__killswitch_foreground_wear_service, false, 2, 0), Flag(WearUserCheckForUpdate__is_enabled, false, 2, 0), Flag(YoutubeUgcVideo__show_youtube_ugc_video_on_dp, false, 2, 0), Flag(YoutubeUgcVideo__ugc_module_above_rr, false, 2, 0), Flag(YtWebPlayerBugfix__enable_yt_web_player_bugfix, true, 2, 0), Flag(Zapp__enable_allow_partial_response, true, 2, 0), Flag(Zapp__enable_authenticated_updates, false, 2, 0), Flag(ZeroRating__enable_zero_rating, false, 2, 0), Flag(finsky.zapp.rate_limit_num_permitted_calls, 5, 1, 0), Flag(finsky.zapp.rate_limit_window_ms, 1000, 1, 0) +02-27 07:57:35.734 8697 9271 D GetConfigurationSnapsho: byFlagStorageType, deleteSet = +02-27 07:57:35.737 8697 8728 I Finsky : [59] lct.h(7): Already at the latest configurations for experiment package com.google.android.finsky.regular. +02-27 07:57:35.738 8697 8725 I Finsky : [56] lct.h(1): Triggered update for experiment package com.google.android.finsky.stable. +02-27 07:57:35.747 8697 9271 D GetConfigurationSnapsho: getFullConfigurations +02-27 07:57:35.757 8697 9271 D GetConfigurationSnapsho: byFlagStorageType, addSet = Flag(AlleyOopMigrateToHsdpV1__hsdp_caller_opt_in_check_bypass_list, 'com.instagram.android,com.facebook.katana,com.facebook.wakizashi,com.ss.android.ugc.trill,com.zhiliaoapp.musically,com.snapchat.android,com.google.android.gms,com.android.chrome,com.chrome.beta,com.chrome.canary,com.chrome.dev,com.fitbit.FitbitMobile,com.google.android.apps.fitness,com.google.android.apps.kids.home,com.google.android.apps.mediahome.launcher,com.google.android.apps.messaging,com.google.android.apps.nexuslauncher,com.google.android.apps.wear.companion,com.google.android.apps.youtube.creator,com.google.android.apps.youtube.gaming,com.google.android.apps.youtube.kids,com.google.android.apps.youtube.mango,com.google.android.apps.youtube.music,com.google.android.apps.youtube.vr,com.google.android.contacts,com.google.android.dialer,com.google.android.youtube,com.google.android.youtube.tv,com.google.android.vr.home,com.google.android.vr.home.dev,com.google.android.googlequicksearchbox,com.google.android.play.games,com.google.android.apps.chromecast.app,com.google.android.instantapps.supervisor,com.google.android.videos,com.google.android.apps.freighter,com.google.android.apps.freighter.beta,com.google.android.apps.travel.onthego,com.google.android.inputmethod.latin,com.google.android.inputmethod.latin.dev,com.google.android.inputmethod.latin.canary,com.google.vr.apps.ornament,com.google.vr.apps.ornament.dev,com.google.android.apps.vega,com.google.android.apps.tycho,com.google.ar.lens,com.google.ar.lens.dev,com.google.android.apps.dreamliner,com.google.android.deskclock,com.google.android.apps.tachyon,com.google.android.gm,com.google.samples.apps.cardboarddemo,com.google.vr.cardboard.paperscope,com.google.android.apps.tips,com.google.android.apps.nbu.files', 4, 0), Flag(AlleyOopOnItemModelStable__custom_detailed_page_app_id_exclusion_list, 'Chdjb20ua2luZy5jYW5keWNydXNoc2FnYQoKY29tLmV0ZXJubwoYY29tLmJ5anVzLnRoZWxlYXJuaW5nYXBwChVjb20uY29udGV4dGxvZ2ljLndpc2g', 5, 0), Flag(AppActivityLoggingNoticeUi__is_enabled, false, 2, 0), Flag(AppOpenDownloadManagerStable__download_manager_notification_heads_up_delay, 'EICjw0c', 5, 0), Flag(AppOpenDownloadManagerStable__download_manager_notification_heads_up_throttle_duration, 'CDw', 5, 0), Flag(AppsHub__new_badge_max_sessions, 2, 1, 0), 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, false, 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, 'getAndroidTvZeroSearchStream', 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, false, 2, 0), Flag(AutoUpdate__enable_atomic_install_cancel_oversample, true, 2, 0), Flag(AutoUpdate__enable_atomic_install_content_sync_stable, false, 2, 0), Flag(AutoUpdate__enable_atomic_install_high_priority_update_stable, false, 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_ +02-27 07:57:35.757 8697 9271 D GetConfigurationSnapsho: 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(Billing__direct_purchase_api_caller_allowlist_for_apps, 'Chpjb20uZ29vZ2xlLmFuZHJvaWQudnIuaG9tZQoqY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMuZW50ZXJwcmlzZS5kbWFnZW50CiZjb20uZ29vZ2xlLmFuZHJvaWQucHJvamVjdGlvbi5nZWFyaGVhZAoWY29tLmdvb2dsZS5hbmRyb2lkLmdtcw', 5, 0), Flag(Billing__enable_pin_preferred_battlestar_purchase_flow, false, 2, 0), Flag(Billing__enable_subscription_instrument_update, true, 2, 0), Flag(Billing__enable_third_party_direct_purchases, false, 2, 0), Flag(Billing__enable_third_party_subscription_instrument_update, false, 2, 0), Flag(Billing__enable_using_rpc_endpoint_wrapper, true, 2, 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, false, 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, true, 2, 0), Flag(BooksExperiments__enabled_series_subscription, true, 2, 0), Flag(BooksExperiments__update_to_get_for_free, true, 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(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, true, 2, 0), Flag(CashmereAppSync__enable_app_sync_pcsi_logging, true, 2, 0), Flag(CashmereAppSync__enable_cashmere_serp_app_sync, true, 2, 0), Flag(CashmereAppSync__killswitch_pcsi_power_user_classification_logging, false, 2, 0), Flag(CashmereAppSync__serp_app_sync_app_fields, 'Ch4BAgMEBQYICQoLDQ4WGxwdHh8gIiMsMDE1OUBLXmA', 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, 25, 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), +02-27 07:57:35.757 8697 9271 D GetConfigurationSnapsho: 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, false, 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, true, 2, 0), Flag(CrossFormFactorInstall__enable_filter_device_without_installation_details, true, 2, 0), Flag(CrossFormFactorInstall__enable_is_nearby_logging, true, 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, false, 2, 0), Flag(CrossFormFactorInstall__enable_xff_install_on_alleyoop, false, 2, 0), Flag(CrossFormFactorInstall__enable_xff_install_ui, 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, false, 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(DarkTheme__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(DataLoader__dataloader_native_libraries_check, true, 2, 0), Flag(DataLoader__disable_on_install_loop, false, 2, 0), Flag(DataLoader__disable_streaming_for_returning_users, false, 2, 0), Flag(DataLoader__downloader_network_read_buffer_bytes, 1048576, 1, 0), Flag(DataLoader__downloader_network_read_timeout_ms, 20000, 1, 0), Flag(DataLoader__enable_aadc_for_logging, true, 2, 0), Flag(DataLoader__enable_aadc_for_ui, true, 2, 0), Flag(DataLoader__enable_auto_update_on_incomplete_incrementals, true, 2, 0), Flag(DataLoader__enable_dataloader_failure_record, true, 2, 0), Flag(DataLoader__enable_dataloader_v2, true, 2, 0), Flag(DataLoader__enable_educational_tooltip, 'none', 4, 0), Flag(DataLoader__enable_feature_detection_hygiene, false, 2, 0), Flag(DataLoader__enable_incremental_dataloader, false, 2, 0), Flag(DataLoader__enable_incremental_nugget_installation, false, 2, 0), Flag(DataLoader__enable_incremental_progress_spinner, true, 2, 0), Flag(DataLoader__enable_incremental_progress_spinner_animation, false, 2, 0), Flag(DataLoader__enable_java_dataloader, true, 2, 0), Flag(DataLoader__ena +02-27 07:57:35.757 8697 9271 D GetConfigurationSnapsho: ble_lightning_bolt_icon, false, 2, 0), Flag(DataLoader__enable_notification_buttons, true, 2, 0), Flag(DataLoader__enable_performance_metrics, true, 2, 0), Flag(DataLoader__enable_performance_metrics_install_session_id_log, true, 2, 0), Flag(DataLoader__enable_performance_metrics_package_monitor_events, true, 2, 0), Flag(DataLoader__enable_prod_readlog_notice, false, 2, 0), Flag(DataLoader__enable_readlog_format_v3_for_read_logs_session, false, 2, 0), Flag(DataLoader__enable_readlog_format_v3_for_streaming_session, true, 2, 0), Flag(DataLoader__enable_selinux_patch_check, false, 2, 0), Flag(DataLoader__install_failures_per_app_threshold, 1, 1, 0), Flag(DataLoader__install_failures_threshold, 3, 1, 0), Flag(DataLoader__install_loop_threshold_seconds, 86400, 1, 0), Flag(DataLoader__killswitch_incremental_dataloader, true, 2, 0), Flag(DataLoader__known_external_digesters, 'ChkKF2NvbS5haG5sYWIudjNtb2JpbGVwbHVzChsKGWNvbS50cmFuc3Npb24ucGhvbmVtYXN0ZXIKLAoqY29tLnNlY3VyaXR5YW5kcHJpdmFjeS5hbmRyb2lkLnZlcml6b24udm1zChgKFmNvbS5jbGVhbnRlYW0ub25lYm9vc3QKIgogY29tLmF2YXN0LmFuZHJvaWQubW9iaWxlc2VjdXJpdHkKKwopY29tLnJvb3QuY2xlYW4uYm9vc3QuZXhwbG9yZXIuZmlsZW1hbmFnZXIKDQoLY29tLmxvb2tvdXQKDwoNY29tLmFudGl2aXJ1cwoOCgxjb20ua21zLmZyZWUKHQobY29tLndzYW5kcm9pZC5zdWl0ZS50bW9iaWxlChgKFmNvbS5hdHQubW9iaWxlc2VjdXJpdHkKGgoYY29tLm5veGdyb3VwLmFwcC5jbGVhbmVyChkKF2NvbS5oeXVuZGFpY2FyZC5hcHBjYXJkCh0KG2NvbS5zeW1hbnRlYy5tb2JpbGVzZWN1cml0eQobChljb20uY2xlYW50ZWFtLm9uZXNlY3VyaXR5CiIKIGNvbS5hcHBzaW5ub3ZhLmFuZHJvaWQua2VlcGNsZWFuCjcKNXBob25lY2xlYW5lci5hbmRyb2lkbWFzdGVyLmNsZWFudXBzcGFjZS5waG9uZS5ib29zdGVyChMKEWNvbS5lc3Rzb2Z0LmFseWFjChwKGmNvbS50b29sLnBvd2VyLnN3ZWVwLmNsZWFuChUKE2NvbS53c2FuZHJvaWQuc3VpdGUKIgogY29tLmFobmxhYi52M21vYmlsZXNlY3VyaXR5LnNvZGEKGwoZY29tLm5veGdyb3VwLmFwcC5zZWN1cml0eQonCiVjb20uZmlsZS5leHBsb3Jlci5tYW5hZ2VyLnNwYWNlLmNsZWFuChIKEGNvbS5wc2FmZS5tc3VpdGUKHAoaa3IuY28uc2hpZnR3b3Jrcy52Z3VhcmR3ZWIKEgoQbmV0Lm5zaGMuZHJvaWR4MwofCh1jb20uY2xlYW5lci5ib29zdC5qdW5rLnN5c3RlbQobChljb20uYXZhc3QuYW5kcm9pZC5jbGVhbmVyChIKEGNvbS52aXJ1cy5odW50ZXIKEQoPY29tLmF2Zy5jbGVhbmVyChUKE2Zhc3Quc2FmZS5ndWFyZC52cG4KHgocb3JnLm1hbHdhcmVieXRlcy5hbnRpbWFsd2FyZQoSChBmYXN0LnBob25lLmNsZWFuChgKFmNvbS5jbGVhbm1hc3Rlci5tZ3VhcmQKEgoQY29tLmVzZXQuZW1zMi5ncAozCjFjb20uYW50aXZpcnVzLm1vYmlsZXNlY3VyaXR5LnZpcnVzY2xlYW5lci5hcHBsb2NrChEKD2NvbS50cGxpbmsudHBtNQoZChdjb20uaWNsZWFuLm1hc3Rlci5ib29zdAoTChFjb20uYXZpcmEuYW5kcm9pZAoeChxqcC5jby55YWhvby5hbmRyb2lkLnlicm93c2VyCiEKH2NvbS5mcmVlLnZwbi5zdXBlci5ob3RzcG90Lm9wZW4KGgoYY29tLmJpdGRlZmVuZGVyLnNlY3VyaXR5CgsKCWNvbS5kcndlYgoyCjBjb20udHJlbmRtaWNyby50bW1zcGVyc29uYWwuanAuZ29vZ2xlcGxheXZlcnNpb24KLAoqY2xlYW4ucGhvbmUuY2xlYW5lci5ib29zdC5zZWN1cml0eS5hcHBsb2NrChkKF2NvbS5sdWRhc2hpLnhzdXBlcmNsZWFuCh4KHGNvbS5zZWN1cml0eS5hbnRpdmlydXMuY2xlYW4KIQofY29tLnN1cmZzaGFyay52cG5jbGllbnQuYW5kcm9pZAooCiZmYW5jeWNsZWFuLmJvb3N0LmFudGl2aXJ1cy5qdW5rY2xlYW5lcgoaChhjb20ubm94Z3JvdXAuYXBwLmJvb3N0ZXIKIgogY29tLnNjYW52aXJ1cy5hbnRpdmlydXMuc2VjdXJpdHkKLQorY29tLm5ld2NsZWFuLmNsZWFuZXIuc2VjdXJpdHkuYm9vc3Rlci5ib29zdAoUChJjb20ucWlob28uc2VjdXJpdHkKLAoqY29tLmZpbGVtYW5hZ2VyLmZpbGVzLmV4cGxvcmVyLmJvb3N0LmNsZWFuCicKJXBob25lLmNsZWFuZXIuYW50aXZpcnVzLnNwZWVkLmJvb3N0ZXIKEwoRY29tLnZpcnVzLnJlbW92ZXIKMAouY29tLmRvZG8uY2xlYW4ubWFzdGVyLmJhdHRlcnkuc2F2ZXIuY3B1LmNvb2xlZAobChljb20ubGd1cGx1cy5ibG9ja3NtaXNoaW5nChoKGGNvbS5jbGVhbm1hc3Rlci5zZWN1cml0eQogCh5jb20ucmVsaWFuY2VqaW8ubW9iaWxlc2VjdXJpdHkKKAomYXNlY3VyaXR5LnBob25lLmp1bmsuY2xlYW5lci5hbnRpdmlydXMKGQoXY29tLnN5bWFudGVjLmNsZWFuc3dlZXAKFwoVY29tLm1vYmlrZWVwZXIuZ2xvYmFsChMKEWNsZWFuZXIuYW50aXZpcnVzCi4KLHZpcnVzLmNsZWFuZXIuYW50aXZpcnVzLnBob25lLnNlY3VyaXR5LmJvb3N0ChYKFGNvbS5zaGFya25pbmphLnNoYXJrCjAKLmNvbS5jbGVhbi5vbmVib29zdC5jbGVhbmVyLm9uZWJvb3N0ZXIuc2VjdXJpdHkKIAoeY29tLm1heGRldmxhYi5jbGVhbmVyLnNlY3VyaXR5ChYKFGNvbS5sdWRhc2hpLnNlY3VyaXR5ChIKEGNvbS5zaGllbGRlci5wcm8KEQoPY29tLnMuYW50aXZpcnVzCiUKI2NvbS5hbnRpdmlydXNtYXN0ZXIub25lYm9vc3RjbGVhbmVyCh0KG3VubGltaXRlZC5zZWN1cmV2cG4uZnJlZXZwbgoaChhjb20uY3liZXIuZGZjLnBvbGFudGlzcHkKGAoWY29tLmticy5jb3JlLmFudGl2aXJ1cwokCiJjb20uYW50aXZpcnVzLmFwcGxvY2suY2xlYW5ib29zdGVyCh0KG2NvbS5zdXBl +02-27 07:57:35.757 8697 9271 D GetConfigurationSnapsho: cnZwbi52cG4uZnJlZS5wcm94eQoyCjBjb20uZm9xaWkucGhvbmUuc2VjdXJpdHkudmlydXMuY2xlYW5lci5hbnRpdmlydXMKFAoSY29tLmZhbGNvbi5jbGVhbmVyChcKFWNvbS5hdmFzdC5hbmRyb2lkLnZwbgosCipjbS5jbGVhbi5tYXN0ZXIuY2xlYW5lci5ib29zdGVyLmNwdS5jb29sZXIKFAoSY29tLmN4emguYW50aXZpcnVzChIKEGNvbS5yYXlkZW0uYm9vc3QKFgoUY29tLnNrdGVsZWNvbS50Z3VhcmQKHQobY29tLnRyZW5kbWljcm8udG1tc3BlcnNvbmFsCj8KPXBob25lLmFudGl2aXJ1cy52aXJ1cy5jbGVhbmVyLmp1bmsuY2xlYW4uc3BlZWQuYm9vc3Rlci5tYXN0ZXIKFQoTY29tLmFkc3RvY2FzaC5ib29zdAoSChBjb20uc29waG9zLnNtc2VjChsKGWNvbS5iaXRkZWZlbmRlci5hbnRpdmlydXMKFgoUZXUuZmFpcmNvZGUubmV0Z3VhcmQKDwoNY29tLmRyd2ViLnBybwoeChxjb20uc3BlZWRvcHRpbWl6ZS50b29sLmNsZWFuChcKFWNvbS5yb2NrZXRtb3AuY2xlYW5lcgoSChBjb20ud290LnNlY3VyaXR5CjAKLmNvbS5jbGVhbmVyLmZhc3RjbGVhbmVyLmJvb3N0ZXIuc2VjdXJpdHkuY2xlYW4KKQonY29tLnJvY2tldC50b29scy5jbGVhbi5hbnRpdmlydXMubWFzdGVyChoKGGtyLm9yLmtmdGMubW9iaWxlYXB0MnlvdQouCixjb20uZm9xaWkucGhvbmUuY2xlYW4uYm9vc3Rlci5jbGVhbmVyLm1hc3RlcgokCiJmYW5jeWNsZWFuLmFudGl2aXJ1cy5ib29zdC5hcHBsb2NrCh4KHGNvbS53c2FuZHJvaWQuc3VpdGUubWV0cm9wY3MKGQoXY29tLnNhZmVob3VzZS5ib2R5Z3VhcmQKIAoeY29tLmNvb3ByZXNhcHBzLmZyZWUuYW50aXZpcnVzChgKFmNvbS5xdWlja2hlYWwucGxhdGZvcm0KIAoeY29tLmFwcHMuZ28uY2xlYW4uYm9vc3QubWFzdGVyCh4KHGNvbS53c2FuZHJvaWQuc3VpdGUudm9kYWVtZWEKFwoVY29tLmxhc2VyLmZpbGVtYW5hZ2VyChEKD2NvbS5qYi5zZWN1cml0eQoYChZjb20ua2FzcGVyc2t5LnNhZmVraWRzChUKE2NvbS5mc2VjdXJlLm1zLnBsdXMKFQoTY29tLmZzZWN1cmUubXMuc2FmZQoWChRjb20ud2Vicm9vdC5zZWN1cml0eQoSChBjb20uZG9uZ2J1bGlmZS5tChEKD2NvbS5rc21vYmlsZS5jYgoPCg1jb20uY21jbS5saXRlChsKGWNvbS5wYW5kYXNlY3VyaXR5LnBhbmRhYXYKCwoJY29tLmttc2pwCiAKHmpwLm5hdmVyLmxpbmVhbnRpdmlydXMuYW5kcm9pZAoiCiBjb20uZWhhd2suYW50aXZpcnVzLmFwcGxvY2sud2lmaQovCi1hbnRpdmlydXMuYW50aS52aXJ1cy5jbGVhbmVyLnNlY3VyaXR5LmJvb3N0ZXIKJAoiY29tLnJveXNvbGJlcmcuYW5kcm9pZC5kYXRhY291bnRlcgoZChdjb20ubGlvbm1vYmkucG93ZXJjbGVhbgodChtjb20ua2Flcm9zZHVwbGljYXRlc2NsZWFuZXIKIwohY29tLmFwcHNpbm5vdmEuYW5kcm9pZC5rZWVwc2VjdXJlChYKFGNvbS5mYWxjb24uYW50aXZpcnVzChMKEWNvbS5zaW1wbGVyLm1lcmdlCjYKNHN1cGVyY2xlYW5lci5waG9uZWNsZWFuZXIuYmF0dGVyeWRvY3Rvci5mYXN0Y2hhcmdpbmcKHwodY29tLnBob25laGVscGVyLmNsZWFuLmJvb3N0ZXIKHwodY29tLnRyZW5kbWljcm8uZnJlZXRtbXMuZ21vYmkKGwoZY29tLmZzZWN1cmUubXMua3BuLnZlaWxpZwoUChJjb20uYWx0cmlnaXQuYm9vc3QKEQoPY29tLmxvb2tvdXQubmV0ChYKFGNvbS5hbnRpdmlydXMudGFibGV0Ch0KG2FwcGxvY2suc2VjdXJpdHkuYXBwLmxvY2tlcgoWChRjb20uc2VjdXJpdHkuc2Nhbm5lcgoVChNjb20uenJnaXUuYW50aXZpcnVzChgKFmNvbS5sb29rb3V0LmVudGVycHJpc2UKFQoTY29tLnZvZGFmb25lLnNuLnZwbgoPCg1jb20ucy5jbGVhbmVyCiAKHmNvbS5kaWFueGlub3Mub3B0aW1pemVyLmR1cGxheQobChljb20uZ3VhcmRpYW4uc2VjdXJpdHkucHJpChgKFmNvbS5idC53c2FuZHJvaWQuc3VpdGUKMQovZmFuY3ljbGVhbi5jbGVhbmVyLmJvb3N0LnByaXZhY3kuYW50aXZpcnVzLm1pbmkKJAoiY29tLmxvb2thbmRmZWVsLmNsZWFuZXJmb3J3aGF0c2FwcAojCiFjb20uYW5kcm9pZGFybXkuT3NEZWZlbmRlckJvb3N0ZXIKGgoYY29tLnN5bWFudGVjLm5vcnRvbi5zbmFwChYKFGNvbS5hcmNhbmUuaW5jb2duaXRvCiAKHmNvbS5vbmVhcHAubWF4LmNsZWFuZXIuYm9vc3RlcgodChtjb20ueC5mcmVlLmZpbGUubWFuYWdlci5hcHAKEQoPY29tLnplbi5ib29zdGVyCh4KHGNvbS5rYXNwZXJza3kuc2VjdXJpdHkuY2xvdWQKGgoYY29tLnF1YW5taGQuc3VwZXJjbGVhbmVyCiAKHmNvbS5yYW9uc2VjdXJlLm1vYmlsZS5zZWN1cml0eQogCh5jb20uaHlwZXJzcGVlZC5yb2NrZXRjbGVhbi5wcm8KFgoUY29tLmlvYml0Lm1vYmlsZWNhcmUKEQoPbW9iaWxlLmd1cnUuYXBwChgKFmNvbS52aXJ1cy5hcHBzLmNsZWFuZXIKIAoeY29tLnJ1ZHJhdW0ucnVkcmF1bVRodW1iMlRoaWVmCiIKIGNvbS50cmVuZG1pY3JvLnRtbXNwZXJzb25hbC5hcGFjCiUKI2NvbS5idWxsZ3VhcmQubW9iaWxlLm1vYmlsZXNlY3VyaXR5ChkKF2NvbS5xaWhvby5zZWN1cml0eS5saXRlCjUKM2NvbS5zdGFycnljYW1lcmEuZnVubnllZmZlY3RzLm1ha2V1cGZpbHRlcnMuY29sbGFnZQoaChhjby5wYW1vYmlsZS5nYW1lbGF1bmNoZXIKHQobY29tLm9uZWFwcC5tYXguc2VjdXJpdHkucHJvChQKEmNvbS5wdWZmLmFudGl2aXJ1cwodChtjb20uem9uZXIuYW5kcm9pZC5hbnRpdmlydXMKIAoeaXQud2luZHRyZS53aW5kLm1vYmlsZXNlY3VyaXR5Ci0KK2NvbS5jbGVhbl9hbnRpdmlydXMuc2VjdXJpdHkubWFzdGVyLmJvb3N0ZXIKHwodY29tLmhhbmFza2NhcmQubW9iaWxlY2FyZC5hcHAKFwoVY29tLmVzZXQuZW1zMi5tZWdhZm9uCgoKCGNvbS5tZWdhChkKF2RlLmdkYXRhLm1vYmlsZXNlY3VyaXR5CioKKGNvbS5hbnRpdmlydXMucy5zZWN1cml0eS5ib29zdGVyLnNwZWVkdXAKGwoZY29tLmFwdXNhcHBzLnR1cmJvY2xlYW5lcgotCitjb20ucnZhcHBzdHVkaW9zLnNwZWVkX2Jvb3N0ZXJfanVua19jbGVhbmVyChUKE2NvbS5hcGUuY2xlYW5hc3Npc3QKGwoZY29tLm93bC5mYXN0Y2xlYW5lci5ib29zdAoPCg1 +02-27 07:57:35.757 8697 9271 D GetConfigurationSnapsho: vcmcuYW50aXZpcnVzChsKGWNvbS5iYXR0ZXJ5LnNtYXJ0Lm1hbmFnZXIKLAoqY29tLmFwcHMuc2VjdXJpdHkubWFzdGVyLmFudGl2aXJ1cy5hcHBsb2NrChYKFGNvbS5sbS5wb3dlcnNlY3VyaXR5ChcKFWJyLmNvbS5mcy52aXZvcHJvdGVnZQolCiNjb20uYW50aXZpcnVzLmZyZWUuc2VjdXJpdHkuY2xlYW5lcgoWChRjb20uYXBwbG9jay5sYXVuY2hlcgoUChJjb20ubWljcm9zb2Z0LnNjbXgKEQoPY29tLmVzZXQubXllc2V0ChkKF2NvbS5wcm90ZWN0c3Rhci5hbnRpc3B5CiQKImNvbS50YXB0ZWNobm9sb2d5LmFudGl2aXJ1cy5tb2JpbGUKGQoXY2xlYW5waG9uZS5ib29zdGVyLnNhZmUKGwoZY29tLnRyZW5kbWljcm8uZHIuYm9vc3RlcgoaChhkZS50ZWxla29tLnByb3RlY3Rtb2JpbGUKHwodanAuY28ueWFob28uYW5kcm9pZC55c2VjdXJpdHkKGQoXY29tLmNvb3ByZXMuYXBwLmJvb3N0ZXIKEwoRY29tLmVzZXQuZW5kcG9pbnQKHQobY29tLnNlY3VyaXR5LmFudGl2aXJ1cy5zY2FuCiIKIGNvbS5rN2NvbXB1dGluZy5hbmRyb2lkLnNlY3VyaXR5ChAKDmNvbS5vcmFuZ2Uua21zChgKFmNvbS5mYXN0dHJhY2suc2VjdXJpdHkKIwohY29tLmZhbmN5Y2xlYW4uc2VjdXJpdHkuYW50aXZpcnVzChwKGmNvbS5jb21vZG8uY2lzbWUuYW50aXZpcnVzCgwKCmNvbS5rbXMubWU', 5, 0), Flag(DataLoader__low_bandwidth_check_ttl, 9223372036854775807, 1, 0), Flag(DataLoader__low_bandwidth_threshold_for_streaming, 0, 1, 0), Flag(DataLoader__migrate_off_incfs, false, 2, 0), Flag(DataLoader__migrate_off_incfs_app_blocklist, '', 5, 0), Flag(DataLoader__on_demand_bulk_write_page_count, 256, 1, 0), Flag(DataLoader__override_install_details_app_allowlist, '', 5, 0), Flag(DataLoader__package_monitor_event_max_logging_interval, 'CKA4', 5, 0), Flag(DataLoader__performance_metrics_rest_stream_progress_chunk_size, 1, 1, 0), Flag(DataLoader__readlogs_cache_expiration_ms, 7200000, 1, 0), Flag(DataLoader__readlogs_logging_batch_size, 2000, 1, 0), Flag(DataLoader__rest_stream_chunk_size_bytes, 2097152, 1, 0), Flag(DataLoader__rest_stream_download_immediate_fail_http_codes, 'CgaTA5QDmgM', 5, 0), Flag(DataLoader__rest_stream_download_initial_retry_delay, 'EIDKte4B', 5, 0), Flag(DataLoader__rest_stream_download_max_delay_time, 'CLBU', 5, 0), Flag(DataLoader__rest_stream_download_max_total_retry_time, 'CICjBQ', 5, 0), Flag(DataLoader__rest_stream_progress_reporting_chunk_interval, 2, 1, 0), Flag(DataLoader__set_incremental_readlogs_not_privacy_sensitive, false, 2, 0), Flag(DataLoader__set_streaming_test_session_logging_indicator, false, 2, 0), Flag(DataLoader__show_toast_in_release_build, false, 2, 0), Flag(DataLoader__streaming_environment, 1, 1, 0), Flag(DataLoader__temp_data_loader_files_expiration_ms, 172800000, 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, false, 2, 0), Flag(DetailsFragmentContentPadding__is_enabled, false, 2, 0), Flag(DetailsToDeliveryToken__is_enabled, true, 2, 0), Flag(DeveloperPage__enable_remote_device_integrity_check, false, 2, 0), Flag(DialogUiComponent__use_compose_dialogs_in_serp, false, 2, 0), Flag(DocKeyedCache__check_item_for_fields, false, 2, 0), Flag(DocKeyedCache__clear_item_cache_on_reasons, 'CgQICRAP', 5, 0), Flag(DocKeyedCache__do_blocking_io_on_future, false, 2, 0), Flag(DocKeyedCache__enable_disk_write_on_bg, false, 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_minimal_locking, false, 2, 0), Flag(DocKeyedCache__item_cache_size_in_mb, 3, 1, 0), Flag(DocKeyedCache__prewarm_item_cache_in_task, false, 2, 0), Flag(DocKeyedCache__return_non_propagating_future, false, 2, 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, fal +02-27 07:57:35.757 8697 9271 D GetConfigurationSnapsho: se, 2, 0), Flag(DownloadService__allocate_bytes_before_download, true, 2, 0), Flag(DownloadService__cronet_enable_herrevad_reporting, false, 2, 0), Flag(DownloadService__cronet_enable_http2, true, 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, 'ChFwYWkuZ29vZ2xlemlwLm5ldAoTcGxheS5nb29nbGVhcGlzLmNvbQoWc2VydmljZXMuZ29vZ2xlYXBpcy5jbgoTd29ya2Fyb3VuZC5ndnQxLmNvbQ', 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, 262144, 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_better_locking, 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__fallback_to_download_queue, 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__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__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, true, 2, 0), Flag(DownloadService__send_foreground_broadcast_on_status_update, true, 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, true, 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(DramaShortsFeatures__enable_persistent_nav, false, 2, 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__enab +02-27 07:57:35.757 8697 9271 D GetConfigurationSnapsho: le_premium_discover_tag, true, 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, true, 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, false, 2, 0), Flag(EnterpriseMainlineAutoUpdate__disable_mainline_update_policy, true, 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(FixImagesPreloadingHorizontalCluster__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_fife_in_app_comic_card, false, 2, 0), Flag(FlexibleContentCluster__enable_neutral_scrim_color_for_app_moments, false, 2, 0), Flag(FlexibleContentCluster__enable_swipe_gesture, true, 2, 0), Flag(FlexibleContentCluster__enable_tap_to_advance_gesture, false, 2, 0), Flag(FlexibleContentCluster__enable_theme_color_editorial_article_cards, 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(Fougasse__enable_logging_session_theme, true, 2, 0), Flag(GamerProfileAvatars__enable_copy_avatar_id_on_long_click, false, 2, 0), Flag(GamerProfilePage__enable_gpp_from_yh, true, 2, 0), Flag(GamerProfilePage__enable_stream_refresh, true, 2, 0), Flag(GenAiFeed__new_badge_max_sessions, 2, 1, 0), Flag(Generichomepagelatencysequencing__is_enabled, true, 2, 0), Flag(GetItemsContext__enable_get_items_context_for_details_page, false, 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__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, false, 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, false, 2 +02-27 07:57:35.757 8697 9271 D GetConfigurationSnapsho: , 0), Flag(IncrementalLoggingRetosClientSupport__is_enabled, false, 2, 0), Flag(InlineVideo__enable_yt_fragment_reuse, true, 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_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_low_priority_updates, true, 2, 0), Flag(InstallerV2__log_orphaned_downloads, 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_orphaned_downloads, true, 2, 0), Flag(Installer__create_jobs_async_on_install_queue_init, true, 2, 0), Flag(Installer__enable_group_install_preprocessor, true, 2, 0), Flag(Installer__enable_grpc_install_queue, true, 2, 0), Flag(Installer__enable_grpc_install_queue_in_process, true, 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, false, 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__log_install_committed, false, 2, 0), Flag(Installer__make_session_create_incremental_aware, true, 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, true, 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, false, 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, true, 2, 0), Flag(Installer__use_new_uninstalls_api, true, 2, 0), Flag(InstantCartCache__max_cache_size_in_mebibytes, 3, 1, 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, true, 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_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 +02-27 07:57:35.758 8697 9271 D GetConfigurationSnapsho: _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_multiplier, 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, true, 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(LocalRatings__enable_decide_bar_local_ratings_info_button, true, 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, 'CmqEEIIQgxDwD/AE7gTtBJAFjQWOBeMT5BPvE+YT5RPnE+gT6RPsE/AT8RP0E/UTvDGbBYMEhASFBLAEsQT+OtIU/iv/K9szvBS9FMEUwhTDFMQUvxTAFNU81jyYBZ0FsEDOMNAwzzCdBp4G', 5, 0), Flag(MediaAndEntertainmentDp__eligible_title_docid_list, 'CiBjb20uYW1hem9uLmF2b2QudGhpcmRwYXJ0eWNsaWVudAolY29tLmJ5ZGVsdXhlLmQzLmFuZHJvaWQucHJvZ3JhbS5zdGFyegoLY29tLmNicy5hcHAKG2NvbS5jcnVuY2h5cm9sbC5jcnVuY2h5cm9pZAoVY29tLmRpc25leS5kaXNuZXlwbHVzCg1jb20uaHVsdS5wbHVzChxjb20ucGVhY29ja3R2LnBlYWNvY2thbmRyb2lkCgljb20uc2xpbmcKCmNvbS50dWJpdHYKEmNvbS52aWFjb20uYmV0cGx1cwoQY29tLnZpa2kuYW5kcm9pZAoOY29tLndiZC5zdHJlYW0KEHR2LnBsdXRvLmFuZHJvaWQ', 5, 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_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__lib +02-27 07:57:35.758 8697 9271 D GetConfigurationSnapsho: rary_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_min_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(NativeBrotliCompression__native_brotli_compressed_fbf_patches_targeting_controller, false, 2, 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, 'Ch1wbGF5LWxoLmdvb2dsZXVzZXJjb250ZW50LmNvbQoLaS55dGltZy5jb20', 5, 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(NotificationBellCount__enable_fetch_nc_stream_in_daily_hygiene, false, 2, 0), Flag(NotificationBellCount__enable_server_count_update_on_nc_markasread, false, 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, false, 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, false, 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, true, 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(PcsiTabLatencyLogg +02-27 07:57:35.758 8697 9271 D GetConfigurationSnapsho: ing__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(PhoneskyDealsHomeFeatures__max_indicator_count, 3, 1, 0), Flag(PhoneskyDealsHomeFeatures__max_tooltip_count, 3, 1, 0), Flag(PhoneskyDeviceTier__device_tier, 0, 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_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, 1, 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_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__module_above_ratings_and_reviews, true, 2, 0), Flag(PolicyTesting__enable_bool_flag, false, 2, 0), Flag(PolicyTesting__test_int_flag, 0, 1, 0), Flag(PolicyTesting__test_string_flag, '', 4, 0), Flag(PortraitVideosOnMdp__enable_autoplay_for_mdp_portrait_video, false, 2, 0), Flag(PortraitVideosOnMdp__enable_original_video_thumbnail_for_mdp_portrait_video, 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(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, true, 2, 0), Flag(ReEngagementAds__enable_multi_layout_cluster, true, 2, 0), Flag(RedeemAcquireLoadingScreenFix__enable_full_screen, false, 2, 0), Flag(ReleaseNotesIntegration__test_bool_flag, true, 2, 0), Flag(ReleaseNotesIntegration__test_int_flag, 0, 1, 0), Flag(ReleaseNotesIntegration__test_string_flag, '', 4, 0), Flag(RenderPartialDetailsPage__min_partial_dp_app_fields, 'ChABAgQICw4bHB0eHyIjS15g', 5, 0), Flag(RenderPartialDetailsPage__min_partial_dp_shared_fields, 'CgcBAgYKCwwV', 5, 0), Flag(RenderPartialDetailsPage__render_min_partial_dp_for_dl, false, 2, 0), Flag(RequestQos__enable_latency_tolerant_qos_endpoints, 'apps/contentSync,accountSync,autoUpdate,bulkDetails,bulkPrefetch,delivery,ees/bulkAcquire,getPrefetchRecommendations,replicateLibrary,fdfe/getPlayArtProfileConfig,fdfe +02-27 07:57:35.758 8697 9271 D GetConfigurationSnapsho: /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, true, 2, 0), Flag(ReviewConsumption__enable_review_consumption_redesign, true, 2, 0), Flag(ReviewConsumption__enable_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, 1, 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_dispatch, true, 2, 0), Flag(SafetyCenter__enable_safety_center_receiver, true, 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_vertical_scroll_interruption_logging, true, 2, 0), Flag(SeamlessTransitions__navigation_debounce_timeout, '', 5, 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, true, 2, 0), Flag(SerpLazyColumn__is_enabled, false, 2, 0), Flag(ServerDrivenSearchListResults__enable_search_list_results_card_view, true, 2, 0), Flag(ServerDrivenTopCharts__enable_top_charts_card_view, true, 2, 0), Flag(SettingsPage__legal_notice_menu_url, 'https://support.google.com/googleplay/?p=about_play', 4, 0), Flag(SharedCacheClearing__unique_id, 0, 1, 0), Flag(SingletonViewPool__enable_singleton_view_pool, true, 2, 0), Flag(StickyTab__sticky_tab_reset_value, 268101556, 1, 0), Flag(StopParsingGclid__enable_stop_parsing_gclid, false, 2, 0), Flag(StreamSystem__use_page_header_cluster_for_editorial_style_headers, false, 2, 0), Flag(SubscriptionSkus__enable_hygiene_job_for_install_and_subscribe_cleanup, false, 2, 0), Flag(SubscriptionSkus__enable_primary_install_and_subscribe_action_button, false, 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(TubeskyAggregatedHomeFix__is_enabled, false, 2, 0), Flag(TubeskyAggregatedHomeFix__restore_initial_behavior, false, 2, 0), Flag(TubeskyAmati__enable_amati_glow, true, 2, 0), Flag(TubeskyAmati__enable_tv_modules_adapter, true, 2, 0), Flag(TubeskyAutoUpdateSettingSlice__is_enabled, true, 2, 0), Flag(TubeskyEmbeddedVideoThumbnail__is_enabled, true, 2, 0), Flag(TubeskyFastDeepLink__is_enabled, true, 2, 0), Flag(TubeskyMenuOptimization2__is_enabled, true, 2, 0), Flag(TubeskyMenuOptimization__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(TubeskyUnauth__enable_unauth_updates, true, 2, 0), Flag(Tubesky__enable_high_quality_images, true, 2, 0), Flag(Tubesky__enable_new_tv_browse_fragment, true, 2, 0), Flag(Tubesky__enable_new_tv_details_fragment, true, 2, 0), Flag(Tubesky__enable_new_tv_search_fragment, true, 2, 0), Flag(Tubesky__enable_tv_tabs_layout, true, 2, 0), Flag(UiComponentFlattenHierarchy__migrate_wide_media_cl20, tr +02-27 07:57:35.758 8697 9271 D GetConfigurationSnapsho: ue, 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, true, 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__enable_for_activity, false, 2, 0), Flag(UnivisionDataProtoPrewarm__enable_for_process_start, false, 2, 0), Flag(UnivisionDataProtoPrewarm__enable_for_serp, false, 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__home_url_paths, 'CgpzdWJuYXZIb21l', 5, 0), Flag(UnivisionHomeIa__is_enabled, false, 2, 0), Flag(UnivisionJankFixes__is_yt_overdraw_fix_enabled, true, 2, 0), Flag(UnivisionUiLogging__enable_gil_for_my_reviews, false, 2, 0), Flag(UnivisionUiLogging__enable_legacy_for_my_reviews, true, 2, 0), Flag(Univision__disable_lazy_column_fade_animation, false, 2, 0), Flag(Univision__disable_preinflation, false, 2, 0), Flag(Univision__enable_aot_state_logging, false, 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, 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_early_fetch_async_ads, false, 2, 0), Flag(Univision__enable_entry_point_logging_optimization, false, 2, 0), Flag(Univision__enable_generic_card_cluster_v3, false, 2, 0), Flag(Univision__enable_lazy_column_specifying_item_type, true, 2, 0), Flag(Univision__enable_metadataui_improvements, true, 2, 0), Flag(Univision__enable_metadataui_v2, false, 2, 0), Flag(Univision__enable_my_reviews_page, false, 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, false, 2, 0), Flag(Univision__enable_serp, false, 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__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_de +02-27 07:57:35.758 8697 9271 D GetConfigurationSnapsho: lay_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_line, false, 2, 0), Flag(UserLanguages__enable_language_split_per_app_value_store, true, 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_displaymodeswitcher_on_details_shim_fragment, false, 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, 819574325, 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(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, false, 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(VisualRe +02-27 07:57:35.758 8697 9271 D GetConfigurationSnapsho: freshPhase2__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_phase_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(Wayfinder__enable_call_to_action_button_link_change, false, 2, 0), Flag(WearHygieneOptimization__enable_wear_hygiene_optimization, true, 2, 0), Flag(Webview__exact_url_allowlist, '', 5, 0), Flag(Webview__subdomain_allowlist, 'ChNhY2NvdW50cy5nb29nbGUuY29tCg9kb2NzLmdvb2dsZS5jb20KD3BsYXkuZ29vZ2xlLmNvbQoTcG9saWNpZXMuZ29vZ2xlLmNvbQoQc3RvcmUuZ29vZ2xlLmNvbQ', 5, 0), Flag(WideMediaVideoScreenshotHeightOverride__enable_cluster_height_override, false, 2, 0), Flag(YoutubePlayerLogging__disable_server_logging_for_youtube_players, false, 2, 0) +02-27 07:57:35.758 8697 9271 D GetConfigurationSnapsho: byFlagStorageType, deleteSet = +02-27 07:57:35.759 8697 8725 I Finsky : [56] lct.h(7): Already at the latest configurations for experiment package com.google.android.finsky.stable. +02-27 07:57:35.773 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fd8c8000 0x1fd8fc000] +02-27 07:57:35.789 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fd8fc000 0x1fd980000] +02-27 07:57:35.962 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fd980000 0x1fda04000] +02-27 07:57:35.995 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fda04000 0x1fda88000] +02-27 07:57:36.020 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fda88000 0x1fdabc000] +02-27 07:57:36.139 9179 9198 D EGL_emulation: app_time_stats: avg=35.11ms min=8.04ms max=179.40ms count=31 +02-27 07:57:36.145 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fdabc000 0x1fdb40000] +02-27 07:57:36.293 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fdb40000 0x1fdbc4000] +02-27 07:57:36.603 337 399 D goldfish-address-space: claimShared: Ask to claim region [0x1fdbc4000 0x1fdbf8000] +02-27 07:57:36.608 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fdbf8000 0x1fdc28000] +02-27 07:57:36.612 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fdc28000 0x1fdc5c000] +02-27 07:57:36.652 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fdc5c000 0x1fdce0000] +02-27 07:57:36.782 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fdce0000 0x1fdd4c000] +02-27 07:57:36.813 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fdd4c000 0x1fdd80000] +02-27 07:57:36.814 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fdd80000 0x1fde04000] +02-27 07:57:36.819 9179 9231 D HostConnection: createUnique: call +02-27 07:57:36.819 9179 9231 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b0b5390, tid 9231 +02-27 07:57:36.823 9179 9231 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:57:36.838 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fde04000 0x1fde38000] +02-27 07:57:36.847 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fde38000 0x1fde6c000] +02-27 07:57:36.848 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fde6c000 0x1fdef0000] +02-27 07:57:36.857 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fdef0000 0x1fdf24000] +02-27 07:57:36.860 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fdf24000 0x1fdf58000] +02-27 07:57:36.861 9179 9243 D HostConnection: createUnique: call +02-27 07:57:36.861 9179 9243 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b0b7190, tid 9243 +02-27 07:57:36.863 9179 9243 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:57:36.877 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fdf58000 0x1fdf8c000] +02-27 07:57:36.894 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fdf8c000 0x1fe010000] +02-27 07:57:36.899 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fe010000 0x1fe048000] +02-27 07:57:36.901 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fe048000 0x1fe07c000] +02-27 07:57:36.926 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fe07c000 0x1fe100000] +02-27 07:57:36.930 9179 9188 I m.streamflow.t: NativeAlloc concurrent copying GC freed 303699(13MB) AllocSpace objects, 97(2084KB) LOS objects, 49% free, 11MB/22MB, paused 506us,295us total 108.016ms +02-27 07:57:37.273 9179 9198 D EGL_emulation: app_time_stats: avg=101.31ms min=3.56ms max=679.64ms count=11 +02-27 07:57:37.389 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fe100000 0x1fe184000] +02-27 07:57:38.279 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fe184000 0x1fe208000] +02-27 07:57:38.306 9179 9198 D EGL_emulation: app_time_stats: avg=19.69ms min=3.03ms max=136.55ms count=39 +02-27 07:57:39.341 9179 9198 D EGL_emulation: app_time_stats: avg=18.28ms min=2.40ms max=287.41ms count=38 +02-27 07:57:39.572 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fe208000 0x1fe28c000] +02-27 07:57:39.581 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fe28c000 0x1fe310000] +02-27 07:57:40.325 346 346 E android.hardware.power.stats@1.0-service-mock: Failed to getEnergyData +02-27 07:57:40.341 9179 9198 D EGL_emulation: app_time_stats: avg=21.04ms min=2.63ms max=115.64ms count=42 +02-27 07:57:41.357 9179 9198 D EGL_emulation: app_time_stats: avg=17.52ms min=2.50ms max=131.04ms count=49 +02-27 07:57:41.731 770 797 W System : A resource failed to call release. +02-27 07:57:42.372 9179 9198 D EGL_emulation: app_time_stats: avg=16.61ms min=2.72ms max=85.63ms count=52 +02-27 07:57:47.341 9179 9198 D EGL_emulation: app_time_stats: avg=1242.11ms min=18.01ms max=4024.42ms count=4 +02-27 07:57:47.658 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fe310000 0x1fe694000] +02-27 07:57:47.667 9179 9265 D HostConnection: createUnique: call +02-27 07:57:47.668 9179 9265 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09ee90, tid 9265 +02-27 07:57:47.684 9179 9265 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:57:47.684 9179 9265 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 07:57:47.686 9179 9265 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 07:57:47.688 9179 9265 D EGL_emulation: eglCreateContext: 0xb400007b8b09fa90: maj 3 min 0 rcv 3 +02-27 07:57:47.689 9179 9265 D EGL_emulation: eglMakeCurrent: 0xb400007b8b09fa90: ver 3 0 (tinfo 0x7da366d100) (first time) +02-27 07:57:53.312 9179 9198 D EGL_emulation: app_time_stats: avg=262.48ms min=3.02ms max=5584.53ms count=22 +02-27 07:57:54.372 9179 9198 D EGL_emulation: app_time_stats: avg=44.87ms min=2.81ms max=629.39ms count=21 +02-27 07:57:55.374 9179 9198 D EGL_emulation: app_time_stats: avg=23.89ms min=3.20ms max=381.05ms count=36 +02-27 07:57:56.393 9179 9198 D EGL_emulation: app_time_stats: avg=23.04ms min=3.22ms max=335.38ms count=41 +02-27 07:57:57.395 9179 9198 D EGL_emulation: app_time_stats: avg=20.77ms min=2.57ms max=67.14ms count=45 +02-27 07:57:58.409 9179 9198 D EGL_emulation: app_time_stats: avg=9.86ms min=2.40ms max=98.07ms count=51 +02-27 07:58:00.819 505 554 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #8285} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (12 skipped) +02-27 07:58:00.837 505 616 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 07:58:00.838 505 616 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 07:58:00.838 505 616 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 07:58:00.838 505 616 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 07:58:00.839 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 07:58:00.862 322 322 D Zygote : Forked child process 9276 +02-27 07:58:00.864 505 555 I ActivityManager: Start proc 9276:com.google.android.gms/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.GmsIntentOperationService} +02-27 07:58:00.950 9276 9276 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:01.009 9276 9276 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 07:58:01.084 9276 9276 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 07:58:01.130 9276 9276 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 07:58:01.130 9276 9276 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:01.132 9276 9276 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 07:58:01.147 9276 9276 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 07:58:01.233 9276 9276 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 07:58:01.233 9276 9276 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 07:58:01.233 9276 9276 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 07:58:01.247 9276 9276 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 07:58:01.258 9276 9276 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 07:58:01.272 9276 9300 I Watchcat: Started +02-27 07:58:01.272 9276 9276 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 07:58:01.272 9276 9301 I GMS_MM_Logger: Started. +02-27 07:58:01.375 9276 9305 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 07:58:01.398 8520 9105 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 07:58:01.456 8520 9108 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 07:58:01.474 9276 9310 I Icing : Storage manager: low false usage 1.54MB avail 5.34GB capacity 5.80GB +02-27 07:58:01.486 8520 9105 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 07:58:01.490 8520 9318 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 07:58:01.508 9276 9320 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=ContactsIndexer serviceId=33 +02-27 07:58:01.512 9276 9310 W native : W0000 00:00:1772153881.512005 9310 model-utils.cc:16] No CRC32, most likely an old model; skip CRC32 check +02-27 07:58:01.514 9276 9310 I native : I0000 00:00:1772153881.514041 9310 permission-checker.cc:81] Creating PermissionChecker based on ACL with config_version 1 having 9 permissions defined. +02-27 07:58:01.514 9276 9310 W native : W0000 00:00:1772153881.514918 9310 words-map.cc:36] INVALID_ARGUMENT: Empty URI +02-27 07:58:01.515 9276 9310 W native : W0000 00:00:1772153881.515037 9310 words-map.cc:40] WordsMap was not properly initialized +02-27 07:58:01.528 8520 8520 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 } +02-27 07:58:01.528 8520 8520 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 } +02-27 07:58:01.542 9276 9276 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 } +02-27 07:58:01.542 9276 9276 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 } +02-27 07:58:01.753 9276 9323 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=30 +02-27 07:58:01.755 9276 9310 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 07:58:01.756 9276 9310 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 07:58:01.774 9276 9310 I Icing : updateResources: need to parse wls{com.google.android.gms} +02-27 07:58:01.841 8520 9105 W Brotli : Brotli not supported for Android TVs +02-27 07:58:01.841 9276 9332 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36 +02-27 07:58:01.843 9276 9310 I Icing : Internal init done: storage state 0 +02-27 07:58:01.846 9276 9310 I Icing : Post-init done +02-27 07:58:01.849 9276 9320 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=32 +02-27 07:58:01.899 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10028; state: DISABLED +02-27 07:58:01.899 505 3536 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10028; state: DISABLED +02-27 07:58:01.899 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10028; state: DISABLED +02-27 07:58:01.899 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10028; state: ENABLED +02-27 07:58:01.899 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10028; state: ENABLED +02-27 07:58:01.905 9276 9310 I Icing : Using TV flags by method 2 +02-27 07:58:01.909 322 322 D Zygote : Forked child process 9334 +02-27 07:58:01.910 505 555 I ActivityManager: Start proc 9334:android.process.acore/u0a28 for content provider {com.android.providers.contacts/com.android.providers.contacts.ContactsProvider2} +02-27 07:58:01.981 182 182 I lowmemorykiller: Kill 'com.google.android.apps.mediashell' (8940), uid 10054, oom_score_adj 500 to free 60392kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (425%) +02-27 07:58:02.056 322 322 I Zygote : Process 8940 exited due to signal 9 (Killed) +02-27 07:58:02.062 505 2113 E WifiMulticastLockManager: Multicaster binderDied +02-27 07:58:02.063 505 540 W AudioService.PlaybackActivityMonitor: client died +02-27 07:58:02.068 505 830 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10054/8940, android.os.BinderProxy@73069cd) +02-27 07:58:02.069 505 1698 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10054/8940, android.os.BinderProxy@167b282) +02-27 07:58:02.070 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=123, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] (release request) +02-27 07:58:02.075 505 3536 I ActivityManager: Process com.google.android.apps.mediashell (pid 8940) has died: svc SVC +02-27 07:58:02.075 505 556 I libprocessgroup: Successfully killed process cgroup uid 10054 pid 8940 in 4ms +02-27 07:58:02.083 9334 9334 E d.process.acor: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:02.116 505 3536 W ActivityManager: Scheduling restart of crashed service com.google.android.apps.mediashell/.MediaShellCastReceiverService in 1000ms for start-requested +02-27 07:58:02.212 8868 8868 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 15 +02-27 07:58:02.216 505 1698 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10028; state: DISABLED +02-27 07:58:02.217 8868 8868 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 15 +02-27 07:58:02.227 8697 8697 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 15 +02-27 07:58:02.236 9334 9334 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10028; state: ENABLED +02-27 07:58:02.363 182 182 I lowmemorykiller: Kill 'com.google.android.inputmethod.latin' (8868), uid 10066, oom_score_adj 200 to free 51812kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (310%) +02-27 07:58:02.378 322 322 I Zygote : Process 8868 exited due to signal 9 (Killed) +02-27 07:58:02.389 505 1381 I WindowManager: WIN DEATH: Window{3356ff4 u0 InputMethod} +02-27 07:58:02.392 505 830 I ActivityManager: Process com.google.android.inputmethod.latin (pid 8868) has died: prcp IMPB +02-27 07:58:02.395 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 8868 in 3ms +02-27 07:58:02.408 505 1381 W InputManager-JNI: Input channel object '3356ff4 InputMethod (client)' was disposed without first being removed with the input manager! +02-27 07:58:02.458 505 505 W InputMethodManagerService: Session failed to close due to remote exception +02-27 07:58:02.458 505 505 W InputMethodManagerService: android.os.DeadObjectException +02-27 07:58:02.458 505 505 W InputMethodManagerService: at android.os.BinderProxy.transactNative(Native Method) +02-27 07:58:02.458 505 505 W InputMethodManagerService: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 07:58:02.458 505 505 W InputMethodManagerService: at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:425) +02-27 07:58:02.458 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.finishSessionLocked(InputMethodManagerService.java:2812) +02-27 07:58:02.458 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearClientSessionLocked(InputMethodManagerService.java:2803) +02-27 07:58:02.458 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:2830) +02-27 07:58:02.458 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:2859) +02-27 07:58:02.458 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:2097) +02-27 07:58:02.458 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:2112) +02-27 07:58:02.458 505 505 W InputMethodManagerService: at android.os.Handler.handleCallback(Handler.java:938) +02-27 07:58:02.458 505 505 W InputMethodManagerService: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 07:58:02.458 505 505 W InputMethodManagerService: at android.os.Looper.loopOnce(Looper.java:201) +02-27 07:58:02.458 505 505 W InputMethodManagerService: at android.os.Looper.loop(Looper.java:288) +02-27 07:58:02.458 505 505 W InputMethodManagerService: at com.android.server.SystemServer.run(SystemServer.java:903) +02-27 07:58:02.458 505 505 W InputMethodManagerService: at com.android.server.SystemServer.main(SystemServer.java:610) +02-27 07:58:02.458 505 505 W InputMethodManagerService: at java.lang.reflect.Method.invoke(Native Method) +02-27 07:58:02.458 505 505 W InputMethodManagerService: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 07:58:02.458 505 505 W InputMethodManagerService: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) +02-27 07:58:02.464 505 505 W InputMethodManagerService: Session failed to close due to remote exception +02-27 07:58:02.464 505 505 W InputMethodManagerService: android.os.DeadObjectException +02-27 07:58:02.464 505 505 W InputMethodManagerService: at android.os.BinderProxy.transactNative(Native Method) +02-27 07:58:02.464 505 505 W InputMethodManagerService: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 07:58:02.464 505 505 W InputMethodManagerService: at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:425) +02-27 07:58:02.464 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.finishSessionLocked(InputMethodManagerService.java:2812) +02-27 07:58:02.464 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearClientSessionLocked(InputMethodManagerService.java:2803) +02-27 07:58:02.464 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:2830) +02-27 07:58:02.464 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:2859) +02-27 07:58:02.464 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:2097) +02-27 07:58:02.464 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:2112) +02-27 07:58:02.464 505 505 W InputMethodManagerService: at android.os.Handler.handleCallback(Handler.java:938) +02-27 07:58:02.464 505 505 W InputMethodManagerService: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 07:58:02.464 505 505 W InputMethodManagerService: at android.os.Looper.loopOnce(Looper.java:201) +02-27 07:58:02.464 505 505 W InputMethodManagerService: at android.os.Looper.loop(Looper.java:288) +02-27 07:58:02.464 505 505 W InputMethodManagerService: at com.android.server.SystemServer.run(SystemServer.java:903) +02-27 07:58:02.464 505 505 W InputMethodManagerService: at com.android.server.SystemServer.main(SystemServer.java:610) +02-27 07:58:02.464 505 505 W InputMethodManagerService: at java.lang.reflect.Method.invoke(Native Method) +02-27 07:58:02.464 505 505 W InputMethodManagerService: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 07:58:02.464 505 505 W InputMethodManagerService: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) +02-27 07:58:02.468 505 830 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 10651ms for connection +02-27 07:58:02.479 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 8868 +02-27 07:58:02.496 9276 9310 I Icing : Usage reports ok 2, Failed Usage reports 0, indexed 0, rejected 0 +02-27 07:58:02.543 9276 9310 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 07:58:02.544 9334 9334 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.contacts' set to: 'default' +02-27 07:58:02.544 9334 9334 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:02.546 9334 9334 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:02.547 9334 9334 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:02.549 9276 9310 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 07:58:02.557 9276 9310 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 07:58:02.569 9334 9334 I ContactsPerf: VoicemailContentProvider.onCreate start +02-27 07:58:02.576 9334 9334 I ContactsPerf: VoicemailContentProvider.onCreate finish +02-27 07:58:02.732 505 1381 D CountryDetector: The first listener is added +02-27 07:58:02.734 9334 9334 I ContactsDatabaseHelper: updateUseStrictPhoneNumberComparison: US +02-27 07:58:02.805 9334 9358 D ContactsDatabaseHelper: WAL enabled for contacts2.db: true +02-27 07:58:02.809 9334 9353 I CallLogProvider: Syncing call composer pics -- source user=0, isShadow=true, forAllUser=false +02-27 07:58:02.811 9334 9353 I CallLogProvider: Fetching list of Uris to sync +02-27 07:58:02.891 9334 9358 I ContactLocale: AddressBook Labels [[en_US]]: […, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, Α, Β, Γ, Δ, Ε, Ζ, Η, Θ, Ι, Κ, Λ, Μ, Ν, Ξ, Ο, Π, Ρ, Σ, Τ, Υ, Φ, Χ, Ψ, Ω, …, А, Б, В, Г, Д, Ђ, Е, Є, Ж, З, И, І, Й, Ј, К, Л, Љ, М, Н, Њ, О, П, Р, С, Т, Ћ, У, Ф, Х, Ц, Ч, Џ, Ш, Щ, Ю, Я, …, א, ב, ג, ד, ה, ו, ז, ח, ט, י, כ, ל, מ, נ, ס, ע, פ, צ, ק, ר, ש, ת, …, ا, ب, ت, ث, ج, ح, خ, د, ذ, ر, ز, س, ش, ص, ض, ط, ظ, ع, غ, ف, ق, ك, ل, م, ن, ه, و, ي, …, ก, ข, ฃ, ค, ฅ, ฆ, ง, จ, ฉ, ช, ซ, ฌ, ญ, ฎ, ฏ, ฐ, ฑ, ฒ, ณ, ด, ต, ถ, ท, ธ, น, บ, ป, ผ, ฝ, พ, ฟ, ภ, ม, ย, ร, ฤ, ล, ฦ, ว, ศ, ษ, ส, ห, ฬ, อ, ฮ, …, ㄱ, ㄴ, ㄷ, ㄹ, ㅁ, ㅂ, ㅅ, ㅇ, ㅈ, ㅊ, ㅋ, ㅌ, ㅍ, ㅎ, …, あ, か, さ, た, な, は, ま, や, ら, わ, #, …] +02-27 07:58:02.902 9334 9358 D ContactsDatabaseHelper: WAL enabled for profile.db: false +02-27 07:58:02.904 8520 9105 W Brotli : Brotli not supported for Android TVs +02-27 07:58:02.979 9276 9324 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=36 +02-27 07:58:02.989 9334 9353 I CallLogProvider: Will sync following Uris:[] +02-27 07:58:02.989 9334 9353 I CallLogProvider: Syncing call composer pics -- got [] +02-27 07:58:03.021 9276 9310 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 07:58:03.050 8520 9105 W Brotli : Brotli not supported for Android TVs +02-27 07:58:03.118 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10054; state: DISABLED +02-27 07:58:03.118 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10054; state: DISABLED +02-27 07:58:03.118 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10054; state: DISABLED +02-27 07:58:03.118 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10054; state: ENABLED +02-27 07:58:03.118 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10054; state: ENABLED +02-27 07:58:03.126 322 322 D Zygote : Forked child process 9360 +02-27 07:58:03.128 505 555 I ActivityManager: Start proc 9360:com.google.android.apps.mediashell/u0a54 for service {com.google.android.apps.mediashell/com.google.android.apps.mediashell.MediaShellCastReceiverService} +02-27 07:58:03.222 182 182 I lowmemorykiller: Kill 'com.android.vending' (8697), uid 10058, oom_score_adj 102 to free 82952kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (306%) +02-27 07:58:03.247 505 3536 I WindowManager: WIN DEATH: Window{1f36e4b u0 com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity} +02-27 07:58:03.248 322 322 I Zygote : Process 8697 exited due to signal 9 (Killed) +02-27 07:58:03.250 505 1212 I ActivityManager: Process com.android.vending (pid 8697) has died: vis+2 TOP +02-27 07:58:03.251 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 8697 in 2ms +02-27 07:58:03.255 9360 9360 E apps.mediashel: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:03.267 505 3536 W InputManager-JNI: Input channel object '1f36e4b com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity (client)' was disposed without first being removed with the input manager! +02-27 07:58:03.303 505 826 I WindowManager: WIN DEATH: Window{e5eee91 u0 com.android.vending/com.google.android.finsky.tvsettings.TvSettingsActivity} +02-27 07:58:03.304 505 826 W InputManager-JNI: Input channel object 'e5eee91 com.android.vending/com.google.android.finsky.tvsettings.TvSettingsActivity (client)' was disposed without first being removed with the input manager! +02-27 07:58:03.313 505 1212 W ActivityTaskManager: Force removing ActivityRecord{ef22b46 u0 com.android.vending/com.google.android.finsky.tvsettings.TvSettingsActivity t11}: app died, no saved state +02-27 07:58:03.322 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 07:58:03.349 8520 9105 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 07:58:03.363 505 1212 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=11 attached=false +02-27 07:58:03.418 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 8697 +02-27 07:58:03.418 9360 9360 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10054; state: ENABLED +02-27 07:58:03.423 505 545 I ActivityManager: com.android.vending is exempt from freezer +02-27 07:58:03.423 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 07:58:03.423 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 07:58:03.423 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 07:58:03.424 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 07:58:03.424 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 07:58:03.427 322 322 D Zygote : Forked child process 9375 +02-27 07:58:03.427 505 555 I ActivityManager: Start proc 9375:com.android.vending/u0a58 for activity {com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity} +02-27 07:58:03.429 505 553 W UsageStatsService: Unexpected activity event reported! (com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity event : 23 instanceId : 250017909) +02-27 07:58:03.439 9375 9375 E android.vendin: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:03.459 505 1212 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:03.459 505 1212 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:03.459 505 1212 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:03.459 505 1212 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:03.459 505 1212 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:03.459 505 1212 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:03.459 505 1212 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:03.459 505 1212 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:03.459 505 1212 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:03.459 505 1212 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:03.461 505 1212 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:03.461 505 1212 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:03.461 505 1212 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:03.461 505 1212 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:03.461 505 1212 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:03.461 505 1212 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:03.461 505 1212 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:03.461 505 1212 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:03.461 505 1212 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:03.461 505 1212 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:03.464 9375 9375 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 07:58:03.478 8520 9326 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 07:58:03.480 9360 9360 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AndroidMediaShell/lib/arm64:/product/priv-app/AndroidMediaShell/AndroidMediaShell.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 07:58:03.510 9375 9375 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 07:58:03.511 9360 9360 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.apps.mediashell' set to: 'default' +02-27 07:58:03.511 9360 9360 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:03.511 8520 9315 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 07:58:03.512 9360 9360 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:03.514 9360 9360 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:03.544 8520 9105 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 07:58:03.550 9360 9360 D cr_LibraryLoader: [LibraryLoader.java:324] Configuration: useChromiumLinker() = false, mUseModernLinker = false +02-27 07:58:03.557 8520 9105 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 07:58:03.582 8520 9105 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 07:58:03.589 9375 9375 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 07:58:03.589 9375 9375 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:03.592 9375 9375 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:03.592 9375 9375 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:03.602 9360 9360 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:39] onCreate +02-27 07:58:03.602 9360 9360 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:44] onStartCommand(null, 0, 8) +02-27 07:58:03.604 9360 9360 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:91] Building and starting cast receiver +02-27 07:58:03.604 9360 9360 D cr_CastBrowserHelper: [CastBrowserHelper.java:37] Performing one-time browser initialization +02-27 07:58:03.608 9360 9360 W apps.mediashell: type=1400 audit(0.0:94): avc: denied { search } for name="tmp" dev="dm-4" ino=65538 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:shell_data_file:s0 tclass=dir permissive=0 app=com.google.android.apps.mediashell +02-27 07:58:03.613 9360 9360 D cr_CastCmdLineHelper: [CastCommandLineHelper.java:98] appending command line arg: multizone-device-delay=0 +02-27 07:58:03.614 9360 9360 D cr_LibraryLoader: [LibraryLoader.java:684] Loading with the System linker. +02-27 07:58:03.760 9375 9375 I Finsky : [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 07:58:03.789 9360 9360 D cr_LibraryLoader: [LibraryLoader.java:690] Time to load native libraries: 173 ms +02-27 07:58:03.802 9360 9360 W chromium: [0227/075803.797130:WARNING:library_prefetcher.cc(326)] Code not ordered, madvise optimization skipped +02-27 07:58:03.806 9360 9360 I cr_LibraryLoader: Successfully loaded native library +02-27 07:58:03.807 9360 9360 I cr_CachingUmaRecorder: Flushed 1 samples from 1 histograms. +02-27 07:58:03.808 9360 9360 D cr_CastBrowserHelper: [CastBrowserHelper.java:49] Loading BrowserStartupController... +02-27 07:58:03.811 9360 9360 D cr_BrowserStartup: [BrowserStartupControllerImpl.java:437] Initializing chromium process, singleProcess=false +02-27 07:58:03.856 9360 9360 D cr_ChromecastConfigAndroid: [ChromecastConfigAndroid.java:86] initializeSendUsageStatsSetting +02-27 07:58:03.858 9360 9360 D cr_ChromecastConfigAndroid: [ChromecastConfigAndroid.java:100] updateSendUsageStatsSetting +02-27 07:58:03.865 9375 9401 I Finsky : [51] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 07:58:03.892 9375 9401 I Finsky : [51] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 07:58:03.904 182 182 I lowmemorykiller: Kill 'com.android.vending' (9375), uid 10058, oom_score_adj 102 to free 111920kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (324%) +02-27 07:58:03.912 505 1212 I ActivityManager: Process com.android.vending (pid 9375) has died: vis+2 TOP +02-27 07:58:03.913 322 322 I Zygote : Process 9375 exited due to signal 9 (Killed) +02-27 07:58:03.913 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 9375 in 0ms +02-27 07:58:03.917 505 545 I ActivityManager: com.android.vending is exempt from freezer +02-27 07:58:03.918 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 07:58:03.918 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 07:58:03.918 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 07:58:03.918 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 07:58:03.919 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 07:58:03.934 322 322 D Zygote : Forked child process 9414 +02-27 07:58:03.938 505 555 I ActivityManager: Start proc 9414:com.android.vending/u0a58 for activity {com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity} +02-27 07:58:03.944 9360 9360 I chromium: [9360:9360:INFO:cast_content_browser_client_internal.cc(428)] Remote heap profiler is disabled. +02-27 07:58:03.976 9414 9414 E android.vendin: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:03.976 9360 9360 V cr_Accessibility: [BrowserAccessibilityState.java:196] Enabled accessibility services list updated. +02-27 07:58:04.003 505 2243 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:04.003 505 2243 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:04.003 505 2243 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:04.003 505 2243 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:04.003 505 2243 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:04.003 505 2243 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:04.003 505 2243 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:04.003 505 2243 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:04.003 505 2243 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:04.003 505 2243 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:04.003 9360 9409 I cr_CastCrashUploader: Remove crash dumps +02-27 07:58:04.004 505 2243 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:04.004 505 2243 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:04.004 505 2243 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:04.004 505 2243 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:04.004 505 2243 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:04.004 505 2243 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:04.004 505 2243 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:04.004 505 2243 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:04.004 505 2243 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:04.004 505 2243 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:04.010 9414 9414 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 07:58:04.021 9360 9433 I chromium: [9360:9433:INFO:cast_media_android.cc(44)] Initialize: +02-27 07:58:04.021 9360 9433 I cr_VolumeControlAndroid: Creating new VolumeControl instance +02-27 07:58:04.035 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(17)] Build volume cache for type 0: +02-27 07:58:04.050 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 0(0) -> -120 +02-27 07:58:04.052 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 1(0.0666667) -> -53.2632 +02-27 07:58:04.053 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 2(0.133333) -> -46.6316 +02-27 07:58:04.055 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 3(0.2) -> -40 +02-27 07:58:04.057 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 4(0.266667) -> -36.55 +02-27 07:58:04.059 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 5(0.333333) -> -32.525 +02-27 07:58:04.059 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 6(0.4) -> -28.5 +02-27 07:58:04.060 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 7(0.466667) -> -25.05 +02-27 07:58:04.060 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 8(0.533333) -> -21.025 +02-27 07:58:04.062 9360 9360 I chromium: [9360:9360:INFO:supported_codec_finder.cc(28)] Adding 32 supported codec profiles/levels +02-27 07:58:04.063 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 9(0.6) -> -17 +02-27 07:58:04.063 9360 9430 I chromium: [9360:9430:INFO:external_mojo_broker.cc(236)] Register service cast_browser +02-27 07:58:04.063 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 10(0.666667) -> -14.45 +02-27 07:58:04.064 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 11(0.733333) -> -11.475 +02-27 07:58:04.065 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 12(0.8) -> -8.5 +02-27 07:58:04.067 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 13(0.866667) -> -5.95 +02-27 07:58:04.067 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 14(0.933333) -> -2.975 +02-27 07:58:04.067 9360 9360 I chromium: [9360:9360:INFO:uds_peercred_filter.cc(165)] Performing one-time injection of UdsPeercredFilter into GRPC. +02-27 07:58:04.067 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 15(1) -> 0 +02-27 07:58:04.068 9360 9436 I chromium: [9360:9436:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-40 type=MEDIA +02-27 07:58:04.069 9360 9436 I chromium: [9360:9436:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=0: volume=0.2 (-40) mute=0 +02-27 07:58:04.069 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(17)] Build volume cache for type 1: +02-27 07:58:04.070 9360 9360 W chromium: [9360:9360:WARNING:client_auth_manager.cc(103)] Old certificate is empty. +02-27 07:58:04.070 9414 9414 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 07:58:04.070 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 0(0) -> -29.7 +02-27 07:58:04.071 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 1(0.142857) -> -29.7 +02-27 07:58:04.071 9360 9360 E chromium: [9360:9360:ERROR:device_info_impl.cc(1352)] Cannot get MAC address. +02-27 07:58:04.071 9360 9360 I chromium: [9360:9360:INFO:device_info_impl.cc(1356)] MAC address for : 00:00:00:00:00:00 +02-27 07:58:04.072 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 2(0.285714) -> -25.0455 +02-27 07:58:04.072 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 3(0.428571) -> -20.1 +02-27 07:58:04.072 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 4(0.571429) -> -15 +02-27 07:58:04.073 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 5(0.714286) -> -9.9 +02-27 07:58:04.074 9360 9360 I chromium: [9360:9360:INFO:device_info_impl.cc(405)] Device model id: Google.emulator64_arm64.sdk_google_atv64_arm64 +02-27 07:58:04.074 9360 9360 I chromium: [9360:9360:INFO:device_info_impl.cc(440)] Control Notifications: 0 +02-27 07:58:04.075 9360 9360 E chromium: [9360:9360:ERROR:device_info_impl.cc(145)] Cannot read file: /data/bootid +02-27 07:58:04.075 9360 9360 I chromium: [9360:9360:INFO:device_info_impl.cc(456)] SSDP Boot ID: 0 +02-27 07:58:04.075 9360 9360 I chromium: [9360:9360:INFO:device_info_impl.cc(460)] SSDP Config ID: 1 +02-27 07:58:04.077 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 6(0.857143) -> -4.8 +02-27 07:58:04.079 9360 9360 W chromium: [9360:9360:WARNING:secure_storage_impl.cc(115)] Device key not available yet. +02-27 07:58:04.081 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 7(1) -> 0 +02-27 07:58:04.082 9360 9436 I chromium: [9360:9436:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-25.0455 type=ALARM +02-27 07:58:04.083 9360 9436 I chromium: [9360:9436:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=1: volume=0.285714 (-25.0455) mute=0 +02-27 07:58:04.083 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(17)] Build volume cache for type 2: +02-27 07:58:04.083 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 0(0) -> -120 +02-27 07:58:04.084 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 1(0.142857) -> -21.5625 +02-27 07:58:04.084 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 2(0.285714) -> -18.9375 +02-27 07:58:04.084 9360 9360 I chromium: [9360:9360:INFO:crypto_manager.cc(257)] Public key: MIIBCgKCAQEAw2jhAxLfHUp4ZFJiAJ6Od5c82w7pu4hXjsGkAybnQ9X8f5omqDtNN7/NYNyWBhHxz0Szft+npN3L/hE7Q1pDlruIMfNHIKMGaAbqlKXxMmqClSYYEPQMSuiXIwzc9Y3GPGR8dyXlCE8ZFEKFX+cM/ZuXO2/XSTTI8yZQAEmO2Pegn/4xEqJyrArhSWCUYAawJNTy8s7XLGAaX4s8RAudmFew44ga0/iOVYpfVAovtc9YDsjauTXqYRT0Y+4I1982SWg/uQNIyvpdICSDwpCdR+82Ek+Enl//bkS2OAHymRWS5jh6ClWMAA+lCUtx6UlyzfJ4l732iGRXaMSfwLNVnwIDAQAB +02-27 07:58:04.084 9360 9360 I chromium: [9360:9360:INFO:crypto_manager.cc(268)] Public modulus: w2jhAxLfHUp4ZFJiAJ6Od5c82w7pu4hXjsGkAybnQ9X8f5omqDtNN7_NYNyWBhHxz0Szft-npN3L_hE7Q1pDlruIMfNHIKMGaAbqlKXxMmqClSYYEPQMSuiXIwzc9Y3GPGR8dyXlCE8ZFEKFX-cM_ZuXO2_XSTTI8yZQAEmO2Pegn_4xEqJyrArhSWCUYAawJNTy8s7XLGAaX4s8RAudmFew44ga0_iOVYpfVAovtc9YDsjauTXqYRT0Y-4I1982SWg_uQNIyvpdICSDwpCdR-82Ek-Enl__bkS2OAHymRWS5jh6ClWMAA-lCUtx6UlyzfJ4l732iGRXaMSfwLNVnw +02-27 07:58:04.085 9360 9360 I chromium: [9360:9360:INFO:crypto_manager.cc(273)] Public exponent: AQAB +02-27 07:58:04.087 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 3(0.428571) -> -16.3636 +02-27 07:58:04.089 9360 9360 I chromium: [9360:9360:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:58:04.089 9360 9360 I chromium: [9360:9360:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:58:04.089 9360 9360 I chromium: [9360:9360:INFO:service_base.h(78)] Size of the map for type AuthTokenResponse is 0 +02-27 07:58:04.090 9360 9443 I chromium: [9360:9443:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 07:58:04.090 9360 9360 W chromium: [9360:9360:WARNING:service_manager_android.cc(70)] Client wayland was not found in whitelisted packages. +02-27 07:58:04.090 9360 9360 I chromium: [9360:9360:INFO:service_manager_android.cc(79)] Creating socket localhost:10042 +02-27 07:58:04.090 9360 9360 I chromium: [9360:9360:INFO:grpc_manager_impl.cc(335)] GRPC[uri=localhost:10042]: Shutting down CQ. +02-27 07:58:04.090 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 4(0.571429) -> -13.6364 +02-27 07:58:04.090 9360 9360 I chromium: [9360:9360:INFO:grpc_completion_queue_wrapper.cc(51)] CQ is shutting down: id=0 +02-27 07:58:04.090 9360 9360 I chromium: [9360:9360:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=1 +02-27 07:58:04.090 9360 9360 I chromium: [9360:9360:INFO:grpc_manager_impl.cc(852)] GRPC[uri=localhost:10042]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:58:04.090 9360 9360 I chromium: [9360:9360:INFO:grpc_manager_impl.cc(442)] GRPC[uri=localhost:10042]: Can't start server yet, missing start_requsted_ +02-27 07:58:04.090 9360 9360 I chromium: [9360:9360:INFO:grpc_manager_impl.cc(384)] GRPC[uri=localhost:10042]: Registered service chromecast.user_auth.proto.UserAuthService +02-27 07:58:04.091 9360 9443 I chromium: [9360:9443:INFO:grpc_manager_impl.cc(689)] GRPC[uri=]: Completion queue is exiting: id=0 +02-27 07:58:04.091 9360 9443 I chromium: [9360:9443:INFO:grpc_manager_impl.cc(683)] GRPC[uri=localhost:10042]: Started processing completion queue: id=1 +02-27 07:58:04.092 9360 9360 I chromium: [9360:9360:INFO:grpc_manager_impl.cc(406)] GRPC[uri=localhost:10042]: Registered a handler AuthTokenChannel for service chromecast.user_auth.proto.UserAuthService +02-27 07:58:04.092 9360 9360 I chromium: [9360:9360:INFO:grpc_manager_impl.cc(452)] GRPC[uri=localhost:10042]: Proceeding to try to start server. +02-27 07:58:04.092 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 5(0.714286) -> -11.1176 +02-27 07:58:04.093 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 6(0.857143) -> -8.64706 +02-27 07:58:04.100 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 7(1) -> -6 +02-27 07:58:04.101 9360 9436 I chromium: [9360:9436:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-21.5625 type=COMMUNICATION +02-27 07:58:04.101 9360 9436 I chromium: [9360:9436:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=2: volume=0.142857 (-21.5625) mute=0 +02-27 07:58:04.101 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(17)] Build volume cache for type 3: +02-27 07:58:04.102 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 0(0) -> -24 +02-27 07:58:04.144 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 1(0.2) -> -24 +02-27 07:58:04.147 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 2(0.4) -> -17.9394 +02-27 07:58:04.162 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 3(0.6) -> -11.8788 +02-27 07:58:04.162 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 4(0.8) -> -5.88235 +02-27 07:58:04.164 9360 9436 I chromium: [9360:9436:INFO:volume_cache.cc(28)] 5(1) -> 0 +02-27 07:58:04.166 9360 9436 I chromium: [9360:9436:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-17.9394 type=OTHER +02-27 07:58:04.168 9360 9436 I chromium: [9360:9436:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=3: volume=0.4 (-17.9394) mute=0 +02-27 07:58:04.183 9360 9360 I chromium: [9360:9360:INFO:grpc_manager_impl.cc(509)] GRPC[uri=localhost:10042]: Grpc server started in port 10042 +02-27 07:58:04.183 9360 9360 I chromium: [9360:9360:INFO:service_manager_android.cc(83)] Android server started for service: user_auth +02-27 07:58:04.210 9360 9360 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:04.213 9360 9360 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:04.213 9414 9414 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 07:58:04.213 9414 9414 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:04.218 9414 9414 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:04.222 9414 9414 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:04.244 9360 9360 I chromium: [9360:9360:INFO:gcm_manager.cc(132)] GCM Dir = /data/user/0/com.google.android.apps.mediashell/cache/gcm +02-27 07:58:04.245 9360 9360 I chromium: [9360:9360:INFO:gcm_manager.cc(246)] Enabling GCM Driver +02-27 07:58:04.251 9360 9360 I chromium: [9360:9360:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/home.hds.proto.device.config.RefreshConfigRequest +02-27 07:58:04.251 9360 9360 I chromium: [9360:9360:INFO:preload_initiator_mdns.cc(91)] Preload type: mdns +02-27 07:58:04.252 9360 9360 W chromium: [9360:9360:WARNING:hds_settings.cc(107)] HDS URL has not been set through command line. +02-27 07:58:04.256 9360 9360 I chromium: [9360:9360:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:58:04.256 9360 9360 I chromium: [9360:9360:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:58:04.256 9360 9447 I chromium: [9360:9447:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 07:58:04.257 9360 9360 I chromium: [9360:9360:INFO:grpc_manager_impl.cc(437)] GRPC[uri=]: Can't start server yet, missing URI. +02-27 07:58:04.258 9360 9360 I chromium: [9360:9360:INFO:lycra_gcm_impl.cc(112)] Deferring GCM registration until connectivity is up. +02-27 07:58:04.259 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:04.259 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:04.259 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:04.259 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:04.259 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:04.259 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:04.259 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:04.259 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:04.259 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:04.259 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:04.259 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:04.259 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:04.259 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:04.259 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:04.259 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:04.259 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:04.259 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:04.259 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:04.259 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(165)] Presence settings is: 0 +02-27 07:58:04.259 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(183)] Presence radar settings is: 0 +02-27 07:58:04.260 9360 9360 I chromium: [9360:9360:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:58:04.260 9360 9360 I chromium: [9360:9360:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:58:04.260 9360 9360 I chromium: [9360:9360:INFO:service_base.h(246)] Container sizes for type CloudSetting are (session_info_map: 0), (topic_info_map: 0), (pending_events: 0). +02-27 07:58:04.260 9360 9360 E chromium: [9360:9360:ERROR:socket_manifest_android.cc(33)] Socket config not found for service cloud_settings +02-27 07:58:04.260 9360 9360 W chromium: [9360:9360:WARNING:service_manager_android.cc(62)] No socket entry found for cloud_settings. Ignore if service was not intended to run on this OS. +02-27 07:58:04.260 9360 9360 I chromium: [9360:9360:INFO:cloud_settings_grpc_service_impl.cc(55)] CloudSettingsGrpcServiceImpl constructed, and started gRPC server. +02-27 07:58:04.260 9360 9448 I chromium: [9360:9448:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 07:58:04.261 9360 9360 I chromium: [9360:9360:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: a11y_display_settings +02-27 07:58:04.261 9360 9360 W chromium: [9360:9360:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [a11y_display_settings] in settings. +02-27 07:58:04.262 9360 9360 I chromium: [9360:9360:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: a11y_trait +02-27 07:58:04.262 9360 9360 W chromium: [9360:9360:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [a11y_trait] in settings. +02-27 07:58:04.262 9360 9360 I chromium: [9360:9360:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: alarm_volume_settings +02-27 07:58:04.262 9360 9360 W chromium: [9360:9360:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [alarm_volume_settings] in settings. +02-27 07:58:04.262 9360 9360 I chromium: [9360:9360:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: ambient_eq_settings +02-27 07:58:04.262 9360 9360 W chromium: [9360:9360:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [ambient_eq_settings] in settings. +02-27 07:58:04.262 9360 9360 I chromium: [9360:9360:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: assistant_volume_settings +02-27 07:58:04.262 9360 9360 W chromium: [9360:9360:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [assistant_volume_settings] in settings. +02-27 07:58:04.262 9360 9360 I chromium: [9360:9360:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: auto_software_update_settings +02-27 07:58:04.262 9360 9360 W chromium: [9360:9360:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [auto_software_update_settings] in settings. +02-27 07:58:04.262 9360 9360 I chromium: [9360:9360:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: display_theme_settings +02-27 07:58:04.262 9360 9360 W chromium: [9360:9360:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [display_theme_settings] in settings. +02-27 07:58:04.262 9360 9360 I chromium: [9360:9360:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: do_not_disturb_settings +02-27 07:58:04.262 9360 9360 W chromium: [9360:9360:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [do_not_disturb_settings] in settings. +02-27 07:58:04.262 9360 9360 I chromium: [9360:9360:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: eureka_info_settings +02-27 07:58:04.262 9360 9360 W chromium: [9360:9360:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [eureka_info_settings] in settings. +02-27 07:58:04.262 9360 9360 I chromium: [9360:9360:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: hdmi_settings +02-27 07:58:04.262 9360 9360 W chromium: [9360:9360:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [hdmi_settings] in settings. +02-27 07:58:04.262 9360 9360 I chromium: [9360:9360:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: night_mode_settings +02-27 07:58:04.262 9360 9360 W chromium: [9360:9360:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [night_mode_settings] in settings. +02-27 07:58:04.262 9360 9360 I chromium: [9360:9360:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: preview_program_settings +02-27 07:58:04.262 9360 9360 W chromium: [9360:9360:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [preview_program_settings] in settings. +02-27 07:58:04.262 9360 9360 I chromium: [9360:9360:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: privacy_settings +02-27 07:58:04.262 9360 9360 W chromium: [9360:9360:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [privacy_settings] in settings. +02-27 07:58:04.262 9360 9360 I chromium: [9360:9360:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: radar_presence_detection_settings +02-27 07:58:04.262 9360 9360 W chromium: [9360:9360:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [radar_presence_detection_settings] in settings. +02-27 07:58:04.262 9360 9360 I chromium: [9360:9360:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: technical_info +02-27 07:58:04.262 9360 9360 W chromium: [9360:9360:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [technical_info] in settings. +02-27 07:58:04.262 9360 9360 I chromium: [9360:9360:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: touch_interaction_presence_detection_settings +02-27 07:58:04.262 9360 9360 W chromium: [9360:9360:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [touch_interaction_presence_detection_settings] in settings. +02-27 07:58:04.262 9360 9360 I chromium: [9360:9360:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: ultrasound_settings +02-27 07:58:04.262 9360 9360 W chromium: [9360:9360:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [ultrasound_settings] in settings. +02-27 07:58:04.262 9360 9360 I chromium: [9360:9360:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: user_eq_settings +02-27 07:58:04.262 9360 9360 W chromium: [9360:9360:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [user_eq_settings] in settings. +02-27 07:58:04.262 9360 9360 I chromium: [9360:9360:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: user_interface_settings +02-27 07:58:04.262 9360 9360 W chromium: [9360:9360:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [user_interface_settings] in settings. +02-27 07:58:04.262 9360 9360 I chromium: [9360:9360:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: voice_interaction_presence_detection_settings +02-27 07:58:04.262 9360 9360 W chromium: [9360:9360:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [voice_interaction_presence_detection_settings] in settings. +02-27 07:58:04.262 9360 9360 I chromium: [9360:9360:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: wifi_settings +02-27 07:58:04.262 9360 9360 W chromium: [9360:9360:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [wifi_settings] in settings. +02-27 07:58:04.267 9360 9360 I chromium: [9360:9360:INFO:cloud_settings_manager_impl.cc(225)] Cloud settings is disabled. +02-27 07:58:04.268 9360 9360 W chromium: [9360:9360:WARNING:client_auth_manager.cc(103)] Old certificate is empty. +02-27 07:58:04.268 9360 9360 I chromium: [9360:9360:INFO:usonia_configs_with_cast_features.cc(55)] No extra groups +02-27 07:58:04.268 9360 9360 I chromium: [9360:9360:INFO:usonia_configs_with_cast_features.cc(304)] Usonia configs: UsoniaConfigs initialized +02-27 07:58:04.268 9360 9360 I chromium: [9360:9360:INFO:usonia_configs_with_cast_features.cc(305)] id_is_authenticated=0 +02-27 07:58:04.268 9360 9360 I chromium: [9360:9360:INFO:usonia_configs_with_cast_features.cc(306)] usonia_require_authenticated_ids=1 +02-27 07:58:04.268 9360 9360 I chromium: [9360:9360:INFO:usonia_configs_with_cast_features.cc(308)] usonia_extra_multicast_groups= +02-27 07:58:04.268 9360 9360 I chromium: [9360:9360:INFO:usonia_configs_with_cast_features.cc(310)] usonia_multicast_ttl=1 +02-27 07:58:04.268 9360 9360 I chromium: [9360:9360:INFO:usonia_configs_with_cast_features.cc(311)] usonia_higher_root_precedence=0 +02-27 07:58:04.268 9360 9360 I chromium: [9360:9360:INFO:usonia_configs_with_cast_features.cc(313)] usonia_allow_self_signed_certs=0 +02-27 07:58:04.268 9360 9360 I chromium: [9360:9360:INFO:usonia_configs_with_cast_features.cc(315)] usonia_enable_trusted_sets=1 +02-27 07:58:04.269 9360 9450 I chromium: [9360:9450:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:58:04.269 9360 9450 I chromium: [9360:9450:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:58:04.269 9360 9451 I chromium: [9360:9451:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 07:58:04.270 9360 9450 I chromium: [9360:9450:INFO:grpc_auth_manager_with_grpc_ipc.cc(63)] Connecting IPC for Auth.AuthReadyStreaming. +02-27 07:58:04.270 9360 9411 I chromium: [9360:9411:INFO:directory_service_impl.cc(419)] Boot count is now 8 +02-27 07:58:04.271 9360 9411 I chromium: [9360:9411:INFO:parent_tracker.cc(117)] [REDACTED] has hash 1127492593, root wait is 0.115374 s +02-27 07:58:04.274 9360 9450 I chromium: [9360:9450:INFO:grpc_ipc_socket_client.cc(29)] GrpcIpcSocketClient created for usonia-ipc-socket +02-27 07:58:04.274 9360 9450 D BindingManager: with +02-27 07:58:04.274 9360 9450 D BindingManager: bind to service +02-27 07:58:04.276 9360 9411 I chromium: [9360:9411:INFO:parent_tracker.cc(213)] Now using local address [REDACTED] +02-27 07:58:04.276 9360 9411 I chromium: [9360:9411:INFO:parent_tracker.cc(231)] Using multicast TTL 1 +02-27 07:58:04.277 9360 9411 I chromium: [9360:9411:INFO:parent_tracker.cc(479)] Trusted set support is disabled +02-27 07:58:04.279 9360 9411 E chromium: [9360:9411:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 07:58:04.280 9360 9411 E chromium: [9360:9411:ERROR:tcp_listener.cc(65)] Listen failed: net::ERR_ADDRESS_IN_USE : 0.0.0.0:10101 +02-27 07:58:04.280 9360 9411 E chromium: [9360:9411:ERROR:ssl_message_stream_socket_factory_cast.cc(72)] SSL listener error: -1 +02-27 07:58:04.293 9360 9450 I chromium: [9360:9450:INFO:distributed_service_discovery_with_grpc_ipc.cc(152)] Connecting IPC for DistributedServiceDiscovery.AddService. +02-27 07:58:04.294 9360 9450 I chromium: [9360:9450:INFO:distributed_service_discovery_with_grpc_ipc.cc(66)] Connecting IPC for DistributedServiceDiscovery.UpdateObservers. +02-27 07:58:04.294 9360 9450 I chromium: [9360:9450:INFO:metrics_recorder_with_grpc_ipc.cc(156)] Connecting IPC for MetricsRecorder.RecordMetrics: num_attempts=1 +02-27 07:58:04.294 9360 9450 I chromium: [9360:9450:INFO:synchronous_sound_player_with_grpc_ipc.cc(176)] Connecting IPC for SynchronousSoundPlayer.UpdateSound. +02-27 07:58:04.295 9360 9450 I chromium: [9360:9450:INFO:directory_service_with_grpc_ipc.cc(66)] Connecting IPC for DirectoryService.LocalDeviceInfo. +02-27 07:58:04.295 9360 9450 I chromium: [9360:9450:INFO:directory_service_with_grpc_ipc.cc(123)] Connecting IPC for DirectoryService.ObserveCommonTime. +02-27 07:58:04.295 9360 9450 I chromium: [9360:9450:INFO:directory_service_with_grpc_ipc.cc(279)] Connecting IPC for DirectoryService.UpdateStateObservers. +02-27 07:58:04.295 9360 9450 I chromium: [9360:9450:INFO:directory_service_with_grpc_ipc.cc(381)] Connecting IPC for DirectoryService.UpdateMessageObservers. +02-27 07:58:04.295 9360 9450 I chromium: [9360:9450:INFO:state_manager_with_grpc_ipc.cc(78)] Connecting IPC for StateManager.ReceiveStateUpdates. +02-27 07:58:04.295 9360 9450 I chromium: [9360:9450:INFO:services_layer_impl.cc(63)] Service layer is instantiated: debug_string=CastChild +02-27 07:58:04.295 9360 9450 I chromium: [9360:9450:INFO:services_layer_impl.cc(70)] Register usonia.EchoCastChild.SendEcho rpc. +02-27 07:58:04.296 9360 9450 I chromium: [9360:9450:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.EchoCastChild +02-27 07:58:04.296 9360 9450 I chromium: [9360:9450:INFO:usonia_child_process.cc(111)] Usonia child process is instantiated: debug_string=CastChild, server_uri=[::]:10011, ipc_uri= +02-27 07:58:04.297 9360 9360 I chromium: [9360:9360:INFO:multizone_manager.cc(339)] Multizone features are disabled +02-27 07:58:04.310 9360 9360 I cr_AppRestrictionService: RestrictionEntry: key=enable_lan_discovery, type=1, default=true +02-27 07:58:04.311 9360 9360 I chromium: [9360:9360:INFO:app_restrictions_service.cc(29)] Restriction 'enable_lan_discovery' = 1 +02-27 07:58:04.311 9360 9360 W chromium: [9360:9360:WARNING:cast_receiver_impl.cc(1529)] Cast receiver not initialized. Don't start discovery: state=0 +02-27 07:58:04.311 9360 9360 I chromium: [9360:9360:INFO:cast_receiver_impl.cc(1595)] SSDP server stopped. +02-27 07:58:04.314 9414 9414 I Finsky : [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 07:58:04.316 9360 9360 E chromium: [9360:9360:ERROR:metrics_recorder_impl.cc(652)] Cannot record metrics event after MetricsRecorder stopped. +02-27 07:58:04.327 505 2243 I WifiService: acquireWifiLock uid=10054 lockMode=1 +02-27 07:58:04.332 505 2243 I WifiService: acquireMulticastLock uid=10054 +02-27 07:58:04.337 9360 9360 I chromium: [9360:9360:INFO:cast_thread_health_check.cc(53)] Receiver health check timeout: 15 seconds. +02-27 07:58:04.338 9360 9360 I chromium: [9360:9360:INFO:cast_certificate_grpc_service_dummy.cc(14)] Dummy CastCertificateGrpcService constructed. +02-27 07:58:04.338 9360 9360 I chromium: [9360:9360:INFO:matter_certificate_grpc_service_dummy.cc(14)] Dummy MatterCertificateGrpcService constructed. +02-27 07:58:04.346 9360 9360 I chromium: [9360:9360:INFO:debug_endpoint_manager_grpc_client.cc(383)] gRPC client channel state changed to GRPC_CHANNEL_IDLE +02-27 07:58:04.346 9360 9360 I chromium: [9360:9360:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:58:04.346 9360 9457 I chromium: [9360:9457:INFO:grpc_manager_impl.cc(683)] GRPC[uri=[::]:0]: Started processing completion queue: id=0 +02-27 07:58:04.346 9360 9360 I chromium: [9360:9360:INFO:grpc_manager_impl.cc(852)] GRPC[uri=[::]:0]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:58:04.346 9360 9360 I chromium: [9360:9360:INFO:grpc_manager_impl.cc(442)] GRPC[uri=[::]:0]: Can't start server yet, missing start_requsted_ +02-27 07:58:04.347 9360 9360 I chromium: [9360:9360:INFO:pref_metrics_manager.cc(67)] PrefMetricsManager started. +02-27 07:58:04.347 9360 9360 I chromium: [9360:9360:INFO:debug_endpoint_manager_grpc_client.cc(134)] 1 RPC call(s) postponed. Current gRPC channel state is GRPC_CHANNEL_IDLE +02-27 07:58:04.347 9360 9360 I chromium: [9360:9360:INFO:pref_control_debug_manager.cc(77)] DebugInterface registered. +02-27 07:58:04.348 9360 9360 I chromium: [9360:9360:INFO:pref_control_service_impl.cc(128)] Loading prefs from /data/user/0/com.google.android.apps.mediashell/cache/pref_control/pref_control.prefs +02-27 07:58:04.351 9360 9360 I chromium: [9360:9360:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:motion_sensing_pref,RestoreValue:1,ForceEnableParent:1,Value:1,Optin:0] +02-27 07:58:04.351 9360 9360 I chromium: [9360:9360:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:sleep_sensing_pref,RestoreValue:1,ForceEnableParent:1,Value:1,Optin:0] +02-27 07:58:04.351 9360 9360 I chromium: [9360:9360:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:sleep_disturbance_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 07:58:04.351 9360 9360 I chromium: [9360:9360:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:sleep_coaching_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 07:58:04.351 9360 9360 I chromium: [9360:9360:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:gesture_sensing_pref,RestoreValue:1,ForceEnableParent:1,Value:1,Optin:0] +02-27 07:58:04.351 9360 9360 I chromium: [9360:9360:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:play_and_pause_gesture_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 07:58:04.351 9360 9360 I chromium: [9360:9360:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:alarms_and_timers_gesture_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 07:58:04.351 9360 9360 I chromium: [9360:9360:INFO:pref_metrics_manager.cc(97)] Adding motion_sensing_pref to PrefMetricsManager. +02-27 07:58:04.353 9360 9360 I chromium: [9360:9360:INFO:pref_metrics_manager.cc(97)] Adding sleep_sensing_pref to PrefMetricsManager. +02-27 07:58:04.353 9360 9360 I chromium: [9360:9360:INFO:pref_metrics_manager.cc(97)] Adding sleep_disturbance_pref to PrefMetricsManager. +02-27 07:58:04.353 9360 9360 I chromium: [9360:9360:INFO:pref_metrics_manager.cc(97)] Adding sleep_coaching_pref to PrefMetricsManager. +02-27 07:58:04.353 9360 9360 I chromium: [9360:9360:INFO:pref_metrics_manager.cc(97)] Adding gesture_sensing_pref to PrefMetricsManager. +02-27 07:58:04.353 9360 9360 I chromium: [9360:9360:INFO:pref_metrics_manager.cc(97)] Adding play_and_pause_gesture_pref to PrefMetricsManager. +02-27 07:58:04.353 9360 9360 I chromium: [9360:9360:INFO:pref_metrics_manager.cc(97)] Adding alarms_and_timers_gesture_pref to PrefMetricsManager. +02-27 07:58:04.353 9360 9360 I chromium: [9360:9360:INFO:pref_control_service_impl.cc(92)] PrefControlService constructed. +02-27 07:58:04.353 9360 9360 I chromium: [9360:9360:INFO:sensor_pref_manager_impl.cc(250)] SensorPrefManagerImpl is disabled. +02-27 07:58:04.353 9360 9360 I chromium: [9360:9360:INFO:remote_ducking_receiver.cc(191)] remote ducking: starting receiver. +02-27 07:58:04.388 9360 9360 E chromium: [9360:9360:ERROR:timezone_settings.cc(200)] Got an empty string for timezone, default to: America/New_York +02-27 07:58:04.390 9360 9360 I chromium: [9360:9360:INFO:timezone_settings.cc(296)] Setting system timezone to America/New_York +02-27 07:58:04.390 9360 9360 W libc : Access denied finding property "ro.odm.cast.ssid_suffix" +02-27 07:58:04.391 9360 9360 I chromium: [9360:9360:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: auto_software_update_settings +02-27 07:58:04.391 9360 9360 I chromium: [9360:9360:INFO:api_reboot_idle_checker.cc(104)] active_activities count=1 +02-27 07:58:04.391 9360 9360 I chromium: [9360:9360:INFO:daily_reboot_impl.cc(167)] Daily reboot is disabled +02-27 07:58:04.392 9360 9360 I chromium: [9360:9360:INFO:structure_info_cast.cc(91)] Using trusted devices API for Usonia. +02-27 07:58:04.392 9360 9360 I chromium: [9360:9360:INFO:structure_info_cast.cc(127)] Finished handling trusted devices experiment flag. +02-27 07:58:04.394 9360 9411 I chromium: [9360:9411:INFO:device_set.cc(163)] Become root for set [REDACTED] +02-27 07:58:04.394 9360 9469 I chromium: [9360:9469:INFO:services_layer_impl.cc(63)] Service layer is instantiated: debug_string=Main +02-27 07:58:04.394 9360 9469 I chromium: [9360:9469:INFO:services_layer_impl.cc(70)] Register usonia.EchoMain.SendEcho rpc. +02-27 07:58:04.394 9360 9469 I chromium: [9360:9469:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.EchoMain +02-27 07:58:04.394 9360 9411 I chromium: [9360:9411:INFO:directory_service_impl.cc(536)] This device became root +02-27 07:58:04.396 9360 9469 I chromium: [9360:9469:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:58:04.396 9360 9469 I chromium: [9360:9469:INFO:grpc_manager_impl.cc(852)] GRPC[uri=binder:com.google.android.apps.mediashell:usonia-ipc-socket]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:58:04.397 9360 9469 I chromium: [9360:9469:INFO:structure_info_cast.cc(78)] Usonia trusted devices flag flipped to true, but trusted devices structure info already enabled. +02-27 07:58:04.397 9360 9469 I chromium: [9360:9469:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.SynchronousSoundPlayerService +02-27 07:58:04.397 9360 9469 I chromium: [9360:9469:INFO:distributed_call_agent_impl.cc(81)] Added a service observer on the main thread. +02-27 07:58:04.397 9360 9469 I chromium: [9360:9469:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.DeviceInfoTrait +02-27 07:58:04.397 9360 9469 I chromium: [9360:9469:INFO:trait_manager_impl.cc(515)] Registered a trait publisher: trait=usonia.DeviceInfoTrait +02-27 07:58:04.397 9360 9469 I chromium: [9360:9469:INFO:usonia_main_process.cc(225)] Usonia main process is instantiated: server_uri=[::]:8012, ipc_uri= +02-27 07:58:04.398 9360 9411 I chromium: [9360:9411:INFO:parent_tracker.cc(479)] Trusted set support is disabled +02-27 07:58:04.399 9360 9469 E chromium: [9360:9469:ERROR:structure_info_from_trusted_devices_update_trigger_impl.cc(256)] Failed to read Usonia trusted devices trigger file. +02-27 07:58:04.399 9360 9469 E chromium: [9360:9469:ERROR:structure_storage.cc(263)] Failed to read Usonia trusted devices file. +02-27 07:58:04.399 9360 9469 W chromium: [9360:9469:WARNING:structure_info_from_trusted_devices.cc(322)] Failed to restore structure info +02-27 07:58:04.399 9360 9470 W chromium: [9360:9470:WARNING:time_sync_responder.cc(37)] Failed to set DSCP +02-27 07:58:04.399 9360 9472 I chromium: [9360:9472:INFO:grpc_manager_impl.cc(683)] GRPC[uri=binder:com.google.android.apps.mediashell:usonia-ipc-socket]: Started processing completion queue: id=0 +02-27 07:58:04.401 9360 9469 I chromium: [9360:9469:INFO:structure_info_from_trusted_devices.cc(612)] Previous fetch did not complete before shutdown, retrying +02-27 07:58:04.402 9360 9470 I chromium: [9360:9470:INFO:common_time_impl.cc(139)] New common clock leader [REDACTED], is_this_device=1, IP=[REDACTED], quality=2000 +02-27 07:58:04.402 9360 9470 I chromium: [9360:9470:INFO:common_time_impl.cc(173)] Set this device as common time source +02-27 07:58:04.402 9360 9412 W chromium: [9360:9412:WARNING:tuning_manager.cc(99)] No mixer control available +02-27 07:58:04.402 9360 9410 W chromium: [9360:9410:WARNING:mute_led.cc(35)] No mute_led device found! +02-27 07:58:04.404 9360 9412 E chromium: [9360:9412:ERROR:file_path_watcher_linux.cc(76)] Failed to read /proc/sys/fs/inotify/max_user_watches +02-27 07:58:04.396 9360 9360 W ThreadPoolForeg: type=1400 audit(0.0:95): avc: denied { read } for name="max_user_watches" dev="proc" ino=96861 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.google.android.apps.mediashell +02-27 07:58:04.400 9360 9360 W ThreadPoolForeg: type=1400 audit(0.0:96): avc: denied { read } for name="/" dev="dm-0" ino=2 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:rootfs:s0 tclass=dir permissive=0 app=com.google.android.apps.mediashell +02-27 07:58:04.407 9360 9360 I chromium: [9360:9360:INFO:capture_service_dummy.cc(12)] Dummy CaptureService. +02-27 07:58:04.407 9360 9474 I chromium: [9360:9474:INFO:audio_socket_service_uds.cc(62)] Using endpoint /tmp/mixer-service +02-27 07:58:04.410 9360 9360 I chromium: [9360:9360:INFO:setup_api_registry.cc(188)] Register external API: auto_media_volume +02-27 07:58:04.410 9360 9360 I chromium: [9360:9360:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:58:04.410 9360 9360 I chromium: [9360:9360:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:58:04.411 9360 9360 I chromium: [9360:9360:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:58:04.411 9360 9360 I chromium: [9360:9360:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:58:04.411 9360 9360 I chromium: [9360:9360:INFO:service_base.h(78)] Size of the map for type LocalDeviceInfo is 0 +02-27 07:58:04.411 9360 9360 I chromium: [9360:9360:INFO:service_base.h(78)] Size of the map for type NetworkInfo is 0 +02-27 07:58:04.411 9360 9360 E chromium: [9360:9360:ERROR:socket_manifest_android.cc(33)] Socket config not found for service device_info +02-27 07:58:04.411 9360 9360 W chromium: [9360:9360:WARNING:service_manager_android.cc(62)] No socket entry found for device_info. Ignore if service was not intended to run on this OS. +02-27 07:58:04.411 9360 9360 I chromium: [9360:9360:INFO:device_info_grpc_service_impl.cc(74)] DeviceInfoGrpcServiceImpl constructed, and started gRPC server. +02-27 07:58:04.411 9360 9360 I chromium: [9360:9360:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:58:04.411 9360 9360 I chromium: [9360:9360:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:58:04.411 9360 9360 E chromium: [9360:9360:ERROR:socket_manifest_android.cc(33)] Socket config not found for service google.cast +02-27 07:58:04.411 9360 9360 W chromium: [9360:9360:WARNING:service_manager_android.cc(62)] No socket entry found for google.cast. Ignore if service was not intended to run on this OS. +02-27 07:58:04.411 9360 9360 I chromium: [9360:9360:INFO:file_util.cc(25)] base_assistant_dir = /data/user/0/com.google.android.apps.mediashell/cache +02-27 07:58:04.411 9360 9360 I chromium: [9360:9360:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:58:04.411 9360 9360 I chromium: [9360:9360:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:58:04.412 9360 9476 I chromium: [9360:9476:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 07:58:04.412 9360 9409 I chromium: [9360:9409:INFO:auto_volume.cc(142)] Auto volume is disabled +02-27 07:58:04.412 9360 9475 I chromium: [9360:9475:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 07:58:04.412 9360 9477 I chromium: [9360:9477:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 07:58:04.412 9360 9478 I chromium: [9360:9478:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 07:58:04.412 9360 9474 I chromium: [9360:9474:INFO:audio_socket_service_uds.cc(62)] Using endpoint /tmp/audio-output-service +02-27 07:58:04.412 9360 9360 I chromium: [9360:9360:INFO:chromecast_service.cc(1634)] Geolocation changed to: 0 +02-27 07:58:04.412 9360 9360 I chromium: [9360:9360:INFO:chromecast_service.cc(1674)] AoGH feature is: 0 +02-27 07:58:04.412 9360 9360 I chromium: [9360:9360:INFO:chromecast_service.cc(1728)] smart_home/actions feature is: 0 +02-27 07:58:04.412 9360 9360 I chromium: [9360:9360:INFO:chromecast_service.cc(1774)] Playback disruption feature is: 1 +02-27 07:58:04.412 9360 9360 I chromium: [9360:9360:INFO:playback_disruption_service.cc(348)] Playback disruption service enabled and running +02-27 07:58:04.414 9360 9446 I chromium: [9360:9446:INFO:media_manager_impl.cc(1188)] ScreenInfo changed: HDCP version=99 supported EOTFs=0 DolbyVision flags=0 Size(mm): 0x0 cur mode HDR=0 cur mode DV=0 +02-27 07:58:04.414 9360 9446 I chromium: [9360:9446:INFO:media_caps.cc(54)] ScreenInfoChanged HDCP version=99 Supported EOTFs=0 DolbyVision flags=0 Screen size(mm): 0x0 cur mode HDR=0 cur mode DV=0 +02-27 07:58:04.421 9360 9446 W libc : Access denied finding property "vendor.display-size" +02-27 07:58:04.422 9360 9446 I chromium: [9360:9446:INFO:media_manager_impl.cc(1232)] New screen resolution: new=(1920x1080), old=(0x0) +02-27 07:58:04.422 9360 9446 I chromium: [9360:9446:INFO:media_caps.cc(24)] ScreenResolutionChanged resolution=1920x1080 +02-27 07:58:04.424 9360 9446 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:04.425 9360 9446 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:04.426 9360 9446 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:04.426 9360 9446 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:04.427 9360 9446 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:04.427 9360 9446 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:04.428 9360 9446 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:04.429 9360 9446 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:04.430 9360 9446 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:04.431 9360 9446 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:04.432 9360 9446 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:04.432 9360 9446 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:04.432 9360 9446 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:04.432 9360 9446 I chromium: [9360:9446:INFO:media_manager_impl.cc(979)] New device volume control type: new_type=1, old_type=0 +02-27 07:58:04.433 9360 9446 I chromium: [9360:9446:INFO:media_manager_impl.cc(1002)] New device volume step interval: new_interval=0.0666667, old_interval=0 +02-27 07:58:04.433 9360 9446 W libc : Access denied finding property "vendor.display-size" +02-27 07:58:04.433 9360 9446 I chromium: [9360:9446:INFO:media_manager_impl.cc(358)] Media manager is initialized. +02-27 07:58:04.433 9360 9360 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:04.433 9360 9360 I chromium: [9360:9360:INFO:media_manager_impl.cc(275)] IsHdmiPlatform: 0 +02-27 07:58:04.433 9360 9360 I chromium: [9360:9360:INFO:hds_settings.cc(139)] HdsSettings using HDS url https://home-devices.googleapis.com/ +02-27 07:58:04.434 9360 9360 W chromium: [9360:9360:WARNING:application_config_manager_impl.cc(243)] Cannot read application config file: /system/bin/app.conf +02-27 07:58:04.434 9360 9360 I chromium: [9360:9360:INFO:application_manager_impl.cc(432)] Application manager is initialized. +02-27 07:58:04.434 9360 9360 I chromium: [9360:9360:INFO:mdns_cast_service.cc(153)] Device discovery state is idle +02-27 07:58:04.435 9360 9483 I chromium: [9360:9483:INFO:mdns_app_filter.cc(646)] MdnsAppFilter initialized +02-27 07:58:04.436 9360 9360 I chromium: [9360:9360:INFO:mdns_manager_impl.cc(162)] MdnsManager is initialized +02-27 07:58:04.436 9360 9360 I chromium: [9360:9360:INFO:config_downloader.cc(231)] Set config periodic interval: min=300, max=420 +02-27 07:58:04.436 9360 9360 I chromium: [9360:9360:INFO:crl_downloader.cc(267)] Set CRL periodic interval: min=2160, max=2880 +02-27 07:58:04.436 9360 9360 I chromium: [9360:9360:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/home.hds.proto.device.relayedcasting.RelayedCastingPleaseConnectRequest +02-27 07:58:04.437 9360 9483 I chromium: [9360:9483:INFO:discovered_service_client.cc(109)] Registering new service PTR listener: _googlecast._tcp.local +02-27 07:58:04.438 9360 9360 I chromium: [9360:9360:INFO:virtual_device_manager.cc(156)] Added virtual device: id=[REDACTED] +02-27 07:58:04.438 9360 9360 I chromium: [9360:9360:INFO:ccs_manager_impl.cc(560)] Added CCS device +02-27 07:58:04.438 9360 9360 I chromium: [9360:9360:INFO:dial_request_handler.cc(199)] DIAL request handler is initialized. +02-27 07:58:04.438 9360 9360 I chromium: [9360:9360:INFO:dial_request_handler.cc(213)] SSDP device description request handler is initialized. +02-27 07:58:04.439 9360 9412 I chromium: [9360:9412:INFO:crl_downloader.cc(145)] CRL restored. +02-27 07:58:04.439 9360 9484 I chromium: [9360:9484:INFO:v2_transport.cc(434)] Added Cast V2 endpoint: id=Tr@n$p0rt-0, socket_factory_id=[REDACTED] +02-27 07:58:04.439 9360 9484 I chromium: [9360:9484:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.tp.connection +02-27 07:58:04.439 9360 9484 I chromium: [9360:9484:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.tp.heartbeat +02-27 07:58:04.439 9360 9484 I chromium: [9360:9484:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.tp.deviceauth +02-27 07:58:04.439 9360 9484 I chromium: [9360:9484:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.localauth +02-27 07:58:04.439 9360 9484 I chromium: [9360:9484:INFO:v2_transport.cc(313)] V2Transport initialized. +02-27 07:58:04.439 9360 9484 I chromium: [9360:9484:INFO:v2_transport.cc(391)] Added socket factory: id=opencast-socket +02-27 07:58:04.439 9360 9484 I chromium: [9360:9484:INFO:v2_transport.cc(434)] Added Cast V2 endpoint: id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, socket_factory_id=[REDACTED] +02-27 07:58:04.439 9360 9484 I chromium: [9360:9484:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.receiver +02-27 07:58:04.439 9360 9484 I chromium: [9360:9484:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.receiver.discovery +02-27 07:58:04.439 9360 9484 I chromium: [9360:9484:INFO:v2_transport.cc(391)] Added socket factory: id=7f632b49-34bd-c56f-b953-dc3746d180ae +02-27 07:58:04.439 9360 9484 I chromium: [9360:9484:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.receiver.key_exchange +02-27 07:58:04.439 9360 9484 I chromium: [9360:9484:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.broadcast +02-27 07:58:04.439 9360 9360 I chromium: [9360:9360:INFO:ccs_manager_impl.cc(940)] Device model revision set to 0 +02-27 07:58:04.439 9360 9469 E chromium: [9360:9469:ERROR:usonia_main_process.cc(88)] Failed to publish device info trait: [error_code=NOT_FOUND, error_message=No subscribers.] +02-27 07:58:04.440 9360 9484 I chromium: [9360:9484:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.proximity +02-27 07:58:04.440 9360 9484 I chromium: [9360:9484:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.resource +02-27 07:58:04.440 9360 9360 I chromium: [9360:9360:INFO:chromecast_service.cc(1789)] Usonia GRPC feature is: 0 +02-27 07:58:04.440 9360 9360 I chromium: [9360:9360:INFO:usonia_child_process.cc(266)] Ignoring stop when not started. +02-27 07:58:04.440 9360 9360 I chromium: [9360:9360:INFO:usonia_main_process.cc(487)] Ignoring stop when not started. +02-27 07:58:04.440 9360 9360 W chromium: [9360:9360:WARNING:setup_manager_impl.cc(724)] Clearing empty virtual channel +02-27 07:58:04.440 9360 9410 I chromium: [9360:9410:INFO:hotspot_manager.cc(98)] Stop zombie hotspot if there is one +02-27 07:58:04.440 9360 9360 I chromium: [9360:9360:INFO:setup_manager_impl.cc(728)] release channel: +02-27 07:58:04.440 9360 9360 I chromium: [9360:9360:INFO:locale_manager.cc(241)] No timezone yet. +02-27 07:58:04.440 9360 9360 I chromium: [9360:9360:INFO:locale_manager.cc(270)] Current time format: 12-hour +02-27 07:58:04.440 9360 9468 I chromium: [9360:9468:INFO:setup_manager_impl.cc(862)] Initially set Google DNS servers: enable +02-27 07:58:04.440 9360 9360 I chromium: [9360:9360:INFO:locale_manager.cc(291)] No locale. Set default from factory: en-US +02-27 07:58:04.440 9360 9468 I chromium: [9360:9468:INFO:setup_api_registry.cc(188)] Register external API: eureka_info +02-27 07:58:04.440 9360 9468 I chromium: [9360:9468:INFO:setup_api_registry.cc(188)] Register external API: set_network +02-27 07:58:04.440 9360 9468 I chromium: [9360:9468:INFO:setup_api_registry.cc(188)] Register external API: set_network_ssid +02-27 07:58:04.440 9360 9468 I chromium: [9360:9468:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: user_interface_settings +02-27 07:58:04.441 9360 9468 I chromium: [9360:9468:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: wifi_settings +02-27 07:58:04.441 9360 9468 I chromium: [9360:9468:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: hdmi_settings +02-27 07:58:04.441 9360 9468 I chromium: [9360:9468:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: preview_program_settings +02-27 07:58:04.441 9360 9468 I chromium: [9360:9468:INFO:setup_api_registry.cc(188)] Register external API: set_eureka_info +02-27 07:58:04.441 9360 9468 I chromium: [9360:9468:INFO:setup_api_registry.cc(188)] Register external API: get_app_device_id +02-27 07:58:04.441 9360 9468 I chromium: [9360:9468:INFO:setup_api_registry.cc(188)] Register external API: send_log_report +02-27 07:58:04.441 9360 9468 I chromium: [9360:9468:INFO:setup_manager_impl.cc(939)] Initially Set WPA3 support: disable +02-27 07:58:04.441 9360 9468 I chromium: [9360:9468:INFO:setup_manager_impl.cc(945)] Network check enabled, AddConnectivityCheckFailureObserver. +02-27 07:58:04.442 9360 9360 I chromium: [9360:9360:INFO:locale_manager.cc(629)] New country code: US +02-27 07:58:04.436 9360 9360 W apps.mediashell: type=1400 audit(0.0:97): avc: denied { read } for name="u:object_r:wifi_config_prop:s0" dev="tmpfs" ino=281 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:wifi_config_prop:s0 tclass=file permissive=0 app=com.google.android.apps.mediashell +02-27 07:58:04.443 9360 9360 W libc : Access denied finding property "ro.boot.wificountrycode" +02-27 07:58:04.443 9360 9360 W libc : Access denied finding property "ro.boot.wificountrycode" +02-27 07:58:04.443 9360 9360 I chromium: [9360:9360:INFO:setup_manager_impl.cc(764)] Initial activation date cached value: +02-27 07:58:04.440 9360 9360 W apps.mediashell: type=1400 audit(0.0:98): avc: denied { read } for name="u:object_r:wifi_config_prop:s0" dev="tmpfs" ino=281 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:wifi_config_prop:s0 tclass=file permissive=0 app=com.google.android.apps.mediashell +02-27 07:58:04.443 9360 9360 I chromium: [9360:9360:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/google.internal.home.foyer.v1.resources.IsDeviceReadyRequest +02-27 07:58:04.443 9360 9360 I chromium: [9360:9360:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/home.cloud.biz.EnterWeavePairingModeRequest +02-27 07:58:04.443 9360 9360 I chromium: [9360:9360:INFO:api_reboot_idle_checker.cc(104)] active_activities count=1 +02-27 07:58:04.443 9360 9360 I chromium: [9360:9360:INFO:setup_api_registry.cc(188)] Register external API: reboot +02-27 07:58:04.443 9360 9410 W chromium: [9360:9410:WARNING:backlight_mitigator.cc(110)] Could not write to clamping control file +02-27 07:58:04.444 9360 9360 W chromium: [9360:9360:WARNING:cast_crypto_keys_openssl_shlib.cc(70)] No valid ESN read. +02-27 07:58:04.444 9360 9360 W chromium: [9360:9360:WARNING:cast_crypto_keys_openssl_shlib.cc(83)] Invalid or no DKE value read. +02-27 07:58:04.444 9360 9360 W chromium: [9360:9360:WARNING:cast_crypto_keys_openssl_shlib.cc(95)] Invalid or no DKH value read. +02-27 07:58:04.444 9360 9360 W chromium: [9360:9360:WARNING:cast_crypto_keys_openssl_shlib.cc(151)] Invalid or no DKW value read/computed. +02-27 07:58:04.444 9360 9360 I chromium: [9360:9360:INFO:persistent_logging_dummy.cc(11)] Persistent logging is disabled. +02-27 07:58:04.444 9360 9360 I chromium: [9360:9360:INFO:robot_account_auth_manager.cc(289)] No backend type specified. Getting COS URL based on the build type instead. +02-27 07:58:04.444 9360 9360 I chromium: [9360:9360:INFO:robot_account_auth_manager.cc(306)] Auth url: https://clients3.google.com/cast/orchestration/googleoauthtoken?rt=b +02-27 07:58:04.444 9360 9360 W chromium: [9360:9360:WARNING:robot_account_auth_manager.cc(448)] Failed to initialize JWT for 38579375 +02-27 07:58:04.444 9360 9360 I chromium: [9360:9360:INFO:queryable_data_registrar.cc(52)] Registering queryable data for managed mode as: 0 +02-27 07:58:04.444 9360 9360 I chromium: [9360:9360:INFO:queryable_data_registrar.cc(59)] Registering enable_hls_sample_aes=1 +02-27 07:58:04.444 9360 9360 I chromium: [9360:9360:INFO:queryable_data_registrar.cc(64)] Registering hls_sample_aes_init_segment +02-27 07:58:04.444 9360 9360 I chromium: [9360:9360:INFO:queryable_data_registrar.cc(70)] Registering visual-punt-on-platform-supported +02-27 07:58:04.444 9360 9484 I chromium: [9360:9484:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.assistant +02-27 07:58:04.445 9360 9360 E ActivityThread: Failed to find provider info for com.google.android.tvsetup.app.machine.services.castsetup.castsetupinfo.CastInfoProvider +02-27 07:58:04.445 9360 9360 E cr_ClientAuthCredsFactoryProvisioned: Cannot get device credentials +02-27 07:58:04.445 9360 9360 I cr_ClientAuthCredsProvisioning: Can't get device creds. Loading Widevine creds +02-27 07:58:04.446 9360 9409 W chromium: [9360:9409:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.446 9360 9409 W chromium: [9360:9409:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.446 9360 9409 W chromium: [9360:9409:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.446 9360 9409 W chromium: [9360:9409:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.446 9360 9409 W chromium: [9360:9409:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.446 9360 9409 W chromium: [9360:9409:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.446 9360 9409 W chromium: [9360:9409:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.446 9360 9409 W chromium: [9360:9409:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.446 9360 9409 W chromium: [9360:9409:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.446 9360 9409 W chromium: [9360:9409:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.446 9360 9409 W chromium: [9360:9409:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.446 9360 9409 W chromium: [9360:9409:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.446 9360 9409 W chromium: [9360:9409:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.446 9360 9409 I chromium: [9360:9409:INFO:net_util_impl.cc(511)] IP address: [REDACTED] MAC address: [REDACTED] +02-27 07:58:04.446 9360 9409 I chromium: [9360:9409:INFO:local_network_info_impl.cc(345)] LNID changed: +02-27 07:58:04.447 9360 9360 E chromium: [9360:9360:ERROR:jni_client_auth_creds_mediadrm.cc(292)] certs_ref is null +02-27 07:58:04.447 9360 9360 E chromium: [9360:9360:ERROR:client_auth_creds.cc(232)] Empty certs string. +02-27 07:58:04.447 9360 9360 E chromium: [9360:9360:ERROR:client_auth_signer.cc(160)] Failed to get key and cert from ClientAuthCreds. +02-27 07:58:04.447 9360 9360 W chromium: [9360:9360:WARNING:client_auth_manager.cc(125)] Certificate is empty. Do not store. +02-27 07:58:04.447 9360 9360 I chromium: [9360:9360:INFO:audio_focus_manager_impl.cc(27)] use_media_starting_block: 1 +02-27 07:58:04.447 9360 9360 I chromium: [9360:9360:INFO:chromecast_mojo_service.cc(146)] Registering 'chromecast' services. +02-27 07:58:04.447 9360 9430 I chromium: [9360:9430:INFO:external_mojo_broker.cc(236)] Register service chromecast +02-27 07:58:04.449 9360 9360 I chromium: [9360:9360:INFO:cast_metrics_service_client.cc(94)] Metrics client ID set: 01f19afc-6d86-4c08-99b8-ec196311c394 +02-27 07:58:04.450 9360 9360 I chromium: [9360:9360:INFO:device_info_impl.cc(933)] Metrics client ID: 01f19afc-6d86-4c08-99b8-ec196311c394 +02-27 07:58:04.451 9360 9468 I chromium: [9360:9468:INFO:local_network_info_impl.cc(435)] LNID_W changed: +02-27 07:58:04.452 9360 9360 I chromium: [9360:9360:INFO:metrics_stat_logger.cc(55)] Metrics stat for the past 60 secs : total=1 +02-27 07:58:04.452 9360 9360 I chromium: [metrics_stat_logger] Cast.Platform.UnexpectedExit=1 +02-27 07:58:04.452 9360 9360 I chromium: [9360:9360:INFO:cast_receiver_impl.cc(774)] Cast receiver started. +02-27 07:58:04.452 9360 9484 E chromium: [9360:9484:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 07:58:04.452 9360 9484 I chromium: [9360:9484:INFO:v2_ssl_socket.cc(772)] IPv6 socket probably supports both IPv4 and IPv6 +02-27 07:58:04.453 9360 9412 I chromium: [9360:9412:INFO:metrics_recorder.cc(188)] cast event: Cast.CRL.Restored +02-27 07:58:04.453 9360 9360 W chromium: [9360:9360:WARNING:cast_receiver_impl.cc(1079)] Network is not globally connected. Don't schedule config downloading yet. +02-27 07:58:04.453 9360 9360 I chromium: [9360:9360:INFO:ccs_manager_impl.cc(706)] Starting cloud ipc activity with CCS +02-27 07:58:04.453 9360 9360 I chromium: [9360:9360:INFO:ccs_manager_impl.cc(1417)] CcsManagerImpl opt_in.cloud_ipc pref changed: 1 +02-27 07:58:04.453 9360 9360 I chromium: [9360:9360:INFO:ccs_manager_impl.cc(1453)] Waiting for all transports to be enabled +02-27 07:58:04.453 9360 9360 I chromium: [9360:9360:INFO:grpc_manager_impl.cc(384)] GRPC[uri=[::]:0]: Registered service chromecast.LocalCloudcastService +02-27 07:58:04.453 9360 9360 I chromium: [9360:9360:INFO:grpc_manager_impl.cc(406)] GRPC[uri=[::]:0]: Registered a handler ExecuteActionScript for service chromecast.LocalCloudcastService +02-27 07:58:04.453 9360 9360 I chromium: [9360:9360:INFO:grpc_manager_impl.cc(406)] GRPC[uri=[::]:0]: Registered a handler ObserveDeviceStatus for service chromecast.LocalCloudcastService +02-27 07:58:04.453 9360 9360 I chromium: [9360:9360:INFO:grpc_manager_impl.cc(406)] GRPC[uri=[::]:0]: Registered a handler GetDeviceStatus for service chromecast.LocalCloudcastService +02-27 07:58:04.453 9360 9360 I chromium: [9360:9360:INFO:grpc_manager_impl.cc(452)] GRPC[uri=[::]:0]: Proceeding to try to start server. +02-27 07:58:04.454 9360 9360 I chromium: [9360:9360:INFO:grpc_manager_impl.cc(509)] GRPC[uri=[::]:0]: Grpc server started in port 42733 +02-27 07:58:04.454 9360 9360 I chromium: [9360:9360:INFO:ccs_manager_impl.cc(1453)] Waiting for all transports to be enabled +02-27 07:58:04.454 9360 9360 I chromium: [9360:9360:INFO:ccs_transport_gcm.cc(94)] Deferring GCM registration until connectivity is up +02-27 07:58:04.454 9360 9360 I chromium: [9360:9360:INFO:cast_receiver_impl.cc(881)] Cast receiver resumed. +02-27 07:58:04.454 9360 9360 W chromium: [9360:9360:WARNING:cast_receiver_impl.cc(1091)] Network is not globally connected. Don't schedule CRL downloading yet. +02-27 07:58:04.456 9360 9483 I chromium: [9360:9483:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 07:58:04.456 9360 9483 I chromium: [9360:9483:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 07:58:04.456 9360 9360 I chromium: [9360:9360:INFO:cast_web_service.cc(193)] Added session: 5f8d1b0e-fd05-468e-ae80-e7cdd16fd25d +02-27 07:58:04.456 9360 9360 I chromium: [9360:9360:INFO:application_identification_settings.cc(422)] new ApplicationIdentificationSettings session_id: 5f8d1b0e-fd05-468e-ae80-e7cdd16fd25d app_id: E8C28D3C universal_app_id: E8C28D3C flags: 23 headers: 2047 +02-27 07:58:04.456 9360 9480 E chromium: [9360:9480:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 07:58:04.457 9360 9483 I chromium: [9360:9483:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.SocketCreated +02-27 07:58:04.457 9360 9483 I chromium: [9360:9483:INFO:mdns_app_filter.cc(1440)] Created mDNS socket for interface:name=wlan0, address=10.0.2.16, index=16 +02-27 07:58:04.457 9360 9360 I chromium: [9360:9360:INFO:chromecast_service_base.cc(396)] Network is disconnected, reconnecting Wifi. +02-27 07:58:04.457 9360 9481 E chromium: [9360:9481:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 07:58:04.457 9360 9481 I chromium: [9360:9481:INFO:cast_web_server.cc(200)] Http server for Cast receiver started: port=8443 +02-27 07:58:04.457 9360 9480 I chromium: [9360:9480:INFO:cast_web_server.cc(200)] Http server for Cast receiver started: port=8008 +02-27 07:58:04.457 9360 9483 I chromium: [9360:9483:INFO:mdns_app_filter.cc(1135)] MdnsAppFilter is starting. +02-27 07:58:04.457 9360 9483 I chromium: [9360:9483:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.ResponderStarted +02-27 07:58:04.457 9360 9360 I chromium: [9360:9360:INFO:chromecast_service.cc(1414)] Initial error code: 0 +02-27 07:58:04.457 9360 9360 I chromium: [9360:9360:INFO:chromecast_service.cc(1426)] Non-assistant device, start idle screen now. +02-27 07:58:04.458 9414 9466 I Finsky : [49] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 07:58:04.459 9360 9468 I chromium: [9360:9468:INFO:setup_manager_impl.cc(1039)] Setup discoverability is enabled +02-27 07:58:04.459 9360 9468 W libc : Access denied finding property "ro.odm.cast.ssid_suffix" +02-27 07:58:04.459 9360 9468 I chromium: [9360:9468:INFO:hotspot_manager.cc(156)] Start: id=1 SSID=[REDACTED] hidden=0 +02-27 07:58:04.459 9360 9410 I chromium: [9360:9410:INFO:hotspot_manager.cc(206)] Starting request id=1 ssid=[REDACTED] hidden=0 +02-27 07:58:04.459 9360 9484 I chromium: [9360:9484:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.setup +02-27 07:58:04.564 505 1212 D ConnectivityService: requestNetwork for uid/pid:10054/9360 activeRequest: null callbackRequest: 129 [NetworkRequest [ REQUEST id=130, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ]] callback flags: 0 priority: 2147483647 +02-27 07:58:04.566 505 709 D ConnectivityService: NetReassign [130 : null → 100] +02-27 07:58:04.568 9360 9486 I DrmHal : found instance=clearkey version=android.hardware.drm@1.4::IDrmFactory +02-27 07:58:04.568 9360 9486 I DrmHal : found instance=default version=android.hardware.drm@1.0::IDrmFactory +02-27 07:58:04.574 505 709 D ConnectivityService: NetReassign [no changes] +02-27 07:58:04.574 9360 9486 E DrmHal : uuid=[edef8ba979d64ace a3c827dcd51d21ed] No supported hal instance found +02-27 07:58:04.616 9360 9486 E cr_ClientAuthRawSigner: Widevine UUID unsupported. +02-27 07:58:04.616 9360 9486 E cr_ClientAuthRawSigner: android.media.UnsupportedSchemeException: Failed to instantiate drm object: NO_INIT +02-27 07:58:04.616 9360 9486 E cr_ClientAuthRawSigner: ============================== Beginning of DRM Plugin Log ============================== +02-27 07:58:04.616 9360 9486 E cr_ClientAuthRawSigner: 02-27 07:58:04.568 I found instance=clearkey version=android.hardware.drm@1.4::IDrmFactory +02-27 07:58:04.616 9360 9486 E cr_ClientAuthRawSigner: 02-27 07:58:04.568 I found instance=default version=android.hardware.drm@1.0::IDrmFactory +02-27 07:58:04.616 9360 9486 E cr_ClientAuthRawSigner: 02-27 07:58:04.574 E uuid=[edef8ba979d64ace a3c827dcd51d21ed] No supported hal instance found +02-27 07:58:04.616 9360 9486 E cr_ClientAuthRawSigner: ============================== End of DRM Plugin Log ============================== +02-27 07:58:04.616 9360 9486 E cr_ClientAuthRawSigner: at android.media.MediaDrm.native_setup(Native Method) +02-27 07:58:04.616 9360 9486 E cr_ClientAuthRawSigner: at android.media.MediaDrm.(MediaDrm.java:293) +02-27 07:58:04.616 9360 9486 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthRawSigner.(ClientAuthRawSigner.java:32) +02-27 07:58:04.616 9360 9486 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthRawSigner.isProvisioned(ClientAuthRawSigner.java:83) +02-27 07:58:04.616 9360 9486 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthCredsWidevine.ensurePreProvisioned(ClientAuthCredsWidevine.java:233) +02-27 07:58:04.616 9360 9486 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthCredsWidevine.provisionCredsSync(ClientAuthCredsWidevine.java:186) +02-27 07:58:04.616 9360 9486 E cr_ClientAuthRawSigner: at com.google.android.apps.mediashell.ClientAuthCredsProvisioning.attemptCredsProvisioning(ClientAuthCredsProvisioning.java:88) +02-27 07:58:04.616 9360 9486 E cr_ClientAuthRawSigner: at com.google.android.apps.mediashell.ClientAuthCredsProvisioning.access$000(ClientAuthCredsProvisioning.java:32) +02-27 07:58:04.616 9360 9486 E cr_ClientAuthRawSigner: at com.google.android.apps.mediashell.ClientAuthCredsProvisioning$1.run(ClientAuthCredsProvisioning.java:53) +02-27 07:58:04.616 9360 9486 E cr_ClientAuthRawSigner: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) +02-27 07:58:04.616 9360 9486 E cr_ClientAuthRawSigner: at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 07:58:04.616 9360 9486 E cr_ClientAuthRawSigner: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) +02-27 07:58:04.616 9360 9486 E cr_ClientAuthRawSigner: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 07:58:04.616 9360 9486 E cr_ClientAuthRawSigner: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 07:58:04.616 9360 9486 E cr_ClientAuthRawSigner: at java.lang.Thread.run(Thread.java:920) +02-27 07:58:04.620 9360 9360 I cr_MdnsOffloadClientImpl: No offload service found +02-27 07:58:04.631 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=130, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] +02-27 07:58:04.631 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=130, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] +02-27 07:58:04.631 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=130, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] +02-27 07:58:04.632 9360 9360 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:113] Started +02-27 07:58:04.642 9414 9463 I Finsky : [46] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 07:58:04.649 505 9491 I DropBoxManagerService: add tag=system_app_wtf isTagEnabled=true flags=0x2 +02-27 07:58:04.668 9360 9360 I chromium: [9360:9360:INFO:device_info_impl.cc(1061)] Primary netif changed: new=wlan0, old= +02-27 07:58:04.668 9360 9360 I chromium: [9360:9360:INFO:device_info_impl.cc(1070)] Primary IP address changed: netif=wlan0, new=10.0.2.16, old= +02-27 07:58:04.668 9360 9430 I chromium: [9360:9430:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.FeatureService +02-27 07:58:04.668 9360 9430 I chromium: [9360:9430:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 07:58:04.668 9360 9360 I chromium: [9360:9360:INFO:grpc_completion_queue_wrapper.cc(13)] CQ is destroyed: id=0 +02-27 07:58:04.670 9360 9360 I chromium: [9360:9360:INFO:metrics_recorder.cc(188)] cast event: Cast.System.Timezone.ChangeSuccessful +02-27 07:58:04.676 9360 9430 I chromium: [9360:9430:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 07:58:04.676 9360 9430 I chromium: [9360:9430:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 07:58:04.676 9360 9430 I chromium: [9360:9430:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 07:58:04.676 9360 9430 I chromium: [9360:9430:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.RemoteControlService +02-27 07:58:04.676 9360 9430 I chromium: [9360:9430:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 07:58:04.677 9360 9360 I chromium: [9360:9360:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 07:58:04.677 9360 9360 W chromium: [9360:9360:WARNING:secure_storage_impl.cc(115)] Device key not available yet. +02-27 07:58:04.678 9360 9360 I chromium: [9360:9360:INFO:ccs_manager_impl.cc(2007)] LNID has changed; Will re-register CCS +02-27 07:58:04.678 9360 9360 I chromium: [9360:9360:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 07:58:04.678 9360 9360 I chromium: [9360:9360:INFO:cast_auth_headers.cc(227)] Clearing cached auth headers. +02-27 07:58:04.678 9360 9360 I chromium: [9360:9360:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 07:58:04.678 9360 9360 W chromium: [9360:9360:WARNING:secure_storage_impl.cc(115)] Device key not available yet. +02-27 07:58:04.678 9360 9360 I chromium: [9360:9360:INFO:virtual_device_manager.cc(312)] Virtual device [REDACTED] using Cast V2 port 8009 +02-27 07:58:04.678 9360 9483 I chromium: [9360:9483:INFO:mdns_app_filter.cc(1870)] Re-probing due to newly registered service '1': _googlecast +02-27 07:58:04.678 9360 9468 W chromium: [9360:9468:WARNING:setup_manager_impl.cc(2238)] DNS Func not supported +02-27 07:58:04.678 9360 9430 I chromium: [9360:9430:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 07:58:04.678 9360 9430 I chromium: [9360:9430:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 07:58:04.679 9360 9430 I chromium: [9360:9430:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.DisplaySettings +02-27 07:58:04.679 9360 9430 I chromium: [9360:9430:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 07:58:04.679 9360 9430 I chromium: [9360:9430:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.GeneralAudienceBrowsingAPIKeySubject +02-27 07:58:04.679 9360 9430 I chromium: [9360:9430:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 07:58:04.679 9360 9430 I chromium: [9360:9430:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 07:58:04.679 9360 9430 I chromium: [9360:9430:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 07:58:04.679 9360 9430 I chromium: [9360:9430:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 07:58:04.680 9360 9360 W chromium: [9360:9360:WARNING:libupnp_manager.cc(312)] No Primary Network Interface, will start UPnP server when it is established. +02-27 07:58:04.680 9360 9483 W chromium: [9360:9483:WARNING:mdns_app_filter.cc(1086)] MdnsAppFilter already started. Must call Stop() first. +02-27 07:58:04.682 9360 9483 I chromium: [9360:9483:INFO:mdns_app_filter.cc(2019)] MdnsAppFilter is stopping +02-27 07:58:04.682 9360 9483 I chromium: [9360:9483:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.ResponderStopped +02-27 07:58:04.682 9360 9483 I chromium: [9360:9483:INFO:mdns_app_filter.cc(2026)] MdnsAppFilter is stopping; closing socket: address=10.0.2.16 +02-27 07:58:04.682 9360 9483 I chromium: [9360:9483:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.SocketDestroyed +02-27 07:58:04.682 9360 9483 I chromium: [9360:9483:INFO:mdns_app_filter.cc(3338)] Mdns cast queries recently sent: queries=1 +02-27 07:58:04.682 9360 9468 I chromium: [9360:9468:INFO:setup_state.cc(263)] Setup state changed: SETUP_STATE_UNKNOWN (0) -> SETUP_STATE_CHECKING_GLOBAL_CONNECTIVITY (50) +02-27 07:58:04.682 9360 9360 I chromium: [9360:9360:INFO:cast_receiver_impl.cc(1586)] mDNS Discovery stopped. +02-27 07:58:04.683 9360 9360 I chromium: [9360:9360:INFO:cast_receiver_impl.cc(1644)] Network is globally disconnected. Refresh CcsManager +02-27 07:58:04.684 9360 9483 I chromium: [9360:9483:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 07:58:04.684 9360 9483 I chromium: [9360:9483:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 07:58:04.684 9360 9360 I chromium: [9360:9360:INFO:debug_endpoint_manager_grpc_client.cc(383)] gRPC client channel state changed to GRPC_CHANNEL_TRANSIENT_FAILURE +02-27 07:58:04.685 9360 9360 I chromium: [9360:9360:INFO:mdns_manager_impl.cc(299)] Successfully registered service: type=_googlecast +02-27 07:58:04.685 9360 9360 I chromium: [9360:9360:INFO:virtual_device.cc(292)] Registered mDNS service for virtual device: id=7f632b49-34bd-c56f-b953-dc3746d180ae +02-27 07:58:04.685 9360 9483 I chromium: [9360:9483:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.SocketCreated +02-27 07:58:04.685 9360 9483 I chromium: [9360:9483:INFO:mdns_app_filter.cc(1440)] Created mDNS socket for interface:name=wlan0, address=10.0.2.16, index=16 +02-27 07:58:04.685 9360 9483 I chromium: [9360:9483:INFO:mdns_app_filter.cc(1135)] MdnsAppFilter is starting. +02-27 07:58:04.685 9360 9483 I chromium: [9360:9483:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.ResponderStarted +02-27 07:58:04.687 9360 9360 I chromium: [9360:9360:INFO:sensor_service.cc(89)] Sensor service binding bound +02-27 07:58:04.688 9360 9483 I chromium: [9360:9483:INFO:discovered_service_client.cc(76)] Primary interface for service discovery has changed: ifindex=16 +02-27 07:58:04.689 9360 9483 I chromium: [9360:9483:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 07:58:04.689 9360 9483 I chromium: [9360:9483:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 07:58:04.693 9360 9411 I chromium: [9360:9411:INFO:parent_tracker.cc(465)] Network is disconnected. +02-27 07:58:04.694 9360 9360 I chromium: [9360:9360:INFO:sensor_service.cc(66)] Sensor Service starting. +02-27 07:58:04.696 9360 9411 I chromium: [9360:9411:INFO:parent_tracker.cc(210)] No need to recreate socket +02-27 07:58:04.696 9360 9411 I chromium: [9360:9411:INFO:parent_tracker.cc(465)] Network is connected. +02-27 07:58:04.697 9360 9411 I chromium: [9360:9411:INFO:parent_tracker.cc(210)] No need to recreate socket +02-27 07:58:04.697 9360 9469 I chromium: [9360:9469:INFO:structure_info_from_trusted_devices.cc(381)] Automatic refetch delay changed to 7 +02-27 07:58:04.697 9360 9469 I chromium: [9360:9469:INFO:structure_info_cast.cc(78)] Usonia trusted devices flag flipped to true, but trusted devices structure info already enabled. +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:chromecast_service.cc(1674)] AoGH feature is: 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:04.698 9360 9412 W chromium: [9360:9412:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.698 9360 9412 W chromium: [9360:9412:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.698 9360 9412 W chromium: [9360:9412:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.698 9360 9412 W chromium: [9360:9412:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.698 9360 9412 W chromium: [9360:9412:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.698 9360 9412 W chromium: [9360:9412:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.698 9360 9412 W chromium: [9360:9412:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.698 9360 9412 W chromium: [9360:9412:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.698 9360 9412 W chromium: [9360:9412:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.698 9360 9412 W chromium: [9360:9412:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.698 9360 9412 W chromium: [9360:9412:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:04.698 9360 9412 W chromium: [9360:9412:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.698 9360 9412 W chromium: [9360:9412:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.698 9360 9412 I chromium: [9360:9412:INFO:net_util_impl.cc(511)] IP address: [REDACTED] MAC address: [REDACTED] +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:04.698 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(165)] Presence settings is: 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:04.699 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:04.700 9360 9412 W chromium: [9360:9412:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.700 9360 9412 W chromium: [9360:9412:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.700 9360 9412 W chromium: [9360:9412:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.700 9360 9412 W chromium: [9360:9412:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.700 9360 9412 W chromium: [9360:9412:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.700 9360 9412 W chromium: [9360:9412:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.700 9360 9412 W chromium: [9360:9412:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.700 9360 9412 W chromium: [9360:9412:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.700 9360 9412 W chromium: [9360:9412:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.700 9360 9412 W chromium: [9360:9412:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.700 9360 9412 W chromium: [9360:9412:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.700 9360 9412 W chromium: [9360:9412:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.700 9360 9412 W chromium: [9360:9412:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:04.700 9360 9412 I chromium: [9360:9412:INFO:net_util_impl.cc(511)] IP address: [REDACTED] MAC address: [REDACTED] +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:chromecast_service.cc(1634)] Geolocation changed to: 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:lycra_transport.cc(410)] Feature flag changed: false +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:chromecast_service.cc(1774)] Playback disruption feature is: 1 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:cast_cloud_settings.cc(183)] Presence radar settings is: 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:chromecast_service.cc(1728)] smart_home/actions feature is: 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:woca_client_auth.cc(103)] Cert rotation is now enabled +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:woca_client_auth.cc(136)] Use default signer +02-27 07:58:04.700 9360 9469 I chromium: [9360:9469:INFO:grpc_auth_manager_in_process.cc(215)] Initializing Auth. +02-27 07:58:04.700 9360 9469 W chromium: [9360:9469:WARNING:grpc_auth_manager_in_process.cc(220)] Device key not available yet. +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:chromecast_service.cc(1789)] Usonia GRPC feature is: 0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:usonia_child_process.cc(266)] Ignoring stop when not started. +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:usonia_main_process.cc(487)] Ignoring stop when not started. +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:usonia_configs_with_cast_features.cc(304)] Usonia configs: OnExtraMulticastGroupsChanged +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:usonia_configs_with_cast_features.cc(305)] id_is_authenticated=0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:usonia_configs_with_cast_features.cc(306)] usonia_require_authenticated_ids=1 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:usonia_configs_with_cast_features.cc(308)] usonia_extra_multicast_groups=224.0.0.250,ff02::c:c +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:usonia_configs_with_cast_features.cc(310)] usonia_multicast_ttl=1 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:usonia_configs_with_cast_features.cc(311)] usonia_higher_root_precedence=0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:usonia_configs_with_cast_features.cc(313)] usonia_allow_self_signed_certs=0 +02-27 07:58:04.700 9360 9360 I chromium: [9360:9360:INFO:usonia_configs_with_cast_features.cc(315)] usonia_enable_trusted_sets=1 +02-27 07:58:04.701 9360 9411 I chromium: [9360:9411:INFO:parent_tracker.cc(159)] Extra multicast groups changed +02-27 07:58:04.701 9360 9411 I chromium: [9360:9411:INFO:parent_tracker.cc(213)] Now using local address [REDACTED] +02-27 07:58:04.701 9360 9411 I chromium: [9360:9411:INFO:directory_service_impl.cc(536)] This device became root +02-27 07:58:04.701 9360 9411 I chromium: [9360:9411:INFO:parent_tracker.cc(231)] Using multicast TTL 1 +02-27 07:58:04.701 9360 9411 I chromium: [9360:9411:INFO:parent_tracker.cc(277)] Add extra group 224.0.0.250 +02-27 07:58:04.701 9414 9414 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:04.704 9360 9360 D cr_NetUtil: [NetUtil.java:123] interfaceSupportsWakeOnLan(): Interface wlan0 not supported +02-27 07:58:04.706 9414 9414 I Finsky : [2] mre.(3): Resetting scheduler db +02-27 07:58:04.708 9360 9360 I chromium: [9360:9360:INFO:mute_led_als_controller.cc(99)] No COLOR_AND_LIGHT sensor found +02-27 07:58:04.708 9360 9360 I chromium: [9360:9360:INFO:backlight_mitigator.cc(130)] No COLOR_AND_LIGHT sensor found +02-27 07:58:04.713 9414 9465 W Finsky : [48] ehz.d(18): For unauth, use getDfeApiNonAuthenticated() instead! +02-27 07:58:04.722 9360 9360 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:04.725 9360 9412 I chromium: [9360:9412:INFO:libupnp_wrapper_async.cc(144)] SSDP server is initialized: root_device_desc_url = http://10.0.2.16:8008/ssdp/device-desc.xml, handle = 1 +02-27 07:58:04.728 9360 9360 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:04.729 9360 9360 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:04.733 9414 9465 I Finsky : [48] pyq.a(1): Warm data store was already initialized. +02-27 07:58:04.736 9414 9464 I Finsky : [47] kvx.(3): PackageMonitorReceiverImpl - Registering in memory receiver for android.intent.action.PACKAGE_ADDED and android.intent.action.PACKAGE_REMOVED +02-27 07:58:04.741 9360 9360 I BindingManager: Bound service connected +02-27 07:58:04.742 9414 9508 I Finsky : [59] nlv.run(10): SysCUA: Set {com.android.vending/com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity} enabled state to 0 +02-27 07:58:04.744 9414 9511 W android.vendin: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 07:58:04.745 9414 9511 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 07:58:04.745 9414 9511 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 07:58:04.751 9414 9465 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 07:58:04.752 9414 9465 I Finsky : [48] kmj.i(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileMaximum +02-27 07:58:04.753 9414 9465 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 07:58:04.753 9414 9465 I Finsky : [48] kmj.h(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileRecommended +02-27 07:58:04.754 9414 9464 I Finsky : [47] pyr.a(1): Warm data store was already initialized. +02-27 07:58:04.759 9414 9465 I Finsky : [48] vbw.c(2): registerListener +02-27 07:58:04.760 9360 9360 D cr_GrpcIpcUidPolicy: [AndroidIpcUidPolicy.java:147] Valid access from com.google.android.apps.mediashell +02-27 07:58:04.761 9360 9360 E cr_GrpcIpcSocketService: Native code not initialized yet. +02-27 07:58:04.761 9360 9360 E GrpcIpcSocketClientImpl: invalid message +02-27 07:58:04.761 9414 9508 W Finsky : [59] hne.run(49): HibernationActivity not found +02-27 07:58:04.761 9360 9450 E chromium: [9360:9450:ERROR:grpc_ipc_socket_client.cc(76)] Error for usonia-ipc-socket +02-27 07:58:04.761 9360 9450 E chromium: [9360:9450:ERROR:android_grpc_builder.cc(86)] Could not get a socket for binder:com.google.android.apps.mediashell:usonia-ipc-socket +02-27 07:58:04.761 9360 9450 E chromium: [9360:9450:ERROR:grpc_manager_impl.cc(618)] GRPC[uri=]: Grpc cannot connect to host {UNDEFINED} +02-27 07:58:04.763 9360 9450 E chromium: [9360:9450:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:04.763 9360 9450 W chromium: [9360:9450:WARNING:grpc_auth_manager_with_grpc_ipc.cc(59)] IPC for Auth.AuthReadyStreaming closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:04.763 9360 9450 E chromium: [9360:9450:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:04.763 9414 9465 I Finsky : [48] vbw.c(2): registerListener +02-27 07:58:04.763 9360 9450 W chromium: [9360:9450:WARNING:distributed_service_discovery_with_grpc_ipc.cc(147)] IPC for DistributedServiceDiscovery.AddService closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:04.763 9360 9450 E chromium: [9360:9450:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:04.764 9360 9450 W chromium: [9360:9450:WARNING:distributed_service_discovery_with_grpc_ipc.cc(60)] IPC for DistributedServiceDiscovery.UpdateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:04.764 9360 9450 E chromium: [9360:9450:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:04.764 9360 9450 W chromium: [9360:9450:WARNING:metrics_recorder_with_grpc_ipc.cc(142)] IPC for MetricsRecorder.RecordMetrics closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:04.764 9360 9450 E chromium: [9360:9450:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:04.764 9360 9450 W chromium: [9360:9450:WARNING:synchronous_sound_player_with_grpc_ipc.cc(171)] IPC for SynchronousSoundPlayer.UpdateSound closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:04.764 9360 9450 E chromium: [9360:9450:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:04.764 9360 9450 E chromium: [9360:9450:ERROR:ipc_common.h(444)] Error in fetching local device info: [error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:04.764 9360 9450 E chromium: [9360:9450:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:04.764 9360 9450 W chromium: [9360:9450:WARNING:directory_service_with_grpc_ipc.cc(118)] IPC for DirectoryService.ObserveCommonTime closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:04.764 9360 9450 E chromium: [9360:9450:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:04.764 9360 9450 E chromium: [9360:9450:ERROR:directory_service_with_grpc_ipc.cc(274)] IPC for DirectoryService.UpdateStateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:04.764 9360 9450 E chromium: [9360:9450:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:04.764 9360 9450 E chromium: [9360:9450:ERROR:directory_service_with_grpc_ipc.cc(376)] IPC for DirectoryService.UpdateMessageObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:04.764 9360 9450 E chromium: [9360:9450:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:04.764 9360 9450 I chromium: [9360:9450:INFO:state_manager_with_grpc_ipc.cc(141)] Usonia state changed, state: 1 value: 0 +02-27 07:58:04.764 9360 9450 W chromium: [9360:9450:WARNING:state_manager_with_grpc_ipc.cc(73)] IPC for StateManager.ReceiveStateUpdates closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:04.768 9414 9465 I Finsky : [48] jrs.m(5): Enqueuing libraries load for 0 +02-27 07:58:04.771 9414 9465 I Finsky : [48] gcv.j(3): Subscription detail: N/A +02-27 07:58:04.782 9414 9465 I Finsky : [48] qfs.s(2): Setup app restrictions monitor +02-27 07:58:04.783 9414 9508 I Finsky : [59] jrs.t(1): Starting libraries load for 0 +02-27 07:58:04.788 9414 9465 I Finsky : [48] qlg.a(3): Device wide unknown source restriction is changed. +02-27 07:58:04.821 182 182 I lowmemorykiller: Kill 'com.google.android.apps.mediashell' (9360), uid 10054, oom_score_adj 500 to free 109976kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (151%) +02-27 07:58:04.902 505 2243 W ContentProviderHelper: Slow operation: 110ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 07:58:04.902 505 2243 W ContentProviderHelper: Slow operation: 116ms so far, now at getContentProviderImpl: done! +02-27 07:58:04.904 505 826 E WifiMulticastLockManager: Multicaster binderDied +02-27 07:58:04.907 322 322 I Zygote : Process 9360 exited due to signal 9 (Killed) +02-27 07:58:04.912 505 2251 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10054/9360, android.os.BinderProxy@927ef0d) +02-27 07:58:04.913 505 2673 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10054/9360, android.os.BinderProxy@1e4eec2) +02-27 07:58:04.919 505 1395 I ActivityManager: Process com.google.android.apps.mediashell (pid 9360) has died: svc SVC +02-27 07:58:04.921 505 556 I libprocessgroup: Successfully killed process cgroup uid 10054 pid 9360 in 0ms +02-27 07:58:04.930 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=130, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] (release request) +02-27 07:58:04.932 505 1395 W ActivityManager: Scheduling restart of crashed service com.google.android.apps.mediashell/.MediaShellCastReceiverService in 18186ms for start-requested +02-27 07:58:04.968 8520 8657 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:04.974 8520 8657 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:04.995 9414 9465 I Finsky : [48] pyq.a(1): Warm data store was already initialized. +02-27 07:58:04.996 9414 9465 I Finsky : [48] pyr.a(1): Warm data store was already initialized. +02-27 07:58:04.997 8520 8657 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:04.998 9276 9276 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 07:58:04.999 9276 9276 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 07:58:05.012 9414 9488 I Finsky : [52] mar.accept(5): SCH: Scheduling phonesky job Id: 1-1337, CT: 1772153180986, Constraints: [{ L: 43188056, D: 86388056, C: 1, I: 1, N: 1 }] +02-27 07:58:05.012 9414 9488 I Finsky : [52] mar.accept(5): SCH: Scheduling phonesky job Id: 3-3, CT: 1772153754272, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }] +02-27 07:58:05.012 9414 9488 I Finsky : [52] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 07:58:05.012 9414 9488 I Finsky : [52] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772153257487, Constraints: [{ L: 900000, D: 1800000, C: 1, I: 1, N: 0 }] +02-27 07:58:05.015 9414 9508 I Finsky : [59] jrs.t(23): Finished loading 0 libraries. +02-27 07:58:05.015 9414 9466 I Finsky : [49] nvc.(2): Item store provider started. +02-27 07:58:05.020 8520 8657 E JavaBinder: *** Uncaught remote exception! (Exceptions are not yet supported across processes.) +02-27 07:58:05.020 8520 8657 E JavaBinder: android.database.StaleDataException: Attempted to access a cursor after it has been closed. +02-27 07:58:05.020 8520 8657 E JavaBinder: at android.database.CursorToBulkCursorAdaptor.throwIfCursorIsClosed(CursorToBulkCursorAdaptor.java:137) +02-27 07:58:05.020 8520 8657 E JavaBinder: at android.database.CursorToBulkCursorAdaptor.getBulkCursorDescriptor(CursorToBulkCursorAdaptor.java:155) +02-27 07:58:05.020 8520 8657 E JavaBinder: at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:117) +02-27 07:58:05.020 8520 8657 E JavaBinder: at android.os.Binder.execTransactInternal(Binder.java:1179) +02-27 07:58:05.020 8520 8657 E JavaBinder: at android.os.Binder.execTransact(Binder.java:1143) +02-27 07:58:05.033 505 1395 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 07:58:05.033 505 1395 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 07:58:05.033 505 1395 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 07:58:05.033 505 1395 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 07:58:05.034 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 07:58:05.041 322 322 D Zygote : Forked child process 9544 +02-27 07:58:05.044 505 555 I ActivityManager: Start proc 9544:com.google.process.gapps/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider} +02-27 07:58:05.072 9544 9544 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:05.093 505 826 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 07:58:05.099 9414 9507 I Finsky : [58] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 07:58:05.112 9544 9544 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 07:58:05.154 9414 9561 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 07:58:05.155 9414 9561 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 07:58:05.158 9414 9561 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 07:58:05.208 9414 9414 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:05.208 9414 9414 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:05.212 9414 9414 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:05.212 9414 9414 I Finsky : [2] pyr.a(1): Warm data store was already initialized. +02-27 07:58:05.212 9414 9414 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:05.213 9544 9544 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 07:58:05.213 9544 9544 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:05.214 9544 9544 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:05.216 9544 9544 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:05.224 9414 9414 I Finsky : [2] eur.accept(3): [DeviceConfig] successfully updated device attribute payloads +02-27 07:58:05.261 9544 9544 I GoogleHttpClient: GMS http client unavailable, use old client +02-27 07:58:05.268 9544 9544 I CarUiInstaller: CarUiInstaller started for com.google.android.gsf +02-27 07:58:05.286 9414 9466 I Finsky : [49] nvc.r(6): Created new item store. +02-27 07:58:05.287 9414 9414 W FontsContract: Platform version of downloadable fonts is deprecated. Please use androidx version instead. +02-27 07:58:05.290 8520 8657 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:05.291 8520 8657 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:05.292 8520 8657 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:05.292 8520 8657 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:05.294 8520 8657 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:05.304 8520 8657 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:05.304 8520 8657 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:05.306 8520 8657 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:05.306 8520 8657 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:05.309 8520 8657 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:05.309 9414 9414 W FontsContract: Platform version of downloadable fonts is deprecated. Please use androidx version instead. +02-27 07:58:05.311 8520 8657 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:05.311 8520 8657 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:05.312 8520 8657 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:05.312 8520 8657 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:05.313 8520 8657 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:05.317 8520 8657 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:05.317 8520 8657 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:05.318 8520 8657 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:05.318 8520 8657 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:05.319 8520 8657 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:05.370 9414 9414 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 10 +02-27 07:58:05.450 9414 9414 I Finsky : [2] iki.D(3): Installer: Attempting to start installer +02-27 07:58:05.458 9414 9414 I Finsky : [2] vbw.c(2): registerListener +02-27 07:58:05.465 9414 9414 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:05.465 9414 9414 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:05.468 9414 9414 I Finsky : [2] ird.(18): Initializing pausers from value store. +02-27 07:58:05.468 9414 9414 I Finsky : [2] ird.(21): Get the following callers from value store []. +02-27 07:58:05.475 9414 9414 I Finsky : [2] pfe.b(2): UAth: Successfully uploaded device config +02-27 07:58:05.530 9414 9559 D HostConnection: createUnique: call +02-27 07:58:05.531 9414 9559 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09ba10, tid 9559 +02-27 07:58:05.533 9414 9559 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:58:05.542 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 07:58:05.543 9414 9559 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 07:58:05.544 9414 9559 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 07:58:05.545 9414 9559 D EGL_emulation: eglCreateContext: 0xb400007b8b09b650: maj 3 min 0 rcv 3 +02-27 07:58:05.547 9414 9559 D EGL_emulation: eglMakeCurrent: 0xb400007b8b09b650: ver 3 0 (tinfo 0x7da146c080) (first time) +02-27 07:58:05.569 360 748 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 07:58:05.570 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 07:58:05.570 9414 9559 I Gralloc4: mapper 4.x is not supported +02-27 07:58:05.573 9414 9559 D HostConnection: createUnique: call +02-27 07:58:05.574 9414 9559 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09b110, tid 9559 +02-27 07:58:05.574 9414 9559 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 07:58:05.574 9414 9559 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 07:58:05.574 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 07:58:05.575 9414 9559 W Gralloc4: allocator 4.x is not supported +02-27 07:58:05.576 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fa7cc000 0x1fafb8000] +02-27 07:58:05.578 9414 9559 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:58:05.579 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fafb8000 0x1fb7a4000] +02-27 07:58:05.581 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fb7a4000 0x1fbf90000] +02-27 07:58:05.824 9414 9414 I Finsky : [2] iki.T(1): Installer: Installer kick - no action, not running yet +02-27 07:58:05.892 9414 9569 I Finsky : [88] heg.g(1): getDownloads() +02-27 07:58:05.952 505 1395 I ActivityManager: com.android.vending is exempt from freezer +02-27 07:58:05.959 505 1395 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 07:58:05.959 505 1395 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 07:58:05.960 505 1395 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 07:58:05.960 505 1395 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 07:58:05.961 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 07:58:05.976 322 322 D Zygote : Forked child process 9583 +02-27 07:58:05.981 505 555 I ActivityManager: Start proc 9583:com.android.vending:background/u0a58 for service {com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService} +02-27 07:58:06.011 9414 9508 I Finsky : [59] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772153884680, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 07:58:06.014 9583 9583 E ding:backgroun: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:06.034 9414 9507 I Finsky : [58] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 07:58:06.034 9414 9507 I Finsky : [58] mqf.apply(87): SCH: Scheduling system job Id: 9215, L: 28646, D: 58646, C: false, I: false, N: 0 +02-27 07:58:06.042 9583 9583 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 07:58:06.096 9583 9583 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 07:58:06.167 9583 9583 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 07:58:06.167 9583 9583 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:06.168 9583 9583 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:06.171 9583 9583 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:06.180 9583 9583 I Finsky:background: [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 07:58:06.207 9583 9583 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 07:58:06.211 9583 9583 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 07:58:06.213 9583 9583 I Finsky:background: [2] jjo.onCreate(2): IPC-SERVER: Starting gRPC host service... +02-27 07:58:06.289 182 182 I lowmemorykiller: Kill 'com.android.vending' (9414), uid 10058, oom_score_adj 102 to free 93516kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (374%) +02-27 07:58:06.320 322 322 I Zygote : Process 9414 exited due to signal 9 (Killed) +02-27 07:58:06.337 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 9414 in 2ms +02-27 07:58:06.337 505 595 I WindowManager: WIN DEATH: Window{f46a795 u0 com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity} +02-27 07:58:06.337 505 2673 I ActivityManager: Process com.android.vending (pid 9414) has died: vis+2 TOP +02-27 07:58:06.342 505 595 W InputManager-JNI: Input channel object 'f46a795 com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity (client)' was disposed without first being removed with the input manager! +02-27 07:58:06.405 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 07:58:06.449 505 2053 E TaskPersister: File error accessing recents directory (directory doesn't exist?). +02-27 07:58:06.462 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 9414 +02-27 07:58:06.472 505 545 I ActivityManager: com.android.vending is exempt from freezer +02-27 07:58:06.473 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 07:58:06.473 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 07:58:06.473 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 07:58:06.473 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 07:58:06.473 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 07:58:06.483 322 322 D Zygote : Forked child process 9602 +02-27 07:58:06.485 505 555 I ActivityManager: Start proc 9602:com.android.vending/u0a58 for activity {com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity} +02-27 07:58:06.488 9276 9276 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 07:58:06.508 9602 9602 E android.vendin: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:06.514 505 2673 D ConnectivityService: requestNetwork for uid/pid:10058/9583 activeRequest: null callbackRequest: 132 [NetworkRequest [ REQUEST id=133, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ]] callback flags: 0 priority: 2147483647 +02-27 07:58:06.518 505 709 D ConnectivityService: NetReassign [133 : null → 100] +02-27 07:58:06.528 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=133, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 07:58:06.531 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=133, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 07:58:06.532 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=133, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 07:58:06.544 505 2673 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:06.544 505 2673 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:06.544 505 2673 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:06.544 505 2673 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:06.544 505 2673 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:06.544 505 2673 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:06.544 505 2673 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:06.544 505 2673 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:06.544 505 2673 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:06.544 505 2673 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:06.545 505 2673 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:06.545 505 2673 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:06.545 505 2673 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:06.545 505 2673 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:06.545 505 2673 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:06.545 505 2673 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:06.545 505 2673 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:06.545 505 2673 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:06.545 505 2673 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:06.545 505 2673 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:06.548 9602 9602 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 07:58:06.572 9583 9583 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 10 +02-27 07:58:06.573 9583 9583 I Finsky:background: [2] jjo.onDestroy(8): IPC-SERVER: Stopping gRPC host service... +02-27 07:58:06.575 9583 9583 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 80 +02-27 07:58:06.583 9602 9602 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 07:58:06.614 9602 9602 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 07:58:06.614 9602 9602 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:06.615 9602 9602 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:06.616 9602 9602 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:06.639 9602 9602 I Finsky : [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 07:58:06.662 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 07:58:06.662 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 07:58:06.703 9602 9628 I Finsky : [49] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 07:58:06.713 9602 9628 I Finsky : [49] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 07:58:06.822 182 182 I lowmemorykiller: Kill 'com.google.process.gapps' (9544), uid 10057, oom_score_adj 915 to free 48532kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (390%) +02-27 07:58:06.829 505 595 I ActivityManager: Process com.google.process.gapps (pid 9544) has died: cch+15 CEM +02-27 07:58:06.830 322 322 I Zygote : Process 9544 exited due to signal 9 (Killed) +02-27 07:58:06.831 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 9544 in 0ms +02-27 07:58:06.900 9602 9602 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:06.911 9602 9602 I Finsky : [2] mre.(3): Resetting scheduler db +02-27 07:58:06.924 9602 9626 W Finsky : [47] ehz.d(18): For unauth, use getDfeApiNonAuthenticated() instead! +02-27 07:58:06.939 9602 9626 I Finsky : [47] kvx.(3): PackageMonitorReceiverImpl - Registering in memory receiver for android.intent.action.PACKAGE_ADDED and android.intent.action.PACKAGE_REMOVED +02-27 07:58:06.945 9602 9627 I Finsky : [48] pyq.a(1): Warm data store was already initialized. +02-27 07:58:06.950 9602 9646 W android.vendin: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 07:58:06.950 9602 9646 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 07:58:06.950 9602 9646 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 07:58:06.956 9602 9632 I Finsky : [52] nlv.run(10): SysCUA: Set {com.android.vending/com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity} enabled state to 0 +02-27 07:58:06.960 9602 9626 I Finsky : [47] pyr.a(1): Warm data store was already initialized. +02-27 07:58:06.965 9602 9627 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 07:58:06.966 9602 9627 I Finsky : [48] kmj.i(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileMaximum +02-27 07:58:06.966 9602 9627 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 07:58:06.966 9602 9627 I Finsky : [48] kmj.h(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileRecommended +02-27 07:58:06.974 9602 9626 I Finsky : [47] jrs.m(5): Enqueuing libraries load for 0 +02-27 07:58:06.975 9602 9627 I Finsky : [48] vbw.c(2): registerListener +02-27 07:58:06.977 9602 9626 I Finsky : [47] gcv.j(3): Subscription detail: N/A +02-27 07:58:06.980 9602 9626 I Finsky : [47] qfs.s(2): Setup app restrictions monitor +02-27 07:58:06.981 9602 9627 I Finsky : [48] vbw.c(2): registerListener +02-27 07:58:06.986 9602 9626 I Finsky : [47] qlg.a(3): Device wide unknown source restriction is changed. +02-27 07:58:06.986 9602 9644 I Finsky : [60] jrs.t(1): Starting libraries load for 0 +02-27 07:58:06.987 9602 9644 I Finsky : [60] jrs.t(23): Finished loading 0 libraries. +02-27 07:58:06.990 9602 9627 I Finsky : [48] pyq.a(1): Warm data store was already initialized. +02-27 07:58:06.992 9602 9627 I Finsky : [48] pyr.a(1): Warm data store was already initialized. +02-27 07:58:06.992 9602 9644 I Finsky : [60] mar.accept(5): SCH: Scheduling phonesky job Id: 1-1337, CT: 1772153180986, Constraints: [{ L: 43188056, D: 86388056, C: 1, I: 1, N: 1 }] +02-27 07:58:06.993 9602 9644 I Finsky : [60] mar.accept(5): SCH: Scheduling phonesky job Id: 3-3, CT: 1772153754272, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }] +02-27 07:58:06.993 9602 9644 I Finsky : [60] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 07:58:06.993 9602 9644 I Finsky : [60] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772153257487, Constraints: [{ L: 900000, D: 1800000, C: 1, I: 1, N: 0 }] +02-27 07:58:06.993 9602 9644 I Finsky : [60] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772153884680, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 07:58:06.999 9602 9628 I Finsky : [49] nvc.(2): Item store provider started. +02-27 07:58:07.001 9602 9632 W Finsky : [52] hne.run(49): HibernationActivity not found +02-27 07:58:07.006 505 594 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 07:58:07.006 505 594 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 07:58:07.006 505 594 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 07:58:07.006 505 594 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 07:58:07.007 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 07:58:07.010 322 322 D Zygote : Forked child process 9677 +02-27 07:58:07.010 505 555 I ActivityManager: Start proc 9677:com.google.process.gapps/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider} +02-27 07:58:07.030 9677 9677 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:07.044 9677 9677 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 07:58:07.053 9602 9640 I Finsky : [56] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 07:58:07.084 9602 9695 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 07:58:07.085 9602 9695 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 07:58:07.088 9602 9695 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 07:58:07.088 9677 9677 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 07:58:07.088 9677 9677 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:07.089 9677 9677 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:07.091 9677 9677 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:07.234 9677 9677 I GoogleHttpClient: GMS http client unavailable, use old client +02-27 07:58:07.245 9677 9677 I CarUiInstaller: CarUiInstaller started for com.google.android.gsf +02-27 07:58:07.245 9602 9602 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:07.246 9602 9602 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:07.253 9602 9602 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:07.254 9602 9602 I Finsky : [2] pyr.a(1): Warm data store was already initialized. +02-27 07:58:07.255 9602 9602 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:07.271 9602 9602 I Finsky : [2] eur.accept(3): [DeviceConfig] successfully updated device attribute payloads +02-27 07:58:07.274 9602 9628 I Finsky : [49] nvc.r(6): Created new item store. +02-27 07:58:07.317 9602 9602 W FontsContract: Platform version of downloadable fonts is deprecated. Please use androidx version instead. +02-27 07:58:07.348 8520 8657 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:07.351 8520 8657 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:07.364 8520 8657 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:07.364 8520 8657 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:07.368 8520 8657 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:07.393 8520 8657 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:07.393 8520 8657 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:07.394 8520 8657 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:07.394 8520 8657 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:07.400 8520 8657 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:07.402 9602 9602 W FontsContract: Platform version of downloadable fonts is deprecated. Please use androidx version instead. +02-27 07:58:07.403 8520 8657 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:07.404 8520 8657 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:07.405 8520 8657 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:07.405 8520 8657 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:07.408 8520 8657 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:07.412 8520 8657 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:07.412 8520 8657 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:07.413 8520 8657 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:07.413 8520 8657 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:07.413 8520 8657 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:07.456 9602 9602 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 10 +02-27 07:58:07.457 9602 9602 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 15 +02-27 07:58:07.468 9602 9602 I Finsky : [2] iki.D(3): Installer: Attempting to start installer +02-27 07:58:07.491 182 182 I lowmemorykiller: Kill 'com.android.vending:background' (9583), uid 10058, oom_score_adj 905 to free 69896kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (128%) +02-27 07:58:07.525 322 322 I Zygote : Process 9583 exited due to signal 9 (Killed) +02-27 07:58:07.525 505 2476 I ActivityManager: Process com.android.vending:background (pid 9583) has died: cch+5 CEM +02-27 07:58:07.527 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 9583 in 0ms +02-27 07:58:07.538 505 3536 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10058/9583, android.os.BinderProxy@3a26e4c) +02-27 07:58:07.540 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=133, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] (release request) +02-27 07:58:07.574 9602 9602 I Finsky : [2] vbw.c(2): registerListener +02-27 07:58:07.591 9602 9602 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:07.591 9602 9602 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:07.597 9602 9602 I Finsky : [2] ird.(18): Initializing pausers from value store. +02-27 07:58:07.597 9602 9602 I Finsky : [2] ird.(21): Get the following callers from value store []. +02-27 07:58:07.609 9602 9602 I Finsky : [2] pfe.b(2): UAth: Successfully uploaded device config +02-27 07:58:07.738 9602 9693 D HostConnection: createUnique: call +02-27 07:58:07.738 9602 9693 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09a450, tid 9693 +02-27 07:58:07.741 9602 9693 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:58:07.745 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 07:58:07.747 9602 9693 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 07:58:07.747 9602 9693 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 07:58:07.748 9602 9693 D EGL_emulation: eglCreateContext: 0xb400007b8b09a5d0: maj 3 min 0 rcv 3 +02-27 07:58:07.753 9602 9693 D EGL_emulation: eglMakeCurrent: 0xb400007b8b09a5d0: ver 3 0 (tinfo 0x7da146c080) (first time) +02-27 07:58:07.770 360 445 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 07:58:07.771 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 07:58:07.772 9602 9693 I Gralloc4: mapper 4.x is not supported +02-27 07:58:07.775 9602 9693 D HostConnection: createUnique: call +02-27 07:58:07.775 9602 9693 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09b710, tid 9693 +02-27 07:58:07.775 9602 9693 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 07:58:07.775 9602 9693 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 07:58:07.777 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 07:58:07.777 9602 9693 W Gralloc4: allocator 4.x is not supported +02-27 07:58:07.779 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fa7cc000 0x1fafb8000] +02-27 07:58:07.781 9602 9693 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:58:07.782 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fafb8000 0x1fb7a4000] +02-27 07:58:07.784 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fb7a4000 0x1fbf90000] +02-27 07:58:07.830 9602 9602 I Finsky : [2] iki.T(1): Installer: Installer kick - no action, not running yet +02-27 07:58:07.836 9602 9703 I Finsky : [88] heg.g(1): getDownloads() +02-27 07:58:07.946 505 3536 I ActivityManager: com.android.vending is exempt from freezer +02-27 07:58:07.957 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 07:58:07.957 505 3536 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 07:58:07.957 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 07:58:07.957 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 07:58:07.960 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 07:58:07.972 322 322 D Zygote : Forked child process 9716 +02-27 07:58:07.976 505 555 I ActivityManager: Start proc 9716:com.android.vending:background/u0a58 for service {com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService} +02-27 07:58:08.032 9716 9716 E ding:backgroun: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:08.068 9716 9716 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 07:58:08.131 9716 9716 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 07:58:08.193 9602 9632 I Finsky : [52] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772153886827, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 07:58:08.211 9716 9716 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 07:58:08.211 9716 9716 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:08.212 9716 9716 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:08.212 9602 9632 I Finsky : [52] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 07:58:08.213 9716 9716 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:08.226 9716 9716 I Finsky:background: [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 07:58:08.262 9716 9716 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 07:58:08.265 9716 9716 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 07:58:08.268 9716 9716 I Finsky:background: [2] jjo.onCreate(2): IPC-SERVER: Starting gRPC host service... +02-27 07:58:08.290 505 2476 D ConnectivityService: requestNetwork for uid/pid:10058/9716 activeRequest: null callbackRequest: 134 [NetworkRequest [ REQUEST id=135, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ]] callback flags: 0 priority: 2147483647 +02-27 07:58:08.291 505 709 D ConnectivityService: NetReassign [135 : null → 100] +02-27 07:58:08.348 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=135, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 07:58:08.355 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=135, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 07:58:08.356 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=135, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 07:58:08.760 9602 9612 I android.vendin: Background young concurrent copying GC freed 90432(9071KB) AllocSpace objects, 20(460KB) LOS objects, 76% free, 7523KB/31MB, paused 3.482ms,2.125ms total 258.183ms +02-27 07:58:08.797 9716 9716 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 10 +02-27 07:58:08.805 9716 9741 I Finsky:background: [50] hbv.f(1): getDownloads() +02-27 07:58:08.820 9602 9640 I Finsky : [56] heg.g(1): getDownloads() +02-27 07:58:08.823 9716 9741 I Finsky:background: [50] hbv.f(1): getDownloads() +02-27 07:58:08.839 505 2476 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10027; state: DISABLED +02-27 07:58:08.839 505 2476 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10027; state: DISABLED +02-27 07:58:08.840 505 2476 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10027; state: DISABLED +02-27 07:58:08.840 505 2476 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10027; state: ENABLED +02-27 07:58:08.840 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10027; state: ENABLED +02-27 07:58:08.847 322 322 D Zygote : Forked child process 9743 +02-27 07:58:08.849 505 555 I ActivityManager: Start proc 9743:android.process.media/u0a27 for content provider {com.android.providers.downloads/com.android.providers.downloads.DownloadProvider} +02-27 07:58:08.876 9743 9743 E d.process.medi: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:08.898 505 2476 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10027; state: DISABLED +02-27 07:58:08.915 9743 9743 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10027; state: ENABLED +02-27 07:58:08.957 9743 9743 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.downloads' set to: 'default' +02-27 07:58:08.957 9743 9743 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:08.958 9743 9743 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:08.959 9743 9743 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:09.001 9602 9703 I Finsky : [88] iju.run(23): Installer: Installer starting +02-27 07:58:09.002 9602 9703 I Finsky : [88] iju.run(26): Installer: Installer started +02-27 07:58:09.064 182 182 I lowmemorykiller: Kill 'com.android.vending' (9602), uid 10058, oom_score_adj 102 to free 108248kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (449%) +02-27 07:58:09.079 322 322 I Zygote : Process 9602 exited due to signal 9 (Killed) +02-27 07:58:09.080 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 9602 in 0ms +02-27 07:58:09.082 505 1395 I ActivityManager: Process com.android.vending (pid 9602) has died: vis+2 TOP +02-27 07:58:09.082 505 595 I WindowManager: WIN DEATH: Window{323539e u0 com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity} +02-27 07:58:09.087 505 595 W InputManager-JNI: Input channel object '323539e com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity (client)' was disposed without first being removed with the input manager! +02-27 07:58:09.118 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 07:58:09.160 9716 9716 I Finsky:background: [2] jjo.onDestroy(8): IPC-SERVER: Stopping gRPC host service... +02-27 07:58:09.160 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 9602 +02-27 07:58:09.167 505 545 I ActivityManager: com.android.vending is exempt from freezer +02-27 07:58:09.168 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 07:58:09.168 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 07:58:09.168 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 07:58:09.168 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 07:58:09.168 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 07:58:09.173 322 322 D Zygote : Forked child process 9761 +02-27 07:58:09.176 505 555 I ActivityManager: Start proc 9761:com.android.vending/u0a58 for activity {com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity} +02-27 07:58:09.180 9716 9716 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 15 +02-27 07:58:09.182 9716 9716 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 60 +02-27 07:58:09.200 9761 9761 E android.vendin: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:09.216 505 1395 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:09.216 505 1395 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:09.216 505 1395 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:09.216 505 1395 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:09.216 505 1395 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:09.216 505 1395 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:09.216 505 1395 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:09.216 505 1395 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:09.216 505 1395 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:09.216 505 1395 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:09.216 505 1395 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:09.216 505 1395 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:09.216 505 1395 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:09.216 505 1395 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:09.216 505 1395 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:09.216 505 1395 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:09.216 505 1395 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:09.216 505 1395 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:09.216 505 1395 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:09.216 505 1395 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:09.218 9761 9761 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 07:58:09.283 9761 9761 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 07:58:09.321 9761 9761 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 07:58:09.321 9761 9761 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:09.322 9761 9761 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:09.322 9761 9761 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:09.349 9761 9761 I Finsky : [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 07:58:09.415 9761 9781 I Finsky : [48] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 07:58:09.431 9761 9781 I Finsky : [48] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 07:58:09.445 9761 9761 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:09.448 9761 9761 I Finsky : [2] mre.(3): Resetting scheduler db +02-27 07:58:09.453 9761 9778 W Finsky : [45] ehz.d(18): For unauth, use getDfeApiNonAuthenticated() instead! +02-27 07:58:09.461 9761 9778 I Finsky : [45] kvx.(3): PackageMonitorReceiverImpl - Registering in memory receiver for android.intent.action.PACKAGE_ADDED and android.intent.action.PACKAGE_REMOVED +02-27 07:58:09.466 9761 9779 I Finsky : [46] pyq.a(1): Warm data store was already initialized. +02-27 07:58:09.473 9761 9794 W android.vendin: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 07:58:09.473 9761 9794 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 07:58:09.473 9761 9794 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 07:58:09.476 9761 9778 I Finsky : [45] pyr.a(1): Warm data store was already initialized. +02-27 07:58:09.476 9761 9791 I Finsky : [58] nlv.run(10): SysCUA: Set {com.android.vending/com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity} enabled state to 0 +02-27 07:58:09.483 9761 9779 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 07:58:09.484 9761 9779 I Finsky : [46] kmj.i(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileMaximum +02-27 07:58:09.484 9761 9779 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 07:58:09.485 9761 9779 I Finsky : [46] kmj.h(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileRecommended +02-27 07:58:09.486 9761 9779 I Finsky : [46] vbw.c(2): registerListener +02-27 07:58:09.488 9761 9779 I Finsky : [46] vbw.c(2): registerListener +02-27 07:58:09.641 182 182 I lowmemorykiller: Kill 'com.google.process.gapps' (9677), uid 10057, oom_score_adj 915 to free 47732kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (145%) +02-27 07:58:09.646 322 322 I Zygote : Process 9677 exited due to signal 9 (Killed) +02-27 07:58:09.646 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 9677 in 0ms +02-27 07:58:09.647 505 594 I ActivityManager: Process com.google.process.gapps (pid 9677) has died: cch+15 CEM +02-27 07:58:09.653 9761 9791 W Finsky : [58] hne.run(49): HibernationActivity not found +02-27 07:58:09.693 9761 9779 I Finsky : [46] jrs.m(5): Enqueuing libraries load for 0 +02-27 07:58:09.706 9761 9779 I Finsky : [46] gcv.j(3): Subscription detail: N/A +02-27 07:58:09.709 9761 9788 I Finsky : [55] mar.accept(5): SCH: Scheduling phonesky job Id: 1-1337, CT: 1772153180986, Constraints: [{ L: 43188056, D: 86388056, C: 1, I: 1, N: 1 }] +02-27 07:58:09.709 9761 9788 I Finsky : [55] mar.accept(5): SCH: Scheduling phonesky job Id: 3-3, CT: 1772153754272, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }] +02-27 07:58:09.709 9761 9788 I Finsky : [55] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 07:58:09.709 9761 9788 I Finsky : [55] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772153257487, Constraints: [{ L: 900000, D: 1800000, C: 1, I: 1, N: 0 }] +02-27 07:58:09.709 9761 9788 I Finsky : [55] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772153886827, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 07:58:09.710 9761 9789 I Finsky : [56] jrs.t(1): Starting libraries load for 0 +02-27 07:58:09.727 9761 9779 I Finsky : [46] qfs.s(2): Setup app restrictions monitor +02-27 07:58:09.734 9761 9789 I Finsky : [56] jrs.t(23): Finished loading 0 libraries. +02-27 07:58:09.736 9761 9779 I Finsky : [46] qlg.a(3): Device wide unknown source restriction is changed. +02-27 07:58:09.742 9761 9778 I Finsky : [45] pyq.a(1): Warm data store was already initialized. +02-27 07:58:09.742 9761 9778 I Finsky : [45] pyr.a(1): Warm data store was already initialized. +02-27 07:58:09.751 9761 9781 I Finsky : [48] nvc.(2): Item store provider started. +02-27 07:58:09.762 505 2251 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 07:58:09.762 505 2251 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 07:58:09.762 505 2251 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 07:58:09.762 505 2251 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 07:58:09.764 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 07:58:09.768 322 322 D Zygote : Forked child process 9825 +02-27 07:58:09.771 505 555 I ActivityManager: Start proc 9825:com.google.process.gapps/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider} +02-27 07:58:09.789 9825 9825 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:09.798 9761 9785 I Finsky : [52] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 07:58:09.808 9825 9825 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 07:58:09.843 9761 9843 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 07:58:09.846 9761 9843 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 07:58:09.849 9761 9843 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 07:58:09.868 9825 9825 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 07:58:09.868 9825 9825 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:09.870 9825 9825 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:09.871 9825 9825 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:09.877 9761 9761 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:09.877 9761 9761 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:09.880 9761 9761 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:09.880 9761 9761 I Finsky : [2] pyr.a(1): Warm data store was already initialized. +02-27 07:58:09.880 9761 9761 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:09.889 9761 9789 I Finsky : [56] eur.accept(3): [DeviceConfig] successfully updated device attribute payloads +02-27 07:58:09.939 9825 9825 I GoogleHttpClient: GMS http client unavailable, use old client +02-27 07:58:10.052 182 182 I lowmemorykiller: Kill 'android.process.media' (9743), uid 10027, oom_score_adj 915 to free 52416kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (95%) +02-27 07:58:10.058 322 322 I Zygote : Process 9743 exited due to signal 9 (Killed) +02-27 07:58:10.059 505 2251 I ActivityManager: Process android.process.media (pid 9743) has died: cch+15 CEM +02-27 07:58:10.067 505 556 I libprocessgroup: Successfully killed process cgroup uid 10027 pid 9743 in 0ms +02-27 07:58:10.113 9716 9716 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 80 +02-27 07:58:10.123 9825 9825 I CarUiInstaller: CarUiInstaller started for com.google.android.gsf +02-27 07:58:10.207 9761 9761 W FontsContract: Platform version of downloadable fonts is deprecated. Please use androidx version instead. +02-27 07:58:10.209 9761 9781 I Finsky : [48] nvc.r(6): Created new item store. +02-27 07:58:10.218 8520 9237 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:10.220 8520 9237 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:10.228 8520 9237 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:10.228 8520 9237 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:10.232 8520 9237 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:10.251 8520 9237 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:10.251 8520 9237 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:10.252 8520 9237 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:10.252 8520 9237 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:10.256 8520 9237 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:10.259 9761 9761 W FontsContract: Platform version of downloadable fonts is deprecated. Please use androidx version instead. +02-27 07:58:10.261 8520 9237 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:10.261 8520 9237 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:10.261 8520 9237 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:10.261 8520 9237 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:10.263 8520 9237 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:10.267 8520 9237 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:10.268 8520 9237 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:10.269 8520 9237 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:10.269 8520 9237 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:10.271 8520 9237 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:10.326 182 182 I lowmemorykiller: Kill 'com.android.vending:background' (9716), uid 10058, oom_score_adj 905 to free 72176kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (121%) +02-27 07:58:10.357 322 322 I Zygote : Process 9716 exited due to signal 9 (Killed) +02-27 07:58:10.364 505 3536 I ActivityManager: Process com.android.vending:background (pid 9716) has died: cch+5 CEM +02-27 07:58:10.364 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 9716 in 2ms +02-27 07:58:10.372 505 3128 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10058/9716, android.os.BinderProxy@6a308ab) +02-27 07:58:10.376 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=135, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] (release request) +02-27 07:58:10.441 9761 9761 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 10 +02-27 07:58:10.490 9761 9761 I Finsky : [2] iki.D(3): Installer: Attempting to start installer +02-27 07:58:10.498 9761 9761 I Finsky : [2] vbw.c(2): registerListener +02-27 07:58:10.509 9761 9761 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:10.510 9761 9761 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:10.514 9761 9761 I Finsky : [2] ird.(18): Initializing pausers from value store. +02-27 07:58:10.514 9761 9761 I Finsky : [2] ird.(21): Get the following callers from value store []. +02-27 07:58:10.536 9761 9761 I Finsky : [2] pfe.b(2): UAth: Successfully uploaded device config +02-27 07:58:10.536 9761 9761 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 15 +02-27 07:58:10.621 9761 9841 D HostConnection: createUnique: call +02-27 07:58:10.622 9761 9841 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09aed0, tid 9841 +02-27 07:58:10.625 9761 9841 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:58:10.631 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 07:58:10.632 9761 9841 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 07:58:10.632 9761 9841 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 07:58:10.633 9761 9841 D EGL_emulation: eglCreateContext: 0xb400007b8b09a210: maj 3 min 0 rcv 3 +02-27 07:58:10.643 9761 9841 D EGL_emulation: eglMakeCurrent: 0xb400007b8b09a210: ver 3 0 (tinfo 0x7da146c080) (first time) +02-27 07:58:10.672 360 446 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 07:58:10.673 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 07:58:10.673 9761 9841 I Gralloc4: mapper 4.x is not supported +02-27 07:58:10.676 9761 9841 D HostConnection: createUnique: call +02-27 07:58:10.676 9761 9841 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09b890, tid 9841 +02-27 07:58:10.676 9761 9841 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 07:58:10.676 9761 9841 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 07:58:10.677 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 07:58:10.678 9761 9841 W Gralloc4: allocator 4.x is not supported +02-27 07:58:10.680 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fa7cc000 0x1fafb8000] +02-27 07:58:10.682 9761 9841 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:58:10.683 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fafb8000 0x1fb7a4000] +02-27 07:58:10.684 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fb7a4000 0x1fbf90000] +02-27 07:58:10.758 182 182 I lowmemorykiller: Kill 'android.process.acore' (9334), uid 10028, oom_score_adj 700 to free 47756kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (153%) +02-27 07:58:10.778 322 322 I Zygote : Process 9334 exited due to signal 9 (Killed) +02-27 07:58:10.780 505 556 I libprocessgroup: Successfully killed process cgroup uid 10028 pid 9334 in 0ms +02-27 07:58:10.780 505 1395 D CountryDetector: No listener is left +02-27 07:58:10.780 505 2251 I ActivityManager: Process android.process.acore (pid 9334) has died: prev LAST +02-27 07:58:10.841 505 2251 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #8462} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (210 skipped) +02-27 07:58:11.004 9761 9761 I Finsky : [2] iki.T(1): Installer: Installer kick - no action, not running yet +02-27 07:58:11.044 9761 9850 I Finsky : [86] heg.g(1): getDownloads() +02-27 07:58:11.078 505 2251 I ActivityManager: com.android.vending is exempt from freezer +02-27 07:58:11.082 505 2251 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 07:58:11.082 505 2251 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 07:58:11.082 505 2251 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 07:58:11.082 505 2251 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 07:58:11.084 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 07:58:11.093 322 322 D Zygote : Forked child process 9865 +02-27 07:58:11.095 505 555 I ActivityManager: Start proc 9865:com.android.vending:background/u0a58 for service {com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService} +02-27 07:58:11.129 9865 9865 E ding:backgroun: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:11.140 9761 9785 I Finsky : [52] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772153889441, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 07:58:11.176 9761 9785 I Finsky : [52] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 07:58:11.192 9865 9865 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 07:58:11.249 9865 9865 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 07:58:11.289 9865 9865 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 07:58:11.290 9865 9865 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:11.291 9865 9865 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:11.292 9865 9865 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:11.301 9865 9865 I Finsky:background: [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 07:58:11.342 9865 9865 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 07:58:11.346 9865 9865 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 07:58:11.415 9865 9865 I Finsky:background: [2] jjo.onCreate(2): IPC-SERVER: Starting gRPC host service... +02-27 07:58:11.464 505 1395 D ConnectivityService: requestNetwork for uid/pid:10058/9865 activeRequest: null callbackRequest: 136 [NetworkRequest [ REQUEST id=137, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ]] callback flags: 0 priority: 2147483647 +02-27 07:58:11.465 505 709 D ConnectivityService: NetReassign [137 : null → 100] +02-27 07:58:11.481 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=137, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 07:58:11.497 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=137, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 07:58:11.500 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=137, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 07:58:11.588 9865 9865 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 10 +02-27 07:58:11.595 9865 9889 I Finsky:background: [49] hbv.f(1): getDownloads() +02-27 07:58:11.605 9761 9791 I Finsky : [58] heg.g(1): getDownloads() +02-27 07:58:11.607 9865 9889 I Finsky:background: [49] hbv.f(1): getDownloads() +02-27 07:58:11.613 505 1395 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10027; state: DISABLED +02-27 07:58:11.613 505 1395 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10027; state: DISABLED +02-27 07:58:11.613 505 1395 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10027; state: DISABLED +02-27 07:58:11.613 505 1395 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10027; state: ENABLED +02-27 07:58:11.614 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10027; state: ENABLED +02-27 07:58:11.618 322 322 D Zygote : Forked child process 9891 +02-27 07:58:11.619 505 555 I ActivityManager: Start proc 9891:android.process.media/u0a27 for content provider {com.android.providers.downloads/com.android.providers.downloads.DownloadProvider} +02-27 07:58:11.635 9891 9891 E d.process.medi: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:11.654 9891 9891 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10027; state: ENABLED +02-27 07:58:11.681 9891 9891 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.downloads' set to: 'default' +02-27 07:58:11.681 9891 9891 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:11.682 9891 9891 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:11.682 9891 9891 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:11.714 9761 9850 I Finsky : [86] iju.run(23): Installer: Installer starting +02-27 07:58:11.714 9761 9850 I Finsky : [86] iju.run(26): Installer: Installer started +02-27 07:58:11.718 9761 9761 I Finsky : [2] gag.a(1): DL: Creating dataloader logger using a new logging context. +02-27 07:58:11.724 9761 9761 I Finsky : [2] iki.T(7): Installer: found apps to install. isMultiUserMode=false, apps=[] +02-27 07:58:11.725 9761 9906 I Finsky : [100] ijs.a(21): IV2: found recoverable installs: [] +02-27 07:58:11.741 9761 9787 I Finsky : [54] mrj.apply(16): SCH: Canceling job 3-3 +02-27 07:58:11.743 9761 9789 I Finsky : [56] mqs.a(2): SCH: no pending jobs to schedule. +02-27 07:58:11.748 9761 9761 I Finsky : [2] nkq.a(1): Connecting InstallListener to SplitInstallService broadcaster... +02-27 07:58:11.749 9761 9908 I Finsky : [102] irp.apply(90): IQ: Creating job 4, for (REQ_DEVICE_IDLE, NETWORK=UNMETERED, PROVISIONING_STATE=PROVISIONED) +02-27 07:58:11.750 9761 9908 I Finsky : [102] irv.y(9): IQ: Bulk scheduling created jobs +02-27 07:58:11.811 9761 9768 I android.vendin: JIT allocated 76KB for compiled code of java.lang.Object eoc.o() +02-27 07:58:11.814 182 182 I lowmemorykiller: Kill 'com.android.vending' (9761), uid 10058, oom_score_adj 102 to free 106664kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (370%) +02-27 07:58:11.823 505 1395 I ActivityManager: Process com.android.vending (pid 9761) has died: vis+2 TOP +02-27 07:58:11.827 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 9761 in 0ms +02-27 07:58:11.828 505 3128 I WindowManager: WIN DEATH: Window{c937925 u0 com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity} +02-27 07:58:11.828 322 322 I Zygote : Process 9761 exited due to signal 9 (Killed) +02-27 07:58:11.839 505 3128 W InputManager-JNI: Input channel object 'c937925 com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity (client)' was disposed without first being removed with the input manager! +02-27 07:58:11.890 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 07:58:11.975 9865 9865 I Finsky:background: [2] jjo.onDestroy(8): IPC-SERVER: Stopping gRPC host service... +02-27 07:58:11.977 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 9761 +02-27 07:58:11.990 505 545 I ActivityManager: com.android.vending is exempt from freezer +02-27 07:58:11.992 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 07:58:11.992 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 07:58:11.992 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 07:58:11.992 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 07:58:11.992 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 07:58:12.001 322 322 D Zygote : Forked child process 9916 +02-27 07:58:12.002 505 555 I ActivityManager: Start proc 9916:com.android.vending/u0a58 for activity {com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity} +02-27 07:58:12.004 9865 9865 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 60 +02-27 07:58:12.020 9916 9916 E android.vendin: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:12.037 505 3128 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:12.037 505 3128 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:12.037 505 3128 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:12.037 505 3128 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:12.037 505 3128 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:12.037 505 3128 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:12.037 505 3128 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:12.037 505 3128 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:12.037 505 3128 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:12.037 505 3128 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:12.037 505 3128 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:12.037 505 3128 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:12.037 505 3128 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:12.037 505 3128 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:12.037 505 3128 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:12.037 505 3128 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:12.037 505 3128 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:12.037 505 3128 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:12.037 505 3128 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:12.037 505 3128 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:12.039 9916 9916 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 07:58:12.073 9916 9916 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 07:58:12.103 9916 9916 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 07:58:12.103 9916 9916 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:12.103 9916 9916 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:12.104 9916 9916 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:12.132 9916 9916 I Finsky : [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 07:58:12.216 9916 9937 I Finsky : [49] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 07:58:12.230 9916 9937 I Finsky : [49] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 07:58:12.245 9916 9916 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:12.246 9916 9916 I Finsky : [2] mre.(3): Resetting scheduler db +02-27 07:58:12.249 9916 9936 W Finsky : [48] ehz.d(18): For unauth, use getDfeApiNonAuthenticated() instead! +02-27 07:58:12.256 9916 9936 I Finsky : [48] kvx.(3): PackageMonitorReceiverImpl - Registering in memory receiver for android.intent.action.PACKAGE_ADDED and android.intent.action.PACKAGE_REMOVED +02-27 07:58:12.262 9916 9935 I Finsky : [47] pyq.a(1): Warm data store was already initialized. +02-27 07:58:12.267 9916 9936 I Finsky : [48] pyr.a(1): Warm data store was already initialized. +02-27 07:58:12.276 9916 9935 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 07:58:12.276 9916 9935 I Finsky : [47] kmj.i(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileMaximum +02-27 07:58:12.276 9916 9935 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 07:58:12.277 9916 9935 I Finsky : [47] kmj.h(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileRecommended +02-27 07:58:12.278 9916 9935 I Finsky : [47] vbw.c(2): registerListener +02-27 07:58:12.280 9916 9935 I Finsky : [47] vbw.c(2): registerListener +02-27 07:58:12.281 9916 9935 I Finsky : [47] jrs.m(5): Enqueuing libraries load for 0 +02-27 07:58:12.282 9916 9935 I Finsky : [47] gcv.j(3): Subscription detail: N/A +02-27 07:58:12.284 9916 9935 I Finsky : [47] qfs.s(2): Setup app restrictions monitor +02-27 07:58:12.290 9916 9952 W android.vendin: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 07:58:12.290 9916 9952 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 07:58:12.290 9916 9952 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 07:58:12.291 9916 9947 I Finsky : [59] nlv.run(10): SysCUA: Set {com.android.vending/com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity} enabled state to 0 +02-27 07:58:12.292 9916 9935 I Finsky : [47] qlg.a(3): Device wide unknown source restriction is changed. +02-27 07:58:12.297 9916 9936 I Finsky : [48] pyq.a(1): Warm data store was already initialized. +02-27 07:58:12.302 9916 9936 I Finsky : [48] pyr.a(1): Warm data store was already initialized. +02-27 07:58:12.303 9916 9937 I Finsky : [49] nvc.(2): Item store provider started. +02-27 07:58:12.305 9916 9941 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 1-1337, CT: 1772153180986, Constraints: [{ L: 43188056, D: 86388056, C: 1, I: 1, N: 1 }] +02-27 07:58:12.305 9916 9941 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 07:58:12.305 9916 9941 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772153257487, Constraints: [{ L: 900000, D: 1800000, C: 1, I: 1, N: 0 }] +02-27 07:58:12.305 9916 9941 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772153889441, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 07:58:12.305 9916 9947 W Finsky : [59] hne.run(49): HibernationActivity not found +02-27 07:58:12.307 9916 9941 I Finsky : [53] jrs.t(1): Starting libraries load for 0 +02-27 07:58:12.310 9865 9865 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 80 +02-27 07:58:12.313 9916 9941 I Finsky : [53] jrs.t(23): Finished loading 0 libraries. +02-27 07:58:12.338 9916 9937 I Finsky : [49] nvc.r(6): Created new item store. +02-27 07:58:12.441 182 182 I lowmemorykiller: Kill 'android.process.media' (9891), uid 10027, oom_score_adj 905 to free 70144kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (205%) +02-27 07:58:12.482 322 322 I Zygote : Process 9891 exited due to signal 9 (Killed) +02-27 07:58:12.511 505 556 I libprocessgroup: Successfully killed process cgroup uid 10027 pid 9891 in 7ms +02-27 07:58:12.512 9916 9985 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 07:58:12.518 505 3128 I ActivityManager: Process android.process.media (pid 9891) has died: cch+5 CEM +02-27 07:58:12.523 9916 9985 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 07:58:12.537 9916 9985 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 07:58:12.678 9916 9945 I Finsky : [57] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 07:58:12.729 9916 9916 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:12.729 9916 9916 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:12.733 9916 9916 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:12.733 9916 9916 I Finsky : [2] pyr.a(1): Warm data store was already initialized. +02-27 07:58:12.733 9916 9916 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:12.745 9916 9947 I Finsky : [59] eur.accept(3): [DeviceConfig] successfully updated device attribute payloads +02-27 07:58:12.785 9916 9916 W FontsContract: Platform version of downloadable fonts is deprecated. Please use androidx version instead. +02-27 07:58:12.792 8520 9237 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:12.794 8520 9237 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:12.799 8520 9237 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:12.799 8520 9237 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:12.802 8520 9237 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:12.818 8520 9237 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:12.818 8520 9237 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:12.819 8520 9237 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:12.820 8520 9237 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:12.821 8520 9237 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:12.823 9916 9916 W FontsContract: Platform version of downloadable fonts is deprecated. Please use androidx version instead. +02-27 07:58:12.824 8520 9237 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:12.825 8520 9237 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:12.825 8520 9237 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:12.825 8520 9237 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:12.827 8520 9237 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:12.830 8520 9237 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:12.830 8520 9237 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:12.832 8520 9237 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:12.832 8520 9237 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:12.833 8520 9237 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:12.864 9916 9916 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 5 +02-27 07:58:12.873 9916 9916 I Finsky : [2] iki.D(3): Installer: Attempting to start installer +02-27 07:58:12.876 9916 9916 I Finsky : [2] vbw.c(2): registerListener +02-27 07:58:12.878 9916 9916 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:12.879 9916 9916 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:12.880 9916 9916 I Finsky : [2] ird.(18): Initializing pausers from value store. +02-27 07:58:12.881 9916 9916 I Finsky : [2] ird.(21): Get the following callers from value store []. +02-27 07:58:12.882 9916 9916 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 15 +02-27 07:58:12.901 182 182 I lowmemorykiller: Kill 'com.android.vending:background' (9865), uid 10058, oom_score_adj 905 to free 51980kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (269%) +02-27 07:58:12.948 505 3128 I ActivityManager: Process com.android.vending:background (pid 9865) has died: cch+5 CEM +02-27 07:58:12.948 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 9865 in 0ms +02-27 07:58:12.948 322 322 I Zygote : Process 9865 exited due to signal 9 (Killed) +02-27 07:58:12.950 9916 9916 I Finsky : [2] pfe.b(2): UAth: Successfully uploaded device config +02-27 07:58:12.957 505 2673 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10058/9865, android.os.BinderProxy@97c4fec) +02-27 07:58:12.960 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=137, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] (release request) +02-27 07:58:13.043 9916 9983 D HostConnection: createUnique: call +02-27 07:58:13.043 9916 9983 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b099f10, tid 9983 +02-27 07:58:13.046 9916 9983 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:58:13.050 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 07:58:13.053 9916 9983 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 07:58:13.053 9916 9983 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 07:58:13.054 9916 9983 D EGL_emulation: eglCreateContext: 0xb400007b8b09bdd0: maj 3 min 0 rcv 3 +02-27 07:58:13.060 9916 9983 D EGL_emulation: eglMakeCurrent: 0xb400007b8b09bdd0: ver 3 0 (tinfo 0x7da146c080) (first time) +02-27 07:58:13.076 360 525 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 07:58:13.077 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 07:58:13.078 9916 9983 I Gralloc4: mapper 4.x is not supported +02-27 07:58:13.083 9916 9983 D HostConnection: createUnique: call +02-27 07:58:13.083 9916 9983 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09a390, tid 9983 +02-27 07:58:13.083 9916 9983 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 07:58:13.084 9916 9983 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 07:58:13.085 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 07:58:13.085 9916 9983 W Gralloc4: allocator 4.x is not supported +02-27 07:58:13.089 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fa7cc000 0x1fafb8000] +02-27 07:58:13.091 9916 9983 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:58:13.092 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fafb8000 0x1fb7a4000] +02-27 07:58:13.093 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fb7a4000 0x1fbf90000] +02-27 07:58:13.142 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 07:58:13.142 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 07:58:13.142 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 07:58:13.142 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 07:58:13.143 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 07:58:13.146 9916 9916 I Finsky : [2] iki.T(1): Installer: Installer kick - no action, not running yet +02-27 07:58:13.148 322 322 D Zygote : Forked child process 10000 +02-27 07:58:13.150 505 555 I ActivityManager: Start proc 10000:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 07:58:13.162 9916 9990 I Finsky : [88] heg.g(1): getDownloads() +02-27 07:58:13.291 10000 10000 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:13.295 505 2673 I ActivityManager: com.android.vending is exempt from freezer +02-27 07:58:13.304 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 07:58:13.304 505 2673 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 07:58:13.304 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 07:58:13.304 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 07:58:13.306 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 07:58:13.313 322 322 D Zygote : Forked child process 10015 +02-27 07:58:13.316 505 555 I ActivityManager: Start proc 10015:com.android.vending:background/u0a58 for service {com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService} +02-27 07:58:13.372 10015 10015 E ding:backgroun: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:13.375 505 2673 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10066; state: DISABLED +02-27 07:58:13.408 505 2673 W ActivityManager: Slow operation: 58ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 07:58:13.411 10000 10000 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 07:58:13.426 10015 10015 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 07:58:13.497 10000 10000 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 07:58:13.497 10015 10015 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 07:58:13.532 9916 9947 I Finsky : [59] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772153892241, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 07:58:13.540 10000 10000 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 07:58:13.540 10000 10000 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:13.540 10000 10000 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:13.542 10000 10000 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:13.555 10015 10015 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 07:58:13.555 10015 10015 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:13.556 10015 10015 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:13.556 10015 10015 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:13.559 9916 9947 I Finsky : [59] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 07:58:13.569 10015 10015 I Finsky:background: [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 07:58:13.714 10015 10015 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 07:58:13.718 10015 10015 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 07:58:13.727 10015 10015 I Finsky:background: [2] jjo.onCreate(2): IPC-SERVER: Starting gRPC host service... +02-27 07:58:13.731 10000 10000 I DeviceStatusMonitor: DeviceStatusMonitor.updateCountryInfo():121 updateCountryInfo(), notifyAnyway = true +02-27 07:58:13.748 10000 10000 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = true +02-27 07:58:13.757 10000 10000 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 07:58:13.757 10000 10000 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:13.767 10000 10000 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 07:58:13.769 505 2673 D ConnectivityService: requestNetwork for uid/pid:10058/10015 activeRequest: null callbackRequest: 138 [NetworkRequest [ REQUEST id=139, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ]] callback flags: 0 priority: 2147483647 +02-27 07:58:13.771 505 709 D ConnectivityService: NetReassign [139 : null → 100] +02-27 07:58:13.773 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=139, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 07:58:13.775 10000 10047 E FileCache: FileCache.clearObsoleteFilesInternal():271 Failed to delete all obsolete files under folder: /data/user_de/0/com.google.android.inputmethod.latin/cache/kb_def +02-27 07:58:13.776 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=139, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 07:58:13.778 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=139, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 07:58:13.788 10000 10000 I TVLatinApp: TVLatinApp.initialize():527 initialize() +02-27 07:58:13.798 10015 10015 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 5 +02-27 07:58:13.801 10000 10000 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 07:58:13.803 10000 10041 I LauncherIconVisibilityInitializerBase: LauncherIconVisibilityInitializerBase.lambda$doUpdate$0():52 doUpdate() : Visible = false +02-27 07:58:13.809 10015 10053 I Finsky:background: [50] hbv.f(1): getDownloads() +02-27 07:58:13.809 10000 10000 I AndroidIME: TVLatinApp.onUserUnlocked():254 device protected preferences are migrated +02-27 07:58:13.815 9916 9941 I Finsky : [53] heg.g(1): getDownloads() +02-27 07:58:13.816 10015 10053 I Finsky:background: [50] hbv.f(1): getDownloads() +02-27 07:58:13.821 10000 10059 I SuperpacksManager: SuperpacksManager.initializeInternal():509 initializeInternal() +02-27 07:58:13.825 10000 10058 I ShortcutsDataManager: ShortcutsDataManager.onContentChanged():73 onContentChanged() +02-27 07:58:13.883 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10027; state: DISABLED +02-27 07:58:13.883 505 2673 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10027; state: DISABLED +02-27 07:58:13.883 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10027; state: DISABLED +02-27 07:58:13.883 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10027; state: ENABLED +02-27 07:58:13.885 505 2673 W ActivityManager: Slow operation: 59ms so far, now at startProcess: done starting proc! +02-27 07:58:13.885 505 2673 W ContentProviderHelper: Slow operation: 61ms so far, now at getContentProviderImpl: after start process +02-27 07:58:13.885 505 2673 W ContentProviderHelper: Slow operation: 61ms so far, now at getContentProviderImpl: updating data structures +02-27 07:58:13.885 505 2673 W ContentProviderHelper: Slow operation: 61ms so far, now at getContentProviderImpl: done! +02-27 07:58:13.885 505 555 W ActivityManager: Slow operation: 57ms so far, now at startProcess: asking zygote to start proc +02-27 07:58:13.886 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10027; state: ENABLED +02-27 07:58:13.902 322 322 D Zygote : Forked child process 10062 +02-27 07:58:13.910 505 555 W ActivityManager: Slow operation: 81ms so far, now at startProcess: returned from zygote! +02-27 07:58:13.928 505 555 W ActivityManager: Slow operation: 100ms so far, now at startProcess: done updating battery stats +02-27 07:58:13.931 10000 10058 I ContactsDataManager: ContactsDataManager.onContentChanged():159 onContentChanged() +02-27 07:58:13.937 505 555 W ActivityManager: Slow operation: 109ms so far, now at startProcess: building log message +02-27 07:58:13.937 505 555 I ActivityManager: Start proc 10062:android.process.media/u0a27 for content provider {com.android.providers.downloads/com.android.providers.downloads.DownloadProvider} +02-27 07:58:13.937 505 555 W ActivityManager: Slow operation: 109ms so far, now at startProcess: starting to update pids map +02-27 07:58:13.943 10000 10058 I EmailDataManager: EmailDataManager.onContentChanged():115 onContentChanged() +02-27 07:58:13.953 505 555 W ActivityManager: Slow operation: 125ms so far, now at startProcess: done updating pids map +02-27 07:58:13.984 10000 10071 W putmethod.lati: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 07:58:13.984 10000 10071 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 07:58:13.984 10000 10071 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 07:58:13.986 10062 10062 E d.process.medi: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:13.994 10000 10000 I PhenotypeModule: PhenotypeModule.onCreate():142 onCreate() +02-27 07:58:13.994 10000 10000 I PhenotypeModule: PhenotypeModule.maybeFetchAndUpdate():169 maybeFetchAndUpdate: forceRefresh=true +02-27 07:58:14.061 10000 10059 I SuperpacksManager: SuperpacksManager.initializeInternal():556 Switched background task scheduler: false +02-27 07:58:14.064 10062 10062 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10027; state: ENABLED +02-27 07:58:14.092 10000 10059 I JobSchedulerImpl: JobSchedulerImpl.schedule():73 Schedule task: superpacks-gc-task. Cancel the pre-existing task. +02-27 07:58:14.140 10000 10059 I JobSchedulerImpl: JobSchedulerImpl.schedule():91 Schedule task: superpacks-gc-task. Success. +02-27 07:58:14.177 9916 9924 I android.vendin: Background young concurrent copying GC freed 90720(9157KB) AllocSpace objects, 20(460KB) LOS objects, 76% free, 7574KB/31MB, paused 58us,47us total 163.861ms +02-27 07:58:14.208 10000 10063 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:14.217 10000 10000 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:14.220 10000 10000 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 07:58:14.221 10000 10000 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 07:58:14.223 10000 10063 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 07:58:14.241 10062 10062 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.downloads' set to: 'default' +02-27 07:58:14.241 10062 10062 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:14.242 10000 10000 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 07:58:14.242 10000 10000 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:14.242 10062 10062 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:14.242 10000 10000 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:14.243 10062 10062 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:14.244 10000 10000 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 07:58:14.244 10000 10000 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 07:58:14.244 10000 10000 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:14.246 10000 10000 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:14.249 10000 10000 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:14.249 10000 10000 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:14.249 10000 10000 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:14.249 10000 10000 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:14.250 10000 10000 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:14.250 10000 10000 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:14.251 10000 10000 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 07:58:14.252 10000 10000 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 07:58:14.252 10000 10000 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:14.252 10000 10000 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:14.253 10000 10000 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:14.253 10000 10000 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:14.253 10000 10000 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:14.253 10000 10000 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:14.253 10000 10000 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:14.254 10000 10000 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:14.265 10000 10089 I JapaneseMozcExtension: JapaneseMozcExtension.onCreateServiceInternal():78 onCreateServiceInternal() +02-27 07:58:14.268 10000 10091 I NetworkInfoNotification: NetworkInfoNotification$Listener.onReceive():93 onNetworkAvailable: networkState = NON_METERED, isAirplaneModeOn = false +02-27 07:58:14.276 10000 10000 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 5 +02-27 07:58:14.276 10000 10000 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 5 +02-27 07:58:14.277 10000 10000 I DeviceStatusMonitor: DeviceStatusMonitor$1.onReceive():58 onReceive() : Action = android.net.conn.CONNECTIVITY_CHANGE +02-27 07:58:14.282 10000 10000 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = false +02-27 07:58:14.306 9916 9990 I Finsky : [88] iju.run(23): Installer: Installer starting +02-27 07:58:14.306 10000 10000 I UrgentSignalsProcessor: UrgentSignalsProcessor.flagUpdated():97 Received flagsUpdated for urgent signal +02-27 07:58:14.307 9916 9990 I Finsky : [88] iju.run(26): Installer: Installer started +02-27 07:58:14.309 10000 10000 I DictionarySuperpacksManager: DictionarySuperpacksManager$1.onEnabledInputMethodEntriesChanged():60 onEnabledInputMethodEntriesChanged +02-27 07:58:14.310 10000 10000 I MetricsProcessorProviderManager: MetricsProcessorProviderManager.onClearcutAdapterReady():102 onClearcutAdapterReady +02-27 07:58:14.373 10000 10000 I KeyboardDefManager: KeyboardDefManager$LoadKeyboardDefTask$1.onFailure():184 Task to load keyboard def was canceled. +02-27 07:58:14.373 10000 10000 I KeyboardDefManager: java.util.concurrent.CancellationException: Task was cancelled. +02-27 07:58:14.373 10000 10000 I KeyboardDefManager: at jke.s(PG:3) +02-27 07:58:14.373 10000 10000 I KeyboardDefManager: at jke.get(PG:4) +02-27 07:58:14.373 10000 10000 I KeyboardDefManager: at job.k(PG:1) +02-27 07:58:14.373 10000 10000 I KeyboardDefManager: at job.E(PG:2) +02-27 07:58:14.373 10000 10000 I KeyboardDefManager: at jma.run(PG:4) +02-27 07:58:14.373 10000 10000 I KeyboardDefManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 07:58:14.373 10000 10000 I KeyboardDefManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 07:58:14.373 10000 10000 I KeyboardDefManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 07:58:14.373 10000 10000 I KeyboardDefManager: at android.os.Looper.loop(Looper.java:288) +02-27 07:58:14.373 10000 10000 I KeyboardDefManager: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 07:58:14.373 10000 10000 I KeyboardDefManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 07:58:14.373 10000 10000 I KeyboardDefManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 07:58:14.373 10000 10000 I KeyboardDefManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 07:58:14.379 182 182 I lowmemorykiller: Kill 'com.google.android.inputmethod.latin' (10000), uid 10066, oom_score_adj 200 to free 68236kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (343%) +02-27 07:58:14.395 322 322 I Zygote : Process 10000 exited due to signal 9 (Killed) +02-27 07:58:14.409 505 1395 I ActivityManager: Process com.google.android.inputmethod.latin (pid 10000) has died: prcp IMPB +02-27 07:58:14.414 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 10000 in 1ms +02-27 07:58:14.452 505 1395 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 42604ms for connection +02-27 07:58:14.504 9916 9916 I Finsky : [2] gag.a(1): DL: Creating dataloader logger using a new logging context. +02-27 07:58:14.550 9916 9916 I Finsky : [2] iki.T(7): Installer: found apps to install. isMultiUserMode=false, apps=[] +02-27 07:58:14.556 9916 10094 I Finsky : [100] ijs.a(21): IV2: found recoverable installs: [] +02-27 07:58:14.594 9916 10096 I Finsky : [102] irp.apply(90): IQ: Creating job 4, for (REQ_DEVICE_IDLE, NETWORK=UNMETERED, PROVISIONING_STATE=PROVISIONED) +02-27 07:58:14.595 9916 10096 I Finsky : [102] irv.y(9): IQ: Bulk scheduling created jobs +02-27 07:58:14.598 9916 9916 I Finsky : [2] nkq.a(1): Connecting InstallListener to SplitInstallService broadcaster... +02-27 07:58:14.612 9916 9923 I android.vendin: JIT allocated 76KB for compiled code of java.lang.Object eoc.o() +02-27 07:58:14.699 9916 9947 I Finsky : [59] mar.accept(5): SCH: Scheduling phonesky job Id: 3-4, CT: 1772153894596, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }] +02-27 07:58:14.711 9916 9947 I Finsky : [59] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 07:58:18.027 8520 8520 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 } +02-27 07:58:22.266 9916 9947 I Finsky : [59] grw.d(68): System was updated or GL extensions were already cached. +02-27 07:58:22.273 9916 9945 I Finsky : [57] lct.h(1): Triggered update for experiment package com.google.android.finsky.stable. +02-27 07:58:22.301 9916 9944 I Finsky : [56] kwn.n(8): Invalidating cached PackageState for com.android.vending +02-27 07:58:22.308 505 1395 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #8544} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (63 skipped) +02-27 07:58:22.432 9916 9941 I Finsky : [53] eoe.run(72): Cannot disable service: qsv +02-27 07:58:22.433 9916 10103 I Finsky : [109] hvg.run(26): Wrote row to frosting DB: 107 +02-27 07:58:22.436 9916 9941 I Finsky : [53] eoe.run(72): Cannot disable service: qsp +02-27 07:58:22.530 9916 9944 W Finsky : [56] myh.a(11): SUH: Self-update installed derived apk id unavailable. +02-27 07:58:22.613 9916 9937 D PhenotypeDbHelper: Enabled write-ahead logging +02-27 07:58:22.663 9916 9937 D GetConfigurationSnapsho: getFullConfigurations +02-27 07:58:22.752 9916 9937 D GetConfigurationSnapsho: byFlagStorageType, addSet = Flag(AlleyOopMigrateToHsdpV1__hsdp_caller_opt_in_check_bypass_list, 'com.instagram.android,com.facebook.katana,com.facebook.wakizashi,com.ss.android.ugc.trill,com.zhiliaoapp.musically,com.snapchat.android,com.google.android.gms,com.android.chrome,com.chrome.beta,com.chrome.canary,com.chrome.dev,com.fitbit.FitbitMobile,com.google.android.apps.fitness,com.google.android.apps.kids.home,com.google.android.apps.mediahome.launcher,com.google.android.apps.messaging,com.google.android.apps.nexuslauncher,com.google.android.apps.wear.companion,com.google.android.apps.youtube.creator,com.google.android.apps.youtube.gaming,com.google.android.apps.youtube.kids,com.google.android.apps.youtube.mango,com.google.android.apps.youtube.music,com.google.android.apps.youtube.vr,com.google.android.contacts,com.google.android.dialer,com.google.android.youtube,com.google.android.youtube.tv,com.google.android.vr.home,com.google.android.vr.home.dev,com.google.android.googlequicksearchbox,com.google.android.play.games,com.google.android.apps.chromecast.app,com.google.android.instantapps.supervisor,com.google.android.videos,com.google.android.apps.freighter,com.google.android.apps.freighter.beta,com.google.android.apps.travel.onthego,com.google.android.inputmethod.latin,com.google.android.inputmethod.latin.dev,com.google.android.inputmethod.latin.canary,com.google.vr.apps.ornament,com.google.vr.apps.ornament.dev,com.google.android.apps.vega,com.google.android.apps.tycho,com.google.ar.lens,com.google.ar.lens.dev,com.google.android.apps.dreamliner,com.google.android.deskclock,com.google.android.apps.tachyon,com.google.android.gm,com.google.samples.apps.cardboarddemo,com.google.vr.cardboard.paperscope,com.google.android.apps.tips,com.google.android.apps.nbu.files', 4, 0), Flag(AlleyOopOnItemModelStable__custom_detailed_page_app_id_exclusion_list, 'Chdjb20ua2luZy5jYW5keWNydXNoc2FnYQoKY29tLmV0ZXJubwoYY29tLmJ5anVzLnRoZWxlYXJuaW5nYXBwChVjb20uY29udGV4dGxvZ2ljLndpc2g', 5, 0), Flag(AppActivityLoggingNoticeUi__is_enabled, false, 2, 0), Flag(AppOpenDownloadManagerStable__download_manager_notification_heads_up_delay, 'EICjw0c', 5, 0), Flag(AppOpenDownloadManagerStable__download_manager_notification_heads_up_throttle_duration, 'CDw', 5, 0), Flag(AppsHub__new_badge_max_sessions, 2, 1, 0), 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, false, 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, 'getAndroidTvZeroSearchStream', 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, false, 2, 0), Flag(AutoUpdate__enable_atomic_install_cancel_oversample, true, 2, 0), Flag(AutoUpdate__enable_atomic_install_content_sync_stable, false, 2, 0), Flag(AutoUpdate__enable_atomic_install_high_priority_update_stable, false, 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_ +02-27 07:58:22.752 9916 9937 D GetConfigurationSnapsho: 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(Billing__direct_purchase_api_caller_allowlist_for_apps, 'Chpjb20uZ29vZ2xlLmFuZHJvaWQudnIuaG9tZQoqY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMuZW50ZXJwcmlzZS5kbWFnZW50CiZjb20uZ29vZ2xlLmFuZHJvaWQucHJvamVjdGlvbi5nZWFyaGVhZAoWY29tLmdvb2dsZS5hbmRyb2lkLmdtcw', 5, 0), Flag(Billing__enable_pin_preferred_battlestar_purchase_flow, false, 2, 0), Flag(Billing__enable_subscription_instrument_update, true, 2, 0), Flag(Billing__enable_third_party_direct_purchases, false, 2, 0), Flag(Billing__enable_third_party_subscription_instrument_update, false, 2, 0), Flag(Billing__enable_using_rpc_endpoint_wrapper, true, 2, 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, false, 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, true, 2, 0), Flag(BooksExperiments__enabled_series_subscription, true, 2, 0), Flag(BooksExperiments__update_to_get_for_free, true, 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(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, true, 2, 0), Flag(CashmereAppSync__enable_app_sync_pcsi_logging, true, 2, 0), Flag(CashmereAppSync__enable_cashmere_serp_app_sync, true, 2, 0), Flag(CashmereAppSync__killswitch_pcsi_power_user_classification_logging, false, 2, 0), Flag(CashmereAppSync__serp_app_sync_app_fields, 'Ch4BAgMEBQYICQoLDQ4WGxwdHh8gIiMsMDE1OUBLXmA', 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, 25, 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), +02-27 07:58:22.752 9916 9937 D GetConfigurationSnapsho: 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, false, 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, true, 2, 0), Flag(CrossFormFactorInstall__enable_filter_device_without_installation_details, true, 2, 0), Flag(CrossFormFactorInstall__enable_is_nearby_logging, true, 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, false, 2, 0), Flag(CrossFormFactorInstall__enable_xff_install_on_alleyoop, false, 2, 0), Flag(CrossFormFactorInstall__enable_xff_install_ui, 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, false, 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(DarkTheme__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(DataLoader__dataloader_native_libraries_check, true, 2, 0), Flag(DataLoader__disable_on_install_loop, false, 2, 0), Flag(DataLoader__disable_streaming_for_returning_users, false, 2, 0), Flag(DataLoader__downloader_network_read_buffer_bytes, 1048576, 1, 0), Flag(DataLoader__downloader_network_read_timeout_ms, 20000, 1, 0), Flag(DataLoader__enable_aadc_for_logging, true, 2, 0), Flag(DataLoader__enable_aadc_for_ui, true, 2, 0), Flag(DataLoader__enable_auto_update_on_incomplete_incrementals, true, 2, 0), Flag(DataLoader__enable_dataloader_failure_record, true, 2, 0), Flag(DataLoader__enable_dataloader_v2, true, 2, 0), Flag(DataLoader__enable_educational_tooltip, 'none', 4, 0), Flag(DataLoader__enable_feature_detection_hygiene, false, 2, 0), Flag(DataLoader__enable_incremental_dataloader, false, 2, 0), Flag(DataLoader__enable_incremental_nugget_installation, false, 2, 0), Flag(DataLoader__enable_incremental_progress_spinner, true, 2, 0), Flag(DataLoader__enable_incremental_progress_spinner_animation, false, 2, 0), Flag(DataLoader__enable_java_dataloader, true, 2, 0), Flag(DataLoader__ena +02-27 07:58:22.752 9916 9937 D GetConfigurationSnapsho: ble_lightning_bolt_icon, false, 2, 0), Flag(DataLoader__enable_notification_buttons, true, 2, 0), Flag(DataLoader__enable_performance_metrics, true, 2, 0), Flag(DataLoader__enable_performance_metrics_install_session_id_log, true, 2, 0), Flag(DataLoader__enable_performance_metrics_package_monitor_events, true, 2, 0), Flag(DataLoader__enable_prod_readlog_notice, false, 2, 0), Flag(DataLoader__enable_readlog_format_v3_for_read_logs_session, false, 2, 0), Flag(DataLoader__enable_readlog_format_v3_for_streaming_session, true, 2, 0), Flag(DataLoader__enable_selinux_patch_check, false, 2, 0), Flag(DataLoader__install_failures_per_app_threshold, 1, 1, 0), Flag(DataLoader__install_failures_threshold, 3, 1, 0), Flag(DataLoader__install_loop_threshold_seconds, 86400, 1, 0), Flag(DataLoader__killswitch_incremental_dataloader, true, 2, 0), Flag(DataLoader__known_external_digesters, 'ChkKF2NvbS5haG5sYWIudjNtb2JpbGVwbHVzChsKGWNvbS50cmFuc3Npb24ucGhvbmVtYXN0ZXIKLAoqY29tLnNlY3VyaXR5YW5kcHJpdmFjeS5hbmRyb2lkLnZlcml6b24udm1zChgKFmNvbS5jbGVhbnRlYW0ub25lYm9vc3QKIgogY29tLmF2YXN0LmFuZHJvaWQubW9iaWxlc2VjdXJpdHkKKwopY29tLnJvb3QuY2xlYW4uYm9vc3QuZXhwbG9yZXIuZmlsZW1hbmFnZXIKDQoLY29tLmxvb2tvdXQKDwoNY29tLmFudGl2aXJ1cwoOCgxjb20ua21zLmZyZWUKHQobY29tLndzYW5kcm9pZC5zdWl0ZS50bW9iaWxlChgKFmNvbS5hdHQubW9iaWxlc2VjdXJpdHkKGgoYY29tLm5veGdyb3VwLmFwcC5jbGVhbmVyChkKF2NvbS5oeXVuZGFpY2FyZC5hcHBjYXJkCh0KG2NvbS5zeW1hbnRlYy5tb2JpbGVzZWN1cml0eQobChljb20uY2xlYW50ZWFtLm9uZXNlY3VyaXR5CiIKIGNvbS5hcHBzaW5ub3ZhLmFuZHJvaWQua2VlcGNsZWFuCjcKNXBob25lY2xlYW5lci5hbmRyb2lkbWFzdGVyLmNsZWFudXBzcGFjZS5waG9uZS5ib29zdGVyChMKEWNvbS5lc3Rzb2Z0LmFseWFjChwKGmNvbS50b29sLnBvd2VyLnN3ZWVwLmNsZWFuChUKE2NvbS53c2FuZHJvaWQuc3VpdGUKIgogY29tLmFobmxhYi52M21vYmlsZXNlY3VyaXR5LnNvZGEKGwoZY29tLm5veGdyb3VwLmFwcC5zZWN1cml0eQonCiVjb20uZmlsZS5leHBsb3Jlci5tYW5hZ2VyLnNwYWNlLmNsZWFuChIKEGNvbS5wc2FmZS5tc3VpdGUKHAoaa3IuY28uc2hpZnR3b3Jrcy52Z3VhcmR3ZWIKEgoQbmV0Lm5zaGMuZHJvaWR4MwofCh1jb20uY2xlYW5lci5ib29zdC5qdW5rLnN5c3RlbQobChljb20uYXZhc3QuYW5kcm9pZC5jbGVhbmVyChIKEGNvbS52aXJ1cy5odW50ZXIKEQoPY29tLmF2Zy5jbGVhbmVyChUKE2Zhc3Quc2FmZS5ndWFyZC52cG4KHgocb3JnLm1hbHdhcmVieXRlcy5hbnRpbWFsd2FyZQoSChBmYXN0LnBob25lLmNsZWFuChgKFmNvbS5jbGVhbm1hc3Rlci5tZ3VhcmQKEgoQY29tLmVzZXQuZW1zMi5ncAozCjFjb20uYW50aXZpcnVzLm1vYmlsZXNlY3VyaXR5LnZpcnVzY2xlYW5lci5hcHBsb2NrChEKD2NvbS50cGxpbmsudHBtNQoZChdjb20uaWNsZWFuLm1hc3Rlci5ib29zdAoTChFjb20uYXZpcmEuYW5kcm9pZAoeChxqcC5jby55YWhvby5hbmRyb2lkLnlicm93c2VyCiEKH2NvbS5mcmVlLnZwbi5zdXBlci5ob3RzcG90Lm9wZW4KGgoYY29tLmJpdGRlZmVuZGVyLnNlY3VyaXR5CgsKCWNvbS5kcndlYgoyCjBjb20udHJlbmRtaWNyby50bW1zcGVyc29uYWwuanAuZ29vZ2xlcGxheXZlcnNpb24KLAoqY2xlYW4ucGhvbmUuY2xlYW5lci5ib29zdC5zZWN1cml0eS5hcHBsb2NrChkKF2NvbS5sdWRhc2hpLnhzdXBlcmNsZWFuCh4KHGNvbS5zZWN1cml0eS5hbnRpdmlydXMuY2xlYW4KIQofY29tLnN1cmZzaGFyay52cG5jbGllbnQuYW5kcm9pZAooCiZmYW5jeWNsZWFuLmJvb3N0LmFudGl2aXJ1cy5qdW5rY2xlYW5lcgoaChhjb20ubm94Z3JvdXAuYXBwLmJvb3N0ZXIKIgogY29tLnNjYW52aXJ1cy5hbnRpdmlydXMuc2VjdXJpdHkKLQorY29tLm5ld2NsZWFuLmNsZWFuZXIuc2VjdXJpdHkuYm9vc3Rlci5ib29zdAoUChJjb20ucWlob28uc2VjdXJpdHkKLAoqY29tLmZpbGVtYW5hZ2VyLmZpbGVzLmV4cGxvcmVyLmJvb3N0LmNsZWFuCicKJXBob25lLmNsZWFuZXIuYW50aXZpcnVzLnNwZWVkLmJvb3N0ZXIKEwoRY29tLnZpcnVzLnJlbW92ZXIKMAouY29tLmRvZG8uY2xlYW4ubWFzdGVyLmJhdHRlcnkuc2F2ZXIuY3B1LmNvb2xlZAobChljb20ubGd1cGx1cy5ibG9ja3NtaXNoaW5nChoKGGNvbS5jbGVhbm1hc3Rlci5zZWN1cml0eQogCh5jb20ucmVsaWFuY2VqaW8ubW9iaWxlc2VjdXJpdHkKKAomYXNlY3VyaXR5LnBob25lLmp1bmsuY2xlYW5lci5hbnRpdmlydXMKGQoXY29tLnN5bWFudGVjLmNsZWFuc3dlZXAKFwoVY29tLm1vYmlrZWVwZXIuZ2xvYmFsChMKEWNsZWFuZXIuYW50aXZpcnVzCi4KLHZpcnVzLmNsZWFuZXIuYW50aXZpcnVzLnBob25lLnNlY3VyaXR5LmJvb3N0ChYKFGNvbS5zaGFya25pbmphLnNoYXJrCjAKLmNvbS5jbGVhbi5vbmVib29zdC5jbGVhbmVyLm9uZWJvb3N0ZXIuc2VjdXJpdHkKIAoeY29tLm1heGRldmxhYi5jbGVhbmVyLnNlY3VyaXR5ChYKFGNvbS5sdWRhc2hpLnNlY3VyaXR5ChIKEGNvbS5zaGllbGRlci5wcm8KEQoPY29tLnMuYW50aXZpcnVzCiUKI2NvbS5hbnRpdmlydXNtYXN0ZXIub25lYm9vc3RjbGVhbmVyCh0KG3VubGltaXRlZC5zZWN1cmV2cG4uZnJlZXZwbgoaChhjb20uY3liZXIuZGZjLnBvbGFudGlzcHkKGAoWY29tLmticy5jb3JlLmFudGl2aXJ1cwokCiJjb20uYW50aXZpcnVzLmFwcGxvY2suY2xlYW5ib29zdGVyCh0KG2NvbS5zdXBl +02-27 07:58:22.752 9916 9937 D GetConfigurationSnapsho: cnZwbi52cG4uZnJlZS5wcm94eQoyCjBjb20uZm9xaWkucGhvbmUuc2VjdXJpdHkudmlydXMuY2xlYW5lci5hbnRpdmlydXMKFAoSY29tLmZhbGNvbi5jbGVhbmVyChcKFWNvbS5hdmFzdC5hbmRyb2lkLnZwbgosCipjbS5jbGVhbi5tYXN0ZXIuY2xlYW5lci5ib29zdGVyLmNwdS5jb29sZXIKFAoSY29tLmN4emguYW50aXZpcnVzChIKEGNvbS5yYXlkZW0uYm9vc3QKFgoUY29tLnNrdGVsZWNvbS50Z3VhcmQKHQobY29tLnRyZW5kbWljcm8udG1tc3BlcnNvbmFsCj8KPXBob25lLmFudGl2aXJ1cy52aXJ1cy5jbGVhbmVyLmp1bmsuY2xlYW4uc3BlZWQuYm9vc3Rlci5tYXN0ZXIKFQoTY29tLmFkc3RvY2FzaC5ib29zdAoSChBjb20uc29waG9zLnNtc2VjChsKGWNvbS5iaXRkZWZlbmRlci5hbnRpdmlydXMKFgoUZXUuZmFpcmNvZGUubmV0Z3VhcmQKDwoNY29tLmRyd2ViLnBybwoeChxjb20uc3BlZWRvcHRpbWl6ZS50b29sLmNsZWFuChcKFWNvbS5yb2NrZXRtb3AuY2xlYW5lcgoSChBjb20ud290LnNlY3VyaXR5CjAKLmNvbS5jbGVhbmVyLmZhc3RjbGVhbmVyLmJvb3N0ZXIuc2VjdXJpdHkuY2xlYW4KKQonY29tLnJvY2tldC50b29scy5jbGVhbi5hbnRpdmlydXMubWFzdGVyChoKGGtyLm9yLmtmdGMubW9iaWxlYXB0MnlvdQouCixjb20uZm9xaWkucGhvbmUuY2xlYW4uYm9vc3Rlci5jbGVhbmVyLm1hc3RlcgokCiJmYW5jeWNsZWFuLmFudGl2aXJ1cy5ib29zdC5hcHBsb2NrCh4KHGNvbS53c2FuZHJvaWQuc3VpdGUubWV0cm9wY3MKGQoXY29tLnNhZmVob3VzZS5ib2R5Z3VhcmQKIAoeY29tLmNvb3ByZXNhcHBzLmZyZWUuYW50aXZpcnVzChgKFmNvbS5xdWlja2hlYWwucGxhdGZvcm0KIAoeY29tLmFwcHMuZ28uY2xlYW4uYm9vc3QubWFzdGVyCh4KHGNvbS53c2FuZHJvaWQuc3VpdGUudm9kYWVtZWEKFwoVY29tLmxhc2VyLmZpbGVtYW5hZ2VyChEKD2NvbS5qYi5zZWN1cml0eQoYChZjb20ua2FzcGVyc2t5LnNhZmVraWRzChUKE2NvbS5mc2VjdXJlLm1zLnBsdXMKFQoTY29tLmZzZWN1cmUubXMuc2FmZQoWChRjb20ud2Vicm9vdC5zZWN1cml0eQoSChBjb20uZG9uZ2J1bGlmZS5tChEKD2NvbS5rc21vYmlsZS5jYgoPCg1jb20uY21jbS5saXRlChsKGWNvbS5wYW5kYXNlY3VyaXR5LnBhbmRhYXYKCwoJY29tLmttc2pwCiAKHmpwLm5hdmVyLmxpbmVhbnRpdmlydXMuYW5kcm9pZAoiCiBjb20uZWhhd2suYW50aXZpcnVzLmFwcGxvY2sud2lmaQovCi1hbnRpdmlydXMuYW50aS52aXJ1cy5jbGVhbmVyLnNlY3VyaXR5LmJvb3N0ZXIKJAoiY29tLnJveXNvbGJlcmcuYW5kcm9pZC5kYXRhY291bnRlcgoZChdjb20ubGlvbm1vYmkucG93ZXJjbGVhbgodChtjb20ua2Flcm9zZHVwbGljYXRlc2NsZWFuZXIKIwohY29tLmFwcHNpbm5vdmEuYW5kcm9pZC5rZWVwc2VjdXJlChYKFGNvbS5mYWxjb24uYW50aXZpcnVzChMKEWNvbS5zaW1wbGVyLm1lcmdlCjYKNHN1cGVyY2xlYW5lci5waG9uZWNsZWFuZXIuYmF0dGVyeWRvY3Rvci5mYXN0Y2hhcmdpbmcKHwodY29tLnBob25laGVscGVyLmNsZWFuLmJvb3N0ZXIKHwodY29tLnRyZW5kbWljcm8uZnJlZXRtbXMuZ21vYmkKGwoZY29tLmZzZWN1cmUubXMua3BuLnZlaWxpZwoUChJjb20uYWx0cmlnaXQuYm9vc3QKEQoPY29tLmxvb2tvdXQubmV0ChYKFGNvbS5hbnRpdmlydXMudGFibGV0Ch0KG2FwcGxvY2suc2VjdXJpdHkuYXBwLmxvY2tlcgoWChRjb20uc2VjdXJpdHkuc2Nhbm5lcgoVChNjb20uenJnaXUuYW50aXZpcnVzChgKFmNvbS5sb29rb3V0LmVudGVycHJpc2UKFQoTY29tLnZvZGFmb25lLnNuLnZwbgoPCg1jb20ucy5jbGVhbmVyCiAKHmNvbS5kaWFueGlub3Mub3B0aW1pemVyLmR1cGxheQobChljb20uZ3VhcmRpYW4uc2VjdXJpdHkucHJpChgKFmNvbS5idC53c2FuZHJvaWQuc3VpdGUKMQovZmFuY3ljbGVhbi5jbGVhbmVyLmJvb3N0LnByaXZhY3kuYW50aXZpcnVzLm1pbmkKJAoiY29tLmxvb2thbmRmZWVsLmNsZWFuZXJmb3J3aGF0c2FwcAojCiFjb20uYW5kcm9pZGFybXkuT3NEZWZlbmRlckJvb3N0ZXIKGgoYY29tLnN5bWFudGVjLm5vcnRvbi5zbmFwChYKFGNvbS5hcmNhbmUuaW5jb2duaXRvCiAKHmNvbS5vbmVhcHAubWF4LmNsZWFuZXIuYm9vc3RlcgodChtjb20ueC5mcmVlLmZpbGUubWFuYWdlci5hcHAKEQoPY29tLnplbi5ib29zdGVyCh4KHGNvbS5rYXNwZXJza3kuc2VjdXJpdHkuY2xvdWQKGgoYY29tLnF1YW5taGQuc3VwZXJjbGVhbmVyCiAKHmNvbS5yYW9uc2VjdXJlLm1vYmlsZS5zZWN1cml0eQogCh5jb20uaHlwZXJzcGVlZC5yb2NrZXRjbGVhbi5wcm8KFgoUY29tLmlvYml0Lm1vYmlsZWNhcmUKEQoPbW9iaWxlLmd1cnUuYXBwChgKFmNvbS52aXJ1cy5hcHBzLmNsZWFuZXIKIAoeY29tLnJ1ZHJhdW0ucnVkcmF1bVRodW1iMlRoaWVmCiIKIGNvbS50cmVuZG1pY3JvLnRtbXNwZXJzb25hbC5hcGFjCiUKI2NvbS5idWxsZ3VhcmQubW9iaWxlLm1vYmlsZXNlY3VyaXR5ChkKF2NvbS5xaWhvby5zZWN1cml0eS5saXRlCjUKM2NvbS5zdGFycnljYW1lcmEuZnVubnllZmZlY3RzLm1ha2V1cGZpbHRlcnMuY29sbGFnZQoaChhjby5wYW1vYmlsZS5nYW1lbGF1bmNoZXIKHQobY29tLm9uZWFwcC5tYXguc2VjdXJpdHkucHJvChQKEmNvbS5wdWZmLmFudGl2aXJ1cwodChtjb20uem9uZXIuYW5kcm9pZC5hbnRpdmlydXMKIAoeaXQud2luZHRyZS53aW5kLm1vYmlsZXNlY3VyaXR5Ci0KK2NvbS5jbGVhbl9hbnRpdmlydXMuc2VjdXJpdHkubWFzdGVyLmJvb3N0ZXIKHwodY29tLmhhbmFza2NhcmQubW9iaWxlY2FyZC5hcHAKFwoVY29tLmVzZXQuZW1zMi5tZWdhZm9uCgoKCGNvbS5tZWdhChkKF2RlLmdkYXRhLm1vYmlsZXNlY3VyaXR5CioKKGNvbS5hbnRpdmlydXMucy5zZWN1cml0eS5ib29zdGVyLnNwZWVkdXAKGwoZY29tLmFwdXNhcHBzLnR1cmJvY2xlYW5lcgotCitjb20ucnZhcHBzdHVkaW9zLnNwZWVkX2Jvb3N0ZXJfanVua19jbGVhbmVyChUKE2NvbS5hcGUuY2xlYW5hc3Npc3QKGwoZY29tLm93bC5mYXN0Y2xlYW5lci5ib29zdAoPCg1 +02-27 07:58:22.753 9916 9937 D GetConfigurationSnapsho: vcmcuYW50aXZpcnVzChsKGWNvbS5iYXR0ZXJ5LnNtYXJ0Lm1hbmFnZXIKLAoqY29tLmFwcHMuc2VjdXJpdHkubWFzdGVyLmFudGl2aXJ1cy5hcHBsb2NrChYKFGNvbS5sbS5wb3dlcnNlY3VyaXR5ChcKFWJyLmNvbS5mcy52aXZvcHJvdGVnZQolCiNjb20uYW50aXZpcnVzLmZyZWUuc2VjdXJpdHkuY2xlYW5lcgoWChRjb20uYXBwbG9jay5sYXVuY2hlcgoUChJjb20ubWljcm9zb2Z0LnNjbXgKEQoPY29tLmVzZXQubXllc2V0ChkKF2NvbS5wcm90ZWN0c3Rhci5hbnRpc3B5CiQKImNvbS50YXB0ZWNobm9sb2d5LmFudGl2aXJ1cy5tb2JpbGUKGQoXY2xlYW5waG9uZS5ib29zdGVyLnNhZmUKGwoZY29tLnRyZW5kbWljcm8uZHIuYm9vc3RlcgoaChhkZS50ZWxla29tLnByb3RlY3Rtb2JpbGUKHwodanAuY28ueWFob28uYW5kcm9pZC55c2VjdXJpdHkKGQoXY29tLmNvb3ByZXMuYXBwLmJvb3N0ZXIKEwoRY29tLmVzZXQuZW5kcG9pbnQKHQobY29tLnNlY3VyaXR5LmFudGl2aXJ1cy5zY2FuCiIKIGNvbS5rN2NvbXB1dGluZy5hbmRyb2lkLnNlY3VyaXR5ChAKDmNvbS5vcmFuZ2Uua21zChgKFmNvbS5mYXN0dHJhY2suc2VjdXJpdHkKIwohY29tLmZhbmN5Y2xlYW4uc2VjdXJpdHkuYW50aXZpcnVzChwKGmNvbS5jb21vZG8uY2lzbWUuYW50aXZpcnVzCgwKCmNvbS5rbXMubWU', 5, 0), Flag(DataLoader__low_bandwidth_check_ttl, 9223372036854775807, 1, 0), Flag(DataLoader__low_bandwidth_threshold_for_streaming, 0, 1, 0), Flag(DataLoader__migrate_off_incfs, false, 2, 0), Flag(DataLoader__migrate_off_incfs_app_blocklist, '', 5, 0), Flag(DataLoader__on_demand_bulk_write_page_count, 256, 1, 0), Flag(DataLoader__override_install_details_app_allowlist, '', 5, 0), Flag(DataLoader__package_monitor_event_max_logging_interval, 'CKA4', 5, 0), Flag(DataLoader__performance_metrics_rest_stream_progress_chunk_size, 1, 1, 0), Flag(DataLoader__readlogs_cache_expiration_ms, 7200000, 1, 0), Flag(DataLoader__readlogs_logging_batch_size, 2000, 1, 0), Flag(DataLoader__rest_stream_chunk_size_bytes, 2097152, 1, 0), Flag(DataLoader__rest_stream_download_immediate_fail_http_codes, 'CgaTA5QDmgM', 5, 0), Flag(DataLoader__rest_stream_download_initial_retry_delay, 'EIDKte4B', 5, 0), Flag(DataLoader__rest_stream_download_max_delay_time, 'CLBU', 5, 0), Flag(DataLoader__rest_stream_download_max_total_retry_time, 'CICjBQ', 5, 0), Flag(DataLoader__rest_stream_progress_reporting_chunk_interval, 2, 1, 0), Flag(DataLoader__set_incremental_readlogs_not_privacy_sensitive, false, 2, 0), Flag(DataLoader__set_streaming_test_session_logging_indicator, false, 2, 0), Flag(DataLoader__show_toast_in_release_build, false, 2, 0), Flag(DataLoader__streaming_environment, 1, 1, 0), Flag(DataLoader__temp_data_loader_files_expiration_ms, 172800000, 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, false, 2, 0), Flag(DetailsFragmentContentPadding__is_enabled, false, 2, 0), Flag(DetailsToDeliveryToken__is_enabled, true, 2, 0), Flag(DeveloperPage__enable_remote_device_integrity_check, false, 2, 0), Flag(DialogUiComponent__use_compose_dialogs_in_serp, false, 2, 0), Flag(DocKeyedCache__check_item_for_fields, false, 2, 0), Flag(DocKeyedCache__clear_item_cache_on_reasons, 'CgQICRAP', 5, 0), Flag(DocKeyedCache__do_blocking_io_on_future, false, 2, 0), Flag(DocKeyedCache__enable_disk_write_on_bg, false, 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_minimal_locking, false, 2, 0), Flag(DocKeyedCache__item_cache_size_in_mb, 3, 1, 0), Flag(DocKeyedCache__prewarm_item_cache_in_task, false, 2, 0), Flag(DocKeyedCache__return_non_propagating_future, false, 2, 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, fal +02-27 07:58:22.753 9916 9937 D GetConfigurationSnapsho: se, 2, 0), Flag(DownloadService__allocate_bytes_before_download, true, 2, 0), Flag(DownloadService__cronet_enable_herrevad_reporting, false, 2, 0), Flag(DownloadService__cronet_enable_http2, true, 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, 'ChFwYWkuZ29vZ2xlemlwLm5ldAoTcGxheS5nb29nbGVhcGlzLmNvbQoWc2VydmljZXMuZ29vZ2xlYXBpcy5jbgoTd29ya2Fyb3VuZC5ndnQxLmNvbQ', 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, 262144, 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_better_locking, 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__fallback_to_download_queue, 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__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__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, true, 2, 0), Flag(DownloadService__send_foreground_broadcast_on_status_update, true, 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, true, 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(DramaShortsFeatures__enable_persistent_nav, false, 2, 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__enab +02-27 07:58:22.753 9916 9937 D GetConfigurationSnapsho: le_premium_discover_tag, true, 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, true, 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, false, 2, 0), Flag(EnterpriseMainlineAutoUpdate__disable_mainline_update_policy, true, 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(FixImagesPreloadingHorizontalCluster__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_fife_in_app_comic_card, false, 2, 0), Flag(FlexibleContentCluster__enable_neutral_scrim_color_for_app_moments, false, 2, 0), Flag(FlexibleContentCluster__enable_swipe_gesture, true, 2, 0), Flag(FlexibleContentCluster__enable_tap_to_advance_gesture, false, 2, 0), Flag(FlexibleContentCluster__enable_theme_color_editorial_article_cards, 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(Fougasse__enable_logging_session_theme, true, 2, 0), Flag(GamerProfileAvatars__enable_copy_avatar_id_on_long_click, false, 2, 0), Flag(GamerProfilePage__enable_gpp_from_yh, true, 2, 0), Flag(GamerProfilePage__enable_stream_refresh, true, 2, 0), Flag(GenAiFeed__new_badge_max_sessions, 2, 1, 0), Flag(Generichomepagelatencysequencing__is_enabled, true, 2, 0), Flag(GetItemsContext__enable_get_items_context_for_details_page, false, 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__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, false, 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, false, 2 +02-27 07:58:22.753 9916 9937 D GetConfigurationSnapsho: , 0), Flag(IncrementalLoggingRetosClientSupport__is_enabled, false, 2, 0), Flag(InlineVideo__enable_yt_fragment_reuse, true, 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_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_low_priority_updates, true, 2, 0), Flag(InstallerV2__log_orphaned_downloads, 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_orphaned_downloads, true, 2, 0), Flag(Installer__create_jobs_async_on_install_queue_init, true, 2, 0), Flag(Installer__enable_group_install_preprocessor, true, 2, 0), Flag(Installer__enable_grpc_install_queue, true, 2, 0), Flag(Installer__enable_grpc_install_queue_in_process, true, 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, false, 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__log_install_committed, false, 2, 0), Flag(Installer__make_session_create_incremental_aware, true, 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, true, 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, false, 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, true, 2, 0), Flag(Installer__use_new_uninstalls_api, true, 2, 0), Flag(InstantCartCache__max_cache_size_in_mebibytes, 3, 1, 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, true, 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_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 +02-27 07:58:22.753 9916 9937 D GetConfigurationSnapsho: _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_multiplier, 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, true, 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(LocalRatings__enable_decide_bar_local_ratings_info_button, true, 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, 'CmqEEIIQgxDwD/AE7gTtBJAFjQWOBeMT5BPvE+YT5RPnE+gT6RPsE/AT8RP0E/UTvDGbBYMEhASFBLAEsQT+OtIU/iv/K9szvBS9FMEUwhTDFMQUvxTAFNU81jyYBZ0FsEDOMNAwzzCdBp4G', 5, 0), Flag(MediaAndEntertainmentDp__eligible_title_docid_list, 'CiBjb20uYW1hem9uLmF2b2QudGhpcmRwYXJ0eWNsaWVudAolY29tLmJ5ZGVsdXhlLmQzLmFuZHJvaWQucHJvZ3JhbS5zdGFyegoLY29tLmNicy5hcHAKG2NvbS5jcnVuY2h5cm9sbC5jcnVuY2h5cm9pZAoVY29tLmRpc25leS5kaXNuZXlwbHVzCg1jb20uaHVsdS5wbHVzChxjb20ucGVhY29ja3R2LnBlYWNvY2thbmRyb2lkCgljb20uc2xpbmcKCmNvbS50dWJpdHYKEmNvbS52aWFjb20uYmV0cGx1cwoQY29tLnZpa2kuYW5kcm9pZAoOY29tLndiZC5zdHJlYW0KEHR2LnBsdXRvLmFuZHJvaWQ', 5, 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_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__lib +02-27 07:58:22.753 9916 9937 D GetConfigurationSnapsho: rary_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_min_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(NativeBrotliCompression__native_brotli_compressed_fbf_patches_targeting_controller, false, 2, 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, 'Ch1wbGF5LWxoLmdvb2dsZXVzZXJjb250ZW50LmNvbQoLaS55dGltZy5jb20', 5, 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(NotificationBellCount__enable_fetch_nc_stream_in_daily_hygiene, false, 2, 0), Flag(NotificationBellCount__enable_server_count_update_on_nc_markasread, false, 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, false, 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, false, 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, true, 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(PcsiTabLatencyLogg +02-27 07:58:22.753 9916 9937 D GetConfigurationSnapsho: ing__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(PhoneskyDealsHomeFeatures__max_indicator_count, 3, 1, 0), Flag(PhoneskyDealsHomeFeatures__max_tooltip_count, 3, 1, 0), Flag(PhoneskyDeviceTier__device_tier, 0, 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_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, 1, 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_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__module_above_ratings_and_reviews, true, 2, 0), Flag(PolicyTesting__enable_bool_flag, false, 2, 0), Flag(PolicyTesting__test_int_flag, 0, 1, 0), Flag(PolicyTesting__test_string_flag, '', 4, 0), Flag(PortraitVideosOnMdp__enable_autoplay_for_mdp_portrait_video, false, 2, 0), Flag(PortraitVideosOnMdp__enable_original_video_thumbnail_for_mdp_portrait_video, 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(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, true, 2, 0), Flag(ReEngagementAds__enable_multi_layout_cluster, true, 2, 0), Flag(RedeemAcquireLoadingScreenFix__enable_full_screen, false, 2, 0), Flag(ReleaseNotesIntegration__test_bool_flag, true, 2, 0), Flag(ReleaseNotesIntegration__test_int_flag, 0, 1, 0), Flag(ReleaseNotesIntegration__test_string_flag, '', 4, 0), Flag(RenderPartialDetailsPage__min_partial_dp_app_fields, 'ChABAgQICw4bHB0eHyIjS15g', 5, 0), Flag(RenderPartialDetailsPage__min_partial_dp_shared_fields, 'CgcBAgYKCwwV', 5, 0), Flag(RenderPartialDetailsPage__render_min_partial_dp_for_dl, false, 2, 0), Flag(RequestQos__enable_latency_tolerant_qos_endpoints, 'apps/contentSync,accountSync,autoUpdate,bulkDetails,bulkPrefetch,delivery,ees/bulkAcquire,getPrefetchRecommendations,replicateLibrary,fdfe/getPlayArtProfileConfig,fdfe +02-27 07:58:22.753 9916 9937 D GetConfigurationSnapsho: /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, true, 2, 0), Flag(ReviewConsumption__enable_review_consumption_redesign, true, 2, 0), Flag(ReviewConsumption__enable_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, 1, 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_dispatch, true, 2, 0), Flag(SafetyCenter__enable_safety_center_receiver, true, 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_vertical_scroll_interruption_logging, true, 2, 0), Flag(SeamlessTransitions__navigation_debounce_timeout, '', 5, 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, true, 2, 0), Flag(SerpLazyColumn__is_enabled, false, 2, 0), Flag(ServerDrivenSearchListResults__enable_search_list_results_card_view, true, 2, 0), Flag(ServerDrivenTopCharts__enable_top_charts_card_view, true, 2, 0), Flag(SettingsPage__legal_notice_menu_url, 'https://support.google.com/googleplay/?p=about_play', 4, 0), Flag(SharedCacheClearing__unique_id, 0, 1, 0), Flag(SingletonViewPool__enable_singleton_view_pool, true, 2, 0), Flag(StickyTab__sticky_tab_reset_value, 268101556, 1, 0), Flag(StopParsingGclid__enable_stop_parsing_gclid, false, 2, 0), Flag(StreamSystem__use_page_header_cluster_for_editorial_style_headers, false, 2, 0), Flag(SubscriptionSkus__enable_hygiene_job_for_install_and_subscribe_cleanup, false, 2, 0), Flag(SubscriptionSkus__enable_primary_install_and_subscribe_action_button, false, 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(TubeskyAggregatedHomeFix__is_enabled, false, 2, 0), Flag(TubeskyAggregatedHomeFix__restore_initial_behavior, false, 2, 0), Flag(TubeskyAmati__enable_amati_glow, true, 2, 0), Flag(TubeskyAmati__enable_tv_modules_adapter, true, 2, 0), Flag(TubeskyAutoUpdateSettingSlice__is_enabled, true, 2, 0), Flag(TubeskyEmbeddedVideoThumbnail__is_enabled, true, 2, 0), Flag(TubeskyFastDeepLink__is_enabled, true, 2, 0), Flag(TubeskyMenuOptimization2__is_enabled, true, 2, 0), Flag(TubeskyMenuOptimization__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(TubeskyUnauth__enable_unauth_updates, true, 2, 0), Flag(Tubesky__enable_high_quality_images, true, 2, 0), Flag(Tubesky__enable_new_tv_browse_fragment, true, 2, 0), Flag(Tubesky__enable_new_tv_details_fragment, true, 2, 0), Flag(Tubesky__enable_new_tv_search_fragment, true, 2, 0), Flag(Tubesky__enable_tv_tabs_layout, true, 2, 0), Flag(UiComponentFlattenHierarchy__migrate_wide_media_cl20, tr +02-27 07:58:22.753 9916 9937 D GetConfigurationSnapsho: ue, 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, true, 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__enable_for_activity, false, 2, 0), Flag(UnivisionDataProtoPrewarm__enable_for_process_start, false, 2, 0), Flag(UnivisionDataProtoPrewarm__enable_for_serp, false, 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__home_url_paths, 'CgpzdWJuYXZIb21l', 5, 0), Flag(UnivisionHomeIa__is_enabled, false, 2, 0), Flag(UnivisionJankFixes__is_yt_overdraw_fix_enabled, true, 2, 0), Flag(UnivisionUiLogging__enable_gil_for_my_reviews, false, 2, 0), Flag(UnivisionUiLogging__enable_legacy_for_my_reviews, true, 2, 0), Flag(Univision__disable_lazy_column_fade_animation, false, 2, 0), Flag(Univision__disable_preinflation, false, 2, 0), Flag(Univision__enable_aot_state_logging, false, 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, 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_early_fetch_async_ads, false, 2, 0), Flag(Univision__enable_entry_point_logging_optimization, false, 2, 0), Flag(Univision__enable_generic_card_cluster_v3, false, 2, 0), Flag(Univision__enable_lazy_column_specifying_item_type, true, 2, 0), Flag(Univision__enable_metadataui_improvements, true, 2, 0), Flag(Univision__enable_metadataui_v2, false, 2, 0), Flag(Univision__enable_my_reviews_page, false, 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, false, 2, 0), Flag(Univision__enable_serp, false, 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__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_de +02-27 07:58:22.753 9916 9937 D GetConfigurationSnapsho: lay_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_line, false, 2, 0), Flag(UserLanguages__enable_language_split_per_app_value_store, true, 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_displaymodeswitcher_on_details_shim_fragment, false, 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, 819574325, 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(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, false, 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(VisualRe +02-27 07:58:22.753 9916 9937 D GetConfigurationSnapsho: freshPhase2__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_phase_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(Wayfinder__enable_call_to_action_button_link_change, false, 2, 0), Flag(WearHygieneOptimization__enable_wear_hygiene_optimization, true, 2, 0), Flag(Webview__exact_url_allowlist, '', 5, 0), Flag(Webview__subdomain_allowlist, 'ChNhY2NvdW50cy5nb29nbGUuY29tCg9kb2NzLmdvb2dsZS5jb20KD3BsYXkuZ29vZ2xlLmNvbQoTcG9saWNpZXMuZ29vZ2xlLmNvbQoQc3RvcmUuZ29vZ2xlLmNvbQ', 5, 0), Flag(WideMediaVideoScreenshotHeightOverride__enable_cluster_height_override, false, 2, 0), Flag(YoutubePlayerLogging__disable_server_logging_for_youtube_players, false, 2, 0) +02-27 07:58:22.754 9916 9937 D GetConfigurationSnapsho: byFlagStorageType, deleteSet = +02-27 07:58:22.763 9916 9945 I Finsky : [57] lct.h(7): Already at the latest configurations for experiment package com.google.android.finsky.stable. +02-27 07:58:22.763 9916 9947 I Finsky : [59] lct.h(1): Triggered update for experiment package com.google.android.finsky.regular. +02-27 07:58:22.777 9916 9937 D GetConfigurationSnapsho: getFullConfigurations +02-27 07:58:22.808 9916 9937 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(AcquireClientConfig__enable_accessibility_info, false, 2, 0), Flag(AcquirePurchaseCodegen__enable_inapp_purchase_data_list_in_response_bundle, true, 2, 0), Flag(AcquirePurchaseCodegen__enable_new_backend_docid_for_logging_backend, 'CglDTE9VRENBU1QKBE5FU1QKCVdPUktTUEFDRQoQWU9VVFVCRV9DT01NRVJDRQoFT0NFQU4', 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, true, 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(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(AlleyOopDiversion__hsdp_spring_animation_stiffness, 700.0, 3, 0), Flag(AlleyOopExternalTheme__enable_external_callers_theme, true, 2, 0), Flag(AlleyOopInstallBehavior__relaunch_initial_dialog_on_install_cancel, true, 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(AppContentServiceContentFetcherSettings__client_integration_config, 'CjkKC2JvdXlndWVzLXR2EioKGmZyLmJvdXlndWVzdGVsZWNvbS50di5iYnVpEgIKABoCEgAiAiIAKgAKJQoHZGlyZWN0dhIaCgpjb20uYXR0LnR2EgIKABoCEgAiAiIAKgAKMQoOZGlyZWN0di10di1kZXYSHwoPY29tLmF0dC50di5kZnc2EgIKABoCEgAiAiIAKgAKKwoEaXR2eBIjChNhaXIuSVRWTW9iaWxlUGxheWVyEgIKABoCEgAiAiIAKgAKLQoHaXR2eC10dhIiChJ1ay5jby5mcmVldmlldy5pdHYSAgoAGgISACICIgAqAApOCgxtZXJjYWRvLXBsYXkSPgohY29tLm1lcmNhZG9saWJyZS5hbmRyb2lkLm1wbGF5X3R2EgIKABoCEgAiAiIAKg0KCwoAEgcKAgoAEgEBCisKBHBsZXgSIwoTY29tLnBsZXhhcHAuYW5kcm9pZBICCgAaAhIAIgIiACoACiwKCHBsdXRvLXR2EiAKEHR2LnBsdXRvLmFuZHJvaWQSAgoAGgISACICIgAqAAorCgVzbGluZxIiCgljb20uc2xpbmcSAgoAGgISACICIgAqCQoHEgMSAQIiAApHChJzb255LXBpY3R1cmVzLWNvcmUSMQoUY29tLnNvbnlwaWN0dXJlc2NvcmUSAgoAGgISACICIgAqDQoLCgASBwoCCgASAQEKMwoHc29ueWxpdhIoCgtjb20uc29ueWxpdhICCgAaAhIAIgIiACoNCgsKABIHCgIKABIBAQo0CgpzcG90aWZ5LXR2EiYKFmNvbS5zcG90aWZ5LnR2LmFuZHJvaWQSAgoAGgISACICIgAqAAorCgRzdGFuEiMKD2F1LmNvbS5zdGFuLmFuZBICCgAaAgoAGgISACICIgAqAAozCgpzdHYtcGxheWVyEiUKFXR2LnN0di5hbmRyb2lkLnBsYXllchICCgA +02-27 07:58:22.808 9916 9937 D GetConfigurationSnapsho: aAhIAIgIiACoACjIKCHN2dC1wbGF5EiYKFnNlLnN2dC5hbmRyb2lkLnN2dHBsYXkSAgoAGgISACICIgAqAAo5CgZ0ZWxhc2ESLwofY29tLmtkZGkuYW5kcm9pZC5zdGI0a3ZpZGVvcGFzcxICCgAaAhIAIgIiACoACjQKEHRoZS1yb2t1LWNoYW5uZWwSIAoQY29tLnJva3Uud2ViLnRyYxICCgAaAhIAIgIiACoAClQKFHYtZmFzdC1jaGFubmVsLWd0djRvEjwKEmpwLmZhc3R2Lmd0di50dmFwcBICCgAaAhIAIgIiACoaCgsKABIHCgIKABIBAQoLEgcKAgoAEgEDKgAKLQoFdmlkaW8SJAoUY29tLnZpZGlvLmFuZHJvaWQudHYSAgoAGgISACICIgAqAAo1Cgh3YWlwdS10dhIpChBkZS5leGFyaW5nLndhaXB1EgIKABoCEgAiAiIAKgkKBxIDEgECIgAKOgoPeHN0cmVhbS1wbGF5LXR2EicKF3R2LmFpcnRlbC54c3RyZWFtLnR2YXBwEgIKABoCEgAiAiIAKgAKKwoHeHVtby10dhIgChBjb20ueHVtby54dW1vLnR2EgIKABoCEgAiAiIAKgAKSAoKeW91dHViZS1schI6Ch1jb20uZ29vZ2xlLmFuZHJvaWQueW91dHViZS50dhICCgAaAhIAIgIiACoNCgsKABIHCgIKABIBAQo3CgR6ZWU1Ei8KEmNvbS5ncmF5bWF0cml4LmRpZBICCgAaAhIAIgIiACoNCgsKABIHCgIKABIBARJKCgYQBxgBIDISBhABGAAgFCIGEAEYASAUKgIQAzICEAE6AhABSgIQAVICEAFaAhABYggKBhoECgIaAGoCEANyBhABGAEgAnoCEAE', 5, 0), Flag(AppContentServiceContentFetcherSettings__get_home_stream_timeout, 'CAQ', 5, 0), Flag(AppContentServiceContentFetcherSettings__get_home_stream_timeout_in_millis, 2000, 1, 0), Flag(AppContentServiceContentFetcherSettings__get_providers_timeout, 'CAQ', 5, 0), Flag(AppContentServiceContentFetcherSettings__package_name_map, 'CiIKB2F1ZGlibGUSF2NvbS5hdWRpYmxlLmFwcGxpY2F0aW9uChgKB2JldC1ub3cSDWNvbS5iZXQuc2hvd3MKHgoIYmV0LXBsdXMSEmNvbS52aWFjb20uYmV0cGx1cwovCg5jb21lZHktY2VudHJhbBIdY29tLnZtbi5hbmRyb2lkLmNvbWVkeWNlbnRyYWwKNAoOZGlzY292ZXJ5LXBsdXMSImNvbS5kaXNjb3ZlcnkuZGlzY292ZXJ5cGx1cy5tb2JpbGUKFQoEZXBpeBINY29tLmVwaXguZXBpeAodCghlcGl4LW5vdxIRY29tLmVwaXguZXBpeC5ub3cKIQoDZm9kEhphaXIuanAuY28uZnVqaXR2LmZvZHZpZXdlcgofCgpmb3gtbmF0aW9uEhFjb20uZm5nLmZveG5hdGlvbgofCghmb3gtbmV3cxITY29tLmZveG5ld3MuYW5kcm9pZAoWCgdmb3gtbm93Egtjb20uZm94Lm5vdwogCghoYXlzdGFjaxIUY29tLmhheXN0YWNrLmFuZHJvaWQKGgoJaHVsdS1wbHVzEg1jb20uaHVsdS5wbHVzCicKBGpveW4SH2RlLnByb3NpZWJlbnNhdDFkaWdpdGFsLnNldmVudHYKIwoGa29jb3dhEhljb20ua29jb3dhLmFuZHJvaWQubW9iaWxlCikKD21vdmllcy1hbnl3aGVyZRIWY29tLm1vdmllc2FueXdoZXJlLmdvbwofCgNtdHYSGGNvbS5tdHZuLm10dlByaW1lQW5kcm9pZAoQCgRtdWJpEghjb20ubXViaQobCgRva29vEhNmci5mcmFuY2V0di56b3V6b3VzCioKEXBhcmFtb3VudC1uZXR3b3JrEhVjb20udm1uLmFuZHJvaWQuc3Bpa2UKHwoRcGFyYW1vdW50LXBsdXMtY2ESCmNvbS5jYnMuY2EKGwoEcGxleBITY29tLnBsZXhhcHAuYW5kcm9pZAouCglwcm9zaWViZW4SIWRlLnByb3NpZWJlbnNhdDFkaWdpdGFsLnByb3NpZWJlbgooCgpyZWRidWxsLXR2Ehpjb20ubm91c2d1aWRlLmFuZHJvaWQucmJ0dgokCg1yaXZlLWFsYWNhcnRhEhNydHZlLnRhYmxldC5hbmRyb2lkChUKCHNsaW5nLXR2Egljb20uc2xpbmcKFwoEc3RhbhIPYXUuY29tLnN0YW4uYW5kCi4KBXN0YXJ6EiVjb20uYnlkZWx1eGUuZDMuYW5kcm9pZC5wcm9ncmFtLnN0YXJ6ChUKB3R1YmktdHYSCmNvbS50dWJpdHYKHwoGdHdpdGNoEhV0di50d2l0Y2guYW5kcm9pZC5hcHAKGgoDdmgxEhNjb20ubXR2bi52aDFhbmRyb2lkChUKBHh1bW8SDWNvbS54dW1vLnh1bW8', 5, 0), Flag(AppContentService__allowed_package_signatures, 'CmwKKGNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLmF1dG9tb3RpdmUub3NjYXISQEE3Q0MxQzI4NjJGMzhCNDc4RTA2RkZGNzBDNjY4NTk5NjJEQkFBM0U3NEIwNEZEQ0VBMjc4MzMxQzBFNDAzQUIKaQolY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMubmV4dXNsYXVuY2hlchJANEI0RDlBQkRFOEYzRDY5ODc1NThDNzZFMjYxRTZGRTlEM0M3Q0MyOTlFQkVGMjJENTZERjYzMjFEQkFFMzU2MgppCiVjb20uZ29vZ2xlLmFuZHJvaWQuYXBwcy5waXhlbC5zdWJ6ZXJvEkBDNEJDNTE0NDk4NkU5NkVEOTQwMDFFNjM2NTg0NjU1MjRDNTdDM0I4RERBNEEzOUQxOTU3RDlBNzJFNjg5Njkw', 5, 0), Flag(AppContentService__allowed_packages, 'Cidjb20uZ29vZ2xlLmFuZHJvaWQuZ29vZ2xlcXVpY2tzZWFyY2hib3gKKmNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLm1lZGlhaG9tZS5sYXVuY2hlcgoTY29tLmFuZHJvaWQudmVuZGluZwolY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMubmV4dXNsYXVuY2hlcgooY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMuYXV0b21vdGl2ZS5vc2NhcgolY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMucGl4ZWwuc3ViemVybw', 5, 0), Flag(AppContentService__trusted_package_keys, 'Cmljb20uZ29vZ2xlLmFuZHJvaWQucGxheS5lbmdhZ2UudmVyaWZ5YXBwOkQzNEJFMTNBNjI1MDFGNEUwOEJGRjEwNDgzNzg5NjA5RjI1MjFBRUQ1M0VBNDcyNDkyNTlGNzA0RUYwODMwNzU', 5, 0), Flag(AppDependencyInstall__enable_request_install_access_filter, true, 2, 0), Flag(AppDependencyInstall__request_install_access_filter, 'ChRjb20uZ29vZ2xlLmFyLmNvcmV8LQo1Y29tLmdvb2dsZS5hbmRyb2lkLnBsYXkuZ2FtZXN8K2NvbS5nb29nbGUuYW5kcm9pZC5nbXM', 5, 0), Flag(AppDetailsInAppProducts_ +02-27 07:58:22.808 9916 9937 D GetConfigurationSnapsho: _enable_in_app_products_cards_collapsed, false, 2, 0), Flag(AppDetailsInAppProducts__enable_in_app_products_cards_expanded, false, 2, 0), Flag(AppEngageServiceSettings__third_party_content_provider_allowlist, 'Chdjb20uYXVkaWJsZS5hcHBsaWNhdGlvbg', 5, 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(AppOpenDownloadManager__download_manager_notification_heads_up_delay, 'EICjw0c', 5, 0), Flag(AppOpenDownloadManager__enable_app_owner_check, false, 2, 0), Flag(AppOpenDownloadManager__enable_download_manager_notification, false, 2, 0), Flag(AppOpenDownloadManager__enable_download_manager_notification_clear_load, false, 2, 0), Flag(AppOpenDownloadManager__enable_download_manager_notification_see_more_button, false, 2, 0), Flag(AppOpenDownloadManager__enable_dual_channel_download_manager_notification, false, 2, 0), Flag(AppOpenDownloadManager__enable_high_priority_single_channel_download_manager_notification, false, 2, 0), Flag(AppOpenDownloadManager__enable_show_progress_download_manager_notification, false, 2, 0), Flag(AppPack__enable_app_pack, false, 2, 0), Flag(AppRestrictions__app_restrictions_update_message_whitelisted_packages, '+com.samsung.android.knox.kpu,com.aavamobile.oemconfig,com.archos.oemconfig,com.bartec.oemconfig,com.bluebird.android.oemconfig,com.chainway.oemconfig.playstore,com.cipherlab.oemconfig.common,com.crosscall.oemconfig,com.datalogic.oemconfig,com.datalogic.oemconfig.beta,com.datalogic.settings.oemconfig,com.datalogic.settings.oemconfig.beta,com.ecom.ecommanager,com.ecom.econfig.smart,com.ecom.econfig.smart0x,com.ecom.enterprise.oemconfig,com.elotouch.elooemconfig,com.fcnt.arrowsconfig_test,com.fcnt.fun.oemconftestb,com.fcnt.mobile_phone.arrowsconfig,com.fcnt.mobile_phone.arrowsconfig_test,com.fcnt.mobile_phone.seniorcareconfig,com.fcnt.mobile_phone.seniorcareconfig_test,com.fcnt.mobile_phone.swupsetting,com.fcnt.mobile_phone.swupsetting_dl,com.fcnt.mobile_phone.sysoptionsetting,com.fcnt.mobile_phone.sysoptionsetting_test,com.getac.app.getacoemconfig,com.getac.app.oemconfigprivate,com.getac.app.getacoemconfigswprivate,com.getac.app.getacoemconfigswprivate.v2,com.getac.app.oemconfigswsupport,com.google.android.feedbacktestapp,com.handheldgroup.oemconfig.internal,com.honeywell.oemconfig.scanpal,com.handsfree.r5.r5oemconfig,com.hanshow.cart.oemconfig,com.hmdglobal.app.oemconfig,com.hmdglobal.app.oemconfig.n4_2,com.hmdglobal.app.oemconfig.n5_3,com.hmdglobal.app.oemconfig.n7_2,com.hmdglobal.app.staging_oemconfig,com.honeywell.oemconfig,com.honeywell.oemconfig.dev,com.honeywell.oemconfig.qa,com.huawei.mdm.dpc,com.isafemobile.ismconfig,com.iwaylink.oemconfig,com.jlt.oemconfig,com.lenovo.oemconfig.dev,com.lenovo.oemconfig.rel,com.lge.oemconfig,com.microsoft.intune,com.microsoft.oemconfig,com.microsoft.surface.config,com.microsoft.surface.oemconfig,com.microsoft.surface.oemconfig.cnry,com.mobiiot.managedconfigurations,com.motorola.oemconfig.demo,com.motorola.oemconfig.rel,com.motorolasolutions.lexoemconfig,com.oemconfig.janam,com.panasonic.mobile.demo_oemconfig,com.panasonic.mobile.oemconfig,com.panasonic.mobile.oemconfig.internal,com.rhinomobility.config,com.rhinomobility.oemc,com.rhinomobility.oemconfig,com.samsung.android.knox.kpu.beta,com.samsung.android.knox.kpu.demo,com.samsung.android.knox.kpu.poc,com.seuic.seuicoemconfig,com.sonim.oemappconfig,com.spectralink.barcode.service,com.spectralink.buttons,com.spectralink.slnkdevicesettings,com.spectralink.slnkdevicesettingstest,com.spectralink.slnklogger,com.spectralink.slnkvqo,com.st_oct.oemconfigtest,com.unitech.oemconfig,com.unitech.oemconfig.betatest,com.urovo.oemconfig,com.urovo.oemconfigs,com.xiaomi.oemconfig,com.zebra.enrollmentmgr,com.zebra.oemconfig.beta1,com.zebra.oemconfig.common,com.zebra.oemconfig.common.beta,com.zebra.oemconfig.rel +02-27 07:58:22.808 9916 9937 D GetConfigurationSnapsho: ease,com.zebra.oemconfig.workaround,device.apps.emkitagent,ezhu.oemconfig.test,jp.co.sharp.android.shoemconfig,jp.co.sharp.android.shoemconfig2,jp.kyocera.corp.manager,jp.kyocera.enterprisedeviceconfig,net.ezkit.oemconfig,net.m3mobile.app.oemconfig,com.google.android.apps.pixel.configurator', 4, 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_installed_app_info, true, 2, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_max_daily_size_bytes, 2097152, 1, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_max_profile_size_bytes, 1048576, 1, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_sample_threshold, 100, 1, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_snapshot_timeout_seconds, 3, 1, 0), Flag(ArtProfiles__enable_art_upload_app_must_have_code, true, 2, 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(AuthenticationReady__enable_enforce_strong_biometric_auth, 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__auto_update_exclude_foreground_allowlist, 'com.google.android.apps.dreamliner,com.google.android.katniss,com.google.android.apps.mediashell,com.google.android.tv.remote.service,com.google.android.apps.tv.launcherx,com.google.android.apps.nbu.smartconnect.tv,jp.co.sharp.av.android.cocorovision', 4, 0), Flag(AutoUpdateCodegen__cancel_queued_auto_installs_when_disable_auto_update, true, 2, 0), Flag(AutoUpdateCodegen__collect_update_failure_history, true, 2, 0), Flag(AutoUpdateCodegen__dark_launch_server_policy_logging_delay_ms, 10000, 1, 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_pol +02-27 07:58:22.808 9916 9937 D GetConfigurationSnapsho: icy, 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_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_mainline_server_policy, false, 2, 0), Flag(AutoUpdateCodegen__enable_dark_launch_phone_basic_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_global_rapid_autoupdate_policy, true, 2, 0), Flag(AutoUpdateCodegen__enable_gmscore_server_policy, true, 2, 0), Flag(AutoUpdateCodegen__enable_hidden_server_policy, false, 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_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_rapid_server_policy, true, 2, 0), Flag(AutoUpdateCodegen__enable_tv_basic_server_policy, true, 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_ms, 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, false, 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_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_f +02-27 07:58:22.808 9916 9937 D GetConfigurationSnapsho: ailure_history, true, 2, 0), Flag(AutoUpdateCodegen__share_user_auto_update_setting, true, 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, 'CiJjb20uZ29vZ2xlLmFuZHJvaWQuZ21zLnBheS5zaWRlY2FyChZnb3YubW9vc3lsdmFuaWEuZW54LnYzCh1jb20uZ29vZ2xlLmFuZHJvaWQuc2FmZXR5Y29yZQoeY29tLmdvb2dsZS5hbmRyb2lkLmNvbnRhY3RrZXlz', 5, 0), Flag(AutoUpdatePolicies__auto_deploy_disk_space_threshold_bytes, 1073741824, 1, 0), Flag(AutoUpdatePolicies__enable_enx_headless_deployment, false, 2, 0), Flag(AutoUpdatePolicies__enable_gpay_sidecar, false, 2, 0), Flag(AutoUpdatePolicies__enx_headless_allowed_packages, 'ChZnb3YubW9vc3lsdmFuaWEuZW54LnYzChFnb3Yuc2FtcGxlLmVueC52Mw', 5, 0), Flag(AutoUpdatePolicies__gpay_sidecar_dependent_packages, 'ChZjb20uZmVsaWNhbmV0d29ya3MubWZj', 5, 0), Flag(AutoUpdatePolicies__promise_icon_hidden_packages, 'ChZnb3YubW9vc3lsdmFuaWEuZW54LnYzChFnb3Yuc2FtcGxlLmVueC52MwoiY29tLmdvb2dsZS5hbmRyb2lkLmdtcy5wYXkuc2lkZWNhcgoSY29tLmdvb2dsZS5hci5jb3JlCh1jb20uZ29vZ2xlLmFuZHJvaWQuc2FmZXR5Y29yZQoeY29tLmdvb2dsZS5hbmRyb2lkLmNvbnRhY3RrZXlz', 5, 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_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, false, 2, 0), Flag(AutoplayVideos__enable_full_screen_support, false, 2, 0), Flag(AutoplayVideos__enable_overlay_on_pause, true, 2, 0), Flag(AutoplayVideos__enable_video_autoplaying, false, 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, false, 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__avoid_bulk_cancel_deep_links_and_details_requests, false, 2, 0), Flag(AvoidBulkCancelNetworkRequests__avoid_bulk_cancel_image_requests, false, 2, 0), Flag(Battlestar__install_api_killswitch, false, 2, 0), Flag(BmUnauthPaiUpdates__enable_bm_unauth_pai_app_updates, true, 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(BulkGrantEntitlement__enable_bulk_grant_entitlement, true, 2, 0), Flag(BulkGrantEntitlement__enable_logging_purchase_free_acquire_out_of_session, true, 2, 0), Flag(BundleSizeOptimization__enable_uibuilder_activity_saveinstancestate_bundle_log, false, 2, 0), Flag(BundleSizeOptimization__enable_uibuilder_bundle_deduplication, false, 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) +02-27 07:58:22.808 9916 9937 D GetConfigurationSnapsho: , 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, false, 2, 0), Flag(CarPermissions__kill_switch_app_permission_fragment, 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(Checkin__disable_checkin_receiver, 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, false, 2, 0), Flag(CommerceUnifiedLogging__enable_combined_logging, false, 2, 0), Flag(CommerceUnifiedLogging__enable_server_node_logging_for_purchase_background_event, true, 2, 0), Flag(ConfirmPriceChange__enable_bottomsheet, true, 2, 0), Flag(ConsumePurchase__enable_consume_purchase, false, 2, 0), Flag(ContentSync__max_num_retries, 5, 1, 0), Flag(ContentSync__retry_delay, 'CBQ', 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, false, 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(Cubes__is_dogfooder_device, false, 2, 0), Flag(CustomPreInflation__apps_preinflation_card_view_counts, '', 5, 0), Flag(CustomPreInflation__apps_preinflation_card_views, '', 5, 0), Flag(CustomPreInflation__enable_custom_preinflation, false, 2, 0), Flag(CustomPreInflation__enable_home_specific_preinflation, false, 2, 0), Flag(CustomPreInflation__games_preinflation_card_view_counts, '', 5, 0), Flag(CustomPreInflation__games_preinflation_card_views, '', 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(DetailsPageAct +02-27 07:58:22.808 9916 9937 D GetConfigurationSnapsho: ionButtonsPositionProvider__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_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, 'CIQH', 5, 0), Flag(DevTriggeredUpdatesCodegen__item_store_migration, true, 2, 0), Flag(DevTriggeredUpdates__dev_triggered_updates_package_controller, '-', 4, 0), Flag(DeviceAppInfo__log_device_app_info_in_session_data, true, 2, 0), Flag(DeviceAttributesSync__device_attributes_reuse_duration, 'CIDUkwE', 5, 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_devi +02-27 07:58:22.808 9916 9937 D GetConfigurationSnapsho: ce_interoperability_v1, false, 2, 0), Flag(DeviceLockControllerInstallPolicy__enable_device_lock_controller_install_policy, true, 2, 0), Flag(DeviceLockControllerInstallPolicy__enable_device_lock_controller_install_policy_beta_channel_apps, true, 2, 0), Flag(DeviceSettings__enable_device_settings, true, 2, 0), Flag(DeviceSetupCodegen__disable_atl_rro_restore_during_deferred_setup, 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(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, true, 2, 0), Flag(DisableFadeAnimations__disable_fadein_animation, true, 2, 0), Flag(DisablePreRegistrationReleaseNotificationRetries__is_enabled, false, 2, 0), Flag(DisplayApkSize__display_apk_size, true, 2, 0), Flag(DoubleClickPrevention__double_click_prevention_threshold_ms, 700, 1, 0), Flag(DownloadManager__complete_download_when_status_success, true, 2, 0), Flag(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_droidguard_token_generation_for_all_device_classes, false, 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, 10240, 1, 0), Flag(DynamicSplitsCodegen__splitcompat_bypass_storage_check_offset_mb, 300, 1, 0), Flag(DynamicSplitsCodegen__splitcompat_package_controller, '+com.zhiliaoapp.musically,com.ss.android.ugc.trill,com.zhiliaoapp.musically.go,com.ss.android.ugc.now,com.adobe.reader,com.snapchat.android,com.myairtelapp,com.larksuite.suite,com.ss.android.ugc.tiktok.lite,com.lemon.lvoverseas,com.ss.android.tt.creator +02-27 07:58:22.808 9916 9937 D GetConfigurationSnapsho: ,com.google.android.gms', 4, 0), Flag(DynamicSplits__dynamic_split_download_size_threshold_metered, 209715200, 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,com.instagram.lite,com.facebook.mlite,com.facebook.pages.app,com.instagram.barcelona,com.facebook.talk,com.whatsapp,com.whatsapp.w4b,com.facebook.workrooms,com.oculus.twilight', 4, 0), Flag(EcChoice__allow_back_to_return_home, true, 2, 0), Flag(EcChoice__browser_package_ids, '', 5, 0), Flag(EcChoice__elapsed_time_till_trigger, 2000, 1, 0), Flag(EcChoice__enable_ec_choice_flow, false, 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__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(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, true, 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, true, 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, true, 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(EnterpriseInstallPolicies__device_management_install_options_allowlist, ' +02-27 07:58:22.808 9916 9937 D GetConfigurationSnapsho: ChZjb20uZ29vZ2xlLmFuZHJvaWQuZ21z', 5, 0), Flag(EnterprisePrivacyUxImprovements__enable_work_badge_and_install_text, false, 2, 0), Flag(EnterpriseUnifiedUpdateControlsPolicy__enterprise_unified_update_control_system_services_package_names, 'ChVjb20uZ29vZ2xlLmFuZHJvaWQuYXMKHWNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLnNjb25lChpjb20uZ29vZ2xlLmFuZHJvaWQud2VidmlldwoSY29tLmdvb2dsZS5hci5jb3JlChdjb20uZ29vZ2xlLmFuZHJvaWQub2RhZAokY29tLmdvb2dsZS5hbmRyb2lkLnR2cmVjb21tZW5kYXRpb25zChhjb20uZ29vZ2xlLmFuZHJvaWQuZXVpY2MKK2NvbS5nb29nbGUuYW5kcm9pZC53ZWFyYWJsZS5maXRiaXQubWN1LmRhdGEKKGNvbS5nb29nbGUuYW5kcm9pZC5zZXR0aW5ncy5pbnRlbGxpZ2VuY2UKHWNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLnR1cmJvCiJjb20uZ29vZ2xlLmFuZHJvaWQuZ21zLnN1cGVydmlzaW9uChxjb20uZ29vZ2xlLmFuZHJvaWQuZ21zc3lzdGVtCh1jb20uZ29vZ2xlLmFuZHJvaWQuc2FmZXR5Y29yZQoeY29tLmdvb2dsZS5hbmRyb2lkLmNvbnRhY3RrZXlzChljb20uZ29vZ2xlLmFuZHJvaWQuYXMub3NzChhjb20uZ29vZ2xlLmFuZHJvaWQubW9zZXkKG2NvbS5nb29nbGUuYW5kcm9pZC5jYWxsY29yZQoWY29tLmdvb2dsZS5hbmRyb2lkLmdtcw', 5, 0), Flag(EnterpriseUnifiedUpdateControlsPolicy__enterprise_unified_update_policy_auto_update_reasons_to_cancel, 'CgthdXRvX3VwZGF0ZQoUbWFpbmxpbmVfYXV0b191cGRhdGU', 5, 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, false, 2, 0), Flag(ExperimentFramework__enable_device_config_upload_for_all_unauth, false, 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, false, 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(FetchBillingUiInstructions__enable_fetch_billing_ui_instructions, true, 2, 0), Flag(FifeImage__ttl_in_days, 15, 1, 0), Flag(FileByFile__required_fbf_compression_levels, 'CgIGCQ', 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, false, 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, true, 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, +02-27 07:58:22.808 9916 9937 D GetConfigurationSnapsho: 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(GiftingEducationTooltip__one_google_education_for_gifting_end_date, 'COoPEAEYAQ', 5, 0), Flag(GiftingEducationTooltip__one_google_education_for_gifting_start_date, 'COkPEAsYAQ', 5, 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, false, 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, true, 2, 0), Flag(GoogleTvFeatures__enable_read_more_pmtv_playback_banner, false, 2, 0), Flag(GoogleTvFeatures__force_dark_theme, false, 2, 0), Flag(GppOdmlWarnings__is_enabled, true, 2, 0), Flag(GridCluster__recycled_view_pool_size, 8, 1, 0), Flag(Hibernation__flagless_unhibernation_killswitch, false, 2, 0), Flag(HorizontalClusterImpression__disable_extra_layout_space, true, 2, 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_treatment, true, 2, 0), Flag(IconUniformity__enable_vx_treatment, true, 2, 0), Flag(ImageOptimizations__enable_high_quality_tablet_screenshot, false, 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(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, true, 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(InAppMessa +02-27 07:58:22.808 9916 9937 D GetConfigurationSnapsho: ging__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(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__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__enable_inline_video_on_details_page, false, 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, false, 2, 0), Flag(InlineVideo__enable_video_play_icon_click_full_screen_activity, false, 2, 0), Flag(InlineVideo__enable_youtube_update_dialog, false, 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_resolver_unconditional_overwrite_reasons, 'ChNhcHBfbGFuZ3VhZ2VfY2hhbmdlChphcHBfcmVjb3Zlcnlfc3BsaXRfaW5zdGFsbAoSYmF0dGxlc3Rhcl9pbnN0YWxsCgtidWxrX3VwZGF0ZQoaZGV2ZWxvcGVyX3RyaWdnZXJlZF91cGRhdGUKFGRldmljZV9vd25lcl9pbnN0YWxsCgtkc2VfaW5zdGFsbAoMZWFybHlfdXBkYXRlChdlbnRlcnByaXNlX2F1dG9faW5zdGFsbAotZW50ZXJwcmlzZV9hdXRvX2luc3RhbGxfd2l0aG91dF9sYXVuY2hlcl9pY29uCgprZXlfcmVzY3VlChJtYWludGVuYW5jZV93aW5kb3cKEm1hbnVhbF9oaWJlcm5hdGlvbgoWcGFja2FnZV91cGRhdGVfc2VydmljZQoRcGxheV9wcm90ZWN0X2xpbmsKEXJhcGlkX2F1dG9fdXBkYXRlCgtyZWNvbW1lbmRlZAoUcmVtb3RlX2luX2FwcF91cGRhdGUKFHJlbW90ZV91cGRhdGVfcHJvbXB0CilzZWxmX3VwZGF0ZV92aWFfYXV0b191cGRhdGVfZGVidWdfdHJpZ2dlcgosc2VsZl91cGRhdGVfdmlhX2F1dG9fdXBkYXRlX2VudGVycHJpc2Vfc2V0dXAKDnNpbmdsZV9pbnN0YWxsChBzdWdnZXN0ZWRfdXBkYXRlCi1zdWdnZXN0ZWRfdXBkYXRlX21hbGZ1bmN0aW9uaW5nX2FwcF9zdGFsZW5lc3MKBnRpY2tsZQoTdW5hcmNoaXZlX2Jyb2FkY2FzdAoUdW5hcmNoaXZlX2Zyb21fc3RvcmUKDXVuaGliZXJuYXRpb24KFHVzZXJfbGFuZ3VhZ2VfY2hhbmdl', 5, 0), Flag(InstallQueue__run_installs_on_readiness_listener, true, 2, 0), Flag(InstallReferrer__disable_external_referrer_from_installer_data_store, 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__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_previe +02-27 07:58:22.808 9916 9937 D GetConfigurationSnapsho: w_app, false, 2, 0), Flag(InstallerCodegen__disabled_package_logs_install_rejected_instead_of_abandoned, true, 2, 0), Flag(InstallerCodegen__enable_add_checksum, true, 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_checksum_logging, false, 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, true, 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, false, 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_state, 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__stop_samegrades_from_derived_id_zero, true, 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, false, 2, 0), Flag(InstantAppsIntentCreation__use_secure_supervisor_activity_alias_if_available, false, 2, 0), Flag(InstantAppsLaun +02-27 07:58:22.808 9916 9937 D GetConfigurationSnapsho: chKeys__construct_launch_intent_from_launch_key, false, 2, 0), Flag(InstantAppsLaunchKeys__disable_default_url_fallback, false, 2, 0), Flag(InstantAppsLaunchKeys__enable_launch_key_decoding, false, 2, 0), Flag(InstantAppsLaunchKeys__enable_launch_key_opt_in_state_checking, false, 2, 0), Flag(InstantAppsLaunchKeys__enable_launch_keys_for_details_page_and_launch_api, false, 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, false, 2, 0), Flag(InstantAppsSupervisor__killswitch_remove_supervisor_on_o, false, 2, 0), Flag(InstantAppsSupervisor__remove_supervisor, true, 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, false, 2, 0), Flag(InstantAppsTryNowVisibility__enable_try_now_on_tubesky, true, 2, 0), Flag(InstantAppsTv__enable_android_tv_compatibility, true, 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, false, 2, 0), Flag(InstantCartClientCacheBoost__ignore_developer_id, true, 2, 0), Flag(InstantCart__add_sku_details_token_from_prefetchable_acquisition, 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, true, 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, 'CgVCT09LUwoIUExBWVBBU1M', 5, 0), Flag(InstantCart__enable_new_cache_key_in_acquire_cache, true, 2, 0), Flag(InstantCart__enable_prefetch_for_yt_product_dummy, 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__app_access_risk_other_apps_capturing_signals, 'CgUEQxMPFQ', 5, 0), Flag(IntegrityService__app_access_risk_other_apps_controlling_signals, 'CgEI', 5, 0), Flag(IntegrityService__app_access_risk_play_or_system_apps_capturing_signals, 'CgUDBRIOFA', 5, 0), Flag(IntegrityService__app_access_risk_play_or_system_apps_controlling_signals, 'CgEH', 5, 0), Flag(IntegrityService__default_rate_limit_threshold, 5, 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, true, 2, 0), Flag(IntegrityService__enable_hygiene_job, false, 2, 0), Flag(IntegrityService__higher_rate_limit_packages, 'Cihjb20uZ29vZ2xlLmFuZHJvaWQuYXBwcy5wcml2YWN5LndpbGRsaWZl', 5, 0), Flag(IntegrityService__higher_rate_limit_threshold, 20, 1, 0), Flag(IntegrityS +02-27 07:58:22.808 9916 9937 D GetConfigurationSnapsho: ervice__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__other_apps_overlay_signals, 'CgEE', 5, 0), Flag(IntegrityService__pass_droidguard_flow_name_to_pgs, true, 2, 0), Flag(IntegrityService__play_or_system_apps_overlay_signals, 'CgED', 5, 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, true, 2, 0), Flag(KidsAlleyOop__enable_flag_item, false, 2, 0), Flag(KidsAlleyOop__enable_policy_footer, true, 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(LandscapeBuyFlow__enable_launching_instrument_manager_in_full_screen_for_all_flows, false, 2, 0), Flag(LandscapeBuyFlow__enable_launching_instrument_manager_in_full_screen_for_fopless_user, false, 2, 0), Flag(LandscapeBuyFlow__enable_launching_instrument_manager_in_full_screen_for_in_app_purchase, false, 2, 0), Flag(LandscapeBuyFlow__landscape_buy_flow_test_codes, 'CgKtWA', 5, 0), Flag(LanguageSwitcher__enable_ulp_data_fetch, false, 2, 0), Flag(LanguageSwitcher__ulp_testing_override, '', 5, 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(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__populate_empty_purchase_data, true, 2, 0), Flag(LibraryModule__set_read_consistency_in_phonesky, true, 2, 0), Flag(Libraryentryignoredoctype__is_enabled, false, 2, 0), Flag(LicensingServiceV1Logging__is_enabled, false, 2, 0), Flag(Licensing__allowed_installer_package_names, 'ChNjb20uYW5kcm9pZC52ZW5kaW5nChljb20uc2VjLmFuZHJvaWQuZWFzeU1vdmVy', 5, 0), Flag(Licensing__enable_install_source_enforcement_in_phonesky, 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, false, 2, 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(Log +02-27 07:58:22.808 9916 9937 D GetConfigurationSnapsho: Optimization__killswitch_deprecate_latency_events, true, 2, 0), Flag(LogOptimization__killswitch_remove_deprecated_events, 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, '+', 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, 'always_allow', 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(Mainline__duration_before_mainline_is_stale, 'CIDnhA8', 5, 0), Flag(Mainline__enable_autoupdate_manual_check, true, 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__reboot_interval_end_hour, 5, 1, 0), Flag(Mainline__reboot_interval_start_hour, 1, 1, 0), Flag(Mainline__replace_userspace_reboot_by_resume_on_reboot, true, 2, 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), 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_af +02-27 07:58:22.808 9916 9937 D GetConfigurationSnapsho: fordance_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, true, 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(NotificationClickability__enable_report_stats, 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__battlestar_beta_bump_notification_timeout, 'CAE', 5, 0), Flag(Notifications__dedup_impressions, true, 2, 0), Flag(Notifications__disable_updates_completion_channel_shrinking, false, 2, 0), Flag(Notifications__enable_adding_manage_notifications_cta_to_all_fg_notifications, false, 2, 0), Flag(Notifications__enable_logging_notification_updates, true, 2, 0), Flag(Notifications__enable_noti +02-27 07:58:22.808 9916 9937 D GetConfigurationSnapsho: fication_for_apps_with_active_subscriptions_v2, 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, 'Cg5TSU5HTEVfSU5TVEFMTAoLQVVUT19VUERBVEUKC0JVTEtfVVBEQVRF', 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, 350, 1, 0), Flag(OpenActionButton__enable_ads_click_tracking, false, 2, 0), Flag(OpenAppLinkLaunchLogging__is_enabled, false, 2, 0), Flag(OrsonDetailPage__enable_orson_detail_page, true, 2, 0), Flag(OutOfAppExperienceClientFeatures__enable_billing_account_mismatch_check, false, 2, 0), Flag(OutOfAppPurchasableInAppProductFeatures__pass_grantable_voucher_token_to_purchase_flow, true, 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(P2p__check_all_packages_for_uid, false, 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_extra_not_installable_reason_codes, true, 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, false, 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, false, 2, 0), Flag(P2p__enable_p2p_offline_page_entrypoint, false, 2, 0), Flag(P2p__enable_p2p_restore_hidden_apps_check, true, 2, 0), Flag(P2p__enable_p2p_session_cleanup, false, 2, 0), Flag(P2p__enable_p2p_vanilla_receiver_send_apps, false, 2, 0), Flag(P2p__enable_p2p_vanilla_send_more_apps, false, 2, 0), Flag(P2p__enable_p2p_vanilla_sharing, false, 2, 0), Flag(P2p__enable_peer_to_peer_app_sharing_api, false, 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, false, 2, 0), Flag(P2p__highest_enabled_api_version, 2, 1, 0), Flag(P2p__p2p_app_listing_eligibility, false, 2, 0), Flag(P2p__p2p_blocklisted_packages, '', 5, 0), Flag(P2p__p2p_corp_account_gate_passed, false, 2, 0), Flag(P2p__p2p_default_api_caller_allowlist, '', 5, 0), Flag(P2p__p2p_destination_protocol_version, 3, 1, 0), Flag(P2p__p2p_enable_aadc_restrictions_api, true, 2, 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, '', 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, false, 2, +02-27 07:58:22.808 9916 9937 D GetConfigurationSnapsho: 0), Flag(P2p__p2p_unknown_age_is_under_eighteen, true, 2, 0), Flag(P2p__p2p_updates_api_caller_allowlist, '', 5, 0), Flag(P2p__p2p_use_strict_availability_policies, true, 2, 0), Flag(P2p__use_abi_info_from_frosting, false, 2, 0), Flag(P2p__use_apk_results_list_for_events, true, 2, 0), Flag(PackageManager__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, true, 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, 'fadein', 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__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_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_phonesky_dumpsys_in_prod_versions, true, 2, 0), Flag(PhoneskyHeader__enable_phonesky_header, true, 2, 0), Flag(PhoneskyHeader__enable_phonesky_header_multiproc_value_store, true, 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) +02-27 07:58:22.808 9916 9937 D GetConfigurationSnapsho: , Flag(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_get_recommended_preinstalls_caller_allowlist, true, 2, 0), Flag(PhoneskySetup__enable_persistent_pause_app_updates_calls, true, 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;com.google.android.xr.setupwizard:EDCFAB6AD5A341370A733D0D0F7FB21F142DB94F26A97BA499602F0A1C891671,5578C495C9DF4B1E2E682C41389B597F949EE1ECDB455F0BB63C9A3B7C0C31F6', 4, 0), Flag(PhoneskySetup__killswitch_early_update, true, 2, 0), Flag(PhoneskySetup__pai_fetch_timeout, 'CB4', 5, 0), Flag(PhoneskySetup__pause_app_updates_caller_allowlist, 'com.android.vending:F0FD6C5B410F25CB25C3B53346C8972FAE30F8EE7411DF910480AD6B2D60DB83,1975B2F17177BC89A5DFF31F9E64A6CAE281A53DC1D1D59B1D147FE1C82AFA00;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;com.google.android.docksetup:09D0F80AC553A679B8B4ACF67EAEC15FB8ABCCED21ECA57765743DF97C7D0F53,301AA3CB081134501C45F1422ABC66C24224FD5DED5FDC8F17E697176FD866AA;com.google.android.xr.setupwizard:EDCFAB6AD5A341370A733D0D0F7FB21F142DB94F26A97BA499602F0A1C891671,5578C495C9DF4B1E2E682C41389B597F949EE1ECDB455F0BB63C9A3B7C0C31F6;com.google.android.apps.wear.companion:48ED0058D1B6638E39A6E4C2DF1C4D5FDF593F696BF31B09A88F93141EAF600F,923FB8D6487101148D8DC0F790115DBA34CF0EA3AA5D3BB074D2D973588C393A;com.google.android.apps.wear.engcompanion:169FA3F01C6E19141961FDCA11118D3B8935955F2DE602E04968E3A1E011B362,CFB0B154CD6160B37220818055250310F8F296FF39F61C9175EC4E30C76F170F', 4, 0), Flag(PhoneskySetup__remove_user_cancel_from_failure_count, true, 2, 0), Flag(PhoneskySetup__skip_pai_config_apk_check, false, 2, 0), Flag(PlayBillingLibraryDiversion__enable_initialize_diversion, false, 2, 0), Flag(PlayCore__enable_app_not_owned_error_code, true, 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, +02-27 07:58:22.808 9916 9937 D GetConfigurationSnapsho: 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, 'CID1JA', 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_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_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, true, 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, true, 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__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_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_dogfood_for_permission_auto_revocation, false, 2, 0), Flag(PlayProtect__enable_feature_6848, false, 2, 0), Flag(PlayProtect__enable_feature_8581, 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_notific +02-27 07:58:22.808 9916 9937 D GetConfigurationSnapsho: ations, 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, true, 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, '', 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__deadline_in_hours, 24, 1, 0), Flag +02-27 07:58:22.808 9916 9937 D GetConfigurationSnapsho: (ProfileInception__enabled_versions, '82880000', 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_update_response_bundle_error_from_service_unavailable, true, 2, 0), Flag(PurchaseHistoryAccountPage__auto_expand_instruction_entries, true, 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(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(RegulatoryCapabilities__enable_flounder_fish_wdp, false, 2, 0), Flag(RegulatoryCapabilities__enable_goblin_shark_wdp, 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_back_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(Schedule +02-27 07:58:22.808 9916 9937 D GetConfigurationSnapsho: r__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, true, 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(SdkLibraries__killswitch_split_metadata_merging_experiment, false, 2, 0), Flag(SearchSuggestCaching__include_icon_size_in_request_url, false, 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, 1, 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_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_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, false, 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, true, 2, 0), Flag(SelfUpdate__kill_switch_immediate_self_update_from_system_version, false, 2, 0), Flag(SelfUpdate__kill_switch_remove_splits_on_samegrade, false, 2, 0), Flag(SelfUpdate__kill_switch_self_update_finished_log_app_data_prefs, 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_installer_data_background, 3, 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_job_store_data_background, 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_running_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(SelfU +02-27 07:58:22.808 9916 9937 D GetConfigurationSnapsho: pdate__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(SemanticDiff__dummy_flag, 100, 1, 0), Flag(ServerNotifications__enable_gentler_restart_for_clear_cache_and_reset_experiments_notification, true, 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(SlideToConfirm__enable_slide_confirmed_label, false, 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__replicate_library_dedupe_in_carsky, 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(TabbedBrowseFragmentBrowseData__normalize_browse_data_handling, true, 2, 0), Flag(TestColorTheme__transparent_background, true, 2, 0), Flag(TestConfig__backend_urls, '', 5, 0), Flag(TestHawkeyeLatencyDetectionFeature__lantency_injection_ms, 0, 1, 0), Flag(TestNonRampable__enable_test_param, false, 2, 0), Flag(TestOnly__check_for_null_account, false, 2, 0), Flag(TestRampableStudyDoc__enable_test_param, false, 2, 0), Flag(TestRampableStudyWithoutPartitions__enable_test_param, 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(TubeskyAutoUpdateV2__enable_tubesky_auto_update_v2, true, 2, 0), Flag(TubeskyAutoUpdateV2__enable_tubesky_idle_relaxation, true, 2, 0), Flag(TubeskyAutoUpdateV2__tubesky_threshold_device_idling, 259200000, 1, 0), Flag(TubeskyDeviceCertification__is_enabled, true, 2, 0), Flag(TubeskyDeviceInteroperability__enable_device_interoperability_v1, 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_pin_auth, true, 2, 0), Flag(TubeskyRapidInstallForAmatiPhase1__is_enabled, 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(TubeskyRapidInstall__enable_rapid_install, true, 2, 0), Flag(TubeskySearchImprovementsPhase2__is_enabled, false, 2, 0), Flag(TubeskySearchImprovements__is_enabled, true, 2, 0), Flag(Tubeskycontinuebutton__is_enabled, true, 2, 0), Flag(TvAcquisitionFlo +02-27 07:58:22.808 9916 9937 D GetConfigurationSnapsho: w__enable_fsub_in_rapid_install, true, 2, 0), Flag(TvAcquisitionFlow__enable_scrollview_for_guidance_column, true, 2, 0), Flag(TvAcquisitionFlow__enable_translucent_window, true, 2, 0), Flag(UiBuilder__enable_loading_as_new_screen, true, 2, 0), Flag(UnacknowledgedPurchaseNotification__enable_unacknowledged_purchase_notification, true, 2, 0), Flag(UnacknowledgedPurchaseNotification__unacknowledged_purchase_notification_minimum_latency, 'CICjBQ', 5, 0), Flag(UnacknowledgedPurchaseNotification__unacknowledged_purchase_notification_override_deadline, 'CIDGCg', 5, 0), Flag(UnauthDebugSettings__signed_android_identity_token, '', 4, 0), Flag(UnauthPaiUpdates__enable_unauth_PAI_app_updates, false, 2, 0), Flag(UnauthUpdates__enable_unauth_manual_update, false, 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_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__enable_narrow_padding_style_for_uninstall_page, false, 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, 'EIDh6xc', 5, 0), Flag(UnivisionDataBatchItemstore__enable, false, 2, 0), Flag(UnivisionDataCustomCombine__enable_for_item_client_state, true, 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, false, 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_cl +02-27 07:58:22.808 9916 9937 D GetConfigurationSnapsho: ickability_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_importance_sort_updates_in_my_apps_updates_per_importance, false, 2, 0), Flag(UpdateImportance__update_importance_update_frequency_threshold_days, 5, 1, 0), Flag(UpdateImportance__update_importance_use_new_update_info_in_notification, true, 2, 0), Flag(UpdateImportance__update_importance_use_update_importance_calculation, true, 2, 0), Flag(UpdateImportance__update_importance_use_update_importance_to_trigger_successful_update_notification, false, 2, 0), Flag(UpdateImportance__update_importance_usefulness_threshold_days, 1, 1, 0), Flag(UseGoogleSansTextForBody__is_enabled, false, 2, 0), Flag(UserLanguagesCodegen__max_background_retries, 7, 1, 0), Flag(UserLanguages__deferred_languages_require_wifi_charging, false, 2, 0), Flag(UserLanguages__kill_switch_split_installs_for_other_apps_on_locale_change, false, 2, 0), Flag(UserLanguages__language_check_after_ota, true, 2, 0), Flag(UserLanguages__network_restriction_for_language_splits, 1, 1, 0), Flag(UserLanguages__user_language_api_fix_emulated_splits, true, 2, 0), Flag(UserlistClearControl__allow_userlist_clear_control, true, 2, 0), Flag(UserlistClearControl__enable_userlist_clear_page_migration, false, 2, 0), Flag(VerifierAutoscanApkStreamingSupport__is_enabled, false, 2, 0), Flag(Verifierbackgroundtasklogging__is_enabled, false, 2, 0), Flag(ViewPagerFrameworks__enable_vp_framework_view_reuse, false, 2, 0), Flag(VrAcquisitionFlow__deprecate_billing_service, true, 2, 0), Flag(VrAcquisitionFlow__enable_2D_flow, true, 2, 0), Flag(WearAcquisitionFlow__enable_wear_free_acquire_remote_escalation, true, 2, 0), Flag(WearAutoUpdate__enable_basic_idle_relaxation_policy, true, 2, 0), Flag(WearDebugOptions__enable_debug_options_menu, false, 2, 0), Flag(WearDebugOptions__kill_switch_debug_options_menu, false, 2, 0), Flag(WearDeferPaginate__is_enabled, true, 2, 0), Flag(WearHygieneOptimization__enable_wear_dependency_optimization, true, 2, 0), Flag(WearPaymentMultiAccount__enable_wear_payment_ah_amb, true, 2, 0), Flag(WearSupport__kill_switch_foreground_wear_update, false, 2, 0), Flag(WearSupport__kill_switch_wear_service, false, 2, 0), Flag(WearSupport__killswitch_foreground_wear_service, false, 2, 0), Flag(WearUserCheckForUpdate__is_enabled, false, 2, 0), Flag(YoutubeUgcVideo__show_youtube_ugc_video_on_dp, false, 2, 0), Flag(YoutubeUgcVideo__ugc_module_above_rr, false, 2, 0), Flag(YtWebPlayerBugfix__enable_yt_web_player_bugfix, true, 2, 0), Flag(Zapp__enable_allow_partial_response, true, 2, 0), Flag(Zapp__enable_authenticated_updates, false, 2, 0), Flag(ZeroRating__enable_zero_rating, false, 2, 0), Flag(finsky.zapp.rate_limit_num_permitted_calls, 5, 1, 0), Flag(finsky.zapp.rate_limit_window_ms, 1000, 1, 0) +02-27 07:58:22.808 9916 9937 D GetConfigurationSnapsho: byFlagStorageType, deleteSet = +02-27 07:58:22.811 9916 9947 I Finsky : [59] lct.h(7): Already at the latest configurations for experiment package com.google.android.finsky.regular. +02-27 07:58:22.866 9916 9941 I Finsky : [53] lct.h(1): Triggered update for experiment package com.google.android.finsky.stable. +02-27 07:58:22.874 9916 9937 D GetConfigurationSnapsho: getFullConfigurations +02-27 07:58:22.879 9916 9937 D GetConfigurationSnapsho: byFlagStorageType, addSet = Flag(AlleyOopMigrateToHsdpV1__hsdp_caller_opt_in_check_bypass_list, 'com.instagram.android,com.facebook.katana,com.facebook.wakizashi,com.ss.android.ugc.trill,com.zhiliaoapp.musically,com.snapchat.android,com.google.android.gms,com.android.chrome,com.chrome.beta,com.chrome.canary,com.chrome.dev,com.fitbit.FitbitMobile,com.google.android.apps.fitness,com.google.android.apps.kids.home,com.google.android.apps.mediahome.launcher,com.google.android.apps.messaging,com.google.android.apps.nexuslauncher,com.google.android.apps.wear.companion,com.google.android.apps.youtube.creator,com.google.android.apps.youtube.gaming,com.google.android.apps.youtube.kids,com.google.android.apps.youtube.mango,com.google.android.apps.youtube.music,com.google.android.apps.youtube.vr,com.google.android.contacts,com.google.android.dialer,com.google.android.youtube,com.google.android.youtube.tv,com.google.android.vr.home,com.google.android.vr.home.dev,com.google.android.googlequicksearchbox,com.google.android.play.games,com.google.android.apps.chromecast.app,com.google.android.instantapps.supervisor,com.google.android.videos,com.google.android.apps.freighter,com.google.android.apps.freighter.beta,com.google.android.apps.travel.onthego,com.google.android.inputmethod.latin,com.google.android.inputmethod.latin.dev,com.google.android.inputmethod.latin.canary,com.google.vr.apps.ornament,com.google.vr.apps.ornament.dev,com.google.android.apps.vega,com.google.android.apps.tycho,com.google.ar.lens,com.google.ar.lens.dev,com.google.android.apps.dreamliner,com.google.android.deskclock,com.google.android.apps.tachyon,com.google.android.gm,com.google.samples.apps.cardboarddemo,com.google.vr.cardboard.paperscope,com.google.android.apps.tips,com.google.android.apps.nbu.files', 4, 0), Flag(AlleyOopOnItemModelStable__custom_detailed_page_app_id_exclusion_list, 'Chdjb20ua2luZy5jYW5keWNydXNoc2FnYQoKY29tLmV0ZXJubwoYY29tLmJ5anVzLnRoZWxlYXJuaW5nYXBwChVjb20uY29udGV4dGxvZ2ljLndpc2g', 5, 0), Flag(AppActivityLoggingNoticeUi__is_enabled, false, 2, 0), Flag(AppOpenDownloadManagerStable__download_manager_notification_heads_up_delay, 'EICjw0c', 5, 0), Flag(AppOpenDownloadManagerStable__download_manager_notification_heads_up_throttle_duration, 'CDw', 5, 0), Flag(AppsHub__new_badge_max_sessions, 2, 1, 0), 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, false, 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, 'getAndroidTvZeroSearchStream', 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, false, 2, 0), Flag(AutoUpdate__enable_atomic_install_cancel_oversample, true, 2, 0), Flag(AutoUpdate__enable_atomic_install_content_sync_stable, false, 2, 0), Flag(AutoUpdate__enable_atomic_install_high_priority_update_stable, false, 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_ +02-27 07:58:22.879 9916 9937 D GetConfigurationSnapsho: 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(Billing__direct_purchase_api_caller_allowlist_for_apps, 'Chpjb20uZ29vZ2xlLmFuZHJvaWQudnIuaG9tZQoqY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMuZW50ZXJwcmlzZS5kbWFnZW50CiZjb20uZ29vZ2xlLmFuZHJvaWQucHJvamVjdGlvbi5nZWFyaGVhZAoWY29tLmdvb2dsZS5hbmRyb2lkLmdtcw', 5, 0), Flag(Billing__enable_pin_preferred_battlestar_purchase_flow, false, 2, 0), Flag(Billing__enable_subscription_instrument_update, true, 2, 0), Flag(Billing__enable_third_party_direct_purchases, false, 2, 0), Flag(Billing__enable_third_party_subscription_instrument_update, false, 2, 0), Flag(Billing__enable_using_rpc_endpoint_wrapper, true, 2, 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, false, 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, true, 2, 0), Flag(BooksExperiments__enabled_series_subscription, true, 2, 0), Flag(BooksExperiments__update_to_get_for_free, true, 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(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, true, 2, 0), Flag(CashmereAppSync__enable_app_sync_pcsi_logging, true, 2, 0), Flag(CashmereAppSync__enable_cashmere_serp_app_sync, true, 2, 0), Flag(CashmereAppSync__killswitch_pcsi_power_user_classification_logging, false, 2, 0), Flag(CashmereAppSync__serp_app_sync_app_fields, 'Ch4BAgMEBQYICQoLDQ4WGxwdHh8gIiMsMDE1OUBLXmA', 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, 25, 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), +02-27 07:58:22.879 9916 9937 D GetConfigurationSnapsho: 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, false, 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, true, 2, 0), Flag(CrossFormFactorInstall__enable_filter_device_without_installation_details, true, 2, 0), Flag(CrossFormFactorInstall__enable_is_nearby_logging, true, 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, false, 2, 0), Flag(CrossFormFactorInstall__enable_xff_install_on_alleyoop, false, 2, 0), Flag(CrossFormFactorInstall__enable_xff_install_ui, 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, false, 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(DarkTheme__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(DataLoader__dataloader_native_libraries_check, true, 2, 0), Flag(DataLoader__disable_on_install_loop, false, 2, 0), Flag(DataLoader__disable_streaming_for_returning_users, false, 2, 0), Flag(DataLoader__downloader_network_read_buffer_bytes, 1048576, 1, 0), Flag(DataLoader__downloader_network_read_timeout_ms, 20000, 1, 0), Flag(DataLoader__enable_aadc_for_logging, true, 2, 0), Flag(DataLoader__enable_aadc_for_ui, true, 2, 0), Flag(DataLoader__enable_auto_update_on_incomplete_incrementals, true, 2, 0), Flag(DataLoader__enable_dataloader_failure_record, true, 2, 0), Flag(DataLoader__enable_dataloader_v2, true, 2, 0), Flag(DataLoader__enable_educational_tooltip, 'none', 4, 0), Flag(DataLoader__enable_feature_detection_hygiene, false, 2, 0), Flag(DataLoader__enable_incremental_dataloader, false, 2, 0), Flag(DataLoader__enable_incremental_nugget_installation, false, 2, 0), Flag(DataLoader__enable_incremental_progress_spinner, true, 2, 0), Flag(DataLoader__enable_incremental_progress_spinner_animation, false, 2, 0), Flag(DataLoader__enable_java_dataloader, true, 2, 0), Flag(DataLoader__ena +02-27 07:58:22.879 9916 9937 D GetConfigurationSnapsho: ble_lightning_bolt_icon, false, 2, 0), Flag(DataLoader__enable_notification_buttons, true, 2, 0), Flag(DataLoader__enable_performance_metrics, true, 2, 0), Flag(DataLoader__enable_performance_metrics_install_session_id_log, true, 2, 0), Flag(DataLoader__enable_performance_metrics_package_monitor_events, true, 2, 0), Flag(DataLoader__enable_prod_readlog_notice, false, 2, 0), Flag(DataLoader__enable_readlog_format_v3_for_read_logs_session, false, 2, 0), Flag(DataLoader__enable_readlog_format_v3_for_streaming_session, true, 2, 0), Flag(DataLoader__enable_selinux_patch_check, false, 2, 0), Flag(DataLoader__install_failures_per_app_threshold, 1, 1, 0), Flag(DataLoader__install_failures_threshold, 3, 1, 0), Flag(DataLoader__install_loop_threshold_seconds, 86400, 1, 0), Flag(DataLoader__killswitch_incremental_dataloader, true, 2, 0), Flag(DataLoader__known_external_digesters, 'ChkKF2NvbS5haG5sYWIudjNtb2JpbGVwbHVzChsKGWNvbS50cmFuc3Npb24ucGhvbmVtYXN0ZXIKLAoqY29tLnNlY3VyaXR5YW5kcHJpdmFjeS5hbmRyb2lkLnZlcml6b24udm1zChgKFmNvbS5jbGVhbnRlYW0ub25lYm9vc3QKIgogY29tLmF2YXN0LmFuZHJvaWQubW9iaWxlc2VjdXJpdHkKKwopY29tLnJvb3QuY2xlYW4uYm9vc3QuZXhwbG9yZXIuZmlsZW1hbmFnZXIKDQoLY29tLmxvb2tvdXQKDwoNY29tLmFudGl2aXJ1cwoOCgxjb20ua21zLmZyZWUKHQobY29tLndzYW5kcm9pZC5zdWl0ZS50bW9iaWxlChgKFmNvbS5hdHQubW9iaWxlc2VjdXJpdHkKGgoYY29tLm5veGdyb3VwLmFwcC5jbGVhbmVyChkKF2NvbS5oeXVuZGFpY2FyZC5hcHBjYXJkCh0KG2NvbS5zeW1hbnRlYy5tb2JpbGVzZWN1cml0eQobChljb20uY2xlYW50ZWFtLm9uZXNlY3VyaXR5CiIKIGNvbS5hcHBzaW5ub3ZhLmFuZHJvaWQua2VlcGNsZWFuCjcKNXBob25lY2xlYW5lci5hbmRyb2lkbWFzdGVyLmNsZWFudXBzcGFjZS5waG9uZS5ib29zdGVyChMKEWNvbS5lc3Rzb2Z0LmFseWFjChwKGmNvbS50b29sLnBvd2VyLnN3ZWVwLmNsZWFuChUKE2NvbS53c2FuZHJvaWQuc3VpdGUKIgogY29tLmFobmxhYi52M21vYmlsZXNlY3VyaXR5LnNvZGEKGwoZY29tLm5veGdyb3VwLmFwcC5zZWN1cml0eQonCiVjb20uZmlsZS5leHBsb3Jlci5tYW5hZ2VyLnNwYWNlLmNsZWFuChIKEGNvbS5wc2FmZS5tc3VpdGUKHAoaa3IuY28uc2hpZnR3b3Jrcy52Z3VhcmR3ZWIKEgoQbmV0Lm5zaGMuZHJvaWR4MwofCh1jb20uY2xlYW5lci5ib29zdC5qdW5rLnN5c3RlbQobChljb20uYXZhc3QuYW5kcm9pZC5jbGVhbmVyChIKEGNvbS52aXJ1cy5odW50ZXIKEQoPY29tLmF2Zy5jbGVhbmVyChUKE2Zhc3Quc2FmZS5ndWFyZC52cG4KHgocb3JnLm1hbHdhcmVieXRlcy5hbnRpbWFsd2FyZQoSChBmYXN0LnBob25lLmNsZWFuChgKFmNvbS5jbGVhbm1hc3Rlci5tZ3VhcmQKEgoQY29tLmVzZXQuZW1zMi5ncAozCjFjb20uYW50aXZpcnVzLm1vYmlsZXNlY3VyaXR5LnZpcnVzY2xlYW5lci5hcHBsb2NrChEKD2NvbS50cGxpbmsudHBtNQoZChdjb20uaWNsZWFuLm1hc3Rlci5ib29zdAoTChFjb20uYXZpcmEuYW5kcm9pZAoeChxqcC5jby55YWhvby5hbmRyb2lkLnlicm93c2VyCiEKH2NvbS5mcmVlLnZwbi5zdXBlci5ob3RzcG90Lm9wZW4KGgoYY29tLmJpdGRlZmVuZGVyLnNlY3VyaXR5CgsKCWNvbS5kcndlYgoyCjBjb20udHJlbmRtaWNyby50bW1zcGVyc29uYWwuanAuZ29vZ2xlcGxheXZlcnNpb24KLAoqY2xlYW4ucGhvbmUuY2xlYW5lci5ib29zdC5zZWN1cml0eS5hcHBsb2NrChkKF2NvbS5sdWRhc2hpLnhzdXBlcmNsZWFuCh4KHGNvbS5zZWN1cml0eS5hbnRpdmlydXMuY2xlYW4KIQofY29tLnN1cmZzaGFyay52cG5jbGllbnQuYW5kcm9pZAooCiZmYW5jeWNsZWFuLmJvb3N0LmFudGl2aXJ1cy5qdW5rY2xlYW5lcgoaChhjb20ubm94Z3JvdXAuYXBwLmJvb3N0ZXIKIgogY29tLnNjYW52aXJ1cy5hbnRpdmlydXMuc2VjdXJpdHkKLQorY29tLm5ld2NsZWFuLmNsZWFuZXIuc2VjdXJpdHkuYm9vc3Rlci5ib29zdAoUChJjb20ucWlob28uc2VjdXJpdHkKLAoqY29tLmZpbGVtYW5hZ2VyLmZpbGVzLmV4cGxvcmVyLmJvb3N0LmNsZWFuCicKJXBob25lLmNsZWFuZXIuYW50aXZpcnVzLnNwZWVkLmJvb3N0ZXIKEwoRY29tLnZpcnVzLnJlbW92ZXIKMAouY29tLmRvZG8uY2xlYW4ubWFzdGVyLmJhdHRlcnkuc2F2ZXIuY3B1LmNvb2xlZAobChljb20ubGd1cGx1cy5ibG9ja3NtaXNoaW5nChoKGGNvbS5jbGVhbm1hc3Rlci5zZWN1cml0eQogCh5jb20ucmVsaWFuY2VqaW8ubW9iaWxlc2VjdXJpdHkKKAomYXNlY3VyaXR5LnBob25lLmp1bmsuY2xlYW5lci5hbnRpdmlydXMKGQoXY29tLnN5bWFudGVjLmNsZWFuc3dlZXAKFwoVY29tLm1vYmlrZWVwZXIuZ2xvYmFsChMKEWNsZWFuZXIuYW50aXZpcnVzCi4KLHZpcnVzLmNsZWFuZXIuYW50aXZpcnVzLnBob25lLnNlY3VyaXR5LmJvb3N0ChYKFGNvbS5zaGFya25pbmphLnNoYXJrCjAKLmNvbS5jbGVhbi5vbmVib29zdC5jbGVhbmVyLm9uZWJvb3N0ZXIuc2VjdXJpdHkKIAoeY29tLm1heGRldmxhYi5jbGVhbmVyLnNlY3VyaXR5ChYKFGNvbS5sdWRhc2hpLnNlY3VyaXR5ChIKEGNvbS5zaGllbGRlci5wcm8KEQoPY29tLnMuYW50aXZpcnVzCiUKI2NvbS5hbnRpdmlydXNtYXN0ZXIub25lYm9vc3RjbGVhbmVyCh0KG3VubGltaXRlZC5zZWN1cmV2cG4uZnJlZXZwbgoaChhjb20uY3liZXIuZGZjLnBvbGFudGlzcHkKGAoWY29tLmticy5jb3JlLmFudGl2aXJ1cwokCiJjb20uYW50aXZpcnVzLmFwcGxvY2suY2xlYW5ib29zdGVyCh0KG2NvbS5zdXBl +02-27 07:58:22.879 9916 9937 D GetConfigurationSnapsho: cnZwbi52cG4uZnJlZS5wcm94eQoyCjBjb20uZm9xaWkucGhvbmUuc2VjdXJpdHkudmlydXMuY2xlYW5lci5hbnRpdmlydXMKFAoSY29tLmZhbGNvbi5jbGVhbmVyChcKFWNvbS5hdmFzdC5hbmRyb2lkLnZwbgosCipjbS5jbGVhbi5tYXN0ZXIuY2xlYW5lci5ib29zdGVyLmNwdS5jb29sZXIKFAoSY29tLmN4emguYW50aXZpcnVzChIKEGNvbS5yYXlkZW0uYm9vc3QKFgoUY29tLnNrdGVsZWNvbS50Z3VhcmQKHQobY29tLnRyZW5kbWljcm8udG1tc3BlcnNvbmFsCj8KPXBob25lLmFudGl2aXJ1cy52aXJ1cy5jbGVhbmVyLmp1bmsuY2xlYW4uc3BlZWQuYm9vc3Rlci5tYXN0ZXIKFQoTY29tLmFkc3RvY2FzaC5ib29zdAoSChBjb20uc29waG9zLnNtc2VjChsKGWNvbS5iaXRkZWZlbmRlci5hbnRpdmlydXMKFgoUZXUuZmFpcmNvZGUubmV0Z3VhcmQKDwoNY29tLmRyd2ViLnBybwoeChxjb20uc3BlZWRvcHRpbWl6ZS50b29sLmNsZWFuChcKFWNvbS5yb2NrZXRtb3AuY2xlYW5lcgoSChBjb20ud290LnNlY3VyaXR5CjAKLmNvbS5jbGVhbmVyLmZhc3RjbGVhbmVyLmJvb3N0ZXIuc2VjdXJpdHkuY2xlYW4KKQonY29tLnJvY2tldC50b29scy5jbGVhbi5hbnRpdmlydXMubWFzdGVyChoKGGtyLm9yLmtmdGMubW9iaWxlYXB0MnlvdQouCixjb20uZm9xaWkucGhvbmUuY2xlYW4uYm9vc3Rlci5jbGVhbmVyLm1hc3RlcgokCiJmYW5jeWNsZWFuLmFudGl2aXJ1cy5ib29zdC5hcHBsb2NrCh4KHGNvbS53c2FuZHJvaWQuc3VpdGUubWV0cm9wY3MKGQoXY29tLnNhZmVob3VzZS5ib2R5Z3VhcmQKIAoeY29tLmNvb3ByZXNhcHBzLmZyZWUuYW50aXZpcnVzChgKFmNvbS5xdWlja2hlYWwucGxhdGZvcm0KIAoeY29tLmFwcHMuZ28uY2xlYW4uYm9vc3QubWFzdGVyCh4KHGNvbS53c2FuZHJvaWQuc3VpdGUudm9kYWVtZWEKFwoVY29tLmxhc2VyLmZpbGVtYW5hZ2VyChEKD2NvbS5qYi5zZWN1cml0eQoYChZjb20ua2FzcGVyc2t5LnNhZmVraWRzChUKE2NvbS5mc2VjdXJlLm1zLnBsdXMKFQoTY29tLmZzZWN1cmUubXMuc2FmZQoWChRjb20ud2Vicm9vdC5zZWN1cml0eQoSChBjb20uZG9uZ2J1bGlmZS5tChEKD2NvbS5rc21vYmlsZS5jYgoPCg1jb20uY21jbS5saXRlChsKGWNvbS5wYW5kYXNlY3VyaXR5LnBhbmRhYXYKCwoJY29tLmttc2pwCiAKHmpwLm5hdmVyLmxpbmVhbnRpdmlydXMuYW5kcm9pZAoiCiBjb20uZWhhd2suYW50aXZpcnVzLmFwcGxvY2sud2lmaQovCi1hbnRpdmlydXMuYW50aS52aXJ1cy5jbGVhbmVyLnNlY3VyaXR5LmJvb3N0ZXIKJAoiY29tLnJveXNvbGJlcmcuYW5kcm9pZC5kYXRhY291bnRlcgoZChdjb20ubGlvbm1vYmkucG93ZXJjbGVhbgodChtjb20ua2Flcm9zZHVwbGljYXRlc2NsZWFuZXIKIwohY29tLmFwcHNpbm5vdmEuYW5kcm9pZC5rZWVwc2VjdXJlChYKFGNvbS5mYWxjb24uYW50aXZpcnVzChMKEWNvbS5zaW1wbGVyLm1lcmdlCjYKNHN1cGVyY2xlYW5lci5waG9uZWNsZWFuZXIuYmF0dGVyeWRvY3Rvci5mYXN0Y2hhcmdpbmcKHwodY29tLnBob25laGVscGVyLmNsZWFuLmJvb3N0ZXIKHwodY29tLnRyZW5kbWljcm8uZnJlZXRtbXMuZ21vYmkKGwoZY29tLmZzZWN1cmUubXMua3BuLnZlaWxpZwoUChJjb20uYWx0cmlnaXQuYm9vc3QKEQoPY29tLmxvb2tvdXQubmV0ChYKFGNvbS5hbnRpdmlydXMudGFibGV0Ch0KG2FwcGxvY2suc2VjdXJpdHkuYXBwLmxvY2tlcgoWChRjb20uc2VjdXJpdHkuc2Nhbm5lcgoVChNjb20uenJnaXUuYW50aXZpcnVzChgKFmNvbS5sb29rb3V0LmVudGVycHJpc2UKFQoTY29tLnZvZGFmb25lLnNuLnZwbgoPCg1jb20ucy5jbGVhbmVyCiAKHmNvbS5kaWFueGlub3Mub3B0aW1pemVyLmR1cGxheQobChljb20uZ3VhcmRpYW4uc2VjdXJpdHkucHJpChgKFmNvbS5idC53c2FuZHJvaWQuc3VpdGUKMQovZmFuY3ljbGVhbi5jbGVhbmVyLmJvb3N0LnByaXZhY3kuYW50aXZpcnVzLm1pbmkKJAoiY29tLmxvb2thbmRmZWVsLmNsZWFuZXJmb3J3aGF0c2FwcAojCiFjb20uYW5kcm9pZGFybXkuT3NEZWZlbmRlckJvb3N0ZXIKGgoYY29tLnN5bWFudGVjLm5vcnRvbi5zbmFwChYKFGNvbS5hcmNhbmUuaW5jb2duaXRvCiAKHmNvbS5vbmVhcHAubWF4LmNsZWFuZXIuYm9vc3RlcgodChtjb20ueC5mcmVlLmZpbGUubWFuYWdlci5hcHAKEQoPY29tLnplbi5ib29zdGVyCh4KHGNvbS5rYXNwZXJza3kuc2VjdXJpdHkuY2xvdWQKGgoYY29tLnF1YW5taGQuc3VwZXJjbGVhbmVyCiAKHmNvbS5yYW9uc2VjdXJlLm1vYmlsZS5zZWN1cml0eQogCh5jb20uaHlwZXJzcGVlZC5yb2NrZXRjbGVhbi5wcm8KFgoUY29tLmlvYml0Lm1vYmlsZWNhcmUKEQoPbW9iaWxlLmd1cnUuYXBwChgKFmNvbS52aXJ1cy5hcHBzLmNsZWFuZXIKIAoeY29tLnJ1ZHJhdW0ucnVkcmF1bVRodW1iMlRoaWVmCiIKIGNvbS50cmVuZG1pY3JvLnRtbXNwZXJzb25hbC5hcGFjCiUKI2NvbS5idWxsZ3VhcmQubW9iaWxlLm1vYmlsZXNlY3VyaXR5ChkKF2NvbS5xaWhvby5zZWN1cml0eS5saXRlCjUKM2NvbS5zdGFycnljYW1lcmEuZnVubnllZmZlY3RzLm1ha2V1cGZpbHRlcnMuY29sbGFnZQoaChhjby5wYW1vYmlsZS5nYW1lbGF1bmNoZXIKHQobY29tLm9uZWFwcC5tYXguc2VjdXJpdHkucHJvChQKEmNvbS5wdWZmLmFudGl2aXJ1cwodChtjb20uem9uZXIuYW5kcm9pZC5hbnRpdmlydXMKIAoeaXQud2luZHRyZS53aW5kLm1vYmlsZXNlY3VyaXR5Ci0KK2NvbS5jbGVhbl9hbnRpdmlydXMuc2VjdXJpdHkubWFzdGVyLmJvb3N0ZXIKHwodY29tLmhhbmFza2NhcmQubW9iaWxlY2FyZC5hcHAKFwoVY29tLmVzZXQuZW1zMi5tZWdhZm9uCgoKCGNvbS5tZWdhChkKF2RlLmdkYXRhLm1vYmlsZXNlY3VyaXR5CioKKGNvbS5hbnRpdmlydXMucy5zZWN1cml0eS5ib29zdGVyLnNwZWVkdXAKGwoZY29tLmFwdXNhcHBzLnR1cmJvY2xlYW5lcgotCitjb20ucnZhcHBzdHVkaW9zLnNwZWVkX2Jvb3N0ZXJfanVua19jbGVhbmVyChUKE2NvbS5hcGUuY2xlYW5hc3Npc3QKGwoZY29tLm93bC5mYXN0Y2xlYW5lci5ib29zdAoPCg1 +02-27 07:58:22.879 9916 9937 D GetConfigurationSnapsho: vcmcuYW50aXZpcnVzChsKGWNvbS5iYXR0ZXJ5LnNtYXJ0Lm1hbmFnZXIKLAoqY29tLmFwcHMuc2VjdXJpdHkubWFzdGVyLmFudGl2aXJ1cy5hcHBsb2NrChYKFGNvbS5sbS5wb3dlcnNlY3VyaXR5ChcKFWJyLmNvbS5mcy52aXZvcHJvdGVnZQolCiNjb20uYW50aXZpcnVzLmZyZWUuc2VjdXJpdHkuY2xlYW5lcgoWChRjb20uYXBwbG9jay5sYXVuY2hlcgoUChJjb20ubWljcm9zb2Z0LnNjbXgKEQoPY29tLmVzZXQubXllc2V0ChkKF2NvbS5wcm90ZWN0c3Rhci5hbnRpc3B5CiQKImNvbS50YXB0ZWNobm9sb2d5LmFudGl2aXJ1cy5tb2JpbGUKGQoXY2xlYW5waG9uZS5ib29zdGVyLnNhZmUKGwoZY29tLnRyZW5kbWljcm8uZHIuYm9vc3RlcgoaChhkZS50ZWxla29tLnByb3RlY3Rtb2JpbGUKHwodanAuY28ueWFob28uYW5kcm9pZC55c2VjdXJpdHkKGQoXY29tLmNvb3ByZXMuYXBwLmJvb3N0ZXIKEwoRY29tLmVzZXQuZW5kcG9pbnQKHQobY29tLnNlY3VyaXR5LmFudGl2aXJ1cy5zY2FuCiIKIGNvbS5rN2NvbXB1dGluZy5hbmRyb2lkLnNlY3VyaXR5ChAKDmNvbS5vcmFuZ2Uua21zChgKFmNvbS5mYXN0dHJhY2suc2VjdXJpdHkKIwohY29tLmZhbmN5Y2xlYW4uc2VjdXJpdHkuYW50aXZpcnVzChwKGmNvbS5jb21vZG8uY2lzbWUuYW50aXZpcnVzCgwKCmNvbS5rbXMubWU', 5, 0), Flag(DataLoader__low_bandwidth_check_ttl, 9223372036854775807, 1, 0), Flag(DataLoader__low_bandwidth_threshold_for_streaming, 0, 1, 0), Flag(DataLoader__migrate_off_incfs, false, 2, 0), Flag(DataLoader__migrate_off_incfs_app_blocklist, '', 5, 0), Flag(DataLoader__on_demand_bulk_write_page_count, 256, 1, 0), Flag(DataLoader__override_install_details_app_allowlist, '', 5, 0), Flag(DataLoader__package_monitor_event_max_logging_interval, 'CKA4', 5, 0), Flag(DataLoader__performance_metrics_rest_stream_progress_chunk_size, 1, 1, 0), Flag(DataLoader__readlogs_cache_expiration_ms, 7200000, 1, 0), Flag(DataLoader__readlogs_logging_batch_size, 2000, 1, 0), Flag(DataLoader__rest_stream_chunk_size_bytes, 2097152, 1, 0), Flag(DataLoader__rest_stream_download_immediate_fail_http_codes, 'CgaTA5QDmgM', 5, 0), Flag(DataLoader__rest_stream_download_initial_retry_delay, 'EIDKte4B', 5, 0), Flag(DataLoader__rest_stream_download_max_delay_time, 'CLBU', 5, 0), Flag(DataLoader__rest_stream_download_max_total_retry_time, 'CICjBQ', 5, 0), Flag(DataLoader__rest_stream_progress_reporting_chunk_interval, 2, 1, 0), Flag(DataLoader__set_incremental_readlogs_not_privacy_sensitive, false, 2, 0), Flag(DataLoader__set_streaming_test_session_logging_indicator, false, 2, 0), Flag(DataLoader__show_toast_in_release_build, false, 2, 0), Flag(DataLoader__streaming_environment, 1, 1, 0), Flag(DataLoader__temp_data_loader_files_expiration_ms, 172800000, 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, false, 2, 0), Flag(DetailsFragmentContentPadding__is_enabled, false, 2, 0), Flag(DetailsToDeliveryToken__is_enabled, true, 2, 0), Flag(DeveloperPage__enable_remote_device_integrity_check, false, 2, 0), Flag(DialogUiComponent__use_compose_dialogs_in_serp, false, 2, 0), Flag(DocKeyedCache__check_item_for_fields, false, 2, 0), Flag(DocKeyedCache__clear_item_cache_on_reasons, 'CgQICRAP', 5, 0), Flag(DocKeyedCache__do_blocking_io_on_future, false, 2, 0), Flag(DocKeyedCache__enable_disk_write_on_bg, false, 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_minimal_locking, false, 2, 0), Flag(DocKeyedCache__item_cache_size_in_mb, 3, 1, 0), Flag(DocKeyedCache__prewarm_item_cache_in_task, false, 2, 0), Flag(DocKeyedCache__return_non_propagating_future, false, 2, 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, fal +02-27 07:58:22.879 9916 9937 D GetConfigurationSnapsho: se, 2, 0), Flag(DownloadService__allocate_bytes_before_download, true, 2, 0), Flag(DownloadService__cronet_enable_herrevad_reporting, false, 2, 0), Flag(DownloadService__cronet_enable_http2, true, 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, 'ChFwYWkuZ29vZ2xlemlwLm5ldAoTcGxheS5nb29nbGVhcGlzLmNvbQoWc2VydmljZXMuZ29vZ2xlYXBpcy5jbgoTd29ya2Fyb3VuZC5ndnQxLmNvbQ', 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, 262144, 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_better_locking, 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__fallback_to_download_queue, 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__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__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, true, 2, 0), Flag(DownloadService__send_foreground_broadcast_on_status_update, true, 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, true, 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(DramaShortsFeatures__enable_persistent_nav, false, 2, 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__enab +02-27 07:58:22.880 9916 9937 D GetConfigurationSnapsho: le_premium_discover_tag, true, 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, true, 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, false, 2, 0), Flag(EnterpriseMainlineAutoUpdate__disable_mainline_update_policy, true, 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(FixImagesPreloadingHorizontalCluster__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_fife_in_app_comic_card, false, 2, 0), Flag(FlexibleContentCluster__enable_neutral_scrim_color_for_app_moments, false, 2, 0), Flag(FlexibleContentCluster__enable_swipe_gesture, true, 2, 0), Flag(FlexibleContentCluster__enable_tap_to_advance_gesture, false, 2, 0), Flag(FlexibleContentCluster__enable_theme_color_editorial_article_cards, 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(Fougasse__enable_logging_session_theme, true, 2, 0), Flag(GamerProfileAvatars__enable_copy_avatar_id_on_long_click, false, 2, 0), Flag(GamerProfilePage__enable_gpp_from_yh, true, 2, 0), Flag(GamerProfilePage__enable_stream_refresh, true, 2, 0), Flag(GenAiFeed__new_badge_max_sessions, 2, 1, 0), Flag(Generichomepagelatencysequencing__is_enabled, true, 2, 0), Flag(GetItemsContext__enable_get_items_context_for_details_page, false, 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__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, false, 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, false, 2 +02-27 07:58:22.880 9916 9937 D GetConfigurationSnapsho: , 0), Flag(IncrementalLoggingRetosClientSupport__is_enabled, false, 2, 0), Flag(InlineVideo__enable_yt_fragment_reuse, true, 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_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_low_priority_updates, true, 2, 0), Flag(InstallerV2__log_orphaned_downloads, 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_orphaned_downloads, true, 2, 0), Flag(Installer__create_jobs_async_on_install_queue_init, true, 2, 0), Flag(Installer__enable_group_install_preprocessor, true, 2, 0), Flag(Installer__enable_grpc_install_queue, true, 2, 0), Flag(Installer__enable_grpc_install_queue_in_process, true, 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, false, 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__log_install_committed, false, 2, 0), Flag(Installer__make_session_create_incremental_aware, true, 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, true, 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, false, 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, true, 2, 0), Flag(Installer__use_new_uninstalls_api, true, 2, 0), Flag(InstantCartCache__max_cache_size_in_mebibytes, 3, 1, 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, true, 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_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 +02-27 07:58:22.880 9916 9937 D GetConfigurationSnapsho: _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_multiplier, 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, true, 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(LocalRatings__enable_decide_bar_local_ratings_info_button, true, 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, 'CmqEEIIQgxDwD/AE7gTtBJAFjQWOBeMT5BPvE+YT5RPnE+gT6RPsE/AT8RP0E/UTvDGbBYMEhASFBLAEsQT+OtIU/iv/K9szvBS9FMEUwhTDFMQUvxTAFNU81jyYBZ0FsEDOMNAwzzCdBp4G', 5, 0), Flag(MediaAndEntertainmentDp__eligible_title_docid_list, 'CiBjb20uYW1hem9uLmF2b2QudGhpcmRwYXJ0eWNsaWVudAolY29tLmJ5ZGVsdXhlLmQzLmFuZHJvaWQucHJvZ3JhbS5zdGFyegoLY29tLmNicy5hcHAKG2NvbS5jcnVuY2h5cm9sbC5jcnVuY2h5cm9pZAoVY29tLmRpc25leS5kaXNuZXlwbHVzCg1jb20uaHVsdS5wbHVzChxjb20ucGVhY29ja3R2LnBlYWNvY2thbmRyb2lkCgljb20uc2xpbmcKCmNvbS50dWJpdHYKEmNvbS52aWFjb20uYmV0cGx1cwoQY29tLnZpa2kuYW5kcm9pZAoOY29tLndiZC5zdHJlYW0KEHR2LnBsdXRvLmFuZHJvaWQ', 5, 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_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__lib +02-27 07:58:22.880 9916 9937 D GetConfigurationSnapsho: rary_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_min_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(NativeBrotliCompression__native_brotli_compressed_fbf_patches_targeting_controller, false, 2, 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, 'Ch1wbGF5LWxoLmdvb2dsZXVzZXJjb250ZW50LmNvbQoLaS55dGltZy5jb20', 5, 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(NotificationBellCount__enable_fetch_nc_stream_in_daily_hygiene, false, 2, 0), Flag(NotificationBellCount__enable_server_count_update_on_nc_markasread, false, 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, false, 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, false, 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, true, 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(PcsiTabLatencyLogg +02-27 07:58:22.880 9916 9937 D GetConfigurationSnapsho: ing__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(PhoneskyDealsHomeFeatures__max_indicator_count, 3, 1, 0), Flag(PhoneskyDealsHomeFeatures__max_tooltip_count, 3, 1, 0), Flag(PhoneskyDeviceTier__device_tier, 0, 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_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, 1, 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_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__module_above_ratings_and_reviews, true, 2, 0), Flag(PolicyTesting__enable_bool_flag, false, 2, 0), Flag(PolicyTesting__test_int_flag, 0, 1, 0), Flag(PolicyTesting__test_string_flag, '', 4, 0), Flag(PortraitVideosOnMdp__enable_autoplay_for_mdp_portrait_video, false, 2, 0), Flag(PortraitVideosOnMdp__enable_original_video_thumbnail_for_mdp_portrait_video, 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(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, true, 2, 0), Flag(ReEngagementAds__enable_multi_layout_cluster, true, 2, 0), Flag(RedeemAcquireLoadingScreenFix__enable_full_screen, false, 2, 0), Flag(ReleaseNotesIntegration__test_bool_flag, true, 2, 0), Flag(ReleaseNotesIntegration__test_int_flag, 0, 1, 0), Flag(ReleaseNotesIntegration__test_string_flag, '', 4, 0), Flag(RenderPartialDetailsPage__min_partial_dp_app_fields, 'ChABAgQICw4bHB0eHyIjS15g', 5, 0), Flag(RenderPartialDetailsPage__min_partial_dp_shared_fields, 'CgcBAgYKCwwV', 5, 0), Flag(RenderPartialDetailsPage__render_min_partial_dp_for_dl, false, 2, 0), Flag(RequestQos__enable_latency_tolerant_qos_endpoints, 'apps/contentSync,accountSync,autoUpdate,bulkDetails,bulkPrefetch,delivery,ees/bulkAcquire,getPrefetchRecommendations,replicateLibrary,fdfe/getPlayArtProfileConfig,fdfe +02-27 07:58:22.880 9916 9937 D GetConfigurationSnapsho: /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, true, 2, 0), Flag(ReviewConsumption__enable_review_consumption_redesign, true, 2, 0), Flag(ReviewConsumption__enable_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, 1, 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_dispatch, true, 2, 0), Flag(SafetyCenter__enable_safety_center_receiver, true, 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_vertical_scroll_interruption_logging, true, 2, 0), Flag(SeamlessTransitions__navigation_debounce_timeout, '', 5, 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, true, 2, 0), Flag(SerpLazyColumn__is_enabled, false, 2, 0), Flag(ServerDrivenSearchListResults__enable_search_list_results_card_view, true, 2, 0), Flag(ServerDrivenTopCharts__enable_top_charts_card_view, true, 2, 0), Flag(SettingsPage__legal_notice_menu_url, 'https://support.google.com/googleplay/?p=about_play', 4, 0), Flag(SharedCacheClearing__unique_id, 0, 1, 0), Flag(SingletonViewPool__enable_singleton_view_pool, true, 2, 0), Flag(StickyTab__sticky_tab_reset_value, 268101556, 1, 0), Flag(StopParsingGclid__enable_stop_parsing_gclid, false, 2, 0), Flag(StreamSystem__use_page_header_cluster_for_editorial_style_headers, false, 2, 0), Flag(SubscriptionSkus__enable_hygiene_job_for_install_and_subscribe_cleanup, false, 2, 0), Flag(SubscriptionSkus__enable_primary_install_and_subscribe_action_button, false, 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(TubeskyAggregatedHomeFix__is_enabled, false, 2, 0), Flag(TubeskyAggregatedHomeFix__restore_initial_behavior, false, 2, 0), Flag(TubeskyAmati__enable_amati_glow, true, 2, 0), Flag(TubeskyAmati__enable_tv_modules_adapter, true, 2, 0), Flag(TubeskyAutoUpdateSettingSlice__is_enabled, true, 2, 0), Flag(TubeskyEmbeddedVideoThumbnail__is_enabled, true, 2, 0), Flag(TubeskyFastDeepLink__is_enabled, true, 2, 0), Flag(TubeskyMenuOptimization2__is_enabled, true, 2, 0), Flag(TubeskyMenuOptimization__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(TubeskyUnauth__enable_unauth_updates, true, 2, 0), Flag(Tubesky__enable_high_quality_images, true, 2, 0), Flag(Tubesky__enable_new_tv_browse_fragment, true, 2, 0), Flag(Tubesky__enable_new_tv_details_fragment, true, 2, 0), Flag(Tubesky__enable_new_tv_search_fragment, true, 2, 0), Flag(Tubesky__enable_tv_tabs_layout, true, 2, 0), Flag(UiComponentFlattenHierarchy__migrate_wide_media_cl20, tr +02-27 07:58:22.880 9916 9937 D GetConfigurationSnapsho: ue, 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, true, 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__enable_for_activity, false, 2, 0), Flag(UnivisionDataProtoPrewarm__enable_for_process_start, false, 2, 0), Flag(UnivisionDataProtoPrewarm__enable_for_serp, false, 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__home_url_paths, 'CgpzdWJuYXZIb21l', 5, 0), Flag(UnivisionHomeIa__is_enabled, false, 2, 0), Flag(UnivisionJankFixes__is_yt_overdraw_fix_enabled, true, 2, 0), Flag(UnivisionUiLogging__enable_gil_for_my_reviews, false, 2, 0), Flag(UnivisionUiLogging__enable_legacy_for_my_reviews, true, 2, 0), Flag(Univision__disable_lazy_column_fade_animation, false, 2, 0), Flag(Univision__disable_preinflation, false, 2, 0), Flag(Univision__enable_aot_state_logging, false, 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, 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_early_fetch_async_ads, false, 2, 0), Flag(Univision__enable_entry_point_logging_optimization, false, 2, 0), Flag(Univision__enable_generic_card_cluster_v3, false, 2, 0), Flag(Univision__enable_lazy_column_specifying_item_type, true, 2, 0), Flag(Univision__enable_metadataui_improvements, true, 2, 0), Flag(Univision__enable_metadataui_v2, false, 2, 0), Flag(Univision__enable_my_reviews_page, false, 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, false, 2, 0), Flag(Univision__enable_serp, false, 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__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_de +02-27 07:58:22.880 9916 9937 D GetConfigurationSnapsho: lay_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_line, false, 2, 0), Flag(UserLanguages__enable_language_split_per_app_value_store, true, 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_displaymodeswitcher_on_details_shim_fragment, false, 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, 819574325, 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(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, false, 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(VisualRe +02-27 07:58:22.880 9916 9937 D GetConfigurationSnapsho: freshPhase2__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_phase_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(Wayfinder__enable_call_to_action_button_link_change, false, 2, 0), Flag(WearHygieneOptimization__enable_wear_hygiene_optimization, true, 2, 0), Flag(Webview__exact_url_allowlist, '', 5, 0), Flag(Webview__subdomain_allowlist, 'ChNhY2NvdW50cy5nb29nbGUuY29tCg9kb2NzLmdvb2dsZS5jb20KD3BsYXkuZ29vZ2xlLmNvbQoTcG9saWNpZXMuZ29vZ2xlLmNvbQoQc3RvcmUuZ29vZ2xlLmNvbQ', 5, 0), Flag(WideMediaVideoScreenshotHeightOverride__enable_cluster_height_override, false, 2, 0), Flag(YoutubePlayerLogging__disable_server_logging_for_youtube_players, false, 2, 0) +02-27 07:58:22.880 9916 9937 D GetConfigurationSnapsho: byFlagStorageType, deleteSet = +02-27 07:58:22.881 9916 9941 I Finsky : [53] lct.h(7): Already at the latest configurations for experiment package com.google.android.finsky.stable. +02-27 07:58:22.881 9916 9945 I Finsky : [57] lct.h(1): Triggered update for experiment package com.google.android.finsky.regular. +02-27 07:58:22.888 9916 9937 D GetConfigurationSnapsho: getFullConfigurations +02-27 07:58:22.898 9916 9937 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(AcquireClientConfig__enable_accessibility_info, false, 2, 0), Flag(AcquirePurchaseCodegen__enable_inapp_purchase_data_list_in_response_bundle, true, 2, 0), Flag(AcquirePurchaseCodegen__enable_new_backend_docid_for_logging_backend, 'CglDTE9VRENBU1QKBE5FU1QKCVdPUktTUEFDRQoQWU9VVFVCRV9DT01NRVJDRQoFT0NFQU4', 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, true, 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(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(AlleyOopDiversion__hsdp_spring_animation_stiffness, 700.0, 3, 0), Flag(AlleyOopExternalTheme__enable_external_callers_theme, true, 2, 0), Flag(AlleyOopInstallBehavior__relaunch_initial_dialog_on_install_cancel, true, 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(AppContentServiceContentFetcherSettings__client_integration_config, 'CjkKC2JvdXlndWVzLXR2EioKGmZyLmJvdXlndWVzdGVsZWNvbS50di5iYnVpEgIKABoCEgAiAiIAKgAKJQoHZGlyZWN0dhIaCgpjb20uYXR0LnR2EgIKABoCEgAiAiIAKgAKMQoOZGlyZWN0di10di1kZXYSHwoPY29tLmF0dC50di5kZnc2EgIKABoCEgAiAiIAKgAKKwoEaXR2eBIjChNhaXIuSVRWTW9iaWxlUGxheWVyEgIKABoCEgAiAiIAKgAKLQoHaXR2eC10dhIiChJ1ay5jby5mcmVldmlldy5pdHYSAgoAGgISACICIgAqAApOCgxtZXJjYWRvLXBsYXkSPgohY29tLm1lcmNhZG9saWJyZS5hbmRyb2lkLm1wbGF5X3R2EgIKABoCEgAiAiIAKg0KCwoAEgcKAgoAEgEBCisKBHBsZXgSIwoTY29tLnBsZXhhcHAuYW5kcm9pZBICCgAaAhIAIgIiACoACiwKCHBsdXRvLXR2EiAKEHR2LnBsdXRvLmFuZHJvaWQSAgoAGgISACICIgAqAAorCgVzbGluZxIiCgljb20uc2xpbmcSAgoAGgISACICIgAqCQoHEgMSAQIiAApHChJzb255LXBpY3R1cmVzLWNvcmUSMQoUY29tLnNvbnlwaWN0dXJlc2NvcmUSAgoAGgISACICIgAqDQoLCgASBwoCCgASAQEKMwoHc29ueWxpdhIoCgtjb20uc29ueWxpdhICCgAaAhIAIgIiACoNCgsKABIHCgIKABIBAQo0CgpzcG90aWZ5LXR2EiYKFmNvbS5zcG90aWZ5LnR2LmFuZHJvaWQSAgoAGgISACICIgAqAAorCgRzdGFuEiMKD2F1LmNvbS5zdGFuLmFuZBICCgAaAgoAGgISACICIgAqAAozCgpzdHYtcGxheWVyEiUKFXR2LnN0di5hbmRyb2lkLnBsYXllchICCgA +02-27 07:58:22.898 9916 9937 D GetConfigurationSnapsho: aAhIAIgIiACoACjIKCHN2dC1wbGF5EiYKFnNlLnN2dC5hbmRyb2lkLnN2dHBsYXkSAgoAGgISACICIgAqAAo5CgZ0ZWxhc2ESLwofY29tLmtkZGkuYW5kcm9pZC5zdGI0a3ZpZGVvcGFzcxICCgAaAhIAIgIiACoACjQKEHRoZS1yb2t1LWNoYW5uZWwSIAoQY29tLnJva3Uud2ViLnRyYxICCgAaAhIAIgIiACoAClQKFHYtZmFzdC1jaGFubmVsLWd0djRvEjwKEmpwLmZhc3R2Lmd0di50dmFwcBICCgAaAhIAIgIiACoaCgsKABIHCgIKABIBAQoLEgcKAgoAEgEDKgAKLQoFdmlkaW8SJAoUY29tLnZpZGlvLmFuZHJvaWQudHYSAgoAGgISACICIgAqAAo1Cgh3YWlwdS10dhIpChBkZS5leGFyaW5nLndhaXB1EgIKABoCEgAiAiIAKgkKBxIDEgECIgAKOgoPeHN0cmVhbS1wbGF5LXR2EicKF3R2LmFpcnRlbC54c3RyZWFtLnR2YXBwEgIKABoCEgAiAiIAKgAKKwoHeHVtby10dhIgChBjb20ueHVtby54dW1vLnR2EgIKABoCEgAiAiIAKgAKSAoKeW91dHViZS1schI6Ch1jb20uZ29vZ2xlLmFuZHJvaWQueW91dHViZS50dhICCgAaAhIAIgIiACoNCgsKABIHCgIKABIBAQo3CgR6ZWU1Ei8KEmNvbS5ncmF5bWF0cml4LmRpZBICCgAaAhIAIgIiACoNCgsKABIHCgIKABIBARJKCgYQBxgBIDISBhABGAAgFCIGEAEYASAUKgIQAzICEAE6AhABSgIQAVICEAFaAhABYggKBhoECgIaAGoCEANyBhABGAEgAnoCEAE', 5, 0), Flag(AppContentServiceContentFetcherSettings__get_home_stream_timeout, 'CAQ', 5, 0), Flag(AppContentServiceContentFetcherSettings__get_home_stream_timeout_in_millis, 2000, 1, 0), Flag(AppContentServiceContentFetcherSettings__get_providers_timeout, 'CAQ', 5, 0), Flag(AppContentServiceContentFetcherSettings__package_name_map, 'CiIKB2F1ZGlibGUSF2NvbS5hdWRpYmxlLmFwcGxpY2F0aW9uChgKB2JldC1ub3cSDWNvbS5iZXQuc2hvd3MKHgoIYmV0LXBsdXMSEmNvbS52aWFjb20uYmV0cGx1cwovCg5jb21lZHktY2VudHJhbBIdY29tLnZtbi5hbmRyb2lkLmNvbWVkeWNlbnRyYWwKNAoOZGlzY292ZXJ5LXBsdXMSImNvbS5kaXNjb3ZlcnkuZGlzY292ZXJ5cGx1cy5tb2JpbGUKFQoEZXBpeBINY29tLmVwaXguZXBpeAodCghlcGl4LW5vdxIRY29tLmVwaXguZXBpeC5ub3cKIQoDZm9kEhphaXIuanAuY28uZnVqaXR2LmZvZHZpZXdlcgofCgpmb3gtbmF0aW9uEhFjb20uZm5nLmZveG5hdGlvbgofCghmb3gtbmV3cxITY29tLmZveG5ld3MuYW5kcm9pZAoWCgdmb3gtbm93Egtjb20uZm94Lm5vdwogCghoYXlzdGFjaxIUY29tLmhheXN0YWNrLmFuZHJvaWQKGgoJaHVsdS1wbHVzEg1jb20uaHVsdS5wbHVzCicKBGpveW4SH2RlLnByb3NpZWJlbnNhdDFkaWdpdGFsLnNldmVudHYKIwoGa29jb3dhEhljb20ua29jb3dhLmFuZHJvaWQubW9iaWxlCikKD21vdmllcy1hbnl3aGVyZRIWY29tLm1vdmllc2FueXdoZXJlLmdvbwofCgNtdHYSGGNvbS5tdHZuLm10dlByaW1lQW5kcm9pZAoQCgRtdWJpEghjb20ubXViaQobCgRva29vEhNmci5mcmFuY2V0di56b3V6b3VzCioKEXBhcmFtb3VudC1uZXR3b3JrEhVjb20udm1uLmFuZHJvaWQuc3Bpa2UKHwoRcGFyYW1vdW50LXBsdXMtY2ESCmNvbS5jYnMuY2EKGwoEcGxleBITY29tLnBsZXhhcHAuYW5kcm9pZAouCglwcm9zaWViZW4SIWRlLnByb3NpZWJlbnNhdDFkaWdpdGFsLnByb3NpZWJlbgooCgpyZWRidWxsLXR2Ehpjb20ubm91c2d1aWRlLmFuZHJvaWQucmJ0dgokCg1yaXZlLWFsYWNhcnRhEhNydHZlLnRhYmxldC5hbmRyb2lkChUKCHNsaW5nLXR2Egljb20uc2xpbmcKFwoEc3RhbhIPYXUuY29tLnN0YW4uYW5kCi4KBXN0YXJ6EiVjb20uYnlkZWx1eGUuZDMuYW5kcm9pZC5wcm9ncmFtLnN0YXJ6ChUKB3R1YmktdHYSCmNvbS50dWJpdHYKHwoGdHdpdGNoEhV0di50d2l0Y2guYW5kcm9pZC5hcHAKGgoDdmgxEhNjb20ubXR2bi52aDFhbmRyb2lkChUKBHh1bW8SDWNvbS54dW1vLnh1bW8', 5, 0), Flag(AppContentService__allowed_package_signatures, 'CmwKKGNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLmF1dG9tb3RpdmUub3NjYXISQEE3Q0MxQzI4NjJGMzhCNDc4RTA2RkZGNzBDNjY4NTk5NjJEQkFBM0U3NEIwNEZEQ0VBMjc4MzMxQzBFNDAzQUIKaQolY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMubmV4dXNsYXVuY2hlchJANEI0RDlBQkRFOEYzRDY5ODc1NThDNzZFMjYxRTZGRTlEM0M3Q0MyOTlFQkVGMjJENTZERjYzMjFEQkFFMzU2MgppCiVjb20uZ29vZ2xlLmFuZHJvaWQuYXBwcy5waXhlbC5zdWJ6ZXJvEkBDNEJDNTE0NDk4NkU5NkVEOTQwMDFFNjM2NTg0NjU1MjRDNTdDM0I4RERBNEEzOUQxOTU3RDlBNzJFNjg5Njkw', 5, 0), Flag(AppContentService__allowed_packages, 'Cidjb20uZ29vZ2xlLmFuZHJvaWQuZ29vZ2xlcXVpY2tzZWFyY2hib3gKKmNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLm1lZGlhaG9tZS5sYXVuY2hlcgoTY29tLmFuZHJvaWQudmVuZGluZwolY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMubmV4dXNsYXVuY2hlcgooY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMuYXV0b21vdGl2ZS5vc2NhcgolY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMucGl4ZWwuc3ViemVybw', 5, 0), Flag(AppContentService__trusted_package_keys, 'Cmljb20uZ29vZ2xlLmFuZHJvaWQucGxheS5lbmdhZ2UudmVyaWZ5YXBwOkQzNEJFMTNBNjI1MDFGNEUwOEJGRjEwNDgzNzg5NjA5RjI1MjFBRUQ1M0VBNDcyNDkyNTlGNzA0RUYwODMwNzU', 5, 0), Flag(AppDependencyInstall__enable_request_install_access_filter, true, 2, 0), Flag(AppDependencyInstall__request_install_access_filter, 'ChRjb20uZ29vZ2xlLmFyLmNvcmV8LQo1Y29tLmdvb2dsZS5hbmRyb2lkLnBsYXkuZ2FtZXN8K2NvbS5nb29nbGUuYW5kcm9pZC5nbXM', 5, 0), Flag(AppDetailsInAppProducts_ +02-27 07:58:22.898 9916 9937 D GetConfigurationSnapsho: _enable_in_app_products_cards_collapsed, false, 2, 0), Flag(AppDetailsInAppProducts__enable_in_app_products_cards_expanded, false, 2, 0), Flag(AppEngageServiceSettings__third_party_content_provider_allowlist, 'Chdjb20uYXVkaWJsZS5hcHBsaWNhdGlvbg', 5, 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(AppOpenDownloadManager__download_manager_notification_heads_up_delay, 'EICjw0c', 5, 0), Flag(AppOpenDownloadManager__enable_app_owner_check, false, 2, 0), Flag(AppOpenDownloadManager__enable_download_manager_notification, false, 2, 0), Flag(AppOpenDownloadManager__enable_download_manager_notification_clear_load, false, 2, 0), Flag(AppOpenDownloadManager__enable_download_manager_notification_see_more_button, false, 2, 0), Flag(AppOpenDownloadManager__enable_dual_channel_download_manager_notification, false, 2, 0), Flag(AppOpenDownloadManager__enable_high_priority_single_channel_download_manager_notification, false, 2, 0), Flag(AppOpenDownloadManager__enable_show_progress_download_manager_notification, false, 2, 0), Flag(AppPack__enable_app_pack, false, 2, 0), Flag(AppRestrictions__app_restrictions_update_message_whitelisted_packages, '+com.samsung.android.knox.kpu,com.aavamobile.oemconfig,com.archos.oemconfig,com.bartec.oemconfig,com.bluebird.android.oemconfig,com.chainway.oemconfig.playstore,com.cipherlab.oemconfig.common,com.crosscall.oemconfig,com.datalogic.oemconfig,com.datalogic.oemconfig.beta,com.datalogic.settings.oemconfig,com.datalogic.settings.oemconfig.beta,com.ecom.ecommanager,com.ecom.econfig.smart,com.ecom.econfig.smart0x,com.ecom.enterprise.oemconfig,com.elotouch.elooemconfig,com.fcnt.arrowsconfig_test,com.fcnt.fun.oemconftestb,com.fcnt.mobile_phone.arrowsconfig,com.fcnt.mobile_phone.arrowsconfig_test,com.fcnt.mobile_phone.seniorcareconfig,com.fcnt.mobile_phone.seniorcareconfig_test,com.fcnt.mobile_phone.swupsetting,com.fcnt.mobile_phone.swupsetting_dl,com.fcnt.mobile_phone.sysoptionsetting,com.fcnt.mobile_phone.sysoptionsetting_test,com.getac.app.getacoemconfig,com.getac.app.oemconfigprivate,com.getac.app.getacoemconfigswprivate,com.getac.app.getacoemconfigswprivate.v2,com.getac.app.oemconfigswsupport,com.google.android.feedbacktestapp,com.handheldgroup.oemconfig.internal,com.honeywell.oemconfig.scanpal,com.handsfree.r5.r5oemconfig,com.hanshow.cart.oemconfig,com.hmdglobal.app.oemconfig,com.hmdglobal.app.oemconfig.n4_2,com.hmdglobal.app.oemconfig.n5_3,com.hmdglobal.app.oemconfig.n7_2,com.hmdglobal.app.staging_oemconfig,com.honeywell.oemconfig,com.honeywell.oemconfig.dev,com.honeywell.oemconfig.qa,com.huawei.mdm.dpc,com.isafemobile.ismconfig,com.iwaylink.oemconfig,com.jlt.oemconfig,com.lenovo.oemconfig.dev,com.lenovo.oemconfig.rel,com.lge.oemconfig,com.microsoft.intune,com.microsoft.oemconfig,com.microsoft.surface.config,com.microsoft.surface.oemconfig,com.microsoft.surface.oemconfig.cnry,com.mobiiot.managedconfigurations,com.motorola.oemconfig.demo,com.motorola.oemconfig.rel,com.motorolasolutions.lexoemconfig,com.oemconfig.janam,com.panasonic.mobile.demo_oemconfig,com.panasonic.mobile.oemconfig,com.panasonic.mobile.oemconfig.internal,com.rhinomobility.config,com.rhinomobility.oemc,com.rhinomobility.oemconfig,com.samsung.android.knox.kpu.beta,com.samsung.android.knox.kpu.demo,com.samsung.android.knox.kpu.poc,com.seuic.seuicoemconfig,com.sonim.oemappconfig,com.spectralink.barcode.service,com.spectralink.buttons,com.spectralink.slnkdevicesettings,com.spectralink.slnkdevicesettingstest,com.spectralink.slnklogger,com.spectralink.slnkvqo,com.st_oct.oemconfigtest,com.unitech.oemconfig,com.unitech.oemconfig.betatest,com.urovo.oemconfig,com.urovo.oemconfigs,com.xiaomi.oemconfig,com.zebra.enrollmentmgr,com.zebra.oemconfig.beta1,com.zebra.oemconfig.common,com.zebra.oemconfig.common.beta,com.zebra.oemconfig.rel +02-27 07:58:22.898 9916 9937 D GetConfigurationSnapsho: ease,com.zebra.oemconfig.workaround,device.apps.emkitagent,ezhu.oemconfig.test,jp.co.sharp.android.shoemconfig,jp.co.sharp.android.shoemconfig2,jp.kyocera.corp.manager,jp.kyocera.enterprisedeviceconfig,net.ezkit.oemconfig,net.m3mobile.app.oemconfig,com.google.android.apps.pixel.configurator', 4, 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_installed_app_info, true, 2, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_max_daily_size_bytes, 2097152, 1, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_max_profile_size_bytes, 1048576, 1, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_sample_threshold, 100, 1, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_snapshot_timeout_seconds, 3, 1, 0), Flag(ArtProfiles__enable_art_upload_app_must_have_code, true, 2, 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(AuthenticationReady__enable_enforce_strong_biometric_auth, 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__auto_update_exclude_foreground_allowlist, 'com.google.android.apps.dreamliner,com.google.android.katniss,com.google.android.apps.mediashell,com.google.android.tv.remote.service,com.google.android.apps.tv.launcherx,com.google.android.apps.nbu.smartconnect.tv,jp.co.sharp.av.android.cocorovision', 4, 0), Flag(AutoUpdateCodegen__cancel_queued_auto_installs_when_disable_auto_update, true, 2, 0), Flag(AutoUpdateCodegen__collect_update_failure_history, true, 2, 0), Flag(AutoUpdateCodegen__dark_launch_server_policy_logging_delay_ms, 10000, 1, 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_pol +02-27 07:58:22.898 9916 9937 D GetConfigurationSnapsho: icy, 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_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_mainline_server_policy, false, 2, 0), Flag(AutoUpdateCodegen__enable_dark_launch_phone_basic_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_global_rapid_autoupdate_policy, true, 2, 0), Flag(AutoUpdateCodegen__enable_gmscore_server_policy, true, 2, 0), Flag(AutoUpdateCodegen__enable_hidden_server_policy, false, 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_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_rapid_server_policy, true, 2, 0), Flag(AutoUpdateCodegen__enable_tv_basic_server_policy, true, 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_ms, 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, false, 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_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_f +02-27 07:58:22.898 9916 9937 D GetConfigurationSnapsho: ailure_history, true, 2, 0), Flag(AutoUpdateCodegen__share_user_auto_update_setting, true, 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, 'CiJjb20uZ29vZ2xlLmFuZHJvaWQuZ21zLnBheS5zaWRlY2FyChZnb3YubW9vc3lsdmFuaWEuZW54LnYzCh1jb20uZ29vZ2xlLmFuZHJvaWQuc2FmZXR5Y29yZQoeY29tLmdvb2dsZS5hbmRyb2lkLmNvbnRhY3RrZXlz', 5, 0), Flag(AutoUpdatePolicies__auto_deploy_disk_space_threshold_bytes, 1073741824, 1, 0), Flag(AutoUpdatePolicies__enable_enx_headless_deployment, false, 2, 0), Flag(AutoUpdatePolicies__enable_gpay_sidecar, false, 2, 0), Flag(AutoUpdatePolicies__enx_headless_allowed_packages, 'ChZnb3YubW9vc3lsdmFuaWEuZW54LnYzChFnb3Yuc2FtcGxlLmVueC52Mw', 5, 0), Flag(AutoUpdatePolicies__gpay_sidecar_dependent_packages, 'ChZjb20uZmVsaWNhbmV0d29ya3MubWZj', 5, 0), Flag(AutoUpdatePolicies__promise_icon_hidden_packages, 'ChZnb3YubW9vc3lsdmFuaWEuZW54LnYzChFnb3Yuc2FtcGxlLmVueC52MwoiY29tLmdvb2dsZS5hbmRyb2lkLmdtcy5wYXkuc2lkZWNhcgoSY29tLmdvb2dsZS5hci5jb3JlCh1jb20uZ29vZ2xlLmFuZHJvaWQuc2FmZXR5Y29yZQoeY29tLmdvb2dsZS5hbmRyb2lkLmNvbnRhY3RrZXlz', 5, 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_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, false, 2, 0), Flag(AutoplayVideos__enable_full_screen_support, false, 2, 0), Flag(AutoplayVideos__enable_overlay_on_pause, true, 2, 0), Flag(AutoplayVideos__enable_video_autoplaying, false, 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, false, 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__avoid_bulk_cancel_deep_links_and_details_requests, false, 2, 0), Flag(AvoidBulkCancelNetworkRequests__avoid_bulk_cancel_image_requests, false, 2, 0), Flag(Battlestar__install_api_killswitch, false, 2, 0), Flag(BmUnauthPaiUpdates__enable_bm_unauth_pai_app_updates, true, 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(BulkGrantEntitlement__enable_bulk_grant_entitlement, true, 2, 0), Flag(BulkGrantEntitlement__enable_logging_purchase_free_acquire_out_of_session, true, 2, 0), Flag(BundleSizeOptimization__enable_uibuilder_activity_saveinstancestate_bundle_log, false, 2, 0), Flag(BundleSizeOptimization__enable_uibuilder_bundle_deduplication, false, 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) +02-27 07:58:22.898 9916 9937 D GetConfigurationSnapsho: , 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, false, 2, 0), Flag(CarPermissions__kill_switch_app_permission_fragment, 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(Checkin__disable_checkin_receiver, 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, false, 2, 0), Flag(CommerceUnifiedLogging__enable_combined_logging, false, 2, 0), Flag(CommerceUnifiedLogging__enable_server_node_logging_for_purchase_background_event, true, 2, 0), Flag(ConfirmPriceChange__enable_bottomsheet, true, 2, 0), Flag(ConsumePurchase__enable_consume_purchase, false, 2, 0), Flag(ContentSync__max_num_retries, 5, 1, 0), Flag(ContentSync__retry_delay, 'CBQ', 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, false, 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(Cubes__is_dogfooder_device, false, 2, 0), Flag(CustomPreInflation__apps_preinflation_card_view_counts, '', 5, 0), Flag(CustomPreInflation__apps_preinflation_card_views, '', 5, 0), Flag(CustomPreInflation__enable_custom_preinflation, false, 2, 0), Flag(CustomPreInflation__enable_home_specific_preinflation, false, 2, 0), Flag(CustomPreInflation__games_preinflation_card_view_counts, '', 5, 0), Flag(CustomPreInflation__games_preinflation_card_views, '', 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(DetailsPageAct +02-27 07:58:22.898 9916 9937 D GetConfigurationSnapsho: ionButtonsPositionProvider__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_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, 'CIQH', 5, 0), Flag(DevTriggeredUpdatesCodegen__item_store_migration, true, 2, 0), Flag(DevTriggeredUpdates__dev_triggered_updates_package_controller, '-', 4, 0), Flag(DeviceAppInfo__log_device_app_info_in_session_data, true, 2, 0), Flag(DeviceAttributesSync__device_attributes_reuse_duration, 'CIDUkwE', 5, 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_devi +02-27 07:58:22.898 9916 9937 D GetConfigurationSnapsho: ce_interoperability_v1, false, 2, 0), Flag(DeviceLockControllerInstallPolicy__enable_device_lock_controller_install_policy, true, 2, 0), Flag(DeviceLockControllerInstallPolicy__enable_device_lock_controller_install_policy_beta_channel_apps, true, 2, 0), Flag(DeviceSettings__enable_device_settings, true, 2, 0), Flag(DeviceSetupCodegen__disable_atl_rro_restore_during_deferred_setup, 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(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, true, 2, 0), Flag(DisableFadeAnimations__disable_fadein_animation, true, 2, 0), Flag(DisablePreRegistrationReleaseNotificationRetries__is_enabled, false, 2, 0), Flag(DisplayApkSize__display_apk_size, true, 2, 0), Flag(DoubleClickPrevention__double_click_prevention_threshold_ms, 700, 1, 0), Flag(DownloadManager__complete_download_when_status_success, true, 2, 0), Flag(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_droidguard_token_generation_for_all_device_classes, false, 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, 10240, 1, 0), Flag(DynamicSplitsCodegen__splitcompat_bypass_storage_check_offset_mb, 300, 1, 0), Flag(DynamicSplitsCodegen__splitcompat_package_controller, '+com.zhiliaoapp.musically,com.ss.android.ugc.trill,com.zhiliaoapp.musically.go,com.ss.android.ugc.now,com.adobe.reader,com.snapchat.android,com.myairtelapp,com.larksuite.suite,com.ss.android.ugc.tiktok.lite,com.lemon.lvoverseas,com.ss.android.tt.creator +02-27 07:58:22.898 9916 9937 D GetConfigurationSnapsho: ,com.google.android.gms', 4, 0), Flag(DynamicSplits__dynamic_split_download_size_threshold_metered, 209715200, 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,com.instagram.lite,com.facebook.mlite,com.facebook.pages.app,com.instagram.barcelona,com.facebook.talk,com.whatsapp,com.whatsapp.w4b,com.facebook.workrooms,com.oculus.twilight', 4, 0), Flag(EcChoice__allow_back_to_return_home, true, 2, 0), Flag(EcChoice__browser_package_ids, '', 5, 0), Flag(EcChoice__elapsed_time_till_trigger, 2000, 1, 0), Flag(EcChoice__enable_ec_choice_flow, false, 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__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(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, true, 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, true, 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, true, 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(EnterpriseInstallPolicies__device_management_install_options_allowlist, ' +02-27 07:58:22.898 9916 9937 D GetConfigurationSnapsho: ChZjb20uZ29vZ2xlLmFuZHJvaWQuZ21z', 5, 0), Flag(EnterprisePrivacyUxImprovements__enable_work_badge_and_install_text, false, 2, 0), Flag(EnterpriseUnifiedUpdateControlsPolicy__enterprise_unified_update_control_system_services_package_names, 'ChVjb20uZ29vZ2xlLmFuZHJvaWQuYXMKHWNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLnNjb25lChpjb20uZ29vZ2xlLmFuZHJvaWQud2VidmlldwoSY29tLmdvb2dsZS5hci5jb3JlChdjb20uZ29vZ2xlLmFuZHJvaWQub2RhZAokY29tLmdvb2dsZS5hbmRyb2lkLnR2cmVjb21tZW5kYXRpb25zChhjb20uZ29vZ2xlLmFuZHJvaWQuZXVpY2MKK2NvbS5nb29nbGUuYW5kcm9pZC53ZWFyYWJsZS5maXRiaXQubWN1LmRhdGEKKGNvbS5nb29nbGUuYW5kcm9pZC5zZXR0aW5ncy5pbnRlbGxpZ2VuY2UKHWNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLnR1cmJvCiJjb20uZ29vZ2xlLmFuZHJvaWQuZ21zLnN1cGVydmlzaW9uChxjb20uZ29vZ2xlLmFuZHJvaWQuZ21zc3lzdGVtCh1jb20uZ29vZ2xlLmFuZHJvaWQuc2FmZXR5Y29yZQoeY29tLmdvb2dsZS5hbmRyb2lkLmNvbnRhY3RrZXlzChljb20uZ29vZ2xlLmFuZHJvaWQuYXMub3NzChhjb20uZ29vZ2xlLmFuZHJvaWQubW9zZXkKG2NvbS5nb29nbGUuYW5kcm9pZC5jYWxsY29yZQoWY29tLmdvb2dsZS5hbmRyb2lkLmdtcw', 5, 0), Flag(EnterpriseUnifiedUpdateControlsPolicy__enterprise_unified_update_policy_auto_update_reasons_to_cancel, 'CgthdXRvX3VwZGF0ZQoUbWFpbmxpbmVfYXV0b191cGRhdGU', 5, 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, false, 2, 0), Flag(ExperimentFramework__enable_device_config_upload_for_all_unauth, false, 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, false, 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(FetchBillingUiInstructions__enable_fetch_billing_ui_instructions, true, 2, 0), Flag(FifeImage__ttl_in_days, 15, 1, 0), Flag(FileByFile__required_fbf_compression_levels, 'CgIGCQ', 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, false, 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, true, 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, +02-27 07:58:22.898 9916 9937 D GetConfigurationSnapsho: 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(GiftingEducationTooltip__one_google_education_for_gifting_end_date, 'COoPEAEYAQ', 5, 0), Flag(GiftingEducationTooltip__one_google_education_for_gifting_start_date, 'COkPEAsYAQ', 5, 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, false, 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, true, 2, 0), Flag(GoogleTvFeatures__enable_read_more_pmtv_playback_banner, false, 2, 0), Flag(GoogleTvFeatures__force_dark_theme, false, 2, 0), Flag(GppOdmlWarnings__is_enabled, true, 2, 0), Flag(GridCluster__recycled_view_pool_size, 8, 1, 0), Flag(Hibernation__flagless_unhibernation_killswitch, false, 2, 0), Flag(HorizontalClusterImpression__disable_extra_layout_space, true, 2, 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_treatment, true, 2, 0), Flag(IconUniformity__enable_vx_treatment, true, 2, 0), Flag(ImageOptimizations__enable_high_quality_tablet_screenshot, false, 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(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, true, 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(InAppMessa +02-27 07:58:22.898 9916 9937 D GetConfigurationSnapsho: ging__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(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__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__enable_inline_video_on_details_page, false, 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, false, 2, 0), Flag(InlineVideo__enable_video_play_icon_click_full_screen_activity, false, 2, 0), Flag(InlineVideo__enable_youtube_update_dialog, false, 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_resolver_unconditional_overwrite_reasons, 'ChNhcHBfbGFuZ3VhZ2VfY2hhbmdlChphcHBfcmVjb3Zlcnlfc3BsaXRfaW5zdGFsbAoSYmF0dGxlc3Rhcl9pbnN0YWxsCgtidWxrX3VwZGF0ZQoaZGV2ZWxvcGVyX3RyaWdnZXJlZF91cGRhdGUKFGRldmljZV9vd25lcl9pbnN0YWxsCgtkc2VfaW5zdGFsbAoMZWFybHlfdXBkYXRlChdlbnRlcnByaXNlX2F1dG9faW5zdGFsbAotZW50ZXJwcmlzZV9hdXRvX2luc3RhbGxfd2l0aG91dF9sYXVuY2hlcl9pY29uCgprZXlfcmVzY3VlChJtYWludGVuYW5jZV93aW5kb3cKEm1hbnVhbF9oaWJlcm5hdGlvbgoWcGFja2FnZV91cGRhdGVfc2VydmljZQoRcGxheV9wcm90ZWN0X2xpbmsKEXJhcGlkX2F1dG9fdXBkYXRlCgtyZWNvbW1lbmRlZAoUcmVtb3RlX2luX2FwcF91cGRhdGUKFHJlbW90ZV91cGRhdGVfcHJvbXB0CilzZWxmX3VwZGF0ZV92aWFfYXV0b191cGRhdGVfZGVidWdfdHJpZ2dlcgosc2VsZl91cGRhdGVfdmlhX2F1dG9fdXBkYXRlX2VudGVycHJpc2Vfc2V0dXAKDnNpbmdsZV9pbnN0YWxsChBzdWdnZXN0ZWRfdXBkYXRlCi1zdWdnZXN0ZWRfdXBkYXRlX21hbGZ1bmN0aW9uaW5nX2FwcF9zdGFsZW5lc3MKBnRpY2tsZQoTdW5hcmNoaXZlX2Jyb2FkY2FzdAoUdW5hcmNoaXZlX2Zyb21fc3RvcmUKDXVuaGliZXJuYXRpb24KFHVzZXJfbGFuZ3VhZ2VfY2hhbmdl', 5, 0), Flag(InstallQueue__run_installs_on_readiness_listener, true, 2, 0), Flag(InstallReferrer__disable_external_referrer_from_installer_data_store, 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__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_previe +02-27 07:58:22.898 9916 9937 D GetConfigurationSnapsho: w_app, false, 2, 0), Flag(InstallerCodegen__disabled_package_logs_install_rejected_instead_of_abandoned, true, 2, 0), Flag(InstallerCodegen__enable_add_checksum, true, 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_checksum_logging, false, 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, true, 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, false, 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_state, 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__stop_samegrades_from_derived_id_zero, true, 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, false, 2, 0), Flag(InstantAppsIntentCreation__use_secure_supervisor_activity_alias_if_available, false, 2, 0), Flag(InstantAppsLaun +02-27 07:58:22.898 9916 9937 D GetConfigurationSnapsho: chKeys__construct_launch_intent_from_launch_key, false, 2, 0), Flag(InstantAppsLaunchKeys__disable_default_url_fallback, false, 2, 0), Flag(InstantAppsLaunchKeys__enable_launch_key_decoding, false, 2, 0), Flag(InstantAppsLaunchKeys__enable_launch_key_opt_in_state_checking, false, 2, 0), Flag(InstantAppsLaunchKeys__enable_launch_keys_for_details_page_and_launch_api, false, 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, false, 2, 0), Flag(InstantAppsSupervisor__killswitch_remove_supervisor_on_o, false, 2, 0), Flag(InstantAppsSupervisor__remove_supervisor, true, 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, false, 2, 0), Flag(InstantAppsTryNowVisibility__enable_try_now_on_tubesky, true, 2, 0), Flag(InstantAppsTv__enable_android_tv_compatibility, true, 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, false, 2, 0), Flag(InstantCartClientCacheBoost__ignore_developer_id, true, 2, 0), Flag(InstantCart__add_sku_details_token_from_prefetchable_acquisition, 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, true, 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, 'CgVCT09LUwoIUExBWVBBU1M', 5, 0), Flag(InstantCart__enable_new_cache_key_in_acquire_cache, true, 2, 0), Flag(InstantCart__enable_prefetch_for_yt_product_dummy, 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__app_access_risk_other_apps_capturing_signals, 'CgUEQxMPFQ', 5, 0), Flag(IntegrityService__app_access_risk_other_apps_controlling_signals, 'CgEI', 5, 0), Flag(IntegrityService__app_access_risk_play_or_system_apps_capturing_signals, 'CgUDBRIOFA', 5, 0), Flag(IntegrityService__app_access_risk_play_or_system_apps_controlling_signals, 'CgEH', 5, 0), Flag(IntegrityService__default_rate_limit_threshold, 5, 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, true, 2, 0), Flag(IntegrityService__enable_hygiene_job, false, 2, 0), Flag(IntegrityService__higher_rate_limit_packages, 'Cihjb20uZ29vZ2xlLmFuZHJvaWQuYXBwcy5wcml2YWN5LndpbGRsaWZl', 5, 0), Flag(IntegrityService__higher_rate_limit_threshold, 20, 1, 0), Flag(IntegrityS +02-27 07:58:22.898 9916 9937 D GetConfigurationSnapsho: ervice__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__other_apps_overlay_signals, 'CgEE', 5, 0), Flag(IntegrityService__pass_droidguard_flow_name_to_pgs, true, 2, 0), Flag(IntegrityService__play_or_system_apps_overlay_signals, 'CgED', 5, 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, true, 2, 0), Flag(KidsAlleyOop__enable_flag_item, false, 2, 0), Flag(KidsAlleyOop__enable_policy_footer, true, 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(LandscapeBuyFlow__enable_launching_instrument_manager_in_full_screen_for_all_flows, false, 2, 0), Flag(LandscapeBuyFlow__enable_launching_instrument_manager_in_full_screen_for_fopless_user, false, 2, 0), Flag(LandscapeBuyFlow__enable_launching_instrument_manager_in_full_screen_for_in_app_purchase, false, 2, 0), Flag(LandscapeBuyFlow__landscape_buy_flow_test_codes, 'CgKtWA', 5, 0), Flag(LanguageSwitcher__enable_ulp_data_fetch, false, 2, 0), Flag(LanguageSwitcher__ulp_testing_override, '', 5, 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(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__populate_empty_purchase_data, true, 2, 0), Flag(LibraryModule__set_read_consistency_in_phonesky, true, 2, 0), Flag(Libraryentryignoredoctype__is_enabled, false, 2, 0), Flag(LicensingServiceV1Logging__is_enabled, false, 2, 0), Flag(Licensing__allowed_installer_package_names, 'ChNjb20uYW5kcm9pZC52ZW5kaW5nChljb20uc2VjLmFuZHJvaWQuZWFzeU1vdmVy', 5, 0), Flag(Licensing__enable_install_source_enforcement_in_phonesky, 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, false, 2, 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(Log +02-27 07:58:22.898 9916 9937 D GetConfigurationSnapsho: Optimization__killswitch_deprecate_latency_events, true, 2, 0), Flag(LogOptimization__killswitch_remove_deprecated_events, 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, '+', 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, 'always_allow', 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(Mainline__duration_before_mainline_is_stale, 'CIDnhA8', 5, 0), Flag(Mainline__enable_autoupdate_manual_check, true, 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__reboot_interval_end_hour, 5, 1, 0), Flag(Mainline__reboot_interval_start_hour, 1, 1, 0), Flag(Mainline__replace_userspace_reboot_by_resume_on_reboot, true, 2, 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), 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_af +02-27 07:58:22.898 9916 9937 D GetConfigurationSnapsho: fordance_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, true, 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(NotificationClickability__enable_report_stats, 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__battlestar_beta_bump_notification_timeout, 'CAE', 5, 0), Flag(Notifications__dedup_impressions, true, 2, 0), Flag(Notifications__disable_updates_completion_channel_shrinking, false, 2, 0), Flag(Notifications__enable_adding_manage_notifications_cta_to_all_fg_notifications, false, 2, 0), Flag(Notifications__enable_logging_notification_updates, true, 2, 0), Flag(Notifications__enable_noti +02-27 07:58:22.898 9916 9937 D GetConfigurationSnapsho: fication_for_apps_with_active_subscriptions_v2, 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, 'Cg5TSU5HTEVfSU5TVEFMTAoLQVVUT19VUERBVEUKC0JVTEtfVVBEQVRF', 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, 350, 1, 0), Flag(OpenActionButton__enable_ads_click_tracking, false, 2, 0), Flag(OpenAppLinkLaunchLogging__is_enabled, false, 2, 0), Flag(OrsonDetailPage__enable_orson_detail_page, true, 2, 0), Flag(OutOfAppExperienceClientFeatures__enable_billing_account_mismatch_check, false, 2, 0), Flag(OutOfAppPurchasableInAppProductFeatures__pass_grantable_voucher_token_to_purchase_flow, true, 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(P2p__check_all_packages_for_uid, false, 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_extra_not_installable_reason_codes, true, 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, false, 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, false, 2, 0), Flag(P2p__enable_p2p_offline_page_entrypoint, false, 2, 0), Flag(P2p__enable_p2p_restore_hidden_apps_check, true, 2, 0), Flag(P2p__enable_p2p_session_cleanup, false, 2, 0), Flag(P2p__enable_p2p_vanilla_receiver_send_apps, false, 2, 0), Flag(P2p__enable_p2p_vanilla_send_more_apps, false, 2, 0), Flag(P2p__enable_p2p_vanilla_sharing, false, 2, 0), Flag(P2p__enable_peer_to_peer_app_sharing_api, false, 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, false, 2, 0), Flag(P2p__highest_enabled_api_version, 2, 1, 0), Flag(P2p__p2p_app_listing_eligibility, false, 2, 0), Flag(P2p__p2p_blocklisted_packages, '', 5, 0), Flag(P2p__p2p_corp_account_gate_passed, false, 2, 0), Flag(P2p__p2p_default_api_caller_allowlist, '', 5, 0), Flag(P2p__p2p_destination_protocol_version, 3, 1, 0), Flag(P2p__p2p_enable_aadc_restrictions_api, true, 2, 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, '', 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, false, 2, +02-27 07:58:22.898 9916 9937 D GetConfigurationSnapsho: 0), Flag(P2p__p2p_unknown_age_is_under_eighteen, true, 2, 0), Flag(P2p__p2p_updates_api_caller_allowlist, '', 5, 0), Flag(P2p__p2p_use_strict_availability_policies, true, 2, 0), Flag(P2p__use_abi_info_from_frosting, false, 2, 0), Flag(P2p__use_apk_results_list_for_events, true, 2, 0), Flag(PackageManager__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, true, 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, 'fadein', 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__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_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_phonesky_dumpsys_in_prod_versions, true, 2, 0), Flag(PhoneskyHeader__enable_phonesky_header, true, 2, 0), Flag(PhoneskyHeader__enable_phonesky_header_multiproc_value_store, true, 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) +02-27 07:58:22.898 9916 9937 D GetConfigurationSnapsho: , Flag(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_get_recommended_preinstalls_caller_allowlist, true, 2, 0), Flag(PhoneskySetup__enable_persistent_pause_app_updates_calls, true, 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;com.google.android.xr.setupwizard:EDCFAB6AD5A341370A733D0D0F7FB21F142DB94F26A97BA499602F0A1C891671,5578C495C9DF4B1E2E682C41389B597F949EE1ECDB455F0BB63C9A3B7C0C31F6', 4, 0), Flag(PhoneskySetup__killswitch_early_update, true, 2, 0), Flag(PhoneskySetup__pai_fetch_timeout, 'CB4', 5, 0), Flag(PhoneskySetup__pause_app_updates_caller_allowlist, 'com.android.vending:F0FD6C5B410F25CB25C3B53346C8972FAE30F8EE7411DF910480AD6B2D60DB83,1975B2F17177BC89A5DFF31F9E64A6CAE281A53DC1D1D59B1D147FE1C82AFA00;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;com.google.android.docksetup:09D0F80AC553A679B8B4ACF67EAEC15FB8ABCCED21ECA57765743DF97C7D0F53,301AA3CB081134501C45F1422ABC66C24224FD5DED5FDC8F17E697176FD866AA;com.google.android.xr.setupwizard:EDCFAB6AD5A341370A733D0D0F7FB21F142DB94F26A97BA499602F0A1C891671,5578C495C9DF4B1E2E682C41389B597F949EE1ECDB455F0BB63C9A3B7C0C31F6;com.google.android.apps.wear.companion:48ED0058D1B6638E39A6E4C2DF1C4D5FDF593F696BF31B09A88F93141EAF600F,923FB8D6487101148D8DC0F790115DBA34CF0EA3AA5D3BB074D2D973588C393A;com.google.android.apps.wear.engcompanion:169FA3F01C6E19141961FDCA11118D3B8935955F2DE602E04968E3A1E011B362,CFB0B154CD6160B37220818055250310F8F296FF39F61C9175EC4E30C76F170F', 4, 0), Flag(PhoneskySetup__remove_user_cancel_from_failure_count, true, 2, 0), Flag(PhoneskySetup__skip_pai_config_apk_check, false, 2, 0), Flag(PlayBillingLibraryDiversion__enable_initialize_diversion, false, 2, 0), Flag(PlayCore__enable_app_not_owned_error_code, true, 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, +02-27 07:58:22.898 9916 9937 D GetConfigurationSnapsho: 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, 'CID1JA', 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_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_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, true, 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, true, 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__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_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_dogfood_for_permission_auto_revocation, false, 2, 0), Flag(PlayProtect__enable_feature_6848, false, 2, 0), Flag(PlayProtect__enable_feature_8581, 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_notific +02-27 07:58:22.898 9916 9937 D GetConfigurationSnapsho: ations, 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, true, 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, '', 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__deadline_in_hours, 24, 1, 0), Flag +02-27 07:58:22.898 9916 9937 D GetConfigurationSnapsho: (ProfileInception__enabled_versions, '82880000', 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_update_response_bundle_error_from_service_unavailable, true, 2, 0), Flag(PurchaseHistoryAccountPage__auto_expand_instruction_entries, true, 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(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(RegulatoryCapabilities__enable_flounder_fish_wdp, false, 2, 0), Flag(RegulatoryCapabilities__enable_goblin_shark_wdp, 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_back_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(Schedule +02-27 07:58:22.898 9916 9937 D GetConfigurationSnapsho: r__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, true, 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(SdkLibraries__killswitch_split_metadata_merging_experiment, false, 2, 0), Flag(SearchSuggestCaching__include_icon_size_in_request_url, false, 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, 1, 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_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_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, false, 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, true, 2, 0), Flag(SelfUpdate__kill_switch_immediate_self_update_from_system_version, false, 2, 0), Flag(SelfUpdate__kill_switch_remove_splits_on_samegrade, false, 2, 0), Flag(SelfUpdate__kill_switch_self_update_finished_log_app_data_prefs, 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_installer_data_background, 3, 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_job_store_data_background, 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_running_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(SelfU +02-27 07:58:22.898 9916 9937 D GetConfigurationSnapsho: pdate__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(SemanticDiff__dummy_flag, 100, 1, 0), Flag(ServerNotifications__enable_gentler_restart_for_clear_cache_and_reset_experiments_notification, true, 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(SlideToConfirm__enable_slide_confirmed_label, false, 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__replicate_library_dedupe_in_carsky, 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(TabbedBrowseFragmentBrowseData__normalize_browse_data_handling, true, 2, 0), Flag(TestColorTheme__transparent_background, true, 2, 0), Flag(TestConfig__backend_urls, '', 5, 0), Flag(TestHawkeyeLatencyDetectionFeature__lantency_injection_ms, 0, 1, 0), Flag(TestNonRampable__enable_test_param, false, 2, 0), Flag(TestOnly__check_for_null_account, false, 2, 0), Flag(TestRampableStudyDoc__enable_test_param, false, 2, 0), Flag(TestRampableStudyWithoutPartitions__enable_test_param, 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(TubeskyAutoUpdateV2__enable_tubesky_auto_update_v2, true, 2, 0), Flag(TubeskyAutoUpdateV2__enable_tubesky_idle_relaxation, true, 2, 0), Flag(TubeskyAutoUpdateV2__tubesky_threshold_device_idling, 259200000, 1, 0), Flag(TubeskyDeviceCertification__is_enabled, true, 2, 0), Flag(TubeskyDeviceInteroperability__enable_device_interoperability_v1, 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_pin_auth, true, 2, 0), Flag(TubeskyRapidInstallForAmatiPhase1__is_enabled, 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(TubeskyRapidInstall__enable_rapid_install, true, 2, 0), Flag(TubeskySearchImprovementsPhase2__is_enabled, false, 2, 0), Flag(TubeskySearchImprovements__is_enabled, true, 2, 0), Flag(Tubeskycontinuebutton__is_enabled, true, 2, 0), Flag(TvAcquisitionFlo +02-27 07:58:22.899 9916 9937 D GetConfigurationSnapsho: w__enable_fsub_in_rapid_install, true, 2, 0), Flag(TvAcquisitionFlow__enable_scrollview_for_guidance_column, true, 2, 0), Flag(TvAcquisitionFlow__enable_translucent_window, true, 2, 0), Flag(UiBuilder__enable_loading_as_new_screen, true, 2, 0), Flag(UnacknowledgedPurchaseNotification__enable_unacknowledged_purchase_notification, true, 2, 0), Flag(UnacknowledgedPurchaseNotification__unacknowledged_purchase_notification_minimum_latency, 'CICjBQ', 5, 0), Flag(UnacknowledgedPurchaseNotification__unacknowledged_purchase_notification_override_deadline, 'CIDGCg', 5, 0), Flag(UnauthDebugSettings__signed_android_identity_token, '', 4, 0), Flag(UnauthPaiUpdates__enable_unauth_PAI_app_updates, false, 2, 0), Flag(UnauthUpdates__enable_unauth_manual_update, false, 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_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__enable_narrow_padding_style_for_uninstall_page, false, 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, 'EIDh6xc', 5, 0), Flag(UnivisionDataBatchItemstore__enable, false, 2, 0), Flag(UnivisionDataCustomCombine__enable_for_item_client_state, true, 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, false, 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_cl +02-27 07:58:22.899 9916 9937 D GetConfigurationSnapsho: ickability_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_importance_sort_updates_in_my_apps_updates_per_importance, false, 2, 0), Flag(UpdateImportance__update_importance_update_frequency_threshold_days, 5, 1, 0), Flag(UpdateImportance__update_importance_use_new_update_info_in_notification, true, 2, 0), Flag(UpdateImportance__update_importance_use_update_importance_calculation, true, 2, 0), Flag(UpdateImportance__update_importance_use_update_importance_to_trigger_successful_update_notification, false, 2, 0), Flag(UpdateImportance__update_importance_usefulness_threshold_days, 1, 1, 0), Flag(UseGoogleSansTextForBody__is_enabled, false, 2, 0), Flag(UserLanguagesCodegen__max_background_retries, 7, 1, 0), Flag(UserLanguages__deferred_languages_require_wifi_charging, false, 2, 0), Flag(UserLanguages__kill_switch_split_installs_for_other_apps_on_locale_change, false, 2, 0), Flag(UserLanguages__language_check_after_ota, true, 2, 0), Flag(UserLanguages__network_restriction_for_language_splits, 1, 1, 0), Flag(UserLanguages__user_language_api_fix_emulated_splits, true, 2, 0), Flag(UserlistClearControl__allow_userlist_clear_control, true, 2, 0), Flag(UserlistClearControl__enable_userlist_clear_page_migration, false, 2, 0), Flag(VerifierAutoscanApkStreamingSupport__is_enabled, false, 2, 0), Flag(Verifierbackgroundtasklogging__is_enabled, false, 2, 0), Flag(ViewPagerFrameworks__enable_vp_framework_view_reuse, false, 2, 0), Flag(VrAcquisitionFlow__deprecate_billing_service, true, 2, 0), Flag(VrAcquisitionFlow__enable_2D_flow, true, 2, 0), Flag(WearAcquisitionFlow__enable_wear_free_acquire_remote_escalation, true, 2, 0), Flag(WearAutoUpdate__enable_basic_idle_relaxation_policy, true, 2, 0), Flag(WearDebugOptions__enable_debug_options_menu, false, 2, 0), Flag(WearDebugOptions__kill_switch_debug_options_menu, false, 2, 0), Flag(WearDeferPaginate__is_enabled, true, 2, 0), Flag(WearHygieneOptimization__enable_wear_dependency_optimization, true, 2, 0), Flag(WearPaymentMultiAccount__enable_wear_payment_ah_amb, true, 2, 0), Flag(WearSupport__kill_switch_foreground_wear_update, false, 2, 0), Flag(WearSupport__kill_switch_wear_service, false, 2, 0), Flag(WearSupport__killswitch_foreground_wear_service, false, 2, 0), Flag(WearUserCheckForUpdate__is_enabled, false, 2, 0), Flag(YoutubeUgcVideo__show_youtube_ugc_video_on_dp, false, 2, 0), Flag(YoutubeUgcVideo__ugc_module_above_rr, false, 2, 0), Flag(YtWebPlayerBugfix__enable_yt_web_player_bugfix, true, 2, 0), Flag(Zapp__enable_allow_partial_response, true, 2, 0), Flag(Zapp__enable_authenticated_updates, false, 2, 0), Flag(ZeroRating__enable_zero_rating, false, 2, 0), Flag(finsky.zapp.rate_limit_num_permitted_calls, 5, 1, 0), Flag(finsky.zapp.rate_limit_window_ms, 1000, 1, 0) +02-27 07:58:22.899 9916 9937 D GetConfigurationSnapsho: byFlagStorageType, deleteSet = +02-27 07:58:22.900 9916 9945 I Finsky : [57] lct.h(7): Already at the latest configurations for experiment package com.google.android.finsky.regular. +02-27 07:58:23.130 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10054; state: DISABLED +02-27 07:58:23.130 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10054; state: DISABLED +02-27 07:58:23.130 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10054; state: DISABLED +02-27 07:58:23.130 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10054; state: ENABLED +02-27 07:58:23.131 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10054; state: ENABLED +02-27 07:58:23.137 322 322 D Zygote : Forked child process 10105 +02-27 07:58:23.138 505 555 I ActivityManager: Start proc 10105:com.google.android.apps.mediashell/u0a54 for service {com.google.android.apps.mediashell/com.google.android.apps.mediashell.MediaShellCastReceiverService} +02-27 07:58:23.162 10105 10105 E apps.mediashel: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:23.200 10105 10105 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10054; state: ENABLED +02-27 07:58:23.245 10105 10105 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AndroidMediaShell/lib/arm64:/product/priv-app/AndroidMediaShell/AndroidMediaShell.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 07:58:23.265 10105 10105 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.apps.mediashell' set to: 'default' +02-27 07:58:23.265 10105 10105 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:23.267 10105 10105 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:23.268 10105 10105 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:23.323 10105 10105 D cr_LibraryLoader: [LibraryLoader.java:324] Configuration: useChromiumLinker() = false, mUseModernLinker = false +02-27 07:58:23.365 10105 10105 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:39] onCreate +02-27 07:58:23.365 10105 10105 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:44] onStartCommand(null, 0, 9) +02-27 07:58:23.365 10105 10105 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:91] Building and starting cast receiver +02-27 07:58:23.365 10105 10105 D cr_CastBrowserHelper: [CastBrowserHelper.java:37] Performing one-time browser initialization +02-27 07:58:23.364 10105 10105 W apps.mediashell: type=1400 audit(0.0:99): avc: denied { search } for name="tmp" dev="dm-4" ino=65538 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:shell_data_file:s0 tclass=dir permissive=0 app=com.google.android.apps.mediashell +02-27 07:58:23.370 10105 10105 D cr_CastCmdLineHelper: [CastCommandLineHelper.java:98] appending command line arg: multizone-device-delay=0 +02-27 07:58:23.371 10105 10105 D cr_LibraryLoader: [LibraryLoader.java:684] Loading with the System linker. +02-27 07:58:23.540 10105 10105 D cr_LibraryLoader: [LibraryLoader.java:690] Time to load native libraries: 153 ms +02-27 07:58:23.561 10105 10105 W chromium: [0227/075823.557153:WARNING:library_prefetcher.cc(326)] Code not ordered, madvise optimization skipped +02-27 07:58:23.564 10105 10105 I cr_LibraryLoader: Successfully loaded native library +02-27 07:58:23.567 10105 10105 I cr_CachingUmaRecorder: Flushed 1 samples from 1 histograms. +02-27 07:58:23.568 10105 10105 D cr_CastBrowserHelper: [CastBrowserHelper.java:49] Loading BrowserStartupController... +02-27 07:58:23.572 10105 10105 D cr_BrowserStartup: [BrowserStartupControllerImpl.java:437] Initializing chromium process, singleProcess=false +02-27 07:58:23.623 10105 10105 D cr_ChromecastConfigAndroid: [ChromecastConfigAndroid.java:86] initializeSendUsageStatsSetting +02-27 07:58:23.624 10105 10105 D cr_ChromecastConfigAndroid: [ChromecastConfigAndroid.java:100] updateSendUsageStatsSetting +02-27 07:58:23.685 10105 10105 I chromium: [10105:10105:INFO:cast_content_browser_client_internal.cc(428)] Remote heap profiler is disabled. +02-27 07:58:23.700 10105 10105 V cr_Accessibility: [BrowserAccessibilityState.java:196] Enabled accessibility services list updated. +02-27 07:58:23.730 10105 10130 I cr_CastCrashUploader: Remove crash dumps +02-27 07:58:23.758 10105 10135 I chromium: [10105:10135:INFO:cast_media_android.cc(44)] Initialize: +02-27 07:58:23.758 10105 10135 I cr_VolumeControlAndroid: Creating new VolumeControl instance +02-27 07:58:23.779 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(17)] Build volume cache for type 0: +02-27 07:58:23.824 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 0(0) -> -120 +02-27 07:58:23.826 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 1(0.0666667) -> -53.2632 +02-27 07:58:23.828 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 2(0.133333) -> -46.6316 +02-27 07:58:23.830 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 3(0.2) -> -40 +02-27 07:58:23.833 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 4(0.266667) -> -36.55 +02-27 07:58:23.834 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 5(0.333333) -> -32.525 +02-27 07:58:23.837 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 6(0.4) -> -28.5 +02-27 07:58:23.838 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 7(0.466667) -> -25.05 +02-27 07:58:23.840 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 8(0.533333) -> -21.025 +02-27 07:58:23.841 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 9(0.6) -> -17 +02-27 07:58:23.842 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 10(0.666667) -> -14.45 +02-27 07:58:23.843 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 11(0.733333) -> -11.475 +02-27 07:58:23.843 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 12(0.8) -> -8.5 +02-27 07:58:23.844 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 13(0.866667) -> -5.95 +02-27 07:58:23.844 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 14(0.933333) -> -2.975 +02-27 07:58:23.846 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 15(1) -> 0 +02-27 07:58:23.850 10105 10137 I chromium: [10105:10137:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-40 type=MEDIA +02-27 07:58:23.852 10105 10137 I chromium: [10105:10137:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=0: volume=0.2 (-40) mute=0 +02-27 07:58:23.852 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(17)] Build volume cache for type 1: +02-27 07:58:23.852 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 0(0) -> -29.7 +02-27 07:58:23.852 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 1(0.142857) -> -29.7 +02-27 07:58:23.852 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 2(0.285714) -> -25.0455 +02-27 07:58:23.852 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 3(0.428571) -> -20.1 +02-27 07:58:23.853 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 4(0.571429) -> -15 +02-27 07:58:23.853 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 5(0.714286) -> -9.9 +02-27 07:58:23.853 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 6(0.857143) -> -4.8 +02-27 07:58:23.855 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 7(1) -> 0 +02-27 07:58:23.856 10105 10137 I chromium: [10105:10137:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-25.0455 type=ALARM +02-27 07:58:23.856 10105 10137 I chromium: [10105:10137:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=1: volume=0.285714 (-25.0455) mute=0 +02-27 07:58:23.856 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(17)] Build volume cache for type 2: +02-27 07:58:23.856 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 0(0) -> -120 +02-27 07:58:23.857 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 1(0.142857) -> -21.5625 +02-27 07:58:23.857 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 2(0.285714) -> -18.9375 +02-27 07:58:23.858 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 3(0.428571) -> -16.3636 +02-27 07:58:23.860 9916 9930 I android.vendin: oneway function results for code 2 on binder at 0xb400007b1b0ee500 will be dropped but finished with status UNKNOWN_TRANSACTION +02-27 07:58:23.861 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 4(0.571429) -> -13.6364 +02-27 07:58:23.863 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 5(0.714286) -> -11.1176 +02-27 07:58:23.865 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 6(0.857143) -> -8.64706 +02-27 07:58:23.869 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 7(1) -> -6 +02-27 07:58:23.869 10105 10137 I chromium: [10105:10137:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-21.5625 type=COMMUNICATION +02-27 07:58:23.870 10105 10137 I chromium: [10105:10137:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=2: volume=0.142857 (-21.5625) mute=0 +02-27 07:58:23.870 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(17)] Build volume cache for type 3: +02-27 07:58:23.872 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 0(0) -> -24 +02-27 07:58:23.874 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 1(0.2) -> -24 +02-27 07:58:23.875 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 2(0.4) -> -17.9394 +02-27 07:58:23.876 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 3(0.6) -> -11.8788 +02-27 07:58:23.876 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 4(0.8) -> -5.88235 +02-27 07:58:23.876 10105 10137 I chromium: [10105:10137:INFO:volume_cache.cc(28)] 5(1) -> 0 +02-27 07:58:23.877 10105 10137 I chromium: [10105:10137:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-17.9394 type=OTHER +02-27 07:58:23.878 10105 10137 I chromium: [10105:10137:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=3: volume=0.4 (-17.9394) mute=0 +02-27 07:58:23.878 10105 10105 I chromium: [10105:10105:INFO:supported_codec_finder.cc(28)] Adding 32 supported codec profiles/levels +02-27 07:58:23.878 10105 10132 I chromium: [10105:10132:INFO:external_mojo_broker.cc(236)] Register service cast_browser +02-27 07:58:23.894 10105 10105 I chromium: [10105:10105:INFO:uds_peercred_filter.cc(165)] Performing one-time injection of UdsPeercredFilter into GRPC. +02-27 07:58:23.897 10105 10105 W chromium: [10105:10105:WARNING:client_auth_manager.cc(103)] Old certificate is empty. +02-27 07:58:23.900 10105 10105 E chromium: [10105:10105:ERROR:device_info_impl.cc(1352)] Cannot get MAC address. +02-27 07:58:23.900 10105 10105 I chromium: [10105:10105:INFO:device_info_impl.cc(1356)] MAC address for : 00:00:00:00:00:00 +02-27 07:58:23.901 10015 10015 I Finsky:background: [2] jjo.onDestroy(8): IPC-SERVER: Stopping gRPC host service... +02-27 07:58:23.912 10105 10105 I chromium: [10105:10105:INFO:device_info_impl.cc(405)] Device model id: Google.emulator64_arm64.sdk_google_atv64_arm64 +02-27 07:58:23.912 10105 10105 I chromium: [10105:10105:INFO:device_info_impl.cc(440)] Control Notifications: 0 +02-27 07:58:23.913 10105 10105 E chromium: [10105:10105:ERROR:device_info_impl.cc(145)] Cannot read file: /data/bootid +02-27 07:58:23.913 10105 10105 I chromium: [10105:10105:INFO:device_info_impl.cc(456)] SSDP Boot ID: 0 +02-27 07:58:23.913 10105 10105 I chromium: [10105:10105:INFO:device_info_impl.cc(460)] SSDP Config ID: 1 +02-27 07:58:23.917 10105 10105 W chromium: [10105:10105:WARNING:secure_storage_impl.cc(115)] Device key not available yet. +02-27 07:58:23.922 10105 10105 I chromium: [10105:10105:INFO:crypto_manager.cc(257)] Public key: MIIBCgKCAQEAw2jhAxLfHUp4ZFJiAJ6Od5c82w7pu4hXjsGkAybnQ9X8f5omqDtNN7/NYNyWBhHxz0Szft+npN3L/hE7Q1pDlruIMfNHIKMGaAbqlKXxMmqClSYYEPQMSuiXIwzc9Y3GPGR8dyXlCE8ZFEKFX+cM/ZuXO2/XSTTI8yZQAEmO2Pegn/4xEqJyrArhSWCUYAawJNTy8s7XLGAaX4s8RAudmFew44ga0/iOVYpfVAovtc9YDsjauTXqYRT0Y+4I1982SWg/uQNIyvpdICSDwpCdR+82Ek+Enl//bkS2OAHymRWS5jh6ClWMAA+lCUtx6UlyzfJ4l732iGRXaMSfwLNVnwIDAQAB +02-27 07:58:23.922 10105 10105 I chromium: [10105:10105:INFO:crypto_manager.cc(268)] Public modulus: w2jhAxLfHUp4ZFJiAJ6Od5c82w7pu4hXjsGkAybnQ9X8f5omqDtNN7_NYNyWBhHxz0Szft-npN3L_hE7Q1pDlruIMfNHIKMGaAbqlKXxMmqClSYYEPQMSuiXIwzc9Y3GPGR8dyXlCE8ZFEKFX-cM_ZuXO2_XSTTI8yZQAEmO2Pegn_4xEqJyrArhSWCUYAawJNTy8s7XLGAaX4s8RAudmFew44ga0_iOVYpfVAovtc9YDsjauTXqYRT0Y-4I1982SWg_uQNIyvpdICSDwpCdR-82Ek-Enl__bkS2OAHymRWS5jh6ClWMAA-lCUtx6UlyzfJ4l732iGRXaMSfwLNVnw +02-27 07:58:23.922 10105 10105 I chromium: [10105:10105:INFO:crypto_manager.cc(273)] Public exponent: AQAB +02-27 07:58:23.925 10105 10105 I chromium: [10105:10105:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:58:23.925 10105 10105 I chromium: [10105:10105:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:58:23.925 10105 10105 I chromium: [10105:10105:INFO:service_base.h(78)] Size of the map for type AuthTokenResponse is 0 +02-27 07:58:23.926 10105 10145 I chromium: [10105:10145:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 07:58:23.927 10105 10105 W chromium: [10105:10105:WARNING:service_manager_android.cc(70)] Client wayland was not found in whitelisted packages. +02-27 07:58:23.927 10105 10105 I chromium: [10105:10105:INFO:service_manager_android.cc(79)] Creating socket localhost:10042 +02-27 07:58:23.927 10105 10105 I chromium: [10105:10105:INFO:grpc_manager_impl.cc(335)] GRPC[uri=localhost:10042]: Shutting down CQ. +02-27 07:58:23.927 10105 10105 I chromium: [10105:10105:INFO:grpc_completion_queue_wrapper.cc(51)] CQ is shutting down: id=0 +02-27 07:58:23.927 10105 10105 I chromium: [10105:10105:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=1 +02-27 07:58:23.927 10105 10105 I chromium: [10105:10105:INFO:grpc_manager_impl.cc(852)] GRPC[uri=localhost:10042]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:58:23.927 10105 10105 I chromium: [10105:10105:INFO:grpc_manager_impl.cc(442)] GRPC[uri=localhost:10042]: Can't start server yet, missing start_requsted_ +02-27 07:58:23.927 10105 10105 I chromium: [10105:10105:INFO:grpc_manager_impl.cc(384)] GRPC[uri=localhost:10042]: Registered service chromecast.user_auth.proto.UserAuthService +02-27 07:58:23.927 10105 10145 I chromium: [10105:10145:INFO:grpc_manager_impl.cc(689)] GRPC[uri=]: Completion queue is exiting: id=0 +02-27 07:58:23.927 10105 10145 I chromium: [10105:10145:INFO:grpc_manager_impl.cc(683)] GRPC[uri=localhost:10042]: Started processing completion queue: id=1 +02-27 07:58:23.928 10105 10105 I chromium: [10105:10105:INFO:grpc_manager_impl.cc(406)] GRPC[uri=localhost:10042]: Registered a handler AuthTokenChannel for service chromecast.user_auth.proto.UserAuthService +02-27 07:58:23.928 10105 10105 I chromium: [10105:10105:INFO:grpc_manager_impl.cc(452)] GRPC[uri=localhost:10042]: Proceeding to try to start server. +02-27 07:58:23.938 10105 10105 I chromium: [10105:10105:INFO:grpc_manager_impl.cc(509)] GRPC[uri=localhost:10042]: Grpc server started in port 10042 +02-27 07:58:23.938 10105 10105 I chromium: [10105:10105:INFO:service_manager_android.cc(83)] Android server started for service: user_auth +02-27 07:58:23.941 10105 10105 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:23.942 10105 10105 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:23.956 10105 10105 I chromium: [10105:10105:INFO:gcm_manager.cc(132)] GCM Dir = /data/user/0/com.google.android.apps.mediashell/cache/gcm +02-27 07:58:23.957 10105 10105 I chromium: [10105:10105:INFO:gcm_manager.cc(246)] Enabling GCM Driver +02-27 07:58:23.960 10105 10105 I chromium: [10105:10105:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/home.hds.proto.device.config.RefreshConfigRequest +02-27 07:58:23.960 10105 10105 I chromium: [10105:10105:INFO:preload_initiator_mdns.cc(91)] Preload type: mdns +02-27 07:58:23.960 10105 10105 W chromium: [10105:10105:WARNING:hds_settings.cc(107)] HDS URL has not been set through command line. +02-27 07:58:23.962 10105 10105 I chromium: [10105:10105:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:58:23.962 10105 10105 I chromium: [10105:10105:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:58:23.962 10105 10105 I chromium: [10105:10105:INFO:grpc_manager_impl.cc(437)] GRPC[uri=]: Can't start server yet, missing URI. +02-27 07:58:23.962 10105 10149 I chromium: [10105:10149:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 07:58:23.963 10105 10105 I chromium: [10105:10105:INFO:lycra_gcm_impl.cc(112)] Deferring GCM registration until connectivity is up. +02-27 07:58:23.963 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:23.963 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:23.963 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:23.963 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:23.963 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:23.963 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:23.963 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:23.963 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:23.963 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:23.963 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:23.963 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:23.963 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:23.963 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:23.963 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:23.963 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:23.963 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:23.963 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:23.963 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:23.963 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(165)] Presence settings is: 0 +02-27 07:58:23.963 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(183)] Presence radar settings is: 0 +02-27 07:58:23.963 10105 10105 I chromium: [10105:10105:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:58:23.964 10105 10105 I chromium: [10105:10105:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:58:23.964 10105 10105 I chromium: [10105:10105:INFO:service_base.h(246)] Container sizes for type CloudSetting are (session_info_map: 0), (topic_info_map: 0), (pending_events: 0). +02-27 07:58:23.964 10105 10105 E chromium: [10105:10105:ERROR:socket_manifest_android.cc(33)] Socket config not found for service cloud_settings +02-27 07:58:23.964 10105 10105 W chromium: [10105:10105:WARNING:service_manager_android.cc(62)] No socket entry found for cloud_settings. Ignore if service was not intended to run on this OS. +02-27 07:58:23.964 10105 10105 I chromium: [10105:10105:INFO:cloud_settings_grpc_service_impl.cc(55)] CloudSettingsGrpcServiceImpl constructed, and started gRPC server. +02-27 07:58:23.964 10105 10105 I chromium: [10105:10105:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: a11y_display_settings +02-27 07:58:23.964 10105 10105 W chromium: [10105:10105:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [a11y_display_settings] in settings. +02-27 07:58:23.964 10105 10150 I chromium: [10105:10150:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 07:58:23.964 10105 10105 I chromium: [10105:10105:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: a11y_trait +02-27 07:58:23.964 10105 10105 W chromium: [10105:10105:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [a11y_trait] in settings. +02-27 07:58:23.964 10105 10105 I chromium: [10105:10105:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: alarm_volume_settings +02-27 07:58:23.964 10105 10105 W chromium: [10105:10105:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [alarm_volume_settings] in settings. +02-27 07:58:23.964 10105 10105 I chromium: [10105:10105:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: ambient_eq_settings +02-27 07:58:23.964 10105 10105 W chromium: [10105:10105:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [ambient_eq_settings] in settings. +02-27 07:58:23.964 10105 10105 I chromium: [10105:10105:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: assistant_volume_settings +02-27 07:58:23.964 10105 10105 W chromium: [10105:10105:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [assistant_volume_settings] in settings. +02-27 07:58:23.964 10105 10105 I chromium: [10105:10105:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: auto_software_update_settings +02-27 07:58:23.964 10105 10105 W chromium: [10105:10105:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [auto_software_update_settings] in settings. +02-27 07:58:23.964 10105 10105 I chromium: [10105:10105:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: display_theme_settings +02-27 07:58:23.964 10105 10105 W chromium: [10105:10105:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [display_theme_settings] in settings. +02-27 07:58:23.964 10105 10105 I chromium: [10105:10105:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: do_not_disturb_settings +02-27 07:58:23.964 10105 10105 W chromium: [10105:10105:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [do_not_disturb_settings] in settings. +02-27 07:58:23.964 10105 10105 I chromium: [10105:10105:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: eureka_info_settings +02-27 07:58:23.964 10105 10105 W chromium: [10105:10105:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [eureka_info_settings] in settings. +02-27 07:58:23.964 10105 10105 I chromium: [10105:10105:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: hdmi_settings +02-27 07:58:23.964 10105 10105 W chromium: [10105:10105:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [hdmi_settings] in settings. +02-27 07:58:23.964 10105 10105 I chromium: [10105:10105:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: night_mode_settings +02-27 07:58:23.964 10105 10105 W chromium: [10105:10105:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [night_mode_settings] in settings. +02-27 07:58:23.964 10105 10105 I chromium: [10105:10105:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: preview_program_settings +02-27 07:58:23.964 10105 10105 W chromium: [10105:10105:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [preview_program_settings] in settings. +02-27 07:58:23.964 10105 10105 I chromium: [10105:10105:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: privacy_settings +02-27 07:58:23.964 10105 10105 W chromium: [10105:10105:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [privacy_settings] in settings. +02-27 07:58:23.964 10105 10105 I chromium: [10105:10105:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: radar_presence_detection_settings +02-27 07:58:23.964 10105 10105 W chromium: [10105:10105:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [radar_presence_detection_settings] in settings. +02-27 07:58:23.964 10105 10105 I chromium: [10105:10105:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: technical_info +02-27 07:58:23.964 10105 10105 W chromium: [10105:10105:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [technical_info] in settings. +02-27 07:58:23.964 10105 10105 I chromium: [10105:10105:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: touch_interaction_presence_detection_settings +02-27 07:58:23.964 10105 10105 W chromium: [10105:10105:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [touch_interaction_presence_detection_settings] in settings. +02-27 07:58:23.964 10105 10105 I chromium: [10105:10105:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: ultrasound_settings +02-27 07:58:23.964 10105 10105 W chromium: [10105:10105:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [ultrasound_settings] in settings. +02-27 07:58:23.964 10105 10105 I chromium: [10105:10105:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: user_eq_settings +02-27 07:58:23.964 10105 10105 W chromium: [10105:10105:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [user_eq_settings] in settings. +02-27 07:58:23.964 10105 10105 I chromium: [10105:10105:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: user_interface_settings +02-27 07:58:23.964 10105 10105 W chromium: [10105:10105:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [user_interface_settings] in settings. +02-27 07:58:23.964 10105 10105 I chromium: [10105:10105:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: voice_interaction_presence_detection_settings +02-27 07:58:23.964 10105 10105 W chromium: [10105:10105:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [voice_interaction_presence_detection_settings] in settings. +02-27 07:58:23.964 10105 10105 I chromium: [10105:10105:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: wifi_settings +02-27 07:58:23.964 10105 10105 W chromium: [10105:10105:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [wifi_settings] in settings. +02-27 07:58:23.967 10105 10105 I chromium: [10105:10105:INFO:cloud_settings_manager_impl.cc(225)] Cloud settings is disabled. +02-27 07:58:23.967 10105 10105 W chromium: [10105:10105:WARNING:client_auth_manager.cc(103)] Old certificate is empty. +02-27 07:58:23.968 10105 10105 I chromium: [10105:10105:INFO:usonia_configs_with_cast_features.cc(55)] No extra groups +02-27 07:58:23.968 10105 10105 I chromium: [10105:10105:INFO:usonia_configs_with_cast_features.cc(304)] Usonia configs: UsoniaConfigs initialized +02-27 07:58:23.968 10105 10105 I chromium: [10105:10105:INFO:usonia_configs_with_cast_features.cc(305)] id_is_authenticated=0 +02-27 07:58:23.968 10105 10105 I chromium: [10105:10105:INFO:usonia_configs_with_cast_features.cc(306)] usonia_require_authenticated_ids=1 +02-27 07:58:23.968 10105 10105 I chromium: [10105:10105:INFO:usonia_configs_with_cast_features.cc(308)] usonia_extra_multicast_groups= +02-27 07:58:23.968 10105 10105 I chromium: [10105:10105:INFO:usonia_configs_with_cast_features.cc(310)] usonia_multicast_ttl=1 +02-27 07:58:23.968 10105 10105 I chromium: [10105:10105:INFO:usonia_configs_with_cast_features.cc(311)] usonia_higher_root_precedence=0 +02-27 07:58:23.968 10105 10105 I chromium: [10105:10105:INFO:usonia_configs_with_cast_features.cc(313)] usonia_allow_self_signed_certs=0 +02-27 07:58:23.968 10105 10105 I chromium: [10105:10105:INFO:usonia_configs_with_cast_features.cc(315)] usonia_enable_trusted_sets=1 +02-27 07:58:23.969 10105 10152 I chromium: [10105:10152:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:58:23.969 10105 10153 I chromium: [10105:10153:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 07:58:23.969 10105 10152 I chromium: [10105:10152:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:58:23.969 10105 10127 I chromium: [10105:10127:INFO:directory_service_impl.cc(419)] Boot count is now 9 +02-27 07:58:23.970 10105 10152 I chromium: [10105:10152:INFO:grpc_auth_manager_with_grpc_ipc.cc(63)] Connecting IPC for Auth.AuthReadyStreaming. +02-27 07:58:23.970 10105 10127 I chromium: [10105:10127:INFO:parent_tracker.cc(117)] [REDACTED] has hash 1127492593, root wait is 0.115374 s +02-27 07:58:23.972 10105 10152 I chromium: [10105:10152:INFO:grpc_ipc_socket_client.cc(29)] GrpcIpcSocketClient created for usonia-ipc-socket +02-27 07:58:23.973 10105 10127 I chromium: [10105:10127:INFO:parent_tracker.cc(213)] Now using local address [REDACTED] +02-27 07:58:23.973 10105 10127 I chromium: [10105:10127:INFO:parent_tracker.cc(231)] Using multicast TTL 1 +02-27 07:58:23.973 10105 10152 D BindingManager: with +02-27 07:58:23.973 10105 10152 D BindingManager: bind to service +02-27 07:58:23.973 10105 10127 I chromium: [10105:10127:INFO:parent_tracker.cc(479)] Trusted set support is disabled +02-27 07:58:23.975 10105 10127 E chromium: [10105:10127:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 07:58:23.977 10105 10127 E chromium: [10105:10127:ERROR:tcp_listener.cc(65)] Listen failed: net::ERR_ADDRESS_IN_USE : 0.0.0.0:10101 +02-27 07:58:23.977 10105 10127 E chromium: [10105:10127:ERROR:ssl_message_stream_socket_factory_cast.cc(72)] SSL listener error: -1 +02-27 07:58:23.987 10105 10152 I chromium: [10105:10152:INFO:distributed_service_discovery_with_grpc_ipc.cc(152)] Connecting IPC for DistributedServiceDiscovery.AddService. +02-27 07:58:23.987 10105 10152 I chromium: [10105:10152:INFO:distributed_service_discovery_with_grpc_ipc.cc(66)] Connecting IPC for DistributedServiceDiscovery.UpdateObservers. +02-27 07:58:23.988 10105 10152 I chromium: [10105:10152:INFO:metrics_recorder_with_grpc_ipc.cc(156)] Connecting IPC for MetricsRecorder.RecordMetrics: num_attempts=1 +02-27 07:58:23.988 10105 10152 I chromium: [10105:10152:INFO:synchronous_sound_player_with_grpc_ipc.cc(176)] Connecting IPC for SynchronousSoundPlayer.UpdateSound. +02-27 07:58:23.989 10105 10152 I chromium: [10105:10152:INFO:directory_service_with_grpc_ipc.cc(66)] Connecting IPC for DirectoryService.LocalDeviceInfo. +02-27 07:58:23.989 10105 10152 I chromium: [10105:10152:INFO:directory_service_with_grpc_ipc.cc(123)] Connecting IPC for DirectoryService.ObserveCommonTime. +02-27 07:58:23.989 10105 10152 I chromium: [10105:10152:INFO:directory_service_with_grpc_ipc.cc(279)] Connecting IPC for DirectoryService.UpdateStateObservers. +02-27 07:58:23.989 10105 10152 I chromium: [10105:10152:INFO:directory_service_with_grpc_ipc.cc(381)] Connecting IPC for DirectoryService.UpdateMessageObservers. +02-27 07:58:23.989 10105 10152 I chromium: [10105:10152:INFO:state_manager_with_grpc_ipc.cc(78)] Connecting IPC for StateManager.ReceiveStateUpdates. +02-27 07:58:23.989 10105 10152 I chromium: [10105:10152:INFO:services_layer_impl.cc(63)] Service layer is instantiated: debug_string=CastChild +02-27 07:58:23.989 10105 10152 I chromium: [10105:10152:INFO:services_layer_impl.cc(70)] Register usonia.EchoCastChild.SendEcho rpc. +02-27 07:58:23.989 10105 10152 I chromium: [10105:10152:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.EchoCastChild +02-27 07:58:23.990 10105 10152 I chromium: [10105:10152:INFO:usonia_child_process.cc(111)] Usonia child process is instantiated: debug_string=CastChild, server_uri=[::]:10011, ipc_uri= +02-27 07:58:23.991 10105 10105 I chromium: [10105:10105:INFO:multizone_manager.cc(339)] Multizone features are disabled +02-27 07:58:24.006 10105 10105 I cr_AppRestrictionService: RestrictionEntry: key=enable_lan_discovery, type=1, default=true +02-27 07:58:24.008 10105 10105 I chromium: [10105:10105:INFO:app_restrictions_service.cc(29)] Restriction 'enable_lan_discovery' = 1 +02-27 07:58:24.008 10105 10105 W chromium: [10105:10105:WARNING:cast_receiver_impl.cc(1529)] Cast receiver not initialized. Don't start discovery: state=0 +02-27 07:58:24.008 10105 10105 I chromium: [10105:10105:INFO:cast_receiver_impl.cc(1595)] SSDP server stopped. +02-27 07:58:24.009 10105 10105 E chromium: [10105:10105:ERROR:metrics_recorder_impl.cc(652)] Cannot record metrics event after MetricsRecorder stopped. +02-27 07:58:24.017 505 1684 I WifiService: acquireWifiLock uid=10054 lockMode=1 +02-27 07:58:24.034 505 1684 I WifiService: acquireMulticastLock uid=10054 +02-27 07:58:24.044 10105 10105 I chromium: [10105:10105:INFO:cast_thread_health_check.cc(53)] Receiver health check timeout: 15 seconds. +02-27 07:58:24.045 10105 10105 I chromium: [10105:10105:INFO:cast_certificate_grpc_service_dummy.cc(14)] Dummy CastCertificateGrpcService constructed. +02-27 07:58:24.045 10105 10105 I chromium: [10105:10105:INFO:matter_certificate_grpc_service_dummy.cc(14)] Dummy MatterCertificateGrpcService constructed. +02-27 07:58:24.051 10105 10105 I chromium: [10105:10105:INFO:debug_endpoint_manager_grpc_client.cc(383)] gRPC client channel state changed to GRPC_CHANNEL_IDLE +02-27 07:58:24.051 10105 10105 I chromium: [10105:10105:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:58:24.052 10105 10105 I chromium: [10105:10105:INFO:grpc_manager_impl.cc(852)] GRPC[uri=[::]:0]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:58:24.052 10105 10105 I chromium: [10105:10105:INFO:grpc_manager_impl.cc(442)] GRPC[uri=[::]:0]: Can't start server yet, missing start_requsted_ +02-27 07:58:24.052 10105 10158 I chromium: [10105:10158:INFO:grpc_manager_impl.cc(683)] GRPC[uri=[::]:0]: Started processing completion queue: id=0 +02-27 07:58:24.052 10105 10105 I chromium: [10105:10105:INFO:pref_metrics_manager.cc(67)] PrefMetricsManager started. +02-27 07:58:24.052 10105 10105 I chromium: [10105:10105:INFO:debug_endpoint_manager_grpc_client.cc(134)] 1 RPC call(s) postponed. Current gRPC channel state is GRPC_CHANNEL_IDLE +02-27 07:58:24.052 10105 10105 I chromium: [10105:10105:INFO:pref_control_debug_manager.cc(77)] DebugInterface registered. +02-27 07:58:24.055 10105 10105 I chromium: [10105:10105:INFO:pref_control_service_impl.cc(128)] Loading prefs from /data/user/0/com.google.android.apps.mediashell/cache/pref_control/pref_control.prefs +02-27 07:58:24.055 182 182 I lowmemorykiller: Kill 'com.android.vending:background' (10015), uid 10058, oom_score_adj 905 to free 66840kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (122%) +02-27 07:58:24.060 505 1684 I ActivityManager: Process com.android.vending:background (pid 10015) has died: cch+5 CEM +02-27 07:58:24.061 322 322 I Zygote : Process 10015 exited due to signal 9 (Killed) +02-27 07:58:24.065 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 10015 in 0ms +02-27 07:58:24.066 505 2621 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10058/10015, android.os.BinderProxy@3d7f1a4) +02-27 07:58:24.068 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=139, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] (release request) +02-27 07:58:24.080 10105 10105 I chromium: [10105:10105:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:motion_sensing_pref,RestoreValue:1,ForceEnableParent:1,Value:1,Optin:0] +02-27 07:58:24.080 10105 10105 I chromium: [10105:10105:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:sleep_sensing_pref,RestoreValue:1,ForceEnableParent:1,Value:1,Optin:0] +02-27 07:58:24.080 10105 10105 I chromium: [10105:10105:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:sleep_disturbance_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 07:58:24.080 10105 10105 I chromium: [10105:10105:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:sleep_coaching_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 07:58:24.080 10105 10105 I chromium: [10105:10105:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:gesture_sensing_pref,RestoreValue:1,ForceEnableParent:1,Value:1,Optin:0] +02-27 07:58:24.080 10105 10105 I chromium: [10105:10105:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:play_and_pause_gesture_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 07:58:24.080 10105 10105 I chromium: [10105:10105:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:alarms_and_timers_gesture_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 07:58:24.081 10105 10105 I chromium: [10105:10105:INFO:pref_metrics_manager.cc(97)] Adding motion_sensing_pref to PrefMetricsManager. +02-27 07:58:24.081 10105 10105 I chromium: [10105:10105:INFO:pref_metrics_manager.cc(97)] Adding sleep_sensing_pref to PrefMetricsManager. +02-27 07:58:24.082 10105 10105 I chromium: [10105:10105:INFO:pref_metrics_manager.cc(97)] Adding sleep_disturbance_pref to PrefMetricsManager. +02-27 07:58:24.082 10105 10105 I chromium: [10105:10105:INFO:pref_metrics_manager.cc(97)] Adding sleep_coaching_pref to PrefMetricsManager. +02-27 07:58:24.082 10105 10105 I chromium: [10105:10105:INFO:pref_metrics_manager.cc(97)] Adding gesture_sensing_pref to PrefMetricsManager. +02-27 07:58:24.082 10105 10105 I chromium: [10105:10105:INFO:pref_metrics_manager.cc(97)] Adding play_and_pause_gesture_pref to PrefMetricsManager. +02-27 07:58:24.082 10105 10105 I chromium: [10105:10105:INFO:pref_metrics_manager.cc(97)] Adding alarms_and_timers_gesture_pref to PrefMetricsManager. +02-27 07:58:24.082 10105 10105 I chromium: [10105:10105:INFO:pref_control_service_impl.cc(92)] PrefControlService constructed. +02-27 07:58:24.082 10105 10105 I chromium: [10105:10105:INFO:sensor_pref_manager_impl.cc(250)] SensorPrefManagerImpl is disabled. +02-27 07:58:24.083 10105 10105 I chromium: [10105:10105:INFO:remote_ducking_receiver.cc(191)] remote ducking: starting receiver. +02-27 07:58:24.107 10105 10105 E chromium: [10105:10105:ERROR:timezone_settings.cc(200)] Got an empty string for timezone, default to: America/New_York +02-27 07:58:24.110 10105 10105 I chromium: [10105:10105:INFO:timezone_settings.cc(296)] Setting system timezone to America/New_York +02-27 07:58:24.111 10105 10105 W libc : Access denied finding property "ro.odm.cast.ssid_suffix" +02-27 07:58:24.111 10105 10105 I chromium: [10105:10105:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: auto_software_update_settings +02-27 07:58:24.111 10105 10105 I chromium: [10105:10105:INFO:api_reboot_idle_checker.cc(104)] active_activities count=1 +02-27 07:58:24.111 10105 10105 I chromium: [10105:10105:INFO:daily_reboot_impl.cc(167)] Daily reboot is disabled +02-27 07:58:24.112 10105 10105 I chromium: [10105:10105:INFO:structure_info_cast.cc(91)] Using trusted devices API for Usonia. +02-27 07:58:24.112 10105 10105 I chromium: [10105:10105:INFO:structure_info_cast.cc(127)] Finished handling trusted devices experiment flag. +02-27 07:58:24.116 10105 10127 I chromium: [10105:10127:INFO:device_set.cc(163)] Become root for set [REDACTED] +02-27 07:58:24.116 10105 10165 I chromium: [10105:10165:INFO:services_layer_impl.cc(63)] Service layer is instantiated: debug_string=Main +02-27 07:58:24.116 10105 10165 I chromium: [10105:10165:INFO:services_layer_impl.cc(70)] Register usonia.EchoMain.SendEcho rpc. +02-27 07:58:24.116 10105 10165 I chromium: [10105:10165:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.EchoMain +02-27 07:58:24.117 10105 10165 I chromium: [10105:10165:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:58:24.117 10105 10165 I chromium: [10105:10165:INFO:grpc_manager_impl.cc(852)] GRPC[uri=binder:com.google.android.apps.mediashell:usonia-ipc-socket]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:58:24.117 10105 10168 I chromium: [10105:10168:INFO:grpc_manager_impl.cc(683)] GRPC[uri=binder:com.google.android.apps.mediashell:usonia-ipc-socket]: Started processing completion queue: id=0 +02-27 07:58:24.117 10105 10127 I chromium: [10105:10127:INFO:directory_service_impl.cc(536)] This device became root +02-27 07:58:24.120 10105 10165 I chromium: [10105:10165:INFO:structure_info_cast.cc(78)] Usonia trusted devices flag flipped to true, but trusted devices structure info already enabled. +02-27 07:58:24.121 10105 10166 W chromium: [10105:10166:WARNING:time_sync_responder.cc(37)] Failed to set DSCP +02-27 07:58:24.121 10105 10165 I chromium: [10105:10165:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.SynchronousSoundPlayerService +02-27 07:58:24.121 10105 10165 I chromium: [10105:10165:INFO:distributed_call_agent_impl.cc(81)] Added a service observer on the main thread. +02-27 07:58:24.121 10105 10127 I chromium: [10105:10127:INFO:parent_tracker.cc(479)] Trusted set support is disabled +02-27 07:58:24.123 10105 10166 I chromium: [10105:10166:INFO:common_time_impl.cc(139)] New common clock leader [REDACTED], is_this_device=1, IP=[REDACTED], quality=2000 +02-27 07:58:24.123 10105 10166 I chromium: [10105:10166:INFO:common_time_impl.cc(173)] Set this device as common time source +02-27 07:58:24.146 10105 10165 I chromium: [10105:10165:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.DeviceInfoTrait +02-27 07:58:24.170 10105 10165 I chromium: [10105:10165:INFO:trait_manager_impl.cc(515)] Registered a trait publisher: trait=usonia.DeviceInfoTrait +02-27 07:58:24.171 10105 10165 I chromium: [10105:10165:INFO:usonia_main_process.cc(225)] Usonia main process is instantiated: server_uri=[::]:8012, ipc_uri= +02-27 07:58:24.178 10105 10165 E chromium: [10105:10165:ERROR:structure_info_from_trusted_devices_update_trigger_impl.cc(256)] Failed to read Usonia trusted devices trigger file. +02-27 07:58:24.180 10105 10165 E chromium: [10105:10165:ERROR:structure_storage.cc(263)] Failed to read Usonia trusted devices file. +02-27 07:58:24.180 10105 10165 W chromium: [10105:10165:WARNING:structure_info_from_trusted_devices.cc(322)] Failed to restore structure info +02-27 07:58:24.186 10105 10165 I chromium: [10105:10165:INFO:structure_info_from_trusted_devices.cc(612)] Previous fetch did not complete before shutdown, retrying +02-27 07:58:24.188 10105 10130 W chromium: [10105:10130:WARNING:mute_led.cc(35)] No mute_led device found! +02-27 07:58:24.190 10105 10126 E chromium: [10105:10126:ERROR:file_path_watcher_linux.cc(76)] Failed to read /proc/sys/fs/inotify/max_user_watches +02-27 07:58:24.184 10105 10105 W ThreadPoolForeg: type=1400 audit(0.0:100): avc: denied { read } for name="max_user_watches" dev="proc" ino=100956 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.google.android.apps.mediashell +02-27 07:58:24.188 10105 10105 W ThreadPoolForeg: type=1400 audit(0.0:101): avc: denied { read } for name="/" dev="dm-0" ino=2 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:rootfs:s0 tclass=dir permissive=0 app=com.google.android.apps.mediashell +02-27 07:58:24.200 10105 10126 W chromium: [10105:10126:WARNING:tuning_manager.cc(99)] No mixer control available +02-27 07:58:24.203 10105 10105 I chromium: [10105:10105:INFO:capture_service_dummy.cc(12)] Dummy CaptureService. +02-27 07:58:24.209 10105 10105 I chromium: [10105:10105:INFO:setup_api_registry.cc(188)] Register external API: auto_media_volume +02-27 07:58:24.218 10105 10105 I chromium: [10105:10105:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:58:24.218 10105 10171 I chromium: [10105:10171:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 07:58:24.218 10105 10105 I chromium: [10105:10105:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:58:24.220 10105 10105 I chromium: [10105:10105:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:58:24.220 10105 10105 I chromium: [10105:10105:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:58:24.221 10105 10172 I chromium: [10105:10172:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 07:58:24.223 10105 10126 I chromium: [10105:10126:INFO:auto_volume.cc(142)] Auto volume is disabled +02-27 07:58:24.223 10105 10105 I chromium: [10105:10105:INFO:service_base.h(78)] Size of the map for type LocalDeviceInfo is 0 +02-27 07:58:24.224 10105 10105 I chromium: [10105:10105:INFO:service_base.h(78)] Size of the map for type NetworkInfo is 0 +02-27 07:58:24.228 10105 10105 E chromium: [10105:10105:ERROR:socket_manifest_android.cc(33)] Socket config not found for service device_info +02-27 07:58:24.228 10105 10105 W chromium: [10105:10105:WARNING:service_manager_android.cc(62)] No socket entry found for device_info. Ignore if service was not intended to run on this OS. +02-27 07:58:24.228 10105 10105 I chromium: [10105:10105:INFO:device_info_grpc_service_impl.cc(74)] DeviceInfoGrpcServiceImpl constructed, and started gRPC server. +02-27 07:58:24.229 10105 10105 I chromium: [10105:10105:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:58:24.229 10105 10105 I chromium: [10105:10105:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:58:24.229 10105 10105 E chromium: [10105:10105:ERROR:socket_manifest_android.cc(33)] Socket config not found for service google.cast +02-27 07:58:24.229 10105 10105 W chromium: [10105:10105:WARNING:service_manager_android.cc(62)] No socket entry found for google.cast. Ignore if service was not intended to run on this OS. +02-27 07:58:24.230 10105 10173 I chromium: [10105:10173:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 07:58:24.231 10105 10170 I chromium: [10105:10170:INFO:audio_socket_service_uds.cc(62)] Using endpoint /tmp/mixer-service +02-27 07:58:24.233 10105 10105 I chromium: [10105:10105:INFO:file_util.cc(25)] base_assistant_dir = /data/user/0/com.google.android.apps.mediashell/cache +02-27 07:58:24.236 10105 10105 I chromium: [10105:10105:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:58:24.236 10105 10105 I chromium: [10105:10105:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:58:24.237 10105 10105 I chromium: [10105:10105:INFO:chromecast_service.cc(1634)] Geolocation changed to: 0 +02-27 07:58:24.238 10105 10174 I chromium: [10105:10174:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 07:58:24.238 10105 10105 I chromium: [10105:10105:INFO:chromecast_service.cc(1674)] AoGH feature is: 0 +02-27 07:58:24.238 10105 10105 I chromium: [10105:10105:INFO:chromecast_service.cc(1728)] smart_home/actions feature is: 0 +02-27 07:58:24.238 10105 10105 I chromium: [10105:10105:INFO:chromecast_service.cc(1774)] Playback disruption feature is: 1 +02-27 07:58:24.239 10105 10105 I chromium: [10105:10105:INFO:playback_disruption_service.cc(348)] Playback disruption service enabled and running +02-27 07:58:24.240 10105 10170 I chromium: [10105:10170:INFO:audio_socket_service_uds.cc(62)] Using endpoint /tmp/audio-output-service +02-27 07:58:24.247 9916 9916 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 10 +02-27 07:58:24.305 10105 10148 I chromium: [10105:10148:INFO:media_manager_impl.cc(1188)] ScreenInfo changed: HDCP version=99 supported EOTFs=0 DolbyVision flags=0 Size(mm): 0x0 cur mode HDR=0 cur mode DV=0 +02-27 07:58:24.305 10105 10148 I chromium: [10105:10148:INFO:media_caps.cc(54)] ScreenInfoChanged HDCP version=99 Supported EOTFs=0 DolbyVision flags=0 Screen size(mm): 0x0 cur mode HDR=0 cur mode DV=0 +02-27 07:58:24.311 10105 10148 W libc : Access denied finding property "vendor.display-size" +02-27 07:58:24.315 10105 10148 I chromium: [10105:10148:INFO:media_manager_impl.cc(1232)] New screen resolution: new=(1920x1080), old=(0x0) +02-27 07:58:24.316 10105 10148 I chromium: [10105:10148:INFO:media_caps.cc(24)] ScreenResolutionChanged resolution=1920x1080 +02-27 07:58:24.326 10105 10148 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:24.327 10105 10148 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:24.327 10105 10148 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:24.327 10105 10148 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:24.328 10105 10148 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:24.328 10105 10148 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:24.328 10105 10148 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:24.330 10105 10148 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:24.331 10105 10148 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:24.332 10105 10148 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:24.332 10105 10148 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:24.333 10105 10148 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:24.334 10105 10148 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:24.334 10105 10148 I chromium: [10105:10148:INFO:media_manager_impl.cc(979)] New device volume control type: new_type=1, old_type=0 +02-27 07:58:24.335 10105 10148 I chromium: [10105:10148:INFO:media_manager_impl.cc(1002)] New device volume step interval: new_interval=0.0666667, old_interval=0 +02-27 07:58:24.335 10105 10148 W libc : Access denied finding property "vendor.display-size" +02-27 07:58:24.336 10105 10148 I chromium: [10105:10148:INFO:media_manager_impl.cc(358)] Media manager is initialized. +02-27 07:58:24.337 10105 10105 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:24.337 10105 10105 I chromium: [10105:10105:INFO:media_manager_impl.cc(275)] IsHdmiPlatform: 0 +02-27 07:58:24.340 10105 10105 I chromium: [10105:10105:INFO:hds_settings.cc(139)] HdsSettings using HDS url https://home-devices.googleapis.com/ +02-27 07:58:24.342 10105 10105 W chromium: [10105:10105:WARNING:application_config_manager_impl.cc(243)] Cannot read application config file: /system/bin/app.conf +02-27 07:58:24.342 10105 10105 I chromium: [10105:10105:INFO:application_manager_impl.cc(432)] Application manager is initialized. +02-27 07:58:24.343 10105 10105 I chromium: [10105:10105:INFO:mdns_cast_service.cc(153)] Device discovery state is idle +02-27 07:58:24.343 10105 10105 I chromium: [10105:10105:INFO:mdns_manager_impl.cc(162)] MdnsManager is initialized +02-27 07:58:24.343 10105 10178 I chromium: [10105:10178:INFO:mdns_app_filter.cc(646)] MdnsAppFilter initialized +02-27 07:58:24.344 10105 10178 I chromium: [10105:10178:INFO:discovered_service_client.cc(109)] Registering new service PTR listener: _googlecast._tcp.local +02-27 07:58:24.344 10105 10105 I chromium: [10105:10105:INFO:config_downloader.cc(231)] Set config periodic interval: min=300, max=420 +02-27 07:58:24.344 10105 10105 I chromium: [10105:10105:INFO:crl_downloader.cc(267)] Set CRL periodic interval: min=2160, max=2880 +02-27 07:58:24.345 10105 10179 I chromium: [10105:10179:INFO:v2_transport.cc(434)] Added Cast V2 endpoint: id=Tr@n$p0rt-0, socket_factory_id=[REDACTED] +02-27 07:58:24.345 10105 10105 I chromium: [10105:10105:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/home.hds.proto.device.relayedcasting.RelayedCastingPleaseConnectRequest +02-27 07:58:24.345 10105 10179 I chromium: [10105:10179:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.tp.connection +02-27 07:58:24.345 10105 10179 I chromium: [10105:10179:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.tp.heartbeat +02-27 07:58:24.345 10105 10179 I chromium: [10105:10179:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.tp.deviceauth +02-27 07:58:24.345 10105 10179 I chromium: [10105:10179:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.localauth +02-27 07:58:24.345 10105 10179 I chromium: [10105:10179:INFO:v2_transport.cc(313)] V2Transport initialized. +02-27 07:58:24.346 10105 10179 I chromium: [10105:10179:INFO:v2_transport.cc(391)] Added socket factory: id=opencast-socket +02-27 07:58:24.346 10105 10126 I chromium: [10105:10126:INFO:crl_downloader.cc(145)] CRL restored. +02-27 07:58:24.348 10105 10179 I chromium: [10105:10179:INFO:v2_transport.cc(434)] Added Cast V2 endpoint: id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, socket_factory_id=[REDACTED] +02-27 07:58:24.348 10105 10179 I chromium: [10105:10179:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.receiver +02-27 07:58:24.348 10105 10179 I chromium: [10105:10179:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.receiver.discovery +02-27 07:58:24.348 10105 10179 I chromium: [10105:10179:INFO:v2_transport.cc(391)] Added socket factory: id=7f632b49-34bd-c56f-b953-dc3746d180ae +02-27 07:58:24.348 10105 10105 I chromium: [10105:10105:INFO:virtual_device_manager.cc(156)] Added virtual device: id=[REDACTED] +02-27 07:58:24.348 10105 10105 I chromium: [10105:10105:INFO:ccs_manager_impl.cc(560)] Added CCS device +02-27 07:58:24.349 10105 10105 I chromium: [10105:10105:INFO:dial_request_handler.cc(199)] DIAL request handler is initialized. +02-27 07:58:24.349 10105 10105 I chromium: [10105:10105:INFO:dial_request_handler.cc(213)] SSDP device description request handler is initialized. +02-27 07:58:24.350 10105 10179 I chromium: [10105:10179:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.receiver.key_exchange +02-27 07:58:24.350 10105 10179 I chromium: [10105:10179:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.broadcast +02-27 07:58:24.350 10105 10105 I chromium: [10105:10105:INFO:ccs_manager_impl.cc(940)] Device model revision set to 0 +02-27 07:58:24.350 10105 10179 I chromium: [10105:10179:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.proximity +02-27 07:58:24.350 10105 10179 I chromium: [10105:10179:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.resource +02-27 07:58:24.351 10105 10165 E chromium: [10105:10165:ERROR:usonia_main_process.cc(88)] Failed to publish device info trait: [error_code=NOT_FOUND, error_message=No subscribers.] +02-27 07:58:24.351 10105 10105 I chromium: [10105:10105:INFO:chromecast_service.cc(1789)] Usonia GRPC feature is: 0 +02-27 07:58:24.351 10105 10105 I chromium: [10105:10105:INFO:usonia_child_process.cc(266)] Ignoring stop when not started. +02-27 07:58:24.351 10105 10105 I chromium: [10105:10105:INFO:usonia_main_process.cc(487)] Ignoring stop when not started. +02-27 07:58:24.351 10105 10128 I chromium: [10105:10128:INFO:hotspot_manager.cc(98)] Stop zombie hotspot if there is one +02-27 07:58:24.352 10105 10105 W chromium: [10105:10105:WARNING:setup_manager_impl.cc(724)] Clearing empty virtual channel +02-27 07:58:24.352 10105 10164 I chromium: [10105:10164:INFO:setup_manager_impl.cc(862)] Initially set Google DNS servers: enable +02-27 07:58:24.353 10105 10164 I chromium: [10105:10164:INFO:setup_api_registry.cc(188)] Register external API: eureka_info +02-27 07:58:24.353 10105 10164 I chromium: [10105:10164:INFO:setup_api_registry.cc(188)] Register external API: set_network +02-27 07:58:24.353 10105 10164 I chromium: [10105:10164:INFO:setup_api_registry.cc(188)] Register external API: set_network_ssid +02-27 07:58:24.353 10105 10164 I chromium: [10105:10164:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: user_interface_settings +02-27 07:58:24.353 10105 10105 I chromium: [10105:10105:INFO:setup_manager_impl.cc(728)] release channel: +02-27 07:58:24.353 10105 10164 I chromium: [10105:10164:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: wifi_settings +02-27 07:58:24.353 10105 10164 I chromium: [10105:10164:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: hdmi_settings +02-27 07:58:24.353 10105 10105 I chromium: [10105:10105:INFO:locale_manager.cc(241)] No timezone yet. +02-27 07:58:24.353 10105 10164 I chromium: [10105:10164:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: preview_program_settings +02-27 07:58:24.353 10105 10105 I chromium: [10105:10105:INFO:locale_manager.cc(270)] Current time format: 12-hour +02-27 07:58:24.353 10105 10164 I chromium: [10105:10164:INFO:setup_api_registry.cc(188)] Register external API: set_eureka_info +02-27 07:58:24.353 10105 10164 I chromium: [10105:10164:INFO:setup_api_registry.cc(188)] Register external API: get_app_device_id +02-27 07:58:24.353 10105 10164 I chromium: [10105:10164:INFO:setup_api_registry.cc(188)] Register external API: send_log_report +02-27 07:58:24.353 10105 10164 I chromium: [10105:10164:INFO:setup_manager_impl.cc(939)] Initially Set WPA3 support: disable +02-27 07:58:24.353 10105 10164 I chromium: [10105:10164:INFO:setup_manager_impl.cc(945)] Network check enabled, AddConnectivityCheckFailureObserver. +02-27 07:58:24.354 10105 10105 I chromium: [10105:10105:INFO:locale_manager.cc(291)] No locale. Set default from factory: en-US +02-27 07:58:24.360 10105 10126 I chromium: [10105:10126:INFO:metrics_recorder.cc(188)] cast event: Cast.CRL.Restored +02-27 07:58:24.360 10105 10105 I chromium: [10105:10105:INFO:locale_manager.cc(629)] New country code: US +02-27 07:58:24.361 10105 10105 W libc : Access denied finding property "ro.boot.wificountrycode" +02-27 07:58:24.356 10105 10105 W apps.mediashell: type=1400 audit(0.0:102): avc: denied { read } for name="u:object_r:wifi_config_prop:s0" dev="tmpfs" ino=281 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:wifi_config_prop:s0 tclass=file permissive=0 app=com.google.android.apps.mediashell +02-27 07:58:24.356 10105 10105 W apps.mediashell: type=1400 audit(0.0:103): avc: denied { read } for name="u:object_r:wifi_config_prop:s0" dev="tmpfs" ino=281 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:wifi_config_prop:s0 tclass=file permissive=0 app=com.google.android.apps.mediashell +02-27 07:58:24.361 10105 10105 W libc : Access denied finding property "ro.boot.wificountrycode" +02-27 07:58:24.361 10105 10105 I chromium: [10105:10105:INFO:setup_manager_impl.cc(764)] Initial activation date cached value: +02-27 07:58:24.361 10105 10105 I chromium: [10105:10105:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/google.internal.home.foyer.v1.resources.IsDeviceReadyRequest +02-27 07:58:24.361 10105 10105 I chromium: [10105:10105:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/home.cloud.biz.EnterWeavePairingModeRequest +02-27 07:58:24.362 10105 10105 I chromium: [10105:10105:INFO:api_reboot_idle_checker.cc(104)] active_activities count=1 +02-27 07:58:24.362 10105 10105 I chromium: [10105:10105:INFO:setup_api_registry.cc(188)] Register external API: reboot +02-27 07:58:24.362 10105 10130 W chromium: [10105:10130:WARNING:backlight_mitigator.cc(110)] Could not write to clamping control file +02-27 07:58:24.362 10105 10105 W chromium: [10105:10105:WARNING:cast_crypto_keys_openssl_shlib.cc(70)] No valid ESN read. +02-27 07:58:24.362 10105 10105 W chromium: [10105:10105:WARNING:cast_crypto_keys_openssl_shlib.cc(83)] Invalid or no DKE value read. +02-27 07:58:24.362 10105 10105 W chromium: [10105:10105:WARNING:cast_crypto_keys_openssl_shlib.cc(95)] Invalid or no DKH value read. +02-27 07:58:24.362 10105 10105 W chromium: [10105:10105:WARNING:cast_crypto_keys_openssl_shlib.cc(151)] Invalid or no DKW value read/computed. +02-27 07:58:24.362 10105 10105 I chromium: [10105:10105:INFO:persistent_logging_dummy.cc(11)] Persistent logging is disabled. +02-27 07:58:24.363 10105 10179 I chromium: [10105:10179:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.assistant +02-27 07:58:24.363 10105 10105 I chromium: [10105:10105:INFO:robot_account_auth_manager.cc(289)] No backend type specified. Getting COS URL based on the build type instead. +02-27 07:58:24.363 10105 10105 I chromium: [10105:10105:INFO:robot_account_auth_manager.cc(306)] Auth url: https://clients3.google.com/cast/orchestration/googleoauthtoken?rt=b +02-27 07:58:24.363 10105 10105 W chromium: [10105:10105:WARNING:robot_account_auth_manager.cc(448)] Failed to initialize JWT for 38579375 +02-27 07:58:24.364 10105 10105 I chromium: [10105:10105:INFO:queryable_data_registrar.cc(52)] Registering queryable data for managed mode as: 0 +02-27 07:58:24.364 10105 10105 I chromium: [10105:10105:INFO:queryable_data_registrar.cc(59)] Registering enable_hls_sample_aes=1 +02-27 07:58:24.364 10105 10105 I chromium: [10105:10105:INFO:queryable_data_registrar.cc(64)] Registering hls_sample_aes_init_segment +02-27 07:58:24.364 10105 10105 I chromium: [10105:10105:INFO:queryable_data_registrar.cc(70)] Registering visual-punt-on-platform-supported +02-27 07:58:24.366 10105 10130 W chromium: [10105:10130:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.366 10105 10130 W chromium: [10105:10130:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.366 10105 10130 W chromium: [10105:10130:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.366 10105 10130 W chromium: [10105:10130:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.366 10105 10130 W chromium: [10105:10130:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.366 10105 10130 W chromium: [10105:10130:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.366 10105 10130 W chromium: [10105:10130:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.366 10105 10130 W chromium: [10105:10130:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.366 10105 10130 W chromium: [10105:10130:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.366 10105 10130 W chromium: [10105:10130:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.366 10105 10130 W chromium: [10105:10130:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.366 10105 10130 W chromium: [10105:10130:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.366 10105 10130 W chromium: [10105:10130:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.366 10105 10130 I chromium: [10105:10130:INFO:net_util_impl.cc(511)] IP address: [REDACTED] MAC address: [REDACTED] +02-27 07:58:24.366 10105 10130 I chromium: [10105:10130:INFO:local_network_info_impl.cc(345)] LNID changed: +02-27 07:58:24.377 10105 10105 E ActivityThread: Failed to find provider info for com.google.android.tvsetup.app.machine.services.castsetup.castsetupinfo.CastInfoProvider +02-27 07:58:24.377 10105 10105 E cr_ClientAuthCredsFactoryProvisioned: Cannot get device credentials +02-27 07:58:24.377 10105 10105 I cr_ClientAuthCredsProvisioning: Can't get device creds. Loading Widevine creds +02-27 07:58:24.382 10105 10164 I chromium: [10105:10164:INFO:local_network_info_impl.cc(435)] LNID_W changed: +02-27 07:58:24.384 10105 10105 E chromium: [10105:10105:ERROR:jni_client_auth_creds_mediadrm.cc(292)] certs_ref is null +02-27 07:58:24.384 10105 10105 E chromium: [10105:10105:ERROR:client_auth_creds.cc(232)] Empty certs string. +02-27 07:58:24.384 10105 10105 E chromium: [10105:10105:ERROR:client_auth_signer.cc(160)] Failed to get key and cert from ClientAuthCreds. +02-27 07:58:24.385 10105 10105 W chromium: [10105:10105:WARNING:client_auth_manager.cc(125)] Certificate is empty. Do not store. +02-27 07:58:24.385 10105 10105 I chromium: [10105:10105:INFO:audio_focus_manager_impl.cc(27)] use_media_starting_block: 1 +02-27 07:58:24.386 10105 10105 I chromium: [10105:10105:INFO:chromecast_mojo_service.cc(146)] Registering 'chromecast' services. +02-27 07:58:24.387 10105 10132 I chromium: [10105:10132:INFO:external_mojo_broker.cc(236)] Register service chromecast +02-27 07:58:24.388 10105 10105 I chromium: [10105:10105:INFO:cast_metrics_service_client.cc(94)] Metrics client ID set: 01f19afc-6d86-4c08-99b8-ec196311c394 +02-27 07:58:24.388 10105 10105 I chromium: [10105:10105:INFO:device_info_impl.cc(933)] Metrics client ID: 01f19afc-6d86-4c08-99b8-ec196311c394 +02-27 07:58:24.390 10105 10105 I chromium: [10105:10105:INFO:metrics_stat_logger.cc(55)] Metrics stat for the past 60 secs : total=1 +02-27 07:58:24.390 10105 10105 I chromium: [metrics_stat_logger] Cast.Platform.UnexpectedExit=1 +02-27 07:58:24.390 10105 10105 I chromium: [10105:10105:INFO:cast_receiver_impl.cc(774)] Cast receiver started. +02-27 07:58:24.391 10105 10179 E chromium: [10105:10179:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 07:58:24.391 10105 10179 I chromium: [10105:10179:INFO:v2_ssl_socket.cc(772)] IPv6 socket probably supports both IPv4 and IPv6 +02-27 07:58:24.392 10105 10105 W chromium: [10105:10105:WARNING:cast_receiver_impl.cc(1079)] Network is not globally connected. Don't schedule config downloading yet. +02-27 07:58:24.392 10105 10105 I chromium: [10105:10105:INFO:ccs_manager_impl.cc(706)] Starting cloud ipc activity with CCS +02-27 07:58:24.392 10105 10105 I chromium: [10105:10105:INFO:ccs_manager_impl.cc(1417)] CcsManagerImpl opt_in.cloud_ipc pref changed: 1 +02-27 07:58:24.392 10105 10105 I chromium: [10105:10105:INFO:ccs_manager_impl.cc(1453)] Waiting for all transports to be enabled +02-27 07:58:24.392 10105 10105 I chromium: [10105:10105:INFO:grpc_manager_impl.cc(384)] GRPC[uri=[::]:0]: Registered service chromecast.LocalCloudcastService +02-27 07:58:24.393 10105 10105 I chromium: [10105:10105:INFO:grpc_manager_impl.cc(406)] GRPC[uri=[::]:0]: Registered a handler ExecuteActionScript for service chromecast.LocalCloudcastService +02-27 07:58:24.393 10105 10105 I chromium: [10105:10105:INFO:grpc_manager_impl.cc(406)] GRPC[uri=[::]:0]: Registered a handler ObserveDeviceStatus for service chromecast.LocalCloudcastService +02-27 07:58:24.393 10105 10105 I chromium: [10105:10105:INFO:grpc_manager_impl.cc(406)] GRPC[uri=[::]:0]: Registered a handler GetDeviceStatus for service chromecast.LocalCloudcastService +02-27 07:58:24.393 10105 10105 I chromium: [10105:10105:INFO:grpc_manager_impl.cc(452)] GRPC[uri=[::]:0]: Proceeding to try to start server. +02-27 07:58:24.395 10105 10178 I chromium: [10105:10178:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 07:58:24.395 10105 10178 I chromium: [10105:10178:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 07:58:24.396 10105 10178 I chromium: [10105:10178:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.SocketCreated +02-27 07:58:24.396 10105 10178 I chromium: [10105:10178:INFO:mdns_app_filter.cc(1440)] Created mDNS socket for interface:name=wlan0, address=10.0.2.16, index=16 +02-27 07:58:24.397 10105 10105 I chromium: [10105:10105:INFO:grpc_manager_impl.cc(509)] GRPC[uri=[::]:0]: Grpc server started in port 46527 +02-27 07:58:24.397 10105 10105 I chromium: [10105:10105:INFO:ccs_manager_impl.cc(1453)] Waiting for all transports to be enabled +02-27 07:58:24.397 10105 10105 I chromium: [10105:10105:INFO:ccs_transport_gcm.cc(94)] Deferring GCM registration until connectivity is up +02-27 07:58:24.397 10105 10105 I chromium: [10105:10105:INFO:cast_receiver_impl.cc(881)] Cast receiver resumed. +02-27 07:58:24.397 10105 10105 W chromium: [10105:10105:WARNING:cast_receiver_impl.cc(1091)] Network is not globally connected. Don't schedule CRL downloading yet. +02-27 07:58:24.397 10105 10178 I chromium: [10105:10178:INFO:mdns_app_filter.cc(1135)] MdnsAppFilter is starting. +02-27 07:58:24.397 10105 10178 I chromium: [10105:10178:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.ResponderStarted +02-27 07:58:24.398 10105 10105 I chromium: [10105:10105:INFO:cast_web_service.cc(193)] Added session: 890c580f-5602-4fda-9b32-b483e9e3af80 +02-27 07:58:24.398 10105 10105 I chromium: [10105:10105:INFO:application_identification_settings.cc(422)] new ApplicationIdentificationSettings session_id: 890c580f-5602-4fda-9b32-b483e9e3af80 app_id: E8C28D3C universal_app_id: E8C28D3C flags: 23 headers: 2047 +02-27 07:58:24.399 10105 10179 I chromium: [10105:10179:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.setup +02-27 07:58:24.399 10105 10177 E chromium: [10105:10177:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 07:58:24.399 10105 10176 E chromium: [10105:10176:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 07:58:24.400 10105 10105 I chromium: [10105:10105:INFO:chromecast_service_base.cc(396)] Network is disconnected, reconnecting Wifi. +02-27 07:58:24.400 10105 10177 I chromium: [10105:10177:INFO:cast_web_server.cc(200)] Http server for Cast receiver started: port=8443 +02-27 07:58:24.400 10105 10176 I chromium: [10105:10176:INFO:cast_web_server.cc(200)] Http server for Cast receiver started: port=8008 +02-27 07:58:24.401 10105 10164 I chromium: [10105:10164:INFO:setup_manager_impl.cc(1039)] Setup discoverability is enabled +02-27 07:58:24.401 10105 10164 W libc : Access denied finding property "ro.odm.cast.ssid_suffix" +02-27 07:58:24.401 10105 10164 I chromium: [10105:10164:INFO:hotspot_manager.cc(156)] Start: id=1 SSID=[REDACTED] hidden=0 +02-27 07:58:24.401 10105 10126 I chromium: [10105:10126:INFO:hotspot_manager.cc(206)] Starting request id=1 ssid=[REDACTED] hidden=0 +02-27 07:58:24.402 10105 10105 I chromium: [10105:10105:INFO:chromecast_service.cc(1414)] Initial error code: 0 +02-27 07:58:24.402 10105 10105 I chromium: [10105:10105:INFO:chromecast_service.cc(1426)] Non-assistant device, start idle screen now. +02-27 07:58:24.408 505 2621 D ConnectivityService: requestNetwork for uid/pid:10054/10105 activeRequest: null callbackRequest: 140 [NetworkRequest [ REQUEST id=141, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ]] callback flags: 0 priority: 2147483647 +02-27 07:58:24.412 505 709 D ConnectivityService: NetReassign [141 : null → 100] +02-27 07:58:24.413 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=141, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] +02-27 07:58:24.413 505 709 D ConnectivityService: NetReassign [no changes] +02-27 07:58:24.413 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=141, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] +02-27 07:58:24.414 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=141, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] +02-27 07:58:24.417 10105 10105 I cr_MdnsOffloadClientImpl: No offload service found +02-27 07:58:24.419 10105 10105 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:113] Started +02-27 07:58:24.420 10105 10181 I DrmHal : found instance=clearkey version=android.hardware.drm@1.4::IDrmFactory +02-27 07:58:24.420 10105 10181 I DrmHal : found instance=default version=android.hardware.drm@1.0::IDrmFactory +02-27 07:58:24.448 182 182 I lowmemorykiller: Kill 'com.google.process.gapps' (9825), uid 10057, oom_score_adj 700 to free 45896kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (147%) +02-27 07:58:24.460 10105 10181 E DrmHal : uuid=[edef8ba979d64ace a3c827dcd51d21ed] No supported hal instance found +02-27 07:58:24.466 322 322 I Zygote : Process 9825 exited due to signal 9 (Killed) +02-27 07:58:24.490 505 1395 I ActivityManager: Process com.google.process.gapps (pid 9825) has died: prev LAST +02-27 07:58:24.495 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 9825 in 0ms +02-27 07:58:24.497 10105 10105 I chromium: [10105:10105:INFO:device_info_impl.cc(1061)] Primary netif changed: new=wlan0, old= +02-27 07:58:24.497 10105 10132 I chromium: [10105:10132:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.FeatureService +02-27 07:58:24.502 10105 10132 I chromium: [10105:10132:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 07:58:24.503 10105 10105 I chromium: [10105:10105:INFO:device_info_impl.cc(1070)] Primary IP address changed: netif=wlan0, new=10.0.2.16, old= +02-27 07:58:24.517 10105 10105 I chromium: [10105:10105:INFO:grpc_completion_queue_wrapper.cc(13)] CQ is destroyed: id=0 +02-27 07:58:24.565 10105 10105 I chromium: [10105:10105:INFO:metrics_recorder.cc(188)] cast event: Cast.System.Timezone.ChangeSuccessful +02-27 07:58:24.585 10105 10181 E cr_ClientAuthRawSigner: Widevine UUID unsupported. +02-27 07:58:24.585 10105 10181 E cr_ClientAuthRawSigner: android.media.UnsupportedSchemeException: Failed to instantiate drm object: NO_INIT +02-27 07:58:24.585 10105 10181 E cr_ClientAuthRawSigner: ============================== Beginning of DRM Plugin Log ============================== +02-27 07:58:24.585 10105 10181 E cr_ClientAuthRawSigner: 02-27 07:58:24.420 I found instance=clearkey version=android.hardware.drm@1.4::IDrmFactory +02-27 07:58:24.585 10105 10181 E cr_ClientAuthRawSigner: 02-27 07:58:24.420 I found instance=default version=android.hardware.drm@1.0::IDrmFactory +02-27 07:58:24.585 10105 10181 E cr_ClientAuthRawSigner: 02-27 07:58:24.460 E uuid=[edef8ba979d64ace a3c827dcd51d21ed] No supported hal instance found +02-27 07:58:24.585 10105 10181 E cr_ClientAuthRawSigner: ============================== End of DRM Plugin Log ============================== +02-27 07:58:24.585 10105 10181 E cr_ClientAuthRawSigner: at android.media.MediaDrm.native_setup(Native Method) +02-27 07:58:24.585 10105 10181 E cr_ClientAuthRawSigner: at android.media.MediaDrm.(MediaDrm.java:293) +02-27 07:58:24.585 10105 10181 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthRawSigner.(ClientAuthRawSigner.java:32) +02-27 07:58:24.585 10105 10181 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthRawSigner.isProvisioned(ClientAuthRawSigner.java:83) +02-27 07:58:24.585 10105 10181 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthCredsWidevine.ensurePreProvisioned(ClientAuthCredsWidevine.java:233) +02-27 07:58:24.585 10105 10181 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthCredsWidevine.provisionCredsSync(ClientAuthCredsWidevine.java:186) +02-27 07:58:24.585 10105 10181 E cr_ClientAuthRawSigner: at com.google.android.apps.mediashell.ClientAuthCredsProvisioning.attemptCredsProvisioning(ClientAuthCredsProvisioning.java:88) +02-27 07:58:24.585 10105 10181 E cr_ClientAuthRawSigner: at com.google.android.apps.mediashell.ClientAuthCredsProvisioning.access$000(ClientAuthCredsProvisioning.java:32) +02-27 07:58:24.585 10105 10181 E cr_ClientAuthRawSigner: at com.google.android.apps.mediashell.ClientAuthCredsProvisioning$1.run(ClientAuthCredsProvisioning.java:53) +02-27 07:58:24.585 10105 10181 E cr_ClientAuthRawSigner: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) +02-27 07:58:24.585 10105 10181 E cr_ClientAuthRawSigner: at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 07:58:24.585 10105 10181 E cr_ClientAuthRawSigner: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) +02-27 07:58:24.585 10105 10181 E cr_ClientAuthRawSigner: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 07:58:24.585 10105 10181 E cr_ClientAuthRawSigner: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 07:58:24.585 10105 10181 E cr_ClientAuthRawSigner: at java.lang.Thread.run(Thread.java:920) +02-27 07:58:24.587 10105 10132 I chromium: [10105:10132:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 07:58:24.588 10105 10105 I chromium: [10105:10105:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 07:58:24.591 10105 10105 W chromium: [10105:10105:WARNING:secure_storage_impl.cc(115)] Device key not available yet. +02-27 07:58:24.591 10105 10132 I chromium: [10105:10132:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 07:58:24.591 10105 10132 I chromium: [10105:10132:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 07:58:24.591 10105 10132 I chromium: [10105:10132:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.RemoteControlService +02-27 07:58:24.591 10105 10132 I chromium: [10105:10132:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 07:58:24.592 10105 10132 I chromium: [10105:10132:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 07:58:24.592 10105 10132 I chromium: [10105:10132:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 07:58:24.592 10105 10132 I chromium: [10105:10132:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 07:58:24.593 10105 10132 I chromium: [10105:10132:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 07:58:24.593 10105 10132 I chromium: [10105:10132:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.DisplaySettings +02-27 07:58:24.593 10105 10132 I chromium: [10105:10132:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 07:58:24.595 10105 10164 W chromium: [10105:10164:WARNING:setup_manager_impl.cc(2238)] DNS Func not supported +02-27 07:58:24.596 10105 10132 I chromium: [10105:10132:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 07:58:24.596 10105 10105 I chromium: [10105:10105:INFO:ccs_manager_impl.cc(2007)] LNID has changed; Will re-register CCS +02-27 07:58:24.596 10105 10105 I chromium: [10105:10105:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 07:58:24.596 10105 10105 I chromium: [10105:10105:INFO:cast_auth_headers.cc(227)] Clearing cached auth headers. +02-27 07:58:24.596 10105 10105 I chromium: [10105:10105:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 07:58:24.596 10105 10105 W chromium: [10105:10105:WARNING:secure_storage_impl.cc(115)] Device key not available yet. +02-27 07:58:24.596 10105 10132 I chromium: [10105:10132:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.GeneralAudienceBrowsingAPIKeySubject +02-27 07:58:24.596 10105 10132 I chromium: [10105:10132:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 07:58:24.597 10105 10105 I chromium: [10105:10105:INFO:virtual_device_manager.cc(312)] Virtual device [REDACTED] using Cast V2 port 8009 +02-27 07:58:24.597 10105 10164 I chromium: [10105:10164:INFO:setup_state.cc(263)] Setup state changed: SETUP_STATE_UNKNOWN (0) -> SETUP_STATE_CHECKING_GLOBAL_CONNECTIVITY (50) +02-27 07:58:24.601 10105 10178 I chromium: [10105:10178:INFO:mdns_app_filter.cc(1870)] Re-probing due to newly registered service '1': _googlecast +02-27 07:58:24.602 10105 10178 W chromium: [10105:10178:WARNING:mdns_app_filter.cc(1086)] MdnsAppFilter already started. Must call Stop() first. +02-27 07:58:24.602 10105 10105 W chromium: [10105:10105:WARNING:libupnp_manager.cc(312)] No Primary Network Interface, will start UPnP server when it is established. +02-27 07:58:24.603 9916 9916 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 15 +02-27 07:58:24.612 10105 10105 I chromium: [10105:10105:INFO:cast_receiver_impl.cc(1586)] mDNS Discovery stopped. +02-27 07:58:24.613 10105 10178 I chromium: [10105:10178:INFO:mdns_app_filter.cc(2019)] MdnsAppFilter is stopping +02-27 07:58:24.613 10105 10178 I chromium: [10105:10178:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.ResponderStopped +02-27 07:58:24.613 10105 10178 I chromium: [10105:10178:INFO:mdns_app_filter.cc(2026)] MdnsAppFilter is stopping; closing socket: address=10.0.2.16 +02-27 07:58:24.613 10105 10178 I chromium: [10105:10178:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.SocketDestroyed +02-27 07:58:24.614 10105 10178 I chromium: [10105:10178:INFO:mdns_app_filter.cc(3338)] Mdns cast queries recently sent: queries=1 +02-27 07:58:24.616 10105 10105 I chromium: [10105:10105:INFO:cast_receiver_impl.cc(1644)] Network is globally disconnected. Refresh CcsManager +02-27 07:58:24.616 10105 10105 I chromium: [10105:10105:INFO:debug_endpoint_manager_grpc_client.cc(383)] gRPC client channel state changed to GRPC_CHANNEL_TRANSIENT_FAILURE +02-27 07:58:24.616 10105 10105 I chromium: [10105:10105:INFO:sensor_service.cc(89)] Sensor service binding bound +02-27 07:58:24.617 505 10186 I DropBoxManagerService: add tag=system_app_wtf isTagEnabled=true flags=0x2 +02-27 07:58:24.619 10105 10178 I chromium: [10105:10178:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 07:58:24.619 10105 10178 I chromium: [10105:10178:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 07:58:24.621 10105 10178 I chromium: [10105:10178:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.SocketCreated +02-27 07:58:24.621 10105 10178 I chromium: [10105:10178:INFO:mdns_app_filter.cc(1440)] Created mDNS socket for interface:name=wlan0, address=10.0.2.16, index=16 +02-27 07:58:24.622 10105 10178 I chromium: [10105:10178:INFO:mdns_app_filter.cc(1135)] MdnsAppFilter is starting. +02-27 07:58:24.622 10105 10178 I chromium: [10105:10178:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.ResponderStarted +02-27 07:58:24.622 10105 10178 I chromium: [10105:10178:INFO:discovered_service_client.cc(76)] Primary interface for service discovery has changed: ifindex=16 +02-27 07:58:24.623 10105 10178 I chromium: [10105:10178:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 07:58:24.623 10105 10178 I chromium: [10105:10178:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 07:58:24.623 10105 10105 I chromium: [10105:10105:INFO:mdns_manager_impl.cc(299)] Successfully registered service: type=_googlecast +02-27 07:58:24.623 10105 10105 I chromium: [10105:10105:INFO:virtual_device.cc(292)] Registered mDNS service for virtual device: id=7f632b49-34bd-c56f-b953-dc3746d180ae +02-27 07:58:24.627 10105 10105 I chromium: [10105:10105:INFO:sensor_service.cc(66)] Sensor Service starting. +02-27 07:58:24.628 10105 10127 I chromium: [10105:10127:INFO:parent_tracker.cc(465)] Network is disconnected. +02-27 07:58:24.633 10105 10165 I chromium: [10105:10165:INFO:structure_info_from_trusted_devices.cc(381)] Automatic refetch delay changed to 7 +02-27 07:58:24.633 10105 10165 I chromium: [10105:10165:INFO:structure_info_cast.cc(78)] Usonia trusted devices flag flipped to true, but trusted devices structure info already enabled. +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:chromecast_service.cc(1674)] AoGH feature is: 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:24.633 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(165)] Presence settings is: 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:58:24.634 10105 10105 I chromium: [10105:10105:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:58:24.636 10105 10165 I chromium: [10105:10165:INFO:grpc_auth_manager_in_process.cc(215)] Initializing Auth. +02-27 07:58:24.636 10105 10165 W chromium: [10105:10165:WARNING:grpc_auth_manager_in_process.cc(220)] Device key not available yet. +02-27 07:58:24.636 10105 10105 I chromium: [10105:10105:INFO:usonia_main_process.cc(487)] Ignoring stop when not started. +02-27 07:58:24.636 9916 10196 I Finsky : [112] vbw.c(2): registerListener +02-27 07:58:24.636 10105 10105 I chromium: [10105:10105:INFO:usonia_configs_with_cast_features.cc(304)] Usonia configs: OnExtraMulticastGroupsChanged +02-27 07:58:24.636 10105 10105 I chromium: [10105:10105:INFO:usonia_configs_with_cast_features.cc(305)] id_is_authenticated=0 +02-27 07:58:24.636 10105 10105 I chromium: [10105:10105:INFO:usonia_configs_with_cast_features.cc(306)] usonia_require_authenticated_ids=1 +02-27 07:58:24.636 10105 10105 I chromium: [10105:10105:INFO:usonia_configs_with_cast_features.cc(308)] usonia_extra_multicast_groups=224.0.0.250,ff02::c:c +02-27 07:58:24.636 10105 10105 I chromium: [10105:10105:INFO:usonia_configs_with_cast_features.cc(310)] usonia_multicast_ttl=1 +02-27 07:58:24.636 10105 10105 I chromium: [10105:10105:INFO:usonia_configs_with_cast_features.cc(311)] usonia_higher_root_precedence=0 +02-27 07:58:24.636 10105 10105 I chromium: [10105:10105:INFO:usonia_configs_with_cast_features.cc(313)] usonia_allow_self_signed_certs=0 +02-27 07:58:24.636 10105 10105 I chromium: [10105:10105:INFO:usonia_configs_with_cast_features.cc(315)] usonia_enable_trusted_sets=1 +02-27 07:58:24.636 10105 10105 I chromium: [10105:10105:INFO:mute_led_als_controller.cc(99)] No COLOR_AND_LIGHT sensor found +02-27 07:58:24.636 10105 10105 I chromium: [10105:10105:INFO:backlight_mitigator.cc(130)] No COLOR_AND_LIGHT sensor found +02-27 07:58:24.640 10105 10127 I chromium: [10105:10127:INFO:parent_tracker.cc(210)] No need to recreate socket +02-27 07:58:24.640 10105 10127 I chromium: [10105:10127:INFO:parent_tracker.cc(465)] Network is connected. +02-27 07:58:24.648 10105 10127 I chromium: [10105:10127:INFO:parent_tracker.cc(210)] No need to recreate socket +02-27 07:58:24.660 182 182 I lowmemorykiller: Kill 'android.process.media' (10062), uid 10027, oom_score_adj 700 to free 44732kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (165%) +02-27 07:58:24.687 10105 10127 I chromium: [10105:10127:INFO:parent_tracker.cc(159)] Extra multicast groups changed +02-27 07:58:24.687 322 322 I Zygote : Process 10062 exited due to signal 9 (Killed) +02-27 07:58:24.704 10105 10127 I chromium: [10105:10127:INFO:parent_tracker.cc(213)] Now using local address [REDACTED] +02-27 07:58:24.706 10105 10127 I chromium: [10105:10127:INFO:directory_service_impl.cc(536)] This device became root +02-27 07:58:24.709 505 2251 I ActivityManager: Process android.process.media (pid 10062) has died: prev LAST +02-27 07:58:24.710 10105 10127 I chromium: [10105:10127:INFO:parent_tracker.cc(231)] Using multicast TTL 1 +02-27 07:58:24.722 10105 10127 I chromium: [10105:10127:INFO:parent_tracker.cc(277)] Add extra group 224.0.0.250 +02-27 07:58:24.756 505 556 I libprocessgroup: Successfully killed process cgroup uid 10027 pid 10062 in 0ms +02-27 07:58:24.765 10105 10128 W chromium: [10105:10128:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.765 10105 10128 W chromium: [10105:10128:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.765 10105 10128 W chromium: [10105:10128:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.765 10105 10128 W chromium: [10105:10128:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.765 10105 10128 W chromium: [10105:10128:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.765 10105 10128 W chromium: [10105:10128:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.765 10105 10128 W chromium: [10105:10128:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.765 10105 10128 W chromium: [10105:10128:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.765 10105 10128 W chromium: [10105:10128:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.765 10105 10128 W chromium: [10105:10128:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.765 10105 10128 W chromium: [10105:10128:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.765 10105 10128 W chromium: [10105:10128:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.765 10105 10128 W chromium: [10105:10128:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.765 10105 10128 I chromium: [10105:10128:INFO:net_util_impl.cc(511)] IP address: [REDACTED] MAC address: [REDACTED] +02-27 07:58:24.772 10105 10128 W chromium: [10105:10128:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.772 10105 10128 W chromium: [10105:10128:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.772 10105 10128 W chromium: [10105:10128:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.772 10105 10128 W chromium: [10105:10128:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.772 10105 10128 W chromium: [10105:10128:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.772 10105 10128 W chromium: [10105:10128:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.772 10105 10128 W chromium: [10105:10128:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.772 10105 10128 W chromium: [10105:10128:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.772 10105 10128 W chromium: [10105:10128:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.772 10105 10128 W chromium: [10105:10128:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.772 10105 10128 W chromium: [10105:10128:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.772 10105 10128 W chromium: [10105:10128:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.772 10105 10128 W chromium: [10105:10128:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:58:24.772 10105 10128 I chromium: [10105:10128:INFO:net_util_impl.cc(511)] IP address: [REDACTED] MAC address: [REDACTED] +02-27 07:58:24.807 9916 10196 I Finsky : [112] heg.g(1): getDownloads() +02-27 07:58:24.811 10105 10105 D cr_NetUtil: [NetUtil.java:123] interfaceSupportsWakeOnLan(): Interface wlan0 not supported +02-27 07:58:24.851 10105 10105 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:24.893 182 182 I lowmemorykiller: Kill 'com.android.vending' (9916), uid 10058, oom_score_adj 102 to free 94288kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (384%) +02-27 07:58:24.938 322 322 I Zygote : Process 9916 exited due to signal 9 (Killed) +02-27 07:58:24.941 505 830 I WindowManager: WIN DEATH: Window{39a0a54 u0 com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity} +02-27 07:58:24.947 505 2621 W ActivityManager: Slow operation: 65ms so far, now at startProcess: done creating new process record +02-27 07:58:24.947 505 2621 W ActivityManager: Slow operation: 95ms so far, now at startProcess: stepping in to startProcess +02-27 07:58:24.958 505 830 W InputManager-JNI: Input channel object '39a0a54 com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity (client)' was disposed without first being removed with the input manager! +02-27 07:58:24.967 10105 10105 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:24.968 10105 10105 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:58:24.975 505 2621 I ActivityManager: com.android.vending is exempt from freezer +02-27 07:58:25.017 10105 10126 I chromium: [10105:10126:INFO:libupnp_wrapper_async.cc(144)] SSDP server is initialized: root_device_desc_url = http://10.0.2.16:8008/ssdp/device-desc.xml, handle = 1 +02-27 07:58:25.029 505 2621 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 07:58:25.029 505 2621 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 07:58:25.029 505 2621 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 07:58:25.029 505 2621 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 07:58:25.031 505 2621 W ActivityManager: Slow operation: 179ms so far, now at startProcess: done starting proc! +02-27 07:58:25.031 505 555 W ActivityManager: Slow operation: 84ms so far, now at startProcess: asking zygote to start proc +02-27 07:58:25.031 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 07:58:25.031 505 1683 I ActivityManager: Process com.android.vending (pid 9916) has died: vis+2 TOP +02-27 07:58:25.032 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 9916 in 0ms +02-27 07:58:25.044 322 322 D Zygote : Forked child process 10202 +02-27 07:58:25.045 505 555 W ActivityManager: Slow operation: 98ms so far, now at startProcess: returned from zygote! +02-27 07:58:25.053 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 07:58:25.069 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 9916 +02-27 07:58:25.073 505 555 W ActivityManager: Slow operation: 126ms so far, now at startProcess: done updating battery stats +02-27 07:58:25.074 505 555 W ActivityManager: Slow operation: 127ms so far, now at startProcess: building log message +02-27 07:58:25.074 505 555 I ActivityManager: Start proc 10202:com.android.vending:background/u0a58 for service {com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService} +02-27 07:58:25.074 505 555 W ActivityManager: Slow operation: 127ms so far, now at startProcess: starting to update pids map +02-27 07:58:25.074 505 555 W ActivityManager: Slow operation: 127ms so far, now at startProcess: done updating pids map +02-27 07:58:25.077 505 545 I ActivityManager: com.android.vending is exempt from freezer +02-27 07:58:25.087 322 322 D Zygote : Forked child process 10204 +02-27 07:58:25.087 505 555 I ActivityManager: Start proc 10204:com.android.vending/u0a58 for activity {com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity} +02-27 07:58:25.110 10202 10202 E ding:backgroun: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:25.122 10204 10204 E android.vendin: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:25.130 8520 9237 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:25.133 10105 10105 I BindingManager: Bound service connected +02-27 07:58:25.143 8520 9237 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:25.183 505 541 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:25.183 505 541 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:25.183 505 541 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:25.183 505 541 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:25.183 505 541 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:25.183 505 541 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:25.183 505 541 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:25.183 505 541 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:25.183 505 541 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:25.183 505 541 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:25.185 505 541 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:25.185 505 541 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:25.185 505 541 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:25.185 505 541 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:25.185 505 541 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:25.185 505 541 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:25.185 505 541 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:25.185 505 541 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:25.185 505 541 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:25.185 505 541 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:25.186 8520 9237 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:25.190 10105 10105 D cr_GrpcIpcUidPolicy: [AndroidIpcUidPolicy.java:147] Valid access from com.google.android.apps.mediashell +02-27 07:58:25.190 10105 10105 E cr_GrpcIpcSocketService: Native code not initialized yet. +02-27 07:58:25.190 10105 10105 E GrpcIpcSocketClientImpl: invalid message +02-27 07:58:25.192 10105 10152 E chromium: [10105:10152:ERROR:grpc_ipc_socket_client.cc(76)] Error for usonia-ipc-socket +02-27 07:58:25.192 10105 10152 E chromium: [10105:10152:ERROR:android_grpc_builder.cc(86)] Could not get a socket for binder:com.google.android.apps.mediashell:usonia-ipc-socket +02-27 07:58:25.192 10105 10152 E chromium: [10105:10152:ERROR:grpc_manager_impl.cc(618)] GRPC[uri=]: Grpc cannot connect to host {UNDEFINED} +02-27 07:58:25.194 10105 10152 E chromium: [10105:10152:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:25.196 10202 10202 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 07:58:25.198 10204 10204 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 07:58:25.200 10105 10152 W chromium: [10105:10152:WARNING:grpc_auth_manager_with_grpc_ipc.cc(59)] IPC for Auth.AuthReadyStreaming closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:25.200 10105 10152 E chromium: [10105:10152:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:25.200 10105 10152 W chromium: [10105:10152:WARNING:distributed_service_discovery_with_grpc_ipc.cc(147)] IPC for DistributedServiceDiscovery.AddService closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:25.200 10105 10152 E chromium: [10105:10152:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:25.200 10105 10152 W chromium: [10105:10152:WARNING:distributed_service_discovery_with_grpc_ipc.cc(60)] IPC for DistributedServiceDiscovery.UpdateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:25.200 10105 10152 E chromium: [10105:10152:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:25.200 10105 10152 W chromium: [10105:10152:WARNING:metrics_recorder_with_grpc_ipc.cc(142)] IPC for MetricsRecorder.RecordMetrics closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:25.200 10105 10152 E chromium: [10105:10152:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:25.200 10105 10152 W chromium: [10105:10152:WARNING:synchronous_sound_player_with_grpc_ipc.cc(171)] IPC for SynchronousSoundPlayer.UpdateSound closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:25.200 10105 10152 E chromium: [10105:10152:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:25.200 10105 10152 E chromium: [10105:10152:ERROR:ipc_common.h(444)] Error in fetching local device info: [error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:25.200 10105 10152 E chromium: [10105:10152:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:25.200 10105 10152 W chromium: [10105:10152:WARNING:directory_service_with_grpc_ipc.cc(118)] IPC for DirectoryService.ObserveCommonTime closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:25.200 10105 10152 E chromium: [10105:10152:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:25.200 10105 10152 E chromium: [10105:10152:ERROR:directory_service_with_grpc_ipc.cc(274)] IPC for DirectoryService.UpdateStateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:25.200 10105 10152 E chromium: [10105:10152:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:25.200 10105 10152 E chromium: [10105:10152:ERROR:directory_service_with_grpc_ipc.cc(376)] IPC for DirectoryService.UpdateMessageObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:25.200 10105 10152 E chromium: [10105:10152:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:25.200 10105 10152 I chromium: [10105:10152:INFO:state_manager_with_grpc_ipc.cc(141)] Usonia state changed, state: 1 value: 0 +02-27 07:58:25.200 10105 10152 W chromium: [10105:10152:WARNING:state_manager_with_grpc_ipc.cc(73)] IPC for StateManager.ReceiveStateUpdates closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:58:25.212 8520 9237 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:25.263 10105 10105 D cr_ChromecastConfigAndroid: [ChromecastConfigAndroid.java:106] Device optedIn status update = false +02-27 07:58:25.276 8520 9237 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:25.309 10204 10204 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 07:58:25.309 10202 10202 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 07:58:25.363 182 182 W lowmemorykiller: Failed to get t_pid for '0' of pid(10202) +02-27 07:58:25.363 182 182 I lowmemorykiller: Kill 'com.android.vending:background' (10202), uid 10058, oom_score_adj 905 to free 82400kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (204%) +02-27 07:58:25.390 322 322 I Zygote : Process 10202 exited due to signal 9 (Killed) +02-27 07:58:25.403 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 10202 in 5ms +02-27 07:58:25.406 505 2251 I ActivityManager: Process com.android.vending:background (pid 10202) has died: cch+5 CEM +02-27 07:58:25.457 10204 10204 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 07:58:25.457 10204 10204 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:25.463 10204 10204 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:25.469 10204 10204 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:25.536 10105 10178 I chromium: [10105:10178:INFO:mdns_app_filter.cc(1602)] MdnsAppFilter: Done probing. +02-27 07:58:25.591 10204 10204 I Finsky : [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 07:58:25.672 10204 10239 I Finsky : [48] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 07:58:25.685 10204 10239 I Finsky : [48] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 07:58:25.696 10204 10204 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:25.698 10204 10204 I Finsky : [2] mre.(3): Resetting scheduler db +02-27 07:58:25.705 10204 10237 W Finsky : [46] ehz.d(18): For unauth, use getDfeApiNonAuthenticated() instead! +02-27 07:58:25.723 10204 10238 I Finsky : [47] kvx.(3): PackageMonitorReceiverImpl - Registering in memory receiver for android.intent.action.PACKAGE_ADDED and android.intent.action.PACKAGE_REMOVED +02-27 07:58:25.737 10204 10252 W android.vendin: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 07:58:25.737 10204 10252 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 07:58:25.737 10204 10252 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 07:58:25.746 10204 10237 I Finsky : [46] pyq.a(1): Warm data store was already initialized. +02-27 07:58:25.748 10204 10238 I Finsky : [47] pyr.a(1): Warm data store was already initialized. +02-27 07:58:25.772 10204 10249 I Finsky : [58] nlv.run(10): SysCUA: Set {com.android.vending/com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity} enabled state to 0 +02-27 07:58:25.781 10204 10237 I Finsky : [46] jrs.m(5): Enqueuing libraries load for 0 +02-27 07:58:25.783 10204 10238 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 07:58:25.784 10204 10246 I Finsky : [55] jrs.t(1): Starting libraries load for 0 +02-27 07:58:25.786 10204 10238 I Finsky : [47] kmj.i(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileMaximum +02-27 07:58:25.786 10204 10238 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 07:58:25.786 10204 10238 I Finsky : [47] kmj.h(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileRecommended +02-27 07:58:25.787 10204 10237 I Finsky : [46] gcv.j(3): Subscription detail: N/A +02-27 07:58:25.789 10204 10238 I Finsky : [47] vbw.c(2): registerListener +02-27 07:58:25.790 10204 10238 I Finsky : [47] vbw.c(2): registerListener +02-27 07:58:25.790 10204 10238 I Finsky : [47] qfs.s(2): Setup app restrictions monitor +02-27 07:58:25.794 10204 10249 W Finsky : [58] hne.run(49): HibernationActivity not found +02-27 07:58:25.797 10204 10238 I Finsky : [47] qlg.a(3): Device wide unknown source restriction is changed. +02-27 07:58:25.801 10204 10238 I Finsky : [47] pyq.a(1): Warm data store was already initialized. +02-27 07:58:25.801 10204 10238 I Finsky : [47] pyr.a(1): Warm data store was already initialized. +02-27 07:58:25.808 10204 10239 I Finsky : [48] nvc.(2): Item store provider started. +02-27 07:58:25.813 10204 10246 I Finsky : [55] jrs.t(23): Finished loading 0 libraries. +02-27 07:58:25.816 505 2251 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 07:58:25.816 10204 10249 I Finsky : [58] mar.accept(5): SCH: Scheduling phonesky job Id: 1-1337, CT: 1772153180986, Constraints: [{ L: 43188056, D: 86388056, C: 1, I: 1, N: 1 }] +02-27 07:58:25.816 505 2251 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 07:58:25.816 505 2251 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 07:58:25.816 505 2251 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 07:58:25.816 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 07:58:25.817 10204 10249 I Finsky : [58] mar.accept(5): SCH: Scheduling phonesky job Id: 3-4, CT: 1772153894596, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }] +02-27 07:58:25.817 10204 10249 I Finsky : [58] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 07:58:25.817 10204 10249 I Finsky : [58] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772153257487, Constraints: [{ L: 900000, D: 1800000, C: 1, I: 1, N: 0 }] +02-27 07:58:25.818 10204 10249 I Finsky : [58] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772153892241, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 07:58:25.824 322 322 D Zygote : Forked child process 10283 +02-27 07:58:25.824 505 555 I ActivityManager: Start proc 10283:com.google.process.gapps/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider} +02-27 07:58:25.846 10283 10283 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:25.922 505 541 W ActivityManager: Slow operation: 64ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 07:58:25.937 182 182 I lowmemorykiller: Kill 'com.google.android.apps.mediashell' (10105), uid 10054, oom_score_adj 500 to free 58960kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (189%) +02-27 07:58:25.961 322 322 I Zygote : Process 10105 exited due to signal 9 (Killed) +02-27 07:58:25.961 505 2259 E WifiMulticastLockManager: Multicaster binderDied +02-27 07:58:25.969 505 3128 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10054/10105, android.os.BinderProxy@10ac55f) +02-27 07:58:25.969 505 1212 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10054/10105, android.os.BinderProxy@c8cb9fe) +02-27 07:58:25.980 505 541 W ActivityManager: Slow operation: 123ms so far, now at attachApplicationLocked: after updateOomAdjLocked +02-27 07:58:25.997 505 595 I ActivityManager: Process com.google.android.apps.mediashell (pid 10105) has died: svc SVC +02-27 07:58:26.001 505 556 I libprocessgroup: Successfully killed process cgroup uid 10054 pid 10105 in 2ms +02-27 07:58:26.006 505 595 W ActivityManager: Scheduling restart of crashed service com.google.android.apps.mediashell/.MediaShellCastReceiverService in 72744ms for start-requested +02-27 07:58:26.010 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=141, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] (release request) +02-27 07:58:26.032 10204 10300 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 07:58:26.033 10283 10283 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 07:58:26.038 10204 10300 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 07:58:26.040 10204 10300 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 07:58:26.079 10204 10249 I Finsky : [58] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 07:58:26.125 10283 10283 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 07:58:26.125 10283 10283 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:26.126 10283 10283 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:26.128 10283 10283 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:26.136 10204 10204 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:26.137 10204 10204 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:26.143 10204 10204 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:26.143 10204 10204 I Finsky : [2] pyr.a(1): Warm data store was already initialized. +02-27 07:58:26.143 10204 10204 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:26.155 10204 10246 I Finsky : [55] eur.accept(3): [DeviceConfig] successfully updated device attribute payloads +02-27 07:58:26.173 10283 10283 I GoogleHttpClient: GMS http client unavailable, use old client +02-27 07:58:26.180 10283 10283 I CarUiInstaller: CarUiInstaller started for com.google.android.gsf +02-27 07:58:26.197 10204 10239 I Finsky : [48] nvc.r(6): Created new item store. +02-27 07:58:26.202 10204 10204 W FontsContract: Platform version of downloadable fonts is deprecated. Please use androidx version instead. +02-27 07:58:26.214 8520 9237 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:26.218 8520 9237 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:26.223 8520 9237 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:26.224 8520 9237 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:26.230 8520 9237 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:26.248 8520 9237 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:26.248 8520 9237 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:26.250 8520 9237 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:26.250 8520 9237 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:26.255 8520 9237 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:26.257 10204 10204 W FontsContract: Platform version of downloadable fonts is deprecated. Please use androidx version instead. +02-27 07:58:26.260 8520 9237 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:26.260 8520 9237 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:26.262 8520 9237 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:26.262 8520 9237 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:26.266 8520 9237 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:26.272 8520 9237 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:26.273 8520 9237 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:26.274 8520 9237 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:26.274 8520 9237 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:26.278 8520 8534 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:26.416 10204 10204 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 10 +02-27 07:58:26.442 10204 10204 I Finsky : [2] iki.D(3): Installer: Attempting to start installer +02-27 07:58:26.446 10204 10204 I Finsky : [2] vbw.c(2): registerListener +02-27 07:58:26.450 10204 10204 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:26.450 10204 10204 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:26.451 10204 10204 I Finsky : [2] ird.(18): Initializing pausers from value store. +02-27 07:58:26.451 10204 10204 I Finsky : [2] ird.(21): Get the following callers from value store []. +02-27 07:58:26.458 10204 10204 I Finsky : [2] pfe.b(2): UAth: Successfully uploaded device config +02-27 07:58:26.575 10204 10296 D HostConnection: createUnique: call +02-27 07:58:26.576 10204 10296 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b099cd0, tid 10296 +02-27 07:58:26.579 10204 10296 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:58:26.589 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 07:58:26.590 10204 10296 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 07:58:26.590 10204 10296 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 07:58:26.591 10204 10296 D EGL_emulation: eglCreateContext: 0xb400007b8b09b590: maj 3 min 0 rcv 3 +02-27 07:58:26.593 10204 10296 D EGL_emulation: eglMakeCurrent: 0xb400007b8b09b590: ver 3 0 (tinfo 0x7da1000080) (first time) +02-27 07:58:26.618 360 748 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 07:58:26.620 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 07:58:26.621 10204 10296 I Gralloc4: mapper 4.x is not supported +02-27 07:58:26.625 10204 10296 D HostConnection: createUnique: call +02-27 07:58:26.626 10204 10296 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09b1d0, tid 10296 +02-27 07:58:26.626 10204 10296 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 07:58:26.626 10204 10296 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 07:58:26.627 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 07:58:26.628 10204 10296 W Gralloc4: allocator 4.x is not supported +02-27 07:58:26.632 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fa7cc000 0x1fafb8000] +02-27 07:58:26.635 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 07:58:26.635 10204 10296 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:58:26.635 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 07:58:26.637 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fafb8000 0x1fb7a4000] +02-27 07:58:26.638 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fb7a4000 0x1fbf90000] +02-27 07:58:26.712 182 182 I lowmemorykiller: Kill 'com.android.vending' (10204), uid 10058, oom_score_adj 102 to free 112664kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (325%) +02-27 07:58:26.723 505 1685 I WindowManager: WIN DEATH: Window{93ec412 u0 com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity} +02-27 07:58:26.725 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 10204 in 0ms +02-27 07:58:26.725 505 2476 I ActivityManager: Process com.android.vending (pid 10204) has died: vis+2 TOP +02-27 07:58:26.727 322 322 I Zygote : Process 10204 exited due to signal 9 (Killed) +02-27 07:58:26.728 505 1685 W InputManager-JNI: Input channel object '93ec412 com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity (client)' was disposed without first being removed with the input manager! +02-27 07:58:26.792 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 10204 +02-27 07:58:26.797 505 545 I ActivityManager: com.android.vending is exempt from freezer +02-27 07:58:26.798 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 07:58:26.798 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 07:58:26.798 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 07:58:26.798 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 07:58:26.800 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 07:58:26.805 322 322 D Zygote : Forked child process 10322 +02-27 07:58:26.807 505 555 I ActivityManager: Start proc 10322:com.android.vending/u0a58 for activity {com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity} +02-27 07:58:26.845 10322 10322 E android.vendin: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:26.867 505 2586 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:26.867 505 2586 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:26.867 505 2586 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:26.867 505 2586 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:26.867 505 2586 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:26.867 505 2586 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:26.867 505 2586 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:26.867 505 2586 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:26.867 505 2586 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:26.867 505 2586 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:26.868 505 2586 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:26.868 505 2586 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:26.868 505 2586 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:26.868 505 2586 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:26.868 505 2586 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:26.868 505 2586 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:26.868 505 2586 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:26.868 505 2586 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:26.868 505 2586 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:26.868 505 2586 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:26.873 10322 10322 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 07:58:26.908 10322 10322 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 07:58:26.944 10322 10322 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 07:58:26.944 10322 10322 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:26.945 10322 10322 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:26.946 10322 10322 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:26.998 10322 10322 I Finsky : [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 07:58:27.069 10322 10348 I Finsky : [49] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 07:58:27.081 10322 10348 I Finsky : [49] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 07:58:27.092 10322 10322 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:27.094 10322 10322 I Finsky : [2] mre.(3): Resetting scheduler db +02-27 07:58:27.098 10322 10346 W Finsky : [47] ehz.d(18): For unauth, use getDfeApiNonAuthenticated() instead! +02-27 07:58:27.106 10322 10347 I Finsky : [48] kvx.(3): PackageMonitorReceiverImpl - Registering in memory receiver for android.intent.action.PACKAGE_ADDED and android.intent.action.PACKAGE_REMOVED +02-27 07:58:27.108 10322 10360 W android.vendin: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 07:58:27.108 10322 10360 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 07:58:27.108 10322 10360 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 07:58:27.114 10322 10346 I Finsky : [47] pyq.a(1): Warm data store was already initialized. +02-27 07:58:27.121 10322 10351 I Finsky : [52] nlv.run(10): SysCUA: Set {com.android.vending/com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity} enabled state to 0 +02-27 07:58:27.126 10322 10347 I Finsky : [48] pyr.a(1): Warm data store was already initialized. +02-27 07:58:27.129 10322 10346 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 07:58:27.130 10322 10346 I Finsky : [47] kmj.i(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileMaximum +02-27 07:58:27.131 10322 10355 W Finsky : [56] hne.run(49): HibernationActivity not found +02-27 07:58:27.133 10322 10346 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 07:58:27.134 10322 10347 I Finsky : [48] jrs.m(5): Enqueuing libraries load for 0 +02-27 07:58:27.134 10322 10351 I Finsky : [52] jrs.t(1): Starting libraries load for 0 +02-27 07:58:27.134 10322 10346 I Finsky : [47] kmj.h(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileRecommended +02-27 07:58:27.135 10322 10347 I Finsky : [48] gcv.j(3): Subscription detail: N/A +02-27 07:58:27.136 10322 10346 I Finsky : [47] vbw.c(2): registerListener +02-27 07:58:27.137 10322 10351 I Finsky : [52] jrs.t(23): Finished loading 0 libraries. +02-27 07:58:27.138 10322 10346 I Finsky : [47] vbw.c(2): registerListener +02-27 07:58:27.138 10322 10347 I Finsky : [48] qfs.s(2): Setup app restrictions monitor +02-27 07:58:27.140 10322 10355 I Finsky : [56] mar.accept(5): SCH: Scheduling phonesky job Id: 1-1337, CT: 1772153180986, Constraints: [{ L: 43188056, D: 86388056, C: 1, I: 1, N: 1 }] +02-27 07:58:27.140 10322 10355 I Finsky : [56] mar.accept(5): SCH: Scheduling phonesky job Id: 3-4, CT: 1772153894596, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }] +02-27 07:58:27.140 10322 10355 I Finsky : [56] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 07:58:27.140 10322 10355 I Finsky : [56] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772153257487, Constraints: [{ L: 900000, D: 1800000, C: 1, I: 1, N: 0 }] +02-27 07:58:27.140 10322 10355 I Finsky : [56] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772153892241, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 07:58:27.144 10322 10347 I Finsky : [48] qlg.a(3): Device wide unknown source restriction is changed. +02-27 07:58:27.146 10322 10346 I Finsky : [47] pyq.a(1): Warm data store was already initialized. +02-27 07:58:27.146 10322 10346 I Finsky : [47] pyr.a(1): Warm data store was already initialized. +02-27 07:58:27.155 10322 10348 I Finsky : [49] nvc.(2): Item store provider started. +02-27 07:58:27.303 10322 10355 I Finsky : [56] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 07:58:27.304 10322 10348 I Finsky : [49] nvc.r(6): Created new item store. +02-27 07:58:27.345 10322 10396 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 07:58:27.346 10322 10396 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 07:58:27.348 10322 10396 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 07:58:27.363 10322 10322 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:27.363 10322 10322 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:27.365 10322 10322 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:27.365 10322 10322 I Finsky : [2] pyr.a(1): Warm data store was already initialized. +02-27 07:58:27.365 10322 10322 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:27.370 10322 10355 I Finsky : [56] eur.accept(3): [DeviceConfig] successfully updated device attribute payloads +02-27 07:58:27.407 10322 10322 W FontsContract: Platform version of downloadable fonts is deprecated. Please use androidx version instead. +02-27 07:58:27.428 8520 9237 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:27.429 8520 9237 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:27.438 8520 9237 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:27.438 8520 9237 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:27.445 8520 9237 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:27.458 8520 9237 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:27.459 8520 9237 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:27.461 8520 9237 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:27.461 8520 9237 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:27.463 8520 9237 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:27.463 10322 10322 W FontsContract: Platform version of downloadable fonts is deprecated. Please use androidx version instead. +02-27 07:58:27.465 8520 9237 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:27.465 8520 9237 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:27.466 8520 9237 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:27.466 8520 9237 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:27.468 8520 8657 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:27.475 8520 8657 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:27.475 8520 8657 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:27.476 8520 8657 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:27.477 8520 8657 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:27.480 8520 8657 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:27.515 10322 10322 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 5 +02-27 07:58:27.530 10322 10322 I Finsky : [2] iki.D(3): Installer: Attempting to start installer +02-27 07:58:27.542 10322 10322 I Finsky : [2] vbw.c(2): registerListener +02-27 07:58:27.545 10322 10322 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:27.545 10322 10322 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:27.546 10322 10322 I Finsky : [2] ird.(18): Initializing pausers from value store. +02-27 07:58:27.546 10322 10322 I Finsky : [2] ird.(21): Get the following callers from value store []. +02-27 07:58:27.548 10322 10322 I Finsky : [2] pfe.b(2): UAth: Successfully uploaded device config +02-27 07:58:27.581 10322 10394 D HostConnection: createUnique: call +02-27 07:58:27.581 10322 10394 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09b710, tid 10394 +02-27 07:58:27.582 10322 10394 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:58:27.589 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 07:58:27.590 10322 10394 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 07:58:27.590 10322 10394 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 07:58:27.591 10322 10394 D EGL_emulation: eglCreateContext: 0xb400007b8b099e50: maj 3 min 0 rcv 3 +02-27 07:58:27.593 10322 10394 D EGL_emulation: eglMakeCurrent: 0xb400007b8b099e50: ver 3 0 (tinfo 0x7da146c080) (first time) +02-27 07:58:27.610 360 446 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 07:58:27.611 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 07:58:27.611 10322 10394 I Gralloc4: mapper 4.x is not supported +02-27 07:58:27.614 10322 10394 D HostConnection: createUnique: call +02-27 07:58:27.614 10322 10394 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b099f10, tid 10394 +02-27 07:58:27.614 10322 10394 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 07:58:27.614 10322 10394 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 07:58:27.615 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 07:58:27.615 10322 10394 W Gralloc4: allocator 4.x is not supported +02-27 07:58:27.617 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fa7cc000 0x1fafb8000] +02-27 07:58:27.633 10322 10394 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:58:27.634 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fafb8000 0x1fb7a4000] +02-27 07:58:27.638 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fb7a4000 0x1fbf90000] +02-27 07:58:27.697 10322 10322 I Finsky : [2] iki.T(1): Installer: Installer kick - no action, not running yet +02-27 07:58:27.705 10322 10401 I Finsky : [88] heg.g(1): getDownloads() +02-27 07:58:27.748 505 2586 I ActivityManager: com.android.vending is exempt from freezer +02-27 07:58:27.775 505 2586 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 07:58:27.775 505 2586 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 07:58:27.775 505 2586 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 07:58:27.775 505 2586 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 07:58:27.777 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 07:58:27.783 322 322 D Zygote : Forked child process 10414 +02-27 07:58:27.785 505 555 I ActivityManager: Start proc 10414:com.android.vending:background/u0a58 for service {com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService} +02-27 07:58:27.812 10414 10414 E ding:backgroun: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:27.837 10414 10414 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 07:58:27.974 10414 10414 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 07:58:28.060 10414 10414 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 07:58:28.060 10414 10414 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:28.063 10414 10414 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:28.066 10414 10414 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:28.098 10414 10414 I Finsky:background: [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 07:58:28.101 10322 10355 I Finsky : [56] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772153907088, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 07:58:28.120 10322 10355 I Finsky : [56] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 07:58:28.148 10414 10414 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 07:58:28.150 10414 10414 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 07:58:28.155 10414 10414 I Finsky:background: [2] jjo.onCreate(2): IPC-SERVER: Starting gRPC host service... +02-27 07:58:28.180 505 1684 D ConnectivityService: requestNetwork for uid/pid:10058/10414 activeRequest: null callbackRequest: 143 [NetworkRequest [ REQUEST id=144, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ]] callback flags: 0 priority: 2147483647 +02-27 07:58:28.180 505 709 D ConnectivityService: NetReassign [144 : null → 100] +02-27 07:58:28.187 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=144, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 07:58:28.188 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=144, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 07:58:28.188 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=144, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 07:58:28.200 10414 10414 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 5 +02-27 07:58:28.203 10414 10439 I Finsky:background: [50] hbv.f(1): getDownloads() +02-27 07:58:28.208 10322 10351 I Finsky : [52] heg.g(1): getDownloads() +02-27 07:58:28.209 10414 10439 I Finsky:background: [50] hbv.f(1): getDownloads() +02-27 07:58:28.214 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10027; state: DISABLED +02-27 07:58:28.214 505 1684 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10027; state: DISABLED +02-27 07:58:28.214 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10027; state: DISABLED +02-27 07:58:28.214 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10027; state: ENABLED +02-27 07:58:28.214 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10027; state: ENABLED +02-27 07:58:28.218 322 322 D Zygote : Forked child process 10441 +02-27 07:58:28.219 505 555 I ActivityManager: Start proc 10441:android.process.media/u0a27 for content provider {com.android.providers.downloads/com.android.providers.downloads.DownloadProvider} +02-27 07:58:28.234 10441 10441 E d.process.medi: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:28.248 10441 10441 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10027; state: ENABLED +02-27 07:58:28.292 182 182 I lowmemorykiller: Kill 'com.android.vending' (10322), uid 10058, oom_score_adj 102 to free 133116kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (338%) +02-27 07:58:28.308 505 2476 I ActivityManager: Process com.android.vending (pid 10322) has died: vis+2 TOP +02-27 07:58:28.309 322 322 I Zygote : Process 10322 exited due to signal 9 (Killed) +02-27 07:58:28.309 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 10322 in 0ms +02-27 07:58:28.311 505 541 I WindowManager: WIN DEATH: Window{25f58b u0 com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity} +02-27 07:58:28.324 10441 10441 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.downloads' set to: 'default' +02-27 07:58:28.324 10441 10441 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:28.332 505 541 W InputManager-JNI: Input channel object '25f58b com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity (client)' was disposed without first being removed with the input manager! +02-27 07:58:28.333 10441 10441 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:28.342 10441 10441 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:28.379 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 07:58:28.397 10414 10414 I Finsky:background: [2] jjo.onDestroy(8): IPC-SERVER: Stopping gRPC host service... +02-27 07:58:28.399 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 10322 +02-27 07:58:28.411 505 545 I ActivityManager: com.android.vending is exempt from freezer +02-27 07:58:28.412 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 07:58:28.412 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 07:58:28.412 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 07:58:28.412 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 07:58:28.412 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 07:58:28.415 10414 10414 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 15 +02-27 07:58:28.416 322 322 D Zygote : Forked child process 10461 +02-27 07:58:28.416 10414 10414 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 60 +02-27 07:58:28.417 505 555 I ActivityManager: Start proc 10461:com.android.vending/u0a58 for activity {com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity} +02-27 07:58:28.430 10461 10461 E android.vendin: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:28.448 505 2476 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:28.448 505 2476 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:28.448 505 2476 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:28.448 505 2476 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:28.448 505 2476 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:28.448 505 2476 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:28.448 505 2476 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:28.448 505 2476 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:28.448 505 2476 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:28.448 505 2476 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:28.448 505 2476 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:28.448 505 2476 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:28.448 505 2476 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:28.448 505 2476 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:28.448 505 2476 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:28.448 505 2476 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:28.448 505 2476 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:28.448 505 2476 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:28.448 505 2476 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:28.448 505 2476 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:28.450 10461 10461 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 07:58:28.465 10461 10461 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 07:58:28.513 10461 10461 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 07:58:28.514 10461 10461 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:28.514 10461 10461 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:28.515 10461 10461 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:28.546 10461 10461 I Finsky : [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 07:58:28.608 10461 10482 I Finsky : [49] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 07:58:28.622 10461 10482 I Finsky : [49] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 07:58:28.631 10461 10461 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:28.633 10461 10461 I Finsky : [2] mre.(3): Resetting scheduler db +02-27 07:58:28.636 10461 10481 W Finsky : [48] ehz.d(18): For unauth, use getDfeApiNonAuthenticated() instead! +02-27 07:58:28.644 10461 10486 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 1-1337, CT: 1772153180986, Constraints: [{ L: 43188056, D: 86388056, C: 1, I: 1, N: 1 }] +02-27 07:58:28.644 10461 10486 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 3-4, CT: 1772153894596, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }] +02-27 07:58:28.644 10461 10486 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 07:58:28.644 10461 10486 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772153257487, Constraints: [{ L: 900000, D: 1800000, C: 1, I: 1, N: 0 }] +02-27 07:58:28.645 10461 10486 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772153907088, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 07:58:28.647 10461 10479 I Finsky : [46] kvx.(3): PackageMonitorReceiverImpl - Registering in memory receiver for android.intent.action.PACKAGE_ADDED and android.intent.action.PACKAGE_REMOVED +02-27 07:58:28.650 10461 10494 W android.vendin: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 07:58:28.650 10461 10494 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 07:58:28.650 10461 10494 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 07:58:28.654 10461 10480 I Finsky : [47] pyq.a(1): Warm data store was already initialized. +02-27 07:58:28.659 10461 10490 I Finsky : [57] nlv.run(10): SysCUA: Set {com.android.vending/com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity} enabled state to 0 +02-27 07:58:28.663 10461 10480 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 07:58:28.664 10461 10480 I Finsky : [47] kmj.i(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileMaximum +02-27 07:58:28.664 10461 10480 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 07:58:28.664 10461 10480 I Finsky : [47] kmj.h(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileRecommended +02-27 07:58:28.665 10461 10479 I Finsky : [46] pyr.a(1): Warm data store was already initialized. +02-27 07:58:28.666 10461 10480 I Finsky : [47] vbw.c(2): registerListener +02-27 07:58:28.672 10461 10480 I Finsky : [47] vbw.c(2): registerListener +02-27 07:58:28.673 10461 10480 I Finsky : [47] jrs.m(5): Enqueuing libraries load for 0 +02-27 07:58:28.673 10461 10492 W Finsky : [59] hne.run(49): HibernationActivity not found +02-27 07:58:28.673 10461 10492 I Finsky : [59] jrs.t(1): Starting libraries load for 0 +02-27 07:58:28.674 10461 10480 I Finsky : [47] gcv.j(3): Subscription detail: N/A +02-27 07:58:28.677 10461 10492 I Finsky : [59] jrs.t(23): Finished loading 0 libraries. +02-27 07:58:28.678 10461 10480 I Finsky : [47] qfs.s(2): Setup app restrictions monitor +02-27 07:58:28.682 10461 10480 I Finsky : [47] qlg.a(3): Device wide unknown source restriction is changed. +02-27 07:58:28.689 10461 10479 I Finsky : [46] pyq.a(1): Warm data store was already initialized. +02-27 07:58:28.689 10461 10479 I Finsky : [46] pyr.a(1): Warm data store was already initialized. +02-27 07:58:28.693 10461 10482 I Finsky : [49] nvc.(2): Item store provider started. +02-27 07:58:28.700 10414 10414 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 80 +02-27 07:58:28.885 182 182 I lowmemorykiller: Kill 'android.process.media' (10441), uid 10027, oom_score_adj 905 to free 62332kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (98%) +02-27 07:58:28.888 10461 10490 I Finsky : [57] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 07:58:28.893 322 322 I Zygote : Process 10441 exited due to signal 9 (Killed) +02-27 07:58:28.902 505 541 I ActivityManager: Process android.process.media (pid 10441) has died: cch+5 CEM +02-27 07:58:28.904 505 556 I libprocessgroup: Successfully killed process cgroup uid 10027 pid 10441 in 0ms +02-27 07:58:28.938 10461 10482 I Finsky : [49] nvc.r(6): Created new item store. +02-27 07:58:28.995 10461 10530 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 07:58:28.997 10461 10530 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 07:58:29.002 10461 10530 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 07:58:29.029 10461 10461 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:29.029 10461 10461 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:29.032 10461 10461 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:29.032 10461 10461 I Finsky : [2] pyr.a(1): Warm data store was already initialized. +02-27 07:58:29.032 10461 10461 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:29.039 10461 10490 I Finsky : [57] eur.accept(3): [DeviceConfig] successfully updated device attribute payloads +02-27 07:58:29.077 10461 10461 W FontsContract: Platform version of downloadable fonts is deprecated. Please use androidx version instead. +02-27 07:58:29.089 8520 9237 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:29.090 8520 9237 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:29.097 8520 9237 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:29.097 8520 9237 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:29.101 8520 9237 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:29.117 8520 9237 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:29.117 8520 9237 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:29.119 8520 9237 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:29.119 8520 9237 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:29.122 10461 10461 W FontsContract: Platform version of downloadable fonts is deprecated. Please use androidx version instead. +02-27 07:58:29.122 8520 9237 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:29.122 8520 8657 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:29.122 8520 8657 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:29.123 8520 8657 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:29.123 8520 8657 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:29.125 8520 8657 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:29.129 8520 8657 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:29.129 8520 8657 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:29.130 8520 8657 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:29.130 8520 8657 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:29.130 8520 8657 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:29.156 10461 10461 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 15 +02-27 07:58:29.162 10461 10461 I Finsky : [2] iki.D(3): Installer: Attempting to start installer +02-27 07:58:29.165 10461 10461 I Finsky : [2] vbw.c(2): registerListener +02-27 07:58:29.167 10461 10461 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:29.167 10461 10461 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:29.171 10461 10461 I Finsky : [2] ird.(18): Initializing pausers from value store. +02-27 07:58:29.172 10461 10461 I Finsky : [2] ird.(21): Get the following callers from value store []. +02-27 07:58:29.194 182 182 I lowmemorykiller: Kill 'com.android.vending:background' (10414), uid 10058, oom_score_adj 905 to free 66732kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (88%) +02-27 07:58:29.216 322 322 I Zygote : Process 10414 exited due to signal 9 (Killed) +02-27 07:58:29.221 505 1685 I ActivityManager: Process com.android.vending:background (pid 10414) has died: cch+5 CEM +02-27 07:58:29.221 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 10414 in 1ms +02-27 07:58:29.226 505 1683 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10058/10414, android.os.BinderProxy@410b97f) +02-27 07:58:29.228 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=144, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] (release request) +02-27 07:58:29.344 10461 10461 I Finsky : [2] pfe.b(2): UAth: Successfully uploaded device config +02-27 07:58:29.463 10461 10528 D HostConnection: createUnique: call +02-27 07:58:29.464 10461 10528 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09bad0, tid 10528 +02-27 07:58:29.466 10461 10528 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:58:29.474 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 07:58:29.475 10461 10528 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 07:58:29.475 10461 10528 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 07:58:29.476 10461 10528 D EGL_emulation: eglCreateContext: 0xb400007b8b095f50: maj 3 min 0 rcv 3 +02-27 07:58:29.482 10461 10528 D EGL_emulation: eglMakeCurrent: 0xb400007b8b095f50: ver 3 0 (tinfo 0x7da146c080) (first time) +02-27 07:58:29.515 360 526 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 07:58:29.518 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 07:58:29.518 10461 10528 I Gralloc4: mapper 4.x is not supported +02-27 07:58:29.523 10461 10528 D HostConnection: createUnique: call +02-27 07:58:29.524 10461 10528 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09b650, tid 10528 +02-27 07:58:29.524 10461 10528 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 07:58:29.524 10461 10528 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 07:58:29.524 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 07:58:29.525 10461 10528 W Gralloc4: allocator 4.x is not supported +02-27 07:58:29.527 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fa7cc000 0x1fafb8000] +02-27 07:58:29.529 10461 10528 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:58:29.530 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fafb8000 0x1fb7a4000] +02-27 07:58:29.532 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fb7a4000 0x1fbf90000] +02-27 07:58:29.579 10461 10461 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 15 +02-27 07:58:29.592 10461 10461 I Finsky : [2] iki.T(1): Installer: Installer kick - no action, not running yet +02-27 07:58:29.604 10461 10535 I Finsky : [88] heg.g(1): getDownloads() +02-27 07:58:29.634 505 1683 I ActivityManager: com.android.vending is exempt from freezer +02-27 07:58:29.639 505 1683 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 07:58:29.639 505 1683 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 07:58:29.639 505 1683 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 07:58:29.639 505 1683 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 07:58:29.641 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 07:58:29.645 322 322 D Zygote : Forked child process 10549 +02-27 07:58:29.646 505 555 I ActivityManager: Start proc 10549:com.android.vending:background/u0a58 for service {com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService} +02-27 07:58:29.766 10549 10549 E ding:backgroun: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:29.857 10549 10549 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 07:58:29.916 10461 10490 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772153908628, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 07:58:29.919 10549 10549 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 07:58:29.943 10461 10492 I Finsky : [59] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 07:58:29.962 10549 10549 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 07:58:29.962 10549 10549 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:29.963 10549 10549 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:29.964 10549 10549 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:29.981 10549 10549 I Finsky:background: [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 07:58:30.028 10549 10549 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 07:58:30.031 10549 10549 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 07:58:30.035 10549 10549 I Finsky:background: [2] jjo.onCreate(2): IPC-SERVER: Starting gRPC host service... +02-27 07:58:30.061 505 541 D ConnectivityService: requestNetwork for uid/pid:10058/10549 activeRequest: null callbackRequest: 145 [NetworkRequest [ REQUEST id=146, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ]] callback flags: 0 priority: 2147483647 +02-27 07:58:30.064 505 709 D ConnectivityService: NetReassign [146 : null → 100] +02-27 07:58:30.068 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=146, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 07:58:30.070 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=146, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 07:58:30.070 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=146, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 07:58:30.078 10549 10549 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 10 +02-27 07:58:30.081 10549 10573 I Finsky:background: [50] hbv.f(1): getDownloads() +02-27 07:58:30.087 10461 10491 I Finsky : [58] heg.g(1): getDownloads() +02-27 07:58:30.088 10549 10573 I Finsky:background: [50] hbv.f(1): getDownloads() +02-27 07:58:30.092 505 541 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10027; state: DISABLED +02-27 07:58:30.092 505 541 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10027; state: DISABLED +02-27 07:58:30.092 505 541 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10027; state: DISABLED +02-27 07:58:30.092 505 541 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10027; state: ENABLED +02-27 07:58:30.092 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10027; state: ENABLED +02-27 07:58:30.095 322 322 D Zygote : Forked child process 10575 +02-27 07:58:30.095 505 555 I ActivityManager: Start proc 10575:android.process.media/u0a27 for content provider {com.android.providers.downloads/com.android.providers.downloads.DownloadProvider} +02-27 07:58:30.107 10575 10575 E d.process.medi: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:30.120 10575 10575 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10027; state: ENABLED +02-27 07:58:30.150 10575 10575 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.downloads' set to: 'default' +02-27 07:58:30.150 10575 10575 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:30.151 10575 10575 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:30.151 10575 10575 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:30.164 182 182 I lowmemorykiller: Kill 'com.android.vending' (10461), uid 10058, oom_score_adj 102 to free 131708kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (348%) +02-27 07:58:30.170 505 1683 I ActivityManager: Process com.android.vending (pid 10461) has died: vis+2 TOP +02-27 07:58:30.171 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 10461 in 0ms +02-27 07:58:30.172 505 2113 I WindowManager: WIN DEATH: Window{dea4087 u0 com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity} +02-27 07:58:30.176 322 322 I Zygote : Process 10461 exited due to signal 9 (Killed) +02-27 07:58:30.182 505 2113 W InputManager-JNI: Input channel object 'dea4087 com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity (client)' was disposed without first being removed with the input manager! +02-27 07:58:30.199 10549 10549 I Finsky:background: [2] jjo.onDestroy(8): IPC-SERVER: Stopping gRPC host service... +02-27 07:58:30.207 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 07:58:30.208 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 10461 +02-27 07:58:30.211 505 545 I ActivityManager: com.android.vending is exempt from freezer +02-27 07:58:30.212 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 07:58:30.212 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 07:58:30.212 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 07:58:30.212 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 07:58:30.212 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 07:58:30.214 10549 10549 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 60 +02-27 07:58:30.215 322 322 D Zygote : Forked child process 10594 +02-27 07:58:30.216 505 555 I ActivityManager: Start proc 10594:com.android.vending/u0a58 for activity {com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity} +02-27 07:58:30.225 10594 10594 E android.vendin: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:30.235 505 541 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:30.235 505 541 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:30.235 505 541 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:30.235 505 541 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:30.235 505 541 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:30.235 505 541 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:30.235 505 541 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:30.235 505 541 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:30.235 505 541 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:30.235 505 541 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:30.236 505 541 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:30.236 505 541 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:30.236 505 541 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:30.236 505 541 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:30.236 505 541 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:30.236 505 541 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:30.236 505 541 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:30.236 505 541 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:30.236 505 541 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:30.236 505 541 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:30.241 10594 10594 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 07:58:30.254 10594 10594 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 07:58:30.268 10594 10594 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 07:58:30.268 10594 10594 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:30.271 10594 10594 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:30.272 10594 10594 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:30.288 10594 10594 I Finsky : [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 07:58:30.342 10594 10617 I Finsky : [51] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 07:58:30.352 10594 10617 I Finsky : [51] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 07:58:30.361 10594 10594 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:30.363 10594 10594 I Finsky : [2] mre.(3): Resetting scheduler db +02-27 07:58:30.365 10594 10615 W Finsky : [49] ehz.d(18): For unauth, use getDfeApiNonAuthenticated() instead! +02-27 07:58:30.372 10594 10626 I Finsky : [60] mar.accept(5): SCH: Scheduling phonesky job Id: 1-1337, CT: 1772153180986, Constraints: [{ L: 43188056, D: 86388056, C: 1, I: 1, N: 1 }] +02-27 07:58:30.372 10594 10626 I Finsky : [60] mar.accept(5): SCH: Scheduling phonesky job Id: 3-4, CT: 1772153894596, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }] +02-27 07:58:30.372 10594 10626 I Finsky : [60] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 07:58:30.372 10594 10626 I Finsky : [60] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772153257487, Constraints: [{ L: 900000, D: 1800000, C: 1, I: 1, N: 0 }] +02-27 07:58:30.372 10594 10626 I Finsky : [60] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772153908628, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 07:58:30.374 10594 10615 I Finsky : [49] kvx.(3): PackageMonitorReceiverImpl - Registering in memory receiver for android.intent.action.PACKAGE_ADDED and android.intent.action.PACKAGE_REMOVED +02-27 07:58:30.380 10594 10614 I Finsky : [48] pyq.a(1): Warm data store was already initialized. +02-27 07:58:30.384 10594 10615 I Finsky : [49] pyr.a(1): Warm data store was already initialized. +02-27 07:58:30.399 10594 10630 W android.vendin: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 07:58:30.399 10594 10630 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 07:58:30.399 10594 10630 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 07:58:30.400 10594 10620 I Finsky : [54] nlv.run(10): SysCUA: Set {com.android.vending/com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity} enabled state to 0 +02-27 07:58:30.406 10594 10614 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 07:58:30.406 10594 10614 I Finsky : [48] kmj.i(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileMaximum +02-27 07:58:30.406 10594 10614 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 07:58:30.407 10594 10624 W Finsky : [58] hne.run(49): HibernationActivity not found +02-27 07:58:30.408 10594 10614 I Finsky : [48] kmj.h(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileRecommended +02-27 07:58:30.408 10594 10615 I Finsky : [49] jrs.m(5): Enqueuing libraries load for 0 +02-27 07:58:30.409 10594 10623 I Finsky : [57] jrs.t(1): Starting libraries load for 0 +02-27 07:58:30.409 10594 10614 I Finsky : [48] vbw.c(2): registerListener +02-27 07:58:30.410 10594 10615 I Finsky : [49] gcv.j(3): Subscription detail: N/A +02-27 07:58:30.411 10594 10614 I Finsky : [48] vbw.c(2): registerListener +02-27 07:58:30.412 10594 10623 I Finsky : [57] jrs.t(23): Finished loading 0 libraries. +02-27 07:58:30.413 10594 10615 I Finsky : [49] qfs.s(2): Setup app restrictions monitor +02-27 07:58:30.419 10594 10615 I Finsky : [49] qlg.a(3): Device wide unknown source restriction is changed. +02-27 07:58:30.422 10594 10614 I Finsky : [48] pyq.a(1): Warm data store was already initialized. +02-27 07:58:30.422 10594 10614 I Finsky : [48] pyr.a(1): Warm data store was already initialized. +02-27 07:58:30.426 10594 10617 I Finsky : [51] nvc.(2): Item store provider started. +02-27 07:58:30.450 10549 10549 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 80 +02-27 07:58:30.511 10594 10626 I Finsky : [60] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 07:58:30.590 10594 10617 I Finsky : [51] nvc.r(6): Created new item store. +02-27 07:58:30.633 10594 10664 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 07:58:30.634 10594 10664 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 07:58:30.636 10594 10664 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 07:58:30.661 10594 10594 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:30.661 10594 10594 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:30.665 10594 10594 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:30.665 10594 10594 I Finsky : [2] pyr.a(1): Warm data store was already initialized. +02-27 07:58:30.665 10594 10594 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:30.673 10594 10620 I Finsky : [54] eur.accept(3): [DeviceConfig] successfully updated device attribute payloads +02-27 07:58:30.706 10594 10594 W FontsContract: Platform version of downloadable fonts is deprecated. Please use androidx version instead. +02-27 07:58:30.728 8520 8657 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:30.731 8520 8657 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:30.741 8520 8657 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:30.741 8520 8657 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:30.746 8520 8657 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:30.765 8520 8657 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:30.765 8520 8657 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:30.770 8520 8657 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:30.773 8520 8657 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:30.778 8520 8657 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:30.780 10594 10594 W FontsContract: Platform version of downloadable fonts is deprecated. Please use androidx version instead. +02-27 07:58:30.781 8520 8657 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:30.782 8520 8657 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:30.782 8520 8657 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:30.783 8520 8657 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:30.785 8520 8657 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:30.790 8520 8657 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:30.791 8520 8657 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:30.792 8520 8657 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:30.793 8520 8657 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:30.797 8520 8657 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:30.822 10594 10594 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 10 +02-27 07:58:30.826 10594 10594 I Finsky : [2] iki.D(3): Installer: Attempting to start installer +02-27 07:58:30.828 10594 10594 I Finsky : [2] vbw.c(2): registerListener +02-27 07:58:30.830 10594 10594 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:30.830 10594 10594 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:30.831 10594 10594 I Finsky : [2] ird.(18): Initializing pausers from value store. +02-27 07:58:30.831 10594 10594 I Finsky : [2] ird.(21): Get the following callers from value store []. +02-27 07:58:30.834 10594 10594 I Finsky : [2] pfe.b(2): UAth: Successfully uploaded device config +02-27 07:58:30.875 182 182 I lowmemorykiller: Kill 'android.process.media' (10575), uid 10027, oom_score_adj 905 to free 67504kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (73%) +02-27 07:58:30.909 322 322 I Zygote : Process 10575 exited due to signal 9 (Killed) +02-27 07:58:30.918 505 541 I ActivityManager: Process android.process.media (pid 10575) has died: cch+5 CEM +02-27 07:58:30.934 505 556 I libprocessgroup: Successfully killed process cgroup uid 10027 pid 10575 in 3ms +02-27 07:58:31.148 10594 10662 D HostConnection: createUnique: call +02-27 07:58:31.148 10594 10662 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09bdd0, tid 10662 +02-27 07:58:31.150 10594 10662 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:58:31.158 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 07:58:31.159 10594 10662 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 07:58:31.160 10594 10662 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 07:58:31.161 10594 10662 D EGL_emulation: eglCreateContext: 0xb400007b8b09bad0: maj 3 min 0 rcv 3 +02-27 07:58:31.165 10594 10662 D EGL_emulation: eglMakeCurrent: 0xb400007b8b09bad0: ver 3 0 (tinfo 0x7da146c080) (first time) +02-27 07:58:31.182 360 445 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 07:58:31.183 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 07:58:31.183 10594 10662 I Gralloc4: mapper 4.x is not supported +02-27 07:58:31.186 10594 10662 D HostConnection: createUnique: call +02-27 07:58:31.186 10594 10662 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09a390, tid 10662 +02-27 07:58:31.186 10594 10662 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 07:58:31.186 10594 10662 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 07:58:31.187 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 07:58:31.187 10594 10662 W Gralloc4: allocator 4.x is not supported +02-27 07:58:31.189 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fa7cc000 0x1fafb8000] +02-27 07:58:31.191 10594 10662 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:58:31.192 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1fafb8000 0x1fb7a4000] +02-27 07:58:31.194 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fb7a4000 0x1fbf90000] +02-27 07:58:31.239 10594 10594 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 15 +02-27 07:58:31.276 182 182 I lowmemorykiller: Kill 'com.android.vending:background' (10549), uid 10058, oom_score_adj 905 to free 54844kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (229%) +02-27 07:58:31.312 322 322 I Zygote : Process 10549 exited due to signal 9 (Killed) +02-27 07:58:31.322 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 10549 in 3ms +02-27 07:58:31.322 505 1683 I ActivityManager: Process com.android.vending:background (pid 10549) has died: cch+5 CEM +02-27 07:58:31.327 505 1684 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10058/10549, android.os.BinderProxy@a62cad8) +02-27 07:58:31.331 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=146, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] (release request) +02-27 07:58:31.405 10594 10594 I Finsky : [2] iki.T(1): Installer: Installer kick - no action, not running yet +02-27 07:58:31.416 10594 10594 I Choreographer: Skipped 33 frames! The application may be doing too much work on its main thread. +02-27 07:58:31.436 10594 10668 I Finsky : [88] heg.g(1): getDownloads() +02-27 07:58:31.483 505 1683 I ActivityManager: com.android.vending is exempt from freezer +02-27 07:58:31.489 505 1683 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 07:58:31.489 505 1683 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 07:58:31.489 505 1683 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 07:58:31.489 505 1683 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 07:58:31.490 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 07:58:31.499 322 322 D Zygote : Forked child process 10684 +02-27 07:58:31.506 505 555 I ActivityManager: Start proc 10684:com.android.vending:background/u0a58 for service {com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService} +02-27 07:58:31.551 10684 10684 E ding:backgroun: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:31.576 10594 10620 I Finsky : [54] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772153910359, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 07:58:31.598 10684 10684 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 07:58:31.600 10594 10620 I Finsky : [54] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 07:58:31.633 10684 10684 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 07:58:31.668 10684 10684 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 07:58:31.668 10684 10684 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:31.670 10684 10684 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:31.671 10684 10684 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:31.680 10684 10684 I Finsky:background: [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 07:58:31.713 10684 10684 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 07:58:31.716 10684 10684 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 07:58:31.720 10684 10684 I Finsky:background: [2] jjo.onCreate(2): IPC-SERVER: Starting gRPC host service... +02-27 07:58:31.903 505 1683 D ConnectivityService: requestNetwork for uid/pid:10058/10684 activeRequest: null callbackRequest: 147 [NetworkRequest [ REQUEST id=148, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ]] callback flags: 0 priority: 2147483647 +02-27 07:58:31.907 505 709 D ConnectivityService: NetReassign [148 : null → 100] +02-27 07:58:31.916 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=148, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 07:58:31.920 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=148, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 07:58:31.921 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=148, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 07:58:31.961 10684 10684 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 10 +02-27 07:58:31.965 10684 10708 I Finsky:background: [50] hbv.f(1): getDownloads() +02-27 07:58:31.977 10594 10624 I Finsky : [58] heg.g(1): getDownloads() +02-27 07:58:31.977 10684 10708 I Finsky:background: [50] hbv.f(1): getDownloads() +02-27 07:58:31.989 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10027; state: DISABLED +02-27 07:58:31.989 505 1684 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10027; state: DISABLED +02-27 07:58:31.989 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10027; state: DISABLED +02-27 07:58:31.989 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10027; state: ENABLED +02-27 07:58:31.990 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10027; state: ENABLED +02-27 07:58:31.997 322 322 D Zygote : Forked child process 10710 +02-27 07:58:31.998 505 555 I ActivityManager: Start proc 10710:android.process.media/u0a27 for content provider {com.android.providers.downloads/com.android.providers.downloads.DownloadProvider} +02-27 07:58:32.019 10710 10710 E d.process.medi: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:32.040 10710 10710 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10027; state: ENABLED +02-27 07:58:32.078 10710 10710 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.downloads' set to: 'default' +02-27 07:58:32.079 10710 10710 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:32.079 10710 10710 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:32.080 10710 10710 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:32.114 10594 10668 I Finsky : [88] iju.run(23): Installer: Installer starting +02-27 07:58:32.114 10594 10668 I Finsky : [88] iju.run(26): Installer: Installer started +02-27 07:58:32.119 10594 10594 I Finsky : [2] gag.a(1): DL: Creating dataloader logger using a new logging context. +02-27 07:58:32.123 10594 10594 I Finsky : [2] iki.T(7): Installer: found apps to install. isMultiUserMode=false, apps=[] +02-27 07:58:32.124 10594 10725 I Finsky : [102] ijs.a(21): IV2: found recoverable installs: [] +02-27 07:58:32.140 10594 10622 I Finsky : [56] mrj.apply(16): SCH: Canceling job 3-4 +02-27 07:58:32.141 10594 10620 I Finsky : [54] mqs.a(2): SCH: no pending jobs to schedule. +02-27 07:58:32.145 10594 10594 I Finsky : [2] nkq.a(1): Connecting InstallListener to SplitInstallService broadcaster... +02-27 07:58:32.148 10594 10727 I Finsky : [104] irp.apply(90): IQ: Creating job 5, for (REQ_DEVICE_IDLE, NETWORK=UNMETERED, PROVISIONING_STATE=PROVISIONED) +02-27 07:58:32.148 10594 10727 I Finsky : [104] irv.y(9): IQ: Bulk scheduling created jobs +02-27 07:58:32.332 182 182 I lowmemorykiller: Kill 'com.android.vending' (10594), uid 10058, oom_score_adj 102 to free 90356kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (335%) +02-27 07:58:32.370 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 10594 in 3ms +02-27 07:58:32.371 505 1684 I WindowManager: WIN DEATH: Window{e7843c0 u0 com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity} +02-27 07:58:32.372 505 1683 I ActivityManager: Process com.android.vending (pid 10594) has died: vis+2 TOP +02-27 07:58:32.372 322 322 I Zygote : Process 10594 exited due to signal 9 (Killed) +02-27 07:58:32.382 505 1684 W InputManager-JNI: Input channel object 'e7843c0 com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity (client)' was disposed without first being removed with the input manager! +02-27 07:58:32.426 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 07:58:32.448 505 1683 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #8666} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (79 skipped) +02-27 07:58:32.475 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 10594 +02-27 07:58:32.490 505 545 I ActivityManager: com.android.vending is exempt from freezer +02-27 07:58:32.491 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 07:58:32.491 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 07:58:32.491 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 07:58:32.491 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 07:58:32.491 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 07:58:32.499 10684 10684 I Finsky:background: [2] jjo.onDestroy(8): IPC-SERVER: Stopping gRPC host service... +02-27 07:58:32.501 322 322 D Zygote : Forked child process 10733 +02-27 07:58:32.501 505 555 I ActivityManager: Start proc 10733:com.android.vending/u0a58 for activity {com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity} +02-27 07:58:32.553 10684 10684 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 60 +02-27 07:58:32.575 10733 10733 E android.vendin: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:32.593 505 1698 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:32.593 505 1698 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:32.593 505 1698 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:32.593 505 1698 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:32.593 505 1698 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:32.593 505 1698 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:32.593 505 1698 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:32.593 505 1698 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:32.593 505 1698 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:32.593 505 1698 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:32.594 505 1698 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:32.594 505 1698 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:32.594 505 1698 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:32.594 505 1698 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:32.594 505 1698 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:32.594 505 1698 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:32.594 505 1698 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:32.594 505 1698 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:32.594 505 1698 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:32.594 505 1698 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 07:58:32.596 10733 10733 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 07:58:32.625 10733 10733 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 07:58:32.655 10733 10733 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 07:58:32.655 10733 10733 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:32.657 10733 10733 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:32.658 10733 10733 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:32.682 10733 10733 I Finsky : [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 07:58:32.742 10733 10756 I Finsky : [49] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 07:58:32.760 10733 10756 I Finsky : [49] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 07:58:32.778 10733 10733 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:32.781 10733 10733 I Finsky : [2] mre.(3): Resetting scheduler db +02-27 07:58:32.786 10733 10754 W Finsky : [47] ehz.d(18): For unauth, use getDfeApiNonAuthenticated() instead! +02-27 07:58:32.798 10733 10754 I Finsky : [47] kvx.(3): PackageMonitorReceiverImpl - Registering in memory receiver for android.intent.action.PACKAGE_ADDED and android.intent.action.PACKAGE_REMOVED +02-27 07:58:32.799 10733 10755 I Finsky : [48] pyq.a(1): Warm data store was already initialized. +02-27 07:58:32.825 10733 10754 I Finsky : [47] pyr.a(1): Warm data store was already initialized. +02-27 07:58:32.833 10733 10763 I Finsky : [56] nlv.run(10): SysCUA: Set {com.android.vending/com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity} enabled state to 0 +02-27 07:58:32.834 10733 10779 W android.vendin: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 07:58:32.834 10733 10779 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 07:58:32.835 10733 10779 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 07:58:32.842 10733 10755 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 07:58:32.844 10733 10755 I Finsky : [48] kmj.i(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileMaximum +02-27 07:58:32.845 10733 10755 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 07:58:32.846 10733 10764 W Finsky : [57] hne.run(49): HibernationActivity not found +02-27 07:58:32.847 10733 10755 I Finsky : [48] kmj.h(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileRecommended +02-27 07:58:32.849 10733 10754 I Finsky : [47] jrs.m(5): Enqueuing libraries load for 0 +02-27 07:58:32.849 10733 10755 I Finsky : [48] vbw.c(2): registerListener +02-27 07:58:32.849 10733 10760 I Finsky : [53] jrs.t(1): Starting libraries load for 0 +02-27 07:58:32.852 10733 10754 I Finsky : [47] gcv.j(3): Subscription detail: N/A +02-27 07:58:32.853 10733 10755 I Finsky : [48] vbw.c(2): registerListener +02-27 07:58:32.853 10733 10755 I Finsky : [48] qfs.s(2): Setup app restrictions monitor +02-27 07:58:32.866 10733 10755 I Finsky : [48] qlg.a(3): Device wide unknown source restriction is changed. +02-27 07:58:32.871 182 182 I lowmemorykiller: Kill 'com.google.process.gapps' (10283), uid 10057, oom_score_adj 915 to free 48580kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (330%) +02-27 07:58:32.875 322 322 I Zygote : Process 10283 exited due to signal 9 (Killed) +02-27 07:58:32.875 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 10283 in 0ms +02-27 07:58:32.875 505 2569 I ActivityManager: Process com.google.process.gapps (pid 10283) has died: cch+15 CEM +02-27 07:58:32.881 10733 10760 I Finsky : [53] jrs.t(23): Finished loading 0 libraries. +02-27 07:58:32.882 10684 10684 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 80 +02-27 07:58:32.886 10733 10755 I Finsky : [48] pyq.a(1): Warm data store was already initialized. +02-27 07:58:32.886 10733 10755 I Finsky : [48] pyr.a(1): Warm data store was already initialized. +02-27 07:58:32.890 10733 10756 I Finsky : [49] nvc.(2): Item store provider started. +02-27 07:58:32.895 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 07:58:32.895 505 1684 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 07:58:32.896 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 07:58:32.896 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 07:58:32.896 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 07:58:32.897 10733 10766 I Finsky : [59] mar.accept(5): SCH: Scheduling phonesky job Id: 1-1337, CT: 1772153180986, Constraints: [{ L: 43188056, D: 86388056, C: 1, I: 1, N: 1 }] +02-27 07:58:32.897 10733 10766 I Finsky : [59] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 07:58:32.897 10733 10766 I Finsky : [59] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772153257487, Constraints: [{ L: 900000, D: 1800000, C: 1, I: 1, N: 0 }] +02-27 07:58:32.898 10733 10766 I Finsky : [59] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772153910359, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 07:58:32.899 322 322 D Zygote : Forked child process 10800 +02-27 07:58:32.900 505 555 I ActivityManager: Start proc 10800:com.google.process.gapps/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider} +02-27 07:58:32.909 10800 10800 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:32.921 10800 10800 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 07:58:33.007 10733 10818 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 07:58:33.008 10800 10800 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 07:58:33.008 10800 10800 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:33.012 10733 10818 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 07:58:33.015 10800 10800 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:33.015 10733 10818 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 07:58:33.020 10800 10800 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:33.071 10733 10766 I Finsky : [59] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 07:58:33.110 10800 10800 I GoogleHttpClient: GMS http client unavailable, use old client +02-27 07:58:33.125 10800 10800 I CarUiInstaller: CarUiInstaller started for com.google.android.gsf +02-27 07:58:33.141 10733 10733 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:33.141 10733 10733 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:33.146 10733 10733 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:33.147 10733 10733 I Finsky : [2] pyr.a(1): Warm data store was already initialized. +02-27 07:58:33.147 10733 10733 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:33.161 10733 10756 I Finsky : [49] nvc.r(6): Created new item store. +02-27 07:58:33.162 10733 10760 I Finsky : [53] eur.accept(3): [DeviceConfig] successfully updated device attribute payloads +02-27 07:58:33.348 10733 10733 W FontsContract: Platform version of downloadable fonts is deprecated. Please use androidx version instead. +02-27 07:58:33.363 8520 8657 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:33.366 8520 8657 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:33.380 8520 8657 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:33.389 8520 8657 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:33.395 8520 8657 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:33.411 8520 8657 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:33.411 8520 8657 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:33.414 8520 8657 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:33.414 8520 8657 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:33.417 10733 10733 W FontsContract: Platform version of downloadable fonts is deprecated. Please use androidx version instead. +02-27 07:58:33.417 8520 8657 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:33.418 8520 8657 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:33.418 8520 8657 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:33.421 8520 8657 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:33.421 8520 8657 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:33.424 8520 8657 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:33.429 8520 8657 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:58:33.429 8520 8657 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:58:33.431 8520 8657 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 07:58:33.431 8520 8657 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:58:33.432 8520 8657 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 07:58:33.470 10733 10733 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 10 +02-27 07:58:33.475 10733 10733 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 15 +02-27 07:58:33.481 10733 10733 I Finsky : [2] iki.D(3): Installer: Attempting to start installer +02-27 07:58:33.662 10733 10733 I Finsky : [2] vbw.c(2): registerListener +02-27 07:58:33.678 10733 10733 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:33.678 10733 10733 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 07:58:33.682 10733 10733 I Finsky : [2] ird.(18): Initializing pausers from value store. +02-27 07:58:33.682 10733 10733 I Finsky : [2] ird.(21): Get the following callers from value store []. +02-27 07:58:33.696 10733 10733 I Finsky : [2] pfe.b(2): UAth: Successfully uploaded device config +02-27 07:58:33.836 10733 10816 D HostConnection: createUnique: call +02-27 07:58:33.836 10733 10816 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09a390, tid 10816 +02-27 07:58:33.841 10733 10816 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:58:33.847 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 07:58:33.849 10733 10816 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 07:58:33.849 10733 10816 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 07:58:33.850 10733 10816 D EGL_emulation: eglCreateContext: 0xb400007b8b09b650: maj 3 min 0 rcv 3 +02-27 07:58:33.855 10733 10816 D EGL_emulation: eglMakeCurrent: 0xb400007b8b09b650: ver 3 0 (tinfo 0x7da146c080) (first time) +02-27 07:58:33.873 360 748 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 07:58:33.874 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 07:58:33.874 10733 10816 I Gralloc4: mapper 4.x is not supported +02-27 07:58:33.876 10733 10816 D HostConnection: createUnique: call +02-27 07:58:33.876 10733 10816 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09b110, tid 10816 +02-27 07:58:33.877 10733 10816 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 07:58:33.877 10733 10816 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 07:58:33.877 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 07:58:33.878 10733 10816 W Gralloc4: allocator 4.x is not supported +02-27 07:58:33.879 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fa7cc000 0x1fafb8000] +02-27 07:58:33.881 10733 10816 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:58:33.883 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fafb8000 0x1fb7a4000] +02-27 07:58:33.884 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fb7a4000 0x1fbf90000] +02-27 07:58:34.016 182 182 I lowmemorykiller: Kill 'android.process.media' (10710), uid 10027, oom_score_adj 915 to free 49260kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (136%) +02-27 07:58:34.033 322 322 I Zygote : Process 10710 exited due to signal 9 (Killed) +02-27 07:58:34.034 505 1395 I ActivityManager: Process android.process.media (pid 10710) has died: cch+15 CEM +02-27 07:58:34.037 505 556 I libprocessgroup: Successfully killed process cgroup uid 10027 pid 10710 in 0ms +02-27 07:58:34.089 10733 10733 I Finsky : [2] iki.T(1): Installer: Installer kick - no action, not running yet +02-27 07:58:34.113 10733 10733 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 15 +02-27 07:58:34.127 10733 10825 I Finsky : [87] heg.g(1): getDownloads() +02-27 07:58:34.177 10684 10684 I Finsky:background: [2] jjo.onCreate(2): IPC-SERVER: Starting gRPC host service... +02-27 07:58:34.194 10684 10843 I Finsky:background: [56] hbv.f(1): getDownloads() +02-27 07:58:34.203 10733 10760 I Finsky : [53] heg.g(1): getDownloads() +02-27 07:58:34.205 10684 10843 I Finsky:background: [56] hbv.f(1): getDownloads() +02-27 07:58:34.208 10733 10764 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772153912770, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 07:58:34.210 505 1698 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10027; state: DISABLED +02-27 07:58:34.210 505 1698 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10027; state: DISABLED +02-27 07:58:34.210 505 1698 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10027; state: DISABLED +02-27 07:58:34.210 505 1698 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10027; state: ENABLED +02-27 07:58:34.211 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10027; state: ENABLED +02-27 07:58:34.214 322 322 D Zygote : Forked child process 10845 +02-27 07:58:34.215 505 555 I ActivityManager: Start proc 10845:android.process.media/u0a27 for content provider {com.android.providers.downloads/com.android.providers.downloads.DownloadProvider} +02-27 07:58:34.231 10733 10760 I Finsky : [53] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 07:58:34.377 10845 10845 E d.process.medi: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:34.409 10845 10845 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10027; state: ENABLED +02-27 07:58:34.458 10845 10845 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.downloads' set to: 'default' +02-27 07:58:34.458 10845 10845 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:34.460 10845 10845 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:34.461 10845 10845 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:34.523 10733 10825 I Finsky : [87] iju.run(23): Installer: Installer starting +02-27 07:58:34.523 10733 10825 I Finsky : [87] iju.run(26): Installer: Installer started +02-27 07:58:34.564 10733 10733 I Finsky : [2] gag.a(1): DL: Creating dataloader logger using a new logging context. +02-27 07:58:34.587 10733 10862 I Finsky : [101] ijs.a(21): IV2: found recoverable installs: [] +02-27 07:58:34.587 10733 10733 I Finsky : [2] iki.T(7): Installer: found apps to install. isMultiUserMode=false, apps=[] +02-27 07:58:34.609 10733 10864 I Finsky : [103] irp.apply(90): IQ: Creating job 5, for (REQ_DEVICE_IDLE, NETWORK=UNMETERED, PROVISIONING_STATE=PROVISIONED) +02-27 07:58:34.610 10733 10864 I Finsky : [103] irv.y(9): IQ: Bulk scheduling created jobs +02-27 07:58:34.612 10733 10733 I Finsky : [2] nkq.a(1): Connecting InstallListener to SplitInstallService broadcaster... +02-27 07:58:34.703 10733 10763 I Finsky : [56] mar.accept(5): SCH: Scheduling phonesky job Id: 3-5, CT: 1772153914610, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }] +02-27 07:58:34.712 10733 10763 I Finsky : [56] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 07:58:39.274 505 514 I system_server: Background concurrent copying GC freed 234769(10MB) AllocSpace objects, 8(288KB) LOS objects, 49% free, 12MB/25MB, paused 40us,75us total 101.761ms +02-27 07:58:42.808 10733 10763 I Finsky : [56] grw.d(68): System was updated or GL extensions were already cached. +02-27 07:58:42.818 10733 10760 I Finsky : [53] lct.h(1): Triggered update for experiment package com.google.android.finsky.stable. +02-27 07:58:42.850 505 1395 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #8718} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (30 skipped) +02-27 07:58:42.874 10733 10756 D PhenotypeDbHelper: Enabled write-ahead logging +02-27 07:58:42.889 10733 10764 I Finsky : [57] kwn.n(8): Invalidating cached PackageState for com.android.vending +02-27 07:58:42.896 10733 10766 I Finsky : [59] eoe.run(72): Cannot disable service: qsv +02-27 07:58:42.896 10733 10766 I Finsky : [59] eoe.run(72): Cannot disable service: qsp +02-27 07:58:42.904 10733 10756 D GetConfigurationSnapsho: getFullConfigurations +02-27 07:58:42.948 10733 10764 W Finsky : [57] myh.a(11): SUH: Self-update installed derived apk id unavailable. +02-27 07:58:42.951 10733 10872 I Finsky : [110] hvg.run(26): Wrote row to frosting DB: 108 +02-27 07:58:42.956 10733 10756 D GetConfigurationSnapsho: byFlagStorageType, addSet = Flag(AlleyOopMigrateToHsdpV1__hsdp_caller_opt_in_check_bypass_list, 'com.instagram.android,com.facebook.katana,com.facebook.wakizashi,com.ss.android.ugc.trill,com.zhiliaoapp.musically,com.snapchat.android,com.google.android.gms,com.android.chrome,com.chrome.beta,com.chrome.canary,com.chrome.dev,com.fitbit.FitbitMobile,com.google.android.apps.fitness,com.google.android.apps.kids.home,com.google.android.apps.mediahome.launcher,com.google.android.apps.messaging,com.google.android.apps.nexuslauncher,com.google.android.apps.wear.companion,com.google.android.apps.youtube.creator,com.google.android.apps.youtube.gaming,com.google.android.apps.youtube.kids,com.google.android.apps.youtube.mango,com.google.android.apps.youtube.music,com.google.android.apps.youtube.vr,com.google.android.contacts,com.google.android.dialer,com.google.android.youtube,com.google.android.youtube.tv,com.google.android.vr.home,com.google.android.vr.home.dev,com.google.android.googlequicksearchbox,com.google.android.play.games,com.google.android.apps.chromecast.app,com.google.android.instantapps.supervisor,com.google.android.videos,com.google.android.apps.freighter,com.google.android.apps.freighter.beta,com.google.android.apps.travel.onthego,com.google.android.inputmethod.latin,com.google.android.inputmethod.latin.dev,com.google.android.inputmethod.latin.canary,com.google.vr.apps.ornament,com.google.vr.apps.ornament.dev,com.google.android.apps.vega,com.google.android.apps.tycho,com.google.ar.lens,com.google.ar.lens.dev,com.google.android.apps.dreamliner,com.google.android.deskclock,com.google.android.apps.tachyon,com.google.android.gm,com.google.samples.apps.cardboarddemo,com.google.vr.cardboard.paperscope,com.google.android.apps.tips,com.google.android.apps.nbu.files', 4, 0), Flag(AlleyOopOnItemModelStable__custom_detailed_page_app_id_exclusion_list, 'Chdjb20ua2luZy5jYW5keWNydXNoc2FnYQoKY29tLmV0ZXJubwoYY29tLmJ5anVzLnRoZWxlYXJuaW5nYXBwChVjb20uY29udGV4dGxvZ2ljLndpc2g', 5, 0), Flag(AppActivityLoggingNoticeUi__is_enabled, false, 2, 0), Flag(AppOpenDownloadManagerStable__download_manager_notification_heads_up_delay, 'EICjw0c', 5, 0), Flag(AppOpenDownloadManagerStable__download_manager_notification_heads_up_throttle_duration, 'CDw', 5, 0), Flag(AppsHub__new_badge_max_sessions, 2, 1, 0), 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, false, 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, 'getAndroidTvZeroSearchStream', 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, false, 2, 0), Flag(AutoUpdate__enable_atomic_install_cancel_oversample, true, 2, 0), Flag(AutoUpdate__enable_atomic_install_content_sync_stable, false, 2, 0), Flag(AutoUpdate__enable_atomic_install_high_priority_update_stable, false, 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_ +02-27 07:58:42.956 10733 10756 D GetConfigurationSnapsho: 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(Billing__direct_purchase_api_caller_allowlist_for_apps, 'Chpjb20uZ29vZ2xlLmFuZHJvaWQudnIuaG9tZQoqY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMuZW50ZXJwcmlzZS5kbWFnZW50CiZjb20uZ29vZ2xlLmFuZHJvaWQucHJvamVjdGlvbi5nZWFyaGVhZAoWY29tLmdvb2dsZS5hbmRyb2lkLmdtcw', 5, 0), Flag(Billing__enable_pin_preferred_battlestar_purchase_flow, false, 2, 0), Flag(Billing__enable_subscription_instrument_update, true, 2, 0), Flag(Billing__enable_third_party_direct_purchases, false, 2, 0), Flag(Billing__enable_third_party_subscription_instrument_update, false, 2, 0), Flag(Billing__enable_using_rpc_endpoint_wrapper, true, 2, 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, false, 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, true, 2, 0), Flag(BooksExperiments__enabled_series_subscription, true, 2, 0), Flag(BooksExperiments__update_to_get_for_free, true, 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(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, true, 2, 0), Flag(CashmereAppSync__enable_app_sync_pcsi_logging, true, 2, 0), Flag(CashmereAppSync__enable_cashmere_serp_app_sync, true, 2, 0), Flag(CashmereAppSync__killswitch_pcsi_power_user_classification_logging, false, 2, 0), Flag(CashmereAppSync__serp_app_sync_app_fields, 'Ch4BAgMEBQYICQoLDQ4WGxwdHh8gIiMsMDE1OUBLXmA', 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, 25, 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), +02-27 07:58:42.956 10733 10756 D GetConfigurationSnapsho: 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, false, 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, true, 2, 0), Flag(CrossFormFactorInstall__enable_filter_device_without_installation_details, true, 2, 0), Flag(CrossFormFactorInstall__enable_is_nearby_logging, true, 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, false, 2, 0), Flag(CrossFormFactorInstall__enable_xff_install_on_alleyoop, false, 2, 0), Flag(CrossFormFactorInstall__enable_xff_install_ui, 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, false, 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(DarkTheme__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(DataLoader__dataloader_native_libraries_check, true, 2, 0), Flag(DataLoader__disable_on_install_loop, false, 2, 0), Flag(DataLoader__disable_streaming_for_returning_users, false, 2, 0), Flag(DataLoader__downloader_network_read_buffer_bytes, 1048576, 1, 0), Flag(DataLoader__downloader_network_read_timeout_ms, 20000, 1, 0), Flag(DataLoader__enable_aadc_for_logging, true, 2, 0), Flag(DataLoader__enable_aadc_for_ui, true, 2, 0), Flag(DataLoader__enable_auto_update_on_incomplete_incrementals, true, 2, 0), Flag(DataLoader__enable_dataloader_failure_record, true, 2, 0), Flag(DataLoader__enable_dataloader_v2, true, 2, 0), Flag(DataLoader__enable_educational_tooltip, 'none', 4, 0), Flag(DataLoader__enable_feature_detection_hygiene, false, 2, 0), Flag(DataLoader__enable_incremental_dataloader, false, 2, 0), Flag(DataLoader__enable_incremental_nugget_installation, false, 2, 0), Flag(DataLoader__enable_incremental_progress_spinner, true, 2, 0), Flag(DataLoader__enable_incremental_progress_spinner_animation, false, 2, 0), Flag(DataLoader__enable_java_dataloader, true, 2, 0), Flag(DataLoader__ena +02-27 07:58:42.956 10733 10756 D GetConfigurationSnapsho: ble_lightning_bolt_icon, false, 2, 0), Flag(DataLoader__enable_notification_buttons, true, 2, 0), Flag(DataLoader__enable_performance_metrics, true, 2, 0), Flag(DataLoader__enable_performance_metrics_install_session_id_log, true, 2, 0), Flag(DataLoader__enable_performance_metrics_package_monitor_events, true, 2, 0), Flag(DataLoader__enable_prod_readlog_notice, false, 2, 0), Flag(DataLoader__enable_readlog_format_v3_for_read_logs_session, false, 2, 0), Flag(DataLoader__enable_readlog_format_v3_for_streaming_session, true, 2, 0), Flag(DataLoader__enable_selinux_patch_check, false, 2, 0), Flag(DataLoader__install_failures_per_app_threshold, 1, 1, 0), Flag(DataLoader__install_failures_threshold, 3, 1, 0), Flag(DataLoader__install_loop_threshold_seconds, 86400, 1, 0), Flag(DataLoader__killswitch_incremental_dataloader, true, 2, 0), Flag(DataLoader__known_external_digesters, 'ChkKF2NvbS5haG5sYWIudjNtb2JpbGVwbHVzChsKGWNvbS50cmFuc3Npb24ucGhvbmVtYXN0ZXIKLAoqY29tLnNlY3VyaXR5YW5kcHJpdmFjeS5hbmRyb2lkLnZlcml6b24udm1zChgKFmNvbS5jbGVhbnRlYW0ub25lYm9vc3QKIgogY29tLmF2YXN0LmFuZHJvaWQubW9iaWxlc2VjdXJpdHkKKwopY29tLnJvb3QuY2xlYW4uYm9vc3QuZXhwbG9yZXIuZmlsZW1hbmFnZXIKDQoLY29tLmxvb2tvdXQKDwoNY29tLmFudGl2aXJ1cwoOCgxjb20ua21zLmZyZWUKHQobY29tLndzYW5kcm9pZC5zdWl0ZS50bW9iaWxlChgKFmNvbS5hdHQubW9iaWxlc2VjdXJpdHkKGgoYY29tLm5veGdyb3VwLmFwcC5jbGVhbmVyChkKF2NvbS5oeXVuZGFpY2FyZC5hcHBjYXJkCh0KG2NvbS5zeW1hbnRlYy5tb2JpbGVzZWN1cml0eQobChljb20uY2xlYW50ZWFtLm9uZXNlY3VyaXR5CiIKIGNvbS5hcHBzaW5ub3ZhLmFuZHJvaWQua2VlcGNsZWFuCjcKNXBob25lY2xlYW5lci5hbmRyb2lkbWFzdGVyLmNsZWFudXBzcGFjZS5waG9uZS5ib29zdGVyChMKEWNvbS5lc3Rzb2Z0LmFseWFjChwKGmNvbS50b29sLnBvd2VyLnN3ZWVwLmNsZWFuChUKE2NvbS53c2FuZHJvaWQuc3VpdGUKIgogY29tLmFobmxhYi52M21vYmlsZXNlY3VyaXR5LnNvZGEKGwoZY29tLm5veGdyb3VwLmFwcC5zZWN1cml0eQonCiVjb20uZmlsZS5leHBsb3Jlci5tYW5hZ2VyLnNwYWNlLmNsZWFuChIKEGNvbS5wc2FmZS5tc3VpdGUKHAoaa3IuY28uc2hpZnR3b3Jrcy52Z3VhcmR3ZWIKEgoQbmV0Lm5zaGMuZHJvaWR4MwofCh1jb20uY2xlYW5lci5ib29zdC5qdW5rLnN5c3RlbQobChljb20uYXZhc3QuYW5kcm9pZC5jbGVhbmVyChIKEGNvbS52aXJ1cy5odW50ZXIKEQoPY29tLmF2Zy5jbGVhbmVyChUKE2Zhc3Quc2FmZS5ndWFyZC52cG4KHgocb3JnLm1hbHdhcmVieXRlcy5hbnRpbWFsd2FyZQoSChBmYXN0LnBob25lLmNsZWFuChgKFmNvbS5jbGVhbm1hc3Rlci5tZ3VhcmQKEgoQY29tLmVzZXQuZW1zMi5ncAozCjFjb20uYW50aXZpcnVzLm1vYmlsZXNlY3VyaXR5LnZpcnVzY2xlYW5lci5hcHBsb2NrChEKD2NvbS50cGxpbmsudHBtNQoZChdjb20uaWNsZWFuLm1hc3Rlci5ib29zdAoTChFjb20uYXZpcmEuYW5kcm9pZAoeChxqcC5jby55YWhvby5hbmRyb2lkLnlicm93c2VyCiEKH2NvbS5mcmVlLnZwbi5zdXBlci5ob3RzcG90Lm9wZW4KGgoYY29tLmJpdGRlZmVuZGVyLnNlY3VyaXR5CgsKCWNvbS5kcndlYgoyCjBjb20udHJlbmRtaWNyby50bW1zcGVyc29uYWwuanAuZ29vZ2xlcGxheXZlcnNpb24KLAoqY2xlYW4ucGhvbmUuY2xlYW5lci5ib29zdC5zZWN1cml0eS5hcHBsb2NrChkKF2NvbS5sdWRhc2hpLnhzdXBlcmNsZWFuCh4KHGNvbS5zZWN1cml0eS5hbnRpdmlydXMuY2xlYW4KIQofY29tLnN1cmZzaGFyay52cG5jbGllbnQuYW5kcm9pZAooCiZmYW5jeWNsZWFuLmJvb3N0LmFudGl2aXJ1cy5qdW5rY2xlYW5lcgoaChhjb20ubm94Z3JvdXAuYXBwLmJvb3N0ZXIKIgogY29tLnNjYW52aXJ1cy5hbnRpdmlydXMuc2VjdXJpdHkKLQorY29tLm5ld2NsZWFuLmNsZWFuZXIuc2VjdXJpdHkuYm9vc3Rlci5ib29zdAoUChJjb20ucWlob28uc2VjdXJpdHkKLAoqY29tLmZpbGVtYW5hZ2VyLmZpbGVzLmV4cGxvcmVyLmJvb3N0LmNsZWFuCicKJXBob25lLmNsZWFuZXIuYW50aXZpcnVzLnNwZWVkLmJvb3N0ZXIKEwoRY29tLnZpcnVzLnJlbW92ZXIKMAouY29tLmRvZG8uY2xlYW4ubWFzdGVyLmJhdHRlcnkuc2F2ZXIuY3B1LmNvb2xlZAobChljb20ubGd1cGx1cy5ibG9ja3NtaXNoaW5nChoKGGNvbS5jbGVhbm1hc3Rlci5zZWN1cml0eQogCh5jb20ucmVsaWFuY2VqaW8ubW9iaWxlc2VjdXJpdHkKKAomYXNlY3VyaXR5LnBob25lLmp1bmsuY2xlYW5lci5hbnRpdmlydXMKGQoXY29tLnN5bWFudGVjLmNsZWFuc3dlZXAKFwoVY29tLm1vYmlrZWVwZXIuZ2xvYmFsChMKEWNsZWFuZXIuYW50aXZpcnVzCi4KLHZpcnVzLmNsZWFuZXIuYW50aXZpcnVzLnBob25lLnNlY3VyaXR5LmJvb3N0ChYKFGNvbS5zaGFya25pbmphLnNoYXJrCjAKLmNvbS5jbGVhbi5vbmVib29zdC5jbGVhbmVyLm9uZWJvb3N0ZXIuc2VjdXJpdHkKIAoeY29tLm1heGRldmxhYi5jbGVhbmVyLnNlY3VyaXR5ChYKFGNvbS5sdWRhc2hpLnNlY3VyaXR5ChIKEGNvbS5zaGllbGRlci5wcm8KEQoPY29tLnMuYW50aXZpcnVzCiUKI2NvbS5hbnRpdmlydXNtYXN0ZXIub25lYm9vc3RjbGVhbmVyCh0KG3VubGltaXRlZC5zZWN1cmV2cG4uZnJlZXZwbgoaChhjb20uY3liZXIuZGZjLnBvbGFudGlzcHkKGAoWY29tLmticy5jb3JlLmFudGl2aXJ1cwokCiJjb20uYW50aXZpcnVzLmFwcGxvY2suY2xlYW5ib29zdGVyCh0KG2NvbS5zdXBl +02-27 07:58:42.956 10733 10756 D GetConfigurationSnapsho: cnZwbi52cG4uZnJlZS5wcm94eQoyCjBjb20uZm9xaWkucGhvbmUuc2VjdXJpdHkudmlydXMuY2xlYW5lci5hbnRpdmlydXMKFAoSY29tLmZhbGNvbi5jbGVhbmVyChcKFWNvbS5hdmFzdC5hbmRyb2lkLnZwbgosCipjbS5jbGVhbi5tYXN0ZXIuY2xlYW5lci5ib29zdGVyLmNwdS5jb29sZXIKFAoSY29tLmN4emguYW50aXZpcnVzChIKEGNvbS5yYXlkZW0uYm9vc3QKFgoUY29tLnNrdGVsZWNvbS50Z3VhcmQKHQobY29tLnRyZW5kbWljcm8udG1tc3BlcnNvbmFsCj8KPXBob25lLmFudGl2aXJ1cy52aXJ1cy5jbGVhbmVyLmp1bmsuY2xlYW4uc3BlZWQuYm9vc3Rlci5tYXN0ZXIKFQoTY29tLmFkc3RvY2FzaC5ib29zdAoSChBjb20uc29waG9zLnNtc2VjChsKGWNvbS5iaXRkZWZlbmRlci5hbnRpdmlydXMKFgoUZXUuZmFpcmNvZGUubmV0Z3VhcmQKDwoNY29tLmRyd2ViLnBybwoeChxjb20uc3BlZWRvcHRpbWl6ZS50b29sLmNsZWFuChcKFWNvbS5yb2NrZXRtb3AuY2xlYW5lcgoSChBjb20ud290LnNlY3VyaXR5CjAKLmNvbS5jbGVhbmVyLmZhc3RjbGVhbmVyLmJvb3N0ZXIuc2VjdXJpdHkuY2xlYW4KKQonY29tLnJvY2tldC50b29scy5jbGVhbi5hbnRpdmlydXMubWFzdGVyChoKGGtyLm9yLmtmdGMubW9iaWxlYXB0MnlvdQouCixjb20uZm9xaWkucGhvbmUuY2xlYW4uYm9vc3Rlci5jbGVhbmVyLm1hc3RlcgokCiJmYW5jeWNsZWFuLmFudGl2aXJ1cy5ib29zdC5hcHBsb2NrCh4KHGNvbS53c2FuZHJvaWQuc3VpdGUubWV0cm9wY3MKGQoXY29tLnNhZmVob3VzZS5ib2R5Z3VhcmQKIAoeY29tLmNvb3ByZXNhcHBzLmZyZWUuYW50aXZpcnVzChgKFmNvbS5xdWlja2hlYWwucGxhdGZvcm0KIAoeY29tLmFwcHMuZ28uY2xlYW4uYm9vc3QubWFzdGVyCh4KHGNvbS53c2FuZHJvaWQuc3VpdGUudm9kYWVtZWEKFwoVY29tLmxhc2VyLmZpbGVtYW5hZ2VyChEKD2NvbS5qYi5zZWN1cml0eQoYChZjb20ua2FzcGVyc2t5LnNhZmVraWRzChUKE2NvbS5mc2VjdXJlLm1zLnBsdXMKFQoTY29tLmZzZWN1cmUubXMuc2FmZQoWChRjb20ud2Vicm9vdC5zZWN1cml0eQoSChBjb20uZG9uZ2J1bGlmZS5tChEKD2NvbS5rc21vYmlsZS5jYgoPCg1jb20uY21jbS5saXRlChsKGWNvbS5wYW5kYXNlY3VyaXR5LnBhbmRhYXYKCwoJY29tLmttc2pwCiAKHmpwLm5hdmVyLmxpbmVhbnRpdmlydXMuYW5kcm9pZAoiCiBjb20uZWhhd2suYW50aXZpcnVzLmFwcGxvY2sud2lmaQovCi1hbnRpdmlydXMuYW50aS52aXJ1cy5jbGVhbmVyLnNlY3VyaXR5LmJvb3N0ZXIKJAoiY29tLnJveXNvbGJlcmcuYW5kcm9pZC5kYXRhY291bnRlcgoZChdjb20ubGlvbm1vYmkucG93ZXJjbGVhbgodChtjb20ua2Flcm9zZHVwbGljYXRlc2NsZWFuZXIKIwohY29tLmFwcHNpbm5vdmEuYW5kcm9pZC5rZWVwc2VjdXJlChYKFGNvbS5mYWxjb24uYW50aXZpcnVzChMKEWNvbS5zaW1wbGVyLm1lcmdlCjYKNHN1cGVyY2xlYW5lci5waG9uZWNsZWFuZXIuYmF0dGVyeWRvY3Rvci5mYXN0Y2hhcmdpbmcKHwodY29tLnBob25laGVscGVyLmNsZWFuLmJvb3N0ZXIKHwodY29tLnRyZW5kbWljcm8uZnJlZXRtbXMuZ21vYmkKGwoZY29tLmZzZWN1cmUubXMua3BuLnZlaWxpZwoUChJjb20uYWx0cmlnaXQuYm9vc3QKEQoPY29tLmxvb2tvdXQubmV0ChYKFGNvbS5hbnRpdmlydXMudGFibGV0Ch0KG2FwcGxvY2suc2VjdXJpdHkuYXBwLmxvY2tlcgoWChRjb20uc2VjdXJpdHkuc2Nhbm5lcgoVChNjb20uenJnaXUuYW50aXZpcnVzChgKFmNvbS5sb29rb3V0LmVudGVycHJpc2UKFQoTY29tLnZvZGFmb25lLnNuLnZwbgoPCg1jb20ucy5jbGVhbmVyCiAKHmNvbS5kaWFueGlub3Mub3B0aW1pemVyLmR1cGxheQobChljb20uZ3VhcmRpYW4uc2VjdXJpdHkucHJpChgKFmNvbS5idC53c2FuZHJvaWQuc3VpdGUKMQovZmFuY3ljbGVhbi5jbGVhbmVyLmJvb3N0LnByaXZhY3kuYW50aXZpcnVzLm1pbmkKJAoiY29tLmxvb2thbmRmZWVsLmNsZWFuZXJmb3J3aGF0c2FwcAojCiFjb20uYW5kcm9pZGFybXkuT3NEZWZlbmRlckJvb3N0ZXIKGgoYY29tLnN5bWFudGVjLm5vcnRvbi5zbmFwChYKFGNvbS5hcmNhbmUuaW5jb2duaXRvCiAKHmNvbS5vbmVhcHAubWF4LmNsZWFuZXIuYm9vc3RlcgodChtjb20ueC5mcmVlLmZpbGUubWFuYWdlci5hcHAKEQoPY29tLnplbi5ib29zdGVyCh4KHGNvbS5rYXNwZXJza3kuc2VjdXJpdHkuY2xvdWQKGgoYY29tLnF1YW5taGQuc3VwZXJjbGVhbmVyCiAKHmNvbS5yYW9uc2VjdXJlLm1vYmlsZS5zZWN1cml0eQogCh5jb20uaHlwZXJzcGVlZC5yb2NrZXRjbGVhbi5wcm8KFgoUY29tLmlvYml0Lm1vYmlsZWNhcmUKEQoPbW9iaWxlLmd1cnUuYXBwChgKFmNvbS52aXJ1cy5hcHBzLmNsZWFuZXIKIAoeY29tLnJ1ZHJhdW0ucnVkcmF1bVRodW1iMlRoaWVmCiIKIGNvbS50cmVuZG1pY3JvLnRtbXNwZXJzb25hbC5hcGFjCiUKI2NvbS5idWxsZ3VhcmQubW9iaWxlLm1vYmlsZXNlY3VyaXR5ChkKF2NvbS5xaWhvby5zZWN1cml0eS5saXRlCjUKM2NvbS5zdGFycnljYW1lcmEuZnVubnllZmZlY3RzLm1ha2V1cGZpbHRlcnMuY29sbGFnZQoaChhjby5wYW1vYmlsZS5nYW1lbGF1bmNoZXIKHQobY29tLm9uZWFwcC5tYXguc2VjdXJpdHkucHJvChQKEmNvbS5wdWZmLmFudGl2aXJ1cwodChtjb20uem9uZXIuYW5kcm9pZC5hbnRpdmlydXMKIAoeaXQud2luZHRyZS53aW5kLm1vYmlsZXNlY3VyaXR5Ci0KK2NvbS5jbGVhbl9hbnRpdmlydXMuc2VjdXJpdHkubWFzdGVyLmJvb3N0ZXIKHwodY29tLmhhbmFza2NhcmQubW9iaWxlY2FyZC5hcHAKFwoVY29tLmVzZXQuZW1zMi5tZWdhZm9uCgoKCGNvbS5tZWdhChkKF2RlLmdkYXRhLm1vYmlsZXNlY3VyaXR5CioKKGNvbS5hbnRpdmlydXMucy5zZWN1cml0eS5ib29zdGVyLnNwZWVkdXAKGwoZY29tLmFwdXNhcHBzLnR1cmJvY2xlYW5lcgotCitjb20ucnZhcHBzdHVkaW9zLnNwZWVkX2Jvb3N0ZXJfanVua19jbGVhbmVyChUKE2NvbS5hcGUuY2xlYW5hc3Npc3QKGwoZY29tLm93bC5mYXN0Y2xlYW5lci5ib29zdAoPCg1 +02-27 07:58:42.956 10733 10756 D GetConfigurationSnapsho: vcmcuYW50aXZpcnVzChsKGWNvbS5iYXR0ZXJ5LnNtYXJ0Lm1hbmFnZXIKLAoqY29tLmFwcHMuc2VjdXJpdHkubWFzdGVyLmFudGl2aXJ1cy5hcHBsb2NrChYKFGNvbS5sbS5wb3dlcnNlY3VyaXR5ChcKFWJyLmNvbS5mcy52aXZvcHJvdGVnZQolCiNjb20uYW50aXZpcnVzLmZyZWUuc2VjdXJpdHkuY2xlYW5lcgoWChRjb20uYXBwbG9jay5sYXVuY2hlcgoUChJjb20ubWljcm9zb2Z0LnNjbXgKEQoPY29tLmVzZXQubXllc2V0ChkKF2NvbS5wcm90ZWN0c3Rhci5hbnRpc3B5CiQKImNvbS50YXB0ZWNobm9sb2d5LmFudGl2aXJ1cy5tb2JpbGUKGQoXY2xlYW5waG9uZS5ib29zdGVyLnNhZmUKGwoZY29tLnRyZW5kbWljcm8uZHIuYm9vc3RlcgoaChhkZS50ZWxla29tLnByb3RlY3Rtb2JpbGUKHwodanAuY28ueWFob28uYW5kcm9pZC55c2VjdXJpdHkKGQoXY29tLmNvb3ByZXMuYXBwLmJvb3N0ZXIKEwoRY29tLmVzZXQuZW5kcG9pbnQKHQobY29tLnNlY3VyaXR5LmFudGl2aXJ1cy5zY2FuCiIKIGNvbS5rN2NvbXB1dGluZy5hbmRyb2lkLnNlY3VyaXR5ChAKDmNvbS5vcmFuZ2Uua21zChgKFmNvbS5mYXN0dHJhY2suc2VjdXJpdHkKIwohY29tLmZhbmN5Y2xlYW4uc2VjdXJpdHkuYW50aXZpcnVzChwKGmNvbS5jb21vZG8uY2lzbWUuYW50aXZpcnVzCgwKCmNvbS5rbXMubWU', 5, 0), Flag(DataLoader__low_bandwidth_check_ttl, 9223372036854775807, 1, 0), Flag(DataLoader__low_bandwidth_threshold_for_streaming, 0, 1, 0), Flag(DataLoader__migrate_off_incfs, false, 2, 0), Flag(DataLoader__migrate_off_incfs_app_blocklist, '', 5, 0), Flag(DataLoader__on_demand_bulk_write_page_count, 256, 1, 0), Flag(DataLoader__override_install_details_app_allowlist, '', 5, 0), Flag(DataLoader__package_monitor_event_max_logging_interval, 'CKA4', 5, 0), Flag(DataLoader__performance_metrics_rest_stream_progress_chunk_size, 1, 1, 0), Flag(DataLoader__readlogs_cache_expiration_ms, 7200000, 1, 0), Flag(DataLoader__readlogs_logging_batch_size, 2000, 1, 0), Flag(DataLoader__rest_stream_chunk_size_bytes, 2097152, 1, 0), Flag(DataLoader__rest_stream_download_immediate_fail_http_codes, 'CgaTA5QDmgM', 5, 0), Flag(DataLoader__rest_stream_download_initial_retry_delay, 'EIDKte4B', 5, 0), Flag(DataLoader__rest_stream_download_max_delay_time, 'CLBU', 5, 0), Flag(DataLoader__rest_stream_download_max_total_retry_time, 'CICjBQ', 5, 0), Flag(DataLoader__rest_stream_progress_reporting_chunk_interval, 2, 1, 0), Flag(DataLoader__set_incremental_readlogs_not_privacy_sensitive, false, 2, 0), Flag(DataLoader__set_streaming_test_session_logging_indicator, false, 2, 0), Flag(DataLoader__show_toast_in_release_build, false, 2, 0), Flag(DataLoader__streaming_environment, 1, 1, 0), Flag(DataLoader__temp_data_loader_files_expiration_ms, 172800000, 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, false, 2, 0), Flag(DetailsFragmentContentPadding__is_enabled, false, 2, 0), Flag(DetailsToDeliveryToken__is_enabled, true, 2, 0), Flag(DeveloperPage__enable_remote_device_integrity_check, false, 2, 0), Flag(DialogUiComponent__use_compose_dialogs_in_serp, false, 2, 0), Flag(DocKeyedCache__check_item_for_fields, false, 2, 0), Flag(DocKeyedCache__clear_item_cache_on_reasons, 'CgQICRAP', 5, 0), Flag(DocKeyedCache__do_blocking_io_on_future, false, 2, 0), Flag(DocKeyedCache__enable_disk_write_on_bg, false, 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_minimal_locking, false, 2, 0), Flag(DocKeyedCache__item_cache_size_in_mb, 3, 1, 0), Flag(DocKeyedCache__prewarm_item_cache_in_task, false, 2, 0), Flag(DocKeyedCache__return_non_propagating_future, false, 2, 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, fal +02-27 07:58:42.956 10733 10756 D GetConfigurationSnapsho: se, 2, 0), Flag(DownloadService__allocate_bytes_before_download, true, 2, 0), Flag(DownloadService__cronet_enable_herrevad_reporting, false, 2, 0), Flag(DownloadService__cronet_enable_http2, true, 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, 'ChFwYWkuZ29vZ2xlemlwLm5ldAoTcGxheS5nb29nbGVhcGlzLmNvbQoWc2VydmljZXMuZ29vZ2xlYXBpcy5jbgoTd29ya2Fyb3VuZC5ndnQxLmNvbQ', 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, 262144, 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_better_locking, 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__fallback_to_download_queue, 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__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__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, true, 2, 0), Flag(DownloadService__send_foreground_broadcast_on_status_update, true, 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, true, 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(DramaShortsFeatures__enable_persistent_nav, false, 2, 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__enab +02-27 07:58:42.956 10733 10756 D GetConfigurationSnapsho: le_premium_discover_tag, true, 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, true, 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, false, 2, 0), Flag(EnterpriseMainlineAutoUpdate__disable_mainline_update_policy, true, 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(FixImagesPreloadingHorizontalCluster__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_fife_in_app_comic_card, false, 2, 0), Flag(FlexibleContentCluster__enable_neutral_scrim_color_for_app_moments, false, 2, 0), Flag(FlexibleContentCluster__enable_swipe_gesture, true, 2, 0), Flag(FlexibleContentCluster__enable_tap_to_advance_gesture, false, 2, 0), Flag(FlexibleContentCluster__enable_theme_color_editorial_article_cards, 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(Fougasse__enable_logging_session_theme, true, 2, 0), Flag(GamerProfileAvatars__enable_copy_avatar_id_on_long_click, false, 2, 0), Flag(GamerProfilePage__enable_gpp_from_yh, true, 2, 0), Flag(GamerProfilePage__enable_stream_refresh, true, 2, 0), Flag(GenAiFeed__new_badge_max_sessions, 2, 1, 0), Flag(Generichomepagelatencysequencing__is_enabled, true, 2, 0), Flag(GetItemsContext__enable_get_items_context_for_details_page, false, 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__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, false, 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, false, 2 +02-27 07:58:42.956 10733 10756 D GetConfigurationSnapsho: , 0), Flag(IncrementalLoggingRetosClientSupport__is_enabled, false, 2, 0), Flag(InlineVideo__enable_yt_fragment_reuse, true, 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_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_low_priority_updates, true, 2, 0), Flag(InstallerV2__log_orphaned_downloads, 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_orphaned_downloads, true, 2, 0), Flag(Installer__create_jobs_async_on_install_queue_init, true, 2, 0), Flag(Installer__enable_group_install_preprocessor, true, 2, 0), Flag(Installer__enable_grpc_install_queue, true, 2, 0), Flag(Installer__enable_grpc_install_queue_in_process, true, 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, false, 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__log_install_committed, false, 2, 0), Flag(Installer__make_session_create_incremental_aware, true, 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, true, 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, false, 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, true, 2, 0), Flag(Installer__use_new_uninstalls_api, true, 2, 0), Flag(InstantCartCache__max_cache_size_in_mebibytes, 3, 1, 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, true, 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_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 +02-27 07:58:42.956 10733 10756 D GetConfigurationSnapsho: _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_multiplier, 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, true, 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(LocalRatings__enable_decide_bar_local_ratings_info_button, true, 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, 'CmqEEIIQgxDwD/AE7gTtBJAFjQWOBeMT5BPvE+YT5RPnE+gT6RPsE/AT8RP0E/UTvDGbBYMEhASFBLAEsQT+OtIU/iv/K9szvBS9FMEUwhTDFMQUvxTAFNU81jyYBZ0FsEDOMNAwzzCdBp4G', 5, 0), Flag(MediaAndEntertainmentDp__eligible_title_docid_list, 'CiBjb20uYW1hem9uLmF2b2QudGhpcmRwYXJ0eWNsaWVudAolY29tLmJ5ZGVsdXhlLmQzLmFuZHJvaWQucHJvZ3JhbS5zdGFyegoLY29tLmNicy5hcHAKG2NvbS5jcnVuY2h5cm9sbC5jcnVuY2h5cm9pZAoVY29tLmRpc25leS5kaXNuZXlwbHVzCg1jb20uaHVsdS5wbHVzChxjb20ucGVhY29ja3R2LnBlYWNvY2thbmRyb2lkCgljb20uc2xpbmcKCmNvbS50dWJpdHYKEmNvbS52aWFjb20uYmV0cGx1cwoQY29tLnZpa2kuYW5kcm9pZAoOY29tLndiZC5zdHJlYW0KEHR2LnBsdXRvLmFuZHJvaWQ', 5, 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_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__lib +02-27 07:58:42.956 10733 10756 D GetConfigurationSnapsho: rary_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_min_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(NativeBrotliCompression__native_brotli_compressed_fbf_patches_targeting_controller, false, 2, 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, 'Ch1wbGF5LWxoLmdvb2dsZXVzZXJjb250ZW50LmNvbQoLaS55dGltZy5jb20', 5, 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(NotificationBellCount__enable_fetch_nc_stream_in_daily_hygiene, false, 2, 0), Flag(NotificationBellCount__enable_server_count_update_on_nc_markasread, false, 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, false, 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, false, 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, true, 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(PcsiTabLatencyLogg +02-27 07:58:42.956 10733 10756 D GetConfigurationSnapsho: ing__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(PhoneskyDealsHomeFeatures__max_indicator_count, 3, 1, 0), Flag(PhoneskyDealsHomeFeatures__max_tooltip_count, 3, 1, 0), Flag(PhoneskyDeviceTier__device_tier, 0, 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_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, 1, 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_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__module_above_ratings_and_reviews, true, 2, 0), Flag(PolicyTesting__enable_bool_flag, false, 2, 0), Flag(PolicyTesting__test_int_flag, 0, 1, 0), Flag(PolicyTesting__test_string_flag, '', 4, 0), Flag(PortraitVideosOnMdp__enable_autoplay_for_mdp_portrait_video, false, 2, 0), Flag(PortraitVideosOnMdp__enable_original_video_thumbnail_for_mdp_portrait_video, 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(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, true, 2, 0), Flag(ReEngagementAds__enable_multi_layout_cluster, true, 2, 0), Flag(RedeemAcquireLoadingScreenFix__enable_full_screen, false, 2, 0), Flag(ReleaseNotesIntegration__test_bool_flag, true, 2, 0), Flag(ReleaseNotesIntegration__test_int_flag, 0, 1, 0), Flag(ReleaseNotesIntegration__test_string_flag, '', 4, 0), Flag(RenderPartialDetailsPage__min_partial_dp_app_fields, 'ChABAgQICw4bHB0eHyIjS15g', 5, 0), Flag(RenderPartialDetailsPage__min_partial_dp_shared_fields, 'CgcBAgYKCwwV', 5, 0), Flag(RenderPartialDetailsPage__render_min_partial_dp_for_dl, false, 2, 0), Flag(RequestQos__enable_latency_tolerant_qos_endpoints, 'apps/contentSync,accountSync,autoUpdate,bulkDetails,bulkPrefetch,delivery,ees/bulkAcquire,getPrefetchRecommendations,replicateLibrary,fdfe/getPlayArtProfileConfig,fdfe +02-27 07:58:42.956 10733 10756 D GetConfigurationSnapsho: /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, true, 2, 0), Flag(ReviewConsumption__enable_review_consumption_redesign, true, 2, 0), Flag(ReviewConsumption__enable_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, 1, 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_dispatch, true, 2, 0), Flag(SafetyCenter__enable_safety_center_receiver, true, 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_vertical_scroll_interruption_logging, true, 2, 0), Flag(SeamlessTransitions__navigation_debounce_timeout, '', 5, 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, true, 2, 0), Flag(SerpLazyColumn__is_enabled, false, 2, 0), Flag(ServerDrivenSearchListResults__enable_search_list_results_card_view, true, 2, 0), Flag(ServerDrivenTopCharts__enable_top_charts_card_view, true, 2, 0), Flag(SettingsPage__legal_notice_menu_url, 'https://support.google.com/googleplay/?p=about_play', 4, 0), Flag(SharedCacheClearing__unique_id, 0, 1, 0), Flag(SingletonViewPool__enable_singleton_view_pool, true, 2, 0), Flag(StickyTab__sticky_tab_reset_value, 268101556, 1, 0), Flag(StopParsingGclid__enable_stop_parsing_gclid, false, 2, 0), Flag(StreamSystem__use_page_header_cluster_for_editorial_style_headers, false, 2, 0), Flag(SubscriptionSkus__enable_hygiene_job_for_install_and_subscribe_cleanup, false, 2, 0), Flag(SubscriptionSkus__enable_primary_install_and_subscribe_action_button, false, 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(TubeskyAggregatedHomeFix__is_enabled, false, 2, 0), Flag(TubeskyAggregatedHomeFix__restore_initial_behavior, false, 2, 0), Flag(TubeskyAmati__enable_amati_glow, true, 2, 0), Flag(TubeskyAmati__enable_tv_modules_adapter, true, 2, 0), Flag(TubeskyAutoUpdateSettingSlice__is_enabled, true, 2, 0), Flag(TubeskyEmbeddedVideoThumbnail__is_enabled, true, 2, 0), Flag(TubeskyFastDeepLink__is_enabled, true, 2, 0), Flag(TubeskyMenuOptimization2__is_enabled, true, 2, 0), Flag(TubeskyMenuOptimization__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(TubeskyUnauth__enable_unauth_updates, true, 2, 0), Flag(Tubesky__enable_high_quality_images, true, 2, 0), Flag(Tubesky__enable_new_tv_browse_fragment, true, 2, 0), Flag(Tubesky__enable_new_tv_details_fragment, true, 2, 0), Flag(Tubesky__enable_new_tv_search_fragment, true, 2, 0), Flag(Tubesky__enable_tv_tabs_layout, true, 2, 0), Flag(UiComponentFlattenHierarchy__migrate_wide_media_cl20, tr +02-27 07:58:42.956 10733 10756 D GetConfigurationSnapsho: ue, 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, true, 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__enable_for_activity, false, 2, 0), Flag(UnivisionDataProtoPrewarm__enable_for_process_start, false, 2, 0), Flag(UnivisionDataProtoPrewarm__enable_for_serp, false, 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__home_url_paths, 'CgpzdWJuYXZIb21l', 5, 0), Flag(UnivisionHomeIa__is_enabled, false, 2, 0), Flag(UnivisionJankFixes__is_yt_overdraw_fix_enabled, true, 2, 0), Flag(UnivisionUiLogging__enable_gil_for_my_reviews, false, 2, 0), Flag(UnivisionUiLogging__enable_legacy_for_my_reviews, true, 2, 0), Flag(Univision__disable_lazy_column_fade_animation, false, 2, 0), Flag(Univision__disable_preinflation, false, 2, 0), Flag(Univision__enable_aot_state_logging, false, 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, 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_early_fetch_async_ads, false, 2, 0), Flag(Univision__enable_entry_point_logging_optimization, false, 2, 0), Flag(Univision__enable_generic_card_cluster_v3, false, 2, 0), Flag(Univision__enable_lazy_column_specifying_item_type, true, 2, 0), Flag(Univision__enable_metadataui_improvements, true, 2, 0), Flag(Univision__enable_metadataui_v2, false, 2, 0), Flag(Univision__enable_my_reviews_page, false, 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, false, 2, 0), Flag(Univision__enable_serp, false, 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__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_de +02-27 07:58:42.956 10733 10756 D GetConfigurationSnapsho: lay_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_line, false, 2, 0), Flag(UserLanguages__enable_language_split_per_app_value_store, true, 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_displaymodeswitcher_on_details_shim_fragment, false, 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, 819574325, 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(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, false, 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(VisualRe +02-27 07:58:42.956 10733 10756 D GetConfigurationSnapsho: freshPhase2__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_phase_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(Wayfinder__enable_call_to_action_button_link_change, false, 2, 0), Flag(WearHygieneOptimization__enable_wear_hygiene_optimization, true, 2, 0), Flag(Webview__exact_url_allowlist, '', 5, 0), Flag(Webview__subdomain_allowlist, 'ChNhY2NvdW50cy5nb29nbGUuY29tCg9kb2NzLmdvb2dsZS5jb20KD3BsYXkuZ29vZ2xlLmNvbQoTcG9saWNpZXMuZ29vZ2xlLmNvbQoQc3RvcmUuZ29vZ2xlLmNvbQ', 5, 0), Flag(WideMediaVideoScreenshotHeightOverride__enable_cluster_height_override, false, 2, 0), Flag(YoutubePlayerLogging__disable_server_logging_for_youtube_players, false, 2, 0) +02-27 07:58:42.956 10733 10756 D GetConfigurationSnapsho: byFlagStorageType, deleteSet = +02-27 07:58:42.962 10733 10760 I Finsky : [53] lct.h(7): Already at the latest configurations for experiment package com.google.android.finsky.stable. +02-27 07:58:42.962 10733 10763 I Finsky : [56] lct.h(1): Triggered update for experiment package com.google.android.finsky.regular. +02-27 07:58:42.972 10733 10756 D GetConfigurationSnapsho: getFullConfigurations +02-27 07:58:42.999 10733 10756 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(AcquireClientConfig__enable_accessibility_info, false, 2, 0), Flag(AcquirePurchaseCodegen__enable_inapp_purchase_data_list_in_response_bundle, true, 2, 0), Flag(AcquirePurchaseCodegen__enable_new_backend_docid_for_logging_backend, 'CglDTE9VRENBU1QKBE5FU1QKCVdPUktTUEFDRQoQWU9VVFVCRV9DT01NRVJDRQoFT0NFQU4', 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, true, 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(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(AlleyOopDiversion__hsdp_spring_animation_stiffness, 700.0, 3, 0), Flag(AlleyOopExternalTheme__enable_external_callers_theme, true, 2, 0), Flag(AlleyOopInstallBehavior__relaunch_initial_dialog_on_install_cancel, true, 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(AppContentServiceContentFetcherSettings__client_integration_config, 'CjkKC2JvdXlndWVzLXR2EioKGmZyLmJvdXlndWVzdGVsZWNvbS50di5iYnVpEgIKABoCEgAiAiIAKgAKJQoHZGlyZWN0dhIaCgpjb20uYXR0LnR2EgIKABoCEgAiAiIAKgAKMQoOZGlyZWN0di10di1kZXYSHwoPY29tLmF0dC50di5kZnc2EgIKABoCEgAiAiIAKgAKKwoEaXR2eBIjChNhaXIuSVRWTW9iaWxlUGxheWVyEgIKABoCEgAiAiIAKgAKLQoHaXR2eC10dhIiChJ1ay5jby5mcmVldmlldy5pdHYSAgoAGgISACICIgAqAApOCgxtZXJjYWRvLXBsYXkSPgohY29tLm1lcmNhZG9saWJyZS5hbmRyb2lkLm1wbGF5X3R2EgIKABoCEgAiAiIAKg0KCwoAEgcKAgoAEgEBCisKBHBsZXgSIwoTY29tLnBsZXhhcHAuYW5kcm9pZBICCgAaAhIAIgIiACoACiwKCHBsdXRvLXR2EiAKEHR2LnBsdXRvLmFuZHJvaWQSAgoAGgISACICIgAqAAorCgVzbGluZxIiCgljb20uc2xpbmcSAgoAGgISACICIgAqCQoHEgMSAQIiAApHChJzb255LXBpY3R1cmVzLWNvcmUSMQoUY29tLnNvbnlwaWN0dXJlc2NvcmUSAgoAGgISACICIgAqDQoLCgASBwoCCgASAQEKMwoHc29ueWxpdhIoCgtjb20uc29ueWxpdhICCgAaAhIAIgIiACoNCgsKABIHCgIKABIBAQo0CgpzcG90aWZ5LXR2EiYKFmNvbS5zcG90aWZ5LnR2LmFuZHJvaWQSAgoAGgISACICIgAqAAorCgRzdGFuEiMKD2F1LmNvbS5zdGFuLmFuZBICCgAaAgoAGgISACICIgAqAAozCgpzdHYtcGxheWVyEiUKFXR2LnN0di5hbmRyb2lkLnBsYXllchICCgA +02-27 07:58:42.999 10733 10756 D GetConfigurationSnapsho: aAhIAIgIiACoACjIKCHN2dC1wbGF5EiYKFnNlLnN2dC5hbmRyb2lkLnN2dHBsYXkSAgoAGgISACICIgAqAAo5CgZ0ZWxhc2ESLwofY29tLmtkZGkuYW5kcm9pZC5zdGI0a3ZpZGVvcGFzcxICCgAaAhIAIgIiACoACjQKEHRoZS1yb2t1LWNoYW5uZWwSIAoQY29tLnJva3Uud2ViLnRyYxICCgAaAhIAIgIiACoAClQKFHYtZmFzdC1jaGFubmVsLWd0djRvEjwKEmpwLmZhc3R2Lmd0di50dmFwcBICCgAaAhIAIgIiACoaCgsKABIHCgIKABIBAQoLEgcKAgoAEgEDKgAKLQoFdmlkaW8SJAoUY29tLnZpZGlvLmFuZHJvaWQudHYSAgoAGgISACICIgAqAAo1Cgh3YWlwdS10dhIpChBkZS5leGFyaW5nLndhaXB1EgIKABoCEgAiAiIAKgkKBxIDEgECIgAKOgoPeHN0cmVhbS1wbGF5LXR2EicKF3R2LmFpcnRlbC54c3RyZWFtLnR2YXBwEgIKABoCEgAiAiIAKgAKKwoHeHVtby10dhIgChBjb20ueHVtby54dW1vLnR2EgIKABoCEgAiAiIAKgAKSAoKeW91dHViZS1schI6Ch1jb20uZ29vZ2xlLmFuZHJvaWQueW91dHViZS50dhICCgAaAhIAIgIiACoNCgsKABIHCgIKABIBAQo3CgR6ZWU1Ei8KEmNvbS5ncmF5bWF0cml4LmRpZBICCgAaAhIAIgIiACoNCgsKABIHCgIKABIBARJKCgYQBxgBIDISBhABGAAgFCIGEAEYASAUKgIQAzICEAE6AhABSgIQAVICEAFaAhABYggKBhoECgIaAGoCEANyBhABGAEgAnoCEAE', 5, 0), Flag(AppContentServiceContentFetcherSettings__get_home_stream_timeout, 'CAQ', 5, 0), Flag(AppContentServiceContentFetcherSettings__get_home_stream_timeout_in_millis, 2000, 1, 0), Flag(AppContentServiceContentFetcherSettings__get_providers_timeout, 'CAQ', 5, 0), Flag(AppContentServiceContentFetcherSettings__package_name_map, 'CiIKB2F1ZGlibGUSF2NvbS5hdWRpYmxlLmFwcGxpY2F0aW9uChgKB2JldC1ub3cSDWNvbS5iZXQuc2hvd3MKHgoIYmV0LXBsdXMSEmNvbS52aWFjb20uYmV0cGx1cwovCg5jb21lZHktY2VudHJhbBIdY29tLnZtbi5hbmRyb2lkLmNvbWVkeWNlbnRyYWwKNAoOZGlzY292ZXJ5LXBsdXMSImNvbS5kaXNjb3ZlcnkuZGlzY292ZXJ5cGx1cy5tb2JpbGUKFQoEZXBpeBINY29tLmVwaXguZXBpeAodCghlcGl4LW5vdxIRY29tLmVwaXguZXBpeC5ub3cKIQoDZm9kEhphaXIuanAuY28uZnVqaXR2LmZvZHZpZXdlcgofCgpmb3gtbmF0aW9uEhFjb20uZm5nLmZveG5hdGlvbgofCghmb3gtbmV3cxITY29tLmZveG5ld3MuYW5kcm9pZAoWCgdmb3gtbm93Egtjb20uZm94Lm5vdwogCghoYXlzdGFjaxIUY29tLmhheXN0YWNrLmFuZHJvaWQKGgoJaHVsdS1wbHVzEg1jb20uaHVsdS5wbHVzCicKBGpveW4SH2RlLnByb3NpZWJlbnNhdDFkaWdpdGFsLnNldmVudHYKIwoGa29jb3dhEhljb20ua29jb3dhLmFuZHJvaWQubW9iaWxlCikKD21vdmllcy1hbnl3aGVyZRIWY29tLm1vdmllc2FueXdoZXJlLmdvbwofCgNtdHYSGGNvbS5tdHZuLm10dlByaW1lQW5kcm9pZAoQCgRtdWJpEghjb20ubXViaQobCgRva29vEhNmci5mcmFuY2V0di56b3V6b3VzCioKEXBhcmFtb3VudC1uZXR3b3JrEhVjb20udm1uLmFuZHJvaWQuc3Bpa2UKHwoRcGFyYW1vdW50LXBsdXMtY2ESCmNvbS5jYnMuY2EKGwoEcGxleBITY29tLnBsZXhhcHAuYW5kcm9pZAouCglwcm9zaWViZW4SIWRlLnByb3NpZWJlbnNhdDFkaWdpdGFsLnByb3NpZWJlbgooCgpyZWRidWxsLXR2Ehpjb20ubm91c2d1aWRlLmFuZHJvaWQucmJ0dgokCg1yaXZlLWFsYWNhcnRhEhNydHZlLnRhYmxldC5hbmRyb2lkChUKCHNsaW5nLXR2Egljb20uc2xpbmcKFwoEc3RhbhIPYXUuY29tLnN0YW4uYW5kCi4KBXN0YXJ6EiVjb20uYnlkZWx1eGUuZDMuYW5kcm9pZC5wcm9ncmFtLnN0YXJ6ChUKB3R1YmktdHYSCmNvbS50dWJpdHYKHwoGdHdpdGNoEhV0di50d2l0Y2guYW5kcm9pZC5hcHAKGgoDdmgxEhNjb20ubXR2bi52aDFhbmRyb2lkChUKBHh1bW8SDWNvbS54dW1vLnh1bW8', 5, 0), Flag(AppContentService__allowed_package_signatures, 'CmwKKGNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLmF1dG9tb3RpdmUub3NjYXISQEE3Q0MxQzI4NjJGMzhCNDc4RTA2RkZGNzBDNjY4NTk5NjJEQkFBM0U3NEIwNEZEQ0VBMjc4MzMxQzBFNDAzQUIKaQolY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMubmV4dXNsYXVuY2hlchJANEI0RDlBQkRFOEYzRDY5ODc1NThDNzZFMjYxRTZGRTlEM0M3Q0MyOTlFQkVGMjJENTZERjYzMjFEQkFFMzU2MgppCiVjb20uZ29vZ2xlLmFuZHJvaWQuYXBwcy5waXhlbC5zdWJ6ZXJvEkBDNEJDNTE0NDk4NkU5NkVEOTQwMDFFNjM2NTg0NjU1MjRDNTdDM0I4RERBNEEzOUQxOTU3RDlBNzJFNjg5Njkw', 5, 0), Flag(AppContentService__allowed_packages, 'Cidjb20uZ29vZ2xlLmFuZHJvaWQuZ29vZ2xlcXVpY2tzZWFyY2hib3gKKmNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLm1lZGlhaG9tZS5sYXVuY2hlcgoTY29tLmFuZHJvaWQudmVuZGluZwolY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMubmV4dXNsYXVuY2hlcgooY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMuYXV0b21vdGl2ZS5vc2NhcgolY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMucGl4ZWwuc3ViemVybw', 5, 0), Flag(AppContentService__trusted_package_keys, 'Cmljb20uZ29vZ2xlLmFuZHJvaWQucGxheS5lbmdhZ2UudmVyaWZ5YXBwOkQzNEJFMTNBNjI1MDFGNEUwOEJGRjEwNDgzNzg5NjA5RjI1MjFBRUQ1M0VBNDcyNDkyNTlGNzA0RUYwODMwNzU', 5, 0), Flag(AppDependencyInstall__enable_request_install_access_filter, true, 2, 0), Flag(AppDependencyInstall__request_install_access_filter, 'ChRjb20uZ29vZ2xlLmFyLmNvcmV8LQo1Y29tLmdvb2dsZS5hbmRyb2lkLnBsYXkuZ2FtZXN8K2NvbS5nb29nbGUuYW5kcm9pZC5nbXM', 5, 0), Flag(AppDetailsInAppProducts_ +02-27 07:58:42.999 10733 10756 D GetConfigurationSnapsho: _enable_in_app_products_cards_collapsed, false, 2, 0), Flag(AppDetailsInAppProducts__enable_in_app_products_cards_expanded, false, 2, 0), Flag(AppEngageServiceSettings__third_party_content_provider_allowlist, 'Chdjb20uYXVkaWJsZS5hcHBsaWNhdGlvbg', 5, 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(AppOpenDownloadManager__download_manager_notification_heads_up_delay, 'EICjw0c', 5, 0), Flag(AppOpenDownloadManager__enable_app_owner_check, false, 2, 0), Flag(AppOpenDownloadManager__enable_download_manager_notification, false, 2, 0), Flag(AppOpenDownloadManager__enable_download_manager_notification_clear_load, false, 2, 0), Flag(AppOpenDownloadManager__enable_download_manager_notification_see_more_button, false, 2, 0), Flag(AppOpenDownloadManager__enable_dual_channel_download_manager_notification, false, 2, 0), Flag(AppOpenDownloadManager__enable_high_priority_single_channel_download_manager_notification, false, 2, 0), Flag(AppOpenDownloadManager__enable_show_progress_download_manager_notification, false, 2, 0), Flag(AppPack__enable_app_pack, false, 2, 0), Flag(AppRestrictions__app_restrictions_update_message_whitelisted_packages, '+com.samsung.android.knox.kpu,com.aavamobile.oemconfig,com.archos.oemconfig,com.bartec.oemconfig,com.bluebird.android.oemconfig,com.chainway.oemconfig.playstore,com.cipherlab.oemconfig.common,com.crosscall.oemconfig,com.datalogic.oemconfig,com.datalogic.oemconfig.beta,com.datalogic.settings.oemconfig,com.datalogic.settings.oemconfig.beta,com.ecom.ecommanager,com.ecom.econfig.smart,com.ecom.econfig.smart0x,com.ecom.enterprise.oemconfig,com.elotouch.elooemconfig,com.fcnt.arrowsconfig_test,com.fcnt.fun.oemconftestb,com.fcnt.mobile_phone.arrowsconfig,com.fcnt.mobile_phone.arrowsconfig_test,com.fcnt.mobile_phone.seniorcareconfig,com.fcnt.mobile_phone.seniorcareconfig_test,com.fcnt.mobile_phone.swupsetting,com.fcnt.mobile_phone.swupsetting_dl,com.fcnt.mobile_phone.sysoptionsetting,com.fcnt.mobile_phone.sysoptionsetting_test,com.getac.app.getacoemconfig,com.getac.app.oemconfigprivate,com.getac.app.getacoemconfigswprivate,com.getac.app.getacoemconfigswprivate.v2,com.getac.app.oemconfigswsupport,com.google.android.feedbacktestapp,com.handheldgroup.oemconfig.internal,com.honeywell.oemconfig.scanpal,com.handsfree.r5.r5oemconfig,com.hanshow.cart.oemconfig,com.hmdglobal.app.oemconfig,com.hmdglobal.app.oemconfig.n4_2,com.hmdglobal.app.oemconfig.n5_3,com.hmdglobal.app.oemconfig.n7_2,com.hmdglobal.app.staging_oemconfig,com.honeywell.oemconfig,com.honeywell.oemconfig.dev,com.honeywell.oemconfig.qa,com.huawei.mdm.dpc,com.isafemobile.ismconfig,com.iwaylink.oemconfig,com.jlt.oemconfig,com.lenovo.oemconfig.dev,com.lenovo.oemconfig.rel,com.lge.oemconfig,com.microsoft.intune,com.microsoft.oemconfig,com.microsoft.surface.config,com.microsoft.surface.oemconfig,com.microsoft.surface.oemconfig.cnry,com.mobiiot.managedconfigurations,com.motorola.oemconfig.demo,com.motorola.oemconfig.rel,com.motorolasolutions.lexoemconfig,com.oemconfig.janam,com.panasonic.mobile.demo_oemconfig,com.panasonic.mobile.oemconfig,com.panasonic.mobile.oemconfig.internal,com.rhinomobility.config,com.rhinomobility.oemc,com.rhinomobility.oemconfig,com.samsung.android.knox.kpu.beta,com.samsung.android.knox.kpu.demo,com.samsung.android.knox.kpu.poc,com.seuic.seuicoemconfig,com.sonim.oemappconfig,com.spectralink.barcode.service,com.spectralink.buttons,com.spectralink.slnkdevicesettings,com.spectralink.slnkdevicesettingstest,com.spectralink.slnklogger,com.spectralink.slnkvqo,com.st_oct.oemconfigtest,com.unitech.oemconfig,com.unitech.oemconfig.betatest,com.urovo.oemconfig,com.urovo.oemconfigs,com.xiaomi.oemconfig,com.zebra.enrollmentmgr,com.zebra.oemconfig.beta1,com.zebra.oemconfig.common,com.zebra.oemconfig.common.beta,com.zebra.oemconfig.rel +02-27 07:58:43.000 10733 10756 D GetConfigurationSnapsho: ease,com.zebra.oemconfig.workaround,device.apps.emkitagent,ezhu.oemconfig.test,jp.co.sharp.android.shoemconfig,jp.co.sharp.android.shoemconfig2,jp.kyocera.corp.manager,jp.kyocera.enterprisedeviceconfig,net.ezkit.oemconfig,net.m3mobile.app.oemconfig,com.google.android.apps.pixel.configurator', 4, 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_installed_app_info, true, 2, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_max_daily_size_bytes, 2097152, 1, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_max_profile_size_bytes, 1048576, 1, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_sample_threshold, 100, 1, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_snapshot_timeout_seconds, 3, 1, 0), Flag(ArtProfiles__enable_art_upload_app_must_have_code, true, 2, 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(AuthenticationReady__enable_enforce_strong_biometric_auth, 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__auto_update_exclude_foreground_allowlist, 'com.google.android.apps.dreamliner,com.google.android.katniss,com.google.android.apps.mediashell,com.google.android.tv.remote.service,com.google.android.apps.tv.launcherx,com.google.android.apps.nbu.smartconnect.tv,jp.co.sharp.av.android.cocorovision', 4, 0), Flag(AutoUpdateCodegen__cancel_queued_auto_installs_when_disable_auto_update, true, 2, 0), Flag(AutoUpdateCodegen__collect_update_failure_history, true, 2, 0), Flag(AutoUpdateCodegen__dark_launch_server_policy_logging_delay_ms, 10000, 1, 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_pol +02-27 07:58:43.000 10733 10756 D GetConfigurationSnapsho: icy, 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_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_mainline_server_policy, false, 2, 0), Flag(AutoUpdateCodegen__enable_dark_launch_phone_basic_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_global_rapid_autoupdate_policy, true, 2, 0), Flag(AutoUpdateCodegen__enable_gmscore_server_policy, true, 2, 0), Flag(AutoUpdateCodegen__enable_hidden_server_policy, false, 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_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_rapid_server_policy, true, 2, 0), Flag(AutoUpdateCodegen__enable_tv_basic_server_policy, true, 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_ms, 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, false, 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_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_f +02-27 07:58:43.000 10733 10756 D GetConfigurationSnapsho: ailure_history, true, 2, 0), Flag(AutoUpdateCodegen__share_user_auto_update_setting, true, 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, 'CiJjb20uZ29vZ2xlLmFuZHJvaWQuZ21zLnBheS5zaWRlY2FyChZnb3YubW9vc3lsdmFuaWEuZW54LnYzCh1jb20uZ29vZ2xlLmFuZHJvaWQuc2FmZXR5Y29yZQoeY29tLmdvb2dsZS5hbmRyb2lkLmNvbnRhY3RrZXlz', 5, 0), Flag(AutoUpdatePolicies__auto_deploy_disk_space_threshold_bytes, 1073741824, 1, 0), Flag(AutoUpdatePolicies__enable_enx_headless_deployment, false, 2, 0), Flag(AutoUpdatePolicies__enable_gpay_sidecar, false, 2, 0), Flag(AutoUpdatePolicies__enx_headless_allowed_packages, 'ChZnb3YubW9vc3lsdmFuaWEuZW54LnYzChFnb3Yuc2FtcGxlLmVueC52Mw', 5, 0), Flag(AutoUpdatePolicies__gpay_sidecar_dependent_packages, 'ChZjb20uZmVsaWNhbmV0d29ya3MubWZj', 5, 0), Flag(AutoUpdatePolicies__promise_icon_hidden_packages, 'ChZnb3YubW9vc3lsdmFuaWEuZW54LnYzChFnb3Yuc2FtcGxlLmVueC52MwoiY29tLmdvb2dsZS5hbmRyb2lkLmdtcy5wYXkuc2lkZWNhcgoSY29tLmdvb2dsZS5hci5jb3JlCh1jb20uZ29vZ2xlLmFuZHJvaWQuc2FmZXR5Y29yZQoeY29tLmdvb2dsZS5hbmRyb2lkLmNvbnRhY3RrZXlz', 5, 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_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, false, 2, 0), Flag(AutoplayVideos__enable_full_screen_support, false, 2, 0), Flag(AutoplayVideos__enable_overlay_on_pause, true, 2, 0), Flag(AutoplayVideos__enable_video_autoplaying, false, 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, false, 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__avoid_bulk_cancel_deep_links_and_details_requests, false, 2, 0), Flag(AvoidBulkCancelNetworkRequests__avoid_bulk_cancel_image_requests, false, 2, 0), Flag(Battlestar__install_api_killswitch, false, 2, 0), Flag(BmUnauthPaiUpdates__enable_bm_unauth_pai_app_updates, true, 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(BulkGrantEntitlement__enable_bulk_grant_entitlement, true, 2, 0), Flag(BulkGrantEntitlement__enable_logging_purchase_free_acquire_out_of_session, true, 2, 0), Flag(BundleSizeOptimization__enable_uibuilder_activity_saveinstancestate_bundle_log, false, 2, 0), Flag(BundleSizeOptimization__enable_uibuilder_bundle_deduplication, false, 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) +02-27 07:58:43.000 10733 10756 D GetConfigurationSnapsho: , 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, false, 2, 0), Flag(CarPermissions__kill_switch_app_permission_fragment, 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(Checkin__disable_checkin_receiver, 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, false, 2, 0), Flag(CommerceUnifiedLogging__enable_combined_logging, false, 2, 0), Flag(CommerceUnifiedLogging__enable_server_node_logging_for_purchase_background_event, true, 2, 0), Flag(ConfirmPriceChange__enable_bottomsheet, true, 2, 0), Flag(ConsumePurchase__enable_consume_purchase, false, 2, 0), Flag(ContentSync__max_num_retries, 5, 1, 0), Flag(ContentSync__retry_delay, 'CBQ', 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, false, 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(Cubes__is_dogfooder_device, false, 2, 0), Flag(CustomPreInflation__apps_preinflation_card_view_counts, '', 5, 0), Flag(CustomPreInflation__apps_preinflation_card_views, '', 5, 0), Flag(CustomPreInflation__enable_custom_preinflation, false, 2, 0), Flag(CustomPreInflation__enable_home_specific_preinflation, false, 2, 0), Flag(CustomPreInflation__games_preinflation_card_view_counts, '', 5, 0), Flag(CustomPreInflation__games_preinflation_card_views, '', 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(DetailsPageAct +02-27 07:58:43.000 10733 10756 D GetConfigurationSnapsho: ionButtonsPositionProvider__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_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, 'CIQH', 5, 0), Flag(DevTriggeredUpdatesCodegen__item_store_migration, true, 2, 0), Flag(DevTriggeredUpdates__dev_triggered_updates_package_controller, '-', 4, 0), Flag(DeviceAppInfo__log_device_app_info_in_session_data, true, 2, 0), Flag(DeviceAttributesSync__device_attributes_reuse_duration, 'CIDUkwE', 5, 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_devi +02-27 07:58:43.000 10733 10756 D GetConfigurationSnapsho: ce_interoperability_v1, false, 2, 0), Flag(DeviceLockControllerInstallPolicy__enable_device_lock_controller_install_policy, true, 2, 0), Flag(DeviceLockControllerInstallPolicy__enable_device_lock_controller_install_policy_beta_channel_apps, true, 2, 0), Flag(DeviceSettings__enable_device_settings, true, 2, 0), Flag(DeviceSetupCodegen__disable_atl_rro_restore_during_deferred_setup, 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(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, true, 2, 0), Flag(DisableFadeAnimations__disable_fadein_animation, true, 2, 0), Flag(DisablePreRegistrationReleaseNotificationRetries__is_enabled, false, 2, 0), Flag(DisplayApkSize__display_apk_size, true, 2, 0), Flag(DoubleClickPrevention__double_click_prevention_threshold_ms, 700, 1, 0), Flag(DownloadManager__complete_download_when_status_success, true, 2, 0), Flag(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_droidguard_token_generation_for_all_device_classes, false, 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, 10240, 1, 0), Flag(DynamicSplitsCodegen__splitcompat_bypass_storage_check_offset_mb, 300, 1, 0), Flag(DynamicSplitsCodegen__splitcompat_package_controller, '+com.zhiliaoapp.musically,com.ss.android.ugc.trill,com.zhiliaoapp.musically.go,com.ss.android.ugc.now,com.adobe.reader,com.snapchat.android,com.myairtelapp,com.larksuite.suite,com.ss.android.ugc.tiktok.lite,com.lemon.lvoverseas,com.ss.android.tt.creator +02-27 07:58:43.000 10733 10756 D GetConfigurationSnapsho: ,com.google.android.gms', 4, 0), Flag(DynamicSplits__dynamic_split_download_size_threshold_metered, 209715200, 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,com.instagram.lite,com.facebook.mlite,com.facebook.pages.app,com.instagram.barcelona,com.facebook.talk,com.whatsapp,com.whatsapp.w4b,com.facebook.workrooms,com.oculus.twilight', 4, 0), Flag(EcChoice__allow_back_to_return_home, true, 2, 0), Flag(EcChoice__browser_package_ids, '', 5, 0), Flag(EcChoice__elapsed_time_till_trigger, 2000, 1, 0), Flag(EcChoice__enable_ec_choice_flow, false, 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__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(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, true, 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, true, 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, true, 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(EnterpriseInstallPolicies__device_management_install_options_allowlist, ' +02-27 07:58:43.000 10733 10756 D GetConfigurationSnapsho: ChZjb20uZ29vZ2xlLmFuZHJvaWQuZ21z', 5, 0), Flag(EnterprisePrivacyUxImprovements__enable_work_badge_and_install_text, false, 2, 0), Flag(EnterpriseUnifiedUpdateControlsPolicy__enterprise_unified_update_control_system_services_package_names, 'ChVjb20uZ29vZ2xlLmFuZHJvaWQuYXMKHWNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLnNjb25lChpjb20uZ29vZ2xlLmFuZHJvaWQud2VidmlldwoSY29tLmdvb2dsZS5hci5jb3JlChdjb20uZ29vZ2xlLmFuZHJvaWQub2RhZAokY29tLmdvb2dsZS5hbmRyb2lkLnR2cmVjb21tZW5kYXRpb25zChhjb20uZ29vZ2xlLmFuZHJvaWQuZXVpY2MKK2NvbS5nb29nbGUuYW5kcm9pZC53ZWFyYWJsZS5maXRiaXQubWN1LmRhdGEKKGNvbS5nb29nbGUuYW5kcm9pZC5zZXR0aW5ncy5pbnRlbGxpZ2VuY2UKHWNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLnR1cmJvCiJjb20uZ29vZ2xlLmFuZHJvaWQuZ21zLnN1cGVydmlzaW9uChxjb20uZ29vZ2xlLmFuZHJvaWQuZ21zc3lzdGVtCh1jb20uZ29vZ2xlLmFuZHJvaWQuc2FmZXR5Y29yZQoeY29tLmdvb2dsZS5hbmRyb2lkLmNvbnRhY3RrZXlzChljb20uZ29vZ2xlLmFuZHJvaWQuYXMub3NzChhjb20uZ29vZ2xlLmFuZHJvaWQubW9zZXkKG2NvbS5nb29nbGUuYW5kcm9pZC5jYWxsY29yZQoWY29tLmdvb2dsZS5hbmRyb2lkLmdtcw', 5, 0), Flag(EnterpriseUnifiedUpdateControlsPolicy__enterprise_unified_update_policy_auto_update_reasons_to_cancel, 'CgthdXRvX3VwZGF0ZQoUbWFpbmxpbmVfYXV0b191cGRhdGU', 5, 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, false, 2, 0), Flag(ExperimentFramework__enable_device_config_upload_for_all_unauth, false, 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, false, 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(FetchBillingUiInstructions__enable_fetch_billing_ui_instructions, true, 2, 0), Flag(FifeImage__ttl_in_days, 15, 1, 0), Flag(FileByFile__required_fbf_compression_levels, 'CgIGCQ', 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, false, 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, true, 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, +02-27 07:58:43.000 10733 10756 D GetConfigurationSnapsho: 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(GiftingEducationTooltip__one_google_education_for_gifting_end_date, 'COoPEAEYAQ', 5, 0), Flag(GiftingEducationTooltip__one_google_education_for_gifting_start_date, 'COkPEAsYAQ', 5, 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, false, 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, true, 2, 0), Flag(GoogleTvFeatures__enable_read_more_pmtv_playback_banner, false, 2, 0), Flag(GoogleTvFeatures__force_dark_theme, false, 2, 0), Flag(GppOdmlWarnings__is_enabled, true, 2, 0), Flag(GridCluster__recycled_view_pool_size, 8, 1, 0), Flag(Hibernation__flagless_unhibernation_killswitch, false, 2, 0), Flag(HorizontalClusterImpression__disable_extra_layout_space, true, 2, 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_treatment, true, 2, 0), Flag(IconUniformity__enable_vx_treatment, true, 2, 0), Flag(ImageOptimizations__enable_high_quality_tablet_screenshot, false, 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(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, true, 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(InAppMessa +02-27 07:58:43.000 10733 10756 D GetConfigurationSnapsho: ging__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(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__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__enable_inline_video_on_details_page, false, 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, false, 2, 0), Flag(InlineVideo__enable_video_play_icon_click_full_screen_activity, false, 2, 0), Flag(InlineVideo__enable_youtube_update_dialog, false, 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_resolver_unconditional_overwrite_reasons, 'ChNhcHBfbGFuZ3VhZ2VfY2hhbmdlChphcHBfcmVjb3Zlcnlfc3BsaXRfaW5zdGFsbAoSYmF0dGxlc3Rhcl9pbnN0YWxsCgtidWxrX3VwZGF0ZQoaZGV2ZWxvcGVyX3RyaWdnZXJlZF91cGRhdGUKFGRldmljZV9vd25lcl9pbnN0YWxsCgtkc2VfaW5zdGFsbAoMZWFybHlfdXBkYXRlChdlbnRlcnByaXNlX2F1dG9faW5zdGFsbAotZW50ZXJwcmlzZV9hdXRvX2luc3RhbGxfd2l0aG91dF9sYXVuY2hlcl9pY29uCgprZXlfcmVzY3VlChJtYWludGVuYW5jZV93aW5kb3cKEm1hbnVhbF9oaWJlcm5hdGlvbgoWcGFja2FnZV91cGRhdGVfc2VydmljZQoRcGxheV9wcm90ZWN0X2xpbmsKEXJhcGlkX2F1dG9fdXBkYXRlCgtyZWNvbW1lbmRlZAoUcmVtb3RlX2luX2FwcF91cGRhdGUKFHJlbW90ZV91cGRhdGVfcHJvbXB0CilzZWxmX3VwZGF0ZV92aWFfYXV0b191cGRhdGVfZGVidWdfdHJpZ2dlcgosc2VsZl91cGRhdGVfdmlhX2F1dG9fdXBkYXRlX2VudGVycHJpc2Vfc2V0dXAKDnNpbmdsZV9pbnN0YWxsChBzdWdnZXN0ZWRfdXBkYXRlCi1zdWdnZXN0ZWRfdXBkYXRlX21hbGZ1bmN0aW9uaW5nX2FwcF9zdGFsZW5lc3MKBnRpY2tsZQoTdW5hcmNoaXZlX2Jyb2FkY2FzdAoUdW5hcmNoaXZlX2Zyb21fc3RvcmUKDXVuaGliZXJuYXRpb24KFHVzZXJfbGFuZ3VhZ2VfY2hhbmdl', 5, 0), Flag(InstallQueue__run_installs_on_readiness_listener, true, 2, 0), Flag(InstallReferrer__disable_external_referrer_from_installer_data_store, 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__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_previe +02-27 07:58:43.000 10733 10756 D GetConfigurationSnapsho: w_app, false, 2, 0), Flag(InstallerCodegen__disabled_package_logs_install_rejected_instead_of_abandoned, true, 2, 0), Flag(InstallerCodegen__enable_add_checksum, true, 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_checksum_logging, false, 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, true, 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, false, 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_state, 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__stop_samegrades_from_derived_id_zero, true, 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, false, 2, 0), Flag(InstantAppsIntentCreation__use_secure_supervisor_activity_alias_if_available, false, 2, 0), Flag(InstantAppsLaun +02-27 07:58:43.000 10733 10756 D GetConfigurationSnapsho: chKeys__construct_launch_intent_from_launch_key, false, 2, 0), Flag(InstantAppsLaunchKeys__disable_default_url_fallback, false, 2, 0), Flag(InstantAppsLaunchKeys__enable_launch_key_decoding, false, 2, 0), Flag(InstantAppsLaunchKeys__enable_launch_key_opt_in_state_checking, false, 2, 0), Flag(InstantAppsLaunchKeys__enable_launch_keys_for_details_page_and_launch_api, false, 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, false, 2, 0), Flag(InstantAppsSupervisor__killswitch_remove_supervisor_on_o, false, 2, 0), Flag(InstantAppsSupervisor__remove_supervisor, true, 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, false, 2, 0), Flag(InstantAppsTryNowVisibility__enable_try_now_on_tubesky, true, 2, 0), Flag(InstantAppsTv__enable_android_tv_compatibility, true, 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, false, 2, 0), Flag(InstantCartClientCacheBoost__ignore_developer_id, true, 2, 0), Flag(InstantCart__add_sku_details_token_from_prefetchable_acquisition, 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, true, 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, 'CgVCT09LUwoIUExBWVBBU1M', 5, 0), Flag(InstantCart__enable_new_cache_key_in_acquire_cache, true, 2, 0), Flag(InstantCart__enable_prefetch_for_yt_product_dummy, 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__app_access_risk_other_apps_capturing_signals, 'CgUEQxMPFQ', 5, 0), Flag(IntegrityService__app_access_risk_other_apps_controlling_signals, 'CgEI', 5, 0), Flag(IntegrityService__app_access_risk_play_or_system_apps_capturing_signals, 'CgUDBRIOFA', 5, 0), Flag(IntegrityService__app_access_risk_play_or_system_apps_controlling_signals, 'CgEH', 5, 0), Flag(IntegrityService__default_rate_limit_threshold, 5, 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, true, 2, 0), Flag(IntegrityService__enable_hygiene_job, false, 2, 0), Flag(IntegrityService__higher_rate_limit_packages, 'Cihjb20uZ29vZ2xlLmFuZHJvaWQuYXBwcy5wcml2YWN5LndpbGRsaWZl', 5, 0), Flag(IntegrityService__higher_rate_limit_threshold, 20, 1, 0), Flag(IntegrityS +02-27 07:58:43.000 10733 10756 D GetConfigurationSnapsho: ervice__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__other_apps_overlay_signals, 'CgEE', 5, 0), Flag(IntegrityService__pass_droidguard_flow_name_to_pgs, true, 2, 0), Flag(IntegrityService__play_or_system_apps_overlay_signals, 'CgED', 5, 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, true, 2, 0), Flag(KidsAlleyOop__enable_flag_item, false, 2, 0), Flag(KidsAlleyOop__enable_policy_footer, true, 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(LandscapeBuyFlow__enable_launching_instrument_manager_in_full_screen_for_all_flows, false, 2, 0), Flag(LandscapeBuyFlow__enable_launching_instrument_manager_in_full_screen_for_fopless_user, false, 2, 0), Flag(LandscapeBuyFlow__enable_launching_instrument_manager_in_full_screen_for_in_app_purchase, false, 2, 0), Flag(LandscapeBuyFlow__landscape_buy_flow_test_codes, 'CgKtWA', 5, 0), Flag(LanguageSwitcher__enable_ulp_data_fetch, false, 2, 0), Flag(LanguageSwitcher__ulp_testing_override, '', 5, 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(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__populate_empty_purchase_data, true, 2, 0), Flag(LibraryModule__set_read_consistency_in_phonesky, true, 2, 0), Flag(Libraryentryignoredoctype__is_enabled, false, 2, 0), Flag(LicensingServiceV1Logging__is_enabled, false, 2, 0), Flag(Licensing__allowed_installer_package_names, 'ChNjb20uYW5kcm9pZC52ZW5kaW5nChljb20uc2VjLmFuZHJvaWQuZWFzeU1vdmVy', 5, 0), Flag(Licensing__enable_install_source_enforcement_in_phonesky, 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, false, 2, 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(Log +02-27 07:58:43.000 10733 10756 D GetConfigurationSnapsho: Optimization__killswitch_deprecate_latency_events, true, 2, 0), Flag(LogOptimization__killswitch_remove_deprecated_events, 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, '+', 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, 'always_allow', 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(Mainline__duration_before_mainline_is_stale, 'CIDnhA8', 5, 0), Flag(Mainline__enable_autoupdate_manual_check, true, 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__reboot_interval_end_hour, 5, 1, 0), Flag(Mainline__reboot_interval_start_hour, 1, 1, 0), Flag(Mainline__replace_userspace_reboot_by_resume_on_reboot, true, 2, 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), 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_af +02-27 07:58:43.000 10733 10756 D GetConfigurationSnapsho: fordance_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, true, 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(NotificationClickability__enable_report_stats, 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__battlestar_beta_bump_notification_timeout, 'CAE', 5, 0), Flag(Notifications__dedup_impressions, true, 2, 0), Flag(Notifications__disable_updates_completion_channel_shrinking, false, 2, 0), Flag(Notifications__enable_adding_manage_notifications_cta_to_all_fg_notifications, false, 2, 0), Flag(Notifications__enable_logging_notification_updates, true, 2, 0), Flag(Notifications__enable_noti +02-27 07:58:43.000 10733 10756 D GetConfigurationSnapsho: fication_for_apps_with_active_subscriptions_v2, 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, 'Cg5TSU5HTEVfSU5TVEFMTAoLQVVUT19VUERBVEUKC0JVTEtfVVBEQVRF', 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, 350, 1, 0), Flag(OpenActionButton__enable_ads_click_tracking, false, 2, 0), Flag(OpenAppLinkLaunchLogging__is_enabled, false, 2, 0), Flag(OrsonDetailPage__enable_orson_detail_page, true, 2, 0), Flag(OutOfAppExperienceClientFeatures__enable_billing_account_mismatch_check, false, 2, 0), Flag(OutOfAppPurchasableInAppProductFeatures__pass_grantable_voucher_token_to_purchase_flow, true, 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(P2p__check_all_packages_for_uid, false, 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_extra_not_installable_reason_codes, true, 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, false, 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, false, 2, 0), Flag(P2p__enable_p2p_offline_page_entrypoint, false, 2, 0), Flag(P2p__enable_p2p_restore_hidden_apps_check, true, 2, 0), Flag(P2p__enable_p2p_session_cleanup, false, 2, 0), Flag(P2p__enable_p2p_vanilla_receiver_send_apps, false, 2, 0), Flag(P2p__enable_p2p_vanilla_send_more_apps, false, 2, 0), Flag(P2p__enable_p2p_vanilla_sharing, false, 2, 0), Flag(P2p__enable_peer_to_peer_app_sharing_api, false, 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, false, 2, 0), Flag(P2p__highest_enabled_api_version, 2, 1, 0), Flag(P2p__p2p_app_listing_eligibility, false, 2, 0), Flag(P2p__p2p_blocklisted_packages, '', 5, 0), Flag(P2p__p2p_corp_account_gate_passed, false, 2, 0), Flag(P2p__p2p_default_api_caller_allowlist, '', 5, 0), Flag(P2p__p2p_destination_protocol_version, 3, 1, 0), Flag(P2p__p2p_enable_aadc_restrictions_api, true, 2, 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, '', 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, false, 2, +02-27 07:58:43.000 10733 10756 D GetConfigurationSnapsho: 0), Flag(P2p__p2p_unknown_age_is_under_eighteen, true, 2, 0), Flag(P2p__p2p_updates_api_caller_allowlist, '', 5, 0), Flag(P2p__p2p_use_strict_availability_policies, true, 2, 0), Flag(P2p__use_abi_info_from_frosting, false, 2, 0), Flag(P2p__use_apk_results_list_for_events, true, 2, 0), Flag(PackageManager__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, true, 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, 'fadein', 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__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_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_phonesky_dumpsys_in_prod_versions, true, 2, 0), Flag(PhoneskyHeader__enable_phonesky_header, true, 2, 0), Flag(PhoneskyHeader__enable_phonesky_header_multiproc_value_store, true, 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) +02-27 07:58:43.000 10733 10756 D GetConfigurationSnapsho: , Flag(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_get_recommended_preinstalls_caller_allowlist, true, 2, 0), Flag(PhoneskySetup__enable_persistent_pause_app_updates_calls, true, 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;com.google.android.xr.setupwizard:EDCFAB6AD5A341370A733D0D0F7FB21F142DB94F26A97BA499602F0A1C891671,5578C495C9DF4B1E2E682C41389B597F949EE1ECDB455F0BB63C9A3B7C0C31F6', 4, 0), Flag(PhoneskySetup__killswitch_early_update, true, 2, 0), Flag(PhoneskySetup__pai_fetch_timeout, 'CB4', 5, 0), Flag(PhoneskySetup__pause_app_updates_caller_allowlist, 'com.android.vending:F0FD6C5B410F25CB25C3B53346C8972FAE30F8EE7411DF910480AD6B2D60DB83,1975B2F17177BC89A5DFF31F9E64A6CAE281A53DC1D1D59B1D147FE1C82AFA00;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;com.google.android.docksetup:09D0F80AC553A679B8B4ACF67EAEC15FB8ABCCED21ECA57765743DF97C7D0F53,301AA3CB081134501C45F1422ABC66C24224FD5DED5FDC8F17E697176FD866AA;com.google.android.xr.setupwizard:EDCFAB6AD5A341370A733D0D0F7FB21F142DB94F26A97BA499602F0A1C891671,5578C495C9DF4B1E2E682C41389B597F949EE1ECDB455F0BB63C9A3B7C0C31F6;com.google.android.apps.wear.companion:48ED0058D1B6638E39A6E4C2DF1C4D5FDF593F696BF31B09A88F93141EAF600F,923FB8D6487101148D8DC0F790115DBA34CF0EA3AA5D3BB074D2D973588C393A;com.google.android.apps.wear.engcompanion:169FA3F01C6E19141961FDCA11118D3B8935955F2DE602E04968E3A1E011B362,CFB0B154CD6160B37220818055250310F8F296FF39F61C9175EC4E30C76F170F', 4, 0), Flag(PhoneskySetup__remove_user_cancel_from_failure_count, true, 2, 0), Flag(PhoneskySetup__skip_pai_config_apk_check, false, 2, 0), Flag(PlayBillingLibraryDiversion__enable_initialize_diversion, false, 2, 0), Flag(PlayCore__enable_app_not_owned_error_code, true, 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, +02-27 07:58:43.000 10733 10756 D GetConfigurationSnapsho: 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, 'CID1JA', 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_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_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, true, 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, true, 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__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_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_dogfood_for_permission_auto_revocation, false, 2, 0), Flag(PlayProtect__enable_feature_6848, false, 2, 0), Flag(PlayProtect__enable_feature_8581, 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_notific +02-27 07:58:43.000 10733 10756 D GetConfigurationSnapsho: ations, 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, true, 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, '', 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__deadline_in_hours, 24, 1, 0), Flag +02-27 07:58:43.000 10733 10756 D GetConfigurationSnapsho: (ProfileInception__enabled_versions, '82880000', 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_update_response_bundle_error_from_service_unavailable, true, 2, 0), Flag(PurchaseHistoryAccountPage__auto_expand_instruction_entries, true, 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(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(RegulatoryCapabilities__enable_flounder_fish_wdp, false, 2, 0), Flag(RegulatoryCapabilities__enable_goblin_shark_wdp, 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_back_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(Schedule +02-27 07:58:43.000 10733 10756 D GetConfigurationSnapsho: r__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, true, 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(SdkLibraries__killswitch_split_metadata_merging_experiment, false, 2, 0), Flag(SearchSuggestCaching__include_icon_size_in_request_url, false, 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, 1, 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_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_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, false, 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, true, 2, 0), Flag(SelfUpdate__kill_switch_immediate_self_update_from_system_version, false, 2, 0), Flag(SelfUpdate__kill_switch_remove_splits_on_samegrade, false, 2, 0), Flag(SelfUpdate__kill_switch_self_update_finished_log_app_data_prefs, 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_installer_data_background, 3, 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_job_store_data_background, 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_running_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(SelfU +02-27 07:58:43.000 10733 10756 D GetConfigurationSnapsho: pdate__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(SemanticDiff__dummy_flag, 100, 1, 0), Flag(ServerNotifications__enable_gentler_restart_for_clear_cache_and_reset_experiments_notification, true, 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(SlideToConfirm__enable_slide_confirmed_label, false, 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__replicate_library_dedupe_in_carsky, 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(TabbedBrowseFragmentBrowseData__normalize_browse_data_handling, true, 2, 0), Flag(TestColorTheme__transparent_background, true, 2, 0), Flag(TestConfig__backend_urls, '', 5, 0), Flag(TestHawkeyeLatencyDetectionFeature__lantency_injection_ms, 0, 1, 0), Flag(TestNonRampable__enable_test_param, false, 2, 0), Flag(TestOnly__check_for_null_account, false, 2, 0), Flag(TestRampableStudyDoc__enable_test_param, false, 2, 0), Flag(TestRampableStudyWithoutPartitions__enable_test_param, 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(TubeskyAutoUpdateV2__enable_tubesky_auto_update_v2, true, 2, 0), Flag(TubeskyAutoUpdateV2__enable_tubesky_idle_relaxation, true, 2, 0), Flag(TubeskyAutoUpdateV2__tubesky_threshold_device_idling, 259200000, 1, 0), Flag(TubeskyDeviceCertification__is_enabled, true, 2, 0), Flag(TubeskyDeviceInteroperability__enable_device_interoperability_v1, 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_pin_auth, true, 2, 0), Flag(TubeskyRapidInstallForAmatiPhase1__is_enabled, 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(TubeskyRapidInstall__enable_rapid_install, true, 2, 0), Flag(TubeskySearchImprovementsPhase2__is_enabled, false, 2, 0), Flag(TubeskySearchImprovements__is_enabled, true, 2, 0), Flag(Tubeskycontinuebutton__is_enabled, true, 2, 0), Flag(TvAcquisitionFlo +02-27 07:58:43.000 10733 10756 D GetConfigurationSnapsho: w__enable_fsub_in_rapid_install, true, 2, 0), Flag(TvAcquisitionFlow__enable_scrollview_for_guidance_column, true, 2, 0), Flag(TvAcquisitionFlow__enable_translucent_window, true, 2, 0), Flag(UiBuilder__enable_loading_as_new_screen, true, 2, 0), Flag(UnacknowledgedPurchaseNotification__enable_unacknowledged_purchase_notification, true, 2, 0), Flag(UnacknowledgedPurchaseNotification__unacknowledged_purchase_notification_minimum_latency, 'CICjBQ', 5, 0), Flag(UnacknowledgedPurchaseNotification__unacknowledged_purchase_notification_override_deadline, 'CIDGCg', 5, 0), Flag(UnauthDebugSettings__signed_android_identity_token, '', 4, 0), Flag(UnauthPaiUpdates__enable_unauth_PAI_app_updates, false, 2, 0), Flag(UnauthUpdates__enable_unauth_manual_update, false, 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_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__enable_narrow_padding_style_for_uninstall_page, false, 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, 'EIDh6xc', 5, 0), Flag(UnivisionDataBatchItemstore__enable, false, 2, 0), Flag(UnivisionDataCustomCombine__enable_for_item_client_state, true, 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, false, 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_cl +02-27 07:58:43.000 10733 10756 D GetConfigurationSnapsho: ickability_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_importance_sort_updates_in_my_apps_updates_per_importance, false, 2, 0), Flag(UpdateImportance__update_importance_update_frequency_threshold_days, 5, 1, 0), Flag(UpdateImportance__update_importance_use_new_update_info_in_notification, true, 2, 0), Flag(UpdateImportance__update_importance_use_update_importance_calculation, true, 2, 0), Flag(UpdateImportance__update_importance_use_update_importance_to_trigger_successful_update_notification, false, 2, 0), Flag(UpdateImportance__update_importance_usefulness_threshold_days, 1, 1, 0), Flag(UseGoogleSansTextForBody__is_enabled, false, 2, 0), Flag(UserLanguagesCodegen__max_background_retries, 7, 1, 0), Flag(UserLanguages__deferred_languages_require_wifi_charging, false, 2, 0), Flag(UserLanguages__kill_switch_split_installs_for_other_apps_on_locale_change, false, 2, 0), Flag(UserLanguages__language_check_after_ota, true, 2, 0), Flag(UserLanguages__network_restriction_for_language_splits, 1, 1, 0), Flag(UserLanguages__user_language_api_fix_emulated_splits, true, 2, 0), Flag(UserlistClearControl__allow_userlist_clear_control, true, 2, 0), Flag(UserlistClearControl__enable_userlist_clear_page_migration, false, 2, 0), Flag(VerifierAutoscanApkStreamingSupport__is_enabled, false, 2, 0), Flag(Verifierbackgroundtasklogging__is_enabled, false, 2, 0), Flag(ViewPagerFrameworks__enable_vp_framework_view_reuse, false, 2, 0), Flag(VrAcquisitionFlow__deprecate_billing_service, true, 2, 0), Flag(VrAcquisitionFlow__enable_2D_flow, true, 2, 0), Flag(WearAcquisitionFlow__enable_wear_free_acquire_remote_escalation, true, 2, 0), Flag(WearAutoUpdate__enable_basic_idle_relaxation_policy, true, 2, 0), Flag(WearDebugOptions__enable_debug_options_menu, false, 2, 0), Flag(WearDebugOptions__kill_switch_debug_options_menu, false, 2, 0), Flag(WearDeferPaginate__is_enabled, true, 2, 0), Flag(WearHygieneOptimization__enable_wear_dependency_optimization, true, 2, 0), Flag(WearPaymentMultiAccount__enable_wear_payment_ah_amb, true, 2, 0), Flag(WearSupport__kill_switch_foreground_wear_update, false, 2, 0), Flag(WearSupport__kill_switch_wear_service, false, 2, 0), Flag(WearSupport__killswitch_foreground_wear_service, false, 2, 0), Flag(WearUserCheckForUpdate__is_enabled, false, 2, 0), Flag(YoutubeUgcVideo__show_youtube_ugc_video_on_dp, false, 2, 0), Flag(YoutubeUgcVideo__ugc_module_above_rr, false, 2, 0), Flag(YtWebPlayerBugfix__enable_yt_web_player_bugfix, true, 2, 0), Flag(Zapp__enable_allow_partial_response, true, 2, 0), Flag(Zapp__enable_authenticated_updates, false, 2, 0), Flag(ZeroRating__enable_zero_rating, false, 2, 0), Flag(finsky.zapp.rate_limit_num_permitted_calls, 5, 1, 0), Flag(finsky.zapp.rate_limit_window_ms, 1000, 1, 0) +02-27 07:58:43.000 10733 10756 D GetConfigurationSnapsho: byFlagStorageType, deleteSet = +02-27 07:58:43.007 10733 10763 I Finsky : [56] lct.h(7): Already at the latest configurations for experiment package com.google.android.finsky.regular. +02-27 07:58:43.474 10733 10760 I Finsky : [53] lct.h(1): Triggered update for experiment package com.google.android.finsky.regular. +02-27 07:58:43.486 10733 10756 D GetConfigurationSnapsho: getFullConfigurations +02-27 07:58:43.496 10733 10756 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(AcquireClientConfig__enable_accessibility_info, false, 2, 0), Flag(AcquirePurchaseCodegen__enable_inapp_purchase_data_list_in_response_bundle, true, 2, 0), Flag(AcquirePurchaseCodegen__enable_new_backend_docid_for_logging_backend, 'CglDTE9VRENBU1QKBE5FU1QKCVdPUktTUEFDRQoQWU9VVFVCRV9DT01NRVJDRQoFT0NFQU4', 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, true, 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(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(AlleyOopDiversion__hsdp_spring_animation_stiffness, 700.0, 3, 0), Flag(AlleyOopExternalTheme__enable_external_callers_theme, true, 2, 0), Flag(AlleyOopInstallBehavior__relaunch_initial_dialog_on_install_cancel, true, 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(AppContentServiceContentFetcherSettings__client_integration_config, 'CjkKC2JvdXlndWVzLXR2EioKGmZyLmJvdXlndWVzdGVsZWNvbS50di5iYnVpEgIKABoCEgAiAiIAKgAKJQoHZGlyZWN0dhIaCgpjb20uYXR0LnR2EgIKABoCEgAiAiIAKgAKMQoOZGlyZWN0di10di1kZXYSHwoPY29tLmF0dC50di5kZnc2EgIKABoCEgAiAiIAKgAKKwoEaXR2eBIjChNhaXIuSVRWTW9iaWxlUGxheWVyEgIKABoCEgAiAiIAKgAKLQoHaXR2eC10dhIiChJ1ay5jby5mcmVldmlldy5pdHYSAgoAGgISACICIgAqAApOCgxtZXJjYWRvLXBsYXkSPgohY29tLm1lcmNhZG9saWJyZS5hbmRyb2lkLm1wbGF5X3R2EgIKABoCEgAiAiIAKg0KCwoAEgcKAgoAEgEBCisKBHBsZXgSIwoTY29tLnBsZXhhcHAuYW5kcm9pZBICCgAaAhIAIgIiACoACiwKCHBsdXRvLXR2EiAKEHR2LnBsdXRvLmFuZHJvaWQSAgoAGgISACICIgAqAAorCgVzbGluZxIiCgljb20uc2xpbmcSAgoAGgISACICIgAqCQoHEgMSAQIiAApHChJzb255LXBpY3R1cmVzLWNvcmUSMQoUY29tLnNvbnlwaWN0dXJlc2NvcmUSAgoAGgISACICIgAqDQoLCgASBwoCCgASAQEKMwoHc29ueWxpdhIoCgtjb20uc29ueWxpdhICCgAaAhIAIgIiACoNCgsKABIHCgIKABIBAQo0CgpzcG90aWZ5LXR2EiYKFmNvbS5zcG90aWZ5LnR2LmFuZHJvaWQSAgoAGgISACICIgAqAAorCgRzdGFuEiMKD2F1LmNvbS5zdGFuLmFuZBICCgAaAgoAGgISACICIgAqAAozCgpzdHYtcGxheWVyEiUKFXR2LnN0di5hbmRyb2lkLnBsYXllchICCgA +02-27 07:58:43.496 10733 10756 D GetConfigurationSnapsho: aAhIAIgIiACoACjIKCHN2dC1wbGF5EiYKFnNlLnN2dC5hbmRyb2lkLnN2dHBsYXkSAgoAGgISACICIgAqAAo5CgZ0ZWxhc2ESLwofY29tLmtkZGkuYW5kcm9pZC5zdGI0a3ZpZGVvcGFzcxICCgAaAhIAIgIiACoACjQKEHRoZS1yb2t1LWNoYW5uZWwSIAoQY29tLnJva3Uud2ViLnRyYxICCgAaAhIAIgIiACoAClQKFHYtZmFzdC1jaGFubmVsLWd0djRvEjwKEmpwLmZhc3R2Lmd0di50dmFwcBICCgAaAhIAIgIiACoaCgsKABIHCgIKABIBAQoLEgcKAgoAEgEDKgAKLQoFdmlkaW8SJAoUY29tLnZpZGlvLmFuZHJvaWQudHYSAgoAGgISACICIgAqAAo1Cgh3YWlwdS10dhIpChBkZS5leGFyaW5nLndhaXB1EgIKABoCEgAiAiIAKgkKBxIDEgECIgAKOgoPeHN0cmVhbS1wbGF5LXR2EicKF3R2LmFpcnRlbC54c3RyZWFtLnR2YXBwEgIKABoCEgAiAiIAKgAKKwoHeHVtby10dhIgChBjb20ueHVtby54dW1vLnR2EgIKABoCEgAiAiIAKgAKSAoKeW91dHViZS1schI6Ch1jb20uZ29vZ2xlLmFuZHJvaWQueW91dHViZS50dhICCgAaAhIAIgIiACoNCgsKABIHCgIKABIBAQo3CgR6ZWU1Ei8KEmNvbS5ncmF5bWF0cml4LmRpZBICCgAaAhIAIgIiACoNCgsKABIHCgIKABIBARJKCgYQBxgBIDISBhABGAAgFCIGEAEYASAUKgIQAzICEAE6AhABSgIQAVICEAFaAhABYggKBhoECgIaAGoCEANyBhABGAEgAnoCEAE', 5, 0), Flag(AppContentServiceContentFetcherSettings__get_home_stream_timeout, 'CAQ', 5, 0), Flag(AppContentServiceContentFetcherSettings__get_home_stream_timeout_in_millis, 2000, 1, 0), Flag(AppContentServiceContentFetcherSettings__get_providers_timeout, 'CAQ', 5, 0), Flag(AppContentServiceContentFetcherSettings__package_name_map, 'CiIKB2F1ZGlibGUSF2NvbS5hdWRpYmxlLmFwcGxpY2F0aW9uChgKB2JldC1ub3cSDWNvbS5iZXQuc2hvd3MKHgoIYmV0LXBsdXMSEmNvbS52aWFjb20uYmV0cGx1cwovCg5jb21lZHktY2VudHJhbBIdY29tLnZtbi5hbmRyb2lkLmNvbWVkeWNlbnRyYWwKNAoOZGlzY292ZXJ5LXBsdXMSImNvbS5kaXNjb3ZlcnkuZGlzY292ZXJ5cGx1cy5tb2JpbGUKFQoEZXBpeBINY29tLmVwaXguZXBpeAodCghlcGl4LW5vdxIRY29tLmVwaXguZXBpeC5ub3cKIQoDZm9kEhphaXIuanAuY28uZnVqaXR2LmZvZHZpZXdlcgofCgpmb3gtbmF0aW9uEhFjb20uZm5nLmZveG5hdGlvbgofCghmb3gtbmV3cxITY29tLmZveG5ld3MuYW5kcm9pZAoWCgdmb3gtbm93Egtjb20uZm94Lm5vdwogCghoYXlzdGFjaxIUY29tLmhheXN0YWNrLmFuZHJvaWQKGgoJaHVsdS1wbHVzEg1jb20uaHVsdS5wbHVzCicKBGpveW4SH2RlLnByb3NpZWJlbnNhdDFkaWdpdGFsLnNldmVudHYKIwoGa29jb3dhEhljb20ua29jb3dhLmFuZHJvaWQubW9iaWxlCikKD21vdmllcy1hbnl3aGVyZRIWY29tLm1vdmllc2FueXdoZXJlLmdvbwofCgNtdHYSGGNvbS5tdHZuLm10dlByaW1lQW5kcm9pZAoQCgRtdWJpEghjb20ubXViaQobCgRva29vEhNmci5mcmFuY2V0di56b3V6b3VzCioKEXBhcmFtb3VudC1uZXR3b3JrEhVjb20udm1uLmFuZHJvaWQuc3Bpa2UKHwoRcGFyYW1vdW50LXBsdXMtY2ESCmNvbS5jYnMuY2EKGwoEcGxleBITY29tLnBsZXhhcHAuYW5kcm9pZAouCglwcm9zaWViZW4SIWRlLnByb3NpZWJlbnNhdDFkaWdpdGFsLnByb3NpZWJlbgooCgpyZWRidWxsLXR2Ehpjb20ubm91c2d1aWRlLmFuZHJvaWQucmJ0dgokCg1yaXZlLWFsYWNhcnRhEhNydHZlLnRhYmxldC5hbmRyb2lkChUKCHNsaW5nLXR2Egljb20uc2xpbmcKFwoEc3RhbhIPYXUuY29tLnN0YW4uYW5kCi4KBXN0YXJ6EiVjb20uYnlkZWx1eGUuZDMuYW5kcm9pZC5wcm9ncmFtLnN0YXJ6ChUKB3R1YmktdHYSCmNvbS50dWJpdHYKHwoGdHdpdGNoEhV0di50d2l0Y2guYW5kcm9pZC5hcHAKGgoDdmgxEhNjb20ubXR2bi52aDFhbmRyb2lkChUKBHh1bW8SDWNvbS54dW1vLnh1bW8', 5, 0), Flag(AppContentService__allowed_package_signatures, 'CmwKKGNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLmF1dG9tb3RpdmUub3NjYXISQEE3Q0MxQzI4NjJGMzhCNDc4RTA2RkZGNzBDNjY4NTk5NjJEQkFBM0U3NEIwNEZEQ0VBMjc4MzMxQzBFNDAzQUIKaQolY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMubmV4dXNsYXVuY2hlchJANEI0RDlBQkRFOEYzRDY5ODc1NThDNzZFMjYxRTZGRTlEM0M3Q0MyOTlFQkVGMjJENTZERjYzMjFEQkFFMzU2MgppCiVjb20uZ29vZ2xlLmFuZHJvaWQuYXBwcy5waXhlbC5zdWJ6ZXJvEkBDNEJDNTE0NDk4NkU5NkVEOTQwMDFFNjM2NTg0NjU1MjRDNTdDM0I4RERBNEEzOUQxOTU3RDlBNzJFNjg5Njkw', 5, 0), Flag(AppContentService__allowed_packages, 'Cidjb20uZ29vZ2xlLmFuZHJvaWQuZ29vZ2xlcXVpY2tzZWFyY2hib3gKKmNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLm1lZGlhaG9tZS5sYXVuY2hlcgoTY29tLmFuZHJvaWQudmVuZGluZwolY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMubmV4dXNsYXVuY2hlcgooY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMuYXV0b21vdGl2ZS5vc2NhcgolY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMucGl4ZWwuc3ViemVybw', 5, 0), Flag(AppContentService__trusted_package_keys, 'Cmljb20uZ29vZ2xlLmFuZHJvaWQucGxheS5lbmdhZ2UudmVyaWZ5YXBwOkQzNEJFMTNBNjI1MDFGNEUwOEJGRjEwNDgzNzg5NjA5RjI1MjFBRUQ1M0VBNDcyNDkyNTlGNzA0RUYwODMwNzU', 5, 0), Flag(AppDependencyInstall__enable_request_install_access_filter, true, 2, 0), Flag(AppDependencyInstall__request_install_access_filter, 'ChRjb20uZ29vZ2xlLmFyLmNvcmV8LQo1Y29tLmdvb2dsZS5hbmRyb2lkLnBsYXkuZ2FtZXN8K2NvbS5nb29nbGUuYW5kcm9pZC5nbXM', 5, 0), Flag(AppDetailsInAppProducts_ +02-27 07:58:43.496 10733 10756 D GetConfigurationSnapsho: _enable_in_app_products_cards_collapsed, false, 2, 0), Flag(AppDetailsInAppProducts__enable_in_app_products_cards_expanded, false, 2, 0), Flag(AppEngageServiceSettings__third_party_content_provider_allowlist, 'Chdjb20uYXVkaWJsZS5hcHBsaWNhdGlvbg', 5, 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(AppOpenDownloadManager__download_manager_notification_heads_up_delay, 'EICjw0c', 5, 0), Flag(AppOpenDownloadManager__enable_app_owner_check, false, 2, 0), Flag(AppOpenDownloadManager__enable_download_manager_notification, false, 2, 0), Flag(AppOpenDownloadManager__enable_download_manager_notification_clear_load, false, 2, 0), Flag(AppOpenDownloadManager__enable_download_manager_notification_see_more_button, false, 2, 0), Flag(AppOpenDownloadManager__enable_dual_channel_download_manager_notification, false, 2, 0), Flag(AppOpenDownloadManager__enable_high_priority_single_channel_download_manager_notification, false, 2, 0), Flag(AppOpenDownloadManager__enable_show_progress_download_manager_notification, false, 2, 0), Flag(AppPack__enable_app_pack, false, 2, 0), Flag(AppRestrictions__app_restrictions_update_message_whitelisted_packages, '+com.samsung.android.knox.kpu,com.aavamobile.oemconfig,com.archos.oemconfig,com.bartec.oemconfig,com.bluebird.android.oemconfig,com.chainway.oemconfig.playstore,com.cipherlab.oemconfig.common,com.crosscall.oemconfig,com.datalogic.oemconfig,com.datalogic.oemconfig.beta,com.datalogic.settings.oemconfig,com.datalogic.settings.oemconfig.beta,com.ecom.ecommanager,com.ecom.econfig.smart,com.ecom.econfig.smart0x,com.ecom.enterprise.oemconfig,com.elotouch.elooemconfig,com.fcnt.arrowsconfig_test,com.fcnt.fun.oemconftestb,com.fcnt.mobile_phone.arrowsconfig,com.fcnt.mobile_phone.arrowsconfig_test,com.fcnt.mobile_phone.seniorcareconfig,com.fcnt.mobile_phone.seniorcareconfig_test,com.fcnt.mobile_phone.swupsetting,com.fcnt.mobile_phone.swupsetting_dl,com.fcnt.mobile_phone.sysoptionsetting,com.fcnt.mobile_phone.sysoptionsetting_test,com.getac.app.getacoemconfig,com.getac.app.oemconfigprivate,com.getac.app.getacoemconfigswprivate,com.getac.app.getacoemconfigswprivate.v2,com.getac.app.oemconfigswsupport,com.google.android.feedbacktestapp,com.handheldgroup.oemconfig.internal,com.honeywell.oemconfig.scanpal,com.handsfree.r5.r5oemconfig,com.hanshow.cart.oemconfig,com.hmdglobal.app.oemconfig,com.hmdglobal.app.oemconfig.n4_2,com.hmdglobal.app.oemconfig.n5_3,com.hmdglobal.app.oemconfig.n7_2,com.hmdglobal.app.staging_oemconfig,com.honeywell.oemconfig,com.honeywell.oemconfig.dev,com.honeywell.oemconfig.qa,com.huawei.mdm.dpc,com.isafemobile.ismconfig,com.iwaylink.oemconfig,com.jlt.oemconfig,com.lenovo.oemconfig.dev,com.lenovo.oemconfig.rel,com.lge.oemconfig,com.microsoft.intune,com.microsoft.oemconfig,com.microsoft.surface.config,com.microsoft.surface.oemconfig,com.microsoft.surface.oemconfig.cnry,com.mobiiot.managedconfigurations,com.motorola.oemconfig.demo,com.motorola.oemconfig.rel,com.motorolasolutions.lexoemconfig,com.oemconfig.janam,com.panasonic.mobile.demo_oemconfig,com.panasonic.mobile.oemconfig,com.panasonic.mobile.oemconfig.internal,com.rhinomobility.config,com.rhinomobility.oemc,com.rhinomobility.oemconfig,com.samsung.android.knox.kpu.beta,com.samsung.android.knox.kpu.demo,com.samsung.android.knox.kpu.poc,com.seuic.seuicoemconfig,com.sonim.oemappconfig,com.spectralink.barcode.service,com.spectralink.buttons,com.spectralink.slnkdevicesettings,com.spectralink.slnkdevicesettingstest,com.spectralink.slnklogger,com.spectralink.slnkvqo,com.st_oct.oemconfigtest,com.unitech.oemconfig,com.unitech.oemconfig.betatest,com.urovo.oemconfig,com.urovo.oemconfigs,com.xiaomi.oemconfig,com.zebra.enrollmentmgr,com.zebra.oemconfig.beta1,com.zebra.oemconfig.common,com.zebra.oemconfig.common.beta,com.zebra.oemconfig.rel +02-27 07:58:43.496 10733 10756 D GetConfigurationSnapsho: ease,com.zebra.oemconfig.workaround,device.apps.emkitagent,ezhu.oemconfig.test,jp.co.sharp.android.shoemconfig,jp.co.sharp.android.shoemconfig2,jp.kyocera.corp.manager,jp.kyocera.enterprisedeviceconfig,net.ezkit.oemconfig,net.m3mobile.app.oemconfig,com.google.android.apps.pixel.configurator', 4, 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_installed_app_info, true, 2, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_max_daily_size_bytes, 2097152, 1, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_max_profile_size_bytes, 1048576, 1, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_sample_threshold, 100, 1, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_snapshot_timeout_seconds, 3, 1, 0), Flag(ArtProfiles__enable_art_upload_app_must_have_code, true, 2, 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(AuthenticationReady__enable_enforce_strong_biometric_auth, 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__auto_update_exclude_foreground_allowlist, 'com.google.android.apps.dreamliner,com.google.android.katniss,com.google.android.apps.mediashell,com.google.android.tv.remote.service,com.google.android.apps.tv.launcherx,com.google.android.apps.nbu.smartconnect.tv,jp.co.sharp.av.android.cocorovision', 4, 0), Flag(AutoUpdateCodegen__cancel_queued_auto_installs_when_disable_auto_update, true, 2, 0), Flag(AutoUpdateCodegen__collect_update_failure_history, true, 2, 0), Flag(AutoUpdateCodegen__dark_launch_server_policy_logging_delay_ms, 10000, 1, 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_pol +02-27 07:58:43.496 10733 10756 D GetConfigurationSnapsho: icy, 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_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_mainline_server_policy, false, 2, 0), Flag(AutoUpdateCodegen__enable_dark_launch_phone_basic_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_global_rapid_autoupdate_policy, true, 2, 0), Flag(AutoUpdateCodegen__enable_gmscore_server_policy, true, 2, 0), Flag(AutoUpdateCodegen__enable_hidden_server_policy, false, 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_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_rapid_server_policy, true, 2, 0), Flag(AutoUpdateCodegen__enable_tv_basic_server_policy, true, 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_ms, 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, false, 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_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_f +02-27 07:58:43.496 10733 10756 D GetConfigurationSnapsho: ailure_history, true, 2, 0), Flag(AutoUpdateCodegen__share_user_auto_update_setting, true, 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, 'CiJjb20uZ29vZ2xlLmFuZHJvaWQuZ21zLnBheS5zaWRlY2FyChZnb3YubW9vc3lsdmFuaWEuZW54LnYzCh1jb20uZ29vZ2xlLmFuZHJvaWQuc2FmZXR5Y29yZQoeY29tLmdvb2dsZS5hbmRyb2lkLmNvbnRhY3RrZXlz', 5, 0), Flag(AutoUpdatePolicies__auto_deploy_disk_space_threshold_bytes, 1073741824, 1, 0), Flag(AutoUpdatePolicies__enable_enx_headless_deployment, false, 2, 0), Flag(AutoUpdatePolicies__enable_gpay_sidecar, false, 2, 0), Flag(AutoUpdatePolicies__enx_headless_allowed_packages, 'ChZnb3YubW9vc3lsdmFuaWEuZW54LnYzChFnb3Yuc2FtcGxlLmVueC52Mw', 5, 0), Flag(AutoUpdatePolicies__gpay_sidecar_dependent_packages, 'ChZjb20uZmVsaWNhbmV0d29ya3MubWZj', 5, 0), Flag(AutoUpdatePolicies__promise_icon_hidden_packages, 'ChZnb3YubW9vc3lsdmFuaWEuZW54LnYzChFnb3Yuc2FtcGxlLmVueC52MwoiY29tLmdvb2dsZS5hbmRyb2lkLmdtcy5wYXkuc2lkZWNhcgoSY29tLmdvb2dsZS5hci5jb3JlCh1jb20uZ29vZ2xlLmFuZHJvaWQuc2FmZXR5Y29yZQoeY29tLmdvb2dsZS5hbmRyb2lkLmNvbnRhY3RrZXlz', 5, 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_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, false, 2, 0), Flag(AutoplayVideos__enable_full_screen_support, false, 2, 0), Flag(AutoplayVideos__enable_overlay_on_pause, true, 2, 0), Flag(AutoplayVideos__enable_video_autoplaying, false, 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, false, 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__avoid_bulk_cancel_deep_links_and_details_requests, false, 2, 0), Flag(AvoidBulkCancelNetworkRequests__avoid_bulk_cancel_image_requests, false, 2, 0), Flag(Battlestar__install_api_killswitch, false, 2, 0), Flag(BmUnauthPaiUpdates__enable_bm_unauth_pai_app_updates, true, 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(BulkGrantEntitlement__enable_bulk_grant_entitlement, true, 2, 0), Flag(BulkGrantEntitlement__enable_logging_purchase_free_acquire_out_of_session, true, 2, 0), Flag(BundleSizeOptimization__enable_uibuilder_activity_saveinstancestate_bundle_log, false, 2, 0), Flag(BundleSizeOptimization__enable_uibuilder_bundle_deduplication, false, 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) +02-27 07:58:43.496 10733 10756 D GetConfigurationSnapsho: , 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, false, 2, 0), Flag(CarPermissions__kill_switch_app_permission_fragment, 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(Checkin__disable_checkin_receiver, 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, false, 2, 0), Flag(CommerceUnifiedLogging__enable_combined_logging, false, 2, 0), Flag(CommerceUnifiedLogging__enable_server_node_logging_for_purchase_background_event, true, 2, 0), Flag(ConfirmPriceChange__enable_bottomsheet, true, 2, 0), Flag(ConsumePurchase__enable_consume_purchase, false, 2, 0), Flag(ContentSync__max_num_retries, 5, 1, 0), Flag(ContentSync__retry_delay, 'CBQ', 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, false, 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(Cubes__is_dogfooder_device, false, 2, 0), Flag(CustomPreInflation__apps_preinflation_card_view_counts, '', 5, 0), Flag(CustomPreInflation__apps_preinflation_card_views, '', 5, 0), Flag(CustomPreInflation__enable_custom_preinflation, false, 2, 0), Flag(CustomPreInflation__enable_home_specific_preinflation, false, 2, 0), Flag(CustomPreInflation__games_preinflation_card_view_counts, '', 5, 0), Flag(CustomPreInflation__games_preinflation_card_views, '', 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(DetailsPageAct +02-27 07:58:43.496 10733 10756 D GetConfigurationSnapsho: ionButtonsPositionProvider__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_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, 'CIQH', 5, 0), Flag(DevTriggeredUpdatesCodegen__item_store_migration, true, 2, 0), Flag(DevTriggeredUpdates__dev_triggered_updates_package_controller, '-', 4, 0), Flag(DeviceAppInfo__log_device_app_info_in_session_data, true, 2, 0), Flag(DeviceAttributesSync__device_attributes_reuse_duration, 'CIDUkwE', 5, 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_devi +02-27 07:58:43.496 10733 10756 D GetConfigurationSnapsho: ce_interoperability_v1, false, 2, 0), Flag(DeviceLockControllerInstallPolicy__enable_device_lock_controller_install_policy, true, 2, 0), Flag(DeviceLockControllerInstallPolicy__enable_device_lock_controller_install_policy_beta_channel_apps, true, 2, 0), Flag(DeviceSettings__enable_device_settings, true, 2, 0), Flag(DeviceSetupCodegen__disable_atl_rro_restore_during_deferred_setup, 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(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, true, 2, 0), Flag(DisableFadeAnimations__disable_fadein_animation, true, 2, 0), Flag(DisablePreRegistrationReleaseNotificationRetries__is_enabled, false, 2, 0), Flag(DisplayApkSize__display_apk_size, true, 2, 0), Flag(DoubleClickPrevention__double_click_prevention_threshold_ms, 700, 1, 0), Flag(DownloadManager__complete_download_when_status_success, true, 2, 0), Flag(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_droidguard_token_generation_for_all_device_classes, false, 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, 10240, 1, 0), Flag(DynamicSplitsCodegen__splitcompat_bypass_storage_check_offset_mb, 300, 1, 0), Flag(DynamicSplitsCodegen__splitcompat_package_controller, '+com.zhiliaoapp.musically,com.ss.android.ugc.trill,com.zhiliaoapp.musically.go,com.ss.android.ugc.now,com.adobe.reader,com.snapchat.android,com.myairtelapp,com.larksuite.suite,com.ss.android.ugc.tiktok.lite,com.lemon.lvoverseas,com.ss.android.tt.creator +02-27 07:58:43.496 10733 10756 D GetConfigurationSnapsho: ,com.google.android.gms', 4, 0), Flag(DynamicSplits__dynamic_split_download_size_threshold_metered, 209715200, 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,com.instagram.lite,com.facebook.mlite,com.facebook.pages.app,com.instagram.barcelona,com.facebook.talk,com.whatsapp,com.whatsapp.w4b,com.facebook.workrooms,com.oculus.twilight', 4, 0), Flag(EcChoice__allow_back_to_return_home, true, 2, 0), Flag(EcChoice__browser_package_ids, '', 5, 0), Flag(EcChoice__elapsed_time_till_trigger, 2000, 1, 0), Flag(EcChoice__enable_ec_choice_flow, false, 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__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(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, true, 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, true, 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, true, 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(EnterpriseInstallPolicies__device_management_install_options_allowlist, ' +02-27 07:58:43.496 10733 10756 D GetConfigurationSnapsho: ChZjb20uZ29vZ2xlLmFuZHJvaWQuZ21z', 5, 0), Flag(EnterprisePrivacyUxImprovements__enable_work_badge_and_install_text, false, 2, 0), Flag(EnterpriseUnifiedUpdateControlsPolicy__enterprise_unified_update_control_system_services_package_names, 'ChVjb20uZ29vZ2xlLmFuZHJvaWQuYXMKHWNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLnNjb25lChpjb20uZ29vZ2xlLmFuZHJvaWQud2VidmlldwoSY29tLmdvb2dsZS5hci5jb3JlChdjb20uZ29vZ2xlLmFuZHJvaWQub2RhZAokY29tLmdvb2dsZS5hbmRyb2lkLnR2cmVjb21tZW5kYXRpb25zChhjb20uZ29vZ2xlLmFuZHJvaWQuZXVpY2MKK2NvbS5nb29nbGUuYW5kcm9pZC53ZWFyYWJsZS5maXRiaXQubWN1LmRhdGEKKGNvbS5nb29nbGUuYW5kcm9pZC5zZXR0aW5ncy5pbnRlbGxpZ2VuY2UKHWNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLnR1cmJvCiJjb20uZ29vZ2xlLmFuZHJvaWQuZ21zLnN1cGVydmlzaW9uChxjb20uZ29vZ2xlLmFuZHJvaWQuZ21zc3lzdGVtCh1jb20uZ29vZ2xlLmFuZHJvaWQuc2FmZXR5Y29yZQoeY29tLmdvb2dsZS5hbmRyb2lkLmNvbnRhY3RrZXlzChljb20uZ29vZ2xlLmFuZHJvaWQuYXMub3NzChhjb20uZ29vZ2xlLmFuZHJvaWQubW9zZXkKG2NvbS5nb29nbGUuYW5kcm9pZC5jYWxsY29yZQoWY29tLmdvb2dsZS5hbmRyb2lkLmdtcw', 5, 0), Flag(EnterpriseUnifiedUpdateControlsPolicy__enterprise_unified_update_policy_auto_update_reasons_to_cancel, 'CgthdXRvX3VwZGF0ZQoUbWFpbmxpbmVfYXV0b191cGRhdGU', 5, 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, false, 2, 0), Flag(ExperimentFramework__enable_device_config_upload_for_all_unauth, false, 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, false, 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(FetchBillingUiInstructions__enable_fetch_billing_ui_instructions, true, 2, 0), Flag(FifeImage__ttl_in_days, 15, 1, 0), Flag(FileByFile__required_fbf_compression_levels, 'CgIGCQ', 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, false, 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, true, 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, +02-27 07:58:43.496 10733 10756 D GetConfigurationSnapsho: 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(GiftingEducationTooltip__one_google_education_for_gifting_end_date, 'COoPEAEYAQ', 5, 0), Flag(GiftingEducationTooltip__one_google_education_for_gifting_start_date, 'COkPEAsYAQ', 5, 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, false, 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, true, 2, 0), Flag(GoogleTvFeatures__enable_read_more_pmtv_playback_banner, false, 2, 0), Flag(GoogleTvFeatures__force_dark_theme, false, 2, 0), Flag(GppOdmlWarnings__is_enabled, true, 2, 0), Flag(GridCluster__recycled_view_pool_size, 8, 1, 0), Flag(Hibernation__flagless_unhibernation_killswitch, false, 2, 0), Flag(HorizontalClusterImpression__disable_extra_layout_space, true, 2, 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_treatment, true, 2, 0), Flag(IconUniformity__enable_vx_treatment, true, 2, 0), Flag(ImageOptimizations__enable_high_quality_tablet_screenshot, false, 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(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, true, 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(InAppMessa +02-27 07:58:43.496 10733 10756 D GetConfigurationSnapsho: ging__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(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__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__enable_inline_video_on_details_page, false, 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, false, 2, 0), Flag(InlineVideo__enable_video_play_icon_click_full_screen_activity, false, 2, 0), Flag(InlineVideo__enable_youtube_update_dialog, false, 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_resolver_unconditional_overwrite_reasons, 'ChNhcHBfbGFuZ3VhZ2VfY2hhbmdlChphcHBfcmVjb3Zlcnlfc3BsaXRfaW5zdGFsbAoSYmF0dGxlc3Rhcl9pbnN0YWxsCgtidWxrX3VwZGF0ZQoaZGV2ZWxvcGVyX3RyaWdnZXJlZF91cGRhdGUKFGRldmljZV9vd25lcl9pbnN0YWxsCgtkc2VfaW5zdGFsbAoMZWFybHlfdXBkYXRlChdlbnRlcnByaXNlX2F1dG9faW5zdGFsbAotZW50ZXJwcmlzZV9hdXRvX2luc3RhbGxfd2l0aG91dF9sYXVuY2hlcl9pY29uCgprZXlfcmVzY3VlChJtYWludGVuYW5jZV93aW5kb3cKEm1hbnVhbF9oaWJlcm5hdGlvbgoWcGFja2FnZV91cGRhdGVfc2VydmljZQoRcGxheV9wcm90ZWN0X2xpbmsKEXJhcGlkX2F1dG9fdXBkYXRlCgtyZWNvbW1lbmRlZAoUcmVtb3RlX2luX2FwcF91cGRhdGUKFHJlbW90ZV91cGRhdGVfcHJvbXB0CilzZWxmX3VwZGF0ZV92aWFfYXV0b191cGRhdGVfZGVidWdfdHJpZ2dlcgosc2VsZl91cGRhdGVfdmlhX2F1dG9fdXBkYXRlX2VudGVycHJpc2Vfc2V0dXAKDnNpbmdsZV9pbnN0YWxsChBzdWdnZXN0ZWRfdXBkYXRlCi1zdWdnZXN0ZWRfdXBkYXRlX21hbGZ1bmN0aW9uaW5nX2FwcF9zdGFsZW5lc3MKBnRpY2tsZQoTdW5hcmNoaXZlX2Jyb2FkY2FzdAoUdW5hcmNoaXZlX2Zyb21fc3RvcmUKDXVuaGliZXJuYXRpb24KFHVzZXJfbGFuZ3VhZ2VfY2hhbmdl', 5, 0), Flag(InstallQueue__run_installs_on_readiness_listener, true, 2, 0), Flag(InstallReferrer__disable_external_referrer_from_installer_data_store, 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__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_previe +02-27 07:58:43.496 10733 10756 D GetConfigurationSnapsho: w_app, false, 2, 0), Flag(InstallerCodegen__disabled_package_logs_install_rejected_instead_of_abandoned, true, 2, 0), Flag(InstallerCodegen__enable_add_checksum, true, 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_checksum_logging, false, 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, true, 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, false, 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_state, 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__stop_samegrades_from_derived_id_zero, true, 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, false, 2, 0), Flag(InstantAppsIntentCreation__use_secure_supervisor_activity_alias_if_available, false, 2, 0), Flag(InstantAppsLaun +02-27 07:58:43.496 10733 10756 D GetConfigurationSnapsho: chKeys__construct_launch_intent_from_launch_key, false, 2, 0), Flag(InstantAppsLaunchKeys__disable_default_url_fallback, false, 2, 0), Flag(InstantAppsLaunchKeys__enable_launch_key_decoding, false, 2, 0), Flag(InstantAppsLaunchKeys__enable_launch_key_opt_in_state_checking, false, 2, 0), Flag(InstantAppsLaunchKeys__enable_launch_keys_for_details_page_and_launch_api, false, 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, false, 2, 0), Flag(InstantAppsSupervisor__killswitch_remove_supervisor_on_o, false, 2, 0), Flag(InstantAppsSupervisor__remove_supervisor, true, 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, false, 2, 0), Flag(InstantAppsTryNowVisibility__enable_try_now_on_tubesky, true, 2, 0), Flag(InstantAppsTv__enable_android_tv_compatibility, true, 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, false, 2, 0), Flag(InstantCartClientCacheBoost__ignore_developer_id, true, 2, 0), Flag(InstantCart__add_sku_details_token_from_prefetchable_acquisition, 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, true, 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, 'CgVCT09LUwoIUExBWVBBU1M', 5, 0), Flag(InstantCart__enable_new_cache_key_in_acquire_cache, true, 2, 0), Flag(InstantCart__enable_prefetch_for_yt_product_dummy, 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__app_access_risk_other_apps_capturing_signals, 'CgUEQxMPFQ', 5, 0), Flag(IntegrityService__app_access_risk_other_apps_controlling_signals, 'CgEI', 5, 0), Flag(IntegrityService__app_access_risk_play_or_system_apps_capturing_signals, 'CgUDBRIOFA', 5, 0), Flag(IntegrityService__app_access_risk_play_or_system_apps_controlling_signals, 'CgEH', 5, 0), Flag(IntegrityService__default_rate_limit_threshold, 5, 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, true, 2, 0), Flag(IntegrityService__enable_hygiene_job, false, 2, 0), Flag(IntegrityService__higher_rate_limit_packages, 'Cihjb20uZ29vZ2xlLmFuZHJvaWQuYXBwcy5wcml2YWN5LndpbGRsaWZl', 5, 0), Flag(IntegrityService__higher_rate_limit_threshold, 20, 1, 0), Flag(IntegrityS +02-27 07:58:43.496 10733 10756 D GetConfigurationSnapsho: ervice__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__other_apps_overlay_signals, 'CgEE', 5, 0), Flag(IntegrityService__pass_droidguard_flow_name_to_pgs, true, 2, 0), Flag(IntegrityService__play_or_system_apps_overlay_signals, 'CgED', 5, 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, true, 2, 0), Flag(KidsAlleyOop__enable_flag_item, false, 2, 0), Flag(KidsAlleyOop__enable_policy_footer, true, 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(LandscapeBuyFlow__enable_launching_instrument_manager_in_full_screen_for_all_flows, false, 2, 0), Flag(LandscapeBuyFlow__enable_launching_instrument_manager_in_full_screen_for_fopless_user, false, 2, 0), Flag(LandscapeBuyFlow__enable_launching_instrument_manager_in_full_screen_for_in_app_purchase, false, 2, 0), Flag(LandscapeBuyFlow__landscape_buy_flow_test_codes, 'CgKtWA', 5, 0), Flag(LanguageSwitcher__enable_ulp_data_fetch, false, 2, 0), Flag(LanguageSwitcher__ulp_testing_override, '', 5, 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(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__populate_empty_purchase_data, true, 2, 0), Flag(LibraryModule__set_read_consistency_in_phonesky, true, 2, 0), Flag(Libraryentryignoredoctype__is_enabled, false, 2, 0), Flag(LicensingServiceV1Logging__is_enabled, false, 2, 0), Flag(Licensing__allowed_installer_package_names, 'ChNjb20uYW5kcm9pZC52ZW5kaW5nChljb20uc2VjLmFuZHJvaWQuZWFzeU1vdmVy', 5, 0), Flag(Licensing__enable_install_source_enforcement_in_phonesky, 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, false, 2, 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(Log +02-27 07:58:43.496 10733 10756 D GetConfigurationSnapsho: Optimization__killswitch_deprecate_latency_events, true, 2, 0), Flag(LogOptimization__killswitch_remove_deprecated_events, 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, '+', 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, 'always_allow', 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(Mainline__duration_before_mainline_is_stale, 'CIDnhA8', 5, 0), Flag(Mainline__enable_autoupdate_manual_check, true, 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__reboot_interval_end_hour, 5, 1, 0), Flag(Mainline__reboot_interval_start_hour, 1, 1, 0), Flag(Mainline__replace_userspace_reboot_by_resume_on_reboot, true, 2, 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), 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_af +02-27 07:58:43.496 10733 10756 D GetConfigurationSnapsho: fordance_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, true, 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(NotificationClickability__enable_report_stats, 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__battlestar_beta_bump_notification_timeout, 'CAE', 5, 0), Flag(Notifications__dedup_impressions, true, 2, 0), Flag(Notifications__disable_updates_completion_channel_shrinking, false, 2, 0), Flag(Notifications__enable_adding_manage_notifications_cta_to_all_fg_notifications, false, 2, 0), Flag(Notifications__enable_logging_notification_updates, true, 2, 0), Flag(Notifications__enable_noti +02-27 07:58:43.496 10733 10756 D GetConfigurationSnapsho: fication_for_apps_with_active_subscriptions_v2, 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, 'Cg5TSU5HTEVfSU5TVEFMTAoLQVVUT19VUERBVEUKC0JVTEtfVVBEQVRF', 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, 350, 1, 0), Flag(OpenActionButton__enable_ads_click_tracking, false, 2, 0), Flag(OpenAppLinkLaunchLogging__is_enabled, false, 2, 0), Flag(OrsonDetailPage__enable_orson_detail_page, true, 2, 0), Flag(OutOfAppExperienceClientFeatures__enable_billing_account_mismatch_check, false, 2, 0), Flag(OutOfAppPurchasableInAppProductFeatures__pass_grantable_voucher_token_to_purchase_flow, true, 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(P2p__check_all_packages_for_uid, false, 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_extra_not_installable_reason_codes, true, 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, false, 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, false, 2, 0), Flag(P2p__enable_p2p_offline_page_entrypoint, false, 2, 0), Flag(P2p__enable_p2p_restore_hidden_apps_check, true, 2, 0), Flag(P2p__enable_p2p_session_cleanup, false, 2, 0), Flag(P2p__enable_p2p_vanilla_receiver_send_apps, false, 2, 0), Flag(P2p__enable_p2p_vanilla_send_more_apps, false, 2, 0), Flag(P2p__enable_p2p_vanilla_sharing, false, 2, 0), Flag(P2p__enable_peer_to_peer_app_sharing_api, false, 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, false, 2, 0), Flag(P2p__highest_enabled_api_version, 2, 1, 0), Flag(P2p__p2p_app_listing_eligibility, false, 2, 0), Flag(P2p__p2p_blocklisted_packages, '', 5, 0), Flag(P2p__p2p_corp_account_gate_passed, false, 2, 0), Flag(P2p__p2p_default_api_caller_allowlist, '', 5, 0), Flag(P2p__p2p_destination_protocol_version, 3, 1, 0), Flag(P2p__p2p_enable_aadc_restrictions_api, true, 2, 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, '', 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, false, 2, +02-27 07:58:43.496 10733 10756 D GetConfigurationSnapsho: 0), Flag(P2p__p2p_unknown_age_is_under_eighteen, true, 2, 0), Flag(P2p__p2p_updates_api_caller_allowlist, '', 5, 0), Flag(P2p__p2p_use_strict_availability_policies, true, 2, 0), Flag(P2p__use_abi_info_from_frosting, false, 2, 0), Flag(P2p__use_apk_results_list_for_events, true, 2, 0), Flag(PackageManager__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, true, 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, 'fadein', 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__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_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_phonesky_dumpsys_in_prod_versions, true, 2, 0), Flag(PhoneskyHeader__enable_phonesky_header, true, 2, 0), Flag(PhoneskyHeader__enable_phonesky_header_multiproc_value_store, true, 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) +02-27 07:58:43.496 10733 10756 D GetConfigurationSnapsho: , Flag(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_get_recommended_preinstalls_caller_allowlist, true, 2, 0), Flag(PhoneskySetup__enable_persistent_pause_app_updates_calls, true, 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;com.google.android.xr.setupwizard:EDCFAB6AD5A341370A733D0D0F7FB21F142DB94F26A97BA499602F0A1C891671,5578C495C9DF4B1E2E682C41389B597F949EE1ECDB455F0BB63C9A3B7C0C31F6', 4, 0), Flag(PhoneskySetup__killswitch_early_update, true, 2, 0), Flag(PhoneskySetup__pai_fetch_timeout, 'CB4', 5, 0), Flag(PhoneskySetup__pause_app_updates_caller_allowlist, 'com.android.vending:F0FD6C5B410F25CB25C3B53346C8972FAE30F8EE7411DF910480AD6B2D60DB83,1975B2F17177BC89A5DFF31F9E64A6CAE281A53DC1D1D59B1D147FE1C82AFA00;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;com.google.android.docksetup:09D0F80AC553A679B8B4ACF67EAEC15FB8ABCCED21ECA57765743DF97C7D0F53,301AA3CB081134501C45F1422ABC66C24224FD5DED5FDC8F17E697176FD866AA;com.google.android.xr.setupwizard:EDCFAB6AD5A341370A733D0D0F7FB21F142DB94F26A97BA499602F0A1C891671,5578C495C9DF4B1E2E682C41389B597F949EE1ECDB455F0BB63C9A3B7C0C31F6;com.google.android.apps.wear.companion:48ED0058D1B6638E39A6E4C2DF1C4D5FDF593F696BF31B09A88F93141EAF600F,923FB8D6487101148D8DC0F790115DBA34CF0EA3AA5D3BB074D2D973588C393A;com.google.android.apps.wear.engcompanion:169FA3F01C6E19141961FDCA11118D3B8935955F2DE602E04968E3A1E011B362,CFB0B154CD6160B37220818055250310F8F296FF39F61C9175EC4E30C76F170F', 4, 0), Flag(PhoneskySetup__remove_user_cancel_from_failure_count, true, 2, 0), Flag(PhoneskySetup__skip_pai_config_apk_check, false, 2, 0), Flag(PlayBillingLibraryDiversion__enable_initialize_diversion, false, 2, 0), Flag(PlayCore__enable_app_not_owned_error_code, true, 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, +02-27 07:58:43.496 10733 10756 D GetConfigurationSnapsho: 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, 'CID1JA', 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_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_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, true, 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, true, 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__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_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_dogfood_for_permission_auto_revocation, false, 2, 0), Flag(PlayProtect__enable_feature_6848, false, 2, 0), Flag(PlayProtect__enable_feature_8581, 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_notific +02-27 07:58:43.496 10733 10756 D GetConfigurationSnapsho: ations, 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, true, 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, '', 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__deadline_in_hours, 24, 1, 0), Flag +02-27 07:58:43.496 10733 10756 D GetConfigurationSnapsho: (ProfileInception__enabled_versions, '82880000', 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_update_response_bundle_error_from_service_unavailable, true, 2, 0), Flag(PurchaseHistoryAccountPage__auto_expand_instruction_entries, true, 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(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(RegulatoryCapabilities__enable_flounder_fish_wdp, false, 2, 0), Flag(RegulatoryCapabilities__enable_goblin_shark_wdp, 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_back_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(Schedule +02-27 07:58:43.496 10733 10756 D GetConfigurationSnapsho: r__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, true, 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(SdkLibraries__killswitch_split_metadata_merging_experiment, false, 2, 0), Flag(SearchSuggestCaching__include_icon_size_in_request_url, false, 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, 1, 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_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_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, false, 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, true, 2, 0), Flag(SelfUpdate__kill_switch_immediate_self_update_from_system_version, false, 2, 0), Flag(SelfUpdate__kill_switch_remove_splits_on_samegrade, false, 2, 0), Flag(SelfUpdate__kill_switch_self_update_finished_log_app_data_prefs, 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_installer_data_background, 3, 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_job_store_data_background, 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_running_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(SelfU +02-27 07:58:43.496 10733 10756 D GetConfigurationSnapsho: pdate__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(SemanticDiff__dummy_flag, 100, 1, 0), Flag(ServerNotifications__enable_gentler_restart_for_clear_cache_and_reset_experiments_notification, true, 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(SlideToConfirm__enable_slide_confirmed_label, false, 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__replicate_library_dedupe_in_carsky, 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(TabbedBrowseFragmentBrowseData__normalize_browse_data_handling, true, 2, 0), Flag(TestColorTheme__transparent_background, true, 2, 0), Flag(TestConfig__backend_urls, '', 5, 0), Flag(TestHawkeyeLatencyDetectionFeature__lantency_injection_ms, 0, 1, 0), Flag(TestNonRampable__enable_test_param, false, 2, 0), Flag(TestOnly__check_for_null_account, false, 2, 0), Flag(TestRampableStudyDoc__enable_test_param, false, 2, 0), Flag(TestRampableStudyWithoutPartitions__enable_test_param, 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(TubeskyAutoUpdateV2__enable_tubesky_auto_update_v2, true, 2, 0), Flag(TubeskyAutoUpdateV2__enable_tubesky_idle_relaxation, true, 2, 0), Flag(TubeskyAutoUpdateV2__tubesky_threshold_device_idling, 259200000, 1, 0), Flag(TubeskyDeviceCertification__is_enabled, true, 2, 0), Flag(TubeskyDeviceInteroperability__enable_device_interoperability_v1, 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_pin_auth, true, 2, 0), Flag(TubeskyRapidInstallForAmatiPhase1__is_enabled, 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(TubeskyRapidInstall__enable_rapid_install, true, 2, 0), Flag(TubeskySearchImprovementsPhase2__is_enabled, false, 2, 0), Flag(TubeskySearchImprovements__is_enabled, true, 2, 0), Flag(Tubeskycontinuebutton__is_enabled, true, 2, 0), Flag(TvAcquisitionFlo +02-27 07:58:43.496 10733 10756 D GetConfigurationSnapsho: w__enable_fsub_in_rapid_install, true, 2, 0), Flag(TvAcquisitionFlow__enable_scrollview_for_guidance_column, true, 2, 0), Flag(TvAcquisitionFlow__enable_translucent_window, true, 2, 0), Flag(UiBuilder__enable_loading_as_new_screen, true, 2, 0), Flag(UnacknowledgedPurchaseNotification__enable_unacknowledged_purchase_notification, true, 2, 0), Flag(UnacknowledgedPurchaseNotification__unacknowledged_purchase_notification_minimum_latency, 'CICjBQ', 5, 0), Flag(UnacknowledgedPurchaseNotification__unacknowledged_purchase_notification_override_deadline, 'CIDGCg', 5, 0), Flag(UnauthDebugSettings__signed_android_identity_token, '', 4, 0), Flag(UnauthPaiUpdates__enable_unauth_PAI_app_updates, false, 2, 0), Flag(UnauthUpdates__enable_unauth_manual_update, false, 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_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__enable_narrow_padding_style_for_uninstall_page, false, 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, 'EIDh6xc', 5, 0), Flag(UnivisionDataBatchItemstore__enable, false, 2, 0), Flag(UnivisionDataCustomCombine__enable_for_item_client_state, true, 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, false, 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_cl +02-27 07:58:43.496 10733 10756 D GetConfigurationSnapsho: ickability_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_importance_sort_updates_in_my_apps_updates_per_importance, false, 2, 0), Flag(UpdateImportance__update_importance_update_frequency_threshold_days, 5, 1, 0), Flag(UpdateImportance__update_importance_use_new_update_info_in_notification, true, 2, 0), Flag(UpdateImportance__update_importance_use_update_importance_calculation, true, 2, 0), Flag(UpdateImportance__update_importance_use_update_importance_to_trigger_successful_update_notification, false, 2, 0), Flag(UpdateImportance__update_importance_usefulness_threshold_days, 1, 1, 0), Flag(UseGoogleSansTextForBody__is_enabled, false, 2, 0), Flag(UserLanguagesCodegen__max_background_retries, 7, 1, 0), Flag(UserLanguages__deferred_languages_require_wifi_charging, false, 2, 0), Flag(UserLanguages__kill_switch_split_installs_for_other_apps_on_locale_change, false, 2, 0), Flag(UserLanguages__language_check_after_ota, true, 2, 0), Flag(UserLanguages__network_restriction_for_language_splits, 1, 1, 0), Flag(UserLanguages__user_language_api_fix_emulated_splits, true, 2, 0), Flag(UserlistClearControl__allow_userlist_clear_control, true, 2, 0), Flag(UserlistClearControl__enable_userlist_clear_page_migration, false, 2, 0), Flag(VerifierAutoscanApkStreamingSupport__is_enabled, false, 2, 0), Flag(Verifierbackgroundtasklogging__is_enabled, false, 2, 0), Flag(ViewPagerFrameworks__enable_vp_framework_view_reuse, false, 2, 0), Flag(VrAcquisitionFlow__deprecate_billing_service, true, 2, 0), Flag(VrAcquisitionFlow__enable_2D_flow, true, 2, 0), Flag(WearAcquisitionFlow__enable_wear_free_acquire_remote_escalation, true, 2, 0), Flag(WearAutoUpdate__enable_basic_idle_relaxation_policy, true, 2, 0), Flag(WearDebugOptions__enable_debug_options_menu, false, 2, 0), Flag(WearDebugOptions__kill_switch_debug_options_menu, false, 2, 0), Flag(WearDeferPaginate__is_enabled, true, 2, 0), Flag(WearHygieneOptimization__enable_wear_dependency_optimization, true, 2, 0), Flag(WearPaymentMultiAccount__enable_wear_payment_ah_amb, true, 2, 0), Flag(WearSupport__kill_switch_foreground_wear_update, false, 2, 0), Flag(WearSupport__kill_switch_wear_service, false, 2, 0), Flag(WearSupport__killswitch_foreground_wear_service, false, 2, 0), Flag(WearUserCheckForUpdate__is_enabled, false, 2, 0), Flag(YoutubeUgcVideo__show_youtube_ugc_video_on_dp, false, 2, 0), Flag(YoutubeUgcVideo__ugc_module_above_rr, false, 2, 0), Flag(YtWebPlayerBugfix__enable_yt_web_player_bugfix, true, 2, 0), Flag(Zapp__enable_allow_partial_response, true, 2, 0), Flag(Zapp__enable_authenticated_updates, false, 2, 0), Flag(ZeroRating__enable_zero_rating, false, 2, 0), Flag(finsky.zapp.rate_limit_num_permitted_calls, 5, 1, 0), Flag(finsky.zapp.rate_limit_window_ms, 1000, 1, 0) +02-27 07:58:43.496 10733 10756 D GetConfigurationSnapsho: byFlagStorageType, deleteSet = +02-27 07:58:43.500 10733 10760 I Finsky : [53] lct.h(7): Already at the latest configurations for experiment package com.google.android.finsky.regular. +02-27 07:58:43.500 10733 10764 I Finsky : [57] lct.h(1): Triggered update for experiment package com.google.android.finsky.stable. +02-27 07:58:43.508 10733 10756 D GetConfigurationSnapsho: getFullConfigurations +02-27 07:58:43.513 10733 10756 D GetConfigurationSnapsho: byFlagStorageType, addSet = Flag(AlleyOopMigrateToHsdpV1__hsdp_caller_opt_in_check_bypass_list, 'com.instagram.android,com.facebook.katana,com.facebook.wakizashi,com.ss.android.ugc.trill,com.zhiliaoapp.musically,com.snapchat.android,com.google.android.gms,com.android.chrome,com.chrome.beta,com.chrome.canary,com.chrome.dev,com.fitbit.FitbitMobile,com.google.android.apps.fitness,com.google.android.apps.kids.home,com.google.android.apps.mediahome.launcher,com.google.android.apps.messaging,com.google.android.apps.nexuslauncher,com.google.android.apps.wear.companion,com.google.android.apps.youtube.creator,com.google.android.apps.youtube.gaming,com.google.android.apps.youtube.kids,com.google.android.apps.youtube.mango,com.google.android.apps.youtube.music,com.google.android.apps.youtube.vr,com.google.android.contacts,com.google.android.dialer,com.google.android.youtube,com.google.android.youtube.tv,com.google.android.vr.home,com.google.android.vr.home.dev,com.google.android.googlequicksearchbox,com.google.android.play.games,com.google.android.apps.chromecast.app,com.google.android.instantapps.supervisor,com.google.android.videos,com.google.android.apps.freighter,com.google.android.apps.freighter.beta,com.google.android.apps.travel.onthego,com.google.android.inputmethod.latin,com.google.android.inputmethod.latin.dev,com.google.android.inputmethod.latin.canary,com.google.vr.apps.ornament,com.google.vr.apps.ornament.dev,com.google.android.apps.vega,com.google.android.apps.tycho,com.google.ar.lens,com.google.ar.lens.dev,com.google.android.apps.dreamliner,com.google.android.deskclock,com.google.android.apps.tachyon,com.google.android.gm,com.google.samples.apps.cardboarddemo,com.google.vr.cardboard.paperscope,com.google.android.apps.tips,com.google.android.apps.nbu.files', 4, 0), Flag(AlleyOopOnItemModelStable__custom_detailed_page_app_id_exclusion_list, 'Chdjb20ua2luZy5jYW5keWNydXNoc2FnYQoKY29tLmV0ZXJubwoYY29tLmJ5anVzLnRoZWxlYXJuaW5nYXBwChVjb20uY29udGV4dGxvZ2ljLndpc2g', 5, 0), Flag(AppActivityLoggingNoticeUi__is_enabled, false, 2, 0), Flag(AppOpenDownloadManagerStable__download_manager_notification_heads_up_delay, 'EICjw0c', 5, 0), Flag(AppOpenDownloadManagerStable__download_manager_notification_heads_up_throttle_duration, 'CDw', 5, 0), Flag(AppsHub__new_badge_max_sessions, 2, 1, 0), 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, false, 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, 'getAndroidTvZeroSearchStream', 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, false, 2, 0), Flag(AutoUpdate__enable_atomic_install_cancel_oversample, true, 2, 0), Flag(AutoUpdate__enable_atomic_install_content_sync_stable, false, 2, 0), Flag(AutoUpdate__enable_atomic_install_high_priority_update_stable, false, 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_ +02-27 07:58:43.513 10733 10756 D GetConfigurationSnapsho: 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(Billing__direct_purchase_api_caller_allowlist_for_apps, 'Chpjb20uZ29vZ2xlLmFuZHJvaWQudnIuaG9tZQoqY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMuZW50ZXJwcmlzZS5kbWFnZW50CiZjb20uZ29vZ2xlLmFuZHJvaWQucHJvamVjdGlvbi5nZWFyaGVhZAoWY29tLmdvb2dsZS5hbmRyb2lkLmdtcw', 5, 0), Flag(Billing__enable_pin_preferred_battlestar_purchase_flow, false, 2, 0), Flag(Billing__enable_subscription_instrument_update, true, 2, 0), Flag(Billing__enable_third_party_direct_purchases, false, 2, 0), Flag(Billing__enable_third_party_subscription_instrument_update, false, 2, 0), Flag(Billing__enable_using_rpc_endpoint_wrapper, true, 2, 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, false, 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, true, 2, 0), Flag(BooksExperiments__enabled_series_subscription, true, 2, 0), Flag(BooksExperiments__update_to_get_for_free, true, 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(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, true, 2, 0), Flag(CashmereAppSync__enable_app_sync_pcsi_logging, true, 2, 0), Flag(CashmereAppSync__enable_cashmere_serp_app_sync, true, 2, 0), Flag(CashmereAppSync__killswitch_pcsi_power_user_classification_logging, false, 2, 0), Flag(CashmereAppSync__serp_app_sync_app_fields, 'Ch4BAgMEBQYICQoLDQ4WGxwdHh8gIiMsMDE1OUBLXmA', 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, 25, 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), +02-27 07:58:43.513 10733 10756 D GetConfigurationSnapsho: 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, false, 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, true, 2, 0), Flag(CrossFormFactorInstall__enable_filter_device_without_installation_details, true, 2, 0), Flag(CrossFormFactorInstall__enable_is_nearby_logging, true, 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, false, 2, 0), Flag(CrossFormFactorInstall__enable_xff_install_on_alleyoop, false, 2, 0), Flag(CrossFormFactorInstall__enable_xff_install_ui, 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, false, 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(DarkTheme__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(DataLoader__dataloader_native_libraries_check, true, 2, 0), Flag(DataLoader__disable_on_install_loop, false, 2, 0), Flag(DataLoader__disable_streaming_for_returning_users, false, 2, 0), Flag(DataLoader__downloader_network_read_buffer_bytes, 1048576, 1, 0), Flag(DataLoader__downloader_network_read_timeout_ms, 20000, 1, 0), Flag(DataLoader__enable_aadc_for_logging, true, 2, 0), Flag(DataLoader__enable_aadc_for_ui, true, 2, 0), Flag(DataLoader__enable_auto_update_on_incomplete_incrementals, true, 2, 0), Flag(DataLoader__enable_dataloader_failure_record, true, 2, 0), Flag(DataLoader__enable_dataloader_v2, true, 2, 0), Flag(DataLoader__enable_educational_tooltip, 'none', 4, 0), Flag(DataLoader__enable_feature_detection_hygiene, false, 2, 0), Flag(DataLoader__enable_incremental_dataloader, false, 2, 0), Flag(DataLoader__enable_incremental_nugget_installation, false, 2, 0), Flag(DataLoader__enable_incremental_progress_spinner, true, 2, 0), Flag(DataLoader__enable_incremental_progress_spinner_animation, false, 2, 0), Flag(DataLoader__enable_java_dataloader, true, 2, 0), Flag(DataLoader__ena +02-27 07:58:43.513 10733 10756 D GetConfigurationSnapsho: ble_lightning_bolt_icon, false, 2, 0), Flag(DataLoader__enable_notification_buttons, true, 2, 0), Flag(DataLoader__enable_performance_metrics, true, 2, 0), Flag(DataLoader__enable_performance_metrics_install_session_id_log, true, 2, 0), Flag(DataLoader__enable_performance_metrics_package_monitor_events, true, 2, 0), Flag(DataLoader__enable_prod_readlog_notice, false, 2, 0), Flag(DataLoader__enable_readlog_format_v3_for_read_logs_session, false, 2, 0), Flag(DataLoader__enable_readlog_format_v3_for_streaming_session, true, 2, 0), Flag(DataLoader__enable_selinux_patch_check, false, 2, 0), Flag(DataLoader__install_failures_per_app_threshold, 1, 1, 0), Flag(DataLoader__install_failures_threshold, 3, 1, 0), Flag(DataLoader__install_loop_threshold_seconds, 86400, 1, 0), Flag(DataLoader__killswitch_incremental_dataloader, true, 2, 0), Flag(DataLoader__known_external_digesters, 'ChkKF2NvbS5haG5sYWIudjNtb2JpbGVwbHVzChsKGWNvbS50cmFuc3Npb24ucGhvbmVtYXN0ZXIKLAoqY29tLnNlY3VyaXR5YW5kcHJpdmFjeS5hbmRyb2lkLnZlcml6b24udm1zChgKFmNvbS5jbGVhbnRlYW0ub25lYm9vc3QKIgogY29tLmF2YXN0LmFuZHJvaWQubW9iaWxlc2VjdXJpdHkKKwopY29tLnJvb3QuY2xlYW4uYm9vc3QuZXhwbG9yZXIuZmlsZW1hbmFnZXIKDQoLY29tLmxvb2tvdXQKDwoNY29tLmFudGl2aXJ1cwoOCgxjb20ua21zLmZyZWUKHQobY29tLndzYW5kcm9pZC5zdWl0ZS50bW9iaWxlChgKFmNvbS5hdHQubW9iaWxlc2VjdXJpdHkKGgoYY29tLm5veGdyb3VwLmFwcC5jbGVhbmVyChkKF2NvbS5oeXVuZGFpY2FyZC5hcHBjYXJkCh0KG2NvbS5zeW1hbnRlYy5tb2JpbGVzZWN1cml0eQobChljb20uY2xlYW50ZWFtLm9uZXNlY3VyaXR5CiIKIGNvbS5hcHBzaW5ub3ZhLmFuZHJvaWQua2VlcGNsZWFuCjcKNXBob25lY2xlYW5lci5hbmRyb2lkbWFzdGVyLmNsZWFudXBzcGFjZS5waG9uZS5ib29zdGVyChMKEWNvbS5lc3Rzb2Z0LmFseWFjChwKGmNvbS50b29sLnBvd2VyLnN3ZWVwLmNsZWFuChUKE2NvbS53c2FuZHJvaWQuc3VpdGUKIgogY29tLmFobmxhYi52M21vYmlsZXNlY3VyaXR5LnNvZGEKGwoZY29tLm5veGdyb3VwLmFwcC5zZWN1cml0eQonCiVjb20uZmlsZS5leHBsb3Jlci5tYW5hZ2VyLnNwYWNlLmNsZWFuChIKEGNvbS5wc2FmZS5tc3VpdGUKHAoaa3IuY28uc2hpZnR3b3Jrcy52Z3VhcmR3ZWIKEgoQbmV0Lm5zaGMuZHJvaWR4MwofCh1jb20uY2xlYW5lci5ib29zdC5qdW5rLnN5c3RlbQobChljb20uYXZhc3QuYW5kcm9pZC5jbGVhbmVyChIKEGNvbS52aXJ1cy5odW50ZXIKEQoPY29tLmF2Zy5jbGVhbmVyChUKE2Zhc3Quc2FmZS5ndWFyZC52cG4KHgocb3JnLm1hbHdhcmVieXRlcy5hbnRpbWFsd2FyZQoSChBmYXN0LnBob25lLmNsZWFuChgKFmNvbS5jbGVhbm1hc3Rlci5tZ3VhcmQKEgoQY29tLmVzZXQuZW1zMi5ncAozCjFjb20uYW50aXZpcnVzLm1vYmlsZXNlY3VyaXR5LnZpcnVzY2xlYW5lci5hcHBsb2NrChEKD2NvbS50cGxpbmsudHBtNQoZChdjb20uaWNsZWFuLm1hc3Rlci5ib29zdAoTChFjb20uYXZpcmEuYW5kcm9pZAoeChxqcC5jby55YWhvby5hbmRyb2lkLnlicm93c2VyCiEKH2NvbS5mcmVlLnZwbi5zdXBlci5ob3RzcG90Lm9wZW4KGgoYY29tLmJpdGRlZmVuZGVyLnNlY3VyaXR5CgsKCWNvbS5kcndlYgoyCjBjb20udHJlbmRtaWNyby50bW1zcGVyc29uYWwuanAuZ29vZ2xlcGxheXZlcnNpb24KLAoqY2xlYW4ucGhvbmUuY2xlYW5lci5ib29zdC5zZWN1cml0eS5hcHBsb2NrChkKF2NvbS5sdWRhc2hpLnhzdXBlcmNsZWFuCh4KHGNvbS5zZWN1cml0eS5hbnRpdmlydXMuY2xlYW4KIQofY29tLnN1cmZzaGFyay52cG5jbGllbnQuYW5kcm9pZAooCiZmYW5jeWNsZWFuLmJvb3N0LmFudGl2aXJ1cy5qdW5rY2xlYW5lcgoaChhjb20ubm94Z3JvdXAuYXBwLmJvb3N0ZXIKIgogY29tLnNjYW52aXJ1cy5hbnRpdmlydXMuc2VjdXJpdHkKLQorY29tLm5ld2NsZWFuLmNsZWFuZXIuc2VjdXJpdHkuYm9vc3Rlci5ib29zdAoUChJjb20ucWlob28uc2VjdXJpdHkKLAoqY29tLmZpbGVtYW5hZ2VyLmZpbGVzLmV4cGxvcmVyLmJvb3N0LmNsZWFuCicKJXBob25lLmNsZWFuZXIuYW50aXZpcnVzLnNwZWVkLmJvb3N0ZXIKEwoRY29tLnZpcnVzLnJlbW92ZXIKMAouY29tLmRvZG8uY2xlYW4ubWFzdGVyLmJhdHRlcnkuc2F2ZXIuY3B1LmNvb2xlZAobChljb20ubGd1cGx1cy5ibG9ja3NtaXNoaW5nChoKGGNvbS5jbGVhbm1hc3Rlci5zZWN1cml0eQogCh5jb20ucmVsaWFuY2VqaW8ubW9iaWxlc2VjdXJpdHkKKAomYXNlY3VyaXR5LnBob25lLmp1bmsuY2xlYW5lci5hbnRpdmlydXMKGQoXY29tLnN5bWFudGVjLmNsZWFuc3dlZXAKFwoVY29tLm1vYmlrZWVwZXIuZ2xvYmFsChMKEWNsZWFuZXIuYW50aXZpcnVzCi4KLHZpcnVzLmNsZWFuZXIuYW50aXZpcnVzLnBob25lLnNlY3VyaXR5LmJvb3N0ChYKFGNvbS5zaGFya25pbmphLnNoYXJrCjAKLmNvbS5jbGVhbi5vbmVib29zdC5jbGVhbmVyLm9uZWJvb3N0ZXIuc2VjdXJpdHkKIAoeY29tLm1heGRldmxhYi5jbGVhbmVyLnNlY3VyaXR5ChYKFGNvbS5sdWRhc2hpLnNlY3VyaXR5ChIKEGNvbS5zaGllbGRlci5wcm8KEQoPY29tLnMuYW50aXZpcnVzCiUKI2NvbS5hbnRpdmlydXNtYXN0ZXIub25lYm9vc3RjbGVhbmVyCh0KG3VubGltaXRlZC5zZWN1cmV2cG4uZnJlZXZwbgoaChhjb20uY3liZXIuZGZjLnBvbGFudGlzcHkKGAoWY29tLmticy5jb3JlLmFudGl2aXJ1cwokCiJjb20uYW50aXZpcnVzLmFwcGxvY2suY2xlYW5ib29zdGVyCh0KG2NvbS5zdXBl +02-27 07:58:43.513 10733 10756 D GetConfigurationSnapsho: cnZwbi52cG4uZnJlZS5wcm94eQoyCjBjb20uZm9xaWkucGhvbmUuc2VjdXJpdHkudmlydXMuY2xlYW5lci5hbnRpdmlydXMKFAoSY29tLmZhbGNvbi5jbGVhbmVyChcKFWNvbS5hdmFzdC5hbmRyb2lkLnZwbgosCipjbS5jbGVhbi5tYXN0ZXIuY2xlYW5lci5ib29zdGVyLmNwdS5jb29sZXIKFAoSY29tLmN4emguYW50aXZpcnVzChIKEGNvbS5yYXlkZW0uYm9vc3QKFgoUY29tLnNrdGVsZWNvbS50Z3VhcmQKHQobY29tLnRyZW5kbWljcm8udG1tc3BlcnNvbmFsCj8KPXBob25lLmFudGl2aXJ1cy52aXJ1cy5jbGVhbmVyLmp1bmsuY2xlYW4uc3BlZWQuYm9vc3Rlci5tYXN0ZXIKFQoTY29tLmFkc3RvY2FzaC5ib29zdAoSChBjb20uc29waG9zLnNtc2VjChsKGWNvbS5iaXRkZWZlbmRlci5hbnRpdmlydXMKFgoUZXUuZmFpcmNvZGUubmV0Z3VhcmQKDwoNY29tLmRyd2ViLnBybwoeChxjb20uc3BlZWRvcHRpbWl6ZS50b29sLmNsZWFuChcKFWNvbS5yb2NrZXRtb3AuY2xlYW5lcgoSChBjb20ud290LnNlY3VyaXR5CjAKLmNvbS5jbGVhbmVyLmZhc3RjbGVhbmVyLmJvb3N0ZXIuc2VjdXJpdHkuY2xlYW4KKQonY29tLnJvY2tldC50b29scy5jbGVhbi5hbnRpdmlydXMubWFzdGVyChoKGGtyLm9yLmtmdGMubW9iaWxlYXB0MnlvdQouCixjb20uZm9xaWkucGhvbmUuY2xlYW4uYm9vc3Rlci5jbGVhbmVyLm1hc3RlcgokCiJmYW5jeWNsZWFuLmFudGl2aXJ1cy5ib29zdC5hcHBsb2NrCh4KHGNvbS53c2FuZHJvaWQuc3VpdGUubWV0cm9wY3MKGQoXY29tLnNhZmVob3VzZS5ib2R5Z3VhcmQKIAoeY29tLmNvb3ByZXNhcHBzLmZyZWUuYW50aXZpcnVzChgKFmNvbS5xdWlja2hlYWwucGxhdGZvcm0KIAoeY29tLmFwcHMuZ28uY2xlYW4uYm9vc3QubWFzdGVyCh4KHGNvbS53c2FuZHJvaWQuc3VpdGUudm9kYWVtZWEKFwoVY29tLmxhc2VyLmZpbGVtYW5hZ2VyChEKD2NvbS5qYi5zZWN1cml0eQoYChZjb20ua2FzcGVyc2t5LnNhZmVraWRzChUKE2NvbS5mc2VjdXJlLm1zLnBsdXMKFQoTY29tLmZzZWN1cmUubXMuc2FmZQoWChRjb20ud2Vicm9vdC5zZWN1cml0eQoSChBjb20uZG9uZ2J1bGlmZS5tChEKD2NvbS5rc21vYmlsZS5jYgoPCg1jb20uY21jbS5saXRlChsKGWNvbS5wYW5kYXNlY3VyaXR5LnBhbmRhYXYKCwoJY29tLmttc2pwCiAKHmpwLm5hdmVyLmxpbmVhbnRpdmlydXMuYW5kcm9pZAoiCiBjb20uZWhhd2suYW50aXZpcnVzLmFwcGxvY2sud2lmaQovCi1hbnRpdmlydXMuYW50aS52aXJ1cy5jbGVhbmVyLnNlY3VyaXR5LmJvb3N0ZXIKJAoiY29tLnJveXNvbGJlcmcuYW5kcm9pZC5kYXRhY291bnRlcgoZChdjb20ubGlvbm1vYmkucG93ZXJjbGVhbgodChtjb20ua2Flcm9zZHVwbGljYXRlc2NsZWFuZXIKIwohY29tLmFwcHNpbm5vdmEuYW5kcm9pZC5rZWVwc2VjdXJlChYKFGNvbS5mYWxjb24uYW50aXZpcnVzChMKEWNvbS5zaW1wbGVyLm1lcmdlCjYKNHN1cGVyY2xlYW5lci5waG9uZWNsZWFuZXIuYmF0dGVyeWRvY3Rvci5mYXN0Y2hhcmdpbmcKHwodY29tLnBob25laGVscGVyLmNsZWFuLmJvb3N0ZXIKHwodY29tLnRyZW5kbWljcm8uZnJlZXRtbXMuZ21vYmkKGwoZY29tLmZzZWN1cmUubXMua3BuLnZlaWxpZwoUChJjb20uYWx0cmlnaXQuYm9vc3QKEQoPY29tLmxvb2tvdXQubmV0ChYKFGNvbS5hbnRpdmlydXMudGFibGV0Ch0KG2FwcGxvY2suc2VjdXJpdHkuYXBwLmxvY2tlcgoWChRjb20uc2VjdXJpdHkuc2Nhbm5lcgoVChNjb20uenJnaXUuYW50aXZpcnVzChgKFmNvbS5sb29rb3V0LmVudGVycHJpc2UKFQoTY29tLnZvZGFmb25lLnNuLnZwbgoPCg1jb20ucy5jbGVhbmVyCiAKHmNvbS5kaWFueGlub3Mub3B0aW1pemVyLmR1cGxheQobChljb20uZ3VhcmRpYW4uc2VjdXJpdHkucHJpChgKFmNvbS5idC53c2FuZHJvaWQuc3VpdGUKMQovZmFuY3ljbGVhbi5jbGVhbmVyLmJvb3N0LnByaXZhY3kuYW50aXZpcnVzLm1pbmkKJAoiY29tLmxvb2thbmRmZWVsLmNsZWFuZXJmb3J3aGF0c2FwcAojCiFjb20uYW5kcm9pZGFybXkuT3NEZWZlbmRlckJvb3N0ZXIKGgoYY29tLnN5bWFudGVjLm5vcnRvbi5zbmFwChYKFGNvbS5hcmNhbmUuaW5jb2duaXRvCiAKHmNvbS5vbmVhcHAubWF4LmNsZWFuZXIuYm9vc3RlcgodChtjb20ueC5mcmVlLmZpbGUubWFuYWdlci5hcHAKEQoPY29tLnplbi5ib29zdGVyCh4KHGNvbS5rYXNwZXJza3kuc2VjdXJpdHkuY2xvdWQKGgoYY29tLnF1YW5taGQuc3VwZXJjbGVhbmVyCiAKHmNvbS5yYW9uc2VjdXJlLm1vYmlsZS5zZWN1cml0eQogCh5jb20uaHlwZXJzcGVlZC5yb2NrZXRjbGVhbi5wcm8KFgoUY29tLmlvYml0Lm1vYmlsZWNhcmUKEQoPbW9iaWxlLmd1cnUuYXBwChgKFmNvbS52aXJ1cy5hcHBzLmNsZWFuZXIKIAoeY29tLnJ1ZHJhdW0ucnVkcmF1bVRodW1iMlRoaWVmCiIKIGNvbS50cmVuZG1pY3JvLnRtbXNwZXJzb25hbC5hcGFjCiUKI2NvbS5idWxsZ3VhcmQubW9iaWxlLm1vYmlsZXNlY3VyaXR5ChkKF2NvbS5xaWhvby5zZWN1cml0eS5saXRlCjUKM2NvbS5zdGFycnljYW1lcmEuZnVubnllZmZlY3RzLm1ha2V1cGZpbHRlcnMuY29sbGFnZQoaChhjby5wYW1vYmlsZS5nYW1lbGF1bmNoZXIKHQobY29tLm9uZWFwcC5tYXguc2VjdXJpdHkucHJvChQKEmNvbS5wdWZmLmFudGl2aXJ1cwodChtjb20uem9uZXIuYW5kcm9pZC5hbnRpdmlydXMKIAoeaXQud2luZHRyZS53aW5kLm1vYmlsZXNlY3VyaXR5Ci0KK2NvbS5jbGVhbl9hbnRpdmlydXMuc2VjdXJpdHkubWFzdGVyLmJvb3N0ZXIKHwodY29tLmhhbmFza2NhcmQubW9iaWxlY2FyZC5hcHAKFwoVY29tLmVzZXQuZW1zMi5tZWdhZm9uCgoKCGNvbS5tZWdhChkKF2RlLmdkYXRhLm1vYmlsZXNlY3VyaXR5CioKKGNvbS5hbnRpdmlydXMucy5zZWN1cml0eS5ib29zdGVyLnNwZWVkdXAKGwoZY29tLmFwdXNhcHBzLnR1cmJvY2xlYW5lcgotCitjb20ucnZhcHBzdHVkaW9zLnNwZWVkX2Jvb3N0ZXJfanVua19jbGVhbmVyChUKE2NvbS5hcGUuY2xlYW5hc3Npc3QKGwoZY29tLm93bC5mYXN0Y2xlYW5lci5ib29zdAoPCg1 +02-27 07:58:43.513 10733 10756 D GetConfigurationSnapsho: vcmcuYW50aXZpcnVzChsKGWNvbS5iYXR0ZXJ5LnNtYXJ0Lm1hbmFnZXIKLAoqY29tLmFwcHMuc2VjdXJpdHkubWFzdGVyLmFudGl2aXJ1cy5hcHBsb2NrChYKFGNvbS5sbS5wb3dlcnNlY3VyaXR5ChcKFWJyLmNvbS5mcy52aXZvcHJvdGVnZQolCiNjb20uYW50aXZpcnVzLmZyZWUuc2VjdXJpdHkuY2xlYW5lcgoWChRjb20uYXBwbG9jay5sYXVuY2hlcgoUChJjb20ubWljcm9zb2Z0LnNjbXgKEQoPY29tLmVzZXQubXllc2V0ChkKF2NvbS5wcm90ZWN0c3Rhci5hbnRpc3B5CiQKImNvbS50YXB0ZWNobm9sb2d5LmFudGl2aXJ1cy5tb2JpbGUKGQoXY2xlYW5waG9uZS5ib29zdGVyLnNhZmUKGwoZY29tLnRyZW5kbWljcm8uZHIuYm9vc3RlcgoaChhkZS50ZWxla29tLnByb3RlY3Rtb2JpbGUKHwodanAuY28ueWFob28uYW5kcm9pZC55c2VjdXJpdHkKGQoXY29tLmNvb3ByZXMuYXBwLmJvb3N0ZXIKEwoRY29tLmVzZXQuZW5kcG9pbnQKHQobY29tLnNlY3VyaXR5LmFudGl2aXJ1cy5zY2FuCiIKIGNvbS5rN2NvbXB1dGluZy5hbmRyb2lkLnNlY3VyaXR5ChAKDmNvbS5vcmFuZ2Uua21zChgKFmNvbS5mYXN0dHJhY2suc2VjdXJpdHkKIwohY29tLmZhbmN5Y2xlYW4uc2VjdXJpdHkuYW50aXZpcnVzChwKGmNvbS5jb21vZG8uY2lzbWUuYW50aXZpcnVzCgwKCmNvbS5rbXMubWU', 5, 0), Flag(DataLoader__low_bandwidth_check_ttl, 9223372036854775807, 1, 0), Flag(DataLoader__low_bandwidth_threshold_for_streaming, 0, 1, 0), Flag(DataLoader__migrate_off_incfs, false, 2, 0), Flag(DataLoader__migrate_off_incfs_app_blocklist, '', 5, 0), Flag(DataLoader__on_demand_bulk_write_page_count, 256, 1, 0), Flag(DataLoader__override_install_details_app_allowlist, '', 5, 0), Flag(DataLoader__package_monitor_event_max_logging_interval, 'CKA4', 5, 0), Flag(DataLoader__performance_metrics_rest_stream_progress_chunk_size, 1, 1, 0), Flag(DataLoader__readlogs_cache_expiration_ms, 7200000, 1, 0), Flag(DataLoader__readlogs_logging_batch_size, 2000, 1, 0), Flag(DataLoader__rest_stream_chunk_size_bytes, 2097152, 1, 0), Flag(DataLoader__rest_stream_download_immediate_fail_http_codes, 'CgaTA5QDmgM', 5, 0), Flag(DataLoader__rest_stream_download_initial_retry_delay, 'EIDKte4B', 5, 0), Flag(DataLoader__rest_stream_download_max_delay_time, 'CLBU', 5, 0), Flag(DataLoader__rest_stream_download_max_total_retry_time, 'CICjBQ', 5, 0), Flag(DataLoader__rest_stream_progress_reporting_chunk_interval, 2, 1, 0), Flag(DataLoader__set_incremental_readlogs_not_privacy_sensitive, false, 2, 0), Flag(DataLoader__set_streaming_test_session_logging_indicator, false, 2, 0), Flag(DataLoader__show_toast_in_release_build, false, 2, 0), Flag(DataLoader__streaming_environment, 1, 1, 0), Flag(DataLoader__temp_data_loader_files_expiration_ms, 172800000, 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, false, 2, 0), Flag(DetailsFragmentContentPadding__is_enabled, false, 2, 0), Flag(DetailsToDeliveryToken__is_enabled, true, 2, 0), Flag(DeveloperPage__enable_remote_device_integrity_check, false, 2, 0), Flag(DialogUiComponent__use_compose_dialogs_in_serp, false, 2, 0), Flag(DocKeyedCache__check_item_for_fields, false, 2, 0), Flag(DocKeyedCache__clear_item_cache_on_reasons, 'CgQICRAP', 5, 0), Flag(DocKeyedCache__do_blocking_io_on_future, false, 2, 0), Flag(DocKeyedCache__enable_disk_write_on_bg, false, 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_minimal_locking, false, 2, 0), Flag(DocKeyedCache__item_cache_size_in_mb, 3, 1, 0), Flag(DocKeyedCache__prewarm_item_cache_in_task, false, 2, 0), Flag(DocKeyedCache__return_non_propagating_future, false, 2, 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, fal +02-27 07:58:43.513 10733 10756 D GetConfigurationSnapsho: se, 2, 0), Flag(DownloadService__allocate_bytes_before_download, true, 2, 0), Flag(DownloadService__cronet_enable_herrevad_reporting, false, 2, 0), Flag(DownloadService__cronet_enable_http2, true, 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, 'ChFwYWkuZ29vZ2xlemlwLm5ldAoTcGxheS5nb29nbGVhcGlzLmNvbQoWc2VydmljZXMuZ29vZ2xlYXBpcy5jbgoTd29ya2Fyb3VuZC5ndnQxLmNvbQ', 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, 262144, 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_better_locking, 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__fallback_to_download_queue, 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__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__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, true, 2, 0), Flag(DownloadService__send_foreground_broadcast_on_status_update, true, 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, true, 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(DramaShortsFeatures__enable_persistent_nav, false, 2, 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__enab +02-27 07:58:43.513 10733 10756 D GetConfigurationSnapsho: le_premium_discover_tag, true, 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, true, 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, false, 2, 0), Flag(EnterpriseMainlineAutoUpdate__disable_mainline_update_policy, true, 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(FixImagesPreloadingHorizontalCluster__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_fife_in_app_comic_card, false, 2, 0), Flag(FlexibleContentCluster__enable_neutral_scrim_color_for_app_moments, false, 2, 0), Flag(FlexibleContentCluster__enable_swipe_gesture, true, 2, 0), Flag(FlexibleContentCluster__enable_tap_to_advance_gesture, false, 2, 0), Flag(FlexibleContentCluster__enable_theme_color_editorial_article_cards, 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(Fougasse__enable_logging_session_theme, true, 2, 0), Flag(GamerProfileAvatars__enable_copy_avatar_id_on_long_click, false, 2, 0), Flag(GamerProfilePage__enable_gpp_from_yh, true, 2, 0), Flag(GamerProfilePage__enable_stream_refresh, true, 2, 0), Flag(GenAiFeed__new_badge_max_sessions, 2, 1, 0), Flag(Generichomepagelatencysequencing__is_enabled, true, 2, 0), Flag(GetItemsContext__enable_get_items_context_for_details_page, false, 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__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, false, 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, false, 2 +02-27 07:58:43.513 10733 10756 D GetConfigurationSnapsho: , 0), Flag(IncrementalLoggingRetosClientSupport__is_enabled, false, 2, 0), Flag(InlineVideo__enable_yt_fragment_reuse, true, 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_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_low_priority_updates, true, 2, 0), Flag(InstallerV2__log_orphaned_downloads, 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_orphaned_downloads, true, 2, 0), Flag(Installer__create_jobs_async_on_install_queue_init, true, 2, 0), Flag(Installer__enable_group_install_preprocessor, true, 2, 0), Flag(Installer__enable_grpc_install_queue, true, 2, 0), Flag(Installer__enable_grpc_install_queue_in_process, true, 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, false, 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__log_install_committed, false, 2, 0), Flag(Installer__make_session_create_incremental_aware, true, 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, true, 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, false, 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, true, 2, 0), Flag(Installer__use_new_uninstalls_api, true, 2, 0), Flag(InstantCartCache__max_cache_size_in_mebibytes, 3, 1, 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, true, 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_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 +02-27 07:58:43.513 10733 10756 D GetConfigurationSnapsho: _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_multiplier, 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, true, 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(LocalRatings__enable_decide_bar_local_ratings_info_button, true, 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, 'CmqEEIIQgxDwD/AE7gTtBJAFjQWOBeMT5BPvE+YT5RPnE+gT6RPsE/AT8RP0E/UTvDGbBYMEhASFBLAEsQT+OtIU/iv/K9szvBS9FMEUwhTDFMQUvxTAFNU81jyYBZ0FsEDOMNAwzzCdBp4G', 5, 0), Flag(MediaAndEntertainmentDp__eligible_title_docid_list, 'CiBjb20uYW1hem9uLmF2b2QudGhpcmRwYXJ0eWNsaWVudAolY29tLmJ5ZGVsdXhlLmQzLmFuZHJvaWQucHJvZ3JhbS5zdGFyegoLY29tLmNicy5hcHAKG2NvbS5jcnVuY2h5cm9sbC5jcnVuY2h5cm9pZAoVY29tLmRpc25leS5kaXNuZXlwbHVzCg1jb20uaHVsdS5wbHVzChxjb20ucGVhY29ja3R2LnBlYWNvY2thbmRyb2lkCgljb20uc2xpbmcKCmNvbS50dWJpdHYKEmNvbS52aWFjb20uYmV0cGx1cwoQY29tLnZpa2kuYW5kcm9pZAoOY29tLndiZC5zdHJlYW0KEHR2LnBsdXRvLmFuZHJvaWQ', 5, 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_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__lib +02-27 07:58:43.513 10733 10756 D GetConfigurationSnapsho: rary_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_min_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(NativeBrotliCompression__native_brotli_compressed_fbf_patches_targeting_controller, false, 2, 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, 'Ch1wbGF5LWxoLmdvb2dsZXVzZXJjb250ZW50LmNvbQoLaS55dGltZy5jb20', 5, 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(NotificationBellCount__enable_fetch_nc_stream_in_daily_hygiene, false, 2, 0), Flag(NotificationBellCount__enable_server_count_update_on_nc_markasread, false, 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, false, 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, false, 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, true, 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(PcsiTabLatencyLogg +02-27 07:58:43.513 10733 10756 D GetConfigurationSnapsho: ing__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(PhoneskyDealsHomeFeatures__max_indicator_count, 3, 1, 0), Flag(PhoneskyDealsHomeFeatures__max_tooltip_count, 3, 1, 0), Flag(PhoneskyDeviceTier__device_tier, 0, 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_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, 1, 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_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__module_above_ratings_and_reviews, true, 2, 0), Flag(PolicyTesting__enable_bool_flag, false, 2, 0), Flag(PolicyTesting__test_int_flag, 0, 1, 0), Flag(PolicyTesting__test_string_flag, '', 4, 0), Flag(PortraitVideosOnMdp__enable_autoplay_for_mdp_portrait_video, false, 2, 0), Flag(PortraitVideosOnMdp__enable_original_video_thumbnail_for_mdp_portrait_video, 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(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, true, 2, 0), Flag(ReEngagementAds__enable_multi_layout_cluster, true, 2, 0), Flag(RedeemAcquireLoadingScreenFix__enable_full_screen, false, 2, 0), Flag(ReleaseNotesIntegration__test_bool_flag, true, 2, 0), Flag(ReleaseNotesIntegration__test_int_flag, 0, 1, 0), Flag(ReleaseNotesIntegration__test_string_flag, '', 4, 0), Flag(RenderPartialDetailsPage__min_partial_dp_app_fields, 'ChABAgQICw4bHB0eHyIjS15g', 5, 0), Flag(RenderPartialDetailsPage__min_partial_dp_shared_fields, 'CgcBAgYKCwwV', 5, 0), Flag(RenderPartialDetailsPage__render_min_partial_dp_for_dl, false, 2, 0), Flag(RequestQos__enable_latency_tolerant_qos_endpoints, 'apps/contentSync,accountSync,autoUpdate,bulkDetails,bulkPrefetch,delivery,ees/bulkAcquire,getPrefetchRecommendations,replicateLibrary,fdfe/getPlayArtProfileConfig,fdfe +02-27 07:58:43.513 10733 10756 D GetConfigurationSnapsho: /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, true, 2, 0), Flag(ReviewConsumption__enable_review_consumption_redesign, true, 2, 0), Flag(ReviewConsumption__enable_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, 1, 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_dispatch, true, 2, 0), Flag(SafetyCenter__enable_safety_center_receiver, true, 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_vertical_scroll_interruption_logging, true, 2, 0), Flag(SeamlessTransitions__navigation_debounce_timeout, '', 5, 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, true, 2, 0), Flag(SerpLazyColumn__is_enabled, false, 2, 0), Flag(ServerDrivenSearchListResults__enable_search_list_results_card_view, true, 2, 0), Flag(ServerDrivenTopCharts__enable_top_charts_card_view, true, 2, 0), Flag(SettingsPage__legal_notice_menu_url, 'https://support.google.com/googleplay/?p=about_play', 4, 0), Flag(SharedCacheClearing__unique_id, 0, 1, 0), Flag(SingletonViewPool__enable_singleton_view_pool, true, 2, 0), Flag(StickyTab__sticky_tab_reset_value, 268101556, 1, 0), Flag(StopParsingGclid__enable_stop_parsing_gclid, false, 2, 0), Flag(StreamSystem__use_page_header_cluster_for_editorial_style_headers, false, 2, 0), Flag(SubscriptionSkus__enable_hygiene_job_for_install_and_subscribe_cleanup, false, 2, 0), Flag(SubscriptionSkus__enable_primary_install_and_subscribe_action_button, false, 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(TubeskyAggregatedHomeFix__is_enabled, false, 2, 0), Flag(TubeskyAggregatedHomeFix__restore_initial_behavior, false, 2, 0), Flag(TubeskyAmati__enable_amati_glow, true, 2, 0), Flag(TubeskyAmati__enable_tv_modules_adapter, true, 2, 0), Flag(TubeskyAutoUpdateSettingSlice__is_enabled, true, 2, 0), Flag(TubeskyEmbeddedVideoThumbnail__is_enabled, true, 2, 0), Flag(TubeskyFastDeepLink__is_enabled, true, 2, 0), Flag(TubeskyMenuOptimization2__is_enabled, true, 2, 0), Flag(TubeskyMenuOptimization__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(TubeskyUnauth__enable_unauth_updates, true, 2, 0), Flag(Tubesky__enable_high_quality_images, true, 2, 0), Flag(Tubesky__enable_new_tv_browse_fragment, true, 2, 0), Flag(Tubesky__enable_new_tv_details_fragment, true, 2, 0), Flag(Tubesky__enable_new_tv_search_fragment, true, 2, 0), Flag(Tubesky__enable_tv_tabs_layout, true, 2, 0), Flag(UiComponentFlattenHierarchy__migrate_wide_media_cl20, tr +02-27 07:58:43.513 10733 10756 D GetConfigurationSnapsho: ue, 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, true, 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__enable_for_activity, false, 2, 0), Flag(UnivisionDataProtoPrewarm__enable_for_process_start, false, 2, 0), Flag(UnivisionDataProtoPrewarm__enable_for_serp, false, 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__home_url_paths, 'CgpzdWJuYXZIb21l', 5, 0), Flag(UnivisionHomeIa__is_enabled, false, 2, 0), Flag(UnivisionJankFixes__is_yt_overdraw_fix_enabled, true, 2, 0), Flag(UnivisionUiLogging__enable_gil_for_my_reviews, false, 2, 0), Flag(UnivisionUiLogging__enable_legacy_for_my_reviews, true, 2, 0), Flag(Univision__disable_lazy_column_fade_animation, false, 2, 0), Flag(Univision__disable_preinflation, false, 2, 0), Flag(Univision__enable_aot_state_logging, false, 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, 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_early_fetch_async_ads, false, 2, 0), Flag(Univision__enable_entry_point_logging_optimization, false, 2, 0), Flag(Univision__enable_generic_card_cluster_v3, false, 2, 0), Flag(Univision__enable_lazy_column_specifying_item_type, true, 2, 0), Flag(Univision__enable_metadataui_improvements, true, 2, 0), Flag(Univision__enable_metadataui_v2, false, 2, 0), Flag(Univision__enable_my_reviews_page, false, 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, false, 2, 0), Flag(Univision__enable_serp, false, 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__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_de +02-27 07:58:43.513 10733 10756 D GetConfigurationSnapsho: lay_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_line, false, 2, 0), Flag(UserLanguages__enable_language_split_per_app_value_store, true, 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_displaymodeswitcher_on_details_shim_fragment, false, 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, 819574325, 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(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, false, 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(VisualRe +02-27 07:58:43.513 10733 10756 D GetConfigurationSnapsho: freshPhase2__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_phase_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(Wayfinder__enable_call_to_action_button_link_change, false, 2, 0), Flag(WearHygieneOptimization__enable_wear_hygiene_optimization, true, 2, 0), Flag(Webview__exact_url_allowlist, '', 5, 0), Flag(Webview__subdomain_allowlist, 'ChNhY2NvdW50cy5nb29nbGUuY29tCg9kb2NzLmdvb2dsZS5jb20KD3BsYXkuZ29vZ2xlLmNvbQoTcG9saWNpZXMuZ29vZ2xlLmNvbQoQc3RvcmUuZ29vZ2xlLmNvbQ', 5, 0), Flag(WideMediaVideoScreenshotHeightOverride__enable_cluster_height_override, false, 2, 0), Flag(YoutubePlayerLogging__disable_server_logging_for_youtube_players, false, 2, 0) +02-27 07:58:43.513 10733 10756 D GetConfigurationSnapsho: byFlagStorageType, deleteSet = +02-27 07:58:43.515 10733 10764 I Finsky : [57] lct.h(7): Already at the latest configurations for experiment package com.google.android.finsky.stable. +02-27 07:58:44.197 770 797 W System : A resource failed to call release. +02-27 07:58:44.210 10733 10851 I android.vendin: oneway function results for code 2 on binder at 0xb400007b1b0edf00 will be dropped but finished with status UNKNOWN_TRANSACTION +02-27 07:58:44.213 10684 10684 I Finsky:background: [2] jjo.onDestroy(8): IPC-SERVER: Stopping gRPC host service... +02-27 07:58:44.712 10733 10876 I Finsky : [113] vbw.c(2): registerListener +02-27 07:58:44.715 10733 10876 I Finsky : [113] heg.g(1): getDownloads() +02-27 07:58:44.740 10733 10733 I Finsky : [2] mps.run(40): Detected restoreservicev2://recovery not needed, will not run +02-27 07:58:44.744 10733 10742 I android.vendin: JIT allocated 76KB for compiled code of java.lang.Object eoc.o() +02-27 07:58:44.761 10684 10684 I Finsky:background: [2] jjo.onCreate(2): IPC-SERVER: Starting gRPC host service... +02-27 07:58:44.761 10733 10876 I Finsky : [113] ph.run(14): Initialized AssetModuleDownloader. +02-27 07:58:44.772 10684 10843 I Finsky:background: [56] hbv.f(1): getDownloads() +02-27 07:58:54.790 10733 10851 I android.vendin: oneway function results for code 2 on binder at 0xb400007b1b0f1a70 will be dropped but finished with status UNKNOWN_TRANSACTION +02-27 07:58:54.792 10684 10684 I Finsky:background: [2] jjo.onDestroy(8): IPC-SERVER: Stopping gRPC host service... +02-27 07:58:54.793 505 1395 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #8725} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (6 skipped) +02-27 07:58:56.192 10733 10733 I Finsky : [2] msm.onStartJob(3): SCH: job service start with id 9215. +02-27 07:58:56.226 10733 10766 I Finsky : [59] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 07:58:56.227 10733 10766 I Finsky : [59] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772153257487, Constraints: [{ L: 900000, D: 1800000, C: 1, I: 1, N: 0 }] +02-27 07:58:56.227 10733 10766 I Finsky : [59] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772153912770, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 07:58:56.234 10733 10766 I Finsky : [59] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 07:58:56.235 10733 10766 I Finsky : [59] mqf.apply(87): SCH: Scheduling system job Id: 9269, L: 6536, D: 36536, C: false, I: false, N: 0 +02-27 07:58:56.243 10733 10882 I Finsky : [118] msm.a(16): SCH: job service finished with id 9215. +02-27 07:58:57.071 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 07:58:57.071 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 07:58:57.071 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 07:58:57.071 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 07:58:57.072 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 07:58:57.082 322 322 D Zygote : Forked child process 10883 +02-27 07:58:57.084 505 555 I ActivityManager: Start proc 10883:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 07:58:57.133 10883 10883 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:57.162 10883 10883 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 07:58:57.217 10883 10883 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 07:58:57.239 10883 10883 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 07:58:57.239 10883 10883 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:57.240 10883 10883 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:57.241 10883 10883 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:57.337 10883 10883 I DeviceStatusMonitor: DeviceStatusMonitor.updateCountryInfo():121 updateCountryInfo(), notifyAnyway = true +02-27 07:58:57.344 10883 10883 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = true +02-27 07:58:57.348 10883 10883 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 07:58:57.349 10883 10883 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:57.357 10883 10883 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 07:58:57.359 10883 10907 E FileCache: FileCache.clearObsoleteFilesInternal():271 Failed to delete all obsolete files under folder: /data/user_de/0/com.google.android.inputmethod.latin/cache/kb_def +02-27 07:58:57.368 10883 10883 I TVLatinApp: TVLatinApp.initialize():527 initialize() +02-27 07:58:57.379 10883 10883 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 07:58:57.381 10883 10904 I LauncherIconVisibilityInitializerBase: LauncherIconVisibilityInitializerBase.lambda$doUpdate$0():52 doUpdate() : Visible = false +02-27 07:58:57.387 10883 10883 I AndroidIME: TVLatinApp.onUserUnlocked():254 device protected preferences are migrated +02-27 07:58:57.403 10883 10912 I SuperpacksManager: SuperpacksManager.initializeInternal():509 initializeInternal() +02-27 07:58:57.407 10883 10911 I ShortcutsDataManager: ShortcutsDataManager.onContentChanged():73 onContentChanged() +02-27 07:58:57.409 10883 10911 I ContactsDataManager: ContactsDataManager.onContentChanged():159 onContentChanged() +02-27 07:58:57.409 10883 10883 I PhenotypeModule: PhenotypeModule.onCreate():142 onCreate() +02-27 07:58:57.409 10883 10883 I PhenotypeModule: PhenotypeModule.maybeFetchAndUpdate():169 maybeFetchAndUpdate: forceRefresh=true +02-27 07:58:57.410 10883 10911 I EmailDataManager: EmailDataManager.onContentChanged():115 onContentChanged() +02-27 07:58:57.422 10883 10918 W putmethod.lati: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 07:58:57.422 10883 10918 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 07:58:57.422 10883 10918 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 07:58:57.461 10883 10912 I SuperpacksManager: SuperpacksManager.initializeInternal():556 Switched background task scheduler: false +02-27 07:58:57.462 10883 10912 I JobSchedulerImpl: JobSchedulerImpl.schedule():73 Schedule task: superpacks-gc-task. Cancel the pre-existing task. +02-27 07:58:57.465 10883 10912 I JobSchedulerImpl: JobSchedulerImpl.schedule():91 Schedule task: superpacks-gc-task. Success. +02-27 07:58:57.648 10883 10883 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:57.653 10883 10883 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 07:58:57.658 10883 10883 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 07:58:57.670 10883 10914 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:57.692 10883 10914 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:57.698 10883 10914 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 07:58:57.703 10883 10883 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 07:58:57.704 10883 10883 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:57.705 10883 10883 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 07:58:57.705 10883 10883 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 07:58:57.705 10883 10883 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:57.706 10883 10883 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:57.709 10883 10883 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:57.709 10883 10883 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:57.709 10883 10883 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:57.709 10883 10883 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:57.710 10883 10883 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:57.710 10883 10883 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:57.711 10883 10883 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 07:58:57.712 10883 10883 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 07:58:57.712 10883 10883 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:57.713 10883 10883 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:57.714 10883 10883 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:57.714 10883 10883 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:57.714 10883 10883 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:57.714 10883 10883 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:57.715 10883 10883 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:57.715 10883 10883 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 07:58:57.722 10883 10929 I NetworkInfoNotification: NetworkInfoNotification$Listener.onReceive():93 onNetworkAvailable: networkState = NON_METERED, isAirplaneModeOn = false +02-27 07:58:57.729 10883 10883 I DeviceStatusMonitor: DeviceStatusMonitor$1.onReceive():58 onReceive() : Action = android.net.conn.CONNECTIVITY_CHANGE +02-27 07:58:57.739 10883 10883 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = false +02-27 07:58:57.765 10883 10925 I JapaneseMozcExtension: JapaneseMozcExtension.onCreateServiceInternal():78 onCreateServiceInternal() +02-27 07:58:57.767 10883 10883 I UrgentSignalsProcessor: UrgentSignalsProcessor.flagUpdated():97 Received flagsUpdated for urgent signal +02-27 07:58:57.770 10883 10883 I DictionarySuperpacksManager: DictionarySuperpacksManager$1.onEnabledInputMethodEntriesChanged():60 onEnabledInputMethodEntriesChanged +02-27 07:58:57.770 10883 10883 I MetricsProcessorProviderManager: MetricsProcessorProviderManager.onClearcutAdapterReady():102 onClearcutAdapterReady +02-27 07:58:57.779 10883 10883 I KeyboardDefManager: KeyboardDefManager$LoadKeyboardDefTask$1.onFailure():184 Task to load keyboard def was canceled. +02-27 07:58:57.779 10883 10883 I KeyboardDefManager: java.util.concurrent.CancellationException: Task was cancelled. +02-27 07:58:57.779 10883 10883 I KeyboardDefManager: at jke.s(PG:3) +02-27 07:58:57.779 10883 10883 I KeyboardDefManager: at jke.get(PG:4) +02-27 07:58:57.779 10883 10883 I KeyboardDefManager: at job.k(PG:1) +02-27 07:58:57.779 10883 10883 I KeyboardDefManager: at job.E(PG:2) +02-27 07:58:57.779 10883 10883 I KeyboardDefManager: at jma.run(PG:4) +02-27 07:58:57.779 10883 10883 I KeyboardDefManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 07:58:57.779 10883 10883 I KeyboardDefManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 07:58:57.779 10883 10883 I KeyboardDefManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 07:58:57.779 10883 10883 I KeyboardDefManager: at android.os.Looper.loop(Looper.java:288) +02-27 07:58:57.779 10883 10883 I KeyboardDefManager: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 07:58:57.779 10883 10883 I KeyboardDefManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 07:58:57.779 10883 10883 I KeyboardDefManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 07:58:57.779 10883 10883 I KeyboardDefManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 07:58:57.780 10883 10883 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. +02-27 07:58:57.781 9276 9276 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 07:58:57.781 9276 9276 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 07:58:57.805 10883 10883 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:7 +02-27 07:58:57.805 10883 10883 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 7 +02-27 07:58:57.861 10883 10933 I PhenotypeModule: PhenotypeModule.handlePhenotypeConfigurationUpdatesInternal():365 Latency of updating configurations from phenotype (experiment v4): 1 +02-27 07:58:57.861 10883 10933 I PhenotypeModule: PhenotypeModule.handlePhenotypeConfigurationUpdates():264 Latency of updating configurations from phenotype (ExperimentV4): 1 +02-27 07:58:57.884 182 182 I lowmemorykiller: Kill 'com.android.vending:background' (10684), uid 10058, oom_score_adj 905 to free 49676kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (404%) +02-27 07:58:57.898 505 1698 I ActivityManager: Process com.android.vending:background (pid 10684) has died: cch+5 CEM +02-27 07:58:57.903 505 1684 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10058/10684, android.os.BinderProxy@b2f152d) +02-27 07:58:57.905 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 10684 in 3ms +02-27 07:58:57.907 322 322 I Zygote : Process 10684 exited due to signal 9 (Killed) +02-27 07:58:57.907 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=148, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] (release request) +02-27 07:58:57.980 10883 10935 I PhenotypeModule: PhenotypeModule.lambda$fetchAndUpdate$1():221 fetchAndUpdate() : Success, hasFlags=true, flagCount=6, lastFetchStatus=February 27, 7:58 AM {reason=1, isFullFetch=true, success=true, isEmpty=false, isDelta=false, fetchedFlagsCount=6, deletedFlagsCount=361, updatedFlagsCount=0, totalTime=453} +02-27 07:58:57.998 10733 10733 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 10 +02-27 07:58:58.043 10883 10883 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1145 update screenHeightWithoutNaviBar to: 1080 +02-27 07:58:58.046 10883 10883 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1152 update max height when insets changes +02-27 07:58:58.060 10883 10883 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 10 +02-27 07:58:58.060 10883 10883 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 10 +02-27 07:58:58.061 10883 10883 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():2045 +02-27 07:58:58.064 10883 10883 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 07:58:58.065 10883 10883 I ShortcutsDataManager: AbstractContentDataManager.startImportContentTask():235 startImportContentTask() +02-27 07:58:58.066 10883 10919 I ShortcutsDataManager: AbstractContentDataManager$ImportContentTask.doInBackground():249 doInBackground() +02-27 07:58:58.068 10883 10919 I PersonalDictionaryDataHandler: PersonalDictionaryDataHandler.beginProcess():111 LanguageTags = [en-US] +02-27 07:58:58.074 505 2569 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10028; state: DISABLED +02-27 07:58:58.075 505 2569 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10028; state: DISABLED +02-27 07:58:58.075 505 2569 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10028; state: DISABLED +02-27 07:58:58.075 505 2569 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10028; state: ENABLED +02-27 07:58:58.075 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10028; state: ENABLED +02-27 07:58:58.079 322 322 D Zygote : Forked child process 10938 +02-27 07:58:58.080 505 555 I ActivityManager: Start proc 10938:android.process.acore/u0a28 for content provider {com.android.providers.userdictionary/com.android.providers.userdictionary.UserDictionaryProvider} +02-27 07:58:58.163 10938 10938 E d.process.acor: Not starting debugger since process cannot load the jdwp agent. +02-27 07:58:58.196 505 2569 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10028; state: DISABLED +02-27 07:58:58.202 182 182 I lowmemorykiller: Kill 'com.google.process.gapps' (10800), uid 10057, oom_score_adj 700 to free 48872kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (105%) +02-27 07:58:58.216 322 322 I Zygote : Process 10800 exited due to signal 9 (Killed) +02-27 07:58:58.222 505 3536 I ActivityManager: Process com.google.process.gapps (pid 10800) has died: prev LAST +02-27 07:58:58.222 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 10800 in 0ms +02-27 07:58:58.225 10938 10938 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10028; state: ENABLED +02-27 07:58:58.289 10938 10938 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.userdictionary' set to: 'default' +02-27 07:58:58.289 10938 10938 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:58:58.291 10938 10938 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:58.292 10938 10938 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:58:58.308 10938 10938 I ContactsPerf: VoicemailContentProvider.onCreate start +02-27 07:58:58.313 10938 10938 I ContactsPerf: VoicemailContentProvider.onCreate finish +02-27 07:58:58.340 505 3536 D CountryDetector: The first listener is added +02-27 07:58:58.340 10938 10938 I ContactsDatabaseHelper: updateUseStrictPhoneNumberComparison: US +02-27 07:58:58.386 10938 10958 D ContactsDatabaseHelper: WAL enabled for contacts2.db: true +02-27 07:58:58.386 10938 10954 I CallLogProvider: Syncing call composer pics -- source user=0, isShadow=true, forAllUser=false +02-27 07:58:58.387 10938 10954 I CallLogProvider: Fetching list of Uris to sync +02-27 07:58:58.395 10883 10919 I ShortcutsDataManager: AbstractContentDataManager.importRecords():339 importRecords() : Success : Count = 0 +02-27 07:58:58.410 10883 10919 I ShortcutsDataManager: AbstractContentDataManager.importContentData():289 importContentData() : Ending import process +02-27 07:58:58.457 10938 10958 I ContactLocale: AddressBook Labels [[en_US]]: […, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, Α, Β, Γ, Δ, Ε, Ζ, Η, Θ, Ι, Κ, Λ, Μ, Ν, Ξ, Ο, Π, Ρ, Σ, Τ, Υ, Φ, Χ, Ψ, Ω, …, А, Б, В, Г, Д, Ђ, Е, Є, Ж, З, И, І, Й, Ј, К, Л, Љ, М, Н, Њ, О, П, Р, С, Т, Ћ, У, Ф, Х, Ц, Ч, Џ, Ш, Щ, Ю, Я, …, א, ב, ג, ד, ה, ו, ז, ח, ט, י, כ, ל, מ, נ, ס, ע, פ, צ, ק, ר, ש, ת, …, ا, ب, ت, ث, ج, ح, خ, د, ذ, ر, ز, س, ش, ص, ض, ط, ظ, ع, غ, ف, ق, ك, ل, م, ن, ه, و, ي, …, ก, ข, ฃ, ค, ฅ, ฆ, ง, จ, ฉ, ช, ซ, ฌ, ญ, ฎ, ฏ, ฐ, ฑ, ฒ, ณ, ด, ต, ถ, ท, ธ, น, บ, ป, ผ, ฝ, พ, ฟ, ภ, ม, ย, ร, ฤ, ล, ฦ, ว, ศ, ษ, ส, ห, ฬ, อ, ฮ, …, ㄱ, ㄴ, ㄷ, ㄹ, ㅁ, ㅂ, ㅅ, ㅇ, ㅈ, ㅊ, ㅋ, ㅌ, ㅍ, ㅎ, …, あ, か, さ, た, な, は, ま, や, ら, わ, #, …] +02-27 07:58:58.468 10938 10958 D ContactsDatabaseHelper: WAL enabled for profile.db: false +02-27 07:58:58.483 10883 10919 I PersonalLanguageModelUpdater: PersonalLanguageModelUpdater$UpdateOperation.performInternal():164 run() : Added 0 words and 0 shortcuts +02-27 07:58:58.484 10883 10919 I DynamicLanguageModelOperation: DynamicLanguageModelOperation.perform():38 perform() : 4 : bxx : Completed +02-27 07:58:58.489 10883 10883 I ShortcutsDataManager: AbstractContentDataManager$ImportContentTask.onPostExecute():260 onPostExecute() : Result = [2,0] +02-27 07:58:58.489 10883 10883 I ShortcutsDataManager: ShortcutsDataManager.onImportFinished():83 onImportFinished() : Result = 2 : Count = 0 +02-27 07:58:58.517 182 182 I lowmemorykiller: Kill 'android.process.media' (10845), uid 10027, oom_score_adj 700 to free 49008kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (106%) +02-27 07:58:58.537 322 322 I Zygote : Process 10845 exited due to signal 9 (Killed) +02-27 07:58:58.538 505 2569 I ActivityManager: Process android.process.media (pid 10845) has died: prev LAST +02-27 07:58:58.548 505 556 I libprocessgroup: Successfully killed process cgroup uid 10027 pid 10845 in 3ms +02-27 07:58:58.591 10938 10954 I CallLogProvider: Will sync following Uris:[] +02-27 07:58:58.592 10938 10954 I CallLogProvider: Syncing call composer pics -- got [] +02-27 07:58:58.672 8520 9315 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 07:58:58.707 8520 10934 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 07:59:03.603 9179 9198 D EGL_emulation: app_time_stats: avg=16298.59ms min=31.38ms max=65057.99ms count=4 +02-27 07:59:03.879 8520 9108 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 07:59:03.913 8520 9315 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 07:59:03.946 8520 9108 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 07:59:04.014 505 1925 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 07:59:04.014 505 1925 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 07:59:04.014 505 1925 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 07:59:04.014 505 1925 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 07:59:04.016 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 07:59:04.028 322 322 D Zygote : Forked child process 10961 +02-27 07:59:04.063 505 555 W ActivityManager: Slow operation: 55ms so far, now at startProcess: building log message +02-27 07:59:04.063 505 555 I ActivityManager: Start proc 10961:com.google.android.gms.unstable/u0a57 for service {com.google.android.gms/com.google.android.gms.droidguard.DroidGuardService} +02-27 07:59:04.063 505 555 W ActivityManager: Slow operation: 55ms so far, now at startProcess: starting to update pids map +02-27 07:59:04.064 505 555 W ActivityManager: Slow operation: 56ms so far, now at startProcess: done updating pids map +02-27 07:59:04.097 10961 10961 E id.gms.unstabl: Not starting debugger since process cannot load the jdwp agent. +02-27 07:59:04.145 10961 10961 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 07:59:04.235 10961 10961 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 07:59:04.280 10961 10961 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 07:59:04.280 10961 10961 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:59:04.282 10961 10961 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 07:59:04.289 10961 10961 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 07:59:04.650 10961 10961 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 07:59:04.652 10961 10961 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 07:59:04.652 10961 10961 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 07:59:04.679 10961 10961 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 07:59:04.700 10961 10961 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 07:59:04.743 10961 10988 I Watchcat: Started +02-27 07:59:04.744 10961 10961 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 07:59:04.745 10961 10989 I GMS_MM_Logger: Started. +02-27 07:59:04.846 505 1683 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #8785} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (47 skipped) +02-27 07:59:05.041 182 182 I lowmemorykiller: Kill 'android.process.acore' (10938), uid 10028, oom_score_adj 700 to free 54764kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (158%) +02-27 07:59:05.051 505 594 D CountryDetector: No listener is left +02-27 07:59:05.052 322 322 I Zygote : Process 10938 exited due to signal 9 (Killed) +02-27 07:59:05.057 505 2796 I ActivityManager: Process android.process.acore (pid 10938) has died: prev LAST +02-27 07:59:05.057 505 556 I libprocessgroup: Successfully killed process cgroup uid 10028 pid 10938 in 0ms +02-27 07:59:05.095 10961 10975 W libc : Access denied finding property "persist.adb.tls_server.enable" +02-27 07:59:05.095 10961 10975 W libc : Access denied finding property "service.adb.tls.port" +02-27 07:59:05.088 10961 10961 W Binder:10961_3: type=1400 audit(0.0:104): avc: denied { read } for name="u:object_r:system_adbd_prop:s0" dev="tmpfs" ino=236 scontext=u:r:gmscore_app:s0:c512,c768 tcontext=u:object_r:system_adbd_prop:s0 tclass=file permissive=0 app=com.google.android.gms +02-27 07:59:05.092 10961 10961 W Binder:10961_3: type=1400 audit(0.0:105): avc: denied { read } for name="u:object_r:adbd_prop:s0" dev="tmpfs" ino=46 scontext=u:r:gmscore_app:s0:c512,c768 tcontext=u:object_r:adbd_prop:s0 tclass=file permissive=0 app=com.google.android.gms +02-27 07:59:05.104 10883 10883 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 15 +02-27 07:59:05.108 10883 10883 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 15 +02-27 07:59:05.123 10733 10733 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 15 +02-27 07:59:05.407 9179 9198 D EGL_emulation: app_time_stats: avg=156.21ms min=4.51ms max=880.59ms count=11 +02-27 07:59:05.476 8520 8599 W GLSUser : [AppCertManager] Failed to get security token. +02-27 07:59:05.476 8520 8599 W GLSUser : java.io.IOException: Invalid scope +02-27 07:59:05.476 8520 8599 W GLSUser : at xom.d(:com.google.android.gms@223616103@22.36.16 (180406-476895098):22) +02-27 07:59:05.476 8520 8599 W GLSUser : at xom.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):8) +02-27 07:59:05.476 8520 8599 W GLSUser : at jpp.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):14) +02-27 07:59:05.476 8520 8599 W GLSUser : at jpn.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 07:59:05.476 8520 8599 W GLSUser : at jpi.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 07:59:05.476 8520 8599 W GLSUser : at jpl.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 07:59:05.476 8520 8599 W GLSUser : at hob.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):13) +02-27 07:59:05.476 8520 8599 W GLSUser : at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 07:59:05.476 8520 8599 W GLSUser : at oiz.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):6) +02-27 07:59:05.476 8520 8599 W GLSUser : at oiz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 07:59:05.476 8520 8599 W GLSUser : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 07:59:05.476 8520 8599 W GLSUser : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 07:59:05.476 8520 8599 W GLSUser : at ooc.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 07:59:05.476 8520 8599 W GLSUser : at java.lang.Thread.run(Thread.java:920) +02-27 07:59:05.645 8520 8599 W GLSUser : [AppCertManager] IOException while requesting key: +02-27 07:59:05.645 8520 8599 W GLSUser : java.io.IOException: Invalid device key response. +02-27 07:59:05.645 8520 8599 W GLSUser : at jpp.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):30) +02-27 07:59:05.645 8520 8599 W GLSUser : at jpn.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 07:59:05.645 8520 8599 W GLSUser : at jpi.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 07:59:05.645 8520 8599 W GLSUser : at jpl.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 07:59:05.645 8520 8599 W GLSUser : at hob.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):13) +02-27 07:59:05.645 8520 8599 W GLSUser : at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 07:59:05.645 8520 8599 W GLSUser : at oiz.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):6) +02-27 07:59:05.645 8520 8599 W GLSUser : at oiz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 07:59:05.645 8520 8599 W GLSUser : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 07:59:05.645 8520 8599 W GLSUser : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 07:59:05.645 8520 8599 W GLSUser : at ooc.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 07:59:05.645 8520 8599 W GLSUser : at java.lang.Thread.run(Thread.java:920) +02-27 07:59:05.852 8520 10934 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 07:59:10.465 9179 9198 D EGL_emulation: app_time_stats: avg=496.05ms min=2.78ms max=4555.21ms count=10 +02-27 07:59:13.127 9276 9276 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 07:59:16.318 505 2796 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #8815} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (27 skipped) +02-27 07:59:16.493 9179 9198 D EGL_emulation: app_time_stats: avg=262.77ms min=2.91ms max=5673.13ms count=22 +02-27 07:59:17.025 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fe694000 0x1feff4000] +02-27 07:59:17.029 9179 9265 D HostConnection: createUnique: call +02-27 07:59:17.030 9179 9265 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b0cc250, tid 9265 +02-27 07:59:17.033 9179 9265 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:59:17.034 9179 9265 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 07:59:17.036 9179 9265 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 07:59:17.037 9179 9265 D EGL_emulation: eglCreateContext: 0xb400007b8b0a1a10: maj 3 min 0 rcv 3 +02-27 07:59:17.040 9179 9265 D EGL_emulation: eglMakeCurrent: 0xb400007b8b0a1a10: ver 3 0 (tinfo 0x7da366d100) (first time) +02-27 07:59:17.508 9179 9198 D EGL_emulation: app_time_stats: avg=13.01ms min=2.72ms max=240.63ms count=42 +02-27 07:59:18.509 9179 9198 D EGL_emulation: app_time_stats: avg=21.98ms min=2.93ms max=444.90ms count=33 +02-27 07:59:24.303 9179 9198 D EGL_emulation: app_time_stats: avg=714.73ms min=3.02ms max=5633.08ms count=8 +02-27 07:59:30.335 9179 9198 D EGL_emulation: app_time_stats: avg=250.51ms min=2.97ms max=5665.11ms count=23 +02-27 07:59:32.706 10733 10751 I Finsky : [44] hgw.run(28): Stats for Executor: BlockingExecutor hke@2883e4[Running, pool size = 2, active threads = 0, queued tasks = 0, completed tasks = 12] +02-27 07:59:32.738 10733 10751 I Finsky : [44] hgw.run(28): Stats for Executor: LightweightExecutor hke@fc7d04d[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 77] +02-27 07:59:32.741 10733 10751 I Finsky : [44] hgw.run(28): Stats for Executor: bgExecutor hke@2195702[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 130] +02-27 07:59:33.980 505 505 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #8820} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (4 skipped) +02-27 07:59:34.008 505 2796 D WifiNl80211Manager: Scan result ready event +02-27 07:59:34.008 505 2796 D WifiNative: Scan result ready event +02-27 07:59:34.019 10733 10733 I Finsky : [2] msm.onStartJob(3): SCH: job service start with id 9269. +02-27 07:59:34.126 10733 11012 I Finsky : [119] mnx.a(27): SCH: Satisfied jobs for 9269 are: 29-29 +02-27 07:59:34.178 10733 11013 I Finsky : [120] mrk.accept(52): SCH: Job 29-29 starting +02-27 07:59:34.214 10733 11014 I Finsky : [121] pqs.F(0): ProcessRecoveryLogsUtil: No files in recovery directory +02-27 07:59:34.214 10733 11014 I Finsky : [121] mqw.r(4): SCH: jobFinished: 29-29. TimeElapsed: 24ms. +02-27 07:59:34.248 10733 10760 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 07:59:34.248 10733 10760 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772153257487, Constraints: [{ L: 900000, D: 1800000, C: 1, I: 1, N: 0 }] +02-27 07:59:34.258 10733 10760 I Finsky : [53] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 07:59:34.259 10733 10760 I Finsky : [53] mqf.apply(87): SCH: Scheduling system job Id: 9272, L: 183229, D: 1083229, C: false, I: false, N: 0 +02-27 07:59:34.274 10733 11013 I Finsky : [120] msm.a(16): SCH: job service finished with id 9269. +02-27 07:59:36.613 9179 9198 D EGL_emulation: app_time_stats: avg=261.13ms min=3.15ms max=5910.67ms count=23 +02-27 07:59:37.688 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1feff4000 0x1ff378000] +02-27 07:59:37.692 9179 9265 D HostConnection: createUnique: call +02-27 07:59:37.692 9179 9265 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b0cc0d0, tid 9265 +02-27 07:59:37.696 9179 9265 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:59:37.697 9179 9265 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 07:59:37.697 9179 9265 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 07:59:37.698 9179 9265 D EGL_emulation: eglCreateContext: 0xb400007b8b0d1110: maj 3 min 0 rcv 3 +02-27 07:59:37.701 9179 9265 D EGL_emulation: eglMakeCurrent: 0xb400007b8b0d1110: ver 3 0 (tinfo 0x7da366d100) (first time) +02-27 07:59:37.724 9179 9198 D EGL_emulation: app_time_stats: avg=43.66ms min=2.94ms max=770.51ms count=20 +02-27 07:59:38.764 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10054; state: DISABLED +02-27 07:59:38.764 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10054; state: DISABLED +02-27 07:59:38.764 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10054; state: DISABLED +02-27 07:59:38.764 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10054; state: ENABLED +02-27 07:59:38.765 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10054; state: ENABLED +02-27 07:59:38.774 322 322 D Zygote : Forked child process 11015 +02-27 07:59:38.776 505 555 I ActivityManager: Start proc 11015:com.google.android.apps.mediashell/u0a54 for service {com.google.android.apps.mediashell/com.google.android.apps.mediashell.MediaShellCastReceiverService} +02-27 07:59:38.831 11015 11015 E apps.mediashel: Not starting debugger since process cannot load the jdwp agent. +02-27 07:59:38.907 11015 11015 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10054; state: ENABLED +02-27 07:59:38.980 11015 11015 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AndroidMediaShell/lib/arm64:/product/priv-app/AndroidMediaShell/AndroidMediaShell.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 07:59:39.009 11015 11015 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.apps.mediashell' set to: 'default' +02-27 07:59:39.009 11015 11015 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 07:59:39.012 11015 11015 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:59:39.014 11015 11015 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 07:59:39.038 11015 11015 D cr_LibraryLoader: [LibraryLoader.java:324] Configuration: useChromiumLinker() = false, mUseModernLinker = false +02-27 07:59:39.081 11015 11015 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:39] onCreate +02-27 07:59:39.081 11015 11015 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:44] onStartCommand(null, 0, 10) +02-27 07:59:39.081 11015 11015 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:91] Building and starting cast receiver +02-27 07:59:39.081 11015 11015 D cr_CastBrowserHelper: [CastBrowserHelper.java:37] Performing one-time browser initialization +02-27 07:59:39.080 11015 11015 W apps.mediashell: type=1400 audit(0.0:106): avc: denied { search } for name="tmp" dev="dm-4" ino=65538 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:shell_data_file:s0 tclass=dir permissive=0 app=com.google.android.apps.mediashell +02-27 07:59:39.089 11015 11015 D cr_CastCmdLineHelper: [CastCommandLineHelper.java:98] appending command line arg: multizone-device-delay=0 +02-27 07:59:39.090 11015 11015 D cr_LibraryLoader: [LibraryLoader.java:684] Loading with the System linker. +02-27 07:59:39.258 11015 11015 D cr_LibraryLoader: [LibraryLoader.java:690] Time to load native libraries: 149 ms +02-27 07:59:39.273 11015 11015 W chromium: [0227/075939.270281:WARNING:library_prefetcher.cc(326)] Code not ordered, madvise optimization skipped +02-27 07:59:39.276 11015 11015 I cr_LibraryLoader: Successfully loaded native library +02-27 07:59:39.277 11015 11015 I cr_CachingUmaRecorder: Flushed 1 samples from 1 histograms. +02-27 07:59:39.278 11015 11015 D cr_CastBrowserHelper: [CastBrowserHelper.java:49] Loading BrowserStartupController... +02-27 07:59:39.281 11015 11015 D cr_BrowserStartup: [BrowserStartupControllerImpl.java:437] Initializing chromium process, singleProcess=false +02-27 07:59:39.319 11015 11015 D cr_ChromecastConfigAndroid: [ChromecastConfigAndroid.java:86] initializeSendUsageStatsSetting +02-27 07:59:39.321 11015 11015 D cr_ChromecastConfigAndroid: [ChromecastConfigAndroid.java:100] updateSendUsageStatsSetting +02-27 07:59:39.381 11015 11015 I chromium: [11015:11015:INFO:cast_content_browser_client_internal.cc(428)] Remote heap profiler is disabled. +02-27 07:59:39.395 11015 11015 V cr_Accessibility: [BrowserAccessibilityState.java:196] Enabled accessibility services list updated. +02-27 07:59:39.462 182 182 I lowmemorykiller: Kill 'com.google.android.gms.unstable' (10961), uid 10057, oom_score_adj 905 to free 49056kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (130%) +02-27 07:59:39.484 322 322 I Zygote : Process 10961 exited due to signal 9 (Killed) +02-27 07:59:39.505 505 1395 I ActivityManager: Process com.google.android.gms.unstable (pid 10961) has died: cch+5 CEM +02-27 07:59:39.508 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 10961 in 0ms +02-27 07:59:39.602 10883 10883 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 10 +02-27 07:59:39.608 10883 10883 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 10 +02-27 07:59:39.608 10733 10733 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 10 +02-27 07:59:39.619 11015 11039 I cr_CastCrashUploader: Remove crash dumps +02-27 07:59:39.673 182 182 I lowmemorykiller: Kill 'com.google.process.gservices' (8538), uid 10057, oom_score_adj 905 to free 49072kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (414%) +02-27 07:59:39.680 505 1683 I ActivityManager: Process com.google.process.gservices (pid 8538) has died: cch+5 CEM +02-27 07:59:39.682 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 8538 in 1ms +02-27 07:59:39.683 322 322 I Zygote : Process 8538 exited due to signal 9 (Killed) +02-27 07:59:39.736 11015 11045 I chromium: [11015:11045:INFO:cast_media_android.cc(44)] Initialize: +02-27 07:59:39.743 11015 11045 I cr_VolumeControlAndroid: Creating new VolumeControl instance +02-27 07:59:39.764 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(17)] Build volume cache for type 0: +02-27 07:59:39.779 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 0(0) -> -120 +02-27 07:59:39.780 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 1(0.0666667) -> -53.2632 +02-27 07:59:39.781 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 2(0.133333) -> -46.6316 +02-27 07:59:39.782 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 3(0.2) -> -40 +02-27 07:59:39.783 11015 11015 I chromium: [11015:11015:INFO:supported_codec_finder.cc(28)] Adding 32 supported codec profiles/levels +02-27 07:59:39.783 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 4(0.266667) -> -36.55 +02-27 07:59:39.783 11015 11042 I chromium: [11015:11042:INFO:external_mojo_broker.cc(236)] Register service cast_browser +02-27 07:59:39.784 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 5(0.333333) -> -32.525 +02-27 07:59:39.785 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 6(0.4) -> -28.5 +02-27 07:59:39.786 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 7(0.466667) -> -25.05 +02-27 07:59:39.787 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 8(0.533333) -> -21.025 +02-27 07:59:39.788 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 9(0.6) -> -17 +02-27 07:59:39.788 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 10(0.666667) -> -14.45 +02-27 07:59:39.789 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 11(0.733333) -> -11.475 +02-27 07:59:39.790 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 12(0.8) -> -8.5 +02-27 07:59:39.791 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 13(0.866667) -> -5.95 +02-27 07:59:39.791 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 14(0.933333) -> -2.975 +02-27 07:59:39.792 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 15(1) -> 0 +02-27 07:59:39.792 11015 11047 I chromium: [11015:11047:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-40 type=MEDIA +02-27 07:59:39.793 11015 11047 I chromium: [11015:11047:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=0: volume=0.2 (-40) mute=0 +02-27 07:59:39.793 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(17)] Build volume cache for type 1: +02-27 07:59:39.794 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 0(0) -> -29.7 +02-27 07:59:39.794 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 1(0.142857) -> -29.7 +02-27 07:59:39.794 11015 11015 I chromium: [11015:11015:INFO:uds_peercred_filter.cc(165)] Performing one-time injection of UdsPeercredFilter into GRPC. +02-27 07:59:39.795 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 2(0.285714) -> -25.0455 +02-27 07:59:39.796 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 3(0.428571) -> -20.1 +02-27 07:59:39.797 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 4(0.571429) -> -15 +02-27 07:59:39.798 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 5(0.714286) -> -9.9 +02-27 07:59:39.798 11015 11015 W chromium: [11015:11015:WARNING:client_auth_manager.cc(103)] Old certificate is empty. +02-27 07:59:39.798 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 6(0.857143) -> -4.8 +02-27 07:59:39.798 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 7(1) -> 0 +02-27 07:59:39.798 11015 11047 I chromium: [11015:11047:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-25.0455 type=ALARM +02-27 07:59:39.799 11015 11047 I chromium: [11015:11047:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=1: volume=0.285714 (-25.0455) mute=0 +02-27 07:59:39.799 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(17)] Build volume cache for type 2: +02-27 07:59:39.800 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 0(0) -> -120 +02-27 07:59:39.801 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 1(0.142857) -> -21.5625 +02-27 07:59:39.802 11015 11015 E chromium: [11015:11015:ERROR:device_info_impl.cc(1352)] Cannot get MAC address. +02-27 07:59:39.802 11015 11015 I chromium: [11015:11015:INFO:device_info_impl.cc(1356)] MAC address for : 00:00:00:00:00:00 +02-27 07:59:39.803 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 2(0.285714) -> -18.9375 +02-27 07:59:39.804 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 3(0.428571) -> -16.3636 +02-27 07:59:39.806 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 4(0.571429) -> -13.6364 +02-27 07:59:39.807 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 5(0.714286) -> -11.1176 +02-27 07:59:39.808 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 6(0.857143) -> -8.64706 +02-27 07:59:39.808 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 7(1) -> -6 +02-27 07:59:39.808 11015 11047 I chromium: [11015:11047:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-21.5625 type=COMMUNICATION +02-27 07:59:39.808 11015 11047 I chromium: [11015:11047:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=2: volume=0.142857 (-21.5625) mute=0 +02-27 07:59:39.808 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(17)] Build volume cache for type 3: +02-27 07:59:39.808 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 0(0) -> -24 +02-27 07:59:39.809 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 1(0.2) -> -24 +02-27 07:59:39.810 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 2(0.4) -> -17.9394 +02-27 07:59:39.812 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 3(0.6) -> -11.8788 +02-27 07:59:39.813 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 4(0.8) -> -5.88235 +02-27 07:59:39.814 11015 11047 I chromium: [11015:11047:INFO:volume_cache.cc(28)] 5(1) -> 0 +02-27 07:59:39.814 11015 11047 I chromium: [11015:11047:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-17.9394 type=OTHER +02-27 07:59:39.815 11015 11047 I chromium: [11015:11047:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=3: volume=0.4 (-17.9394) mute=0 +02-27 07:59:39.821 11015 11015 I chromium: [11015:11015:INFO:device_info_impl.cc(405)] Device model id: Google.emulator64_arm64.sdk_google_atv64_arm64 +02-27 07:59:39.821 11015 11015 I chromium: [11015:11015:INFO:device_info_impl.cc(440)] Control Notifications: 0 +02-27 07:59:39.821 11015 11015 E chromium: [11015:11015:ERROR:device_info_impl.cc(145)] Cannot read file: /data/bootid +02-27 07:59:39.821 11015 11015 I chromium: [11015:11015:INFO:device_info_impl.cc(456)] SSDP Boot ID: 0 +02-27 07:59:39.821 11015 11015 I chromium: [11015:11015:INFO:device_info_impl.cc(460)] SSDP Config ID: 1 +02-27 07:59:39.824 11015 11015 W chromium: [11015:11015:WARNING:secure_storage_impl.cc(115)] Device key not available yet. +02-27 07:59:39.831 11015 11015 I chromium: [11015:11015:INFO:crypto_manager.cc(257)] Public key: MIIBCgKCAQEAw2jhAxLfHUp4ZFJiAJ6Od5c82w7pu4hXjsGkAybnQ9X8f5omqDtNN7/NYNyWBhHxz0Szft+npN3L/hE7Q1pDlruIMfNHIKMGaAbqlKXxMmqClSYYEPQMSuiXIwzc9Y3GPGR8dyXlCE8ZFEKFX+cM/ZuXO2/XSTTI8yZQAEmO2Pegn/4xEqJyrArhSWCUYAawJNTy8s7XLGAaX4s8RAudmFew44ga0/iOVYpfVAovtc9YDsjauTXqYRT0Y+4I1982SWg/uQNIyvpdICSDwpCdR+82Ek+Enl//bkS2OAHymRWS5jh6ClWMAA+lCUtx6UlyzfJ4l732iGRXaMSfwLNVnwIDAQAB +02-27 07:59:39.831 11015 11015 I chromium: [11015:11015:INFO:crypto_manager.cc(268)] Public modulus: w2jhAxLfHUp4ZFJiAJ6Od5c82w7pu4hXjsGkAybnQ9X8f5omqDtNN7_NYNyWBhHxz0Szft-npN3L_hE7Q1pDlruIMfNHIKMGaAbqlKXxMmqClSYYEPQMSuiXIwzc9Y3GPGR8dyXlCE8ZFEKFX-cM_ZuXO2_XSTTI8yZQAEmO2Pegn_4xEqJyrArhSWCUYAawJNTy8s7XLGAaX4s8RAudmFew44ga0_iOVYpfVAovtc9YDsjauTXqYRT0Y-4I1982SWg_uQNIyvpdICSDwpCdR-82Ek-Enl__bkS2OAHymRWS5jh6ClWMAA-lCUtx6UlyzfJ4l732iGRXaMSfwLNVnw +02-27 07:59:39.831 11015 11015 I chromium: [11015:11015:INFO:crypto_manager.cc(273)] Public exponent: AQAB +02-27 07:59:39.837 11015 11015 I chromium: [11015:11015:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:59:39.837 11015 11015 I chromium: [11015:11015:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:59:39.837 11015 11053 I chromium: [11015:11053:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 07:59:39.837 11015 11015 I chromium: [11015:11015:INFO:service_base.h(78)] Size of the map for type AuthTokenResponse is 0 +02-27 07:59:39.838 11015 11015 W chromium: [11015:11015:WARNING:service_manager_android.cc(70)] Client wayland was not found in whitelisted packages. +02-27 07:59:39.838 11015 11015 I chromium: [11015:11015:INFO:service_manager_android.cc(79)] Creating socket localhost:10042 +02-27 07:59:39.838 11015 11015 I chromium: [11015:11015:INFO:grpc_manager_impl.cc(335)] GRPC[uri=localhost:10042]: Shutting down CQ. +02-27 07:59:39.838 11015 11015 I chromium: [11015:11015:INFO:grpc_completion_queue_wrapper.cc(51)] CQ is shutting down: id=0 +02-27 07:59:39.838 11015 11015 I chromium: [11015:11015:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=1 +02-27 07:59:39.838 11015 11015 I chromium: [11015:11015:INFO:grpc_manager_impl.cc(852)] GRPC[uri=localhost:10042]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:59:39.838 11015 11015 I chromium: [11015:11015:INFO:grpc_manager_impl.cc(442)] GRPC[uri=localhost:10042]: Can't start server yet, missing start_requsted_ +02-27 07:59:39.839 11015 11015 I chromium: [11015:11015:INFO:grpc_manager_impl.cc(384)] GRPC[uri=localhost:10042]: Registered service chromecast.user_auth.proto.UserAuthService +02-27 07:59:39.839 11015 11015 I chromium: [11015:11015:INFO:grpc_manager_impl.cc(406)] GRPC[uri=localhost:10042]: Registered a handler AuthTokenChannel for service chromecast.user_auth.proto.UserAuthService +02-27 07:59:39.839 11015 11015 I chromium: [11015:11015:INFO:grpc_manager_impl.cc(452)] GRPC[uri=localhost:10042]: Proceeding to try to start server. +02-27 07:59:39.839 11015 11053 I chromium: [11015:11053:INFO:grpc_manager_impl.cc(689)] GRPC[uri=]: Completion queue is exiting: id=0 +02-27 07:59:39.839 11015 11053 I chromium: [11015:11053:INFO:grpc_manager_impl.cc(683)] GRPC[uri=localhost:10042]: Started processing completion queue: id=1 +02-27 07:59:39.845 11015 11015 I chromium: [11015:11015:INFO:grpc_manager_impl.cc(509)] GRPC[uri=localhost:10042]: Grpc server started in port 10042 +02-27 07:59:39.845 11015 11015 I chromium: [11015:11015:INFO:service_manager_android.cc(83)] Android server started for service: user_auth +02-27 07:59:39.848 11015 11015 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:59:39.848 11015 11015 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:59:39.856 11015 11015 I chromium: [11015:11015:INFO:gcm_manager.cc(132)] GCM Dir = /data/user/0/com.google.android.apps.mediashell/cache/gcm +02-27 07:59:39.856 11015 11015 I chromium: [11015:11015:INFO:gcm_manager.cc(246)] Enabling GCM Driver +02-27 07:59:39.858 11015 11015 I chromium: [11015:11015:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/home.hds.proto.device.config.RefreshConfigRequest +02-27 07:59:39.858 11015 11015 I chromium: [11015:11015:INFO:preload_initiator_mdns.cc(91)] Preload type: mdns +02-27 07:59:39.858 11015 11015 W chromium: [11015:11015:WARNING:hds_settings.cc(107)] HDS URL has not been set through command line. +02-27 07:59:39.859 11015 11015 I chromium: [11015:11015:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:59:39.859 11015 11015 I chromium: [11015:11015:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:59:39.859 11015 11015 I chromium: [11015:11015:INFO:grpc_manager_impl.cc(437)] GRPC[uri=]: Can't start server yet, missing URI. +02-27 07:59:39.859 11015 11057 I chromium: [11015:11057:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 07:59:39.860 11015 11015 I chromium: [11015:11015:INFO:lycra_gcm_impl.cc(112)] Deferring GCM registration until connectivity is up. +02-27 07:59:39.860 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:59:39.860 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:59:39.860 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:59:39.860 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:59:39.860 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:59:39.860 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:59:39.860 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:59:39.860 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:59:39.860 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:59:39.860 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:59:39.860 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:59:39.860 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:59:39.860 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:59:39.860 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:59:39.860 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:59:39.860 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:59:39.860 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:59:39.860 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:59:39.860 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(165)] Presence settings is: 0 +02-27 07:59:39.860 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(183)] Presence radar settings is: 0 +02-27 07:59:39.860 11015 11015 I chromium: [11015:11015:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:59:39.861 11015 11015 I chromium: [11015:11015:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:59:39.861 11015 11015 I chromium: [11015:11015:INFO:service_base.h(246)] Container sizes for type CloudSetting are (session_info_map: 0), (topic_info_map: 0), (pending_events: 0). +02-27 07:59:39.861 11015 11058 I chromium: [11015:11058:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 07:59:39.861 11015 11015 E chromium: [11015:11015:ERROR:socket_manifest_android.cc(33)] Socket config not found for service cloud_settings +02-27 07:59:39.861 11015 11015 W chromium: [11015:11015:WARNING:service_manager_android.cc(62)] No socket entry found for cloud_settings. Ignore if service was not intended to run on this OS. +02-27 07:59:39.861 11015 11015 I chromium: [11015:11015:INFO:cloud_settings_grpc_service_impl.cc(55)] CloudSettingsGrpcServiceImpl constructed, and started gRPC server. +02-27 07:59:39.861 11015 11015 I chromium: [11015:11015:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: a11y_display_settings +02-27 07:59:39.861 11015 11015 W chromium: [11015:11015:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [a11y_display_settings] in settings. +02-27 07:59:39.861 11015 11015 I chromium: [11015:11015:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: a11y_trait +02-27 07:59:39.861 11015 11015 W chromium: [11015:11015:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [a11y_trait] in settings. +02-27 07:59:39.861 11015 11015 I chromium: [11015:11015:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: alarm_volume_settings +02-27 07:59:39.861 11015 11015 W chromium: [11015:11015:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [alarm_volume_settings] in settings. +02-27 07:59:39.861 11015 11015 I chromium: [11015:11015:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: ambient_eq_settings +02-27 07:59:39.861 11015 11015 W chromium: [11015:11015:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [ambient_eq_settings] in settings. +02-27 07:59:39.861 11015 11015 I chromium: [11015:11015:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: assistant_volume_settings +02-27 07:59:39.861 11015 11015 W chromium: [11015:11015:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [assistant_volume_settings] in settings. +02-27 07:59:39.861 11015 11015 I chromium: [11015:11015:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: auto_software_update_settings +02-27 07:59:39.861 11015 11015 W chromium: [11015:11015:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [auto_software_update_settings] in settings. +02-27 07:59:39.861 11015 11015 I chromium: [11015:11015:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: display_theme_settings +02-27 07:59:39.861 11015 11015 W chromium: [11015:11015:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [display_theme_settings] in settings. +02-27 07:59:39.861 11015 11015 I chromium: [11015:11015:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: do_not_disturb_settings +02-27 07:59:39.861 11015 11015 W chromium: [11015:11015:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [do_not_disturb_settings] in settings. +02-27 07:59:39.861 11015 11015 I chromium: [11015:11015:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: eureka_info_settings +02-27 07:59:39.861 11015 11015 W chromium: [11015:11015:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [eureka_info_settings] in settings. +02-27 07:59:39.861 11015 11015 I chromium: [11015:11015:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: hdmi_settings +02-27 07:59:39.861 11015 11015 W chromium: [11015:11015:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [hdmi_settings] in settings. +02-27 07:59:39.861 11015 11015 I chromium: [11015:11015:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: night_mode_settings +02-27 07:59:39.861 11015 11015 W chromium: [11015:11015:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [night_mode_settings] in settings. +02-27 07:59:39.861 11015 11015 I chromium: [11015:11015:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: preview_program_settings +02-27 07:59:39.861 11015 11015 W chromium: [11015:11015:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [preview_program_settings] in settings. +02-27 07:59:39.861 11015 11015 I chromium: [11015:11015:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: privacy_settings +02-27 07:59:39.861 11015 11015 W chromium: [11015:11015:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [privacy_settings] in settings. +02-27 07:59:39.861 11015 11015 I chromium: [11015:11015:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: radar_presence_detection_settings +02-27 07:59:39.861 11015 11015 W chromium: [11015:11015:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [radar_presence_detection_settings] in settings. +02-27 07:59:39.861 11015 11015 I chromium: [11015:11015:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: technical_info +02-27 07:59:39.861 11015 11015 W chromium: [11015:11015:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [technical_info] in settings. +02-27 07:59:39.861 11015 11015 I chromium: [11015:11015:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: touch_interaction_presence_detection_settings +02-27 07:59:39.861 11015 11015 W chromium: [11015:11015:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [touch_interaction_presence_detection_settings] in settings. +02-27 07:59:39.861 11015 11015 I chromium: [11015:11015:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: ultrasound_settings +02-27 07:59:39.861 11015 11015 W chromium: [11015:11015:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [ultrasound_settings] in settings. +02-27 07:59:39.861 11015 11015 I chromium: [11015:11015:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: user_eq_settings +02-27 07:59:39.861 11015 11015 W chromium: [11015:11015:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [user_eq_settings] in settings. +02-27 07:59:39.861 11015 11015 I chromium: [11015:11015:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: user_interface_settings +02-27 07:59:39.861 11015 11015 W chromium: [11015:11015:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [user_interface_settings] in settings. +02-27 07:59:39.861 11015 11015 I chromium: [11015:11015:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: voice_interaction_presence_detection_settings +02-27 07:59:39.861 11015 11015 W chromium: [11015:11015:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [voice_interaction_presence_detection_settings] in settings. +02-27 07:59:39.861 11015 11015 I chromium: [11015:11015:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: wifi_settings +02-27 07:59:39.861 11015 11015 W chromium: [11015:11015:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [wifi_settings] in settings. +02-27 07:59:39.864 11015 11015 I chromium: [11015:11015:INFO:cloud_settings_manager_impl.cc(225)] Cloud settings is disabled. +02-27 07:59:39.864 11015 11015 W chromium: [11015:11015:WARNING:client_auth_manager.cc(103)] Old certificate is empty. +02-27 07:59:39.864 11015 11015 I chromium: [11015:11015:INFO:usonia_configs_with_cast_features.cc(55)] No extra groups +02-27 07:59:39.864 11015 11015 I chromium: [11015:11015:INFO:usonia_configs_with_cast_features.cc(304)] Usonia configs: UsoniaConfigs initialized +02-27 07:59:39.864 11015 11015 I chromium: [11015:11015:INFO:usonia_configs_with_cast_features.cc(305)] id_is_authenticated=0 +02-27 07:59:39.864 11015 11015 I chromium: [11015:11015:INFO:usonia_configs_with_cast_features.cc(306)] usonia_require_authenticated_ids=1 +02-27 07:59:39.864 11015 11015 I chromium: [11015:11015:INFO:usonia_configs_with_cast_features.cc(308)] usonia_extra_multicast_groups= +02-27 07:59:39.864 11015 11015 I chromium: [11015:11015:INFO:usonia_configs_with_cast_features.cc(310)] usonia_multicast_ttl=1 +02-27 07:59:39.864 11015 11015 I chromium: [11015:11015:INFO:usonia_configs_with_cast_features.cc(311)] usonia_higher_root_precedence=0 +02-27 07:59:39.864 11015 11015 I chromium: [11015:11015:INFO:usonia_configs_with_cast_features.cc(313)] usonia_allow_self_signed_certs=0 +02-27 07:59:39.864 11015 11015 I chromium: [11015:11015:INFO:usonia_configs_with_cast_features.cc(315)] usonia_enable_trusted_sets=1 +02-27 07:59:39.864 11015 11060 I chromium: [11015:11060:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:59:39.864 11015 11060 I chromium: [11015:11060:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:59:39.864 11015 11061 I chromium: [11015:11061:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 07:59:39.865 11015 11038 I chromium: [11015:11038:INFO:directory_service_impl.cc(419)] Boot count is now 10 +02-27 07:59:39.865 11015 11038 I chromium: [11015:11038:INFO:parent_tracker.cc(117)] [REDACTED] has hash 1127492593, root wait is 0.115374 s +02-27 07:59:39.865 11015 11060 I chromium: [11015:11060:INFO:grpc_auth_manager_with_grpc_ipc.cc(63)] Connecting IPC for Auth.AuthReadyStreaming. +02-27 07:59:39.867 11015 11038 I chromium: [11015:11038:INFO:parent_tracker.cc(213)] Now using local address [REDACTED] +02-27 07:59:39.867 11015 11038 I chromium: [11015:11038:INFO:parent_tracker.cc(231)] Using multicast TTL 1 +02-27 07:59:39.867 11015 11038 I chromium: [11015:11038:INFO:parent_tracker.cc(479)] Trusted set support is disabled +02-27 07:59:39.867 11015 11060 I chromium: [11015:11060:INFO:grpc_ipc_socket_client.cc(29)] GrpcIpcSocketClient created for usonia-ipc-socket +02-27 07:59:39.868 11015 11038 E chromium: [11015:11038:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 07:59:39.868 11015 11060 D BindingManager: with +02-27 07:59:39.868 11015 11060 D BindingManager: bind to service +02-27 07:59:39.868 11015 11038 E chromium: [11015:11038:ERROR:tcp_listener.cc(65)] Listen failed: net::ERR_ADDRESS_IN_USE : 0.0.0.0:10101 +02-27 07:59:39.868 11015 11038 E chromium: [11015:11038:ERROR:ssl_message_stream_socket_factory_cast.cc(72)] SSL listener error: -1 +02-27 07:59:39.874 11015 11060 I chromium: [11015:11060:INFO:distributed_service_discovery_with_grpc_ipc.cc(152)] Connecting IPC for DistributedServiceDiscovery.AddService. +02-27 07:59:39.874 11015 11060 I chromium: [11015:11060:INFO:distributed_service_discovery_with_grpc_ipc.cc(66)] Connecting IPC for DistributedServiceDiscovery.UpdateObservers. +02-27 07:59:39.874 11015 11060 I chromium: [11015:11060:INFO:metrics_recorder_with_grpc_ipc.cc(156)] Connecting IPC for MetricsRecorder.RecordMetrics: num_attempts=1 +02-27 07:59:39.874 11015 11060 I chromium: [11015:11060:INFO:synchronous_sound_player_with_grpc_ipc.cc(176)] Connecting IPC for SynchronousSoundPlayer.UpdateSound. +02-27 07:59:39.875 11015 11060 I chromium: [11015:11060:INFO:directory_service_with_grpc_ipc.cc(66)] Connecting IPC for DirectoryService.LocalDeviceInfo. +02-27 07:59:39.875 11015 11060 I chromium: [11015:11060:INFO:directory_service_with_grpc_ipc.cc(123)] Connecting IPC for DirectoryService.ObserveCommonTime. +02-27 07:59:39.875 11015 11060 I chromium: [11015:11060:INFO:directory_service_with_grpc_ipc.cc(279)] Connecting IPC for DirectoryService.UpdateStateObservers. +02-27 07:59:39.875 11015 11060 I chromium: [11015:11060:INFO:directory_service_with_grpc_ipc.cc(381)] Connecting IPC for DirectoryService.UpdateMessageObservers. +02-27 07:59:39.875 11015 11060 I chromium: [11015:11060:INFO:state_manager_with_grpc_ipc.cc(78)] Connecting IPC for StateManager.ReceiveStateUpdates. +02-27 07:59:39.875 11015 11060 I chromium: [11015:11060:INFO:services_layer_impl.cc(63)] Service layer is instantiated: debug_string=CastChild +02-27 07:59:39.875 11015 11060 I chromium: [11015:11060:INFO:services_layer_impl.cc(70)] Register usonia.EchoCastChild.SendEcho rpc. +02-27 07:59:39.875 11015 11060 I chromium: [11015:11060:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.EchoCastChild +02-27 07:59:39.876 11015 11060 I chromium: [11015:11060:INFO:usonia_child_process.cc(111)] Usonia child process is instantiated: debug_string=CastChild, server_uri=[::]:10011, ipc_uri= +02-27 07:59:39.876 11015 11015 I chromium: [11015:11015:INFO:multizone_manager.cc(339)] Multizone features are disabled +02-27 07:59:39.887 11015 11015 I cr_AppRestrictionService: RestrictionEntry: key=enable_lan_discovery, type=1, default=true +02-27 07:59:39.888 11015 11015 I chromium: [11015:11015:INFO:app_restrictions_service.cc(29)] Restriction 'enable_lan_discovery' = 1 +02-27 07:59:39.888 11015 11015 W chromium: [11015:11015:WARNING:cast_receiver_impl.cc(1529)] Cast receiver not initialized. Don't start discovery: state=0 +02-27 07:59:39.888 11015 11015 I chromium: [11015:11015:INFO:cast_receiver_impl.cc(1595)] SSDP server stopped. +02-27 07:59:39.890 11015 11015 E chromium: [11015:11015:ERROR:metrics_recorder_impl.cc(652)] Cannot record metrics event after MetricsRecorder stopped. +02-27 07:59:39.896 505 594 I WifiService: acquireWifiLock uid=10054 lockMode=1 +02-27 07:59:39.901 505 594 I WifiService: acquireMulticastLock uid=10054 +02-27 07:59:39.905 11015 11015 I chromium: [11015:11015:INFO:cast_thread_health_check.cc(53)] Receiver health check timeout: 15 seconds. +02-27 07:59:39.906 11015 11015 I chromium: [11015:11015:INFO:cast_certificate_grpc_service_dummy.cc(14)] Dummy CastCertificateGrpcService constructed. +02-27 07:59:39.906 11015 11015 I chromium: [11015:11015:INFO:matter_certificate_grpc_service_dummy.cc(14)] Dummy MatterCertificateGrpcService constructed. +02-27 07:59:39.913 11015 11015 I chromium: [11015:11015:INFO:debug_endpoint_manager_grpc_client.cc(383)] gRPC client channel state changed to GRPC_CHANNEL_IDLE +02-27 07:59:39.913 11015 11015 I chromium: [11015:11015:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:59:39.914 11015 11065 I chromium: [11015:11065:INFO:grpc_manager_impl.cc(683)] GRPC[uri=[::]:0]: Started processing completion queue: id=0 +02-27 07:59:39.914 11015 11015 I chromium: [11015:11015:INFO:grpc_manager_impl.cc(852)] GRPC[uri=[::]:0]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:59:39.914 11015 11015 I chromium: [11015:11015:INFO:grpc_manager_impl.cc(442)] GRPC[uri=[::]:0]: Can't start server yet, missing start_requsted_ +02-27 07:59:39.914 11015 11015 I chromium: [11015:11015:INFO:pref_metrics_manager.cc(67)] PrefMetricsManager started. +02-27 07:59:39.914 11015 11015 I chromium: [11015:11015:INFO:debug_endpoint_manager_grpc_client.cc(134)] 1 RPC call(s) postponed. Current gRPC channel state is GRPC_CHANNEL_IDLE +02-27 07:59:39.915 11015 11015 I chromium: [11015:11015:INFO:pref_control_debug_manager.cc(77)] DebugInterface registered. +02-27 07:59:39.916 11015 11015 I chromium: [11015:11015:INFO:pref_control_service_impl.cc(128)] Loading prefs from /data/user/0/com.google.android.apps.mediashell/cache/pref_control/pref_control.prefs +02-27 07:59:39.917 11015 11015 I chromium: [11015:11015:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:motion_sensing_pref,RestoreValue:1,ForceEnableParent:1,Value:1,Optin:0] +02-27 07:59:39.918 11015 11015 I chromium: [11015:11015:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:sleep_sensing_pref,RestoreValue:1,ForceEnableParent:1,Value:1,Optin:0] +02-27 07:59:39.918 11015 11015 I chromium: [11015:11015:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:sleep_disturbance_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 07:59:39.918 11015 11015 I chromium: [11015:11015:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:sleep_coaching_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 07:59:39.918 11015 11015 I chromium: [11015:11015:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:gesture_sensing_pref,RestoreValue:1,ForceEnableParent:1,Value:1,Optin:0] +02-27 07:59:39.918 11015 11015 I chromium: [11015:11015:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:play_and_pause_gesture_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 07:59:39.918 11015 11015 I chromium: [11015:11015:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:alarms_and_timers_gesture_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 07:59:39.918 11015 11015 I chromium: [11015:11015:INFO:pref_metrics_manager.cc(97)] Adding motion_sensing_pref to PrefMetricsManager. +02-27 07:59:39.918 11015 11015 I chromium: [11015:11015:INFO:pref_metrics_manager.cc(97)] Adding sleep_sensing_pref to PrefMetricsManager. +02-27 07:59:39.918 11015 11015 I chromium: [11015:11015:INFO:pref_metrics_manager.cc(97)] Adding sleep_disturbance_pref to PrefMetricsManager. +02-27 07:59:39.918 11015 11015 I chromium: [11015:11015:INFO:pref_metrics_manager.cc(97)] Adding sleep_coaching_pref to PrefMetricsManager. +02-27 07:59:39.918 11015 11015 I chromium: [11015:11015:INFO:pref_metrics_manager.cc(97)] Adding gesture_sensing_pref to PrefMetricsManager. +02-27 07:59:39.918 11015 11015 I chromium: [11015:11015:INFO:pref_metrics_manager.cc(97)] Adding play_and_pause_gesture_pref to PrefMetricsManager. +02-27 07:59:39.918 11015 11015 I chromium: [11015:11015:INFO:pref_metrics_manager.cc(97)] Adding alarms_and_timers_gesture_pref to PrefMetricsManager. +02-27 07:59:39.918 11015 11015 I chromium: [11015:11015:INFO:pref_control_service_impl.cc(92)] PrefControlService constructed. +02-27 07:59:39.919 11015 11015 I chromium: [11015:11015:INFO:sensor_pref_manager_impl.cc(250)] SensorPrefManagerImpl is disabled. +02-27 07:59:39.920 11015 11015 I chromium: [11015:11015:INFO:remote_ducking_receiver.cc(191)] remote ducking: starting receiver. +02-27 07:59:39.936 11015 11015 E chromium: [11015:11015:ERROR:timezone_settings.cc(200)] Got an empty string for timezone, default to: America/New_York +02-27 07:59:39.938 11015 11015 I chromium: [11015:11015:INFO:timezone_settings.cc(296)] Setting system timezone to America/New_York +02-27 07:59:39.956 11015 11015 W libc : Access denied finding property "ro.odm.cast.ssid_suffix" +02-27 07:59:39.957 11015 11015 I chromium: [11015:11015:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: auto_software_update_settings +02-27 07:59:39.957 11015 11015 I chromium: [11015:11015:INFO:api_reboot_idle_checker.cc(104)] active_activities count=1 +02-27 07:59:39.958 11015 11015 I chromium: [11015:11015:INFO:daily_reboot_impl.cc(167)] Daily reboot is disabled +02-27 07:59:39.959 11015 11015 I chromium: [11015:11015:INFO:structure_info_cast.cc(91)] Using trusted devices API for Usonia. +02-27 07:59:39.959 11015 11015 I chromium: [11015:11015:INFO:structure_info_cast.cc(127)] Finished handling trusted devices experiment flag. +02-27 07:59:39.962 11015 11072 I chromium: [11015:11072:INFO:services_layer_impl.cc(63)] Service layer is instantiated: debug_string=Main +02-27 07:59:39.963 11015 11072 I chromium: [11015:11072:INFO:services_layer_impl.cc(70)] Register usonia.EchoMain.SendEcho rpc. +02-27 07:59:39.963 11015 11072 I chromium: [11015:11072:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.EchoMain +02-27 07:59:39.964 11015 11073 W chromium: [11015:11073:WARNING:time_sync_responder.cc(37)] Failed to set DSCP +02-27 07:59:39.964 11015 11073 I chromium: [11015:11073:INFO:common_time_impl.cc(139)] New common clock leader [REDACTED], is_this_device=1, IP=[REDACTED], quality=2000 +02-27 07:59:39.965 11015 11073 I chromium: [11015:11073:INFO:common_time_impl.cc(173)] Set this device as common time source +02-27 07:59:39.965 11015 11072 I chromium: [11015:11072:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:59:39.965 11015 11072 I chromium: [11015:11072:INFO:grpc_manager_impl.cc(852)] GRPC[uri=binder:com.google.android.apps.mediashell:usonia-ipc-socket]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:59:39.966 11015 11075 I chromium: [11015:11075:INFO:grpc_manager_impl.cc(683)] GRPC[uri=binder:com.google.android.apps.mediashell:usonia-ipc-socket]: Started processing completion queue: id=0 +02-27 07:59:39.967 11015 11072 I chromium: [11015:11072:INFO:structure_info_cast.cc(78)] Usonia trusted devices flag flipped to true, but trusted devices structure info already enabled. +02-27 07:59:39.967 11015 11072 I chromium: [11015:11072:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.SynchronousSoundPlayerService +02-27 07:59:39.967 11015 11072 I chromium: [11015:11072:INFO:distributed_call_agent_impl.cc(81)] Added a service observer on the main thread. +02-27 07:59:39.968 11015 11038 I chromium: [11015:11038:INFO:parent_tracker.cc(479)] Trusted set support is disabled +02-27 07:59:39.968 11015 11072 I chromium: [11015:11072:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.DeviceInfoTrait +02-27 07:59:39.968 11015 11072 I chromium: [11015:11072:INFO:trait_manager_impl.cc(515)] Registered a trait publisher: trait=usonia.DeviceInfoTrait +02-27 07:59:39.968 11015 11072 I chromium: [11015:11072:INFO:usonia_main_process.cc(225)] Usonia main process is instantiated: server_uri=[::]:8012, ipc_uri= +02-27 07:59:39.970 11015 11072 E chromium: [11015:11072:ERROR:structure_info_from_trusted_devices_update_trigger_impl.cc(256)] Failed to read Usonia trusted devices trigger file. +02-27 07:59:39.970 11015 11072 E chromium: [11015:11072:ERROR:structure_storage.cc(263)] Failed to read Usonia trusted devices file. +02-27 07:59:39.970 11015 11072 W chromium: [11015:11072:WARNING:structure_info_from_trusted_devices.cc(322)] Failed to restore structure info +02-27 07:59:39.972 11015 11072 I chromium: [11015:11072:INFO:structure_info_from_trusted_devices.cc(612)] Previous fetch did not complete before shutdown, retrying +02-27 07:59:39.972 11015 11039 W chromium: [11015:11039:WARNING:tuning_manager.cc(99)] No mixer control available +02-27 07:59:39.973 11015 11036 W chromium: [11015:11036:WARNING:mute_led.cc(35)] No mute_led device found! +02-27 07:59:39.974 11015 11037 E chromium: [11015:11037:ERROR:file_path_watcher_linux.cc(76)] Failed to read /proc/sys/fs/inotify/max_user_watches +02-27 07:59:39.975 11015 11015 I chromium: [11015:11015:INFO:capture_service_dummy.cc(12)] Dummy CaptureService. +02-27 07:59:39.975 11015 11077 I chromium: [11015:11077:INFO:audio_socket_service_uds.cc(62)] Using endpoint /tmp/mixer-service +02-27 07:59:39.968 11015 11015 W ThreadPoolForeg: type=1400 audit(0.0:107): avc: denied { read } for name="max_user_watches" dev="proc" ino=105431 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.google.android.apps.mediashell +02-27 07:59:39.972 11015 11015 W ThreadPoolForeg: type=1400 audit(0.0:108): avc: denied { read } for name="/" dev="dm-0" ino=2 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:rootfs:s0 tclass=dir permissive=0 app=com.google.android.apps.mediashell +02-27 07:59:39.978 11015 11015 I chromium: [11015:11015:INFO:setup_api_registry.cc(188)] Register external API: auto_media_volume +02-27 07:59:39.978 11015 11015 I chromium: [11015:11015:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:59:39.979 11015 11015 I chromium: [11015:11015:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:59:39.979 11015 11078 I chromium: [11015:11078:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 07:59:39.979 11015 11015 I chromium: [11015:11015:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:59:39.979 11015 11015 I chromium: [11015:11015:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:59:39.979 11015 11015 I chromium: [11015:11015:INFO:service_base.h(78)] Size of the map for type LocalDeviceInfo is 0 +02-27 07:59:39.979 11015 11037 I chromium: [11015:11037:INFO:auto_volume.cc(142)] Auto volume is disabled +02-27 07:59:39.979 11015 11015 I chromium: [11015:11015:INFO:service_base.h(78)] Size of the map for type NetworkInfo is 0 +02-27 07:59:39.979 11015 11015 E chromium: [11015:11015:ERROR:socket_manifest_android.cc(33)] Socket config not found for service device_info +02-27 07:59:39.979 11015 11015 W chromium: [11015:11015:WARNING:service_manager_android.cc(62)] No socket entry found for device_info. Ignore if service was not intended to run on this OS. +02-27 07:59:39.980 11015 11079 I chromium: [11015:11079:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 07:59:39.980 11015 11015 I chromium: [11015:11015:INFO:device_info_grpc_service_impl.cc(74)] DeviceInfoGrpcServiceImpl constructed, and started gRPC server. +02-27 07:59:39.980 11015 11015 I chromium: [11015:11015:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:59:39.980 11015 11015 I chromium: [11015:11015:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:59:39.980 11015 11015 E chromium: [11015:11015:ERROR:socket_manifest_android.cc(33)] Socket config not found for service google.cast +02-27 07:59:39.980 11015 11015 W chromium: [11015:11015:WARNING:service_manager_android.cc(62)] No socket entry found for google.cast. Ignore if service was not intended to run on this OS. +02-27 07:59:39.980 11015 11080 I chromium: [11015:11080:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 07:59:39.980 11015 11015 I chromium: [11015:11015:INFO:file_util.cc(25)] base_assistant_dir = /data/user/0/com.google.android.apps.mediashell/cache +02-27 07:59:39.981 11015 11015 I chromium: [11015:11015:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 07:59:39.981 11015 11015 I chromium: [11015:11015:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 07:59:39.981 11015 11081 I chromium: [11015:11081:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 07:59:39.982 11015 11015 I chromium: [11015:11015:INFO:chromecast_service.cc(1634)] Geolocation changed to: 0 +02-27 07:59:39.982 11015 11077 I chromium: [11015:11077:INFO:audio_socket_service_uds.cc(62)] Using endpoint /tmp/audio-output-service +02-27 07:59:39.982 11015 11015 I chromium: [11015:11015:INFO:chromecast_service.cc(1674)] AoGH feature is: 0 +02-27 07:59:39.982 11015 11015 I chromium: [11015:11015:INFO:chromecast_service.cc(1728)] smart_home/actions feature is: 0 +02-27 07:59:39.982 11015 11015 I chromium: [11015:11015:INFO:chromecast_service.cc(1774)] Playback disruption feature is: 1 +02-27 07:59:39.982 11015 11015 I chromium: [11015:11015:INFO:playback_disruption_service.cc(348)] Playback disruption service enabled and running +02-27 07:59:39.988 11015 11056 I chromium: [11015:11056:INFO:media_manager_impl.cc(1188)] ScreenInfo changed: HDCP version=99 supported EOTFs=0 DolbyVision flags=0 Size(mm): 0x0 cur mode HDR=0 cur mode DV=0 +02-27 07:59:39.988 11015 11056 I chromium: [11015:11056:INFO:media_caps.cc(54)] ScreenInfoChanged HDCP version=99 Supported EOTFs=0 DolbyVision flags=0 Screen size(mm): 0x0 cur mode HDR=0 cur mode DV=0 +02-27 07:59:39.991 11015 11056 W libc : Access denied finding property "vendor.display-size" +02-27 07:59:39.992 11015 11038 I chromium: [11015:11038:INFO:device_set.cc(163)] Become root for set [REDACTED] +02-27 07:59:39.993 11015 11038 I chromium: [11015:11038:INFO:directory_service_impl.cc(536)] This device became root +02-27 07:59:39.995 11015 11056 I chromium: [11015:11056:INFO:media_manager_impl.cc(1232)] New screen resolution: new=(1920x1080), old=(0x0) +02-27 07:59:39.995 11015 11056 I chromium: [11015:11056:INFO:media_caps.cc(24)] ScreenResolutionChanged resolution=1920x1080 +02-27 07:59:39.998 11015 11056 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:59:39.999 11015 11056 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:59:39.999 11015 11056 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:59:39.999 11015 11056 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:59:40.000 11015 11056 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:59:40.000 11015 11056 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:59:40.000 11015 11056 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:59:40.001 11015 11056 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:59:40.002 11015 11056 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:59:40.003 11015 11056 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:59:40.004 11015 11056 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:59:40.005 11015 11056 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:59:40.006 11015 11056 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:59:40.006 11015 11056 I chromium: [11015:11056:INFO:media_manager_impl.cc(979)] New device volume control type: new_type=1, old_type=0 +02-27 07:59:40.006 11015 11056 I chromium: [11015:11056:INFO:media_manager_impl.cc(1002)] New device volume step interval: new_interval=0.0666667, old_interval=0 +02-27 07:59:40.007 11015 11056 W libc : Access denied finding property "vendor.display-size" +02-27 07:59:40.007 11015 11056 I chromium: [11015:11056:INFO:media_manager_impl.cc(358)] Media manager is initialized. +02-27 07:59:40.007 11015 11015 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:59:40.007 11015 11015 I chromium: [11015:11015:INFO:media_manager_impl.cc(275)] IsHdmiPlatform: 0 +02-27 07:59:40.008 11015 11015 I chromium: [11015:11015:INFO:hds_settings.cc(139)] HdsSettings using HDS url https://home-devices.googleapis.com/ +02-27 07:59:40.010 11015 11015 W chromium: [11015:11015:WARNING:application_config_manager_impl.cc(243)] Cannot read application config file: /system/bin/app.conf +02-27 07:59:40.010 11015 11015 I chromium: [11015:11015:INFO:application_manager_impl.cc(432)] Application manager is initialized. +02-27 07:59:40.010 11015 11015 I chromium: [11015:11015:INFO:mdns_cast_service.cc(153)] Device discovery state is idle +02-27 07:59:40.010 11015 11015 I chromium: [11015:11015:INFO:mdns_manager_impl.cc(162)] MdnsManager is initialized +02-27 07:59:40.010 11015 11015 I chromium: [11015:11015:INFO:config_downloader.cc(231)] Set config periodic interval: min=300, max=420 +02-27 07:59:40.010 11015 11015 I chromium: [11015:11015:INFO:crl_downloader.cc(267)] Set CRL periodic interval: min=2160, max=2880 +02-27 07:59:40.010 11015 11085 I chromium: [11015:11085:INFO:mdns_app_filter.cc(646)] MdnsAppFilter initialized +02-27 07:59:40.010 11015 11015 I chromium: [11015:11015:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/home.hds.proto.device.relayedcasting.RelayedCastingPleaseConnectRequest +02-27 07:59:40.010 11015 11085 I chromium: [11015:11085:INFO:discovered_service_client.cc(109)] Registering new service PTR listener: _googlecast._tcp.local +02-27 07:59:40.012 11015 11037 I chromium: [11015:11037:INFO:crl_downloader.cc(145)] CRL restored. +02-27 07:59:40.013 11015 11086 I chromium: [11015:11086:INFO:v2_transport.cc(434)] Added Cast V2 endpoint: id=Tr@n$p0rt-0, socket_factory_id=[REDACTED] +02-27 07:59:40.013 11015 11086 I chromium: [11015:11086:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.tp.connection +02-27 07:59:40.013 11015 11086 I chromium: [11015:11086:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.tp.heartbeat +02-27 07:59:40.013 11015 11086 I chromium: [11015:11086:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.tp.deviceauth +02-27 07:59:40.013 11015 11086 I chromium: [11015:11086:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.localauth +02-27 07:59:40.013 11015 11086 I chromium: [11015:11086:INFO:v2_transport.cc(313)] V2Transport initialized. +02-27 07:59:40.013 11015 11086 I chromium: [11015:11086:INFO:v2_transport.cc(391)] Added socket factory: id=opencast-socket +02-27 07:59:40.013 11015 11015 I chromium: [11015:11015:INFO:virtual_device_manager.cc(156)] Added virtual device: id=[REDACTED] +02-27 07:59:40.013 11015 11015 I chromium: [11015:11015:INFO:ccs_manager_impl.cc(560)] Added CCS device +02-27 07:59:40.013 11015 11015 I chromium: [11015:11015:INFO:dial_request_handler.cc(199)] DIAL request handler is initialized. +02-27 07:59:40.013 11015 11015 I chromium: [11015:11015:INFO:dial_request_handler.cc(213)] SSDP device description request handler is initialized. +02-27 07:59:40.014 11015 11086 I chromium: [11015:11086:INFO:v2_transport.cc(434)] Added Cast V2 endpoint: id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, socket_factory_id=[REDACTED] +02-27 07:59:40.014 11015 11086 I chromium: [11015:11086:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.receiver +02-27 07:59:40.014 11015 11086 I chromium: [11015:11086:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.receiver.discovery +02-27 07:59:40.014 11015 11086 I chromium: [11015:11086:INFO:v2_transport.cc(391)] Added socket factory: id=7f632b49-34bd-c56f-b953-dc3746d180ae +02-27 07:59:40.014 11015 11086 I chromium: [11015:11086:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.receiver.key_exchange +02-27 07:59:40.014 11015 11086 I chromium: [11015:11086:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.broadcast +02-27 07:59:40.014 11015 11015 I chromium: [11015:11015:INFO:ccs_manager_impl.cc(940)] Device model revision set to 0 +02-27 07:59:40.015 11015 11072 E chromium: [11015:11072:ERROR:usonia_main_process.cc(88)] Failed to publish device info trait: [error_code=NOT_FOUND, error_message=No subscribers.] +02-27 07:59:40.015 11015 11086 I chromium: [11015:11086:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.proximity +02-27 07:59:40.015 11015 11086 I chromium: [11015:11086:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.resource +02-27 07:59:40.015 11015 11015 I chromium: [11015:11015:INFO:chromecast_service.cc(1789)] Usonia GRPC feature is: 0 +02-27 07:59:40.015 11015 11015 I chromium: [11015:11015:INFO:usonia_child_process.cc(266)] Ignoring stop when not started. +02-27 07:59:40.015 11015 11015 I chromium: [11015:11015:INFO:usonia_main_process.cc(487)] Ignoring stop when not started. +02-27 07:59:40.016 11015 11036 I chromium: [11015:11036:INFO:hotspot_manager.cc(98)] Stop zombie hotspot if there is one +02-27 07:59:40.016 11015 11015 W chromium: [11015:11015:WARNING:setup_manager_impl.cc(724)] Clearing empty virtual channel +02-27 07:59:40.016 11015 11015 I chromium: [11015:11015:INFO:setup_manager_impl.cc(728)] release channel: +02-27 07:59:40.016 11015 11015 I chromium: [11015:11015:INFO:locale_manager.cc(241)] No timezone yet. +02-27 07:59:40.016 11015 11015 I chromium: [11015:11015:INFO:locale_manager.cc(270)] Current time format: 12-hour +02-27 07:59:40.016 11015 11071 I chromium: [11015:11071:INFO:setup_manager_impl.cc(862)] Initially set Google DNS servers: enable +02-27 07:59:40.016 11015 11071 I chromium: [11015:11071:INFO:setup_api_registry.cc(188)] Register external API: eureka_info +02-27 07:59:40.016 11015 11071 I chromium: [11015:11071:INFO:setup_api_registry.cc(188)] Register external API: set_network +02-27 07:59:40.016 11015 11071 I chromium: [11015:11071:INFO:setup_api_registry.cc(188)] Register external API: set_network_ssid +02-27 07:59:40.016 11015 11071 I chromium: [11015:11071:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: user_interface_settings +02-27 07:59:40.016 11015 11071 I chromium: [11015:11071:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: wifi_settings +02-27 07:59:40.016 11015 11071 I chromium: [11015:11071:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: hdmi_settings +02-27 07:59:40.016 11015 11071 I chromium: [11015:11071:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: preview_program_settings +02-27 07:59:40.016 11015 11071 I chromium: [11015:11071:INFO:setup_api_registry.cc(188)] Register external API: set_eureka_info +02-27 07:59:40.016 11015 11071 I chromium: [11015:11071:INFO:setup_api_registry.cc(188)] Register external API: get_app_device_id +02-27 07:59:40.016 11015 11071 I chromium: [11015:11071:INFO:setup_api_registry.cc(188)] Register external API: send_log_report +02-27 07:59:40.016 11015 11071 I chromium: [11015:11071:INFO:setup_manager_impl.cc(939)] Initially Set WPA3 support: disable +02-27 07:59:40.016 11015 11071 I chromium: [11015:11071:INFO:setup_manager_impl.cc(945)] Network check enabled, AddConnectivityCheckFailureObserver. +02-27 07:59:40.017 11015 11015 I chromium: [11015:11015:INFO:locale_manager.cc(291)] No locale. Set default from factory: en-US +02-27 07:59:40.021 11015 11015 I chromium: [11015:11015:INFO:locale_manager.cc(629)] New country code: US +02-27 07:59:40.021 11015 11037 I chromium: [11015:11037:INFO:metrics_recorder.cc(188)] cast event: Cast.CRL.Restored +02-27 07:59:40.021 11015 11015 W libc : Access denied finding property "ro.boot.wificountrycode" +02-27 07:59:40.016 11015 11015 W apps.mediashell: type=1400 audit(0.0:109): avc: denied { read } for name="u:object_r:wifi_config_prop:s0" dev="tmpfs" ino=281 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:wifi_config_prop:s0 tclass=file permissive=0 app=com.google.android.apps.mediashell +02-27 07:59:40.016 11015 11015 W apps.mediashell: type=1400 audit(0.0:110): avc: denied { read } for name="u:object_r:wifi_config_prop:s0" dev="tmpfs" ino=281 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:wifi_config_prop:s0 tclass=file permissive=0 app=com.google.android.apps.mediashell +02-27 07:59:40.021 11015 11015 W libc : Access denied finding property "ro.boot.wificountrycode" +02-27 07:59:40.022 11015 11015 I chromium: [11015:11015:INFO:setup_manager_impl.cc(764)] Initial activation date cached value: +02-27 07:59:40.022 11015 11015 I chromium: [11015:11015:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/google.internal.home.foyer.v1.resources.IsDeviceReadyRequest +02-27 07:59:40.022 11015 11015 I chromium: [11015:11015:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/home.cloud.biz.EnterWeavePairingModeRequest +02-27 07:59:40.022 11015 11015 I chromium: [11015:11015:INFO:api_reboot_idle_checker.cc(104)] active_activities count=1 +02-27 07:59:40.022 11015 11015 I chromium: [11015:11015:INFO:setup_api_registry.cc(188)] Register external API: reboot +02-27 07:59:40.022 11015 11015 W chromium: [11015:11015:WARNING:cast_crypto_keys_openssl_shlib.cc(70)] No valid ESN read. +02-27 07:59:40.022 11015 11039 W chromium: [11015:11039:WARNING:backlight_mitigator.cc(110)] Could not write to clamping control file +02-27 07:59:40.022 11015 11015 W chromium: [11015:11015:WARNING:cast_crypto_keys_openssl_shlib.cc(83)] Invalid or no DKE value read. +02-27 07:59:40.022 11015 11015 W chromium: [11015:11015:WARNING:cast_crypto_keys_openssl_shlib.cc(95)] Invalid or no DKH value read. +02-27 07:59:40.022 11015 11015 W chromium: [11015:11015:WARNING:cast_crypto_keys_openssl_shlib.cc(151)] Invalid or no DKW value read/computed. +02-27 07:59:40.022 11015 11015 I chromium: [11015:11015:INFO:persistent_logging_dummy.cc(11)] Persistent logging is disabled. +02-27 07:59:40.022 11015 11015 I chromium: [11015:11015:INFO:robot_account_auth_manager.cc(289)] No backend type specified. Getting COS URL based on the build type instead. +02-27 07:59:40.023 11015 11015 I chromium: [11015:11015:INFO:robot_account_auth_manager.cc(306)] Auth url: https://clients3.google.com/cast/orchestration/googleoauthtoken?rt=b +02-27 07:59:40.023 11015 11015 W chromium: [11015:11015:WARNING:robot_account_auth_manager.cc(448)] Failed to initialize JWT for 38579375 +02-27 07:59:40.023 11015 11015 I chromium: [11015:11015:INFO:queryable_data_registrar.cc(52)] Registering queryable data for managed mode as: 0 +02-27 07:59:40.023 11015 11015 I chromium: [11015:11015:INFO:queryable_data_registrar.cc(59)] Registering enable_hls_sample_aes=1 +02-27 07:59:40.023 11015 11015 I chromium: [11015:11015:INFO:queryable_data_registrar.cc(64)] Registering hls_sample_aes_init_segment +02-27 07:59:40.023 11015 11015 I chromium: [11015:11015:INFO:queryable_data_registrar.cc(70)] Registering visual-punt-on-platform-supported +02-27 07:59:40.023 11015 11086 I chromium: [11015:11086:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.assistant +02-27 07:59:40.025 11015 11037 W chromium: [11015:11037:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.025 11015 11037 W chromium: [11015:11037:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.025 11015 11037 W chromium: [11015:11037:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.025 11015 11037 W chromium: [11015:11037:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.025 11015 11037 W chromium: [11015:11037:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.025 11015 11037 W chromium: [11015:11037:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.025 11015 11037 W chromium: [11015:11037:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.025 11015 11037 W chromium: [11015:11037:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.025 11015 11037 W chromium: [11015:11037:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.025 11015 11037 W chromium: [11015:11037:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.025 11015 11037 W chromium: [11015:11037:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.025 11015 11037 W chromium: [11015:11037:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.025 11015 11037 W chromium: [11015:11037:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.026 11015 11037 I chromium: [11015:11037:INFO:net_util_impl.cc(511)] IP address: [REDACTED] MAC address: [REDACTED] +02-27 07:59:40.026 11015 11037 I chromium: [11015:11037:INFO:local_network_info_impl.cc(345)] LNID changed: +02-27 07:59:40.027 11015 11015 E ActivityThread: Failed to find provider info for com.google.android.tvsetup.app.machine.services.castsetup.castsetupinfo.CastInfoProvider +02-27 07:59:40.027 11015 11015 E cr_ClientAuthCredsFactoryProvisioned: Cannot get device credentials +02-27 07:59:40.027 11015 11015 I cr_ClientAuthCredsProvisioning: Can't get device creds. Loading Widevine creds +02-27 07:59:40.030 11015 11071 I chromium: [11015:11071:INFO:local_network_info_impl.cc(435)] LNID_W changed: +02-27 07:59:40.033 11015 11015 E chromium: [11015:11015:ERROR:jni_client_auth_creds_mediadrm.cc(292)] certs_ref is null +02-27 07:59:40.033 11015 11015 E chromium: [11015:11015:ERROR:client_auth_creds.cc(232)] Empty certs string. +02-27 07:59:40.033 11015 11015 E chromium: [11015:11015:ERROR:client_auth_signer.cc(160)] Failed to get key and cert from ClientAuthCreds. +02-27 07:59:40.033 11015 11015 W chromium: [11015:11015:WARNING:client_auth_manager.cc(125)] Certificate is empty. Do not store. +02-27 07:59:40.033 11015 11015 I chromium: [11015:11015:INFO:audio_focus_manager_impl.cc(27)] use_media_starting_block: 1 +02-27 07:59:40.033 11015 11015 I chromium: [11015:11015:INFO:chromecast_mojo_service.cc(146)] Registering 'chromecast' services. +02-27 07:59:40.034 11015 11042 I chromium: [11015:11042:INFO:external_mojo_broker.cc(236)] Register service chromecast +02-27 07:59:40.035 11015 11015 I chromium: [11015:11015:INFO:cast_metrics_service_client.cc(94)] Metrics client ID set: 01f19afc-6d86-4c08-99b8-ec196311c394 +02-27 07:59:40.035 11015 11015 I chromium: [11015:11015:INFO:device_info_impl.cc(933)] Metrics client ID: 01f19afc-6d86-4c08-99b8-ec196311c394 +02-27 07:59:40.038 11015 11015 I chromium: [11015:11015:INFO:metrics_stat_logger.cc(55)] Metrics stat for the past 60 secs : total=1 +02-27 07:59:40.038 11015 11015 I chromium: [metrics_stat_logger] Cast.Platform.UnexpectedExit=1 +02-27 07:59:40.038 11015 11086 E chromium: [11015:11086:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 07:59:40.038 11015 11086 I chromium: [11015:11086:INFO:v2_ssl_socket.cc(772)] IPv6 socket probably supports both IPv4 and IPv6 +02-27 07:59:40.039 11015 11015 I chromium: [11015:11015:INFO:cast_receiver_impl.cc(774)] Cast receiver started. +02-27 07:59:40.039 11015 11015 W chromium: [11015:11015:WARNING:cast_receiver_impl.cc(1079)] Network is not globally connected. Don't schedule config downloading yet. +02-27 07:59:40.040 11015 11015 I chromium: [11015:11015:INFO:ccs_manager_impl.cc(706)] Starting cloud ipc activity with CCS +02-27 07:59:40.040 11015 11015 I chromium: [11015:11015:INFO:ccs_manager_impl.cc(1417)] CcsManagerImpl opt_in.cloud_ipc pref changed: 1 +02-27 07:59:40.040 11015 11015 I chromium: [11015:11015:INFO:ccs_manager_impl.cc(1453)] Waiting for all transports to be enabled +02-27 07:59:40.040 11015 11015 I chromium: [11015:11015:INFO:grpc_manager_impl.cc(384)] GRPC[uri=[::]:0]: Registered service chromecast.LocalCloudcastService +02-27 07:59:40.040 11015 11015 I chromium: [11015:11015:INFO:grpc_manager_impl.cc(406)] GRPC[uri=[::]:0]: Registered a handler ExecuteActionScript for service chromecast.LocalCloudcastService +02-27 07:59:40.040 11015 11015 I chromium: [11015:11015:INFO:grpc_manager_impl.cc(406)] GRPC[uri=[::]:0]: Registered a handler ObserveDeviceStatus for service chromecast.LocalCloudcastService +02-27 07:59:40.040 11015 11015 I chromium: [11015:11015:INFO:grpc_manager_impl.cc(406)] GRPC[uri=[::]:0]: Registered a handler GetDeviceStatus for service chromecast.LocalCloudcastService +02-27 07:59:40.040 11015 11015 I chromium: [11015:11015:INFO:grpc_manager_impl.cc(452)] GRPC[uri=[::]:0]: Proceeding to try to start server. +02-27 07:59:40.041 11015 11015 I chromium: [11015:11015:INFO:grpc_manager_impl.cc(509)] GRPC[uri=[::]:0]: Grpc server started in port 33115 +02-27 07:59:40.041 11015 11015 I chromium: [11015:11015:INFO:ccs_manager_impl.cc(1453)] Waiting for all transports to be enabled +02-27 07:59:40.041 11015 11015 I chromium: [11015:11015:INFO:ccs_transport_gcm.cc(94)] Deferring GCM registration until connectivity is up +02-27 07:59:40.042 11015 11015 I chromium: [11015:11015:INFO:cast_receiver_impl.cc(881)] Cast receiver resumed. +02-27 07:59:40.042 11015 11015 W chromium: [11015:11015:WARNING:cast_receiver_impl.cc(1091)] Network is not globally connected. Don't schedule CRL downloading yet. +02-27 07:59:40.042 11015 11085 I chromium: [11015:11085:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 07:59:40.042 11015 11085 I chromium: [11015:11085:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 07:59:40.043 11015 11015 I chromium: [11015:11015:INFO:cast_web_service.cc(193)] Added session: e211736f-d07d-4bd3-8c9b-ac94c57f01b0 +02-27 07:59:40.043 11015 11015 I chromium: [11015:11015:INFO:application_identification_settings.cc(422)] new ApplicationIdentificationSettings session_id: e211736f-d07d-4bd3-8c9b-ac94c57f01b0 app_id: E8C28D3C universal_app_id: E8C28D3C flags: 23 headers: 2047 +02-27 07:59:40.043 11015 11085 I chromium: [11015:11085:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.SocketCreated +02-27 07:59:40.043 11015 11085 I chromium: [11015:11085:INFO:mdns_app_filter.cc(1440)] Created mDNS socket for interface:name=wlan0, address=10.0.2.16, index=16 +02-27 07:59:40.043 11015 11083 E chromium: [11015:11083:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 07:59:40.044 11015 11085 I chromium: [11015:11085:INFO:mdns_app_filter.cc(1135)] MdnsAppFilter is starting. +02-27 07:59:40.044 11015 11085 I chromium: [11015:11085:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.ResponderStarted +02-27 07:59:40.044 11015 11083 I chromium: [11015:11083:INFO:cast_web_server.cc(200)] Http server for Cast receiver started: port=8008 +02-27 07:59:40.044 11015 11015 I chromium: [11015:11015:INFO:chromecast_service_base.cc(396)] Network is disconnected, reconnecting Wifi. +02-27 07:59:40.044 11015 11084 E chromium: [11015:11084:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 07:59:40.044 11015 11015 I chromium: [11015:11015:INFO:chromecast_service.cc(1414)] Initial error code: 0 +02-27 07:59:40.045 11015 11071 I chromium: [11015:11071:INFO:setup_manager_impl.cc(1039)] Setup discoverability is enabled +02-27 07:59:40.045 11015 11071 W libc : Access denied finding property "ro.odm.cast.ssid_suffix" +02-27 07:59:40.045 11015 11015 I chromium: [11015:11015:INFO:chromecast_service.cc(1426)] Non-assistant device, start idle screen now. +02-27 07:59:40.045 11015 11071 I chromium: [11015:11071:INFO:hotspot_manager.cc(156)] Start: id=1 SSID=[REDACTED] hidden=0 +02-27 07:59:40.045 11015 11084 I chromium: [11015:11084:INFO:cast_web_server.cc(200)] Http server for Cast receiver started: port=8443 +02-27 07:59:40.045 11015 11039 I chromium: [11015:11039:INFO:hotspot_manager.cc(206)] Starting request id=1 ssid=[REDACTED] hidden=0 +02-27 07:59:40.045 11015 11086 I chromium: [11015:11086:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.setup +02-27 07:59:40.053 505 594 D ConnectivityService: requestNetwork for uid/pid:10054/11015 activeRequest: null callbackRequest: 149 [NetworkRequest [ REQUEST id=150, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ]] callback flags: 0 priority: 2147483647 +02-27 07:59:40.054 505 709 D ConnectivityService: NetReassign [150 : null → 100] +02-27 07:59:40.056 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=150, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] +02-27 07:59:40.056 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=150, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] +02-27 07:59:40.056 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=150, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] +02-27 07:59:40.057 505 709 D ConnectivityService: NetReassign [no changes] +02-27 07:59:40.088 11015 11088 I DrmHal : found instance=clearkey version=android.hardware.drm@1.4::IDrmFactory +02-27 07:59:40.088 11015 11088 I DrmHal : found instance=default version=android.hardware.drm@1.0::IDrmFactory +02-27 07:59:40.089 11015 11015 I cr_MdnsOffloadClientImpl: No offload service found +02-27 07:59:40.094 11015 11088 E DrmHal : uuid=[edef8ba979d64ace a3c827dcd51d21ed] No supported hal instance found +02-27 07:59:40.107 11015 11015 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:113] Started +02-27 07:59:40.109 11015 11088 E cr_ClientAuthRawSigner: Widevine UUID unsupported. +02-27 07:59:40.109 11015 11088 E cr_ClientAuthRawSigner: android.media.UnsupportedSchemeException: Failed to instantiate drm object: NO_INIT +02-27 07:59:40.109 11015 11088 E cr_ClientAuthRawSigner: ============================== Beginning of DRM Plugin Log ============================== +02-27 07:59:40.109 11015 11088 E cr_ClientAuthRawSigner: 02-27 07:59:40.088 I found instance=clearkey version=android.hardware.drm@1.4::IDrmFactory +02-27 07:59:40.109 11015 11088 E cr_ClientAuthRawSigner: 02-27 07:59:40.088 I found instance=default version=android.hardware.drm@1.0::IDrmFactory +02-27 07:59:40.109 11015 11088 E cr_ClientAuthRawSigner: 02-27 07:59:40.094 E uuid=[edef8ba979d64ace a3c827dcd51d21ed] No supported hal instance found +02-27 07:59:40.109 11015 11088 E cr_ClientAuthRawSigner: ============================== End of DRM Plugin Log ============================== +02-27 07:59:40.109 11015 11088 E cr_ClientAuthRawSigner: at android.media.MediaDrm.native_setup(Native Method) +02-27 07:59:40.109 11015 11088 E cr_ClientAuthRawSigner: at android.media.MediaDrm.(MediaDrm.java:293) +02-27 07:59:40.109 11015 11088 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthRawSigner.(ClientAuthRawSigner.java:32) +02-27 07:59:40.109 11015 11088 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthRawSigner.isProvisioned(ClientAuthRawSigner.java:83) +02-27 07:59:40.109 11015 11088 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthCredsWidevine.ensurePreProvisioned(ClientAuthCredsWidevine.java:233) +02-27 07:59:40.109 11015 11088 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthCredsWidevine.provisionCredsSync(ClientAuthCredsWidevine.java:186) +02-27 07:59:40.109 11015 11088 E cr_ClientAuthRawSigner: at com.google.android.apps.mediashell.ClientAuthCredsProvisioning.attemptCredsProvisioning(ClientAuthCredsProvisioning.java:88) +02-27 07:59:40.109 11015 11088 E cr_ClientAuthRawSigner: at com.google.android.apps.mediashell.ClientAuthCredsProvisioning.access$000(ClientAuthCredsProvisioning.java:32) +02-27 07:59:40.109 11015 11088 E cr_ClientAuthRawSigner: at com.google.android.apps.mediashell.ClientAuthCredsProvisioning$1.run(ClientAuthCredsProvisioning.java:53) +02-27 07:59:40.109 11015 11088 E cr_ClientAuthRawSigner: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) +02-27 07:59:40.109 11015 11088 E cr_ClientAuthRawSigner: at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 07:59:40.109 11015 11088 E cr_ClientAuthRawSigner: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) +02-27 07:59:40.109 11015 11088 E cr_ClientAuthRawSigner: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 07:59:40.109 11015 11088 E cr_ClientAuthRawSigner: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 07:59:40.109 11015 11088 E cr_ClientAuthRawSigner: at java.lang.Thread.run(Thread.java:920) +02-27 07:59:40.130 11015 11015 I chromium: [11015:11015:INFO:device_info_impl.cc(1061)] Primary netif changed: new=wlan0, old= +02-27 07:59:40.130 11015 11042 I chromium: [11015:11042:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.FeatureService +02-27 07:59:40.130 11015 11042 I chromium: [11015:11042:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 07:59:40.130 11015 11015 I chromium: [11015:11015:INFO:device_info_impl.cc(1070)] Primary IP address changed: netif=wlan0, new=10.0.2.16, old= +02-27 07:59:40.130 11015 11015 I chromium: [11015:11015:INFO:grpc_completion_queue_wrapper.cc(13)] CQ is destroyed: id=0 +02-27 07:59:40.132 11015 11015 I chromium: [11015:11015:INFO:metrics_recorder.cc(188)] cast event: Cast.System.Timezone.ChangeSuccessful +02-27 07:59:40.135 505 11092 I DropBoxManagerService: add tag=system_app_wtf isTagEnabled=true flags=0x2 +02-27 07:59:40.143 11015 11042 I chromium: [11015:11042:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 07:59:40.144 11015 11042 I chromium: [11015:11042:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 07:59:40.144 11015 11042 I chromium: [11015:11042:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 07:59:40.144 11015 11042 I chromium: [11015:11042:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.RemoteControlService +02-27 07:59:40.144 11015 11042 I chromium: [11015:11042:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 07:59:40.144 11015 11042 I chromium: [11015:11042:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 07:59:40.144 11015 11042 I chromium: [11015:11042:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 07:59:40.144 11015 11042 I chromium: [11015:11042:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 07:59:40.144 11015 11015 I chromium: [11015:11015:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 07:59:40.144 11015 11015 W chromium: [11015:11015:WARNING:secure_storage_impl.cc(115)] Device key not available yet. +02-27 07:59:40.145 11015 11042 I chromium: [11015:11042:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 07:59:40.145 11015 11042 I chromium: [11015:11042:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.DisplaySettings +02-27 07:59:40.145 11015 11042 I chromium: [11015:11042:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 07:59:40.145 11015 11071 W chromium: [11015:11071:WARNING:setup_manager_impl.cc(2238)] DNS Func not supported +02-27 07:59:40.145 11015 11015 I chromium: [11015:11015:INFO:ccs_manager_impl.cc(2007)] LNID has changed; Will re-register CCS +02-27 07:59:40.145 11015 11015 I chromium: [11015:11015:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 07:59:40.145 11015 11015 I chromium: [11015:11015:INFO:cast_auth_headers.cc(227)] Clearing cached auth headers. +02-27 07:59:40.145 11015 11015 I chromium: [11015:11015:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 07:59:40.145 11015 11015 W chromium: [11015:11015:WARNING:secure_storage_impl.cc(115)] Device key not available yet. +02-27 07:59:40.145 11015 11042 I chromium: [11015:11042:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.GeneralAudienceBrowsingAPIKeySubject +02-27 07:59:40.145 11015 11042 I chromium: [11015:11042:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 07:59:40.145 11015 11015 I chromium: [11015:11015:INFO:virtual_device_manager.cc(312)] Virtual device [REDACTED] using Cast V2 port 8009 +02-27 07:59:40.146 11015 11085 I chromium: [11015:11085:INFO:mdns_app_filter.cc(1870)] Re-probing due to newly registered service '1': _googlecast +02-27 07:59:40.146 11015 11071 I chromium: [11015:11071:INFO:setup_state.cc(263)] Setup state changed: SETUP_STATE_UNKNOWN (0) -> SETUP_STATE_CHECKING_GLOBAL_CONNECTIVITY (50) +02-27 07:59:40.146 11015 11015 W chromium: [11015:11015:WARNING:libupnp_manager.cc(312)] No Primary Network Interface, will start UPnP server when it is established. +02-27 07:59:40.147 11015 11085 W chromium: [11015:11085:WARNING:mdns_app_filter.cc(1086)] MdnsAppFilter already started. Must call Stop() first. +02-27 07:59:40.149 11015 11015 I chromium: [11015:11015:INFO:cast_receiver_impl.cc(1586)] mDNS Discovery stopped. +02-27 07:59:40.149 11015 11085 I chromium: [11015:11085:INFO:mdns_app_filter.cc(2019)] MdnsAppFilter is stopping +02-27 07:59:40.149 11015 11085 I chromium: [11015:11085:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.ResponderStopped +02-27 07:59:40.149 11015 11085 I chromium: [11015:11085:INFO:mdns_app_filter.cc(2026)] MdnsAppFilter is stopping; closing socket: address=10.0.2.16 +02-27 07:59:40.149 11015 11085 I chromium: [11015:11085:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.SocketDestroyed +02-27 07:59:40.149 11015 11015 I chromium: [11015:11015:INFO:cast_receiver_impl.cc(1644)] Network is globally disconnected. Refresh CcsManager +02-27 07:59:40.149 11015 11015 I chromium: [11015:11015:INFO:debug_endpoint_manager_grpc_client.cc(383)] gRPC client channel state changed to GRPC_CHANNEL_TRANSIENT_FAILURE +02-27 07:59:40.149 11015 11015 I chromium: [11015:11015:INFO:mdns_manager_impl.cc(299)] Successfully registered service: type=_googlecast +02-27 07:59:40.149 11015 11015 I chromium: [11015:11015:INFO:virtual_device.cc(292)] Registered mDNS service for virtual device: id=7f632b49-34bd-c56f-b953-dc3746d180ae +02-27 07:59:40.150 11015 11042 I chromium: [11015:11042:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 07:59:40.150 11015 11085 I chromium: [11015:11085:INFO:mdns_app_filter.cc(3338)] Mdns cast queries recently sent: queries=1 +02-27 07:59:40.150 11015 11015 I chromium: [11015:11015:INFO:sensor_service.cc(89)] Sensor service binding bound +02-27 07:59:40.158 11015 11085 I chromium: [11015:11085:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 07:59:40.158 11015 11085 I chromium: [11015:11085:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 07:59:40.158 11015 11085 I chromium: [11015:11085:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.SocketCreated +02-27 07:59:40.158 11015 11085 I chromium: [11015:11085:INFO:mdns_app_filter.cc(1440)] Created mDNS socket for interface:name=wlan0, address=10.0.2.16, index=16 +02-27 07:59:40.158 11015 11085 I chromium: [11015:11085:INFO:mdns_app_filter.cc(1135)] MdnsAppFilter is starting. +02-27 07:59:40.158 11015 11085 I chromium: [11015:11085:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.ResponderStarted +02-27 07:59:40.158 11015 11085 I chromium: [11015:11085:INFO:discovered_service_client.cc(76)] Primary interface for service discovery has changed: ifindex=16 +02-27 07:59:40.159 11015 11085 I chromium: [11015:11085:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 07:59:40.159 11015 11085 I chromium: [11015:11085:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 07:59:40.159 11015 11038 I chromium: [11015:11038:INFO:parent_tracker.cc(465)] Network is disconnected. +02-27 07:59:40.160 11015 11015 I chromium: [11015:11015:INFO:sensor_service.cc(66)] Sensor Service starting. +02-27 07:59:40.163 11015 11072 I chromium: [11015:11072:INFO:structure_info_from_trusted_devices.cc(381)] Automatic refetch delay changed to 7 +02-27 07:59:40.163 11015 11072 I chromium: [11015:11072:INFO:structure_info_cast.cc(78)] Usonia trusted devices flag flipped to true, but trusted devices structure info already enabled. +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:chromecast_service.cc(1674)] AoGH feature is: 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:59:40.163 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(165)] Presence settings is: 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:59:40.164 11015 11038 I chromium: [11015:11038:INFO:parent_tracker.cc(210)] No need to recreate socket +02-27 07:59:40.164 11015 11038 I chromium: [11015:11038:INFO:parent_tracker.cc(465)] Network is connected. +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:59:40.164 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:59:40.165 11015 11038 I chromium: [11015:11038:INFO:parent_tracker.cc(210)] No need to recreate socket +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:chromecast_service.cc(1634)] Geolocation changed to: 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:lycra_transport.cc(410)] Feature flag changed: false +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:chromecast_service.cc(1774)] Playback disruption feature is: 1 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:cast_cloud_settings.cc(183)] Presence radar settings is: 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:chromecast_service.cc(1728)] smart_home/actions feature is: 0 +02-27 07:59:40.165 11015 11036 W chromium: [11015:11036:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.165 11015 11036 W chromium: [11015:11036:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.165 11015 11036 W chromium: [11015:11036:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.165 11015 11036 W chromium: [11015:11036:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.165 11015 11036 W chromium: [11015:11036:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.165 11015 11036 W chromium: [11015:11036:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.165 11015 11036 W chromium: [11015:11036:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.165 11015 11036 W chromium: [11015:11036:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.165 11015 11036 W chromium: [11015:11036:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.165 11015 11036 W chromium: [11015:11036:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.165 11015 11036 W chromium: [11015:11036:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.165 11015 11036 W chromium: [11015:11036:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.165 11015 11036 W chromium: [11015:11036:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.165 11015 11036 I chromium: [11015:11036:INFO:net_util_impl.cc(511)] IP address: [REDACTED] MAC address: [REDACTED] +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:woca_client_auth.cc(103)] Cert rotation is now enabled +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:woca_client_auth.cc(136)] Use default signer +02-27 07:59:40.165 11015 11072 I chromium: [11015:11072:INFO:grpc_auth_manager_in_process.cc(215)] Initializing Auth. +02-27 07:59:40.165 11015 11072 W chromium: [11015:11072:WARNING:grpc_auth_manager_in_process.cc(220)] Device key not available yet. +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:chromecast_service.cc(1789)] Usonia GRPC feature is: 0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:usonia_child_process.cc(266)] Ignoring stop when not started. +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:usonia_main_process.cc(487)] Ignoring stop when not started. +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:usonia_configs_with_cast_features.cc(304)] Usonia configs: OnExtraMulticastGroupsChanged +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:usonia_configs_with_cast_features.cc(305)] id_is_authenticated=0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:usonia_configs_with_cast_features.cc(306)] usonia_require_authenticated_ids=1 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:usonia_configs_with_cast_features.cc(308)] usonia_extra_multicast_groups=224.0.0.250,ff02::c:c +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:usonia_configs_with_cast_features.cc(310)] usonia_multicast_ttl=1 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:usonia_configs_with_cast_features.cc(311)] usonia_higher_root_precedence=0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:usonia_configs_with_cast_features.cc(313)] usonia_allow_self_signed_certs=0 +02-27 07:59:40.165 11015 11015 I chromium: [11015:11015:INFO:usonia_configs_with_cast_features.cc(315)] usonia_enable_trusted_sets=1 +02-27 07:59:40.166 11015 11038 I chromium: [11015:11038:INFO:parent_tracker.cc(159)] Extra multicast groups changed +02-27 07:59:40.167 11015 11036 W chromium: [11015:11036:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.167 11015 11036 W chromium: [11015:11036:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.167 11015 11036 W chromium: [11015:11036:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.167 11015 11036 W chromium: [11015:11036:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.167 11015 11036 W chromium: [11015:11036:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.167 11015 11036 W chromium: [11015:11036:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.167 11015 11036 W chromium: [11015:11036:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.167 11015 11036 W chromium: [11015:11036:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.167 11015 11036 W chromium: [11015:11036:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.167 11015 11036 W chromium: [11015:11036:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.167 11015 11036 W chromium: [11015:11036:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.167 11015 11036 W chromium: [11015:11036:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.167 11015 11036 W chromium: [11015:11036:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 07:59:40.167 11015 11036 I chromium: [11015:11036:INFO:net_util_impl.cc(511)] IP address: [REDACTED] MAC address: [REDACTED] +02-27 07:59:40.168 11015 11038 I chromium: [11015:11038:INFO:parent_tracker.cc(213)] Now using local address [REDACTED] +02-27 07:59:40.168 11015 11038 I chromium: [11015:11038:INFO:directory_service_impl.cc(536)] This device became root +02-27 07:59:40.168 11015 11038 I chromium: [11015:11038:INFO:parent_tracker.cc(231)] Using multicast TTL 1 +02-27 07:59:40.168 11015 11038 I chromium: [11015:11038:INFO:parent_tracker.cc(277)] Add extra group 224.0.0.250 +02-27 07:59:40.170 11015 11015 D cr_NetUtil: [NetUtil.java:123] interfaceSupportsWakeOnLan(): Interface wlan0 not supported +02-27 07:59:40.175 11015 11015 I chromium: [11015:11015:INFO:mute_led_als_controller.cc(99)] No COLOR_AND_LIGHT sensor found +02-27 07:59:40.175 11015 11015 I chromium: [11015:11015:INFO:backlight_mitigator.cc(130)] No COLOR_AND_LIGHT sensor found +02-27 07:59:40.184 11015 11036 I chromium: [11015:11036:INFO:libupnp_wrapper_async.cc(144)] SSDP server is initialized: root_device_desc_url = http://10.0.2.16:8008/ssdp/device-desc.xml, handle = 1 +02-27 07:59:40.197 11015 11015 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:59:40.215 11015 11015 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:59:40.216 11015 11015 W SystemServiceRegistry: No service published for: hdmi_control +02-27 07:59:40.230 11015 11015 I BindingManager: Bound service connected +02-27 07:59:40.263 11015 11015 D cr_GrpcIpcUidPolicy: [AndroidIpcUidPolicy.java:147] Valid access from com.google.android.apps.mediashell +02-27 07:59:40.263 11015 11015 E cr_GrpcIpcSocketService: Native code not initialized yet. +02-27 07:59:40.263 11015 11015 E GrpcIpcSocketClientImpl: invalid message +02-27 07:59:40.264 11015 11060 E chromium: [11015:11060:ERROR:grpc_ipc_socket_client.cc(76)] Error for usonia-ipc-socket +02-27 07:59:40.264 11015 11060 E chromium: [11015:11060:ERROR:android_grpc_builder.cc(86)] Could not get a socket for binder:com.google.android.apps.mediashell:usonia-ipc-socket +02-27 07:59:40.264 11015 11060 E chromium: [11015:11060:ERROR:grpc_manager_impl.cc(618)] GRPC[uri=]: Grpc cannot connect to host {UNDEFINED} +02-27 07:59:40.264 11015 11060 E chromium: [11015:11060:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:59:40.264 11015 11060 W chromium: [11015:11060:WARNING:grpc_auth_manager_with_grpc_ipc.cc(59)] IPC for Auth.AuthReadyStreaming closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:59:40.264 11015 11060 E chromium: [11015:11060:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:59:40.264 11015 11060 W chromium: [11015:11060:WARNING:distributed_service_discovery_with_grpc_ipc.cc(147)] IPC for DistributedServiceDiscovery.AddService closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:59:40.264 11015 11060 E chromium: [11015:11060:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:59:40.264 11015 11060 W chromium: [11015:11060:WARNING:distributed_service_discovery_with_grpc_ipc.cc(60)] IPC for DistributedServiceDiscovery.UpdateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:59:40.264 11015 11060 E chromium: [11015:11060:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:59:40.264 11015 11060 W chromium: [11015:11060:WARNING:metrics_recorder_with_grpc_ipc.cc(142)] IPC for MetricsRecorder.RecordMetrics closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:59:40.264 11015 11060 E chromium: [11015:11060:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:59:40.264 11015 11060 W chromium: [11015:11060:WARNING:synchronous_sound_player_with_grpc_ipc.cc(171)] IPC for SynchronousSoundPlayer.UpdateSound closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:59:40.264 11015 11060 E chromium: [11015:11060:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:59:40.264 11015 11060 E chromium: [11015:11060:ERROR:ipc_common.h(444)] Error in fetching local device info: [error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:59:40.264 11015 11060 E chromium: [11015:11060:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:59:40.264 11015 11060 W chromium: [11015:11060:WARNING:directory_service_with_grpc_ipc.cc(118)] IPC for DirectoryService.ObserveCommonTime closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:59:40.264 11015 11060 E chromium: [11015:11060:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:59:40.264 11015 11060 E chromium: [11015:11060:ERROR:directory_service_with_grpc_ipc.cc(274)] IPC for DirectoryService.UpdateStateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:59:40.264 11015 11060 E chromium: [11015:11060:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:59:40.264 11015 11060 E chromium: [11015:11060:ERROR:directory_service_with_grpc_ipc.cc(376)] IPC for DirectoryService.UpdateMessageObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:59:40.264 11015 11060 E chromium: [11015:11060:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:59:40.264 11015 11060 I chromium: [11015:11060:INFO:state_manager_with_grpc_ipc.cc(141)] Usonia state changed, state: 1 value: 0 +02-27 07:59:40.264 11015 11060 W chromium: [11015:11060:WARNING:state_manager_with_grpc_ipc.cc(73)] IPC for StateManager.ReceiveStateUpdates closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 07:59:40.304 8520 9237 I FontLog : (REDACTED) Received query %s, URI %s +02-27 07:59:40.312 8520 9237 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 07:59:40.331 346 346 E android.hardware.power.stats@1.0-service-mock: Failed to getEnergyData +02-27 07:59:40.340 8520 9237 I FontLog : (REDACTED) Fetch %s end status %s +02-27 07:59:40.341 182 182 I lowmemorykiller: Kill 'com.google.android.apps.mediashell' (11015), uid 10054, oom_score_adj 500 to free 89268kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (268%) +02-27 07:59:40.376 505 826 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10054/11015, android.os.BinderProxy@a1f363e) +02-27 07:59:40.376 322 322 I Zygote : Process 11015 exited due to signal 9 (Killed) +02-27 07:59:40.376 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=150, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] (release request) +02-27 07:59:40.377 505 891 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10054/11015, android.os.BinderProxy@3c52c9f) +02-27 07:59:40.377 505 1686 E WifiMulticastLockManager: Multicaster binderDied +02-27 07:59:40.378 505 1395 I ActivityManager: Process com.google.android.apps.mediashell (pid 11015) has died: svc SVC +02-27 07:59:40.378 505 556 I libprocessgroup: Successfully killed process cgroup uid 10054 pid 11015 in 0ms +02-27 07:59:40.390 505 1395 W ActivityManager: Scheduling restart of crashed service com.google.android.apps.mediashell/.MediaShellCastReceiverService in 290976ms for start-requested +02-27 07:59:42.151 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 07:59:42.151 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 07:59:42.781 9179 9198 D EGL_emulation: app_time_stats: avg=5056.88ms min=5056.88ms max=5056.88ms count=1 +02-27 07:59:43.023 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1ff378000 0x1ff6fc000] +02-27 07:59:43.030 9179 9265 D HostConnection: createUnique: call +02-27 07:59:43.030 9179 9265 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b0d5310, tid 9265 +02-27 07:59:43.032 9179 9265 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:59:43.033 9179 9265 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 07:59:43.033 9179 9265 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 07:59:43.035 9179 9265 D EGL_emulation: eglCreateContext: 0xb400007b8b0cc0d0: maj 3 min 0 rcv 3 +02-27 07:59:43.038 9179 9265 D EGL_emulation: eglMakeCurrent: 0xb400007b8b0cc0d0: ver 3 0 (tinfo 0x7da366d100) (first time) +02-27 07:59:47.136 9179 9198 D EGL_emulation: app_time_stats: avg=185.77ms min=2.84ms max=3980.52ms count=22 +02-27 07:59:47.485 505 514 I system_server: Background concurrent copying GC freed 68622(3087KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 13MB/26MB, paused 48us,139us total 308.163ms +02-27 07:59:47.746 337 337 D goldfish-address-space: claimShared: Ask to claim region [0x1ff6fc000 0x1ff730000] +02-27 07:59:47.749 337 399 D goldfish-address-space: claimShared: Ask to claim region [0x1ff730000 0x1ff7b4000] +02-27 07:59:47.751 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1ff7b4000 0x1ff838000] +02-27 07:59:47.763 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1ff838000 0x1ff86c000] +02-27 07:59:47.783 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1ff86c000 0x1ff8f0000] +02-27 07:59:47.789 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1ff8f0000 0x1ff924000] +02-27 07:59:47.792 9179 11114 D HostConnection: createUnique: call +02-27 07:59:47.793 9179 11112 D HostConnection: createUnique: call +02-27 07:59:47.793 9179 11114 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b0cdd50, tid 11114 +02-27 07:59:47.793 9179 11112 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b0b3110, tid 11112 +02-27 07:59:47.796 9179 11114 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:59:47.799 9179 11112 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:59:47.803 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1ff924000 0x1ff958000] +02-27 07:59:47.813 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1ff958000 0x1ff988000] +02-27 07:59:47.818 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1ff988000 0x1ffa0c000] +02-27 07:59:47.826 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1ffa0c000 0x1ffa44000] +02-27 07:59:47.834 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1ffa44000 0x1ffa78000] +02-27 07:59:47.840 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1ffa78000 0x1ffae4000] +02-27 07:59:48.152 9179 9198 D EGL_emulation: app_time_stats: avg=60.01ms min=2.62ms max=359.80ms count=16 +02-27 07:59:49.157 9179 9198 D EGL_emulation: app_time_stats: avg=33.38ms min=2.90ms max=572.08ms count=27 +02-27 07:59:49.211 505 1395 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #8848} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (9 skipped) +02-27 07:59:50.163 9179 9198 D EGL_emulation: app_time_stats: avg=31.40ms min=12.38ms max=470.64ms count=32 +02-27 07:59:50.241 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f8130000 0x1f8a90000] +02-27 07:59:54.810 9179 9198 D EGL_emulation: app_time_stats: avg=1161.84ms min=11.90ms max=4495.69ms count=4 +02-27 07:59:55.908 9179 9198 D EGL_emulation: app_time_stats: avg=35.01ms min=2.60ms max=551.75ms count=25 +02-27 07:59:56.205 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1ffae4000 0x1ffe68000] +02-27 07:59:56.210 9179 9265 D HostConnection: createUnique: call +02-27 07:59:56.210 9179 9265 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b0c7ed0, tid 9265 +02-27 07:59:56.213 9179 9265 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 07:59:56.213 9179 9265 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 07:59:56.213 9179 9265 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 07:59:56.214 9179 9265 D EGL_emulation: eglCreateContext: 0xb400007b8b0d5310: maj 3 min 0 rcv 3 +02-27 07:59:56.215 9179 9265 D EGL_emulation: eglMakeCurrent: 0xb400007b8b0d5310: ver 3 0 (tinfo 0x7da366d100) (first time) +02-27 07:59:56.924 9179 9198 D EGL_emulation: app_time_stats: avg=15.50ms min=2.31ms max=91.09ms count=49 +02-27 08:00:02.232 9179 9198 D EGL_emulation: app_time_stats: avg=470.78ms min=3.12ms max=5123.89ms count=11 +02-27 08:00:02.383 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fe310000 0x1fec70000] +02-27 08:00:02.391 9179 9265 D HostConnection: createUnique: call +02-27 08:00:02.392 9179 9265 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09ef50, tid 9265 +02-27 08:00:02.396 9179 9265 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:00:02.397 9179 9265 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 08:00:02.397 9179 9265 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 08:00:02.398 9179 9265 D EGL_emulation: eglCreateContext: 0xb400007b8b0d5310: maj 3 min 0 rcv 3 +02-27 08:00:02.402 9179 9265 D EGL_emulation: eglMakeCurrent: 0xb400007b8b0d5310: ver 3 0 (tinfo 0x7da366d100) (first time) +02-27 08:00:08.266 9179 9198 D EGL_emulation: app_time_stats: avg=539.74ms min=3.17ms max=5661.11ms count=11 +02-27 08:00:14.298 9179 9198 D EGL_emulation: app_time_stats: avg=250.58ms min=2.78ms max=5676.22ms count=23 +02-27 08:00:20.330 9179 9198 D EGL_emulation: app_time_stats: avg=250.78ms min=2.73ms max=5652.26ms count=23 +02-27 08:00:26.404 9179 9198 D EGL_emulation: app_time_stats: avg=278.78ms min=2.71ms max=5714.92ms count=21 +02-27 08:00:32.511 9179 9198 D EGL_emulation: app_time_stats: avg=279.65ms min=2.78ms max=5756.67ms count=21 +02-27 08:00:35.540 8520 8528 I .gms.persisten: Background concurrent copying GC freed 414280(18MB) AllocSpace objects, 63(1904KB) LOS objects, 49% free, 9715KB/18MB, paused 79us,73us total 252.027ms +02-27 08:00:35.684 8520 8530 W System : A resource failed to call close. +02-27 08:00:38.784 9179 9198 D EGL_emulation: app_time_stats: avg=667.10ms min=8.80ms max=5543.86ms count=9 +02-27 08:00:42.017 8520 10934 I GMS_MM_Logger: Memory Metric Logging not allowed. Stopping. +02-27 08:00:44.728 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fec70000 0x1feff4000] +02-27 08:00:44.739 9179 9265 D HostConnection: createUnique: call +02-27 08:00:44.741 9179 9265 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b0c2a10, tid 9265 +02-27 08:00:44.755 9179 9265 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:00:44.756 9179 9265 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 08:00:44.757 9179 9265 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 08:00:44.759 9179 9265 D EGL_emulation: eglCreateContext: 0xb400007b8b0c2890: maj 3 min 0 rcv 3 +02-27 08:00:44.767 9179 9265 D EGL_emulation: eglMakeCurrent: 0xb400007b8b0c2890: ver 3 0 (tinfo 0x7da366d100) (first time) +02-27 08:00:44.786 9179 9198 D EGL_emulation: app_time_stats: avg=589.79ms min=3.30ms max=5810.20ms count=10 +02-27 08:00:45.647 6639 6639 I abb : StartCommandInProcess(73657474696e67730067657400676c6f settings.get.glo [truncated]) +02-27 08:00:45.652 505 505 W Binder:505_B: type=1400 audit(0.0:111): avc: denied { getopt } for scontext=u:r:system_server:s0 tcontext=u:r:shell:s0 tclass=unix_stream_socket permissive=0 +02-27 08:00:45.652 505 505 W Binder:505_B: type=1400 audit(0.0:112): avc: denied { getopt } for scontext=u:r:system_server:s0 tcontext=u:r:shell:s0 tclass=unix_stream_socket permissive=0 +02-27 08:00:45.652 505 505 W Binder:505_B: type=1400 audit(0.0:113): avc: denied { getopt } for scontext=u:r:system_server:s0 tcontext=u:r:shell:s0 tclass=unix_stream_socket permissive=0 +02-27 08:00:45.660 6639 6639 I abb : StartCommandInProcess(7061636b61676500696e7374616c6c00 package.install. [truncated]) +02-27 08:00:45.836 505 505 W Binder:505_B: type=1400 audit(0.0:114): avc: denied { getopt } for scontext=u:r:system_server:s0 tcontext=u:r:shell:s0 tclass=unix_stream_socket permissive=0 +02-27 08:00:45.916 505 554 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #8852} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (1 skipped) +02-27 08:00:45.959 505 626 W RuleEvaluation: Integrity rule files are not available. +02-27 08:00:45.959 505 575 I PackageManager: Integrity check passed for file:///data/app/vmdl333487360.tmp +02-27 08:00:45.972 10733 10733 I Finsky : [2] qdj.c(8): VerifyApps:, Install-time verification requested for package com.streamflow.tv, id = 1 +02-27 08:00:45.994 10733 10733 E Finsky : [2] VerifyPerSourceInstallationConsentInstallTask.d(2): Package name null is not an installed package +02-27 08:00:45.998 10733 10742 I android.vendin: JIT allocated 68KB for compiled code of java.lang.Object eoc.l() +02-27 08:00:46.005 10733 11122 I Finsky : [122] qle.a(7): Single user settings service is not running, bind it now +02-27 08:00:46.067 10733 10742 I android.vendin: JIT allocated 82KB for compiled code of java.lang.Object eoc.m() +02-27 08:00:46.067 10733 10742 I android.vendin: Compiler allocated 4193KB to compile java.lang.Object eoc.m() +02-27 08:00:46.112 10733 10733 I Finsky : [2] iiz.onServiceConnected(7): Single user settings service is connected +02-27 08:00:46.154 505 2796 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:00:46.155 505 2796 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:00:46.155 505 2796 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:00:46.155 505 2796 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:00:46.160 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:00:46.179 322 322 D Zygote : Forked child process 11123 +02-27 08:00:46.182 505 555 I ActivityManager: Start proc 11123:com.google.process.gservices/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider} +02-27 08:00:46.224 11123 11123 E ocess.gservice: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:46.263 11123 11123 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:00:46.308 11123 11123 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:00:46.308 11123 11123 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:46.310 11123 11123 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:46.311 11123 11123 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:46.322 11123 11123 I GservicesProvider: Gservices pushing to system: true; secure/global: true +02-27 08:00:46.328 9276 9276 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:00:46.328 9276 9276 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:00:46.378 10733 11122 W Settings: Setting install_non_market_apps has moved from android.provider.Settings.Global to android.provider.Settings.Secure, returning read-only value. +02-27 08:00:46.615 10733 11122 I Finsky : [122] hqw.e(3): Task 7 requested foreground +02-27 08:00:46.618 10733 11122 I Finsky : [122] hqw.e(8): Not entering foreground +02-27 08:00:46.830 10733 10775 W android.vendin: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied) +02-27 08:00:46.830 10733 10775 W android.vendin: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied) +02-27 08:00:46.830 10733 10775 W android.vendin: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-target-q, reflection, denied) +02-27 08:00:46.830 10733 10775 W android.vendin: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied) +02-27 08:00:46.830 10733 10775 W android.vendin: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied) +02-27 08:00:46.830 10733 10775 W android.vendin: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/String;)V (max-target-q, reflection, denied) +02-27 08:00:46.830 10733 10775 W android.vendin: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-q,core-platform-api, reflection, denied) +02-27 08:00:46.830 10733 10775 W android.vendin: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-target-q, reflection, denied) +02-27 08:00:46.953 10733 10775 W android.vendin: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-target-q,core-platform-api, reflection, denied) +02-27 08:00:46.953 10733 10775 W android.vendin: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B (max-target-q, reflection, denied) +02-27 08:00:47.192 10733 11146 I Finsky : [127] qgn.c(3): VerifyApps: Verification package=com.streamflow.tv, id=1 response=0 +02-27 08:00:47.277 10733 10733 I Finsky : [2] VerifyInstallTask.j(2): VerifyApps: Returning package verification result id=1, result=ALLOW +02-27 08:00:47.283 10733 10733 I Finsky : [2] VerifyInstallTask.iW(7): VerifyApps: Verification complete: id=1, package_name=com.streamflow.tv +02-27 08:00:47.310 505 575 I PackageManager: Update package com.streamflow.tv code path from /data/app/~~KhiF3nI5dxfWWG7AYlr7pw==/com.streamflow.tv-jW-33S9wmRSCERQy9LCMgA== to /data/app/~~krJqI_MOHKBNByqWfxe5wQ==/com.streamflow.tv-PKV_NozlK9A5hm7_0ah60w==; Retain data and using new +02-27 08:00:47.317 505 575 I PackageManager: Permission ownership changed. Updating all permissions. +02-27 08:00:47.345 505 554 I ActivityManager: Force stopping com.streamflow.tv appid=10082 user=-1: installPackageLI +02-27 08:00:47.351 505 554 I ActivityManager: Killing 9179:com.streamflow.tv/u0a82 (adj 0): stop com.streamflow.tv due to installPackageLI +02-27 08:00:47.371 505 554 W ActivityTaskManager: Force removing ActivityRecord{3ca26a1 u0 com.streamflow.tv/.MainActivity t12 f}}: app died, no saved state +02-27 08:00:47.413 414 414 E installd: Couldn't opendir /data/app/vmdl333487360.tmp: No such file or directory +02-27 08:00:47.413 414 414 E installd: Failed to delete /data/app/vmdl333487360.tmp: No such file or directory +02-27 08:00:47.413 505 891 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10082/9179, android.os.BinderProxy@f6834c8) +02-27 08:00:47.420 360 360 E ClientCache: failed to get buffer, invalid process token +02-27 08:00:47.428 322 322 I Zygote : Process 9179 exited due to signal 9 (Killed) +02-27 08:00:47.428 505 505 W Binder:505_B: type=1400 audit(0.0:115): avc: denied { getopt } for scontext=u:r:system_server:s0 tcontext=u:r:shell:s0 tclass=unix_stream_socket permissive=0 +02-27 08:00:47.428 505 505 W Binder:505_B: type=1400 audit(0.0:116): avc: denied { getopt } for scontext=u:r:system_server:s0 tcontext=u:r:shell:s0 tclass=unix_stream_socket permissive=0 +02-27 08:00:47.428 505 505 W Binder:505_B: type=1400 audit(0.0:117): avc: denied { getopt } for scontext=u:r:system_server:s0 tcontext=u:r:shell:s0 tclass=unix_stream_socket permissive=0 +02-27 08:00:47.434 505 556 I libprocessgroup: Successfully killed process cgroup uid 10082 pid 9179 in 81ms +02-27 08:00:47.448 505 554 W InputManager-JNI: Input channel object 'a32baaa com.streamflow.tv/com.streamflow.tv.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:00:47.451 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 08:00:47.466 505 554 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.466 505 554 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.466 505 554 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.466 505 554 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.466 505 554 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.466 505 554 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.466 505 554 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.466 505 554 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.466 505 554 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.466 505 554 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.468 505 554 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.468 505 554 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.468 505 554 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.468 505 554 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.468 505 554 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.468 505 554 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.468 505 554 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.468 505 554 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.468 505 554 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.468 505 554 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.470 505 554 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10058; state: DISABLED +02-27 08:00:47.471 505 554 D CompatibilityChangeReporter: Compat change id reported: 181136395; UID 10058; state: DISABLED +02-27 08:00:47.472 505 554 D CompatibilityChangeReporter: Compat change id reported: 174042936; UID 10058; state: DISABLED +02-27 08:00:47.472 505 554 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10058; state: DISABLED +02-27 08:00:47.473 505 554 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10058; state: DISABLED +02-27 08:00:47.478 505 554 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=12 attached=false +02-27 08:00:47.481 505 546 D CompatibilityChangeReporter: Compat change id reported: 158002302; UID 10058; state: ENABLED +02-27 08:00:47.485 505 3128 W WindowManager: Failed looking up window session=Session{ad4417f 9179:u0a10082} callers=com.android.server.wm.WindowManagerService.windowForClientLocked:5603 com.android.server.wm.WindowState$DeathRecipient.binderDied:3040 android.os.IBinder$DeathRecipient.binderDied:314 +02-27 08:00:47.485 505 3128 I WindowManager: WIN DEATH: null +02-27 08:00:47.488 505 505 W Looper : Slow dispatch took 129ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:00:47.488 505 541 V ActivityManager: Got obituary of 9179:com.streamflow.tv +02-27 08:00:47.488 505 575 I ActivityManager: Force stopping com.streamflow.tv appid=10082 user=0: pkg removed +02-27 08:00:47.500 1242 1242 I MediaProvider: Invalidating LocalCallingIdentity cache for package com.streamflow.tv. Reason: package android.intent.action.PACKAGE_REMOVED +02-27 08:00:47.508 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl$RegisteredReceiver +02-27 08:00:47.508 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 9179 +02-27 08:00:47.510 505 575 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10082; state: DISABLED +02-27 08:00:47.512 755 755 V MediaPlayerList: mPackageChangedBroadcastReceiver: action: android.intent.action.PACKAGE_REMOVED +02-27 08:00:47.517 505 505 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 1000; state: DISABLED +02-27 08:00:47.518 505 505 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 1000; state: DISABLED +02-27 08:00:47.518 505 505 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 1000; state: DISABLED +02-27 08:00:47.518 505 505 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 1000; state: ENABLED +02-27 08:00:47.522 322 322 D Zygote : Forked child process 11151 +02-27 08:00:47.535 10733 10733 I Finsky : [2] kvx.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [DpsPkSMHqWttfQXwzyJIZdxvbLGGKJ1F0YBostZeLuc] +02-27 08:00:47.535 10733 10733 I Finsky : [2] kwn.n(8): Invalidating cached PackageState for com.streamflow.tv +02-27 08:00:47.537 505 542 D CompanionDeviceManagerService: onPackageModified(packageName = com.streamflow.tv) +02-27 08:00:47.537 505 3128 I ActivityTaskManager: START u0 {flg=0x10000000 cmp=com.streamflow.tv/.MainActivity} from uid 2000 +02-27 08:00:47.538 1242 1242 I MediaProvider: Invalidating LocalCallingIdentity cache for package com.streamflow.tv. Reason: package android.intent.action.PACKAGE_ADDED +02-27 08:00:47.538 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.instantapps.appmanagement.InstantAppRemoveMonitor +02-27 08:00:47.538 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy +02-27 08:00:47.538 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:00:47.538 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.google.android.packageinstaller/com.android.packageinstaller.PackageInstalledReceiver +02-27 08:00:47.538 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl$RegisteredReceiver +02-27 08:00:47.538 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy +02-27 08:00:47.539 505 555 I ActivityManager: Start proc 11151:com.android.keychain/1000 for service {com.android.keychain/com.android.keychain.KeyChainService} +02-27 08:00:47.548 182 182 I lowmemorykiller: Kill 'com.google.android.inputmethod.latin' (10883), uid 10066, oom_score_adj 200 to free 56104kB rss, 0kB swap; reason: min watermark is breached and thrashing (310%) +02-27 08:00:47.552 755 755 V MediaPlayerList: mPackageChangedBroadcastReceiver: action: android.intent.action.PACKAGE_ADDED +02-27 08:00:47.552 755 755 D MediaPlayerList: Name of package changed: com.streamflow.tv +02-27 08:00:47.556 322 322 I Zygote : Process 10883 exited due to signal 9 (Killed) +02-27 08:00:47.556 182 182 I lowmemorykiller: Kill 'com.google.android.tv.remote.service' (7750), uid 10049, oom_score_adj 100 to free 46964kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:00:47.559 505 3128 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=13 attached=false +02-27 08:00:47.561 505 2796 W AudioService.RecordingActivityMonitor: client died +02-27 08:00:47.562 505 712 D NsdService: Client disconnected +02-27 08:00:47.562 505 712 D NsdService: Terminating client-ID 2 global-ID 7 type 393225 +02-27 08:00:47.562 505 712 D NsdService: mdnssd [stop-register, 7] +02-27 08:00:47.563 322 322 I Zygote : Process 7750 exited due to signal 9 (Killed) +02-27 08:00:47.564 321 394 W netd : dnssd_clientstub DNSServiceProcessResult called with NULL DNSServiceRef +02-27 08:00:47.565 182 182 I lowmemorykiller: Kill 'com.google.android.ext.services' (8444), uid 10078, oom_score_adj 100 to free 45764kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:00:47.577 755 1062 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:00:47.580 505 3128 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10082; state: DISABLED +02-27 08:00:47.580 505 3128 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10082; state: DISABLED +02-27 08:00:47.580 505 3128 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10082; state: DISABLED +02-27 08:00:47.580 505 3128 D CompatibilityChangeReporter: Compat change id reported: 181136395; UID 10082; state: DISABLED +02-27 08:00:47.580 505 3128 D CompatibilityChangeReporter: Compat change id reported: 174042936; UID 10082; state: DISABLED +02-27 08:00:47.583 10733 11163 I Finsky : [132] ikn.accept(28): IQ: handled package removed +02-27 08:00:47.590 10733 11159 I Finsky : [129] hvg.run(26): Wrote row to frosting DB: 109 +02-27 08:00:47.598 322 322 I Zygote : Process 8444 exited due to signal 9 (Killed) +02-27 08:00:47.599 182 182 I lowmemorykiller: Kill 'com.android.vending' (10733), uid 10058, oom_score_adj 0 to free 137004kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:00:47.600 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:00:47.605 755 1045 I bt_stack: [INFO:port_api.cc(307)] RFCOMM_RemoveServer: handle=21 +02-27 08:00:47.605 11151 11151 E ndroid.keychai: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:47.610 755 1079 I BtGatt.AdvertiseManager: error sending onAdvertisingSetStopped callback +02-27 08:00:47.610 755 1079 I BtGatt.AdvertiseManager: android.os.DeadObjectException +02-27 08:00:47.610 755 1079 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:47.610 755 1079 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:47.610 755 1079 I BtGatt.AdvertiseManager: at android.bluetooth.le.IAdvertisingSetCallback$Stub$Proxy.onAdvertisingSetStopped(IAdvertisingSetCallback.java:320) +02-27 08:00:47.610 755 1079 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager.stopAdvertisingSet(AdvertiseManager.java:261) +02-27 08:00:47.610 755 1079 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager$AdvertisingSetDeathRecipient.binderDied(AdvertiseManager.java:123) +02-27 08:00:47.610 755 1079 I BtGatt.AdvertiseManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:00:47.610 755 1079 I BtGatt.AdvertiseManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:00:47.611 505 505 W System : ClassLoader referenced unknown path: +02-27 08:00:47.616 9276 9284 I gle.android.gm: Background concurrent copying GC freed 2633(186KB) AllocSpace objects, 2(104KB) LOS objects, 49% free, 4561KB/9123KB, paused 35us,38us total 124.212ms +02-27 08:00:47.624 505 555 W ActivityManager: Slow operation: 107ms so far, now at startProcess: done updating pids map +02-27 08:00:47.625 505 1683 I WindowManager: WIN DEATH: Window{9d42cb0 u0 InputMethod} +02-27 08:00:47.625 505 1683 W InputManager-JNI: Input channel object '9d42cb0 InputMethod (client)' was disposed without first being removed with the input manager! +02-27 08:00:47.626 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver +02-27 08:00:47.626 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:00:47.630 505 554 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10058; state: DISABLED +02-27 08:00:47.646 505 554 W BroadcastQueue: Exception when sending broadcast to ComponentInfo{com.android.vending/com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl$RegisteredReceiver} +02-27 08:00:47.646 505 554 W BroadcastQueue: android.os.DeadObjectException +02-27 08:00:47.646 505 554 W BroadcastQueue: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:47.646 505 554 W BroadcastQueue: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:47.646 505 554 W BroadcastQueue: at android.app.IApplicationThread$Stub$Proxy.scheduleReceiver(IApplicationThread.java:1487) +02-27 08:00:47.646 505 554 W BroadcastQueue: at com.android.server.am.BroadcastQueue.processCurBroadcastLocked(BroadcastQueue.java:326) +02-27 08:00:47.646 505 554 W BroadcastQueue: at com.android.server.am.BroadcastQueue.processNextBroadcastLocked(BroadcastQueue.java:1755) +02-27 08:00:47.646 505 554 W BroadcastQueue: at com.android.server.am.BroadcastQueue.processNextBroadcast(BroadcastQueue.java:1052) +02-27 08:00:47.646 505 554 W BroadcastQueue: at com.android.server.am.BroadcastQueue.access$000(BroadcastQueue.java:80) +02-27 08:00:47.646 505 554 W BroadcastQueue: at com.android.server.am.BroadcastQueue$BroadcastHandler.handleMessage(BroadcastQueue.java:198) +02-27 08:00:47.646 505 554 W BroadcastQueue: at android.os.Handler.dispatchMessage(Handler.java:106) +02-27 08:00:47.646 505 554 W BroadcastQueue: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:47.646 505 554 W BroadcastQueue: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:47.646 505 554 W BroadcastQueue: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:00:47.646 505 554 W BroadcastQueue: at com.android.server.ServiceThread.run(ServiceThread.java:44) +02-27 08:00:47.646 505 554 E ActivityManager: ProcessRecord{37afd23 10733:com.android.vending/u0a58} is attached to a previous process +02-27 08:00:47.646 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 10733 in 0ms +02-27 08:00:47.653 505 1683 I WindowManager: WIN DEATH: Window{cc42aaf u0 com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity} +02-27 08:00:47.653 505 1683 W InputManager-JNI: Input channel object 'cc42aaf com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:00:47.658 505 505 V BackupManagerConstants: getFullBackupIntervalMilliseconds(...) returns 86400000 +02-27 08:00:47.658 505 505 V BackupManagerConstants: getFullBackupRequiredNetworkType(...) returns 2 +02-27 08:00:47.658 505 505 V BackupManagerConstants: getFullBackupRequireCharging(...) returns true +02-27 08:00:47.658 322 322 I Zygote : Process 10733 exited due to signal 9 (Killed) +02-27 08:00:47.664 182 182 I lowmemorykiller: Kill 'com.google.android.gms' (9276), uid 10057, oom_score_adj 100 to free 70508kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:00:47.668 505 514 W system_server: Suspending all threads took: 5.486ms +02-27 08:00:47.669 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 08:00:47.670 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:00:47.676 505 554 E ActivityManager: Already have existing proc ProcessRecord{37afd23 10733:com.android.vending/u0a58} when adding ProcessRecord{ec85279 0:com.android.vending/u0a58} +02-27 08:00:47.680 322 322 I Zygote : Process 9276 exited due to signal 9 (Killed) +02-27 08:00:47.688 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:00:47.689 182 182 I lowmemorykiller: Kill 'com.google.android.gms.persistent' (8520), uid 10057, oom_score_adj 0 to free 103948kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:00:47.738 322 322 I Zygote : Process 8520 exited due to signal 9 (Killed) +02-27 08:00:47.885 505 554 W ActivityManager: Slow operation: 238ms so far, now at startProcess: done creating new process record +02-27 08:00:47.885 505 554 W ActivityManager: Slow operation: 239ms so far, now at startProcess: stepping in to startProcess +02-27 08:00:47.885 505 554 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:00:47.887 505 2251 E IPCThreadState: binder thread pool (31 threads) starved for 151 ms +02-27 08:00:47.888 505 543 W Looper : Slow dispatch took 211ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:00:47.888 505 505 W Looper : Slow delivery took 349ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@bb145ca m=0 +02-27 08:00:47.889 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:00:47.889 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:00:47.889 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:00:47.889 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:00:47.889 505 554 W ActivityManager: Slow operation: 243ms so far, now at startProcess: done starting proc! +02-27 08:00:47.890 505 2586 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10057/8520, android.os.BinderProxy@1fa733b) +02-27 08:00:47.891 182 182 W lowmemorykiller: Failed to open /proc/10733/oom_score_adj; errno=2: process 10733 might have been killed +02-27 08:00:47.891 182 182 W lowmemorykiller: Failed to open /proc/8520/oom_score_adj; errno=2: process 8520 might have been killed +02-27 08:00:47.891 505 1680 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10057/8520, android.os.BinderProxy@1613a58) +02-27 08:00:47.892 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=126, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10057 RequestorUid: 10057 RequestorPkg: com.google.android.gms] ] (release request) +02-27 08:00:47.892 505 1685 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10057/8520, android.os.BinderProxy@e3cd7b1) +02-27 08:00:47.893 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10082; state: DISABLED +02-27 08:00:47.893 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10082; state: DISABLED +02-27 08:00:47.893 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10082; state: DISABLED +02-27 08:00:47.893 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10082; state: ENABLED +02-27 08:00:47.894 182 182 W lowmemorykiller: Failed to open /proc/9276/oom_score_adj; errno=2: process 9276 might have been killed +02-27 08:00:47.894 182 182 W lowmemorykiller: Failed to open /proc/8520/oom_score_adj; errno=2: process 8520 might have been killed +02-27 08:00:47.894 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:00:47.895 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:00:47.896 505 595 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:00:47.896 505 595 W ActivityManager: Application dead when creating service ServiceRecord{4930817 u0 com.google.android.gms/.chimera.GmsIntentOperationService} +02-27 08:00:47.898 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 9276 in 0ms +02-27 08:00:47.898 505 595 I ActivityManager: Process com.google.android.gms (pid 9276) has died: fg BTOP +02-27 08:00:47.898 322 322 D Zygote : Forked child process 11174 +02-27 08:00:47.899 505 554 I DropBoxManagerService: add tag=system_server_wtf isTagEnabled=true flags=0x2 +02-27 08:00:47.900 505 595 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsBoundBrokerService in 1000ms for connection +02-27 08:00:47.904 505 595 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsIntentOperationService in 10996ms for start-requested +02-27 08:00:47.904 505 595 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.icing.service.AppIndexingService in 20996ms for connection +02-27 08:00:47.904 505 595 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.icing.service.IndexService in 30996ms for connection +02-27 08:00:47.905 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 123378067 (unbound)] +02-27 08:00:47.905 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 118513104 (unbound)] +02-27 08:00:47.905 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 62421238 (unbound)] +02-27 08:00:47.905 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 57355906 (unbound)] +02-27 08:00:47.905 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 112273768 (unbound)] +02-27 08:00:47.905 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 22208771 (unbound)] +02-27 08:00:47.906 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 23352781 (unbound)] +02-27 08:00:47.906 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 225280457 (unbound)] +02-27 08:00:47.906 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 246064375 (unbound)] +02-27 08:00:47.906 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 183873380 (unbound)] +02-27 08:00:47.906 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 41714049 (unbound)] +02-27 08:00:47.906 182 182 W lowmemorykiller: Failed to open /proc/8520/oom_score_adj; errno=2: process 8520 might have been killed +02-27 08:00:47.910 505 554 I DropBoxManagerService: add tag=system_server_wtf isTagEnabled=true flags=0x2 +02-27 08:00:47.911 505 553 W TextServicesManagerService: no available spell checker services found +02-27 08:00:47.912 505 595 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsIntentOperationService in 43984ms for always +02-27 08:00:47.914 505 595 W ActivityManager: Exception when starting service com.google.android.gms/.chimera.GmsIntentOperationService +02-27 08:00:47.914 505 595 W ActivityManager: android.os.DeadObjectException +02-27 08:00:47.914 505 595 W ActivityManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:47.914 505 595 W ActivityManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:47.914 505 595 W ActivityManager: at android.app.IApplicationThread$Stub$Proxy.scheduleCreateService(IApplicationThread.java:1520) +02-27 08:00:47.914 505 595 W ActivityManager: at com.android.server.am.ActiveServices.realStartServiceLocked(ActiveServices.java:3945) +02-27 08:00:47.914 505 595 W ActivityManager: at com.android.server.am.ActiveServices.bringUpServiceLocked(ActiveServices.java:3809) +02-27 08:00:47.914 505 595 W ActivityManager: at com.android.server.am.ActiveServices.startServiceInnerLocked(ActiveServices.java:1101) +02-27 08:00:47.914 505 595 W ActivityManager: at com.android.server.am.ActiveServices.startServiceInnerLocked(ActiveServices.java:890) +02-27 08:00:47.914 505 595 W ActivityManager: at com.android.server.am.ActiveServices.startServiceLocked(ActiveServices.java:788) +02-27 08:00:47.914 505 595 W ActivityManager: at com.android.server.am.ActiveServices.startServiceLocked(ActiveServices.java:616) +02-27 08:00:47.914 505 595 W ActivityManager: at com.android.server.am.ActivityManagerService.startService(ActivityManagerService.java:11841) +02-27 08:00:47.914 505 595 W ActivityManager: at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2521) +02-27 08:00:47.914 505 595 W ActivityManager: at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2498) +02-27 08:00:47.914 505 595 W ActivityManager: at android.os.Binder.execTransactInternal(Binder.java:1179) +02-27 08:00:47.914 505 595 W ActivityManager: at android.os.Binder.execTransact(Binder.java:1143) +02-27 08:00:47.914 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 10883 in 0ms +02-27 08:00:47.914 505 1686 I ActivityManager: Process com.google.android.inputmethod.latin (pid 10883) has died: prcp IMPB +02-27 08:00:47.914 505 1686 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 53982ms for connection +02-27 08:00:47.914 505 556 I libprocessgroup: Successfully killed process cgroup uid 10049 pid 7750 in 0ms +02-27 08:00:47.915 505 2569 I ActivityManager: Process com.google.android.tv.remote.service (pid 7750) has died: vis FGS +02-27 08:00:47.915 505 2569 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.AtvRemoteProviderService in 63981ms for connection +02-27 08:00:47.915 505 2569 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.RemoteService in 73981ms for start-requested +02-27 08:00:47.921 505 542 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10077; state: DISABLED +02-27 08:00:47.921 505 553 W Searchables: No global search activity found +02-27 08:00:47.921 505 542 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10077; state: DISABLED +02-27 08:00:47.921 505 542 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10077; state: DISABLED +02-27 08:00:47.921 505 542 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10077; state: DISABLED +02-27 08:00:47.921 505 542 W Looper : Slow dispatch took 276ms android.fg h=android.os.Handler c=com.android.internal.infra.ServiceConnector$Impl$$ExternalSyntheticLambda2@feaa12b m=0 +02-27 08:00:47.921 505 542 I ServiceWatcher: [GeofenceProxy] disconnected from 10057/com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService@1 +02-27 08:00:47.921 505 542 I ServiceWatcher: [HardwareActivityRecognitionProxy] disconnected from 10057/com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService@1 +02-27 08:00:47.921 505 542 I ServiceWatcher: [network] disconnected from 10057/com.google.android.gms/com.google.android.location.network.NetworkLocationService@2 +02-27 08:00:47.921 505 3128 I ActivityManager: Process com.android.vending (pid 10733) has died: vis+1 TOP +02-27 08:00:47.921 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 10733 in 0ms +02-27 08:00:47.922 505 542 I ServiceWatcher: [fused] disconnected from 10057/com.google.android.gms/com.google.android.location.fused.FusedLocationService@1 +02-27 08:00:47.922 505 542 I ServiceWatcher: [GeocoderProxy] disconnected from 10057/com.google.android.gms/.location.geocode.GeocodeService@2 +02-27 08:00:47.922 505 3128 W ActivityManager: Exception when unbinding service com.google.android.gms/.chimera.PersistentDirectBootAwareApiService +02-27 08:00:47.922 505 3128 W ActivityManager: android.os.DeadObjectException +02-27 08:00:47.922 505 3128 W ActivityManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:47.922 505 3128 W ActivityManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:47.922 505 3128 W ActivityManager: at android.app.IApplicationThread$Stub$Proxy.scheduleUnbindService(IApplicationThread.java:1790) +02-27 08:00:47.922 505 3128 W ActivityManager: at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:4453) +02-27 08:00:47.922 505 3128 W ActivityManager: at com.android.server.am.ActiveServices.killServicesLocked(ActiveServices.java:4890) +02-27 08:00:47.922 505 3128 W ActivityManager: at com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked(ActivityManagerService.java:11706) +02-27 08:00:47.922 505 3128 W ActivityManager: at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:3015) +02-27 08:00:47.922 505 3128 W ActivityManager: at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:3122) +02-27 08:00:47.922 505 3128 W ActivityManager: at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1437) +02-27 08:00:47.922 505 3128 W ActivityManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:00:47.922 505 3128 W ActivityManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:00:47.923 505 514 I system_server: Background concurrent copying GC freed 81183(4869KB) AllocSpace objects, 13(388KB) LOS objects, 49% free, 14MB/28MB, paused 327us,5.633ms total 426.417ms +02-27 08:00:47.924 505 3128 W ActivityTaskManager: Force removing ActivityRecord{789a00a u0 com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity t9}: app died, no saved state +02-27 08:00:47.924 11174 11174 E android.vendin: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:47.925 505 516 W System : A resource failed to call close. +02-27 08:00:47.926 505 1925 V ActivityManager: Got obituary of 9276:com.google.android.gms +02-27 08:00:47.926 505 546 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=9 attached=false +02-27 08:00:47.926 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 10733 +02-27 08:00:47.928 505 2908 I ActivityManager: Process com.google.android.gms.persistent (pid 8520) has died: vis BFGS +02-27 08:00:47.928 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 8520 in 0ms +02-27 08:00:47.929 505 2908 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.gcm.GcmService in 10971ms for start-requested +02-27 08:00:47.929 505 2908 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.location.geocode.GeocodeService in 20971ms for connection +02-27 08:00:47.929 505 2908 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentBoundBrokerService in 30971ms for connection +02-27 08:00:47.929 505 2908 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.fused.FusedLocationService in 83967ms for connection +02-27 08:00:47.929 505 2908 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.clearcut.debug.ClearcutDebugDumpService in 93967ms for start-requested +02-27 08:00:47.929 505 2908 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.presencemanager.service.PresenceManagerPresenceReportService in 103967ms for start-requested +02-27 08:00:47.929 505 2908 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService in 113967ms for start-requested +02-27 08:00:47.929 505 2908 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.auth.setup.devicesignals.LockScreenService in 123967ms for start-requested +02-27 08:00:47.929 505 2908 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.common.stats.GmsCoreStatsService in 133967ms for start-requested +02-27 08:00:47.929 505 2908 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.gcm.nts.SchedulerService in 143967ms for start-requested +02-27 08:00:47.929 505 2908 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.contextmanager.service.ContextManagerService in 153967ms for start-requested +02-27 08:00:47.929 505 2908 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.location.persistent.LocationPersistentService in 163967ms for start-requested +02-27 08:00:47.929 505 2908 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.deviceconnection.service.DeviceConnectionWatcherService in 173967ms for start-requested +02-27 08:00:47.929 505 2908 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService in 183967ms for connection +02-27 08:00:47.929 505 2908 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.network.NetworkLocationService in 193967ms for connection +02-27 08:00:47.929 505 2908 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService in 203967ms for start-requested +02-27 08:00:47.931 505 555 I ActivityManager: Start proc 11174:com.android.vending/u0a58 for broadcast {com.android.vending/com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl$RegisteredReceiver} +02-27 08:00:47.932 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10082; state: ENABLED +02-27 08:00:47.932 505 553 W Searchables: No global search activity found +02-27 08:00:47.933 11151 11151 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 1000; state: ENABLED +02-27 08:00:47.933 505 2796 I ActivityManager: Process com.google.android.ext.services (pid 8444) has died: vis BFGS +02-27 08:00:47.933 505 556 I libprocessgroup: Successfully killed process cgroup uid 10078 pid 8444 in 0ms +02-27 08:00:47.933 505 2796 W ActivityManager: Scheduling restart of crashed service com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl in 233433ms for connection +02-27 08:00:47.935 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:00:47.937 322 322 D Zygote : Forked child process 11189 +02-27 08:00:47.939 505 505 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10049; state: DISABLED +02-27 08:00:47.939 505 505 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10049; state: DISABLED +02-27 08:00:47.939 505 505 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10049; state: DISABLED +02-27 08:00:47.939 505 505 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10049; state: ENABLED +02-27 08:00:47.940 505 555 I ActivityManager: Start proc 11189:com.streamflow.tv/u0a82 for pre-top-activity {com.streamflow.tv/com.streamflow.tv.MainActivity} +02-27 08:00:47.941 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10077; state: DISABLED +02-27 08:00:47.941 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:00:47.941 11189 11189 I m.streamflow.t: Late-enabling -Xcheck:jni +02-27 08:00:47.941 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:00:47.941 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:00:47.941 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:00:47.944 322 322 D Zygote : Forked child process 11191 +02-27 08:00:47.945 505 555 I ActivityManager: Start proc 11191:com.google.android.permissioncontroller/u0a77 for service {com.google.android.permissioncontroller/com.android.permissioncontroller.permission.service.PermissionControllerServiceImpl} +02-27 08:00:47.945 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10049; state: ENABLED +02-27 08:00:47.945 11174 11174 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:00:47.948 322 322 D Zygote : Forked child process 11192 +02-27 08:00:47.948 505 555 I ActivityManager: Start proc 11192:com.google.android.tv.remote.service/u0a49 for service {com.google.android.tv.remote.service/com.google.android.tv.remote.service.AtvRemoteProviderService} +02-27 08:00:47.948 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:00:47.950 11191 11191 I libc : SetHeapTaggingLevel: tag level set to 0 +02-27 08:00:47.951 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:00:47.952 322 322 D Zygote : Forked child process 11193 +02-27 08:00:47.952 505 555 I ActivityManager: Start proc 11193:com.google.android.tvlauncher/u0a48 for activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:00:47.958 505 505 W Looper : Drained +02-27 08:00:47.959 505 505 D CompatibilityChangeReporter: Compat change id reported: 175319604; UID 1000; state: ENABLED +02-27 08:00:47.961 11191 11191 E ssioncontrolle: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:47.973 11193 11193 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:47.977 11192 11192 E .remote.servic: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:47.981 505 3128 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.981 505 3128 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.981 505 3128 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.981 505 3128 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.981 505 3128 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.981 505 3128 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.981 505 3128 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.981 505 3128 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.981 505 3128 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.981 505 3128 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.981 505 3128 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.981 505 3128 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.981 505 3128 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.981 505 3128 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.981 505 3128 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.981 505 3128 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.981 505 3128 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.981 505 3128 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.981 505 3128 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.981 505 3128 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.982 505 3128 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10048; state: DISABLED +02-27 08:00:47.982 505 3128 D CompatibilityChangeReporter: Compat change id reported: 181136395; UID 10048; state: DISABLED +02-27 08:00:47.982 505 3128 D CompatibilityChangeReporter: Compat change id reported: 174042936; UID 10048; state: DISABLED +02-27 08:00:47.982 505 3128 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10048; state: DISABLED +02-27 08:00:47.982 505 3128 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10048; state: DISABLED +02-27 08:00:47.985 505 3128 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10077; state: DISABLED +02-27 08:00:47.986 1403 1412 I adbd : jdwp connection from 11189 +02-27 08:00:47.990 11191 11191 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10077; state: DISABLED +02-27 08:00:47.990 11193 11193 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:00:47.991 505 2908 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10049; state: DISABLED +02-27 08:00:47.993 11192 11192 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10049; state: ENABLED +02-27 08:00:47.995 505 3128 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.995 505 3128 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.995 505 3128 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.995 505 3128 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.995 505 3128 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.995 505 3128 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.995 505 3128 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.995 505 3128 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.995 505 3128 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.995 505 3128 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.995 505 3128 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.995 505 3128 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.995 505 3128 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.995 505 3128 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.995 505 3128 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.995 505 3128 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.995 505 3128 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.995 505 3128 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.995 505 3128 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.995 505 3128 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:47.996 505 3128 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10082; state: DISABLED +02-27 08:00:47.996 505 3128 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10082; state: DISABLED +02-27 08:00:47.996 505 3128 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10082; state: DISABLED +02-27 08:00:48.003 11174 11174 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:00:48.006 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:00:48.007 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:00:48.009 11191 11191 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar +02-27 08:00:48.013 11151 11151 V GraphicsEnvironment: ANGLE Developer option for 'com.android.keychain' set to: 'default' +02-27 08:00:48.013 11151 11151 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:48.013 11151 11151 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:48.014 11151 11151 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:48.022 11193 11193 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:00:48.032 11192 11192 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AtvRemoteService/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:00:48.042 505 553 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:00:48.044 505 553 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:00:48.044 505 553 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:00:48.044 505 553 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:00:48.044 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:00:48.047 322 322 D Zygote : Forked child process 11256 +02-27 08:00:48.048 505 555 I ActivityManager: Start proc 11256:com.google.android.gms.persistent/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.PersistentBoundBrokerService} +02-27 08:00:48.048 11193 11193 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:00:48.048 11193 11193 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:48.049 11192 11192 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tv.remote.service' set to: 'default' +02-27 08:00:48.049 11192 11192 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:48.049 11192 11192 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:48.049 11192 11192 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:48.053 11193 11193 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:48.053 11193 11193 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:48.059 11256 11256 E .gms.persisten: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:48.080 11256 11256 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:00:48.087 11191 11191 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.permissioncontroller' set to: 'default' +02-27 08:00:48.088 11191 11191 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:48.089 11191 11191 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:48.089 11191 11191 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:48.095 11174 11174 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:00:48.095 11174 11174 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:48.096 11174 11174 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:48.096 11174 11174 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:48.105 11151 11253 W KeyChain: Creating new DB. +02-27 08:00:48.109 11256 11256 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:00:48.109 11192 11192 I AtvRemote.Application: Application started +02-27 08:00:48.116 505 545 W ActivityTaskManager: Activity top resumed state loss timeout for ActivityRecord{789a00a u0 com.android.vending/com.google.android.finsky.unauthenticated.activity.UnauthenticatedMainActivity t-1 f}} +02-27 08:00:48.122 11174 11174 I Finsky : [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:00:48.133 11191 11191 I CarUiInstaller: CarUiInstaller started for com.google.android.permissioncontroller +02-27 08:00:48.140 11256 11256 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:00:48.140 11256 11256 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:48.142 11256 11256 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:00:48.152 11192 11283 W .remote.servic: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:00:48.155 11256 11256 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:00:48.158 11192 11283 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:00:48.158 11192 11283 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:00:48.158 11191 11191 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:00:48.163 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:00:48.166 11191 11246 I PermissionControllerServiceImpl: Updating user sensitive for uid 10082 +02-27 08:00:48.328 11192 11192 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:00:48.338 11189 11189 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10082; state: ENABLED +02-27 08:00:48.366 11192 11192 I AtvRemote.RemoteService: Starting bluetooth server +02-27 08:00:48.387 11174 11284 I Finsky : [50] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 08:00:48.400 505 553 E PackageManager: Optimistic bind failed. +02-27 08:00:48.400 505 553 E PackageManager: java.util.concurrent.TimeoutException: [Optimistic Bind] Didn't bind to resolver in time! +02-27 08:00:48.400 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.waitForBindLocked(InstantAppResolverConnection.java:160) +02-27 08:00:48.400 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.bind(InstantAppResolverConnection.java:225) +02-27 08:00:48.400 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.lambda$optimisticBind$0$InstantAppResolverConnection(InstantAppResolverConnection.java:255) +02-27 08:00:48.400 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection$$ExternalSyntheticLambda0.run(Unknown Source:2) +02-27 08:00:48.400 505 553 E PackageManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:48.400 505 553 E PackageManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:48.400 505 553 E PackageManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:48.400 505 553 E PackageManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:48.400 505 553 E PackageManager: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:00:48.402 11193 11306 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:00:48.406 11193 11306 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:00:48.410 11193 11306 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:00:48.412 755 1083 I bt_btif_sock_rfcomm: system/bt/btif/src/btif_sock_rfc.cc:303 btsock_rfc_listen: Adding listening socket service_name: Android TV Remote - channel: -1 +02-27 08:00:48.413 11174 11284 I Finsky : [50] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 08:00:48.413 755 1045 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:00:48.414 755 1045 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=6, is_server=1, mtu=990, uuid=000000, dlci=12, signal_state=0x0b, p_port=0x7a813edde0 +02-27 08:00:48.424 11192 11192 I AtvRemote.BluetoothServer: Starting Bluetooth LE advertising +02-27 08:00:48.424 11192 11192 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:00:48.425 11192 11192 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:00:48.446 11193 11193 W Glide : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored +02-27 08:00:48.462 11174 11174 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:00:48.465 11174 11174 I Finsky : [2] mre.(3): Resetting scheduler db +02-27 08:00:48.471 11174 11280 W Finsky : [46] ehz.d(18): For unauth, use getDfeApiNonAuthenticated() instead! +02-27 08:00:48.478 11192 11192 D TvRemoteProvider: openRemoteInputBridge() for virtual-search: success +02-27 08:00:48.479 11192 11192 I AtvRemote.BluetoothServer: Advertising on LE Settings [mAdvertiseMode=0, mAdvertiseTxPowerLevel=2, mAdvertiseConnectable=true, mAdvertiseTimeoutMillis=0] +02-27 08:00:48.482 505 2908 I TvRemote-native-uiBridge: Registering uinput device virtual-search: touch pad size 1x1, max pointers 1. +02-27 08:00:48.476 505 505 W Binder:505_1D: type=1400 audit(0.0:118): avc: denied { write } for name="uinput" dev="tmpfs" ino=382 scontext=u:r:system_server:s0 tcontext=u:object_r:uhid_device:s0 tclass=chr_file permissive=0 +02-27 08:00:48.482 505 2908 E TvRemote-native-uiBridge: Cannot open /dev/uinput: Permission denied. +02-27 08:00:48.490 505 2908 E TvRemoteServiceInput: Cannot create device for virtual-search +02-27 08:00:48.512 11174 11280 I Finsky : [46] kvx.(3): PackageMonitorReceiverImpl - Registering in memory receiver for android.intent.action.PACKAGE_ADDED and android.intent.action.PACKAGE_REMOVED +02-27 08:00:48.516 11174 11282 I Finsky : [48] pyq.a(1): Warm data store was already initialized. +02-27 08:00:48.536 11256 11256 I Safeboot: Checking safeboot... +02-27 08:00:48.556 11174 11337 W android.vendin: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:00:48.556 11174 11337 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:00:48.556 11174 11337 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:00:48.570 11174 11280 I Finsky : [46] pyr.a(1): Warm data store was already initialized. +02-27 08:00:48.572 505 1684 I ActivityManager: Background started FGS: Allowed [callingPackage: com.google.android.tv.remote.service; callingUid: 10049; uidState: FGS ; intent: Intent { cmp=com.google.android.tv.remote.service/.DiscoveryService }; code:BACKGROUND_ACTIVITY_PERMISSION; tempAllowListReason:; targetSdkVersion:31; callerTargetSdkVersion:31; startForegroundCount:0; bindFromPackage:null] +02-27 08:00:48.576 11192 11353 I AtvRemote.TcpServer: Listening on 6466 +02-27 08:00:48.577 11256 11256 I FixerFramework: Installing ProviderInstaller. +02-27 08:00:48.579 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:00:48.579 11174 11323 I Finsky : [57] nlv.run(10): SysCUA: Set {com.android.vending/com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity} enabled state to 0 +02-27 08:00:48.596 11174 11322 W Finsky : [56] hne.run(49): HibernationActivity not found +02-27 08:00:48.600 11256 11256 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:00:48.602 11256 11256 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:00:48.603 11256 11256 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:00:48.609 11174 11282 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 08:00:48.611 11174 11282 I Finsky : [48] kmj.i(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileMaximum +02-27 08:00:48.611 11174 11282 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 08:00:48.612 11174 11282 I Finsky : [48] kmj.h(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileRecommended +02-27 08:00:48.612 505 712 D NsdService: New client listening to asynchronous messages +02-27 08:00:48.612 505 712 D NsdService: New client, channel: com.android.internal.util.AsyncChannel@ad3a605 messenger: android.os.Messenger@591665a +02-27 08:00:48.612 11192 11192 D CompatibilityChangeReporter: Compat change id reported: 191844585; UID 10049; state: ENABLED +02-27 08:00:48.613 11174 11282 I Finsky : [48] vbw.c(2): registerListener +02-27 08:00:48.614 11174 11282 I Finsky : [48] vbw.c(2): registerListener +02-27 08:00:48.615 11174 11282 I Finsky : [48] jrs.m(5): Enqueuing libraries load for 0 +02-27 08:00:48.617 11193 11193 W ChimeRegistrationManage: Chime not initialized, cannot register for notifications. +02-27 08:00:48.617 11174 11282 I Finsky : [48] gcv.j(3): Subscription detail: N/A +02-27 08:00:48.617 11192 11192 I AtvRemote.RemoteService: Starting up pairing server. +02-27 08:00:48.617 11174 11327 I Finsky : [60] jrs.t(1): Starting libraries load for 0 +02-27 08:00:48.617 505 712 D NsdService: Register service +02-27 08:00:48.617 505 712 D NsdService: registerService: 8 name: sdk_google_atv64_arm64, type: _androidtvremote2._tcp., host: null, port: 6466, txtRecord: bt=BB:BB:BB:00:00:01 +02-27 08:00:48.617 505 712 D NsdService: mdnssd [register, 8, sdk_google_atv64_arm64, _androidtvremote2._tcp., 6466, FGJ0PUJCOkJCOkJCOjAwOjAwOjAx] +02-27 08:00:48.620 11174 11282 I Finsky : [48] qfs.s(2): Setup app restrictions monitor +02-27 08:00:48.624 11174 11282 I Finsky : [48] qlg.a(3): Device wide unknown source restriction is changed. +02-27 08:00:48.624 11174 11312 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 1-1337, CT: 1772153180986, Constraints: [{ L: 43188056, D: 86388056, C: 1, I: 1, N: 1 }] +02-27 08:00:48.624 11174 11312 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 3-5, CT: 1772153914610, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }] +02-27 08:00:48.625 11174 11312 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:00:48.625 505 712 D NsdService: Register 2 8 +02-27 08:00:48.626 11174 11282 I Finsky : [48] pyq.a(1): Warm data store was already initialized. +02-27 08:00:48.626 11174 11282 I Finsky : [48] pyr.a(1): Warm data store was already initialized. +02-27 08:00:48.630 11174 11284 I Finsky : [50] nvc.(2): Item store provider started. +02-27 08:00:48.631 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10033; state: DISABLED +02-27 08:00:48.631 505 1684 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10033; state: DISABLED +02-27 08:00:48.631 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10033; state: DISABLED +02-27 08:00:48.631 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10033; state: ENABLED +02-27 08:00:48.631 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10033; state: ENABLED +02-27 08:00:48.636 11174 11327 I Finsky : [60] jrs.t(23): Finished loading 0 libraries. +02-27 08:00:48.637 322 322 D Zygote : Forked child process 11373 +02-27 08:00:48.637 505 555 I ActivityManager: Start proc 11373:com.android.providers.tv/u0a33 for content provider {com.android.providers.tv/com.android.providers.tv.TvProvider} +02-27 08:00:48.638 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:00:48.643 11174 11312 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772153257487, Constraints: [{ L: 900000, D: 1800000, C: 1, I: 1, N: 0 }] +02-27 08:00:48.643 505 1684 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:00:48.644 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:00:48.644 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:00:48.644 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:00:48.646 322 322 D Zygote : Forked child process 11385 +02-27 08:00:48.646 11373 11373 E id.providers.t: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:48.657 505 555 I ActivityManager: Start proc 11385:com.google.process.gapps/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider} +02-27 08:00:48.661 11385 11385 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:48.663 505 1684 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10033; state: DISABLED +02-27 08:00:48.667 11373 11373 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10033; state: ENABLED +02-27 08:00:48.669 11256 11256 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:00:48.678 505 2908 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:00:48.725 11385 11385 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:00:48.731 505 2908 D ConnectivityService: requestNetwork for uid/pid:10048/11193 activeRequest: null callbackRequest: 152 [NetworkRequest [ REQUEST id=153, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:00:48.731 505 709 D ConnectivityService: NetReassign [153 : null → 100] +02-27 08:00:48.734 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=153, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:00:48.734 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=153, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:00:48.734 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=153, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:00:48.737 11193 11193 W PrtnrWidgetInfoLdr: No content provider for OEM widget found +02-27 08:00:48.789 11373 11373 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.tv' set to: 'default' +02-27 08:00:48.790 11373 11373 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:48.802 11373 11373 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:48.803 11193 11416 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.searchapi.VoiceInteractionProvider +02-27 08:00:48.806 11193 11417 E ActivityThread: Failed to find provider info for tvlauncher.mic +02-27 08:00:48.807 11193 11417 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:00:48.807 11193 11416 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:00:48.812 11373 11373 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:48.825 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10052; state: DISABLED +02-27 08:00:48.825 505 1684 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10052; state: DISABLED +02-27 08:00:48.826 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10052; state: DISABLED +02-27 08:00:48.826 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10052; state: ENABLED +02-27 08:00:48.826 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10052; state: ENABLED +02-27 08:00:48.831 322 322 D Zygote : Forked child process 11419 +02-27 08:00:48.833 505 555 I ActivityManager: Start proc 11419:com.google.android.tvrecommendations/u0a52 for content provider {com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationContentProvider} +02-27 08:00:48.840 11373 11373 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10033; state: ENABLED +02-27 08:00:48.846 11419 11419 E recommendation: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:48.850 11174 11174 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 5 +02-27 08:00:48.857 11193 11193 W PhoneWindow: Previously focused view reported id 2131427655 during save, but can't be found during restore. +02-27 08:00:48.857 11256 11256 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:00:48.864 505 3128 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10052; state: DISABLED +02-27 08:00:48.869 11174 11174 I Finsky : [2] kvx.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [DpsPkSMHqWttfQXwzyJIZdxvbLGGKJ1F0YBostZeLuc] +02-27 08:00:48.869 11174 11174 I Finsky : [2] kwn.n(8): Invalidating cached PackageState for com.streamflow.tv +02-27 08:00:48.872 11419 11419 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10052; state: ENABLED +02-27 08:00:48.884 11385 11385 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:00:48.884 11385 11385 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:48.888 11385 11385 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:48.889 11385 11385 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:48.901 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:00:48.901 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:00:48.901 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:00:48.901 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:00:48.901 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:00:48.905 322 322 D Zygote : Forked child process 11438 +02-27 08:00:48.906 505 555 I ActivityManager: Start proc 11438:com.google.android.gms/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.GmsBoundBrokerService} +02-27 08:00:48.914 11256 11256 W SQLiteCompatibilityWalFlags: Cannot read global setting sqlite_compatibility_wal_flags - Application state not available +02-27 08:00:48.914 11174 11312 I Finsky : [53] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 08:00:48.925 11419 11419 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVRecommendations/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:00:48.926 11438 11438 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:48.928 11174 11437 I Finsky : [82] hvg.run(26): Wrote row to frosting DB: 110 +02-27 08:00:48.932 505 2908 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver +02-27 08:00:48.937 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:00:48.941 11174 11437 I Finsky : [82] hvg.run(26): Wrote row to frosting DB: 111 +02-27 08:00:48.942 11385 11385 I GoogleHttpClient: GMS http client unavailable, use old client +02-27 08:00:48.944 11438 11438 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:00:48.952 11174 11174 I Finsky : [2] iki.D(3): Installer: Attempting to start installer +02-27 08:00:48.954 11419 11419 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvrecommendations' set to: 'default' +02-27 08:00:48.954 11419 11419 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:48.954 11419 11419 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:48.954 11419 11419 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:48.956 11174 11174 I Finsky : [2] vbw.c(2): registerListener +02-27 08:00:48.960 11385 11385 I CarUiInstaller: CarUiInstaller started for com.google.android.gsf +02-27 08:00:48.961 11174 11174 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:00:48.961 11174 11174 I Finsky : [2] pyr.a(1): Warm data store was already initialized. +02-27 08:00:48.961 11174 11174 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:00:48.964 11174 11174 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:00:48.964 11174 11174 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:00:48.968 11174 11174 I Finsky : [2] ird.(18): Initializing pausers from value store. +02-27 08:00:48.968 11174 11174 I Finsky : [2] ird.(21): Get the following callers from value store []. +02-27 08:00:48.972 11174 11174 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 80 +02-27 08:00:48.972 11174 11174 I Finsky : [2] iqy.accept(9): Flushing in-memory image cache +02-27 08:00:48.974 11174 11174 I Finsky : [2] iki.T(1): Installer: Installer kick - no action, not running yet +02-27 08:00:48.985 11438 11438 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:00:48.989 11419 11419 E ActivityThread: Failed to find provider info for tvlauncher.config +02-27 08:00:48.990 11419 11419 E OemConfigurationData: Error reading content://tvlauncher.config/configuration +02-27 08:00:48.990 11419 11419 E OemConfigurationData: No content provider: content://tvlauncher.config/configuration +02-27 08:00:48.997 11174 11460 I Finsky : [87] heg.g(1): getDownloads() +02-27 08:00:49.009 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:00:49.010 11174 11284 I Finsky : [50] nvc.r(6): Created new item store. +02-27 08:00:49.016 505 3128 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:00:49.016 505 3128 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:00:49.016 505 3128 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:00:49.016 505 3128 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:00:49.016 505 3128 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:00:49.017 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:00:49.018 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:00:49.021 322 322 D Zygote : Forked child process 11476 +02-27 08:00:49.022 505 555 I ActivityManager: Start proc 11476:com.android.vending:background/u0a58 for service {com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService} +02-27 08:00:49.024 11256 11256 I Safeboot: Starting safeboot. +02-27 08:00:49.025 11256 11477 I SafebootRestartTriggere: Running fixer! +02-27 08:00:49.033 11476 11476 E ding:backgroun: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:49.044 505 1925 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10058; state: DISABLED +02-27 08:00:49.046 11476 11476 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:00:49.056 11438 11438 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:00:49.056 11438 11438 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:49.057 11438 11438 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:00:49.059 11438 11438 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:00:49.062 11476 11476 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:00:49.158 11256 11270 E ChimeraPrvdrProxy: Provider proxy missing implementation +02-27 08:00:49.189 11256 11256 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:00:49.197 11256 11256 E ChimeraSrvcProxy: Proxy without impl failing onBind() +02-27 08:00:49.197 11256 11256 I ChimeraSrvcProxy: com.google.android.gms.chimera.PersistentBoundBrokerService returning NullBinder for action android.intent.action.RESOLVE_INSTANT_APP_PACKAGE +02-27 08:00:49.200 11256 11256 E ChimeraSrvcProxy: Proxy without impl dropping onStart() +02-27 08:00:49.204 11256 11256 E ChimeraSrvcProxy: Proxy without impl failing onBind() +02-27 08:00:49.204 11256 11256 I ChimeraSrvcProxy: com.google.android.gms.location.geocode.GeocodeService returning NullBinder for action com.android.location.service.GeocodeProvider +02-27 08:00:49.205 505 542 I ServiceWatcher: [GeocoderProxy] connected to {com.google.android.gms/com.google.android.gms.location.geocode.GeocodeService} +02-27 08:00:49.205 11256 11256 E ChimeraSrvcProxy: Proxy without impl failing onBind() +02-27 08:00:49.205 11256 11256 I ChimeraSrvcProxy: com.google.android.location.fused.FusedLocationService returning NullBinder for action com.android.location.service.FusedLocationProvider +02-27 08:00:49.206 11256 11256 E ChimeraSrvcProxy: Proxy without impl dropping onStart() +02-27 08:00:49.206 505 542 I ServiceWatcher: [fused] connected to {com.google.android.gms/com.google.android.location.fused.FusedLocationService} +02-27 08:00:49.206 11256 11256 E ChimeraSrvcProxy: Proxy without impl dropping onStart() +02-27 08:00:49.208 11256 11256 E ChimeraSrvcProxy: Proxy without impl failing onBind() +02-27 08:00:49.208 11256 11256 I ChimeraSrvcProxy: com.google.android.location.internal.GoogleLocationManagerService returning NullBinder for action com.android.location.service.GeofenceProvider +02-27 08:00:49.210 11256 11256 E ChimeraSrvcProxy: Proxy without impl dropping onStart() +02-27 08:00:49.210 505 542 I ServiceWatcher: [GeofenceProxy] connected to {com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService} +02-27 08:00:49.212 11256 11256 E ChimeraSrvcProxy: Proxy without impl dropping onStart() +02-27 08:00:49.218 11256 11256 E ChimeraSrvcProxy: Proxy without impl dropping onStart() +02-27 08:00:49.221 11256 11256 E ChimeraSrvcProxy: Proxy without impl dropping onStart() +02-27 08:00:49.229 11256 11256 E ChimeraSrvcProxy: Proxy without impl dropping onStart() +02-27 08:00:49.230 11256 11256 E ChimeraSrvcProxy: Proxy without impl dropping onStart() +02-27 08:00:49.232 11256 11256 E ChimeraSrvcProxy: Proxy without impl dropping onStart() +02-27 08:00:49.232 182 182 I lowmemorykiller: Kill 'com.android.vending' (11174), uid 10058, oom_score_adj 915 to free 110704kB rss, 0kB swap; reason: min watermark is breached and thrashing (117%) +02-27 08:00:49.232 11256 11256 E ChimeraSrvcProxy: Proxy without impl failing onBind() +02-27 08:00:49.232 11256 11256 I ChimeraSrvcProxy: com.google.android.location.internal.server.HardwareArProviderService returning NullBinder for action com.android.location.service.ActivityRecognitionProvider +02-27 08:00:49.232 505 542 I ServiceWatcher: [HardwareActivityRecognitionProxy] connected to {com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService} +02-27 08:00:49.233 11256 11256 E ChimeraSrvcProxy: Proxy without impl failing onBind() +02-27 08:00:49.233 11256 11256 I ChimeraSrvcProxy: com.google.android.location.network.NetworkLocationService returning NullBinder for action com.android.location.service.v3.NetworkLocationProvider +02-27 08:00:49.233 11256 11256 E ChimeraSrvcProxy: Proxy without impl dropping onStart() +02-27 08:00:49.235 11256 11256 E ChimeraSrvcProxy: Proxy without impl failing onBind() +02-27 08:00:49.235 11256 11256 I ChimeraSrvcProxy: com.google.android.gms.chimera.PersistentApiService returning NullBinder for action com.google.android.gms.phenotype.service.START +02-27 08:00:49.246 11419 11500 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10052; state: ENABLED +02-27 08:00:49.255 182 182 I lowmemorykiller: Kill 'com.android.keychain' (11151), uid 1000, oom_score_adj 905 to free 76004kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:00:49.256 322 322 I Zygote : Process 11174 exited due to signal 9 (Killed) +02-27 08:00:49.256 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 11174 in 0ms +02-27 08:00:49.261 11256 11270 I ChimeraSrvcProxy: NullBinder for com.android.location.service.GeofenceProvider triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:49.261 182 182 I lowmemorykiller: Kill 'com.google.process.gapps' (11385), uid 10057, oom_score_adj 905 to free 79660kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:00:49.261 322 322 I Zygote : Process 11151 exited due to signal 9 (Killed) +02-27 08:00:49.270 322 322 I Zygote : Process 11385 exited due to signal 9 (Killed) +02-27 08:00:49.270 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:00:49.271 182 182 I lowmemorykiller: Kill 'com.google.android.tvlauncher' (11193), uid 10048, oom_score_adj 102 to free 99156kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:00:49.274 11256 11272 I ChimeraSrvcProxy: NullBinder for com.android.location.service.ActivityRecognitionProvider triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:49.274 11256 11271 I ChimeraSrvcProxy: NullBinder for com.android.location.service.FusedLocationProvider triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:49.278 505 542 E ARProxy : Unknown descriptor: +02-27 08:00:49.278 505 542 I ServiceWatcher: [network] connected to {com.google.android.gms/com.google.android.location.network.NetworkLocationService} +02-27 08:00:49.281 505 546 D CompatibilityChangeReporter: Compat change id reported: 158002302; UID 10048; state: ENABLED +02-27 08:00:49.282 11256 11271 I ChimeraSrvcProxy: NullBinder for com.android.location.service.v3.NetworkLocationProvider triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:49.282 505 1684 I ActivityManager: Process com.android.vending (pid 11174) has died: cch+15 CEM +02-27 08:00:49.287 182 182 W lowmemorykiller: Failed to open /proc/11151/oom_score_adj; errno=2: process 11151 might have been killed +02-27 08:00:49.290 11256 11287 E ChimeraPrvdrProxy: Provider proxy missing implementation +02-27 08:00:49.291 11256 11256 E ChimeraSrvcProxy: Proxy without impl failing onBind() +02-27 08:00:49.291 11256 11256 I ChimeraSrvcProxy: com.google.android.gms.chimera.PersistentDirectBootAwareApiService returning NullBinder for action com.google.android.gms.usagereporting.service.START +02-27 08:00:49.295 11256 11287 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:00:49.295 11256 11287 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:00:49.295 11256 11519 E ChimeraPrvdrProxy: Provider proxy missing implementation +02-27 08:00:49.299 11476 11476 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:00:49.299 11476 11476 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:49.300 11476 11476 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:49.300 11476 11476 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:49.301 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:00:49.323 505 1683 I ActivityManager: Process com.android.keychain (pid 11151) has died: cch+15 CEM +02-27 08:00:49.323 505 556 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 11151 in 0ms +02-27 08:00:49.326 505 1212 I ActivityManager: Process com.google.android.tvlauncher (pid 11193) has died: vis+2 TOP +02-27 08:00:49.326 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 11193 in 0ms +02-27 08:00:49.327 11476 11476 I Finsky:background: [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:00:49.327 505 2113 I WindowManager: WIN DEATH: Window{5b64da7 u0 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:00:49.328 322 322 I Zygote : Process 11193 exited due to signal 9 (Killed) +02-27 08:00:49.329 182 182 I lowmemorykiller: Kill 'com.android.providers.tv' (11373), uid 10033, oom_score_adj 102 to free 82772kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:00:49.330 505 2113 W InputManager-JNI: Input channel object '5b64da7 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:00:49.330 505 1680 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/11193, android.os.BinderProxy@66568d3) +02-27 08:00:49.331 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=153, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:00:49.334 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:00:49.342 322 322 I Zygote : Process 11373 exited due to signal 9 (Killed) +02-27 08:00:49.345 505 890 I ActivityManager: Process com.google.process.gapps (pid 11385) has died: cch+5 CEM +02-27 08:00:49.346 182 182 W lowmemorykiller: Failed to open /proc/11373/oom_score_adj; errno=2: process 11373 might have been killed +02-27 08:00:49.348 11256 11256 E ChimeraSrvcProxy: Proxy without impl failing onBind() +02-27 08:00:49.348 11256 11256 I ChimeraSrvcProxy: com.google.android.gms.chimera.PersistentDirectBootAwareApiService returning NullBinder for action com.google.android.gms.clearcut.service.START +02-27 08:00:49.350 11256 11287 E ChimeraPrvdrProxy: Provider proxy missing implementation +02-27 08:00:49.358 505 712 D NsdService: Native daemon message SERVICE_REGISTERED: 606 8 "sdk_google_atv64_arm64" +02-27 08:00:49.362 11192 11358 I AtvRemote.DiscoveryService: NDS Service registered: sdk_google_atv64_arm64 +02-27 08:00:49.365 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 11193 +02-27 08:00:49.365 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:00:49.366 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:00:49.366 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:00:49.366 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:00:49.366 11256 11256 E ChimeraSrvcProxy: Proxy without impl failing onBind() +02-27 08:00:49.366 11256 11256 I ChimeraSrvcProxy: com.google.android.gms.auth.GetToken returning NullBinder for action null +02-27 08:00:49.366 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:00:49.367 505 1680 I ActivityManager: Process com.android.providers.tv (pid 11373) has died: cch+5 CEM +02-27 08:00:49.370 322 322 D Zygote : Forked child process 11528 +02-27 08:00:49.371 11256 11256 E ChimeraSrvcProxy: Proxy without impl failing onBind() +02-27 08:00:49.371 11256 11256 I ChimeraSrvcProxy: com.google.android.gms.chimera.PersistentBoundBrokerService returning NullBinder for action com.google.android.chimera.BoundService.START +02-27 08:00:49.372 505 555 I ActivityManager: Start proc 11528:com.google.android.tvlauncher/u0a48 for activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:00:49.372 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 11385 in 0ms +02-27 08:00:49.372 505 556 I libprocessgroup: Successfully killed process cgroup uid 10033 pid 11373 in 0ms +02-27 08:00:49.374 11256 11256 E ChimeraSrvcProxy: Proxy without impl failing onBind() +02-27 08:00:49.374 11256 11256 I ChimeraSrvcProxy: com.google.android.gms.chimera.PersistentApiService returning NullBinder for action com.google.android.gms.phenotype.service.START +02-27 08:00:49.378 11256 11256 E ChimeraSrvcProxy: Proxy without impl failing onBind() +02-27 08:00:49.378 11256 11256 I ChimeraSrvcProxy: com.google.android.gms.auth.GetToken returning NullBinder for action null +02-27 08:00:49.378 11256 11519 I ChimeraSrvcProxy: NullBinder for com.google.android.chimera.BoundService.START throwing RemoteException due to Service without Chimera impl +02-27 08:00:49.383 11256 11519 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:49.383 11256 11519 W GmsClient: android.os.RemoteException: Service without Chimera impl +02-27 08:00:49.383 11256 11519 W GmsClient: at dth.onTransact(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:00:49.383 11256 11519 W GmsClient: at android.os.Binder.transact(Binder.java:1064) +02-27 08:00:49.383 11256 11519 W GmsClient: at nut.fj(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:00:49.383 11256 11519 W GmsClient: at nsz.s(:com.google.android.gms@223616103@22.36.16 (180406-476895098):14) +02-27 08:00:49.383 11256 11519 W GmsClient: at ncr.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:00:49.383 11256 11519 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:49.383 11256 11519 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:49.383 11256 11519 W GmsClient: at zla.hP(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:00:49.383 11256 11519 W GmsClient: at zla.dispatchMessage(:com.google.android.gms@223616103@22.36.16 (180406-476895098):1) +02-27 08:00:49.383 11256 11519 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:49.383 11256 11519 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:49.383 11256 11519 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:00:49.383 11256 11287 I ChimeraSrvcProxy: NullBinder for com.google.android.gms.usagereporting.service.START triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:49.384 11192 11283 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 572) +02-27 08:00:49.384 11192 11283 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:49.384 11192 11283 W GmsClient: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:49.384 11192 11283 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:49.384 11192 11283 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:49.384 11192 11283 W GmsClient: at alh.p(PG:14) +02-27 08:00:49.384 11192 11283 W GmsClient: at k.run(PG:19) +02-27 08:00:49.384 11192 11283 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:49.384 11192 11283 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:49.384 11192 11283 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:49.384 11192 11283 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:49.384 11192 11283 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:00:49.387 11528 11528 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:49.392 11189 11189 V GraphicsEnvironment: ANGLE Developer option for 'com.streamflow.tv' set to: 'default' +02-27 08:00:49.392 11189 11189 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:49.392 11256 11287 I ChimeraSrvcProxy: NullBinder for com.google.android.gms.clearcut.service.START triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:49.393 11192 11283 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 420) +02-27 08:00:49.393 11192 11283 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:49.393 11192 11283 W GmsClient: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:49.393 11192 11283 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:49.393 11192 11283 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:49.393 11192 11283 W GmsClient: at alh.p(PG:14) +02-27 08:00:49.393 11192 11283 W GmsClient: at k.run(PG:19) +02-27 08:00:49.393 11192 11283 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:49.393 11192 11283 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:49.393 11192 11283 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:49.393 11192 11283 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:49.393 11192 11283 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:00:49.407 11419 11419 E TVNotifService.NotifMgr: Cannot show unshown notifications, notification service is null +02-27 08:00:49.407 11256 11256 E ChimeraSrvcProxy: Proxy without impl failing onBind() +02-27 08:00:49.407 11256 11256 I ChimeraSrvcProxy: com.google.android.gms.chimera.PersistentApiService returning NullBinder for action com.google.android.chimera.BoundService.START +02-27 08:00:49.413 11256 11481 I akxk : (REDACTED) Removed %d invalid users +02-27 08:00:49.413 11189 11189 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:49.414 11189 11189 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:49.416 11256 11519 I ChimeraSrvcProxy: NullBinder for com.google.android.chimera.BoundService.START throwing RemoteException due to Service without Chimera impl +02-27 08:00:49.417 11256 11519 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:49.417 11256 11519 W GmsClient: android.os.RemoteException: Service without Chimera impl +02-27 08:00:49.417 11256 11519 W GmsClient: at dth.onTransact(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:00:49.417 11256 11519 W GmsClient: at android.os.Binder.transact(Binder.java:1064) +02-27 08:00:49.417 11256 11519 W GmsClient: at nut.fj(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:00:49.417 11256 11519 W GmsClient: at nsz.s(:com.google.android.gms@223616103@22.36.16 (180406-476895098):14) +02-27 08:00:49.417 11256 11519 W GmsClient: at ncr.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:00:49.417 11256 11519 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:49.417 11256 11519 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:49.417 11256 11519 W GmsClient: at zla.hP(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:00:49.417 11256 11519 W GmsClient: at zla.dispatchMessage(:com.google.android.gms@223616103@22.36.16 (180406-476895098):1) +02-27 08:00:49.417 11256 11519 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:49.417 11256 11519 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:49.417 11256 11519 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:00:49.420 505 1381 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:49.420 505 1381 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:49.420 505 1381 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:49.420 505 1381 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:49.420 505 1381 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:49.420 505 1381 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:49.420 505 1381 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:49.420 505 1381 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:49.420 505 1381 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:49.420 505 1381 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:49.421 505 1381 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:49.421 505 1381 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:49.421 505 1381 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:49.421 505 1381 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:49.421 505 1381 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:49.421 505 1381 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:49.421 505 1381 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:49.421 505 1381 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:49.421 505 1381 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:49.421 505 1381 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:49.421 505 1381 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10048; state: DISABLED +02-27 08:00:49.422 505 1381 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10048; state: DISABLED +02-27 08:00:49.422 505 1381 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10048; state: DISABLED +02-27 08:00:49.425 11528 11528 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:00:49.426 505 2908 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10033; state: DISABLED +02-27 08:00:49.426 505 2908 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10033; state: DISABLED +02-27 08:00:49.426 505 2908 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10033; state: DISABLED +02-27 08:00:49.426 505 2908 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10033; state: ENABLED +02-27 08:00:49.427 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10033; state: ENABLED +02-27 08:00:49.430 322 322 D Zygote : Forked child process 11548 +02-27 08:00:49.431 505 555 I ActivityManager: Start proc 11548:com.android.providers.tv/u0a33 for content provider {com.android.providers.tv/com.android.providers.tv.TvProvider} +02-27 08:00:49.443 11476 11476 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 08:00:49.448 11548 11548 E id.providers.t: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:49.459 11476 11476 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 08:00:49.471 11548 11548 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10033; state: ENABLED +02-27 08:00:49.474 11476 11476 I Finsky:background: [2] jjo.onCreate(2): IPC-SERVER: Starting gRPC host service... +02-27 08:00:49.492 11548 11548 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.tv' set to: 'default' +02-27 08:00:49.492 11548 11548 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:49.493 11548 11548 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:49.493 11548 11548 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:49.494 11189 11189 D MainActivity: onCreate started +02-27 08:00:49.494 11438 11438 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:00:49.496 11438 11438 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:00:49.496 11438 11438 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:00:49.498 11548 11548 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10033; state: ENABLED +02-27 08:00:49.502 11528 11528 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:00:49.513 505 1381 D ConnectivityService: requestNetwork for uid/pid:10058/11476 activeRequest: null callbackRequest: 154 [NetworkRequest [ REQUEST id=155, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ]] callback flags: 0 priority: 2147483647 +02-27 08:00:49.514 505 709 D ConnectivityService: NetReassign [155 : null → 100] +02-27 08:00:49.521 11189 11569 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:00:49.524 11189 11569 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:00:49.527 11189 11569 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:00:49.531 505 1686 D ConnectivityService: requestNetwork for uid/pid:10052/11419 activeRequest: null callbackRequest: 156 [NetworkRequest [ REQUEST id=157, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ]] callback flags: 0 priority: 2147483647 +02-27 08:00:49.534 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=155, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 08:00:49.534 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=155, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 08:00:49.534 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=155, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 08:00:49.536 505 709 D ConnectivityService: NetReassign [157 : null → 100] +02-27 08:00:49.541 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=157, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:00:49.541 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=157, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:00:49.542 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=157, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:00:49.542 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:00:49.550 11438 11438 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:00:49.586 11528 11528 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:00:49.586 11528 11528 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:49.588 11528 11528 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:49.590 11528 11528 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:49.609 505 1686 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:00:49.636 11476 11476 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 5 +02-27 08:00:49.638 11476 11476 I Finsky:background: [2] jjo.onDestroy(8): IPC-SERVER: Stopping gRPC host service... +02-27 08:00:49.642 11476 11476 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 15 +02-27 08:00:49.645 11419 11541 I cr_CronetLibraryLoader: Cronet version: 105.0.5195.35, arch: aarch64 +02-27 08:00:49.647 11476 11476 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 80 +02-27 08:00:49.656 11419 11419 D NowPlayingListener: setRemoteControlListener: dqv@d562ab5 +02-27 08:00:49.659 11419 11419 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:00:49.670 11438 11438 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:00:49.672 11419 11419 D NowPlayingManager: onClientChanged() called +02-27 08:00:49.676 11419 11419 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:00:49.678 505 505 V NotificationListeners: 0 notification listener service connected: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:00:49.679 11256 11264 I .gms.persisten: Compiler allocated 5939KB to compile void akxk.E(java.util.Set, java.util.List, int, java.lang.String, boolean, bndu, akxj, java.util.LinkedHashMap, bdtc, boolean) +02-27 08:00:49.686 505 2908 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:00:49.687 505 2908 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:00:49.687 505 2908 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:00:49.687 505 2908 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:00:49.687 505 2908 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:00:49.688 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:00:49.690 322 322 D Zygote : Forked child process 11592 +02-27 08:00:49.692 505 555 I ActivityManager: Start proc 11592:com.android.vending/u0a58 for broadcast {com.android.vending/com.google.android.finsky.verifier.impl.settings.SingleUserSettingsReceiver} +02-27 08:00:49.704 505 1381 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:00:49.705 11592 11592 E android.vendin: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:49.707 505 1381 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:00:49.712 11256 11513 I ChimeraSrvcProxy: NullBinder for com.google.android.gms.clearcut.service.START triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:49.712 11419 11510 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 420) +02-27 08:00:49.714 11419 11510 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:49.714 11419 11510 W GmsClient: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:49.714 11419 11510 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:49.714 11419 11510 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:49.714 11419 11510 W GmsClient: at bsl.u(PG:14) +02-27 08:00:49.714 11419 11510 W GmsClient: at apo.run(PG:31) +02-27 08:00:49.714 11419 11510 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:49.714 11419 11510 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:49.714 11419 11510 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:49.714 11419 11510 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:49.714 11419 11510 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:00:49.720 11256 11287 I ChimeraSrvcProxy: NullBinder for null triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:49.720 11256 11513 I ChimeraSrvcProxy: NullBinder for com.google.android.gms.phenotype.service.START triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:49.720 11419 11510 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 912) +02-27 08:00:49.720 11419 11510 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:49.720 11419 11510 W GmsClient: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:49.720 11419 11510 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:49.720 11419 11510 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:49.720 11419 11510 W GmsClient: at bsl.u(PG:14) +02-27 08:00:49.720 11419 11510 W GmsClient: at apo.run(PG:31) +02-27 08:00:49.720 11419 11510 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:49.720 11419 11510 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:49.720 11419 11510 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:49.720 11419 11510 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:49.720 11419 11510 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:00:49.721 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:00:49.722 11419 11498 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 184) +02-27 08:00:49.723 11419 11498 E SystemAccountsUpdateManager: Exception in requestGoogleAccountsAccess. +02-27 08:00:49.723 11419 11498 E SystemAccountsUpdateManager: java.io.IOException: Error on service connection. +02-27 08:00:49.723 11419 11498 E SystemAccountsUpdateManager: at bmk.j(PG:12) +02-27 08:00:49.723 11419 11498 E SystemAccountsUpdateManager: at bmk.l(PG:21) +02-27 08:00:49.723 11419 11498 E SystemAccountsUpdateManager: at dpw.run(PG:16) +02-27 08:00:49.723 11419 11498 E SystemAccountsUpdateManager: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:00:49.723 11419 11498 E SystemAccountsUpdateManager: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:00:49.723 11419 11498 E SystemAccountsUpdateManager: at java.lang.Thread.run(Thread.java:920) +02-27 08:00:49.723 11419 11498 E SystemAccountsUpdateManager: Caused by: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:49.723 11419 11498 E SystemAccountsUpdateManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:49.723 11419 11498 E SystemAccountsUpdateManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:49.723 11419 11498 E SystemAccountsUpdateManager: at blx.b(PG:2) +02-27 08:00:49.723 11419 11498 E SystemAccountsUpdateManager: at bmi.a(PG:4) +02-27 08:00:49.723 11419 11498 E SystemAccountsUpdateManager: at bmk.j(PG:11) +02-27 08:00:49.723 11419 11498 E SystemAccountsUpdateManager: ... 5 more +02-27 08:00:49.732 11592 11592 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:00:49.745 11256 11513 I ChimeraSrvcProxy: NullBinder for com.google.android.gms.usagereporting.service.START triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:49.746 11419 11515 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 572) +02-27 08:00:49.746 11419 11515 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:49.746 11419 11515 W GmsClient: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:49.746 11419 11515 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:49.746 11419 11515 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:49.746 11419 11515 W GmsClient: at bsl.u(PG:14) +02-27 08:00:49.746 11419 11515 W GmsClient: at bql.a(PG:7) +02-27 08:00:49.746 11419 11515 W GmsClient: at bqp.run(PG:4) +02-27 08:00:49.746 11419 11515 W GmsClient: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) +02-27 08:00:49.746 11419 11515 W GmsClient: at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:00:49.746 11419 11515 W GmsClient: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:00:49.746 11419 11515 W GmsClient: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:00:49.746 11419 11515 W GmsClient: at bua.run(PG:2) +02-27 08:00:49.746 11419 11515 W GmsClient: at java.lang.Thread.run(Thread.java:920) +02-27 08:00:49.746 11256 11287 I ChimeraSrvcProxy: NullBinder for com.google.android.gms.usagereporting.service.START triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:49.746 11419 11520 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 572) +02-27 08:00:49.746 11419 11520 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:49.746 11419 11520 W GmsClient: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:49.746 11419 11520 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:49.746 11419 11520 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:49.746 11419 11520 W GmsClient: at bsl.u(PG:14) +02-27 08:00:49.746 11419 11520 W GmsClient: at bql.a(PG:7) +02-27 08:00:49.746 11419 11520 W GmsClient: at bqp.run(PG:4) +02-27 08:00:49.746 11419 11520 W GmsClient: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) +02-27 08:00:49.746 11419 11520 W GmsClient: at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:00:49.746 11419 11520 W GmsClient: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:00:49.746 11419 11520 W GmsClient: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:00:49.746 11419 11520 W GmsClient: at bua.run(PG:2) +02-27 08:00:49.746 11419 11520 W GmsClient: at java.lang.Thread.run(Thread.java:920) +02-27 08:00:49.753 770 770 D TvNotificationHandler: Notification added +02-27 08:00:49.754 11419 11434 E JavaBinder: *** Uncaught remote exception! (Exceptions are not yet supported across processes.) +02-27 08:00:49.754 11419 11434 E JavaBinder: android.database.StaleDataException: Attempted to access a cursor after it has been closed. +02-27 08:00:49.754 11419 11434 E JavaBinder: at android.database.CursorToBulkCursorAdaptor.throwIfCursorIsClosed(CursorToBulkCursorAdaptor.java:137) +02-27 08:00:49.754 11419 11434 E JavaBinder: at android.database.CursorToBulkCursorAdaptor.getBulkCursorDescriptor(CursorToBulkCursorAdaptor.java:155) +02-27 08:00:49.754 11419 11434 E JavaBinder: at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:117) +02-27 08:00:49.754 11419 11434 E JavaBinder: at android.os.Binder.execTransactInternal(Binder.java:1179) +02-27 08:00:49.754 11419 11434 E JavaBinder: at android.os.Binder.execTransact(Binder.java:1143) +02-27 08:00:49.762 11592 11592 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:00:49.765 11438 11613 I Watchcat: Started +02-27 08:00:49.769 11438 11438 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:00:49.773 11438 11614 I GMS_MM_Logger: Started. +02-27 08:00:49.785 11256 11513 E ChimeraPrvdrProxy: Provider proxy missing implementation +02-27 08:00:49.787 11438 11624 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:00:49.788 11256 11513 E ChimeraPrvdrProxy: Provider proxy missing implementation +02-27 08:00:49.799 11438 11438 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:00:49.799 11438 11438 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:00:49.800 11592 11592 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:00:49.800 11592 11592 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:49.802 11592 11592 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:49.802 11592 11592 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:49.817 11528 11635 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:00:49.818 11528 11635 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:00:49.821 11528 11635 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:00:49.827 11256 11513 E ChimeraPrvdrProxy: Provider proxy missing implementation +02-27 08:00:49.827 11528 11528 W Glide : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored +02-27 08:00:49.830 11438 11438 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:00:49.830 11438 11438 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:00:49.837 11438 11457 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:00:49.837 11438 11457 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:00:49.840 11256 11513 I ChimeraSrvcProxy: NullBinder for com.google.android.chimera.BoundService.START triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:49.841 11438 11634 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 484) +02-27 08:00:49.841 11438 11634 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:49.841 11438 11634 W GmsClient: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:49.841 11438 11634 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:49.841 11438 11634 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:49.841 11438 11634 W GmsClient: at nut.fj(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:00:49.841 11438 11634 W GmsClient: at nsz.s(:com.google.android.gms@223616103@22.36.16 (180406-476895098):13) +02-27 08:00:49.841 11438 11634 W GmsClient: at ncr.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:00:49.841 11438 11634 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:49.841 11438 11634 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:49.841 11438 11634 W GmsClient: at zla.hP(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:00:49.841 11438 11634 W GmsClient: at zla.dispatchMessage(:com.google.android.gms@223616103@22.36.16 (180406-476895098):11) +02-27 08:00:49.841 11438 11634 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:49.841 11438 11634 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:49.841 11438 11634 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:00:49.841 11592 11592 I Finsky : [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:00:49.841 11256 11287 I ChimeraSrvcProxy: NullBinder for com.google.android.chimera.BoundService.START triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:49.841 11438 11634 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 488) +02-27 08:00:49.841 11438 11634 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:49.841 11438 11634 W GmsClient: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:49.841 11438 11634 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:49.841 11438 11634 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:49.841 11438 11634 W GmsClient: at nut.fj(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:00:49.841 11438 11634 W GmsClient: at nsz.s(:com.google.android.gms@223616103@22.36.16 (180406-476895098):13) +02-27 08:00:49.841 11438 11634 W GmsClient: at ncr.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:00:49.841 11438 11634 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:49.841 11438 11634 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:49.841 11438 11634 W GmsClient: at zla.hP(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:00:49.841 11438 11634 W GmsClient: at zla.dispatchMessage(:com.google.android.gms@223616103@22.36.16 (180406-476895098):11) +02-27 08:00:49.841 11438 11634 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:49.841 11438 11634 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:49.841 11438 11634 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:00:50.036 11592 11654 I Finsky : [50] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 08:00:50.060 11528 11528 W ChimeRegistrationManage: Chime not initialized, cannot register for notifications. +02-27 08:00:50.062 11592 11654 I Finsky : [50] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 08:00:50.104 11592 11592 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:00:50.106 11592 11592 I Finsky : [2] mre.(3): Resetting scheduler db +02-27 08:00:50.114 11592 11650 W Finsky : [46] ehz.d(18): For unauth, use getDfeApiNonAuthenticated() instead! +02-27 08:00:50.120 182 182 I lowmemorykiller: Kill 'com.android.vending:background' (11476), uid 10058, oom_score_adj 905 to free 93716kB rss, 0kB swap; reason: min watermark is breached and thrashing (105%) +02-27 08:00:50.127 505 1686 I ActivityManager: Process com.android.vending:background (pid 11476) has died: cch+5 CEM +02-27 08:00:50.128 322 322 I Zygote : Process 11476 exited due to signal 9 (Killed) +02-27 08:00:50.129 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 11476 in 0ms +02-27 08:00:50.131 182 182 I lowmemorykiller: Kill 'com.google.android.tvlauncher' (11528), uid 10048, oom_score_adj 102 to free 101008kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:00:50.137 11592 11650 I Finsky : [46] kvx.(3): PackageMonitorReceiverImpl - Registering in memory receiver for android.intent.action.PACKAGE_ADDED and android.intent.action.PACKAGE_REMOVED +02-27 08:00:50.138 11592 11651 I Finsky : [47] pyq.a(1): Warm data store was already initialized. +02-27 08:00:50.141 322 322 I Zygote : Process 11528 exited due to signal 9 (Killed) +02-27 08:00:50.143 505 1212 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10058/11476, android.os.BinderProxy@74175c0) +02-27 08:00:50.143 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=155, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] (release request) +02-27 08:00:50.146 182 182 I lowmemorykiller: Kill 'com.google.android.tvrecommendations' (11419), uid 10052, oom_score_adj 102 to free 89188kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:00:50.146 11592 11675 I Finsky : [61] nlv.run(10): SysCUA: Set {com.android.vending/com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity} enabled state to 0 +02-27 08:00:50.151 505 1381 I ActivityManager: Process com.google.android.tvlauncher (pid 11528) has died: vis+2 TOP +02-27 08:00:50.159 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 11528 in 0ms +02-27 08:00:50.166 505 3128 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10052/11419, android.os.BinderProxy@985689f) +02-27 08:00:50.166 322 322 I Zygote : Process 11419 exited due to signal 9 (Killed) +02-27 08:00:50.169 182 182 I lowmemorykiller: Kill 'com.android.providers.tv' (11548), uid 10033, oom_score_adj 102 to free 80416kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:00:50.169 505 1683 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10052/11419, android.os.BinderProxy@20ae23e) +02-27 08:00:50.169 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=157, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] (release request) +02-27 08:00:50.170 505 541 D NotificationListeners: Removing active service ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:00:50.176 505 505 V NotificationListeners: 0 notification listener connection lost: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:00:50.182 322 322 I Zygote : Process 11548 exited due to signal 9 (Killed) +02-27 08:00:50.184 182 182 I lowmemorykiller: Kill 'com.google.android.tv.remote.service' (11192), uid 10049, oom_score_adj 100 to free 81316kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:00:50.186 11592 11658 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 1-1337, CT: 1772153180986, Constraints: [{ L: 43188056, D: 86388056, C: 1, I: 1, N: 1 }] +02-27 08:00:50.186 11592 11658 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 3-5, CT: 1772153914610, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }] +02-27 08:00:50.186 11592 11658 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:00:50.186 11592 11658 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772153257487, Constraints: [{ L: 900000, D: 1800000, C: 1, I: 1, N: 0 }] +02-27 08:00:50.191 322 322 I Zygote : Process 11192 exited due to signal 9 (Killed) +02-27 08:00:50.192 505 2251 W AudioService.RecordingActivityMonitor: client died +02-27 08:00:50.192 505 712 D NsdService: Client disconnected +02-27 08:00:50.192 505 712 D NsdService: Terminating client-ID 2 global-ID 8 type 393225 +02-27 08:00:50.192 505 712 D NsdService: mdnssd [stop-register, 8] +02-27 08:00:50.192 182 182 I lowmemorykiller: Kill 'com.google.android.permissioncontroller' (11191), uid 10077, oom_score_adj 100 to free 76140kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:00:50.196 322 322 I Zygote : Process 11191 exited due to signal 9 (Killed) +02-27 08:00:50.196 182 182 I lowmemorykiller: Kill 'com.streamflow.tv' (11189), uid 10082, oom_score_adj 0 to free 160852kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:00:50.196 321 394 W netd : dnssd_clientstub DNSServiceProcessResult called with NULL DNSServiceRef +02-27 08:00:50.202 755 1062 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:00:50.203 11592 11651 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 08:00:50.205 11592 11651 I Finsky : [47] kmj.i(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileMaximum +02-27 08:00:50.205 11592 11651 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 08:00:50.205 11592 11651 I Finsky : [47] kmj.h(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileRecommended +02-27 08:00:50.209 11592 11678 W android.vendin: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:00:50.209 11592 11678 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:00:50.209 11592 11678 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:00:50.213 11592 11675 W Finsky : [61] hne.run(49): HibernationActivity not found +02-27 08:00:50.218 755 1045 I bt_stack: [INFO:port_api.cc(307)] RFCOMM_RemoveServer: handle=22 +02-27 08:00:50.220 11592 11651 I Finsky : [47] vbw.c(2): registerListener +02-27 08:00:50.234 755 1083 I BtGatt.AdvertiseManager: error sending onAdvertisingSetStopped callback +02-27 08:00:50.234 755 1083 I BtGatt.AdvertiseManager: android.os.DeadObjectException +02-27 08:00:50.234 755 1083 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:50.234 755 1083 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:50.234 755 1083 I BtGatt.AdvertiseManager: at android.bluetooth.le.IAdvertisingSetCallback$Stub$Proxy.onAdvertisingSetStopped(IAdvertisingSetCallback.java:320) +02-27 08:00:50.234 755 1083 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager.stopAdvertisingSet(AdvertiseManager.java:261) +02-27 08:00:50.234 755 1083 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager$AdvertisingSetDeathRecipient.binderDied(AdvertiseManager.java:123) +02-27 08:00:50.234 755 1083 I BtGatt.AdvertiseManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:00:50.234 755 1083 I BtGatt.AdvertiseManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:00:50.237 322 322 I Zygote : Process 11189 exited due to signal 9 (Killed) +02-27 08:00:50.257 11592 11652 I Finsky : [48] jrs.m(5): Enqueuing libraries load for 0 +02-27 08:00:50.259 11592 11672 I Finsky : [58] jrs.t(1): Starting libraries load for 0 +02-27 08:00:50.260 11592 11652 I Finsky : [48] gcv.j(3): Subscription detail: N/A +02-27 08:00:50.261 11592 11672 I Finsky : [58] jrs.t(23): Finished loading 0 libraries. +02-27 08:00:50.262 505 1698 I WindowManager: WIN DEATH: Window{3e0c67a u0 com.streamflow.tv/com.streamflow.tv.MainActivity} +02-27 08:00:50.264 11592 11652 I Finsky : [48] qfs.s(2): Setup app restrictions monitor +02-27 08:00:50.266 505 1698 W InputManager-JNI: Input channel object '3e0c67a com.streamflow.tv/com.streamflow.tv.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:00:50.268 182 182 W lowmemorykiller: Failed to open /proc/11419/oom_score_adj; errno=2: process 11419 might have been killed +02-27 08:00:50.271 182 182 W lowmemorykiller: Failed to open /proc/11548/oom_score_adj; errno=2: process 11548 might have been killed +02-27 08:00:50.273 505 1684 I ActivityManager: Process com.google.android.tvrecommendations (pid 11419) has died: prcl BFGS +02-27 08:00:50.273 505 1684 W ActivityManager: Scheduling restart of crashed service com.google.android.tvrecommendations/.NotificationsService in 3581184ms for connection +02-27 08:00:50.274 182 182 W lowmemorykiller: Failed to open /proc/11548/oom_score_adj; errno=2: process 11548 might have been killed +02-27 08:00:50.276 505 556 I libprocessgroup: Successfully killed process cgroup uid 10052 pid 11419 in 0ms +02-27 08:00:50.276 11438 11438 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:00:50.277 505 2673 I ActivityManager: Process com.android.providers.tv (pid 11548) has died: cch+5 CEM +02-27 08:00:50.277 505 556 I libprocessgroup: Successfully killed process cgroup uid 10033 pid 11548 in 0ms +02-27 08:00:50.278 505 556 I libprocessgroup: Successfully killed process cgroup uid 10049 pid 11192 in 0ms +02-27 08:00:50.278 505 890 I ActivityManager: Process com.google.android.tv.remote.service (pid 11192) has died: vis FGS +02-27 08:00:50.279 505 890 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.AtvRemoteProviderService in 1000ms for connection +02-27 08:00:50.279 505 890 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.RemoteService in 295924ms for start-requested +02-27 08:00:50.280 505 1685 I ActivityManager: Process com.google.android.permissioncontroller (pid 11191) has died: vis IMPF +02-27 08:00:50.280 505 556 I libprocessgroup: Successfully killed process cgroup uid 10077 pid 11191 in 0ms +02-27 08:00:50.280 505 1685 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.permission.service.PermissionControllerServiceImpl in 10999ms for connection +02-27 08:00:50.281 11592 11658 I Finsky : [53] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 08:00:50.281 11256 11481 W GoogleHttpServiceClient: Timeout on service connection +02-27 08:00:50.281 11256 11481 W GoogleHttpServiceClient: java.lang.Throwable +02-27 08:00:50.281 11256 11481 W GoogleHttpServiceClient: at wbr.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):3) +02-27 08:00:50.281 11256 11481 W GoogleHttpServiceClient: at wbs.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):3) +02-27 08:00:50.281 11256 11481 W GoogleHttpServiceClient: at wbj.d(:com.google.android.gms@223616103@22.36.16 (180406-476895098):1) +02-27 08:00:50.281 11256 11481 W GoogleHttpServiceClient: at wbo.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:00:50.281 11256 11481 W GoogleHttpServiceClient: at wbj.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:00:50.281 11256 11481 W GoogleHttpServiceClient: at wbj.execute(:com.google.android.gms@223616103@22.36.16 (180406-476895098):8) +02-27 08:00:50.281 11256 11481 W GoogleHttpServiceClient: at wbj.execute(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:00:50.281 11256 11481 W GoogleHttpServiceClient: at npu.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):11) +02-27 08:00:50.281 11256 11481 W GoogleHttpServiceClient: at akxk.E(:com.google.android.gms@223616103@22.36.16 (180406-476895098):173) +02-27 08:00:50.281 11256 11481 W GoogleHttpServiceClient: at akxk.o(:com.google.android.gms@223616103@22.36.16 (180406-476895098):61) +02-27 08:00:50.281 11256 11481 W GoogleHttpServiceClient: at akxk.B(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:00:50.281 11256 11481 W GoogleHttpServiceClient: at akxk.p(:com.google.android.gms@223616103@22.36.16 (180406-476895098):1) +02-27 08:00:50.281 11256 11481 W GoogleHttpServiceClient: at nqa.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):18) +02-27 08:00:50.281 11256 11481 W GoogleHttpServiceClient: at nns.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):1) +02-27 08:00:50.281 11256 11481 W GoogleHttpServiceClient: at nnu.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:00:50.281 11256 11481 W GoogleHttpServiceClient: at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:00:50.281 11256 11481 W GoogleHttpServiceClient: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:00:50.281 11256 11481 W GoogleHttpServiceClient: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:00:50.281 11256 11481 W GoogleHttpServiceClient: at java.lang.Thread.run(Thread.java:920) +02-27 08:00:50.283 11592 11651 I Finsky : [47] vbw.c(2): registerListener +02-27 08:00:50.284 505 1212 I ActivityManager: Process com.streamflow.tv (pid 11189) has died: fg TOP +02-27 08:00:50.285 505 556 I libprocessgroup: Successfully killed process cgroup uid 10082 pid 11189 in 0ms +02-27 08:00:50.287 505 1212 W ActivityTaskManager: Force removing ActivityRecord{af49cd1 u0 com.streamflow.tv/.MainActivity t13}: app died, no saved state +02-27 08:00:50.291 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:00:50.294 11592 11651 I Finsky : [47] pyq.a(1): Warm data store was already initialized. +02-27 08:00:50.310 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:00:50.311 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:00:50.311 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:00:50.311 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:00:50.312 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 11189 +02-27 08:00:50.312 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:00:50.318 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:00:50.318 11592 11651 I Finsky : [47] pyr.a(1): Warm data store was already initialized. +02-27 08:00:50.318 322 322 D Zygote : Forked child process 11713 +02-27 08:00:50.319 505 555 I ActivityManager: Start proc 11713:com.google.android.tvlauncher/u0a48 for activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:00:50.319 11592 11652 I Finsky : [48] qlg.a(3): Device wide unknown source restriction is changed. +02-27 08:00:50.322 11592 11650 I Finsky : [46] pyr.a(1): Warm data store was already initialized. +02-27 08:00:50.323 11592 11654 I Finsky : [50] nvc.(2): Item store provider started. +02-27 08:00:50.329 505 1381 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:00:50.329 505 1381 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:00:50.329 505 1381 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:00:50.329 505 1381 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:00:50.333 11438 11438 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 08:00:50.333 11438 11438 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 08:00:50.334 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:00:50.338 322 322 D Zygote : Forked child process 11721 +02-27 08:00:50.339 11256 11256 E ChimeraSrvcProxy: Proxy without impl failing onBind() +02-27 08:00:50.339 505 555 I ActivityManager: Start proc 11721:com.google.process.gapps/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider} +02-27 08:00:50.339 11713 11713 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:50.341 11256 11256 I ChimeraSrvcProxy: com.google.android.gms.chimera.PersistentDirectBootAwareApiService returning NullBinder for action com.google.android.gms.clearcut.service.START +02-27 08:00:50.343 11592 11592 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 10 +02-27 08:00:50.347 505 1381 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10052; state: DISABLED +02-27 08:00:50.347 505 1381 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10052; state: DISABLED +02-27 08:00:50.347 505 1381 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10052; state: DISABLED +02-27 08:00:50.347 505 1381 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10052; state: ENABLED +02-27 08:00:50.348 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10052; state: ENABLED +02-27 08:00:50.351 322 322 D Zygote : Forked child process 11730 +02-27 08:00:50.353 11256 11287 I ChimeraSrvcProxy: NullBinder for com.google.android.chimera.BoundService.START triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:50.353 11592 11678 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 400) +02-27 08:00:50.353 11592 11678 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:50.353 11592 11678 W GmsClient: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:50.353 11592 11678 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:50.353 11592 11678 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:50.353 11592 11678 W GmsClient: at rog.t(PG:12) +02-27 08:00:50.353 11592 11678 W GmsClient: at rir.run(PG:116) +02-27 08:00:50.353 11592 11678 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:50.353 11592 11678 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:50.353 11592 11678 W GmsClient: at rwk.b(Unknown Source:0) +02-27 08:00:50.353 11592 11678 W GmsClient: at rwk.dispatchMessage(Unknown Source:0) +02-27 08:00:50.353 11592 11678 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:50.353 11592 11678 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:50.353 11592 11678 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:00:50.356 11592 11592 I Finsky : [2] iki.D(3): Installer: Attempting to start installer +02-27 08:00:50.357 505 1685 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:50.357 505 1685 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:50.357 505 1685 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:50.357 505 1685 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:50.357 505 1685 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:50.357 505 1685 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:50.357 505 1685 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:50.357 505 1685 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:50.357 505 1685 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:50.357 505 1685 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:50.357 505 1685 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:50.357 505 1685 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:50.357 505 1685 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:50.357 505 1685 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:50.357 505 1685 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:50.357 505 1685 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:50.357 505 1685 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:50.357 505 1685 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:50.357 505 1685 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:50.357 505 1685 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:50.360 11592 11592 I Finsky : [2] vbw.c(2): registerListener +02-27 08:00:50.362 11256 11287 I ChimeraSrvcProxy: NullBinder for com.google.android.chimera.BoundService.START triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:50.362 505 555 I ActivityManager: Start proc 11730:com.google.android.tvrecommendations/u0a52 for broadcast {com.google.android.tvrecommendations/com.google.android.tvrecommendations.account.TvLauncherAccountReceiver} +02-27 08:00:50.362 11713 11713 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:00:50.363 11438 11634 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 512) +02-27 08:00:50.363 11438 11634 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:50.363 11438 11634 W GmsClient: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:50.363 11438 11634 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:50.363 11438 11634 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:50.363 11438 11634 W GmsClient: at nut.fj(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:00:50.363 11438 11634 W GmsClient: at nsz.s(:com.google.android.gms@223616103@22.36.16 (180406-476895098):13) +02-27 08:00:50.363 11438 11634 W GmsClient: at ncr.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:00:50.363 11438 11634 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:50.363 11438 11634 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:50.363 11438 11634 W GmsClient: at zla.hP(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:00:50.363 11438 11634 W GmsClient: at zla.dispatchMessage(:com.google.android.gms@223616103@22.36.16 (180406-476895098):11) +02-27 08:00:50.363 11438 11634 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:50.363 11438 11634 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:50.363 11438 11634 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:00:50.366 11256 11481 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:00:50.367 11256 11481 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:00:50.367 11256 11481 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:00:50.368 11721 11721 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:50.369 11592 11592 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:00:50.369 11592 11592 I Finsky : [2] pyr.a(1): Warm data store was already initialized. +02-27 08:00:50.369 11592 11592 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:00:50.371 11592 11592 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:00:50.371 11592 11592 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:00:50.372 11592 11592 I Finsky : [2] ird.(18): Initializing pausers from value store. +02-27 08:00:50.372 11730 11730 E recommendation: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:50.372 11592 11592 I Finsky : [2] ird.(21): Get the following callers from value store []. +02-27 08:00:50.372 11592 11592 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 80 +02-27 08:00:50.372 11592 11592 I Finsky : [2] iqy.accept(9): Flushing in-memory image cache +02-27 08:00:50.374 11592 11592 I Finsky : [2] iki.T(1): Installer: Installer kick - no action, not running yet +02-27 08:00:50.375 11256 11287 I ChimeraSrvcProxy: NullBinder for com.google.android.gms.clearcut.service.START triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:50.375 11592 11678 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 384) +02-27 08:00:50.375 11592 11678 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:50.375 11592 11678 W GmsClient: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:50.375 11592 11678 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:50.375 11592 11678 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:50.375 11592 11678 W GmsClient: at rog.t(PG:12) +02-27 08:00:50.375 11592 11678 W GmsClient: at rir.run(PG:116) +02-27 08:00:50.375 11592 11678 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:50.375 11592 11678 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:50.375 11592 11678 W GmsClient: at rwk.b(Unknown Source:0) +02-27 08:00:50.375 11592 11678 W GmsClient: at rwk.dispatchMessage(Unknown Source:0) +02-27 08:00:50.375 11592 11678 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:50.375 11592 11678 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:50.375 11592 11678 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:00:50.377 11721 11721 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:00:50.385 11730 11730 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10052; state: ENABLED +02-27 08:00:50.386 11256 11481 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed +02-27 08:00:50.386 11256 11481 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:00:50.386 11256 11481 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:00:50.398 11713 11713 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:00:50.400 11592 11754 I Finsky : [84] heg.g(1): getDownloads() +02-27 08:00:50.406 505 1212 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:00:50.406 505 1212 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:00:50.406 505 1212 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:00:50.406 505 1212 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:00:50.406 505 1212 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:00:50.406 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:00:50.406 11730 11730 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVRecommendations/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:00:50.408 322 322 D Zygote : Forked child process 11771 +02-27 08:00:50.409 505 555 I ActivityManager: Start proc 11771:com.android.vending:background/u0a58 for service {com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService} +02-27 08:00:50.410 11713 11713 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:00:50.410 11713 11713 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:50.411 11713 11713 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:50.412 11713 11713 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:50.414 11730 11730 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvrecommendations' set to: 'default' +02-27 08:00:50.414 11730 11730 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:50.414 11730 11730 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:50.415 11730 11730 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:50.422 11721 11721 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:00:50.422 11721 11721 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:50.422 11771 11771 E ding:backgroun: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:50.422 11721 11721 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:50.422 11721 11721 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:50.427 11730 11730 E ActivityThread: Failed to find provider info for tvlauncher.config +02-27 08:00:50.427 11730 11730 E OemConfigurationData: Error reading content://tvlauncher.config/configuration +02-27 08:00:50.427 11730 11730 E OemConfigurationData: No content provider: content://tvlauncher.config/configuration +02-27 08:00:50.430 11771 11771 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:00:50.446 505 542 D CompanionDeviceManagerService: onPackageModified(packageName = com.google.android.tvrecommendations) +02-27 08:00:50.446 755 755 V MediaPlayerList: mPackageChangedBroadcastReceiver: action: android.intent.action.PACKAGE_CHANGED +02-27 08:00:50.446 755 755 D MediaPlayerList: Name of package changed: com.google.android.tvrecommendations +02-27 08:00:50.451 11256 11287 E ChimeraPrvdrProxy: Provider proxy missing implementation +02-27 08:00:50.452 505 505 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:00:50.452 505 505 V NotificationListeners: Not registering ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} is already bound +02-27 08:00:50.453 11256 11256 E ChimeraSrvcProxy: Proxy without impl failing onBind() +02-27 08:00:50.453 11256 11256 I ChimeraSrvcProxy: com.google.android.gms.chimera.PersistentDirectBootAwareApiService returning NullBinder for action com.google.android.gms.usagereporting.service.START +02-27 08:00:50.454 505 505 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10049; state: DISABLED +02-27 08:00:50.454 505 505 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10049; state: DISABLED +02-27 08:00:50.454 505 505 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10049; state: DISABLED +02-27 08:00:50.455 505 505 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10049; state: ENABLED +02-27 08:00:50.455 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10049; state: ENABLED +02-27 08:00:50.457 11256 11256 E ChimeraSrvcProxy: Proxy without impl failing onBind() +02-27 08:00:50.457 11256 11256 I ChimeraSrvcProxy: com.google.android.gms.auth.GetToken returning NullBinder for action null +02-27 08:00:50.457 505 542 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10077; state: DISABLED +02-27 08:00:50.457 505 542 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10077; state: DISABLED +02-27 08:00:50.457 505 542 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10077; state: DISABLED +02-27 08:00:50.457 505 542 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10077; state: DISABLED +02-27 08:00:50.459 322 322 D Zygote : Forked child process 11800 +02-27 08:00:50.459 505 555 I ActivityManager: Start proc 11800:com.google.android.tv.remote.service/u0a49 for service {com.google.android.tv.remote.service/com.google.android.tv.remote.service.AtvRemoteProviderService} +02-27 08:00:50.459 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:00:50.459 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10077; state: DISABLED +02-27 08:00:50.461 11771 11771 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:00:50.462 322 322 D Zygote : Forked child process 11801 +02-27 08:00:50.462 505 555 I ActivityManager: Start proc 11801:com.google.android.permissioncontroller/u0a77 for service {com.google.android.permissioncontroller/com.android.permissioncontroller.permission.service.PermissionControllerServiceImpl} +02-27 08:00:50.464 11721 11721 I GoogleHttpClient: GMS http client unavailable, use old client +02-27 08:00:50.472 11801 11801 I libc : SetHeapTaggingLevel: tag level set to 0 +02-27 08:00:50.472 11800 11800 E .remote.servic: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:50.479 11721 11721 I CarUiInstaller: CarUiInstaller started for com.google.android.gsf +02-27 08:00:50.483 505 553 W Searchables: No global search activity found +02-27 08:00:50.489 11713 11713 W Glide : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored +02-27 08:00:50.492 11801 11801 E ssioncontrolle: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:50.493 11800 11800 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10049; state: ENABLED +02-27 08:00:50.497 11713 11816 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:00:50.500 11713 11816 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:00:50.502 11592 11654 I Finsky : [50] nvc.r(6): Created new item store. +02-27 08:00:50.506 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:00:50.506 11713 11816 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:00:50.508 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:00:50.513 11256 11287 I ChimeraSrvcProxy: NullBinder for com.google.android.gms.usagereporting.service.START triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:50.514 505 3356 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10077; state: DISABLED +02-27 08:00:50.514 11592 11678 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 536) +02-27 08:00:50.514 11592 11678 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:50.514 11592 11678 W GmsClient: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:50.514 11592 11678 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:50.514 11592 11678 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:50.514 11592 11678 W GmsClient: at rog.t(PG:12) +02-27 08:00:50.514 11592 11678 W GmsClient: at rir.run(PG:116) +02-27 08:00:50.514 11592 11678 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:50.514 11592 11678 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:50.514 11592 11678 W GmsClient: at rwk.b(Unknown Source:0) +02-27 08:00:50.514 11592 11678 W GmsClient: at rwk.dispatchMessage(Unknown Source:0) +02-27 08:00:50.514 11592 11678 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:50.514 11592 11678 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:50.514 11592 11678 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:00:50.518 11801 11801 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10077; state: DISABLED +02-27 08:00:50.525 11801 11801 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar +02-27 08:00:50.528 11730 11833 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10052; state: ENABLED +02-27 08:00:50.549 11256 11481 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed +02-27 08:00:50.550 11256 11481 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:00:50.550 11256 11481 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:00:50.557 11800 11800 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AtvRemoteService/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:00:50.561 11771 11771 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:00:50.561 11771 11771 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:50.561 11771 11771 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:50.562 11771 11771 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:50.568 11800 11800 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tv.remote.service' set to: 'default' +02-27 08:00:50.569 11800 11800 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:50.569 11800 11800 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:50.569 11800 11800 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:50.574 11771 11771 I Finsky:background: [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:00:50.574 11713 11713 W ChimeRegistrationManage: Chime not initialized, cannot register for notifications. +02-27 08:00:50.582 11256 11287 E ChimeraPrvdrProxy: Provider proxy missing implementation +02-27 08:00:50.588 505 1212 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10033; state: DISABLED +02-27 08:00:50.588 505 1212 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10033; state: DISABLED +02-27 08:00:50.588 505 1212 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10033; state: DISABLED +02-27 08:00:50.588 505 1212 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10033; state: ENABLED +02-27 08:00:50.588 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10033; state: ENABLED +02-27 08:00:50.591 322 322 D Zygote : Forked child process 11873 +02-27 08:00:50.591 505 555 I ActivityManager: Start proc 11873:com.android.providers.tv/u0a33 for content provider {com.android.providers.tv/com.android.providers.tv.TvProvider} +02-27 08:00:50.593 11800 11800 I AtvRemote.Application: Application started +02-27 08:00:50.593 11801 11801 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.permissioncontroller' set to: 'default' +02-27 08:00:50.593 11801 11801 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:50.593 11801 11801 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:50.593 11801 11801 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:50.604 11800 11877 W .remote.servic: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:00:50.604 11800 11877 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:00:50.604 11800 11877 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:00:50.604 11873 11873 E id.providers.t: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:50.607 11771 11771 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 08:00:50.609 11771 11771 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 08:00:50.612 11771 11771 I Finsky:background: [2] jjo.onCreate(2): IPC-SERVER: Starting gRPC host service... +02-27 08:00:50.614 11801 11801 I CarUiInstaller: CarUiInstaller started for com.google.android.permissioncontroller +02-27 08:00:50.624 505 890 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:00:50.624 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:00:50.625 11873 11873 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10033; state: ENABLED +02-27 08:00:50.628 11592 11592 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 80 +02-27 08:00:50.628 11592 11592 I Finsky : [2] iqy.accept(9): Flushing in-memory image cache +02-27 08:00:50.630 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:00:50.636 505 890 D ConnectivityService: requestNetwork for uid/pid:10048/11713 activeRequest: null callbackRequest: 159 [NetworkRequest [ REQUEST id=160, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:00:50.636 505 709 D ConnectivityService: NetReassign [160 : null → 100] +02-27 08:00:50.636 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=160, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:00:50.637 11713 11713 W PrtnrWidgetInfoLdr: No content provider for OEM widget found +02-27 08:00:50.639 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=160, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:00:50.639 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=160, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:00:50.639 11801 11801 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:00:50.642 11713 11905 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.searchapi.VoiceInteractionProvider +02-27 08:00:50.645 11801 11854 I PermissionControllerServiceImpl: Updating user sensitive for uid 10052 +02-27 08:00:50.648 11713 11910 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:00:50.649 505 2673 D ConnectivityService: requestNetwork for uid/pid:10058/11771 activeRequest: null callbackRequest: 161 [NetworkRequest [ REQUEST id=162, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ]] callback flags: 0 priority: 2147483647 +02-27 08:00:50.649 505 709 D ConnectivityService: NetReassign [162 : null → 100] +02-27 08:00:50.649 11713 11905 E ActivityThread: Failed to find provider info for tvlauncher.mic +02-27 08:00:50.652 11592 11671 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772154050083, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 08:00:50.653 11713 11905 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:00:50.657 11873 11873 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.tv' set to: 'default' +02-27 08:00:50.657 11873 11873 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:50.658 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=162, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 08:00:50.658 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=162, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 08:00:50.658 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=162, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 08:00:50.658 11873 11873 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:50.659 11873 11873 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:50.660 11873 11873 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10033; state: ENABLED +02-27 08:00:50.662 11592 11671 I Finsky : [57] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 08:00:50.663 11592 11671 I Finsky : [57] mqf.apply(87): SCH: Scheduling system job Id: 9272, L: 29421, D: 59421, C: false, I: false, N: 0 +02-27 08:00:50.664 11713 11713 W PhoneWindow: Previously focused view reported id 2131427655 during save, but can't be found during restore. +02-27 08:00:50.684 505 3356 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:00:50.686 11771 11771 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 5 +02-27 08:00:50.688 11800 11800 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:00:50.689 11730 11730 D NowPlayingListener: setRemoteControlListener: dqv@74aa9f2 +02-27 08:00:50.690 11730 11730 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:00:50.690 11730 11730 D NowPlayingManager: onClientChanged() called +02-27 08:00:50.690 11730 11730 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:00:50.690 505 505 V NotificationListeners: 0 notification listener service connected: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:00:50.691 11730 11730 E TVNotifService.NotifMgr: Cannot show unshown notifications, notification service is null +02-27 08:00:50.692 11256 11287 I ChimeraSrvcProxy: NullBinder for null triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:50.692 11730 11803 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 184) +02-27 08:00:50.692 11256 11272 I ChimeraSrvcProxy: NullBinder for com.google.android.gms.phenotype.service.START triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:50.693 11730 11861 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 912) +02-27 08:00:50.693 505 826 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:00:50.694 505 826 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:00:50.694 11730 11861 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:50.694 11730 11861 W GmsClient: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:50.694 11730 11861 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:50.694 11730 11861 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:50.694 11730 11861 W GmsClient: at bsl.u(PG:14) +02-27 08:00:50.694 11730 11861 W GmsClient: at apo.run(PG:31) +02-27 08:00:50.694 11730 11861 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:50.694 11730 11861 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:50.694 11730 11861 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:50.694 11730 11861 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:50.694 11730 11861 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:00:50.694 11730 11803 E SystemAccountsUpdateManager: Exception in requestGoogleAccountsAccess. +02-27 08:00:50.694 11730 11803 E SystemAccountsUpdateManager: java.io.IOException: Error on service connection. +02-27 08:00:50.694 11730 11803 E SystemAccountsUpdateManager: at bmk.j(PG:12) +02-27 08:00:50.694 11730 11803 E SystemAccountsUpdateManager: at bmk.l(PG:21) +02-27 08:00:50.694 11730 11803 E SystemAccountsUpdateManager: at dpw.run(PG:16) +02-27 08:00:50.694 11730 11803 E SystemAccountsUpdateManager: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:00:50.694 11730 11803 E SystemAccountsUpdateManager: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:00:50.694 11730 11803 E SystemAccountsUpdateManager: at java.lang.Thread.run(Thread.java:920) +02-27 08:00:50.694 11730 11803 E SystemAccountsUpdateManager: Caused by: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:50.694 11730 11803 E SystemAccountsUpdateManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:50.694 11730 11803 E SystemAccountsUpdateManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:50.694 11730 11803 E SystemAccountsUpdateManager: at blx.b(PG:2) +02-27 08:00:50.694 11730 11803 E SystemAccountsUpdateManager: at bmi.a(PG:4) +02-27 08:00:50.694 11730 11803 E SystemAccountsUpdateManager: at bmk.j(PG:11) +02-27 08:00:50.694 11730 11803 E SystemAccountsUpdateManager: ... 5 more +02-27 08:00:50.695 11256 11272 I ChimeraSrvcProxy: NullBinder for com.google.android.gms.clearcut.service.START triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:50.695 11730 11861 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 420) +02-27 08:00:50.696 11730 11861 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:50.696 11730 11861 W GmsClient: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:50.696 11730 11861 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:50.696 11730 11861 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:50.696 11730 11861 W GmsClient: at bsl.u(PG:14) +02-27 08:00:50.696 11730 11861 W GmsClient: at apo.run(PG:31) +02-27 08:00:50.696 11730 11861 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:50.696 11730 11861 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:50.696 11730 11861 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:50.696 11730 11861 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:50.696 11730 11861 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:00:50.698 770 770 D TvNotificationHandler: Notification added +02-27 08:00:50.700 11771 11771 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 80 +02-27 08:00:50.702 11256 11287 I ChimeraSrvcProxy: NullBinder for com.google.android.gms.usagereporting.service.START triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:50.703 11730 11870 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 572) +02-27 08:00:50.703 11730 11766 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10052; state: ENABLED +02-27 08:00:50.703 11730 11870 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:50.703 11730 11870 W GmsClient: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:50.703 11730 11870 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:50.703 11730 11870 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:50.703 11730 11870 W GmsClient: at bsl.u(PG:14) +02-27 08:00:50.703 11730 11870 W GmsClient: at bql.a(PG:7) +02-27 08:00:50.703 11730 11870 W GmsClient: at bqp.run(PG:4) +02-27 08:00:50.703 11730 11870 W GmsClient: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) +02-27 08:00:50.703 11730 11870 W GmsClient: at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:00:50.703 11730 11870 W GmsClient: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:00:50.703 11730 11870 W GmsClient: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:00:50.703 11730 11870 W GmsClient: at bua.run(PG:2) +02-27 08:00:50.703 11730 11870 W GmsClient: at java.lang.Thread.run(Thread.java:920) +02-27 08:00:50.703 11713 11729 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10048; state: ENABLED +02-27 08:00:50.705 11256 11272 I ChimeraSrvcProxy: NullBinder for com.google.android.gms.usagereporting.service.START triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:50.705 11730 11867 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 572) +02-27 08:00:50.705 11730 11867 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:50.705 11730 11867 W GmsClient: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:50.705 11730 11867 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:50.705 11730 11867 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:50.705 11730 11867 W GmsClient: at bsl.u(PG:14) +02-27 08:00:50.705 11730 11867 W GmsClient: at bql.a(PG:7) +02-27 08:00:50.705 11730 11867 W GmsClient: at bqp.run(PG:4) +02-27 08:00:50.705 11730 11867 W GmsClient: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) +02-27 08:00:50.705 11730 11867 W GmsClient: at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:00:50.705 11730 11867 W GmsClient: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:00:50.705 11730 11867 W GmsClient: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:00:50.705 11730 11867 W GmsClient: at bua.run(PG:2) +02-27 08:00:50.705 11730 11867 W GmsClient: at java.lang.Thread.run(Thread.java:920) +02-27 08:00:50.706 11800 11800 I AtvRemote.RemoteService: Starting bluetooth server +02-27 08:00:50.708 11256 11287 I ChimeraSrvcProxy: NullBinder for com.google.android.gms.phenotype.service.START triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:50.708 11713 11782 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 896) +02-27 08:00:50.708 11713 11782 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:50.708 11713 11782 W GmsClient: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:50.708 11713 11782 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:50.708 11713 11782 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:50.708 11713 11782 W GmsClient: at cvc.u(PG:14) +02-27 08:00:50.708 11713 11782 W GmsClient: at apr.run(PG:33) +02-27 08:00:50.708 11713 11782 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:50.708 11713 11782 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:50.708 11713 11782 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:50.708 11713 11782 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:50.708 11713 11782 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:00:50.708 11256 11272 I ChimeraSrvcProxy: NullBinder for null triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:50.708 11713 11794 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 168) +02-27 08:00:50.709 11713 11794 E SystemAccountsUpdateManager: Exception in requestGoogleAccountsAccess. +02-27 08:00:50.709 11713 11794 E SystemAccountsUpdateManager: java.io.IOException: Error on service connection. +02-27 08:00:50.709 11713 11794 E SystemAccountsUpdateManager: at cot.i(PG:12) +02-27 08:00:50.709 11713 11794 E SystemAccountsUpdateManager: at fhf.run(PG:36) +02-27 08:00:50.709 11713 11794 E SystemAccountsUpdateManager: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:00:50.709 11713 11794 E SystemAccountsUpdateManager: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:00:50.709 11713 11794 E SystemAccountsUpdateManager: at java.lang.Thread.run(Thread.java:920) +02-27 08:00:50.709 11713 11794 E SystemAccountsUpdateManager: Caused by: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:50.709 11713 11794 E SystemAccountsUpdateManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:50.709 11713 11794 E SystemAccountsUpdateManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:50.709 11713 11794 E SystemAccountsUpdateManager: at clj.b(PG:2) +02-27 08:00:50.709 11713 11794 E SystemAccountsUpdateManager: at cor.a(PG:4) +02-27 08:00:50.709 11713 11794 E SystemAccountsUpdateManager: at cot.i(PG:11) +02-27 08:00:50.709 11713 11794 E SystemAccountsUpdateManager: ... 4 more +02-27 08:00:50.709 11256 11287 I ChimeraSrvcProxy: NullBinder for com.google.android.gms.clearcut.service.START triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:50.709 11713 11782 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 404) +02-27 08:00:50.709 11713 11782 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:50.709 11713 11782 W GmsClient: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:50.709 11713 11782 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:50.709 11713 11782 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:50.709 11713 11782 W GmsClient: at cvc.u(PG:14) +02-27 08:00:50.709 11713 11782 W GmsClient: at apr.run(PG:33) +02-27 08:00:50.709 11713 11782 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:50.709 11713 11782 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:50.709 11713 11782 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:50.709 11713 11782 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:50.709 11713 11782 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:00:50.717 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:00:50.724 755 1079 I bt_btif_sock_rfcomm: system/bt/btif/src/btif_sock_rfc.cc:303 btsock_rfc_listen: Adding listening socket service_name: Android TV Remote - channel: -1 +02-27 08:00:50.724 755 1045 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:00:50.724 755 1045 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=6, is_server=1, mtu=990, uuid=000000, dlci=12, signal_state=0x0b, p_port=0x7a813ede98 +02-27 08:00:50.725 11800 11800 I AtvRemote.BluetoothServer: Starting Bluetooth LE advertising +02-27 08:00:50.728 11800 11800 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:00:50.728 505 890 D ConnectivityService: requestNetwork for uid/pid:10052/11730 activeRequest: null callbackRequest: 163 [NetworkRequest [ REQUEST id=164, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ]] callback flags: 0 priority: 2147483647 +02-27 08:00:50.728 11800 11800 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:00:50.728 505 709 D ConnectivityService: NetReassign [164 : null → 100] +02-27 08:00:50.729 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=164, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:00:50.729 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=164, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:00:50.729 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=164, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:00:50.730 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:00:50.733 11771 11921 I Finsky:background: [50] hbv.f(1): getDownloads() +02-27 08:00:50.737 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:00:50.752 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:00:50.823 11713 11814 D HostConnection: createUnique: call +02-27 08:00:50.833 11713 11814 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b097d50, tid 11814 +02-27 08:00:50.839 11713 11814 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:00:50.857 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 08:00:50.890 11713 11814 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 08:00:50.892 11713 11814 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 08:00:50.894 11713 11814 D EGL_emulation: eglCreateContext: 0xb400007b8b099490: maj 3 min 0 rcv 3 +02-27 08:00:50.924 11713 11814 D EGL_emulation: eglMakeCurrent: 0xb400007b8b099490: ver 3 0 (tinfo 0x7da2400080) (first time) +02-27 08:00:50.941 11592 11672 I Finsky : [58] heg.g(1): getDownloads() +02-27 08:00:50.945 11771 11921 I Finsky:background: [50] hbv.f(1): getDownloads() +02-27 08:00:50.951 505 826 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10027; state: DISABLED +02-27 08:00:50.951 505 826 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10027; state: DISABLED +02-27 08:00:50.951 505 826 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10027; state: DISABLED +02-27 08:00:50.951 505 826 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10027; state: ENABLED +02-27 08:00:50.952 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10027; state: ENABLED +02-27 08:00:50.957 322 322 D Zygote : Forked child process 11938 +02-27 08:00:50.958 11730 11893 I cr_CronetLibraryLoader: Cronet version: 105.0.5195.35, arch: aarch64 +02-27 08:00:50.959 505 555 I ActivityManager: Start proc 11938:android.process.media/u0a27 for content provider {com.android.providers.downloads/com.android.providers.downloads.DownloadProvider} +02-27 08:00:51.025 11256 11287 I ChimeraSrvcProxy: NullBinder for com.google.android.gms.clearcut.service.START triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:51.026 11800 11877 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 420) +02-27 08:00:51.029 11800 11877 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:51.029 11800 11877 W GmsClient: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:51.029 11800 11877 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:51.029 11800 11877 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:51.029 11800 11877 W GmsClient: at alh.p(PG:14) +02-27 08:00:51.029 11800 11877 W GmsClient: at k.run(PG:19) +02-27 08:00:51.029 11800 11877 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:51.029 11800 11877 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:51.029 11800 11877 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:51.029 11800 11877 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:51.029 11800 11877 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:00:51.030 11256 11287 I ChimeraSrvcProxy: NullBinder for com.google.android.gms.usagereporting.service.START triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:51.030 11800 11877 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 572) +02-27 08:00:51.031 360 748 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 08:00:51.032 11800 11877 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:51.032 11800 11877 W GmsClient: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:51.032 11800 11877 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:51.032 11800 11877 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:51.032 11800 11877 W GmsClient: at alh.p(PG:14) +02-27 08:00:51.032 11800 11877 W GmsClient: at k.run(PG:19) +02-27 08:00:51.032 11800 11877 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:51.032 11800 11877 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:51.032 11800 11877 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:51.032 11800 11877 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:51.032 11800 11877 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:00:51.034 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 08:00:51.035 11713 11814 I Gralloc4: mapper 4.x is not supported +02-27 08:00:51.037 11938 11938 E d.process.medi: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:51.041 11713 11814 D HostConnection: createUnique: call +02-27 08:00:51.041 11713 11814 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09ac90, tid 11814 +02-27 08:00:51.043 11713 11814 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 08:00:51.044 11713 11814 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 08:00:51.044 11256 11287 E ChimeraPrvdrProxy: Provider proxy missing implementation +02-27 08:00:51.046 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 08:00:51.046 11713 11814 W Gralloc4: allocator 4.x is not supported +02-27 08:00:51.053 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:00:51.055 11256 11481 W npu : Server returned 502 [CONTEXT service_id=51 ] +02-27 08:00:51.056 11713 11814 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:00:51.057 11800 11800 D TvRemoteProvider: openRemoteInputBridge() for virtual-search: success +02-27 08:00:51.058 11800 11800 I AtvRemote.BluetoothServer: Advertising on LE Settings [mAdvertiseMode=0, mAdvertiseTxPowerLevel=2, mAdvertiseConnectable=true, mAdvertiseTimeoutMillis=0] +02-27 08:00:51.059 11256 11287 E ChimeraPrvdrProxy: Provider proxy missing implementation +02-27 08:00:51.060 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f97f4000 0x1f9fe0000] +02-27 08:00:51.061 505 1684 I TvRemote-native-uiBridge: Registering uinput device virtual-search: touch pad size 1x1, max pointers 1. +02-27 08:00:51.061 505 1684 E TvRemote-native-uiBridge: Cannot open /dev/uinput: Permission denied. +02-27 08:00:51.056 505 505 W Binder:505_E: type=1400 audit(0.0:119): avc: denied { write } for name="uinput" dev="tmpfs" ino=382 scontext=u:r:system_server:s0 tcontext=u:object_r:uhid_device:s0 tclass=chr_file permissive=0 +02-27 08:00:51.062 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9fe0000 0x1fa7cc000] +02-27 08:00:51.064 505 1684 E TvRemoteServiceInput: Cannot create device for virtual-search +02-27 08:00:51.077 505 1684 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10027; state: DISABLED +02-27 08:00:51.088 11256 11481 W akxk : Sync failed [CONTEXT service_id=51 ] +02-27 08:00:51.088 11256 11481 W akxk : aktz: 29504: Null server response, http status code 502: 6 +02-27 08:00:51.088 11256 11481 W akxk : at akxk.E(:com.google.android.gms@223616103@22.36.16 (180406-476895098):198) +02-27 08:00:51.088 11256 11481 W akxk : at akxk.o(:com.google.android.gms@223616103@22.36.16 (180406-476895098):61) +02-27 08:00:51.088 11256 11481 W akxk : at akxk.B(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:00:51.088 11256 11481 W akxk : at akxk.p(:com.google.android.gms@223616103@22.36.16 (180406-476895098):1) +02-27 08:00:51.088 11256 11481 W akxk : at nqa.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):18) +02-27 08:00:51.088 11256 11481 W akxk : at nns.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):1) +02-27 08:00:51.088 11256 11481 W akxk : at nnu.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:00:51.088 11256 11481 W akxk : at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:00:51.088 11256 11481 W akxk : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:00:51.088 11256 11481 W akxk : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:00:51.088 11256 11481 W akxk : at java.lang.Thread.run(Thread.java:920) +02-27 08:00:51.098 11938 11938 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10027; state: ENABLED +02-27 08:00:51.107 182 182 I lowmemorykiller: Kill 'com.google.process.gapps' (11721), uid 10057, oom_score_adj 925 to free 60140kB rss, 0kB swap; reason: min watermark is breached and thrashing (92%) +02-27 08:00:51.110 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 11721 in 0ms +02-27 08:00:51.111 505 1685 I ActivityManager: Process com.google.process.gapps (pid 11721) has died: cch+25 CEM +02-27 08:00:51.111 322 322 I Zygote : Process 11721 exited due to signal 9 (Killed) +02-27 08:00:51.112 11592 11592 I ActivityThread: Removing dead content provider:android.content.ContentProviderProxy@357f52 +02-27 08:00:51.115 182 182 I lowmemorykiller: Kill 'com.android.vending:background' (11771), uid 10058, oom_score_adj 915 to free 87312kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:00:51.128 505 3356 I ActivityManager: Process com.android.vending:background (pid 11771) has died: cch+25 CEM +02-27 08:00:51.130 505 3356 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService in 1000ms for connection +02-27 08:00:51.130 505 1685 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10058/11771, android.os.BinderProxy@79d49cc) +02-27 08:00:51.132 322 322 I Zygote : Process 11771 exited due to signal 9 (Killed) +02-27 08:00:51.133 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=162, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] (release request) +02-27 08:00:51.138 182 182 I lowmemorykiller: Kill 'com.android.vending' (11592), uid 10058, oom_score_adj 915 to free 102048kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:00:51.144 505 2259 I ActivityManager: Process com.android.vending (pid 11592) has died: cch+15 CEM +02-27 08:00:51.144 322 322 I Zygote : Process 11592 exited due to signal 9 (Killed) +02-27 08:00:51.145 182 182 I lowmemorykiller: Kill 'android.process.media' (11938), uid 10027, oom_score_adj 905 to free 70072kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:00:51.145 11256 11264 I .gms.persisten: Compiler allocated 6641KB to compile void akxk.E(java.util.Set, java.util.List, int, java.lang.String, boolean, bndu, akxj, java.util.LinkedHashMap, bdtc, boolean) +02-27 08:00:51.153 11438 11438 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 08:00:51.155 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 11771 in 0ms +02-27 08:00:51.155 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 11592 in 0ms +02-27 08:00:51.163 11800 11960 I AtvRemote.TcpServer: Listening on 6466 +02-27 08:00:51.163 505 1685 I ActivityManager: Process android.process.media (pid 11938) has died: cch+5 CEM +02-27 08:00:51.164 322 322 I Zygote : Process 11938 exited due to signal 9 (Killed) +02-27 08:00:51.164 505 556 I libprocessgroup: Successfully killed process cgroup uid 10027 pid 11938 in 0ms +02-27 08:00:51.164 182 182 I lowmemorykiller: Kill 'com.google.android.tv.remote.service' (11800), uid 10049, oom_score_adj 100 to free 84768kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:00:51.173 755 1062 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:00:51.173 182 182 I lowmemorykiller: Kill 'com.google.android.permissioncontroller' (11801), uid 10077, oom_score_adj 100 to free 63828kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:00:51.173 322 322 I Zygote : Process 11800 exited due to signal 9 (Killed) +02-27 08:00:51.174 505 2673 I ActivityManager: Process com.google.android.tv.remote.service (pid 11800) has died: vis FGS +02-27 08:00:51.174 505 556 I libprocessgroup: Successfully killed process cgroup uid 10049 pid 11800 in 0ms +02-27 08:00:51.175 505 1381 W AudioService.RecordingActivityMonitor: client died +02-27 08:00:51.175 755 1045 I bt_stack: [INFO:port_api.cc(307)] RFCOMM_RemoveServer: handle=23 +02-27 08:00:51.176 505 2673 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.AtvRemoteProviderService in 1000ms for connection +02-27 08:00:51.178 505 2673 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.RemoteService in 1183696ms for start-requested +02-27 08:00:51.179 322 322 I Zygote : Process 11801 exited due to signal 9 (Killed) +02-27 08:00:51.181 505 891 I ActivityManager: Process com.google.android.permissioncontroller (pid 11801) has died: vis IMPF +02-27 08:00:51.181 505 891 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.permission.service.PermissionControllerServiceImpl in 10995ms for connection +02-27 08:00:51.181 505 556 I libprocessgroup: Successfully killed process cgroup uid 10077 pid 11801 in 0ms +02-27 08:00:51.181 182 182 I lowmemorykiller: Kill 'com.google.android.tvlauncher' (11713), uid 10048, oom_score_adj 0 to free 119696kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:00:51.187 755 1079 I BtGatt.AdvertiseManager: error sending onAdvertisingSetStopped callback +02-27 08:00:51.187 755 1079 I BtGatt.AdvertiseManager: android.os.DeadObjectException +02-27 08:00:51.187 755 1079 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:51.187 755 1079 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:51.187 755 1079 I BtGatt.AdvertiseManager: at android.bluetooth.le.IAdvertisingSetCallback$Stub$Proxy.onAdvertisingSetStopped(IAdvertisingSetCallback.java:320) +02-27 08:00:51.187 755 1079 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager.stopAdvertisingSet(AdvertiseManager.java:261) +02-27 08:00:51.187 755 1079 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager$AdvertisingSetDeathRecipient.binderDied(AdvertiseManager.java:123) +02-27 08:00:51.187 755 1079 I BtGatt.AdvertiseManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:00:51.187 755 1079 I BtGatt.AdvertiseManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:00:51.188 505 505 D CompatibilityChangeReporter: Compat change id reported: 175319604; UID 10052; state: ENABLED +02-27 08:00:51.191 505 1686 I ActivityManager: Process com.google.android.tvlauncher (pid 11713) has died: fg TOP +02-27 08:00:51.192 505 2586 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/11713, android.os.BinderProxy@8328c91) +02-27 08:00:51.193 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=160, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:00:51.194 505 2569 I WindowManager: WIN DEATH: Window{b6f8888 u0 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:00:51.194 322 322 I Zygote : Process 11713 exited due to signal 9 (Killed) +02-27 08:00:51.197 505 2569 W InputManager-JNI: Input channel object 'b6f8888 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:00:51.211 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 11713 +02-27 08:00:51.212 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:00:51.212 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:00:51.212 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:00:51.212 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:00:51.212 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:00:51.214 322 322 D Zygote : Forked child process 11965 +02-27 08:00:51.214 505 555 I ActivityManager: Start proc 11965:com.google.android.tvlauncher/u0a48 for top-activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:00:51.221 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:00:51.226 11965 11965 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:51.235 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 11713 in 43ms +02-27 08:00:51.235 505 2243 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:51.235 505 2243 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:51.235 505 2243 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:51.235 505 2243 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:51.235 505 2243 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:51.235 505 2243 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:51.235 505 2243 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:51.235 505 2243 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:51.235 505 2243 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:51.235 505 2243 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:51.235 505 2243 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:51.235 505 2243 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:51.235 505 2243 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:51.235 505 2243 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:51.235 505 2243 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:51.235 505 2243 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:51.235 505 2243 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:51.235 505 2243 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:51.235 505 2243 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:51.235 505 2243 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:51.239 11965 11965 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:00:51.265 11965 11965 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:00:51.274 11965 11965 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:00:51.275 11965 11965 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:51.276 11965 11965 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:51.276 11965 11965 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:51.313 11256 11287 E ChimeraPrvdrProxy: Provider proxy missing implementation +02-27 08:00:51.345 11965 11995 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:00:51.347 11965 11995 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:00:51.348 11965 11995 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:00:51.360 11256 11481 E PhenotypeSafebootFix: aktz: 29504: Null server response, http status code 502: 6 +02-27 08:00:51.360 11256 11481 E PhenotypeSafebootFix: task failed +02-27 08:00:51.371 11256 11481 E ChimeraPrvdrProxy: Provider proxy missing implementation +02-27 08:00:51.376 11256 11481 I CheckinUtil: Classify the device as TV. [CONTEXT service_id=130 ] +02-27 08:00:51.382 505 1686 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:00:51.382 505 1686 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:00:51.382 505 1686 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:00:51.382 505 1686 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:00:51.382 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:00:51.384 322 322 D Zygote : Forked child process 12007 +02-27 08:00:51.385 505 555 I ActivityManager: Start proc 12007:com.google.process.gapps/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider} +02-27 08:00:51.393 12007 12007 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:51.401 12007 12007 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:00:51.403 11965 11965 W ChimeRegistrationManage: Chime not initialized, cannot register for notifications. +02-27 08:00:51.410 11965 11965 W Glide : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored +02-27 08:00:51.420 12007 12007 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:00:51.421 12007 12007 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:51.422 12007 12007 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:51.422 12007 12007 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:51.437 505 1686 D ConnectivityService: requestNetwork for uid/pid:10048/11965 activeRequest: null callbackRequest: 166 [NetworkRequest [ REQUEST id=167, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:00:51.437 11965 11965 W PrtnrWidgetInfoLdr: No content provider for OEM widget found +02-27 08:00:51.437 505 709 D ConnectivityService: NetReassign [167 : null → 100] +02-27 08:00:51.438 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=167, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:00:51.438 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=167, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:00:51.438 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=167, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:00:51.438 12007 12007 I GoogleHttpClient: GMS http client unavailable, use old client +02-27 08:00:51.444 12007 12007 I CarUiInstaller: CarUiInstaller started for com.google.android.gsf +02-27 08:00:51.445 11965 12036 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.searchapi.VoiceInteractionProvider +02-27 08:00:51.445 11965 12037 E ActivityThread: Failed to find provider info for tvlauncher.mic +02-27 08:00:51.446 11965 12037 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:00:51.446 11965 12036 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:00:51.472 11256 11287 I ChimeraSrvcProxy: NullBinder for null triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:51.473 11965 11985 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 168) +02-27 08:00:51.473 11256 11513 I ChimeraSrvcProxy: NullBinder for com.google.android.gms.phenotype.service.START triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:51.473 11965 11982 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 896) +02-27 08:00:51.473 11965 11982 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:51.473 11965 11982 W GmsClient: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:51.473 11965 11982 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:51.473 11965 11982 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:51.473 11965 11982 W GmsClient: at cvc.u(PG:14) +02-27 08:00:51.473 11965 11982 W GmsClient: at apr.run(PG:33) +02-27 08:00:51.473 11965 11982 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:51.473 11965 11982 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:51.473 11965 11982 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:51.473 11965 11982 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:51.473 11965 11982 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:00:51.473 11965 11985 E SystemAccountsUpdateManager: Exception in requestGoogleAccountsAccess. +02-27 08:00:51.473 11965 11985 E SystemAccountsUpdateManager: java.io.IOException: Error on service connection. +02-27 08:00:51.473 11965 11985 E SystemAccountsUpdateManager: at cot.i(PG:12) +02-27 08:00:51.473 11965 11985 E SystemAccountsUpdateManager: at fhf.run(PG:36) +02-27 08:00:51.473 11965 11985 E SystemAccountsUpdateManager: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:00:51.473 11965 11985 E SystemAccountsUpdateManager: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:00:51.473 11965 11985 E SystemAccountsUpdateManager: at java.lang.Thread.run(Thread.java:920) +02-27 08:00:51.473 11965 11985 E SystemAccountsUpdateManager: Caused by: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:51.473 11965 11985 E SystemAccountsUpdateManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:51.473 11965 11985 E SystemAccountsUpdateManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:51.473 11965 11985 E SystemAccountsUpdateManager: at clj.b(PG:2) +02-27 08:00:51.473 11965 11985 E SystemAccountsUpdateManager: at cor.a(PG:4) +02-27 08:00:51.473 11965 11985 E SystemAccountsUpdateManager: at cot.i(PG:11) +02-27 08:00:51.473 11965 11985 E SystemAccountsUpdateManager: ... 4 more +02-27 08:00:51.474 11256 11513 I ChimeraSrvcProxy: NullBinder for com.google.android.gms.clearcut.service.START triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:51.474 11965 11982 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 404) +02-27 08:00:51.474 11965 11982 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:51.474 11965 11982 W GmsClient: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:51.474 11965 11982 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:51.474 11965 11982 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:51.474 11965 11982 W GmsClient: at cvc.u(PG:14) +02-27 08:00:51.474 11965 11982 W GmsClient: at apr.run(PG:33) +02-27 08:00:51.474 11965 11982 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:51.474 11965 11982 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:51.474 11965 11982 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:51.474 11965 11982 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:51.474 11965 11982 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:00:51.484 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:00:51.484 11965 11993 D HostConnection: createUnique: call +02-27 08:00:51.485 11965 11993 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b096d90, tid 11993 +02-27 08:00:51.485 11256 11481 I Checkin : [AndroidCheckinProtoModule] Checkin reason type: 20 attempt count: 1. +02-27 08:00:51.487 11965 11993 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:00:51.488 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 08:00:51.489 11965 11993 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 08:00:51.489 11965 11993 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 08:00:51.490 11965 11993 D EGL_emulation: eglCreateContext: 0xb400007b8b09b4d0: maj 3 min 0 rcv 3 +02-27 08:00:51.490 11965 11993 D EGL_emulation: eglMakeCurrent: 0xb400007b8b09b4d0: ver 3 0 (tinfo 0x7da2400080) (first time) +02-27 08:00:51.491 11256 11513 E ChimeraPrvdrProxy: Provider proxy missing implementation +02-27 08:00:51.493 11256 11481 E Checkin : [CheckinRequestProcessor] Trying to restart stopwatch that is not running. +02-27 08:00:51.499 11256 11513 E ChimeraPrvdrProxy: Provider proxy missing implementation +02-27 08:00:51.502 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:00:51.504 360 445 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 08:00:51.504 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 08:00:51.504 11965 11993 I Gralloc4: mapper 4.x is not supported +02-27 08:00:51.508 11965 11993 D HostConnection: createUnique: call +02-27 08:00:51.509 11965 11993 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09b410, tid 11993 +02-27 08:00:51.510 11965 11993 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 08:00:51.510 11965 11993 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 08:00:51.512 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 08:00:51.512 11965 11993 W Gralloc4: allocator 4.x is not supported +02-27 08:00:51.514 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:00:51.516 11965 11993 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:00:51.517 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f97f4000 0x1f9fe0000] +02-27 08:00:51.519 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9fe0000 0x1fa7cc000] +02-27 08:00:51.520 11965 11965 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:00:51.520 11965 11965 W Glide : class byq: Received null model +02-27 08:00:51.525 11965 11965 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:00:51.525 11965 11965 W Glide : class byq: Received null model +02-27 08:00:51.552 11256 11513 E ChimeraPrvdrProxy: Provider proxy missing implementation +02-27 08:00:51.556 11965 11965 E Auth : [GoogleAuthUtil] RemoteException when fetching accounts +02-27 08:00:51.556 11965 11965 E Auth : android.os.RemoteException: Null result from AccountChimeraContentProvider +02-27 08:00:51.556 11965 11965 E Auth : at cot.m(PG:9) +02-27 08:00:51.556 11965 11965 E Auth : at efg.g(PG:1) +02-27 08:00:51.556 11965 11965 E Auth : at fnj.a(PG:1) +02-27 08:00:51.556 11965 11965 E Auth : at eda.a(PG:5) +02-27 08:00:51.556 11965 11965 E Auth : at fak.onPreExecute(PG:7) +02-27 08:00:51.556 11965 11965 E Auth : at android.os.AsyncTask.executeOnExecutor(AsyncTask.java:724) +02-27 08:00:51.556 11965 11965 E Auth : at fam.a(PG:6) +02-27 08:00:51.556 11965 11965 E Auth : at fae.t(PG:2) +02-27 08:00:51.556 11965 11965 E Auth : at fae.(PG:57) +02-27 08:00:51.556 11965 11965 E Auth : at eva.d(PG:13) +02-27 08:00:51.556 11965 11965 E Auth : at kb.o(PG:85) +02-27 08:00:51.556 11965 11965 E Auth : at kb.b(PG:1) +02-27 08:00:51.556 11965 11965 E Auth : at androidx.leanback.widget.GridLayoutManager.u(PG:1) +02-27 08:00:51.556 11965 11965 E Auth : at ibg.G(PG:1) +02-27 08:00:51.556 11965 11965 E Auth : at aac.p(PG:5) +02-27 08:00:51.556 11965 11965 E Auth : at androidx.leanback.widget.GridLayoutManager.bX(PG:1) +02-27 08:00:51.556 11965 11965 E Auth : at androidx.leanback.widget.GridLayoutManager.o(PG:71) +02-27 08:00:51.556 11965 11965 E Auth : at android.support.v7.widget.RecyclerView.aB(PG:9) +02-27 08:00:51.556 11965 11965 E Auth : at android.support.v7.widget.RecyclerView.w(PG:9) +02-27 08:00:51.556 11965 11965 E Auth : at android.support.v7.widget.RecyclerView.onLayout(PG:2) +02-27 08:00:51.556 11965 11965 E Auth : at com.google.android.tvlauncher.home.view.HomeListView.onLayout(PG:1) +02-27 08:00:51.556 11965 11965 E Auth : at android.view.View.layout(View.java:23143) +02-27 08:00:51.556 11965 11965 E Auth : at android.view.ViewGroup.layout(ViewGroup.java:6412) +02-27 08:00:51.556 11965 11965 E Auth : at android.widget.FrameLayout.layoutChildren(FrameLayout.java:332) +02-27 08:00:51.556 11965 11965 E Auth : at android.widget.FrameLayout.onLayout(FrameLayout.java:270) +02-27 08:00:51.556 11965 11965 E Auth : at android.view.View.layout(View.java:23143) +02-27 08:00:51.556 11965 11965 E Auth : at android.view.ViewGroup.layout(ViewGroup.java:6412) +02-27 08:00:51.556 11965 11965 E Auth : at android.widget.FrameLayout.layoutChildren(FrameLayout.java:332) +02-27 08:00:51.556 11965 11965 E Auth : at android.widget.FrameLayout.onLayout(FrameLayout.java:270) +02-27 08:00:51.556 11965 11965 E Auth : at android.view.View.layout(View.java:23143) +02-27 08:00:51.556 11965 11965 E Auth : at android.view.ViewGroup.layout(ViewGroup.java:6412) +02-27 08:00:51.556 11965 11965 E Auth : at android.widget.FrameLayout.layoutChildren(FrameLayout.java:332) +02-27 08:00:51.556 11965 11965 E Auth : at android.widget.FrameLayout.onLayout(FrameLayout.java:270) +02-27 08:00:51.556 11965 11965 E Auth : at android.view.View.layout(View.java:23143) +02-27 08:00:51.556 11965 11965 E Auth : at android.view.ViewGroup.layout(ViewGroup.java:6412) +02-27 08:00:51.556 11965 11965 E Auth : at android.widget.FrameLayout.layoutChildren(FrameLayout.java:332) +02-27 08:00:51.556 11965 11965 E Auth : at android.widget.FrameLayout.onLayout(FrameLayout.java:270) +02-27 08:00:51.556 11965 11965 E Auth : at android.view.View.layout(View.java:23143) +02-27 08:00:51.556 11965 11965 E Auth : at android.view.ViewGroup.layout(ViewGroup.java:6412) +02-27 08:00:51.556 11965 11965 E Auth : at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1829) +02-27 08:00:51.556 11965 11965 E Auth : at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1673) +02-27 08:00:51.556 11965 11965 E Auth : at android.widget.LinearLayout.onLayout(LinearLayout.java:1582) +02-27 08:00:51.556 11965 11965 E Auth : at android.view.View.layout(View.java:23143) +02-27 08:00:51.556 11965 11965 E Auth : at android.view.ViewGroup.layout(ViewGroup.java:6412) +02-27 08:00:51.556 11965 11965 E Auth : at android.widget.FrameLayout.layoutChildren(FrameLayout.java:332) +02-27 08:00:51.556 11965 11965 E Auth : at android.widget.FrameLayout.onLayout(FrameLayout.java:270) +02-27 08:00:51.556 11965 11965 E Auth : at android.view.View.layout(View.java:23143) +02-27 08:00:51.556 11965 11965 E Auth : at android.view.ViewGroup.layout(ViewGroup.java:6412) +02-27 08:00:51.556 11965 11965 E Auth : at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1829) +02-27 08:00:51.556 11965 11965 E Auth : at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1673) +02-27 08:00:51.556 11965 11965 E Auth : at android.widget.LinearLayout.onLayout(LinearLayout.java:1582) +02-27 08:00:51.556 11965 11965 E Auth : at android.view.View.layout(View.java:23143) +02-27 08:00:51.556 11965 11965 E Auth : at android.view.ViewGroup.layout(ViewGroup.java:6412) +02-27 08:00:51.556 11965 11965 E Auth : at android.widget.FrameLayout.layoutChildren(FrameLayout.java:332) +02-27 08:00:51.556 11965 11965 E Auth : at android.widget.FrameLayout.onLayout(FrameLayout.java:270) +02-27 08:00:51.556 11965 11965 E Auth : at com.android.internal.policy.DecorView.onLayout(DecorView.java:798) +02-27 08:00:51.556 11965 11965 E Auth : at android.view.View.layout(View.java:23143) +02-27 08:00:51.556 11965 11965 E Auth : at android.view.ViewGroup.layout(ViewGroup.java:6412) +02-27 08:00:51.556 11965 11965 E Auth : at android.view.ViewRootImpl.performLayout(ViewRootImpl.java:3684) +02-27 08:00:51.556 11965 11965 E Auth : at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:3143) +02-27 08:00:51.556 11965 11965 E Auth : at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:2126) +02-27 08:00:51.556 11965 11965 E Auth : at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:8653) +02-27 08:00:51.556 11965 11965 E Auth : at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1037) +02-27 08:00:51.556 11965 11965 E Auth : at android.view.Choreographer.doCallbacks(Choreographer.java:845) +02-27 08:00:51.556 11965 11965 E Auth : at android.view.Choreographer.doFrame(Choreographer.java:780) +02-27 08:00:51.556 11965 11965 E Auth : at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1022) +02-27 08:00:51.556 11965 11965 E Auth : at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:51.556 11965 11965 E Auth : at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:51.556 11965 11965 E Auth : at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:51.556 11965 11965 E Auth : at android.os.Looper.loop(Looper.java:288) +02-27 08:00:51.556 11965 11965 E Auth : at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:00:51.556 11965 11965 E Auth : at java.lang.reflect.Method.invoke(Native Method) +02-27 08:00:51.556 11965 11965 E Auth : at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:00:51.556 11965 11965 E Auth : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: Exception when fetching google accounts. +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: android.os.RemoteException: Null result from AccountChimeraContentProvider +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at cot.m(PG:9) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at efg.g(PG:1) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at fnj.a(PG:1) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at eda.a(PG:5) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at fak.onPreExecute(PG:7) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.os.AsyncTask.executeOnExecutor(AsyncTask.java:724) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at fam.a(PG:6) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at fae.t(PG:2) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at fae.(PG:57) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at eva.d(PG:13) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at kb.o(PG:85) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at kb.b(PG:1) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at androidx.leanback.widget.GridLayoutManager.u(PG:1) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at ibg.G(PG:1) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at aac.p(PG:5) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at androidx.leanback.widget.GridLayoutManager.bX(PG:1) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at androidx.leanback.widget.GridLayoutManager.o(PG:71) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.support.v7.widget.RecyclerView.aB(PG:9) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.support.v7.widget.RecyclerView.w(PG:9) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.support.v7.widget.RecyclerView.onLayout(PG:2) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at com.google.android.tvlauncher.home.view.HomeListView.onLayout(PG:1) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.view.View.layout(View.java:23143) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.view.ViewGroup.layout(ViewGroup.java:6412) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.widget.FrameLayout.layoutChildren(FrameLayout.java:332) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.widget.FrameLayout.onLayout(FrameLayout.java:270) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.view.View.layout(View.java:23143) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.view.ViewGroup.layout(ViewGroup.java:6412) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.widget.FrameLayout.layoutChildren(FrameLayout.java:332) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.widget.FrameLayout.onLayout(FrameLayout.java:270) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.view.View.layout(View.java:23143) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.view.ViewGroup.layout(ViewGroup.java:6412) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.widget.FrameLayout.layoutChildren(FrameLayout.java:332) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.widget.FrameLayout.onLayout(FrameLayout.java:270) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.view.View.layout(View.java:23143) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.view.ViewGroup.layout(ViewGroup.java:6412) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.widget.FrameLayout.layoutChildren(FrameLayout.java:332) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.widget.FrameLayout.onLayout(FrameLayout.java:270) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.view.View.layout(View.java:23143) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.view.ViewGroup.layout(ViewGroup.java:6412) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1829) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1673) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.widget.LinearLayout.onLayout(LinearLayout.java:1582) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.view.View.layout(View.java:23143) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.view.ViewGroup.layout(ViewGroup.java:6412) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.widget.FrameLayout.layoutChildren(FrameLayout.java:332) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.widget.FrameLayout.onLayout(FrameLayout.java:270) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.view.View.layout(View.java:23143) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.view.ViewGroup.layout(ViewGroup.java:6412) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1829) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1673) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.widget.LinearLayout.onLayout(LinearLayout.java:1582) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.view.View.layout(View.java:23143) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.view.ViewGroup.layout(ViewGroup.java:6412) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.widget.FrameLayout.layoutChildren(FrameLayout.java:332) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.widget.FrameLayout.onLayout(FrameLayout.java:270) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at com.android.internal.policy.DecorView.onLayout(DecorView.java:798) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.view.View.layout(View.java:23143) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.view.ViewGroup.layout(ViewGroup.java:6412) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.view.ViewRootImpl.performLayout(ViewRootImpl.java:3684) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:3143) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:2126) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:8653) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1037) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.view.Choreographer.doCallbacks(Choreographer.java:845) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.view.Choreographer.doFrame(Choreographer.java:780) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1022) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:00:51.556 11965 11965 E UserSettManagerHelper: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:00:51.561 11256 11481 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed +02-27 08:00:51.561 11256 11481 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:00:51.561 11256 11481 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:00:51.563 11965 11965 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:00:51.564 11965 11965 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:00:51.565 11965 12050 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:00:51.573 11965 11965 E Clearcut-EventLogger: Unexpected log parameter home_selected_row_position +02-27 08:00:51.573 11965 11965 W HomeController: onResume: List view global layout completed. +02-27 08:00:51.585 11965 12050 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:222508000 +02-27 08:00:51.585 11965 12050 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 222508000 +02-27 08:00:51.624 11965 12050 D DynamitePackage: Instantiated singleton DynamitePackage. +02-27 08:00:51.624 11965 12050 D DynamitePackage: Instantiating com.google.android.gms.ads.adshield.ChimeraAdShieldCreatorImpl +02-27 08:00:51.641 505 1685 D ConnectivityService: requestNetwork for uid/pid:10048/11965 activeRequest: null callbackRequest: 168 [NetworkRequest [ REQUEST id=169, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:00:51.641 505 709 D ConnectivityService: NetReassign [169 : null → 100] +02-27 08:00:51.646 11256 11481 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed +02-27 08:00:51.646 11256 11481 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:00:51.646 11256 11481 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:00:51.650 11256 11513 E ChimeraPrvdrProxy: Provider proxy missing implementation +02-27 08:00:51.656 505 505 W PackageManagerB: type=1400 audit(0.0:120): avc: denied { ioctl } for path="/product/priv-app/TVLauncher/TVLauncher.apk" dev="dm-2" ino=220 ioctlcmd=0x6686 scontext=u:r:system_server:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 +02-27 08:00:51.656 505 572 E VerityUtils: Failed to measure fs-verity, errno 1: /product/priv-app/TVLauncher/TVLauncher.apk +02-27 08:00:51.662 505 542 D CompanionDeviceManagerService: onPackageModified(packageName = com.google.android.tvrecommendations) +02-27 08:00:51.664 505 505 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:00:51.664 505 505 V NotificationListeners: Not registering ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} is already bound +02-27 08:00:51.664 505 553 W Searchables: No global search activity found +02-27 08:00:51.665 755 755 V MediaPlayerList: mPackageChangedBroadcastReceiver: action: android.intent.action.PACKAGE_CHANGED +02-27 08:00:51.665 755 755 D MediaPlayerList: Name of package changed: com.google.android.tvrecommendations +02-27 08:00:51.665 505 542 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10077; state: DISABLED +02-27 08:00:51.666 505 542 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10077; state: DISABLED +02-27 08:00:51.666 505 542 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10077; state: DISABLED +02-27 08:00:51.666 505 542 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10077; state: DISABLED +02-27 08:00:51.666 11256 11256 E ChimeraSrvcProxy: Proxy without impl failing onBind() +02-27 08:00:51.666 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10077; state: DISABLED +02-27 08:00:51.666 11256 11256 I ChimeraSrvcProxy: com.google.android.gms.chimera.PersistentDirectBootAwareApiService returning NullBinder for action com.google.android.chimera.BoundService.START +02-27 08:00:51.669 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:00:51.670 11965 11965 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:00:51.670 11256 11513 I ChimeraSrvcProxy: NullBinder for com.google.android.gms.usagereporting.service.START triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:51.670 11965 11965 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:00:51.670 11965 11988 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 556) +02-27 08:00:51.670 11965 11988 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:51.670 11965 11988 W GmsClient: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:51.670 11965 11988 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:51.670 11965 11988 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:51.670 11965 11988 W GmsClient: at cvc.u(PG:14) +02-27 08:00:51.670 11965 11988 W GmsClient: at cth.a(PG:7) +02-27 08:00:51.670 11965 11988 W GmsClient: at ctl.run(PG:4) +02-27 08:00:51.670 11965 11988 W GmsClient: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) +02-27 08:00:51.670 11965 11988 W GmsClient: at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:00:51.670 11965 11988 W GmsClient: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:00:51.670 11965 11988 W GmsClient: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:00:51.670 11965 11988 W GmsClient: at cxa.run(PG:2) +02-27 08:00:51.670 11965 11988 W GmsClient: at java.lang.Thread.run(Thread.java:920) +02-27 08:00:51.671 11256 11287 I ChimeraSrvcProxy: NullBinder for com.google.android.gms.usagereporting.service.START triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:51.673 322 322 D Zygote : Forked child process 12091 +02-27 08:00:51.675 11965 11986 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 556) +02-27 08:00:51.675 11965 11986 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:51.675 11965 11986 W GmsClient: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:51.675 11965 11986 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:51.675 11965 11986 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:51.675 11965 11986 W GmsClient: at cvc.u(PG:14) +02-27 08:00:51.675 11965 11986 W GmsClient: at cth.a(PG:7) +02-27 08:00:51.675 11965 11986 W GmsClient: at ctl.run(PG:4) +02-27 08:00:51.675 11965 11986 W GmsClient: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) +02-27 08:00:51.675 11965 11986 W GmsClient: at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:00:51.675 11965 11986 W GmsClient: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:00:51.675 11965 11986 W GmsClient: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:00:51.675 11965 11986 W GmsClient: at cxa.run(PG:2) +02-27 08:00:51.675 11965 11986 W GmsClient: at java.lang.Thread.run(Thread.java:920) +02-27 08:00:51.676 505 505 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10049; state: DISABLED +02-27 08:00:51.676 505 505 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10049; state: DISABLED +02-27 08:00:51.676 505 505 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10049; state: DISABLED +02-27 08:00:51.676 505 505 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10049; state: ENABLED +02-27 08:00:51.677 12091 12091 I libc : SetHeapTaggingLevel: tag level set to 0 +02-27 08:00:51.682 505 555 I ActivityManager: Start proc 12091:com.google.android.permissioncontroller/u0a77 for service {com.google.android.permissioncontroller/com.android.permissioncontroller.permission.service.PermissionControllerServiceImpl} +02-27 08:00:51.684 11256 11287 I ChimeraSrvcProxy: NullBinder for com.google.android.chimera.BoundService.START triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:51.684 11438 11634 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 476) +02-27 08:00:51.684 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:00:51.685 11438 11634 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:51.685 11438 11634 W GmsClient: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:51.685 11438 11634 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:51.685 11438 11634 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:51.685 11438 11634 W GmsClient: at nut.fj(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:00:51.685 11438 11634 W GmsClient: at nsz.s(:com.google.android.gms@223616103@22.36.16 (180406-476895098):13) +02-27 08:00:51.685 11438 11634 W GmsClient: at ncr.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:00:51.685 11438 11634 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:51.685 11438 11634 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:51.685 11438 11634 W GmsClient: at zla.hP(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:00:51.685 11438 11634 W GmsClient: at zla.dispatchMessage(:com.google.android.gms@223616103@22.36.16 (180406-476895098):11) +02-27 08:00:51.685 11438 11634 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:51.685 11438 11634 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:51.685 11438 11634 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:00:51.687 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:00:51.688 12091 12091 E ssioncontrolle: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:51.688 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10049; state: ENABLED +02-27 08:00:51.689 11256 11287 I ChimeraSrvcProxy: NullBinder for com.google.android.chimera.BoundService.START triggering remote TransactionTooLargeException due to Service without Chimera impl +02-27 08:00:51.689 11438 11634 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 460) +02-27 08:00:51.689 11438 11634 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:51.689 11438 11634 W GmsClient: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died +02-27 08:00:51.689 11438 11634 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:51.689 11438 11634 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:51.689 11438 11634 W GmsClient: at nut.fj(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:00:51.689 11438 11634 W GmsClient: at nsz.s(:com.google.android.gms@223616103@22.36.16 (180406-476895098):13) +02-27 08:00:51.689 11438 11634 W GmsClient: at ncr.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:00:51.689 11438 11634 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:51.689 11438 11634 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:51.689 11438 11634 W GmsClient: at zla.hP(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:00:51.689 11438 11634 W GmsClient: at zla.dispatchMessage(:com.google.android.gms@223616103@22.36.16 (180406-476895098):11) +02-27 08:00:51.689 11438 11634 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:51.689 11438 11634 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:51.689 11438 11634 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:00:51.691 322 322 D Zygote : Forked child process 12100 +02-27 08:00:51.692 505 555 I ActivityManager: Start proc 12100:com.google.android.tv.remote.service/u0a49 for service {com.google.android.tv.remote.service/com.google.android.tv.remote.service.AtvRemoteProviderService} +02-27 08:00:51.701 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:00:51.811 12100 12100 E .remote.servic: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:51.830 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=169, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:00:51.830 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=169, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:00:51.830 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=169, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:00:51.843 12091 12091 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10077; state: DISABLED +02-27 08:00:51.856 12100 12100 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10049; state: ENABLED +02-27 08:00:51.874 12091 12091 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar +02-27 08:00:51.890 505 2243 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 08:00:51.890 505 2243 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 08:00:51.890 505 2243 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 08:00:51.890 505 2243 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 08:00:51.891 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 08:00:51.896 322 322 D Zygote : Forked child process 12125 +02-27 08:00:51.897 505 555 I ActivityManager: Start proc 12125:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:00:51.912 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:00:51.924 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:00:51.926 12125 12125 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:51.938 12100 12100 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AtvRemoteService/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:00:51.940 505 2569 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10066; state: DISABLED +02-27 08:00:51.942 12125 12125 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 08:00:51.942 11965 12051 I gmg : Provider GmsCore_OpenSSL not available +02-27 08:00:51.956 11438 11457 W SQLiteLog: (28) double-quoted string literal: "1771981251949" +02-27 08:00:51.956 11438 11457 W SQLiteLog: (28) double-quoted string literal: "1" +02-27 08:00:51.960 11256 11481 I Checkin : [CheckinRequestProcessor] updateCheckinIdTokenFileFromResponse, Reading existing AID +02-27 08:00:51.964 12100 12100 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tv.remote.service' set to: 'default' +02-27 08:00:51.964 12100 12100 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:51.965 12100 12100 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:51.965 12100 12100 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:51.968 12125 12125 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:00:51.972 12091 12091 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.permissioncontroller' set to: 'default' +02-27 08:00:51.972 12091 12091 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:51.973 12091 12091 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:51.973 12091 12091 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:51.974 11256 11481 E Checkin : [CheckinRequestProcessor] Trying to restart stopwatch that is not running. +02-27 08:00:51.974 11256 11481 I Checkin : [CheckinRequestProcessor] Unspecified task : Checkin Succeeded: https://android.clients.google.com/checkin (fragment #1). +02-27 08:00:51.985 11256 11287 E ChimeraPrvdrProxy: Provider proxy missing implementation +02-27 08:00:51.992 12100 12100 I AtvRemote.Application: Application started +02-27 08:00:51.999 12091 12091 I CarUiInstaller: CarUiInstaller started for com.google.android.permissioncontroller +02-27 08:00:52.007 11256 11287 E ChimeraPrvdrProxy: Provider proxy missing implementation +02-27 08:00:52.012 11256 11287 E ChimeraPrvdrProxy: Provider proxy missing implementation +02-27 08:00:52.013 11256 11480 I RestartUtil: ensureRestartWhenDoneOrTimeoutMillis - future completed +02-27 08:00:52.014 11256 11479 E RestartUtil: Interrupted. +02-27 08:00:52.014 11256 11479 E RestartUtil: java.lang.InterruptedException +02-27 08:00:52.014 11256 11479 E RestartUtil: at java.lang.Thread.sleep(Native Method) +02-27 08:00:52.014 11256 11479 E RestartUtil: at java.lang.Thread.sleep(Thread.java:451) +02-27 08:00:52.014 11256 11479 E RestartUtil: at java.lang.Thread.sleep(Thread.java:356) +02-27 08:00:52.014 11256 11479 E RestartUtil: at noj.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:00:52.014 11256 11479 E RestartUtil: at java.lang.Thread.run(Thread.java:920) +02-27 08:00:52.015 11256 11479 I RestartUtil: Acquiring restart lock +02-27 08:00:52.015 11256 11479 I RestartUtil: Restarting. +02-27 08:00:52.015 11256 11479 I Process : Sending signal. PID: 11256 SIG: 9 +02-27 08:00:52.015 12091 12091 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:00:52.016 12100 12149 W .remote.servic: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:00:52.017 12100 12149 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:00:52.017 12100 12149 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:00:52.021 12125 12125 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 08:00:52.021 12125 12125 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:52.022 12125 12125 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:52.022 12125 12125 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:52.030 12091 12119 I PermissionControllerServiceImpl: Updating user sensitive for uid 10052 +02-27 08:00:52.033 11965 12042 W BulkCursor: Remote process exception when closing +02-27 08:00:52.034 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 11256 in 0ms +02-27 08:00:52.034 505 890 I ActivityManager: Process com.google.android.gms.persistent (pid 11256) has died: fg BTOP +02-27 08:00:52.036 505 890 I ActivityManager: Killing 11965:com.google.android.tvlauncher/u0a48 (adj 0): depends on provider com.google.android.gms/.auth.account.be.legacy.AccountContentProvider in dying proc com.google.android.gms.persistent (adj -10000) +02-27 08:00:52.037 11965 12042 I ActivityThread: Removing dead content provider:android.content.ContentProviderProxy@cd43ebe +02-27 08:00:52.038 322 322 I Zygote : Process 11256 exited due to signal 9 (Killed) +02-27 08:00:52.040 505 890 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.location.geocode.GeocodeService in 83884ms for connection +02-27 08:00:52.040 505 890 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentBoundBrokerService in 1000ms for connection +02-27 08:00:52.040 505 890 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.fused.FusedLocationService in 335868ms for connection +02-27 08:00:52.040 505 890 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentDirectBootAwareApiService in 11000ms for connection +02-27 08:00:52.040 505 890 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService in 455868ms for connection +02-27 08:00:52.040 505 890 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.auth.GetToken in 21000ms for connection +02-27 08:00:52.040 505 890 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentApiService in 49856ms for connection +02-27 08:00:52.040 505 890 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService in 735868ms for connection +02-27 08:00:52.040 505 890 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.network.NetworkLocationService in 775868ms for connection +02-27 08:00:52.040 505 542 I ServiceWatcher: [GeocoderProxy] disconnected from 10057/com.google.android.gms/.location.geocode.GeocodeService@2 +02-27 08:00:52.041 505 542 I ServiceWatcher: [GeofenceProxy] disconnected from 10057/com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService@1 +02-27 08:00:52.041 505 542 I ServiceWatcher: [fused] disconnected from 10057/com.google.android.gms/com.google.android.location.fused.FusedLocationService@1 +02-27 08:00:52.041 505 542 I ServiceWatcher: [HardwareActivityRecognitionProxy] disconnected from 10057/com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService@1 +02-27 08:00:52.041 505 542 I ServiceWatcher: [network] disconnected from 10057/com.google.android.gms/com.google.android.location.network.NetworkLocationService@2 +02-27 08:00:52.045 11438 11438 I ActivityThread: Removing dead content provider:android.content.ContentProviderProxy@ce27c7d +02-27 08:00:52.045 505 553 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:00:52.045 505 553 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:00:52.045 505 553 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:00:52.045 505 553 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:00:52.045 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:00:52.048 322 322 D Zygote : Forked child process 12156 +02-27 08:00:52.049 505 555 I ActivityManager: Start proc 12156:com.google.android.gms.persistent/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.PersistentBoundBrokerService} +02-27 08:00:52.055 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:00:52.058 12156 12156 E .gms.persisten: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:52.059 505 3356 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/11965, android.os.BinderProxy@4e8ad6e) +02-27 08:00:52.059 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=167, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:00:52.060 505 2673 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/11965, android.os.BinderProxy@cfd8c0f) +02-27 08:00:52.060 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=169, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:00:52.061 322 322 I Zygote : Process 11965 exited due to signal 9 (Killed) +02-27 08:00:52.061 505 540 I WindowManager: WIN DEATH: Window{cf3833 u0 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:00:52.061 505 540 W InputManager-JNI: Input channel object 'cf3833 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:00:52.068 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:00:52.068 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:00:52.068 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:00:52.068 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:00:52.068 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:00:52.073 322 322 D Zygote : Forked child process 12177 +02-27 08:00:52.073 505 555 I ActivityManager: Start proc 12177:com.google.android.tvlauncher/u0a48 for top-activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:00:52.079 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 11965 in 0ms +02-27 08:00:52.080 12156 12156 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:00:52.083 12100 12100 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:00:52.084 360 360 E ClientCache: failed to get buffer, invalid process token +02-27 08:00:52.087 12177 12177 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:52.088 12100 12100 I AtvRemote.RemoteService: Starting bluetooth server +02-27 08:00:52.096 12156 12156 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:00:52.099 505 2569 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:52.099 505 2569 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:52.099 505 2569 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:52.099 505 2569 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:52.099 505 2569 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:52.099 505 2569 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:52.099 505 2569 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:52.099 505 2569 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:52.099 505 2569 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:52.099 505 2569 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:52.100 505 2569 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:52.100 505 2569 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:52.100 505 2569 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:52.100 505 2569 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:52.100 505 2569 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:52.100 505 2569 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:52.100 505 2569 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:52.100 505 2569 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:52.100 505 2569 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:52.100 505 2569 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:00:52.111 12177 12177 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:00:52.116 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 11965 +02-27 08:00:52.118 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 08:00:52.119 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:00:52.124 12177 12177 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:00:52.125 12156 12156 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:00:52.125 12156 12156 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:52.126 12156 12156 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:00:52.128 12156 12156 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:00:52.130 755 1422 I bt_btif_sock_rfcomm: system/bt/btif/src/btif_sock_rfc.cc:303 btsock_rfc_listen: Adding listening socket service_name: Android TV Remote - channel: -1 +02-27 08:00:52.130 12177 12177 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:00:52.130 12177 12177 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:52.130 12177 12177 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:52.131 12100 12100 I AtvRemote.BluetoothServer: Starting Bluetooth LE advertising +02-27 08:00:52.132 755 1045 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:00:52.132 12177 12177 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:52.132 12100 12100 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:00:52.132 12100 12100 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:00:52.136 755 1045 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=6, is_server=1, mtu=990, uuid=000000, dlci=12, signal_state=0x0b, p_port=0x7a813edf50 +02-27 08:00:52.163 12100 12149 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:52.163 12100 12149 W GmsClient: android.os.DeadObjectException +02-27 08:00:52.163 12100 12149 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:52.163 12100 12149 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:52.163 12100 12149 W GmsClient: at alh.p(PG:14) +02-27 08:00:52.163 12100 12149 W GmsClient: at k.run(PG:19) +02-27 08:00:52.163 12100 12149 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:52.163 12100 12149 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:52.163 12100 12149 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:52.163 12100 12149 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:52.163 12100 12149 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:00:52.163 12100 12149 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:00:52.163 12100 12149 W GmsClient: android.os.DeadObjectException +02-27 08:00:52.163 12100 12149 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:52.163 12100 12149 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:52.163 12100 12149 W GmsClient: at alh.p(PG:14) +02-27 08:00:52.163 12100 12149 W GmsClient: at k.run(PG:19) +02-27 08:00:52.163 12100 12149 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:52.163 12100 12149 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:52.163 12100 12149 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:52.163 12100 12149 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:52.163 12100 12149 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:00:52.164 12100 12100 I AtvRemote.BluetoothServer: Advertising on LE Settings [mAdvertiseMode=0, mAdvertiseTxPowerLevel=2, mAdvertiseConnectable=true, mAdvertiseTimeoutMillis=0] +02-27 08:00:52.165 12100 12100 D TvRemoteProvider: openRemoteInputBridge() for virtual-search: success +02-27 08:00:52.165 505 3356 I TvRemote-native-uiBridge: Registering uinput device virtual-search: touch pad size 1x1, max pointers 1. +02-27 08:00:52.165 505 3356 E TvRemote-native-uiBridge: Cannot open /dev/uinput: Permission denied. +02-27 08:00:52.160 505 505 W Binder:505_1F: type=1400 audit(0.0:121): avc: denied { write } for name="uinput" dev="tmpfs" ino=382 scontext=u:r:system_server:s0 tcontext=u:object_r:uhid_device:s0 tclass=chr_file permissive=0 +02-27 08:00:52.166 505 3356 E TvRemoteServiceInput: Cannot create device for virtual-search +02-27 08:00:52.178 12125 12125 I DeviceStatusMonitor: DeviceStatusMonitor.updateCountryInfo():121 updateCountryInfo(), notifyAnyway = true +02-27 08:00:52.188 12125 12125 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = true +02-27 08:00:52.188 12125 12125 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:00:52.190 182 182 I lowmemorykiller: Kill 'com.google.process.gapps' (12007), uid 10057, oom_score_adj 905 to free 70600kB rss, 0kB swap; reason: min watermark is breached and thrashing (73%) +02-27 08:00:52.190 12125 12125 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:00:52.190 505 891 I ActivityManager: Background started FGS: Allowed [callingPackage: com.google.android.tv.remote.service; callingUid: 10049; uidState: FGS ; intent: Intent { cmp=com.google.android.tv.remote.service/.DiscoveryService }; code:BACKGROUND_ACTIVITY_PERMISSION; tempAllowListReason:; targetSdkVersion:31; callerTargetSdkVersion:31; startForegroundCount:0; bindFromPackage:null] +02-27 08:00:52.194 322 322 I Zygote : Process 12007 exited due to signal 9 (Killed) +02-27 08:00:52.194 505 3356 I ActivityManager: Process com.google.process.gapps (pid 12007) has died: cch+5 CEM +02-27 08:00:52.194 182 182 I lowmemorykiller: Kill 'com.google.android.tvrecommendations' (11730), uid 10052, oom_score_adj 250 to free 72440kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:00:52.194 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 12007 in 0ms +02-27 08:00:52.200 505 891 I ActivityManager: Process com.google.android.tvrecommendations (pid 11730) has died: prcl BFGS +02-27 08:00:52.200 505 556 I libprocessgroup: Successfully killed process cgroup uid 10052 pid 11730 in 0ms +02-27 08:00:52.200 505 712 D NsdService: New client listening to asynchronous messages +02-27 08:00:52.200 505 712 D NsdService: New client, channel: com.android.internal.util.AsyncChannel@d35f06 messenger: android.os.Messenger@59779c7 +02-27 08:00:52.200 505 3356 D NotificationListeners: Removing active service ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:00:52.200 505 891 W ActivityManager: Scheduling restart of crashed service com.google.android.tvrecommendations/.NotificationsService in 14324736ms for connection +02-27 08:00:52.201 505 1683 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10052/11730, android.os.BinderProxy@f83abf4) +02-27 08:00:52.201 505 1683 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10052/11730, android.os.BinderProxy@c2cbf1d) +02-27 08:00:52.202 12100 12100 D CompatibilityChangeReporter: Compat change id reported: 191844585; UID 10049; state: ENABLED +02-27 08:00:52.202 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:00:52.203 322 322 I Zygote : Process 11730 exited due to signal 9 (Killed) +02-27 08:00:52.205 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=164, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] (release request) +02-27 08:00:52.210 322 322 I Zygote : Process 11873 exited due to signal 9 (Killed) +02-27 08:00:52.210 505 2476 I ActivityManager: Process com.android.providers.tv (pid 11873) has died: cch+5 CEM +02-27 08:00:52.210 182 182 I lowmemorykiller: Kill 'com.android.providers.tv' (11873), uid 10033, oom_score_adj 905 to free 62452kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:00:52.211 182 182 I lowmemorykiller: Kill 'com.google.android.tv.remote.service' (12100), uid 10049, oom_score_adj 100 to free 97864kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:00:52.213 12125 12125 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:00:52.218 12125 12236 E FileCache: FileCache.clearObsoleteFilesInternal():271 Failed to delete all obsolete files under folder: /data/user_de/0/com.google.android.inputmethod.latin/cache/kb_def +02-27 08:00:52.218 12177 12224 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:00:52.220 12177 12224 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:00:52.221 505 505 E NotificationListeners: unable to notify listener (posted): ManagedServiceInfo[component=ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService},userid=0,isSystem=false,targetSdkVersion=33,connection=,service=android.service.notification.INotificationListener$Stub$Proxy@aadb317] +02-27 08:00:52.221 505 505 E NotificationListeners: android.os.DeadObjectException +02-27 08:00:52.221 505 505 E NotificationListeners: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:52.221 505 505 E NotificationListeners: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:52.221 505 505 E NotificationListeners: at android.service.notification.INotificationListener$Stub$Proxy.onNotificationPosted(INotificationListener.java:580) +02-27 08:00:52.221 505 505 E NotificationListeners: at com.android.server.notification.NotificationManagerService$NotificationListeners.notifyPosted(NotificationManagerService.java:10801) +02-27 08:00:52.221 505 505 E NotificationListeners: at com.android.server.notification.NotificationManagerService$NotificationListeners.lambda$notifyPostedLocked$2$NotificationManagerService$NotificationListeners(NotificationManagerService.java:10548) +02-27 08:00:52.221 505 505 E NotificationListeners: at com.android.server.notification.NotificationManagerService$NotificationListeners$$ExternalSyntheticLambda4.run(Unknown Source:8) +02-27 08:00:52.221 505 505 E NotificationListeners: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:52.221 505 505 E NotificationListeners: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:52.221 505 505 E NotificationListeners: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:52.221 505 505 E NotificationListeners: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:52.221 505 505 E NotificationListeners: at com.android.server.SystemServer.run(SystemServer.java:903) +02-27 08:00:52.221 505 505 E NotificationListeners: at com.android.server.SystemServer.main(SystemServer.java:610) +02-27 08:00:52.221 505 505 E NotificationListeners: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:00:52.221 505 505 E NotificationListeners: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:00:52.221 505 505 E NotificationListeners: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) +02-27 08:00:52.221 505 505 V NotificationListeners: 0 notification listener connection lost: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:00:52.222 12177 12224 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:00:52.223 755 1062 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:00:52.224 505 2569 I ActivityManager: Process com.google.android.tv.remote.service (pid 12100) has died: vis FGS +02-27 08:00:52.224 505 1686 W AudioService.RecordingActivityMonitor: client died +02-27 08:00:52.224 505 712 D NsdService: Client disconnected +02-27 08:00:52.224 755 1045 I bt_stack: [INFO:port_api.cc(307)] RFCOMM_RemoveServer: handle=24 +02-27 08:00:52.225 322 322 I Zygote : Process 12100 exited due to signal 9 (Killed) +02-27 08:00:52.226 505 2569 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.RemoteService in 4734784ms for start-requested +02-27 08:00:52.226 505 2569 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.AtvRemoteProviderService in 1000ms for connection +02-27 08:00:52.226 182 182 I lowmemorykiller: Kill 'com.google.android.permissioncontroller' (12091), uid 10077, oom_score_adj 100 to free 88580kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:00:52.230 12125 12125 I TVLatinApp: TVLatinApp.initialize():527 initialize() +02-27 08:00:52.233 505 2259 I ActivityManager: Process com.google.android.permissioncontroller (pid 12091) has died: vis IMPF +02-27 08:00:52.233 322 322 I Zygote : Process 12091 exited due to signal 9 (Killed) +02-27 08:00:52.234 505 2259 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.permission.service.PermissionControllerServiceImpl in 10993ms for connection +02-27 08:00:52.234 182 182 I lowmemorykiller: Kill 'com.google.android.inputmethod.latin' (12125), uid 10066, oom_score_adj 0 to free 105316kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:00:52.236 755 1079 I BtGatt.AdvertiseManager: error sending onAdvertisingSetStopped callback +02-27 08:00:52.236 755 1079 I BtGatt.AdvertiseManager: android.os.DeadObjectException +02-27 08:00:52.236 755 1079 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:00:52.236 755 1079 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:00:52.236 755 1079 I BtGatt.AdvertiseManager: at android.bluetooth.le.IAdvertisingSetCallback$Stub$Proxy.onAdvertisingSetStopped(IAdvertisingSetCallback.java:320) +02-27 08:00:52.236 755 1079 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager.stopAdvertisingSet(AdvertiseManager.java:261) +02-27 08:00:52.236 755 1079 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager$AdvertisingSetDeathRecipient.binderDied(AdvertiseManager.java:123) +02-27 08:00:52.236 755 1079 I BtGatt.AdvertiseManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:00:52.236 755 1079 I BtGatt.AdvertiseManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:00:52.236 12156 12156 I Safeboot: Checking safeboot... +02-27 08:00:52.241 322 322 I Zygote : Process 12125 exited due to signal 9 (Killed) +02-27 08:00:52.241 505 2569 I ActivityManager: Process com.google.android.inputmethod.latin (pid 12125) has died: fg IMPB +02-27 08:00:52.241 505 2569 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 20985ms for connection +02-27 08:00:52.243 12156 12156 I FixerFramework: Installing ProviderInstaller. +02-27 08:00:52.245 505 556 I libprocessgroup: Successfully killed process cgroup uid 10033 pid 11873 in 0ms +02-27 08:00:52.245 505 556 I libprocessgroup: Successfully killed process cgroup uid 10049 pid 12100 in 0ms +02-27 08:00:52.245 505 556 I libprocessgroup: Successfully killed process cgroup uid 10077 pid 12091 in 0ms +02-27 08:00:52.245 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 12125 in 0ms +02-27 08:00:52.246 12177 12177 W ChimeRegistrationManage: Chime not initialized, cannot register for notifications. +02-27 08:00:52.250 505 891 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10033; state: DISABLED +02-27 08:00:52.250 505 891 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10033; state: DISABLED +02-27 08:00:52.250 505 891 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10033; state: DISABLED +02-27 08:00:52.250 505 891 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10033; state: ENABLED +02-27 08:00:52.250 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10033; state: ENABLED +02-27 08:00:52.251 12177 12177 W Glide : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored +02-27 08:00:52.253 322 322 D Zygote : Forked child process 12249 +02-27 08:00:52.253 505 555 I ActivityManager: Start proc 12249:com.android.providers.tv/u0a33 for content provider {com.android.providers.tv/com.android.providers.tv.TvProvider} +02-27 08:00:52.254 12156 12156 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:00:52.255 12156 12156 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:00:52.255 12156 12156 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:00:52.268 12249 12249 E id.providers.t: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:52.273 505 891 D ConnectivityService: requestNetwork for uid/pid:10048/12177 activeRequest: null callbackRequest: 170 [NetworkRequest [ REQUEST id=171, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:00:52.273 505 709 D ConnectivityService: NetReassign [171 : null → 100] +02-27 08:00:52.273 12177 12177 W PrtnrWidgetInfoLdr: No content provider for OEM widget found +02-27 08:00:52.274 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=171, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:00:52.274 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=171, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:00:52.274 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=171, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:00:52.277 12177 12267 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.searchapi.VoiceInteractionProvider +02-27 08:00:52.277 12177 12268 E ActivityThread: Failed to find provider info for tvlauncher.mic +02-27 08:00:52.278 12156 12156 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:00:52.279 12177 12268 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:00:52.280 505 2569 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10052; state: DISABLED +02-27 08:00:52.280 505 2569 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10052; state: DISABLED +02-27 08:00:52.280 505 2569 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10052; state: DISABLED +02-27 08:00:52.280 505 2569 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10052; state: ENABLED +02-27 08:00:52.280 12249 12249 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10033; state: ENABLED +02-27 08:00:52.281 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10052; state: ENABLED +02-27 08:00:52.282 12177 12267 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:00:52.283 322 322 D Zygote : Forked child process 12274 +02-27 08:00:52.283 505 555 I ActivityManager: Start proc 12274:com.google.android.tvrecommendations/u0a52 for content provider {com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationContentProvider} +02-27 08:00:52.291 12274 12274 E recommendation: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:52.296 12249 12249 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.tv' set to: 'default' +02-27 08:00:52.296 12249 12249 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:52.296 12249 12249 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:52.296 12249 12249 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:52.299 12249 12249 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10033; state: ENABLED +02-27 08:00:52.304 12274 12274 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10052; state: ENABLED +02-27 08:00:52.306 12156 12156 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:00:52.307 12156 12156 W SQLiteCompatibilityWalFlags: Cannot read global setting sqlite_compatibility_wal_flags - Application state not available +02-27 08:00:52.314 12274 12274 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVRecommendations/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:00:52.318 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:00:52.329 12177 12222 D HostConnection: createUnique: call +02-27 08:00:52.329 12177 12222 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b095710, tid 12222 +02-27 08:00:52.331 12177 12222 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:00:52.331 12274 12274 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvrecommendations' set to: 'default' +02-27 08:00:52.331 12274 12274 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:52.331 12274 12274 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:52.332 12274 12274 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:52.334 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:00:52.336 12156 12174 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:00:52.336 12156 12174 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:00:52.341 12156 12156 I GmsApplication: Registering the BackgroundBroadcastReceiverSupport receiver. +02-27 08:00:52.343 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 08:00:52.343 12177 12222 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 08:00:52.344 12177 12222 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 08:00:52.345 12177 12222 D EGL_emulation: eglCreateContext: 0xb400007b8b094ed0: maj 3 min 0 rcv 3 +02-27 08:00:52.350 12177 12222 D EGL_emulation: eglMakeCurrent: 0xb400007b8b094ed0: ver 3 0 (tinfo 0x7da2400080) (first time) +02-27 08:00:52.351 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:00:52.352 12156 12156 I GmsReceiverSupport: Registered Receiver for 14+1 IntentFilters +02-27 08:00:52.355 12274 12274 E ActivityThread: Failed to find provider info for tvlauncher.config +02-27 08:00:52.356 12274 12274 E OemConfigurationData: Error reading content://tvlauncher.config/configuration +02-27 08:00:52.356 12274 12274 E OemConfigurationData: No content provider: content://tvlauncher.config/configuration +02-27 08:00:52.360 12156 12304 I LogRecentFixes: Running fixer! +02-27 08:00:52.361 12156 12301 I Watchcat: Started +02-27 08:00:52.362 12156 12156 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:00:52.366 360 526 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 08:00:52.367 12156 12303 I GMS_MM_Logger: Started. +02-27 08:00:52.371 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 08:00:52.371 12177 12222 I Gralloc4: mapper 4.x is not supported +02-27 08:00:52.381 12177 12222 D HostConnection: createUnique: call +02-27 08:00:52.382 12177 12222 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09c0d0, tid 12222 +02-27 08:00:52.383 12177 12222 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 08:00:52.383 12177 12222 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 08:00:52.389 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 08:00:52.389 12177 12222 W Gralloc4: allocator 4.x is not supported +02-27 08:00:52.393 505 553 E PackageManager: Optimistic bind failed. +02-27 08:00:52.393 505 553 E PackageManager: java.util.concurrent.TimeoutException: [Optimistic Bind] Didn't bind to resolver in time! +02-27 08:00:52.393 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.waitForBindLocked(InstantAppResolverConnection.java:160) +02-27 08:00:52.393 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.bind(InstantAppResolverConnection.java:225) +02-27 08:00:52.393 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.lambda$optimisticBind$0$InstantAppResolverConnection(InstantAppResolverConnection.java:255) +02-27 08:00:52.393 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection$$ExternalSyntheticLambda0.run(Unknown Source:2) +02-27 08:00:52.393 505 553 E PackageManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:00:52.393 505 553 E PackageManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:00:52.393 505 553 E PackageManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:00:52.393 505 553 E PackageManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:00:52.393 505 553 E PackageManager: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:00:52.395 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:00:52.413 12177 12222 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:00:52.415 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f97f4000 0x1f9fe0000] +02-27 08:00:52.416 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9fe0000 0x1fa7cc000] +02-27 08:00:52.425 12177 12318 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:00:52.428 12274 12314 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10052; state: ENABLED +02-27 08:00:52.439 12177 12177 W HomeController: onResume: List view global layout completed. +02-27 08:00:52.469 12177 12318 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:222508000 +02-27 08:00:52.469 12177 12318 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 222508000 +02-27 08:00:52.560 12156 12184 I FontLog : (REDACTED) Updating from directory version %d to %d from disk +02-27 08:00:52.562 12156 12184 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:00:52.564 12156 12184 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:00:52.572 12156 12328 I FontLog : (REDACTED) Using directory in FlatBuffer format +02-27 08:00:52.574 12156 12184 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:00:52.575 12156 12184 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:00:52.580 12156 12184 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:00:52.585 12156 12184 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:00:52.585 12156 12184 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:00:52.586 12156 12184 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:00:52.587 12156 12184 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:00:52.590 12156 12184 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:00:52.593 12177 12318 D DynamitePackage: Instantiated singleton DynamitePackage. +02-27 08:00:52.593 12177 12318 D DynamitePackage: Instantiating com.google.android.gms.ads.adshield.ChimeraAdShieldCreatorImpl +02-27 08:00:52.596 12156 12156 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gmscompliance.service.START dat=chimera-action:com.google.android.gms.gmscompliance.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:00:52.596 12156 12156 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gmscompliance.service.START dat=chimera-action:com.google.android.gms.gmscompliance.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:00:52.606 12274 12274 E TVNotifService.NotifMgr: Cannot show unshown notifications, notification service is null +02-27 08:00:52.611 505 891 D ConnectivityService: requestNetwork for uid/pid:10048/12177 activeRequest: null callbackRequest: 172 [NetworkRequest [ REQUEST id=173, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:00:52.612 505 709 D ConnectivityService: NetReassign [173 : null → 100] +02-27 08:00:52.613 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=173, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:00:52.613 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=173, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:00:52.613 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=173, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:00:52.619 12156 12156 D BoundBrokerSvc: onBind: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:00:52.619 12156 12156 D BoundBrokerSvc: Loading bound service for intent: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:00:52.619 505 572 E VerityUtils: Failed to measure fs-verity, errno 1: /product/priv-app/TVLauncher/TVLauncher.apk +02-27 08:00:52.616 505 505 W PackageManagerB: type=1400 audit(0.0:122): avc: denied { ioctl } for path="/product/priv-app/TVLauncher/TVLauncher.apk" dev="dm-2" ino=220 ioctlcmd=0x6686 scontext=u:r:system_server:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 +02-27 08:00:52.653 12177 12321 I gmg : Provider GmsCore_OpenSSL not available +02-27 08:00:52.679 505 2053 E TaskPersister: File error accessing recents directory (directory doesn't exist?). +02-27 08:00:52.681 505 891 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:00:52.687 12274 12274 D NowPlayingListener: setRemoteControlListener: dqv@455733e +02-27 08:00:52.687 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:00:52.688 12274 12274 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:00:52.688 12274 12274 D NowPlayingManager: onClientChanged() called +02-27 08:00:52.688 12274 12274 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:00:52.688 505 505 V NotificationListeners: 0 notification listener service connected: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:00:52.695 505 2673 D ConnectivityService: requestNetwork for uid/pid:10052/12274 activeRequest: null callbackRequest: 174 [NetworkRequest [ REQUEST id=175, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ]] callback flags: 0 priority: 2147483647 +02-27 08:00:52.695 505 709 D ConnectivityService: NetReassign [175 : null → 100] +02-27 08:00:52.696 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=175, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:00:52.696 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=175, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:00:52.696 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=175, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:00:52.697 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:00:52.701 505 891 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:00:52.706 505 891 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:00:52.716 12274 12355 I cr_CronetLibraryLoader: Cronet version: 105.0.5195.35, arch: aarch64 +02-27 08:00:52.718 505 542 I ServiceWatcher: [GeocoderProxy] connected to {com.google.android.gms/com.google.android.gms.location.geocode.GeocodeService} +02-27 08:00:52.721 770 770 D TvNotificationHandler: Notification added +02-27 08:00:52.724 11438 11438 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:00:52.729 12177 12177 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:00:52.729 12177 12177 W Glide : class byq: Received null model +02-27 08:00:52.748 12177 12177 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:00:52.748 12177 12177 W Glide : class byq: Received null model +02-27 08:00:52.754 11438 11457 W SQLiteLog: (28) double-quoted string literal: "1771981252754" +02-27 08:00:52.754 11438 11457 W SQLiteLog: (28) double-quoted string literal: "1" +02-27 08:00:52.766 12156 12156 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.clearcut.service.START dat=chimera-action:com.google.android.gms.clearcut.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:00:52.766 505 542 I ServiceWatcher: [fused] connected to {com.google.android.gms/com.google.android.location.fused.FusedLocationService} +02-27 08:00:52.768 12156 12156 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.clearcut.service.START dat=chimera-action:com.google.android.gms.clearcut.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:00:52.773 505 2259 I LocationManagerService: fused provider loaded extra attribution tags: [activity_recognition_provider, awareness_provider, current_semantic_location, fused_location_provider, fused_provider_shim, geofencer_provider, network_location_calibration, network_location_provider, network_provider_shim] +02-27 08:00:52.779 12156 12156 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:00:52.779 12156 12156 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:00:52.791 12156 12156 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:00:52.791 12156 12156 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:00:52.845 12156 12156 W SystemServiceRegistry: No service published for: contexthub +02-27 08:00:52.877 12156 12303 E ActivityThread: Failed to find provider info for instantapp-dev-manager +02-27 08:00:52.890 12156 12156 E inertial-anchor: Requested sensor:1 and fallback sensor: 1 are both unavailable. +02-27 08:00:52.890 12156 12156 E inertial-anchor: Requested sensor:1 and fallback sensor: 1 are both unavailable. +02-27 08:00:52.913 12156 12156 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:00:52.931 12156 12174 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:00:52.936 12156 12174 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:00:52.939 12156 12174 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:00:52.939 12156 12174 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:00:52.940 505 891 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:00:52.940 505 891 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:00:52.940 505 891 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:00:52.940 505 891 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:00:52.940 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:00:52.942 322 322 D Zygote : Forked child process 12416 +02-27 08:00:52.943 505 555 I ActivityManager: Start proc 12416:com.google.process.gapps/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider} +02-27 08:00:52.953 12416 12416 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:52.954 12156 12174 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:00:52.963 12416 12416 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:00:52.981 12416 12416 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:00:52.981 12416 12416 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:52.982 12416 12416 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:52.982 12416 12416 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:53.006 12416 12416 I GoogleHttpClient: GMS http client unavailable, use old client +02-27 08:00:53.012 12416 12416 I CarUiInstaller: CarUiInstaller started for com.google.android.gsf +02-27 08:00:53.043 12156 12156 W SystemServiceRegistry: No service published for: contexthub +02-27 08:00:53.049 12156 12156 E NanoAppLogging: Failed to begin contexthub communication +02-27 08:00:53.052 12156 12156 W Settings: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. +02-27 08:00:53.056 505 891 D CompatibilityChangeReporter: Compat change id reported: 168936375; UID 10057; state: ENABLED +02-27 08:00:53.057 505 542 I ServiceWatcher: [GeofenceProxy] connected to {com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService} +02-27 08:00:53.059 505 891 D CompatibilityChangeReporter: Compat change id reported: 73144566; UID 10057; state: ENABLED +02-27 08:00:53.080 12156 12156 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:00:53.080 12156 12156 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:00:53.083 505 542 I ServiceWatcher: [HardwareActivityRecognitionProxy] connected to {com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService} +02-27 08:00:53.091 505 542 I ServiceWatcher: [network] connected to {com.google.android.gms/com.google.android.location.network.NetworkLocationService} +02-27 08:00:53.092 505 2259 I LocationManagerService: network provider loaded extra attribution tags: [activity_recognition_provider, awareness_provider, current_semantic_location, fused_location_provider, fused_provider_shim, geofencer_provider, network_location_calibration, network_location_provider, network_provider_shim] +02-27 08:00:53.095 12156 12156 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:00:53.095 12156 12156 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:00:53.097 12156 12156 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.usagereporting.service.START dat=chimera-action:com.google.android.gms.usagereporting.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:00:53.097 12156 12156 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.usagereporting.service.START dat=chimera-action:com.google.android.gms.usagereporting.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:00:53.100 12156 12156 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.clearcut.bootcount.service.START dat=chimera-action:com.google.android.gms.clearcut.bootcount.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:00:53.100 12156 12156 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.clearcut.bootcount.service.START dat=chimera-action:com.google.android.gms.clearcut.bootcount.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:00:53.103 12156 12156 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 } +02-27 08:00:53.103 12156 12156 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 } +02-27 08:00:53.144 505 891 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772154053144 +02-27 08:00:53.145 12156 12156 D CompatibilityChangeReporter: Compat change id reported: 148180766; UID 10057; state: ENABLED +02-27 08:00:53.152 505 891 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772154053144 +02-27 08:00:53.152 505 891 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772154053144 +02-27 08:00:53.154 505 891 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772154053144 +02-27 08:00:53.157 505 891 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772154053144 +02-27 08:00:53.157 505 891 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772154053144 +02-27 08:00:53.158 505 891 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772154053144 +02-27 08:00:53.198 12156 12444 I GCoreUlr: ULR code skipped on unsupported form factor. +02-27 08:00:53.200 12156 12303 W .gms.persisten: Accessing hidden method Landroid/net/ConnectivityManager;->isNetworkTypeMobile(I)Z (max-target-p, reflection, denied) +02-27 08:00:53.212 12156 12438 D CompatibilityChangeReporter: Compat change id reported: 150935354; UID 10057; state: ENABLED +02-27 08:00:53.278 505 554 W ActivityManager: Slow operation: 52ms so far, now at startProcess: done creating new process record +02-27 08:00:53.278 505 554 W ActivityManager: Slow operation: 52ms so far, now at startProcess: stepping in to startProcess +02-27 08:00:53.285 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10049; state: DISABLED +02-27 08:00:53.285 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10049; state: DISABLED +02-27 08:00:53.285 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10049; state: DISABLED +02-27 08:00:53.285 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10049; state: ENABLED +02-27 08:00:53.285 505 554 W ActivityManager: Slow operation: 59ms so far, now at startProcess: done starting proc! +02-27 08:00:53.285 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10049; state: ENABLED +02-27 08:00:53.289 322 322 D Zygote : Forked child process 12449 +02-27 08:00:53.289 505 555 I ActivityManager: Start proc 12449:com.google.android.tv.remote.service/u0a49 for service {com.google.android.tv.remote.service/com.google.android.tv.remote.service.AtvRemoteProviderService} +02-27 08:00:53.326 12449 12449 E .remote.servic: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:53.384 12156 12438 W Settings: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. +02-27 08:00:53.389 505 2569 W ActivityManager: Slow operation: 55ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:00:53.394 12449 12449 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10049; state: ENABLED +02-27 08:00:53.419 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:00:53.429 505 891 W ActivityManager: Unable to start service Intent { act=com.google.android.gms.nearby.discovery:ACTION_PERMISSION_CHANGE cmp=com.google.android.gms/.nearby.discovery.service.DiscoveryService } U=0: not found +02-27 08:00:53.440 12156 12438 W SystemServiceRegistry: No service published for: wifirtt +02-27 08:00:53.446 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:00:53.489 12449 12449 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AtvRemoteService/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:00:53.507 12156 12303 I NetworkScheduler: Using standalone scheduling engine [CONTEXT service_id=218 ] +02-27 08:00:53.511 12449 12449 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tv.remote.service' set to: 'default' +02-27 08:00:53.511 12449 12449 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:53.513 12156 12168 I .gms.persisten: Compiler allocated 4328KB to compile void mqg.f(android.content.Context) +02-27 08:00:53.514 12449 12449 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:53.514 12449 12449 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:53.546 12449 12449 I AtvRemote.Application: Application started +02-27 08:00:53.550 12156 12168 I .gms.persisten: Compiler allocated 5167KB to compile void mqg.f(android.content.Context) +02-27 08:00:53.556 12449 12472 W .remote.servic: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:00:53.559 12449 12472 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:00:53.559 12449 12472 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:00:53.577 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:00:53.580 12274 12288 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10052; state: ENABLED +02-27 08:00:53.580 12274 12287 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10052; state: ENABLED +02-27 08:00:53.581 12177 12196 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10048; state: ENABLED +02-27 08:00:53.598 12449 12449 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:00:53.607 12449 12449 I AtvRemote.RemoteService: Starting bluetooth server +02-27 08:00:53.633 755 1422 I bt_btif_sock_rfcomm: system/bt/btif/src/btif_sock_rfc.cc:303 btsock_rfc_listen: Adding listening socket service_name: Android TV Remote - channel: -1 +02-27 08:00:53.642 12449 12449 I AtvRemote.BluetoothServer: Starting Bluetooth LE advertising +02-27 08:00:53.642 755 1045 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:00:53.646 755 755 V MediaPlayerList: mPackageChangedBroadcastReceiver: action: android.intent.action.PACKAGE_CHANGED +02-27 08:00:53.646 505 542 D CompanionDeviceManagerService: onPackageModified(packageName = com.google.android.tvrecommendations) +02-27 08:00:53.647 755 755 D MediaPlayerList: Name of package changed: com.google.android.tvrecommendations +02-27 08:00:53.647 755 1045 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=6, is_server=1, mtu=990, uuid=000000, dlci=12, signal_state=0x0b, p_port=0x7a813ee008 +02-27 08:00:53.654 12177 12177 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:00:53.656 12177 12177 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:00:53.657 12449 12449 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:00:53.661 505 553 W Searchables: No global search activity found +02-27 08:00:53.661 12449 12449 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:00:53.664 505 542 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10077; state: DISABLED +02-27 08:00:53.664 505 542 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10077; state: DISABLED +02-27 08:00:53.665 505 542 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10077; state: DISABLED +02-27 08:00:53.665 505 542 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10077; state: DISABLED +02-27 08:00:53.665 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10077; state: DISABLED +02-27 08:00:53.667 505 505 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:00:53.667 505 505 V NotificationListeners: Not registering ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} is already bound +02-27 08:00:53.670 322 322 D Zygote : Forked child process 12475 +02-27 08:00:53.671 505 555 I ActivityManager: Start proc 12475:com.google.android.permissioncontroller/u0a77 for service {com.google.android.permissioncontroller/com.android.permissioncontroller.permission.service.PermissionControllerServiceImpl} +02-27 08:00:53.674 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:00:53.691 12475 12475 I libc : SetHeapTaggingLevel: tag level set to 0 +02-27 08:00:53.702 12475 12475 E ssioncontrolle: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:53.734 12449 12449 I AtvRemote.BluetoothServer: Advertising on LE Settings [mAdvertiseMode=0, mAdvertiseTxPowerLevel=2, mAdvertiseConnectable=true, mAdvertiseTimeoutMillis=0] +02-27 08:00:53.741 12475 12475 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10077; state: DISABLED +02-27 08:00:53.789 12475 12475 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar +02-27 08:00:53.791 12449 12494 I AtvRemote.TcpServer: Listening on 6466 +02-27 08:00:53.792 505 891 I ActivityManager: Background started FGS: Allowed [callingPackage: com.google.android.tv.remote.service; callingUid: 10049; uidState: FGS ; intent: Intent { cmp=com.google.android.tv.remote.service/.DiscoveryService }; code:BACKGROUND_ACTIVITY_PERMISSION; tempAllowListReason:; targetSdkVersion:31; callerTargetSdkVersion:31; startForegroundCount:0; bindFromPackage:null] +02-27 08:00:53.792 505 514 I system_server: Background young concurrent copying GC freed 233072(11MB) AllocSpace objects, 41(3604KB) LOS objects, 53% free, 13MB/28MB, paused 63us,67us total 126.185ms +02-27 08:00:53.792 12177 12222 D EGL_emulation: app_time_stats: avg=12.37ms min=3.09ms max=109.43ms count=54 +02-27 08:00:53.795 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:00:53.805 505 516 E System : Uncaught exception thrown by finalizer +02-27 08:00:53.810 11438 12501 I Icing : Using TV flags by method 2 +02-27 08:00:53.822 505 516 E System : java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Object.equals(java.lang.Object)' on a null object reference +02-27 08:00:53.822 505 516 E System : at com.android.server.tv.UinputBridge.isTokenValid(UinputBridge.java:135) +02-27 08:00:53.822 505 516 E System : at com.android.server.tv.UinputBridge.close(UinputBridge.java:119) +02-27 08:00:53.822 505 516 E System : at com.android.server.tv.UinputBridge.finalize(UinputBridge.java:111) +02-27 08:00:53.822 505 516 E System : at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:291) +02-27 08:00:53.822 505 516 E System : at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:278) +02-27 08:00:53.822 505 516 E System : at java.lang.Daemons$Daemon.run(Daemons.java:139) +02-27 08:00:53.822 505 516 E System : at java.lang.Thread.run(Thread.java:920) +02-27 08:00:53.824 505 712 D NsdService: New client listening to asynchronous messages +02-27 08:00:53.824 505 712 D NsdService: New client, channel: com.android.internal.util.AsyncChannel@81a92c4 messenger: android.os.Messenger@3a065ad +02-27 08:00:53.824 12449 12449 D CompatibilityChangeReporter: Compat change id reported: 191844585; UID 10049; state: ENABLED +02-27 08:00:53.829 505 712 D NsdService: Register service +02-27 08:00:53.829 505 712 D NsdService: registerService: 9 name: sdk_google_atv64_arm64, type: _androidtvremote2._tcp., host: null, port: 6466, txtRecord: bt=BB:BB:BB:00:00:01 +02-27 08:00:53.829 505 712 D NsdService: mdnssd [register, 9, sdk_google_atv64_arm64, _androidtvremote2._tcp., 6466, FGJ0PUJCOkJCOkJCOjAwOjAwOjAx] +02-27 08:00:53.830 12449 12449 I AtvRemote.RemoteService: Starting up pairing server. +02-27 08:00:53.840 505 516 E System : Uncaught exception thrown by finalizer +02-27 08:00:53.840 505 516 E System : java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Object.equals(java.lang.Object)' on a null object reference +02-27 08:00:53.840 505 516 E System : at com.android.server.tv.UinputBridge.isTokenValid(UinputBridge.java:135) +02-27 08:00:53.840 505 516 E System : at com.android.server.tv.UinputBridge.close(UinputBridge.java:119) +02-27 08:00:53.840 505 516 E System : at com.android.server.tv.UinputBridge.finalize(UinputBridge.java:111) +02-27 08:00:53.840 505 516 E System : at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:291) +02-27 08:00:53.840 505 516 E System : at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:278) +02-27 08:00:53.840 505 516 E System : at java.lang.Daemons$Daemon.run(Daemons.java:139) +02-27 08:00:53.840 505 516 E System : at java.lang.Thread.run(Thread.java:920) +02-27 08:00:53.840 505 516 E System : Uncaught exception thrown by finalizer +02-27 08:00:53.840 505 516 E System : java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Object.equals(java.lang.Object)' on a null object reference +02-27 08:00:53.840 505 516 E System : at com.android.server.tv.UinputBridge.isTokenValid(UinputBridge.java:135) +02-27 08:00:53.840 505 516 E System : at com.android.server.tv.UinputBridge.close(UinputBridge.java:119) +02-27 08:00:53.840 505 516 E System : at com.android.server.tv.UinputBridge.finalize(UinputBridge.java:111) +02-27 08:00:53.840 505 516 E System : at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:291) +02-27 08:00:53.840 505 516 E System : at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:278) +02-27 08:00:53.840 505 516 E System : at java.lang.Daemons$Daemon.run(Daemons.java:139) +02-27 08:00:53.840 505 516 E System : at java.lang.Thread.run(Thread.java:920) +02-27 08:00:53.843 505 712 D NsdService: Register 2 9 +02-27 08:00:53.863 11438 11615 I GmscoreIpa: (REDACTED) Using %s flags by method %d +02-27 08:00:53.865 12475 12475 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.permissioncontroller' set to: 'default' +02-27 08:00:53.865 12475 12475 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:53.867 12475 12475 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:53.867 12475 12475 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:53.870 11438 11613 I Icing : Storage manager: low false usage 1.54MB avail 5.38GB capacity 5.80GB +02-27 08:00:53.891 12475 12475 I CarUiInstaller: CarUiInstaller started for com.google.android.permissioncontroller +02-27 08:00:53.909 12475 12475 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:00:53.913 11438 11613 W native : W0000 00:00:1772154053.913039 11613 model-utils.cc:16] No CRC32, most likely an old model; skip CRC32 check +02-27 08:00:53.914 11438 11613 I native : I0000 00:00:1772154053.914692 11613 permission-checker.cc:81] Creating PermissionChecker based on ACL with config_version 1 having 9 permissions defined. +02-27 08:00:53.916 12475 12493 I PermissionControllerServiceImpl: Updating user sensitive for uid 10052 +02-27 08:00:53.917 11438 11613 W native : W0000 00:00:1772154053.917510 11613 words-map.cc:36] INVALID_ARGUMENT: Empty URI +02-27 08:00:53.917 11438 11613 W native : W0000 00:00:1772154053.917536 11613 words-map.cc:40] WordsMap was not properly initialized +02-27 08:00:53.922 11438 12512 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36 +02-27 08:00:53.924 11438 12514 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=32 +02-27 08:00:53.924 11438 12515 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=ContactsIndexer serviceId=33 +02-27 08:00:53.941 12156 12156 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 } +02-27 08:00:53.941 12156 12156 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 } +02-27 08:00:53.957 11438 11438 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 } +02-27 08:00:53.957 11438 11438 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 } +02-27 08:00:53.970 11438 11613 I Icing : updateResources: need to parse wls{com.google.android.gms} +02-27 08:00:54.014 11438 11613 I Icing : Internal init done: storage state 0 +02-27 08:00:54.016 11438 11613 I Icing : Post-init done +02-27 08:00:54.021 11438 12505 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=30 +02-27 08:00:54.033 11438 12514 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=36 +02-27 08:00:54.043 505 2259 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10028; state: DISABLED +02-27 08:00:54.043 505 2259 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10028; state: DISABLED +02-27 08:00:54.043 505 2259 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10028; state: DISABLED +02-27 08:00:54.043 505 2259 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10028; state: ENABLED +02-27 08:00:54.044 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10028; state: ENABLED +02-27 08:00:54.114 322 322 D Zygote : Forked child process 12525 +02-27 08:00:54.116 505 555 W ActivityManager: Slow operation: 74ms so far, now at startProcess: returned from zygote! +02-27 08:00:54.121 505 555 W ActivityManager: Slow operation: 79ms so far, now at startProcess: done updating battery stats +02-27 08:00:54.121 505 555 W ActivityManager: Slow operation: 79ms so far, now at startProcess: building log message +02-27 08:00:54.121 505 555 I ActivityManager: Start proc 12525:android.process.acore/u0a28 for content provider {com.android.providers.contacts/com.android.providers.contacts.ContactsProvider2} +02-27 08:00:54.121 505 555 W ActivityManager: Slow operation: 79ms so far, now at startProcess: starting to update pids map +02-27 08:00:54.121 505 555 W ActivityManager: Slow operation: 79ms so far, now at startProcess: done updating pids map +02-27 08:00:54.224 12177 12189 I roid.tvlaunche: Background young concurrent copying GC freed 78760(6454KB) AllocSpace objects, 54(2592KB) LOS objects, 81% free, 5471KB/29MB, paused 50us,28us total 115.380ms +02-27 08:00:54.232 12525 12525 E d.process.acor: Not starting debugger since process cannot load the jdwp agent. +02-27 08:00:54.244 12156 12169 I .gms.persisten: Background young concurrent copying GC freed 197510(10MB) AllocSpace objects, 35(1100KB) LOS objects, 75% free, 7880KB/31MB, paused 58us,1.293ms total 135.922ms +02-27 08:00:54.272 12156 12171 W System : A resource failed to call close. +02-27 08:00:54.300 12156 12171 W inertial-anchor: NdkSensorDataProvider is not started before calling Stop(). +02-27 08:00:54.309 505 2673 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10028; state: DISABLED +02-27 08:00:54.347 12525 12525 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10028; state: ENABLED +02-27 08:00:54.376 11438 11613 I Icing : Usage reports ok 2, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:00:54.401 11438 11613 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:00:54.409 11438 11613 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:00:54.414 12525 12525 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.contacts' set to: 'default' +02-27 08:00:54.414 12525 12525 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:00:54.414 12525 12525 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:54.414 11438 11613 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:00:54.414 12525 12525 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:00:54.429 11438 11613 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:00:54.436 12525 12525 I ContactsPerf: VoicemailContentProvider.onCreate start +02-27 08:00:54.437 11438 11613 I Icing : Indexing com.google.android.gms-apps from com.google.android.gms +02-27 08:00:54.441 12525 12525 I ContactsPerf: VoicemailContentProvider.onCreate finish +02-27 08:00:54.445 11438 11613 I Icing : Indexing done com.google.android.gms-apps +02-27 08:00:54.460 505 2673 D CountryDetector: The first listener is added +02-27 08:00:54.460 12525 12525 I ContactsDatabaseHelper: updateUseStrictPhoneNumberComparison: US +02-27 08:00:54.465 505 553 D CompatibilityChangeReporter: Compat change id reported: 168936375; UID 1000; state: ENABLED +02-27 08:00:54.475 505 553 D CompatibilityChangeReporter: Compat change id reported: 73144566; UID 1000; state: ENABLED +02-27 08:00:54.494 12525 12544 I CallLogProvider: Syncing call composer pics -- source user=0, isShadow=true, forAllUser=false +02-27 08:00:54.494 12525 12544 I CallLogProvider: Fetching list of Uris to sync +02-27 08:00:54.497 12525 12548 D ContactsDatabaseHelper: WAL enabled for contacts2.db: true +02-27 08:00:54.533 505 712 D NsdService: Native daemon message SERVICE_REGISTERED: 606 9 "sdk_google_atv64_arm64" +02-27 08:00:54.546 12449 12499 I AtvRemote.DiscoveryService: NDS Service registered: sdk_google_atv64_arm64 +02-27 08:00:54.556 12525 12548 I ContactLocale: AddressBook Labels [[en_US]]: […, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, Α, Β, Γ, Δ, Ε, Ζ, Η, Θ, Ι, Κ, Λ, Μ, Ν, Ξ, Ο, Π, Ρ, Σ, Τ, Υ, Φ, Χ, Ψ, Ω, …, А, Б, В, Г, Д, Ђ, Е, Є, Ж, З, И, І, Й, Ј, К, Л, Љ, М, Н, Њ, О, П, Р, С, Т, Ћ, У, Ф, Х, Ц, Ч, Џ, Ш, Щ, Ю, Я, …, א, ב, ג, ד, ה, ו, ז, ח, ט, י, כ, ל, מ, נ, ס, ע, פ, צ, ק, ר, ש, ת, …, ا, ب, ت, ث, ج, ح, خ, د, ذ, ر, ز, س, ش, ص, ض, ط, ظ, ع, غ, ف, ق, ك, ل, م, ن, ه, و, ي, …, ก, ข, ฃ, ค, ฅ, ฆ, ง, จ, ฉ, ช, ซ, ฌ, ญ, ฎ, ฏ, ฐ, ฑ, ฒ, ณ, ด, ต, ถ, ท, ธ, น, บ, ป, ผ, ฝ, พ, ฟ, ภ, ม, ย, ร, ฤ, ล, ฦ, ว, ศ, ษ, ส, ห, ฬ, อ, ฮ, …, ㄱ, ㄴ, ㄷ, ㄹ, ㅁ, ㅂ, ㅅ, ㅇ, ㅈ, ㅊ, ㅋ, ㅌ, ㅍ, ㅎ, …, あ, か, さ, た, な, は, ま, や, ら, わ, #, …] +02-27 08:00:54.565 12525 12548 D ContactsDatabaseHelper: WAL enabled for profile.db: false +02-27 08:00:54.604 12156 12466 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10057; state: ENABLED +02-27 08:00:54.604 12525 12540 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10028; state: ENABLED +02-27 08:00:54.605 11438 12539 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10057; state: ENABLED +02-27 08:00:54.630 12525 12544 I CallLogProvider: Will sync following Uris:[] +02-27 08:00:54.630 12525 12544 I CallLogProvider: Syncing call composer pics -- got [] +02-27 08:00:54.662 12156 12306 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:00:54.680 12156 12301 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:00:54.807 12177 12222 D EGL_emulation: app_time_stats: avg=10.55ms min=3.03ms max=47.41ms count=58 +02-27 08:00:55.808 12177 12222 D EGL_emulation: app_time_stats: avg=3.56ms min=2.74ms max=4.74ms count=60 +02-27 08:00:56.441 505 553 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #9417} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (340 skipped) +02-27 08:00:56.823 12177 12222 D EGL_emulation: app_time_stats: avg=3.84ms min=2.80ms max=4.63ms count=61 +02-27 08:00:57.824 12177 12222 D EGL_emulation: app_time_stats: avg=3.69ms min=2.84ms max=4.75ms count=60 +02-27 08:00:58.840 12177 12222 D EGL_emulation: app_time_stats: avg=3.45ms min=2.71ms max=4.51ms count=61 +02-27 08:00:59.840 12177 12222 D EGL_emulation: app_time_stats: avg=9.88ms min=2.83ms max=18.01ms count=58 +02-27 08:01:00.582 12449 12471 D PhenotypeContext: Application doesn't implement PhenotypeApplication interface, falling back to globally set context. See go/phenotype-flag#process-stable-init for more info. +02-27 08:01:00.650 12449 12463 V ClearcutMetricXmitter: Transmission is done. +02-27 08:01:00.654 12449 12463 V ClearcutMetricXmitter: Transmission is done. +02-27 08:01:00.858 12177 12222 D EGL_emulation: app_time_stats: avg=6.19ms min=2.61ms max=36.55ms count=61 +02-27 08:01:01.080 505 554 W ActivityManager: Ignoring remove of inactive process: ProcessRecord{3329c79 0:android.process.media/u0a27} +02-27 08:01:01.618 505 2673 W ActivityManager: Service done with onDestroy, but executeNesting=0: ServiceRecord{4930817 u0 com.google.android.gms/.chimera.GmsIntentOperationService} +02-27 08:01:01.874 12177 12222 D EGL_emulation: app_time_stats: avg=3.50ms min=2.85ms max=4.76ms count=61 +02-27 08:01:02.941 12177 12222 D EGL_emulation: app_time_stats: avg=4.95ms min=2.72ms max=104.30ms count=58 +02-27 08:01:03.847 198 11275 I keystore2: keystore2::watchdog: Watchdog thread idle -> terminating. Have a great day. +02-27 08:01:03.916 505 616 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:01:03.920 505 616 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10033; state: DISABLED +02-27 08:01:03.928 12249 12559 D EpgDataCleanupService: Received intent: Intent { act=com.android.providers.tv.intent.CLEAN_UP_EPG_DATA cmp=com.android.providers.tv/.EpgDataCleanupService } +02-27 08:01:03.957 12177 12222 D EGL_emulation: app_time_stats: avg=16.64ms min=8.20ms max=24.15ms count=61 +02-27 08:01:03.966 12156 12465 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:01:03.971 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.972 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.972 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.973 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.974 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.977 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.977 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.978 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.978 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.978 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.978 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.979 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.980 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.980 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.981 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.982 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.982 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.982 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.983 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.984 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.987 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.989 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.989 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.990 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.990 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.991 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.996 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.996 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.997 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.997 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.997 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.997 12156 12303 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:01:03.997 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.998 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.998 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.999 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:03.999 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:04.000 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:04.000 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:04.000 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:04.001 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:04.001 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:04.002 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:04.003 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:04.004 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:04.004 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:04.005 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:04.005 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:04.006 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:04.006 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:04.006 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:04.006 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:04.007 12156 12561 I ExperimentPackageManage: (REDACTED) Package %s name not found! Using module version. +02-27 08:01:04.021 505 594 I RescueParty: Starting to observe: [com.google.android.providers.media.module, android, com.google.android.permissioncontroller, com.google.android.gms, com.google.android.gsf, com.android.providers.userdictionary, com.android.systemui, com.android.bluetooth, com.android.providers.contacts], updated namespace: privacy +02-27 08:01:04.021 505 553 I PackageWatchdog: Syncing state, reason: observing new packages +02-27 08:01:04.021 505 553 D PackageWatchdog: rescue-party-observer added the following packages to monitor [com.google.android.providers.media.module, android, com.google.android.permissioncontroller, com.google.android.gms, com.google.android.gsf, com.android.providers.userdictionary, com.android.systemui, com.android.bluetooth, com.android.providers.contacts] +02-27 08:01:04.021 505 553 I PackageWatchdog: Syncing state, reason: updated observers +02-27 08:01:04.021 505 553 I PackageWatchdog: Not pruning observers, elapsed time: 0ms +02-27 08:01:04.021 505 553 I PackageWatchdog: Saving observer state to file +02-27 08:01:04.022 12416 12430 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10057; state: ENABLED +02-27 08:01:04.024 11123 11135 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10057; state: ENABLED +02-27 08:01:04.031 505 505 I PackageWatchdog: Syncing health check requests for packages: {} +02-27 08:01:04.032 505 505 I ExplicitHealthCheckController: Service not ready to get health check supported packages. Binding... +02-27 08:01:04.040 505 505 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10078; state: DISABLED +02-27 08:01:04.040 505 505 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10078; state: DISABLED +02-27 08:01:04.040 505 505 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10078; state: DISABLED +02-27 08:01:04.040 505 505 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10078; state: ENABLED +02-27 08:01:04.040 505 505 I ExplicitHealthCheckController: Explicit health check service is bound +02-27 08:01:04.040 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10078; state: ENABLED +02-27 08:01:04.042 322 322 D Zygote : Forked child process 12567 +02-27 08:01:04.043 505 555 I ActivityManager: Start proc 12567:com.google.android.ext.services/u0a78 for service {com.google.android.ext.services/android.ext.services.watchdog.ExplicitHealthCheckServiceImpl} +02-27 08:01:04.046 12156 12465 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:01:04.060 12567 12567 E id.ext.service: Not starting debugger since process cannot load the jdwp agent. +02-27 08:01:04.074 12156 12465 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:01:04.077 505 891 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10078; state: DISABLED +02-27 08:01:04.078 505 891 D CompatibilityChangeReporter: Compat change id reported: 181136395; UID 10048; state: DISABLED +02-27 08:01:04.078 505 891 D CompatibilityChangeReporter: Compat change id reported: 174042936; UID 10048; state: DISABLED +02-27 08:01:04.081 12567 12567 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10078; state: DISABLED +02-27 08:01:04.106 12567 12567 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.ext.services' set to: 'default' +02-27 08:01:04.106 12567 12567 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:01:04.107 12567 12567 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:04.107 12567 12567 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:04.111 505 505 I ExplicitHealthCheckController: Explicit health check service is connected ComponentInfo{com.google.android.ext.services/android.ext.services.watchdog.ExplicitHealthCheckServiceImpl} +02-27 08:01:04.111 505 505 I ExplicitHealthCheckController: Service initialized, syncing requests +02-27 08:01:04.111 505 505 I PackageWatchdog: Syncing health check requests for packages: {} +02-27 08:01:04.112 505 505 D ExplicitHealthCheckController: Getting health check supported packages +02-27 08:01:04.114 505 891 I ExplicitHealthCheckController: Explicit health check supported packages [PackageConfig{com.google.android.networkstack, 86400000}] +02-27 08:01:04.114 505 891 D PackageWatchdog: Received supported packages [PackageConfig{com.google.android.networkstack, 86400000}] +02-27 08:01:04.115 505 891 D ExplicitHealthCheckController: Getting health check requested packages +02-27 08:01:04.115 505 891 I ExplicitHealthCheckController: Explicit health check requested packages [] +02-27 08:01:04.115 505 891 I ExplicitHealthCheckController: No more health check requests, unbinding... +02-27 08:01:04.115 505 891 I ExplicitHealthCheckController: Explicit health check service is unbound +02-27 08:01:04.974 12177 12222 D EGL_emulation: app_time_stats: avg=16.66ms min=11.89ms max=21.57ms count=61 +02-27 08:01:05.990 12177 12222 D EGL_emulation: app_time_stats: avg=16.66ms min=15.65ms max=17.98ms count=61 +02-27 08:01:06.652 505 553 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #9487} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (52 skipped) +02-27 08:01:07.007 12177 12222 D EGL_emulation: app_time_stats: avg=16.66ms min=13.67ms max=21.01ms count=61 +02-27 08:01:08.025 12177 12222 D EGL_emulation: app_time_stats: avg=11.56ms min=2.69ms max=42.48ms count=60 +02-27 08:01:08.193 12156 12156 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.clearcut.bootcount.service.START dat=chimera-action:com.google.android.gms.clearcut.bootcount.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:01:08.963 770 797 W System : A resource failed to call release. +02-27 08:01:08.964 770 797 W System : A resource failed to call release. +02-27 08:01:09.029 11438 11438 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 } +02-27 08:01:09.040 12177 12222 D EGL_emulation: app_time_stats: avg=3.22ms min=2.70ms max=4.63ms count=61 +02-27 08:01:09.429 12156 12156 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 } +02-27 08:01:09.689 12156 12156 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 } +02-27 08:01:10.040 12177 12222 D EGL_emulation: app_time_stats: avg=3.30ms min=2.67ms max=4.44ms count=60 +02-27 08:01:10.372 12156 12156 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.gmscompliance.service.START dat=chimera-action:com.google.android.gms.gmscompliance.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:01:11.040 12177 12222 D EGL_emulation: app_time_stats: avg=3.40ms min=2.69ms max=4.33ms count=60 +02-27 08:01:12.060 12177 12222 D EGL_emulation: app_time_stats: avg=4.60ms min=2.88ms max=29.98ms count=58 +02-27 08:01:13.074 12177 12222 D EGL_emulation: app_time_stats: avg=8.13ms min=2.74ms max=212.49ms count=50 +02-27 08:01:13.229 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 08:01:13.229 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 08:01:13.229 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 08:01:13.229 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 08:01:13.229 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 08:01:13.238 322 322 D Zygote : Forked child process 12585 +02-27 08:01:13.238 505 555 I ActivityManager: Start proc 12585:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:01:13.252 12585 12585 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 08:01:13.263 505 1684 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10066; state: DISABLED +02-27 08:01:13.269 12585 12585 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 08:01:13.293 12585 12585 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:01:13.316 12585 12585 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 08:01:13.316 12585 12585 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:01:13.317 12585 12585 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:13.317 12585 12585 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:13.442 12585 12585 I DeviceStatusMonitor: DeviceStatusMonitor.updateCountryInfo():121 updateCountryInfo(), notifyAnyway = true +02-27 08:01:13.451 12585 12585 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = true +02-27 08:01:13.458 12585 12585 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:01:13.458 12585 12585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:13.470 12585 12585 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:01:13.476 12585 12609 E FileCache: FileCache.clearObsoleteFilesInternal():271 Failed to delete all obsolete files under folder: /data/user_de/0/com.google.android.inputmethod.latin/cache/kb_def +02-27 08:01:13.482 12585 12585 I TVLatinApp: TVLatinApp.initialize():527 initialize() +02-27 08:01:13.505 12585 12585 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:01:13.507 12585 12606 I LauncherIconVisibilityInitializerBase: LauncherIconVisibilityInitializerBase.lambda$doUpdate$0():52 doUpdate() : Visible = false +02-27 08:01:13.515 12585 12585 I AndroidIME: TVLatinApp.onUserUnlocked():254 device protected preferences are migrated +02-27 08:01:13.536 12585 12614 I SuperpacksManager: SuperpacksManager.initializeInternal():509 initializeInternal() +02-27 08:01:13.538 12585 12613 I ShortcutsDataManager: ShortcutsDataManager.onContentChanged():73 onContentChanged() +02-27 08:01:13.538 12585 12613 I ContactsDataManager: ContactsDataManager.onContentChanged():159 onContentChanged() +02-27 08:01:13.539 12585 12613 I EmailDataManager: EmailDataManager.onContentChanged():115 onContentChanged() +02-27 08:01:13.550 12585 12585 I PhenotypeModule: PhenotypeModule.onCreate():142 onCreate() +02-27 08:01:13.550 12585 12585 I PhenotypeModule: PhenotypeModule.maybeFetchAndUpdate():169 maybeFetchAndUpdate: forceRefresh=true +02-27 08:01:13.551 12585 12620 W putmethod.lati: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:01:13.551 12585 12620 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:01:13.551 12585 12620 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:01:13.573 12585 12614 I SuperpacksManager: SuperpacksManager.initializeInternal():556 Switched background task scheduler: false +02-27 08:01:13.575 12585 12614 I JobSchedulerImpl: JobSchedulerImpl.schedule():73 Schedule task: superpacks-gc-task. Cancel the pre-existing task. +02-27 08:01:13.580 12585 12614 I JobSchedulerImpl: JobSchedulerImpl.schedule():91 Schedule task: superpacks-gc-task. Success. +02-27 08:01:13.589 12585 12618 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:13.597 12585 12618 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:01:13.600 505 2586 I ActivityTaskManager: START u0 {act=android.intent.action.VIEW dat=https://www.youtube.com/... flg=0x10000000 pkg=com.google.android.youtube.tv cmp=com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.ShellActivity (has extras)} from uid 10048 +02-27 08:01:13.608 12585 12585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:13.609 12585 12585 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:01:13.609 12585 12585 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:01:13.617 505 2586 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=14 attached=false +02-27 08:01:13.622 12585 12585 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:01:13.623 12585 12585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:13.624 505 2586 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10065; state: DISABLED +02-27 08:01:13.624 12585 12585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:13.624 505 2586 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10065; state: DISABLED +02-27 08:01:13.625 505 2586 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10065; state: DISABLED +02-27 08:01:13.668 505 2586 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10065; state: DISABLED +02-27 08:01:13.681 357 479 D AudioFlinger: mixer(0xb400007f0d76aa60) throttle end: throttle time(35) +02-27 08:01:13.684 12585 12585 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:01:13.699 12585 12585 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:01:13.701 12585 12585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:13.704 505 546 D CompatibilityChangeReporter: Compat change id reported: 158002302; UID 10048; state: ENABLED +02-27 08:01:13.707 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10065; state: DISABLED +02-27 08:01:13.707 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10065; state: DISABLED +02-27 08:01:13.707 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10065; state: DISABLED +02-27 08:01:13.707 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10065; state: ENABLED +02-27 08:01:13.707 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10065; state: ENABLED +02-27 08:01:13.709 12585 12585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:13.710 322 322 D Zygote : Forked child process 12628 +02-27 08:01:13.711 505 555 I ActivityManager: Start proc 12628:com.google.android.youtube.tv/u0a65 for pre-top-activity {com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.ShellActivity} +02-27 08:01:13.717 12585 12585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:13.718 12585 12585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:13.718 12585 12585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:13.718 12585 12585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:13.718 12585 12585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:13.720 12585 12585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:13.729 12585 12585 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:01:13.729 12585 12585 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:01:13.729 12585 12585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:13.732 505 554 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10052; state: DISABLED +02-27 08:01:13.738 12585 12585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:13.739 12585 12585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:13.740 12585 12585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:13.740 12585 12585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:13.740 12585 12585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:13.740 12585 12585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:13.741 12585 12585 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:13.743 12628 12628 E roid.youtube.t: Not starting debugger since process cannot load the jdwp agent. +02-27 08:01:13.749 12585 12645 I NetworkInfoNotification: NetworkInfoNotification$Listener.onReceive():93 onNetworkAvailable: networkState = NON_METERED, isAirplaneModeOn = false +02-27 08:01:13.759 12585 12638 I JapaneseMozcExtension: JapaneseMozcExtension.onCreateServiceInternal():78 onCreateServiceInternal() +02-27 08:01:13.762 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fa7cc000 0x1fafb8000] +02-27 08:01:13.765 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fafb8000 0x1fb7a4000] +02-27 08:01:13.770 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fb7a4000 0x1fbf90000] +02-27 08:01:13.786 12585 12585 I DeviceStatusMonitor: DeviceStatusMonitor$1.onReceive():58 onReceive() : Action = android.net.conn.CONNECTIVITY_CHANGE +02-27 08:01:13.791 12628 12628 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10065; state: DISABLED +02-27 08:01:13.795 12585 12585 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = false +02-27 08:01:13.805 12585 12585 I UrgentSignalsProcessor: UrgentSignalsProcessor.flagUpdated():97 Received flagsUpdated for urgent signal +02-27 08:01:13.808 12585 12585 I DictionarySuperpacksManager: DictionarySuperpacksManager$1.onEnabledInputMethodEntriesChanged():60 onEnabledInputMethodEntriesChanged +02-27 08:01:13.810 12585 12585 I MetricsProcessorProviderManager: MetricsProcessorProviderManager.onClearcutAdapterReady():102 onClearcutAdapterReady +02-27 08:01:13.813 505 2243 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:13.813 505 2243 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:13.813 505 2243 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:13.813 505 2243 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:13.814 505 2243 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:13.814 505 2243 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:13.814 505 2243 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:13.814 505 2243 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:13.814 505 2243 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:13.814 505 2243 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:13.814 505 2243 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:13.814 505 2243 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:13.814 505 2243 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:13.814 505 2243 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:13.814 505 2243 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:13.814 505 2243 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:13.814 505 2243 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:13.814 505 2243 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:13.814 505 2243 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:13.814 505 2243 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:13.832 12585 12585 I KeyboardDefManager: KeyboardDefManager$LoadKeyboardDefTask$1.onFailure():184 Task to load keyboard def was canceled. +02-27 08:01:13.832 12585 12585 I KeyboardDefManager: java.util.concurrent.CancellationException: Task was cancelled. +02-27 08:01:13.832 12585 12585 I KeyboardDefManager: at jke.s(PG:3) +02-27 08:01:13.832 12585 12585 I KeyboardDefManager: at jke.get(PG:4) +02-27 08:01:13.832 12585 12585 I KeyboardDefManager: at job.k(PG:1) +02-27 08:01:13.832 12585 12585 I KeyboardDefManager: at job.E(PG:2) +02-27 08:01:13.832 12585 12585 I KeyboardDefManager: at jma.run(PG:4) +02-27 08:01:13.832 12585 12585 I KeyboardDefManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:01:13.832 12585 12585 I KeyboardDefManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:01:13.832 12585 12585 I KeyboardDefManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:01:13.832 12585 12585 I KeyboardDefManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:01:13.832 12585 12585 I KeyboardDefManager: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:01:13.832 12585 12585 I KeyboardDefManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:01:13.832 12585 12585 I KeyboardDefManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:01:13.832 12585 12585 I KeyboardDefManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:01:13.833 12585 12585 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. +02-27 08:01:13.834 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:01:13.844 12628 12628 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/YouTubeLeanback/lib/arm64:/product/app/YouTubeLeanback/YouTubeLeanback.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:01:13.856 12628 12628 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.youtube.tv' set to: 'default' +02-27 08:01:13.856 12628 12628 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:01:13.857 12628 12628 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:13.857 12628 12628 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:13.872 12585 12585 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:01:13.872 12585 12585 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 7 +02-27 08:01:13.879 12177 12177 W View : requestLayout() improperly called by android.widget.FrameLayout{462f93b V.E...... ......ID 0,0-1920,1080 #7f0b0068 app:id/background_image_container} during layout: running second layout pass +02-27 08:01:13.879 12177 12177 W View : requestLayout() improperly called by android.widget.FrameLayout{569294b V.E...... ......I. 640,0-1920,720 #7f0b0224 app:id/old_image} during layout: running second layout pass +02-27 08:01:13.879 12177 12177 W View : requestLayout() improperly called by android.widget.FrameLayout{90fca1a I.E...... ......ID 640,0-1920,720 #7f0b00bf app:id/current_image} during layout: running second layout pass +02-27 08:01:13.925 770 770 D TvPipController: onTaskStackChanged() +02-27 08:01:13.926 12628 12628 D JavaScriptCore.Version: 250230.2.1 +02-27 08:01:13.930 505 1684 D ConnectivityService: requestNetwork for uid/pid:10065/12628 activeRequest: null callbackRequest: 177 [NetworkRequest [ REQUEST id=178, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ]] callback flags: 0 priority: 2147483647 +02-27 08:01:13.930 505 709 D ConnectivityService: NetReassign [178 : null → 100] +02-27 08:01:13.936 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=178, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] +02-27 08:01:13.938 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=178, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] +02-27 08:01:13.938 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=178, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] +02-27 08:01:13.965 12628 12682 W DynamiteModule: Local module descriptor class for com.google.android.gms.providerinstaller.dynamite not found. +02-27 08:01:13.965 12449 12463 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. +02-27 08:01:14.013 505 1698 D ConnectivityService: requestNetwork for uid/pid:10065/12628 activeRequest: null callbackRequest: 179 [NetworkRequest [ REQUEST id=180, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ]] callback flags: 0 priority: 2147483647 +02-27 08:01:14.013 505 709 D ConnectivityService: NetReassign [180 : null → 100] +02-27 08:01:14.013 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=180, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] +02-27 08:01:14.013 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=180, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] +02-27 08:01:14.013 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=180, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] +02-27 08:01:14.015 12449 12463 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:01:14.015 12449 12463 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 7 +02-27 08:01:14.015 12449 12463 V DynamiteModule: Dynamite loader version >= 2, using loadModule2NoCrashUtils +02-27 08:01:14.016 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:01:14.049 12585 12696 I PhenotypeModule: PhenotypeModule.handlePhenotypeConfigurationUpdatesInternal():365 Latency of updating configurations from phenotype (experiment v4): 4 +02-27 08:01:14.049 12585 12696 I PhenotypeModule: PhenotypeModule.handlePhenotypeConfigurationUpdates():264 Latency of updating configurations from phenotype (ExperimentV4): 4 +02-27 08:01:14.060 12156 12184 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:01:14.060 505 891 I ActivityTaskManager: START u0 {act=android.intent.action.VIEW dat=https://www.youtube.com/... flg=0x5000000 pkg=com.google.android.youtube.tv cmp=com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.MainActivity bnds=[844,301][1232,519] (has extras)} from uid 10065 +02-27 08:01:14.062 12475 12562 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10077; state: DISABLED +02-27 08:01:14.077 12628 12682 W ProviderInstaller: Failed to load providerinstaller module: No acceptable module found. Local version is 0 and remote version is 0. +02-27 08:01:14.093 12628 12692 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10065; state: DISABLED +02-27 08:01:14.105 505 891 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=15 attached=false +02-27 08:01:14.135 12585 12697 I PhenotypeModule: PhenotypeModule.lambda$fetchAndUpdate$1():221 fetchAndUpdate() : Success, hasFlags=true, flagCount=6, lastFetchStatus=February 27, 8:01 AM {reason=1, isFullFetch=true, success=true, isEmpty=false, isDelta=false, fetchedFlagsCount=6, deletedFlagsCount=361, updatedFlagsCount=0, totalTime=500} +02-27 08:01:14.139 12177 12222 D EGL_emulation: app_time_stats: avg=14.56ms min=2.78ms max=321.22ms count=41 +02-27 08:01:14.142 12628 12698 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:01:14.145 505 891 W ActivityTaskManager: Tried to set launchTime (0) < mLastActivityLaunchTime (950591) +02-27 08:01:14.146 505 891 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:14.146 505 891 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:14.146 505 891 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:14.146 505 891 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:14.146 505 891 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:14.146 505 891 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:14.146 505 891 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:14.146 505 891 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:14.146 505 891 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:14.146 505 891 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:14.146 505 891 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:14.146 505 891 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:14.146 505 891 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:14.146 505 891 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:14.146 505 891 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:14.146 505 891 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:14.146 505 891 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:14.146 505 891 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:14.146 505 891 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:14.146 505 891 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:14.146 12628 12698 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:01:14.150 12628 12698 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:01:14.175 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fafb8000 0x1fb7a4000] +02-27 08:01:14.180 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fb7a4000 0x1fbf90000] +02-27 08:01:14.184 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f8000000 0x1f87ec000] +02-27 08:01:14.196 505 2586 W InputManager-JNI: Input channel object '34ce294 Splash Screen com.google.android.youtube.tv (client)' was disposed without first being removed with the input manager! +02-27 08:01:14.204 12585 12585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():2045 +02-27 08:01:14.207 12585 12585 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:01:14.210 12585 12585 I ShortcutsDataManager: AbstractContentDataManager.startImportContentTask():235 startImportContentTask() +02-27 08:01:14.212 12585 12585 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1145 update screenHeightWithoutNaviBar to: 1080 +02-27 08:01:14.213 12585 12585 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1152 update max height when insets changes +02-27 08:01:14.226 12585 12617 I ShortcutsDataManager: AbstractContentDataManager$ImportContentTask.doInBackground():249 doInBackground() +02-27 08:01:14.227 12585 12617 I PersonalDictionaryDataHandler: PersonalDictionaryDataHandler.beginProcess():111 LanguageTags = [en-US] +02-27 08:01:14.242 12585 12617 I ShortcutsDataManager: AbstractContentDataManager.importRecords():339 importRecords() : Success : Count = 0 +02-27 08:01:14.244 12628 12628 I starboard_media: MediaSession new +02-27 08:01:14.244 12628 12628 W MediaSessionCompat: Couldn't find a unique registered media button receiver in the given context. +02-27 08:01:14.245 12585 12617 I ShortcutsDataManager: AbstractContentDataManager.importContentData():289 importContentData() : Ending import process +02-27 08:01:14.247 770 770 D TvPipController: onTaskStackChanged() +02-27 08:01:14.254 505 1684 D MediaSessionService: Media button session is changed to com.google.android.youtube.tv/starboard_media (userId=0) +02-27 08:01:14.256 12628 12682 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:01:14.335 12274 12274 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:01:14.336 755 755 I MediaPlayerList: onMediaKeyEventSessionChanged: token=com.google.android.youtube.tv +02-27 08:01:14.338 12274 12274 D NowPlayingManager: onClientChanged() called +02-27 08:01:14.342 12274 12274 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:01:14.343 12274 12274 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:01:14.343 12274 12274 D NowPlayingManager: onClientChanged() called +02-27 08:01:14.343 12274 12274 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:01:14.376 755 755 D MediaPlayerList: setActivePlayer(): setting player to com.google.android.youtube.tv +02-27 08:01:14.379 755 755 D MediaPlayerList: sendMediaUpdate +02-27 08:01:14.379 755 755 I MediaPlayerList: sendMediaUpdate: Creating a one item queue for a player with no queue +02-27 08:01:14.379 755 755 D MediaPlayerList: sendMediaUpdate state=null +02-27 08:01:14.381 755 755 D AvrcpNativeInterface: sendMediaUpdate: metadata=true playStatus=false queue=true +02-27 08:01:14.386 755 755 D AvrcpTargetJni: sendMediaUpdateNative +02-27 08:01:14.402 755 755 I bt_stack: [INFO:avrcp_service.cc(402)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=1 : play_state=0 : queue=1 +02-27 08:01:14.404 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:01:14.404 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:01:14.404 755 755 W AudioMediaPlayerWrapper: The session was destroyed com.google.android.youtube.tv +02-27 08:01:14.404 755 755 D MediaPlayerList: sessionUpdatedCallback(): packageName: com.google.android.youtube.tv +02-27 08:01:14.405 755 755 D MediaPlayerList: sendMediaUpdate +02-27 08:01:14.405 755 755 D MediaPlayerList: sendMediaUpdate state=null +02-27 08:01:14.405 755 755 D AvrcpNativeInterface: sendMediaUpdate: metadata=true playStatus=false queue=true +02-27 08:01:14.405 755 755 D AvrcpTargetJni: sendMediaUpdateNative +02-27 08:01:14.405 755 755 I bt_stack: [INFO:avrcp_service.cc(402)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=1 : play_state=0 : queue=1 +02-27 08:01:14.405 755 755 D MediaPlayerList: Removing media player com.google.android.youtube.tv +02-27 08:01:14.405 755 755 D MediaPlayerList: com.google.android.youtube.tv doesn't have a browse service. Recycle player ID. +02-27 08:01:14.410 12585 12617 I PersonalLanguageModelUpdater: PersonalLanguageModelUpdater$UpdateOperation.performInternal():164 run() : Added 0 words and 0 shortcuts +02-27 08:01:14.411 12585 12617 I DynamicLanguageModelOperation: DynamicLanguageModelOperation.perform():38 perform() : 4 : bxx : Completed +02-27 08:01:14.431 12585 12585 I ShortcutsDataManager: AbstractContentDataManager$ImportContentTask.onPostExecute():260 onPostExecute() : Result = [2,0] +02-27 08:01:14.432 12585 12585 I ShortcutsDataManager: ShortcutsDataManager.onImportFinished():83 onImportFinished() : Result = 2 : Count = 0 +02-27 08:01:14.537 12628 12682 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:01:14.557 182 182 I lowmemorykiller: Kill 'com.google.android.permissioncontroller' (12475), uid 10077, oom_score_adj 905 to free 52644kB rss, 0kB swap; reason: min watermark is breached and thrashing (101%) +02-27 08:01:14.563 182 182 I lowmemorykiller: Kill 'com.google.process.gapps' (12416), uid 10057, oom_score_adj 700 to free 52900kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:01:14.564 505 2673 I ActivityManager: Process com.google.android.permissioncontroller (pid 12475) has died: cch+5 CEM +02-27 08:01:14.564 322 322 I Zygote : Process 12475 exited due to signal 9 (Killed) +02-27 08:01:14.572 505 556 I libprocessgroup: Successfully killed process cgroup uid 10077 pid 12475 in 0ms +02-27 08:01:14.598 357 477 W AudioFlinger: createTrack_l(): mismatch between requested flags (00000008) and output flags (00000002) +02-27 08:01:14.599 357 477 D AudioFlinger: Client defaulted notificationFrames to 4096 for frameCount 8192 +02-27 08:01:14.609 12585 12585 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 5 +02-27 08:01:14.610 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 12416 in 0ms +02-27 08:01:14.610 505 2673 I ActivityManager: Process com.google.process.gapps (pid 12416) has died: prev LAST +02-27 08:01:14.611 322 322 I Zygote : Process 12416 exited due to signal 9 (Killed) +02-27 08:01:14.612 182 182 I lowmemorykiller: Kill 'com.google.android.tvlauncher' (12177), uid 10048, oom_score_adj 200 to free 117808kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:01:14.614 12585 12585 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 5 +02-27 08:01:14.616 357 477 D AF::TrackHandle: OpPlayAudio: track:61 usage:1 not muted +02-27 08:01:14.632 505 890 I ActivityManager: Process com.google.android.tvlauncher (pid 12177) has died: prcp TOP +02-27 08:01:14.637 12628 12715 I starboard_media: AudioTrack created with buffer size 65536 (preferred: 65536). The minimum buffer size is 17056. +02-27 08:01:14.637 12628 12715 I starboard_media: Audio routing disabled. +02-27 08:01:14.638 505 594 I WindowManager: WIN DEATH: Window{d8f5a84 u0 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:01:14.639 322 322 I Zygote : Process 12177 exited due to signal 9 (Killed) +02-27 08:01:14.641 505 594 W InputManager-JNI: Input channel object 'd8f5a84 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:01:14.642 505 830 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/12177, android.os.BinderProxy@fcc7a05) +02-27 08:01:14.642 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=171, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:01:14.643 505 1212 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/12177, android.os.BinderProxy@9a5f06f) +02-27 08:01:14.645 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=173, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:01:14.650 505 890 W ActivityTaskManager: Force removing ActivityRecord{e2098c1 u0 com.google.android.tvlauncher/.MainActivity t4}: app died, no saved state +02-27 08:01:14.652 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 08:01:14.656 12628 12719 D AudioTrack: getTimestamp_l(21): device stall time corrected using current time 951433067953 +02-27 08:01:14.656 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 12177 in 0ms +02-27 08:01:14.664 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 12177 +02-27 08:01:14.664 505 546 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=1 attached=false +02-27 08:01:14.677 12628 12682 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:01:14.677 357 479 D AudioFlinger: mixer(0xb400007f0d76aa60) throttle end: throttle time(38) +02-27 08:01:14.693 12628 12714 I starboard: Prepare to resume +02-27 08:01:14.693 505 546 D CompatibilityChangeReporter: Compat change id reported: 158002302; UID 10065; state: ENABLED +02-27 08:01:14.701 12628 12628 I starboard_media: Media focus: none +02-27 08:01:14.732 12585 12585 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3466 +02-27 08:01:14.732 12585 12585 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():2045 +02-27 08:01:14.733 12585 12585 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:01:14.741 505 546 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=14 attached=false +02-27 08:01:14.750 505 542 I ActivityTaskManager: Displayed com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.MainActivity: +1s105ms +02-27 08:01:14.750 12628 12714 D HostConnection: createUnique: call +02-27 08:01:14.752 12628 12714 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b097750, tid 12714 +02-27 08:01:14.755 12628 12714 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:01:14.761 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 08:01:14.763 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 08:01:14.763 12628 12714 I Gralloc4: mapper 4.x is not supported +02-27 08:01:14.766 12628 12714 D HostConnection: createUnique: call +02-27 08:01:14.767 12628 12714 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b098ad0, tid 12714 +02-27 08:01:14.767 12628 12714 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 08:01:14.767 12628 12714 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 08:01:14.772 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 08:01:14.773 12628 12714 W Gralloc4: allocator 4.x is not supported +02-27 08:01:14.775 337 399 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:01:14.778 12628 12714 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:01:14.779 12628 12714 D EGL_emulation: eglCreateContext: 0xb400007b8b098650: maj 3 min 0 rcv 3 +02-27 08:01:14.780 12628 12714 D EGL_emulation: eglMakeCurrent: 0xb400007b8b098650: ver 3 0 (tinfo 0x7da2400100) (first time) +02-27 08:01:14.791 12628 12730 D HostConnection: createUnique: call +02-27 08:01:14.791 12628 12730 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09b590, tid 12730 +02-27 08:01:14.793 12628 12730 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:01:14.793 12628 12730 D EGL_emulation: eglMakeCurrent: 0xb400007b8b098650: ver 3 0 (tinfo 0x7da2400080) (first time) +02-27 08:01:14.895 12628 12735 I starboard: Not all Zlib optimizations enabled: neon is 1, crc32 is 0, pmull is 1. +02-27 08:01:14.994 505 890 W InputManager-JNI: Input channel object '88e59f0 Splash Screen com.google.android.youtube.tv (client)' was disposed without first being removed with the input manager! +02-27 08:01:15.000 337 399 D goldfish-address-space: claimShared: Ask to claim region [0x1f97f4000 0x1f9fe0000] +02-27 08:01:15.106 337 399 D goldfish-address-space: claimShared: Ask to claim region [0x1f9fe0000 0x1fa7cc000] +02-27 08:01:15.630 337 399 D goldfish-address-space: claimShared: Ask to claim region [0x1fa7cc000 0x1fafb8000] +02-27 08:01:15.673 357 479 D AudioFlinger: mixer(0xb400007f0d76aa60) throttle end: throttle time(33) +02-27 08:01:15.900 12628 12640 W roid.youtube.t: Suspending all threads took: 7.232ms +02-27 08:01:15.953 12628 12640 I roid.youtube.t: Background young concurrent copying GC freed 33383(2662KB) AllocSpace objects, 2(40KB) LOS objects, 87% free, 3435KB/27MB, paused 55us,19.262ms total 189.336ms +02-27 08:01:16.023 357 596 W AudioFlinger: createTrack_l(): mismatch between requested flags (00000008) and output flags (00000002) +02-27 08:01:16.027 357 596 D AudioFlinger: Client defaulted notificationFrames to 2048 for frameCount 4096 +02-27 08:01:16.035 357 596 D AF::TrackHandle: OpPlayAudio: track:62 usage:1 not muted +02-27 08:01:16.045 12628 12715 I starboard_media: AudioTrack created with buffer size 32768 (preferred: 32768). The minimum buffer size is 7872. +02-27 08:01:16.045 12628 12715 I starboard_media: Audio routing disabled. +02-27 08:01:16.057 12628 12755 D AudioTrack: getTimestamp_l(22): device stall time corrected using current time 952834114995 +02-27 08:01:16.106 12628 12730 D EGL_emulation: app_time_stats: avg=39.93ms min=4.12ms max=104.29ms count=27 +02-27 08:01:16.258 357 479 D AudioFlinger: mixer(0xb400007f0d76aa60) throttle end: throttle time(16) +02-27 08:01:16.441 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.441 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.464 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:01:16.470 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.470 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.470 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.470 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 640, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.470 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.470 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.470 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 99999, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.470 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.471 12628 12741 V starboard_media: Rejecting c2.goldfish.vp9.decoder, reason: supported widths [96, 3840] does not contain 99999 +02-27 08:01:16.471 12628 12741 V starboard_media: Rejecting c2.android.vp9.decoder, reason: supported widths [2, 2048] does not contain 99999 +02-27 08:01:16.471 12628 12741 V starboard_media: Rejecting OMX.google.vp9.decoder, reason: codec is black listed +02-27 08:01:16.471 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.471 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.471 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.471 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 360, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.471 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.471 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.471 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 99999, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.471 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.471 12628 12741 V starboard_media: Rejecting c2.goldfish.vp9.decoder, reason: supported heights [96, 2160] does not contain 99999 +02-27 08:01:16.471 12628 12741 V starboard_media: Rejecting c2.android.vp9.decoder, reason: supported heights [2, 2048] does not contain 99999 +02-27 08:01:16.471 12628 12741 V starboard_media: Rejecting OMX.google.vp9.decoder, reason: codec is black listed +02-27 08:01:16.472 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.472 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.472 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.472 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.472 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.472 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.472 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 9999, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.472 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.472 12628 12741 V starboard_media: Rejecting c2.goldfish.vp9.decoder, reason: supported frame rates [1, 480] does not contain 9999 +02-27 08:01:16.472 12628 12741 V starboard_media: Rejecting c2.android.vp9.decoder, reason: supported frame rates [0, 960] does not contain 9999 +02-27 08:01:16.472 12628 12741 V starboard_media: Rejecting OMX.google.vp9.decoder, reason: codec is black listed +02-27 08:01:16.472 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 3840, frameHeight: 2160, bitrate: 2000000, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.472 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.472 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.472 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 3840, frameHeight: 2160, bitrate: 20000000, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.472 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.472 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.472 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.472 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.472 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.472 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 300000, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.472 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.472 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.472 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 2000000000, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.472 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.472 12628 12741 V starboard_media: Rejecting c2.goldfish.vp9.decoder, reason: bitrate range [1, 60000000] does not contain 2000000000 +02-27 08:01:16.472 12628 12741 V starboard_media: Rejecting c2.android.vp9.decoder, reason: bitrate range [1, 40000000] does not contain 2000000000 +02-27 08:01:16.472 12628 12741 V starboard_media: Rejecting OMX.google.vp9.decoder, reason: codec is black listed +02-27 08:01:16.472 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.472 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.472 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.472 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.472 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.472 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.473 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.473 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.473 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.473 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.473 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.473 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.473 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.473 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.473 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.473 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.473 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.473 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.473 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/av01, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.473 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.473 12628 12741 V starboard_media: Found suitable decoder, c2.android.av1.decoder +02-27 08:01:16.473 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.473 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.473 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.473 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.473 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.473 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.473 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.473 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.473 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.473 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.473 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.473 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.473 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: true, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: true +02-27 08:01:16.473 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.473 12628 12741 V starboard_media: Rejecting c2.goldfish.vp9.decoder, reason: want secure decoder and !FEATURE_SecurePlayback +02-27 08:01:16.473 12628 12741 V starboard_media: Rejecting c2.android.vp9.decoder, reason: want secure decoder and !FEATURE_SecurePlayback +02-27 08:01:16.473 12628 12741 V starboard_media: Rejecting OMX.google.vp9.decoder, reason: codec is black listed +02-27 08:01:16.480 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: true, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.480 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.480 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.481 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 640, frameHeight: 360, bitrate: 280000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.481 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.481 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.488 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 640, frameHeight: 360, bitrate: 280000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.488 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.488 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.525 12628 12628 I starboard_media: Media focus: playing +02-27 08:01:16.542 505 890 I MediaFocusControl: requestAudioFocus() from uid/pid 10065/12628 AA=USAGE_UNKNOWN/CONTENT_TYPE_MOVIE clientId=android.media.AudioManager@82796a0dev.cobalt.media.CobaltMediaSession@8801259 callingPack=com.google.android.youtube.tv req=1 flags=0x0 sdk=30 +02-27 08:01:16.545 505 890 I AudioService.FadeOutManager: unfadeOutUid() uid:10065 +02-27 08:01:16.546 12628 12628 I starboard_media: MediaSession new +02-27 08:01:16.550 12628 12628 W MediaSessionCompat: Couldn't find a unique registered media button receiver in the given context. +02-27 08:01:16.555 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:01:16.557 12274 12274 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:01:16.559 12274 12274 D NowPlayingManager: onClientChanged() called +02-27 08:01:16.563 12274 12274 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:01:16.572 12628 12628 I starboard_media: MediaSession state: PLAYING, position: 0 ms, speed: 0.000000 x, duration: 0 ms +02-27 08:01:16.572 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 1 +02-27 08:01:16.573 755 755 D MediaPlayerList: onActiveSessionsChanged: controller: com.google.android.youtube.tv +02-27 08:01:16.573 505 3536 D MediaSessionService: Media button session is changed to com.google.android.youtube.tv/starboard_media (userId=0) +02-27 08:01:16.573 12274 12274 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[android.media.session.MediaController@c3498b2]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:01:16.580 12274 12274 D NowPlayingListener: MediaController {packageName = com.google.android.youtube.tv, state = 3} +02-27 08:01:16.584 755 755 I MediaPlayerList: Adding wrapped media player: com.google.android.youtube.tv at key: 1 +02-27 08:01:16.587 755 755 I MediaPlayerList: onMediaKeyEventSessionChanged: token=com.google.android.youtube.tv +02-27 08:01:16.591 12274 12274 D NowPlayingListener: updateNowPlayingNotification with controller: NowPlayingMediaController {packageName = com.google.android.youtube.tv, state = 3, metadata = null, null, null} +02-27 08:01:16.591 12274 12274 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@455733e +02-27 08:01:16.594 755 755 D MediaPlayerList: setActivePlayer(): setting player to com.google.android.youtube.tv +02-27 08:01:16.595 755 755 D MediaPlayerList: sendMediaUpdate +02-27 08:01:16.595 755 755 I MediaPlayerList: sendMediaUpdate: Creating a one item queue for a player with no queue +02-27 08:01:16.595 755 755 D MediaPlayerList: sendMediaUpdate state=PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=953371, actions=379, custom actions=[], active item id=-1, error=null} +02-27 08:01:16.596 755 755 D AvrcpNativeInterface: sendMediaUpdate: metadata=true playStatus=true queue=true +02-27 08:01:16.601 755 755 D AvrcpTargetJni: sendMediaUpdateNative +02-27 08:01:16.608 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: true, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.608 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.608 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.609 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: true, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.609 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.609 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.609 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: true, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.609 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.609 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.609 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/av01, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: true, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.609 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.609 12628 12741 V starboard_media: Found suitable decoder, c2.android.av1.decoder +02-27 08:01:16.609 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/av01, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: true, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.609 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.609 12628 12741 V starboard_media: Found suitable decoder, c2.android.av1.decoder +02-27 08:01:16.610 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/av01, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: true, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.610 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.610 12628 12741 V starboard_media: Found suitable decoder, c2.android.av1.decoder +02-27 08:01:16.610 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 3840, frameHeight: 2160, bitrate: 20000000, fps: 60, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.610 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.610 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.610 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 1920, frameHeight: 1080, bitrate: 7500000, fps: 60, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.610 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.610 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:01:16.610 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/av01, secure: false, frameWidth: 1080, frameHeight: 608, bitrate: 200000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.610 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.610 12628 12741 V starboard_media: Found suitable decoder, c2.android.av1.decoder +02-27 08:01:16.610 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/av01, secure: false, frameWidth: 7680, frameHeight: 4320, bitrate: 30000000, fps: 60, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.610 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.610 12628 12741 V starboard_media: Rejecting c2.android.av1.decoder, reason: width 7680 is not compatible with height 4320 +02-27 08:01:16.610 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/av01, secure: false, frameWidth: 3840, frameHeight: 2160, bitrate: 15000000, fps: 60, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.610 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.611 12628 12741 V starboard_media: Rejecting c2.android.av1.decoder, reason: supported widths [2, 2048] does not contain 3840 +02-27 08:01:16.611 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/av01, secure: false, frameWidth: 2560, frameHeight: 1440, bitrate: 7500000, fps: 60, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.611 755 755 I bt_stack: [INFO:avrcp_service.cc(402)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=1 : play_state=1 : queue=1 +02-27 08:01:16.611 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.611 12628 12741 V starboard_media: Rejecting c2.android.av1.decoder, reason: supported widths [2, 2048] does not contain 2560 +02-27 08:01:16.611 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/av01, secure: false, frameWidth: 1920, frameHeight: 1080, bitrate: 2000000, fps: 60, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.611 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.611 12628 12741 V starboard_media: Found suitable decoder, c2.android.av1.decoder +02-27 08:01:16.611 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 3840, frameHeight: 2160, bitrate: 8000000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.611 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.611 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.611 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 1920, frameHeight: 1080, bitrate: 4000000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.611 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.611 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:01:16.611 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 1920, frameHeight: 1080, bitrate: 3316000, fps: 60, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.611 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.611 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.611 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 1920, frameHeight: 1080, bitrate: 5331000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.611 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.611 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.611 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 1920, frameHeight: 1080, bitrate: 6503313, fps: 60, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.612 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.612 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:01:16.612 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 1 +02-27 08:01:16.612 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 1280, frameHeight: 720, bitrate: 5805000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.612 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.612 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:01:16.612 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 1920, frameHeight: 1080, bitrate: 8500000, fps: 60, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:16.612 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:16.612 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:16.612 755 755 D MediaPlayerList: onActiveSessionsChanged: controller: com.google.android.youtube.tv +02-27 08:01:16.612 755 755 D MediaPlayerList: Already have a controller for the player: com.google.android.youtube.tv, updating instead +02-27 08:01:16.616 755 755 D MediaPlayerList: sendMediaUpdate +02-27 08:01:16.616 755 755 I MediaPlayerList: sendMediaUpdate: Creating a one item queue for a player with no queue +02-27 08:01:16.616 755 755 D MediaPlayerList: sendMediaUpdate state=PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=953393, actions=379, custom actions=[], active item id=-1, error=null} +02-27 08:01:16.616 755 755 D AvrcpNativeInterface: sendMediaUpdate: metadata=false playStatus=false queue=false +02-27 08:01:16.616 755 755 D AvrcpTargetJni: sendMediaUpdateNative +02-27 08:01:16.616 755 755 I bt_stack: [INFO:avrcp_service.cc(402)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=0 : play_state=0 : queue=0 +02-27 08:01:16.616 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 1 +02-27 08:01:16.616 755 755 D MediaPlayerList: onActiveSessionsChanged: controller: com.google.android.youtube.tv +02-27 08:01:16.616 755 755 D MediaPlayerList: Already have a controller for the player: com.google.android.youtube.tv, updating instead +02-27 08:01:16.620 755 755 D MediaPlayerList: sendMediaUpdate +02-27 08:01:16.620 755 755 I MediaPlayerList: sendMediaUpdate: Creating a one item queue for a player with no queue +02-27 08:01:16.620 755 755 D MediaPlayerList: sendMediaUpdate state=PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=953397, actions=379, custom actions=[], active item id=-1, error=null} +02-27 08:01:16.620 755 755 D AvrcpNativeInterface: sendMediaUpdate: metadata=false playStatus=false queue=false +02-27 08:01:16.620 755 755 D AvrcpTargetJni: sendMediaUpdateNative +02-27 08:01:16.620 755 755 I bt_stack: [INFO:avrcp_service.cc(402)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=0 : play_state=0 : queue=0 +02-27 08:01:16.650 12274 12274 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@c101475, title=Unknown, artist=Unknown] +02-27 08:01:16.650 12274 12274 D NowPlayingListener: updatePlayback() called with: state = [PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=953367, actions=379, custom actions=[], active item id=-1, error=null}] and now playing listener: dqv@455733e +02-27 08:01:16.650 12274 12274 D NowPlayingManager: onClientPlaybackStateUpdate() called with: state = [3], stateChangeTimeMs = [953367], currentPosMs = [0] +02-27 08:01:16.653 12274 12274 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:01:16.653 12274 12274 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@455733e +02-27 08:01:16.656 12274 12274 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@928c0a, title=Unknown, artist=Unknown] +02-27 08:01:16.669 12274 12274 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:01:16.670 12274 12274 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[android.media.session.MediaController@7d55ed6]], lastActiveMediaController = NowPlayingMediaController {packageName = com.google.android.youtube.tv, state = 3, metadata = null, null, null}, lastUpdatedAppPackageName = null +02-27 08:01:16.671 12274 12274 D NowPlayingListener: MediaController {packageName = com.google.android.youtube.tv, state = 3} +02-27 08:01:16.674 12274 12274 D NowPlayingListener: updateNowPlayingNotification with controller: NowPlayingMediaController {packageName = com.google.android.youtube.tv, state = 3, metadata = null, null, null} +02-27 08:01:16.674 12274 12274 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@455733e +02-27 08:01:16.678 12274 12274 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@842c557, title=Unknown, artist=Unknown] +02-27 08:01:16.689 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:01:16.689 12274 12274 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:01:16.689 12274 12274 D NowPlayingListener: updatePlayback() called with: state = [PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=953450, actions=379, custom actions=[], active item id=-1, error=null}] and now playing listener: dqv@455733e +02-27 08:01:16.690 12274 12274 D NowPlayingManager: onClientPlaybackStateUpdate() called with: state = [3], stateChangeTimeMs = [953450], currentPosMs = [0] +02-27 08:01:16.690 12274 12274 D NowPlayingManager: onClientPlaybackStateUpdate: Skipped update, state: 3 was unchanged +02-27 08:01:16.690 12274 12274 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@455733e +02-27 08:01:16.691 12274 12274 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@4d8b844, title=Unknown, artist=Unknown] +02-27 08:01:16.693 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:01:16.695 12274 12274 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:01:16.695 12274 12274 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[android.media.session.MediaController@1035d2d]], lastActiveMediaController = NowPlayingMediaController {packageName = com.google.android.youtube.tv, state = 3, metadata = null, null, null}, lastUpdatedAppPackageName = null +02-27 08:01:16.695 770 770 D TvNotificationHandler: Notification added +02-27 08:01:16.695 12274 12274 D NowPlayingListener: MediaController {packageName = com.google.android.youtube.tv, state = 3} +02-27 08:01:16.696 770 770 D TvNotificationHandler: Notification added +02-27 08:01:16.696 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:01:16.697 770 770 D TvNotificationHandler: Notification added +02-27 08:01:16.697 12274 12274 D NowPlayingListener: updateNowPlayingNotification with controller: NowPlayingMediaController {packageName = com.google.android.youtube.tv, state = 3, metadata = null, null, null} +02-27 08:01:16.697 12274 12274 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@455733e +02-27 08:01:16.699 12274 12274 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@2a09262, title=Unknown, artist=Unknown] +02-27 08:01:16.700 12274 12274 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:01:16.700 12274 12274 D NowPlayingListener: updatePlayback() called with: state = [PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=953473, actions=379, custom actions=[], active item id=-1, error=null}] and now playing listener: dqv@455733e +02-27 08:01:16.700 12274 12274 D NowPlayingManager: onClientPlaybackStateUpdate() called with: state = [3], stateChangeTimeMs = [953473], currentPosMs = [0] +02-27 08:01:16.700 12274 12274 D NowPlayingManager: onClientPlaybackStateUpdate: Skipped update, state: 3 was unchanged +02-27 08:01:16.701 12274 12274 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@455733e +02-27 08:01:16.701 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:01:16.701 12274 12274 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@4c45ff3, title=Unknown, artist=Unknown] +02-27 08:01:16.702 770 770 D TvNotificationHandler: Notification added +02-27 08:01:16.703 12274 12274 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:01:16.703 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:01:16.705 770 770 D TvNotificationHandler: Notification added +02-27 08:01:16.776 12628 12628 I starboard_media: MediaSession state: PLAYING, position: 0 ms, speed: 0.000000 x, duration: 0 ms +02-27 08:01:16.777 12274 12274 D NowPlayingListener: updateNowPlayingNotification with controller: NowPlayingMediaController {packageName = com.google.android.youtube.tv, state = 3, metadata = null, null, null} +02-27 08:01:16.777 12274 12274 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@455733e +02-27 08:01:16.777 755 755 V AudioMediaPlayerWrapper: onPlaybackStateChanged(): com.google.android.youtube.tv : PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=953553, actions=379, custom actions=[], active item id=-1, error=null} +02-27 08:01:16.778 755 755 W AudioMediaPlayerWrapper: onPlaybackStateChanged(): com.google.android.youtube.tv tried to update with no new data +02-27 08:01:16.780 755 755 V AudioMediaPlayerWrapper: trySendMediaUpdate(): Metadata has been updated for com.google.android.youtube.tv +02-27 08:01:16.780 755 755 D MediaPlayerList: sendMediaUpdate +02-27 08:01:16.780 755 755 I MediaPlayerList: sendMediaUpdate: Creating a one item queue for a player with no queue +02-27 08:01:16.780 755 755 D MediaPlayerList: sendMediaUpdate state=PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=953556, actions=379, custom actions=[], active item id=-1, error=null} +02-27 08:01:16.780 755 755 D AvrcpNativeInterface: sendMediaUpdate: metadata=false playStatus=false queue=false +02-27 08:01:16.780 755 755 D AvrcpTargetJni: sendMediaUpdateNative +02-27 08:01:16.780 755 755 I bt_stack: [INFO:avrcp_service.cc(402)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=0 : play_state=0 : queue=0 +02-27 08:01:16.780 12274 12274 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@5cb14b0, title=Unknown, artist=Unknown] +02-27 08:01:16.782 12274 12274 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:01:16.782 12274 12274 D NowPlayingListener: updatePlayback() called with: state = [PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=953553, actions=379, custom actions=[], active item id=-1, error=null}] and now playing listener: dqv@455733e +02-27 08:01:16.782 12274 12274 D NowPlayingManager: onClientPlaybackStateUpdate() called with: state = [3], stateChangeTimeMs = [953553], currentPosMs = [0] +02-27 08:01:16.782 12274 12274 D NowPlayingManager: onClientPlaybackStateUpdate: Skipped update, state: 3 was unchanged +02-27 08:01:16.782 12274 12274 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@455733e +02-27 08:01:16.782 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:01:16.783 770 770 D TvNotificationHandler: Notification added +02-27 08:01:16.784 12274 12274 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@7e59f29, title=Unknown, artist=Unknown] +02-27 08:01:16.786 12274 12274 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:01:16.786 12274 12274 D NowPlayingListener: updateNowPlayingNotification with controller: NowPlayingMediaController {packageName = com.google.android.youtube.tv, state = 3, metadata = null, null, null} +02-27 08:01:16.786 12274 12274 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@455733e +02-27 08:01:16.787 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:01:16.787 12274 12274 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@5f972ae, title=Unknown, artist=Unknown] +02-27 08:01:16.788 770 770 D TvNotificationHandler: Notification added +02-27 08:01:16.789 12274 12274 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:01:16.789 12274 12274 D NowPlayingListener: updatePlayback() called with: state = [PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=953553, actions=379, custom actions=[], active item id=-1, error=null}] and now playing listener: dqv@455733e +02-27 08:01:16.789 12274 12274 D NowPlayingManager: onClientPlaybackStateUpdate() called with: state = [3], stateChangeTimeMs = [953553], currentPosMs = [0] +02-27 08:01:16.789 12274 12274 D NowPlayingManager: onClientPlaybackStateUpdate: Skipped update, state: 3 was unchanged +02-27 08:01:16.789 12274 12274 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@455733e +02-27 08:01:16.789 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:01:16.790 12274 12274 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@cbb084f, title=Unknown, artist=Unknown] +02-27 08:01:16.790 770 770 D TvNotificationHandler: Notification added +02-27 08:01:16.792 12274 12274 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:01:16.793 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:01:16.793 770 770 D TvNotificationHandler: Notification added +02-27 08:01:17.047 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 1080, frameHeight: 1920, bitrate: 5302057, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:17.048 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:17.048 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:01:17.051 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 1080, frameHeight: 1920, bitrate: 5685412, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:17.051 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:17.052 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:17.107 12628 12741 I DrmHal : found instance=clearkey version=android.hardware.drm@1.4::IDrmFactory +02-27 08:01:17.107 12628 12741 I DrmHal : found instance=default version=android.hardware.drm@1.0::IDrmFactory +02-27 08:01:17.150 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:17.150 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:17.150 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:01:17.150 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:17.150 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:17.150 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:01:17.150 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:17.150 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:17.150 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:17.161 12628 12628 I starboard_media: MediaSession state: PLAYING, position: 0 ms, speed: 0.000000 x, duration: 0 ms +02-27 08:01:17.167 12274 12274 D NowPlayingListener: updateNowPlayingNotification with controller: NowPlayingMediaController {packageName = com.google.android.youtube.tv, state = 3, metadata = null, null, null} +02-27 08:01:17.168 12274 12274 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@455733e +02-27 08:01:17.175 755 755 V AudioMediaPlayerWrapper: onPlaybackStateChanged(): com.google.android.youtube.tv : PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=953938, actions=379, custom actions=[], active item id=-1, error=null} +02-27 08:01:17.176 755 755 W AudioMediaPlayerWrapper: onPlaybackStateChanged(): com.google.android.youtube.tv tried to update with no new data +02-27 08:01:17.178 755 755 V AudioMediaPlayerWrapper: trySendMediaUpdate(): Metadata has been updated for com.google.android.youtube.tv +02-27 08:01:17.178 755 755 D MediaPlayerList: sendMediaUpdate +02-27 08:01:17.178 755 755 I MediaPlayerList: sendMediaUpdate: Creating a one item queue for a player with no queue +02-27 08:01:17.178 755 755 D MediaPlayerList: sendMediaUpdate state=PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=953954, actions=379, custom actions=[], active item id=-1, error=null} +02-27 08:01:17.178 755 755 D AvrcpNativeInterface: sendMediaUpdate: metadata=false playStatus=false queue=false +02-27 08:01:17.178 755 755 D AvrcpTargetJni: sendMediaUpdateNative +02-27 08:01:17.178 755 755 I bt_stack: [INFO:avrcp_service.cc(402)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=0 : play_state=0 : queue=0 +02-27 08:01:17.179 12274 12274 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@444cbdc, title=Unknown, artist=Unknown] +02-27 08:01:17.181 12628 12730 D EGL_emulation: app_time_stats: avg=59.68ms min=4.18ms max=263.55ms count=18 +02-27 08:01:17.183 12274 12274 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:01:17.184 12274 12274 D NowPlayingListener: updatePlayback() called with: state = [PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=953938, actions=379, custom actions=[], active item id=-1, error=null}] and now playing listener: dqv@455733e +02-27 08:01:17.184 12274 12274 D NowPlayingManager: onClientPlaybackStateUpdate() called with: state = [3], stateChangeTimeMs = [953938], currentPosMs = [0] +02-27 08:01:17.184 12274 12274 D NowPlayingManager: onClientPlaybackStateUpdate: Skipped update, state: 3 was unchanged +02-27 08:01:17.184 12274 12274 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@455733e +02-27 08:01:17.184 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:01:17.189 12274 12274 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@f9004e5, title=Unknown, artist=Unknown] +02-27 08:01:17.190 770 770 D TvNotificationHandler: Notification added +02-27 08:01:17.192 12274 12274 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:01:17.192 12274 12274 D NowPlayingListener: updateNowPlayingNotification with controller: NowPlayingMediaController {packageName = com.google.android.youtube.tv, state = 3, metadata = null, null, null} +02-27 08:01:17.192 12274 12274 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@455733e +02-27 08:01:17.192 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:01:17.193 770 770 D TvNotificationHandler: Notification added +02-27 08:01:17.193 12274 12274 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@fee0bba, title=Unknown, artist=Unknown] +02-27 08:01:17.195 12274 12274 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:01:17.195 12274 12274 D NowPlayingListener: updatePlayback() called with: state = [PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=953938, actions=379, custom actions=[], active item id=-1, error=null}] and now playing listener: dqv@455733e +02-27 08:01:17.195 12274 12274 D NowPlayingManager: onClientPlaybackStateUpdate() called with: state = [3], stateChangeTimeMs = [953938], currentPosMs = [0] +02-27 08:01:17.195 12274 12274 D NowPlayingManager: onClientPlaybackStateUpdate: Skipped update, state: 3 was unchanged +02-27 08:01:17.195 12274 12274 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@455733e +02-27 08:01:17.195 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:01:17.196 770 770 D TvNotificationHandler: Notification added +02-27 08:01:17.197 12274 12274 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@bc9da6b, title=Unknown, artist=Unknown] +02-27 08:01:17.198 12274 12274 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:01:17.199 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:01:17.200 770 770 D TvNotificationHandler: Notification added +02-27 08:01:17.411 12628 12628 I starboard_media: Media focus: none +02-27 08:01:17.413 505 2251 I MediaFocusControl: abandonAudioFocus() from uid/pid 10065/12628 clientId=android.media.AudioManager@82796a0dev.cobalt.media.CobaltMediaSession@8801259 +02-27 08:01:17.416 12628 12628 I starboard_media: MediaSession release +02-27 08:01:17.416 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:01:17.416 12274 12274 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = NowPlayingMediaController {packageName = com.google.android.youtube.tv, state = 3, metadata = null, null, null}, lastUpdatedAppPackageName = com.google.android.youtube.tv +02-27 08:01:17.416 12274 12274 D NowPlayingManager: onClientChanged() called +02-27 08:01:17.417 505 2251 D MediaSessionService: Media button session is changed to null +02-27 08:01:17.417 12274 12274 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:01:17.418 755 755 W AudioMediaPlayerWrapper: The session was destroyed com.google.android.youtube.tv +02-27 08:01:17.418 755 755 D MediaPlayerList: sessionUpdatedCallback(): packageName: com.google.android.youtube.tv +02-27 08:01:17.418 755 755 D MediaPlayerList: sendMediaUpdate +02-27 08:01:17.418 755 755 D MediaPlayerList: sendMediaUpdate state=null +02-27 08:01:17.418 755 755 D AvrcpNativeInterface: sendMediaUpdate: metadata=true playStatus=true queue=true +02-27 08:01:17.418 755 755 D AvrcpTargetJni: sendMediaUpdateNative +02-27 08:01:17.418 755 755 I bt_stack: [INFO:avrcp_service.cc(402)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=1 : play_state=1 : queue=1 +02-27 08:01:17.418 755 755 D MediaPlayerList: Removing media player com.google.android.youtube.tv +02-27 08:01:17.418 755 755 D MediaPlayerList: com.google.android.youtube.tv doesn't have a browse service. Recycle player ID. +02-27 08:01:17.418 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:01:17.419 12274 12274 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:01:17.419 12274 12274 D NowPlayingManager: onClientChanged() called +02-27 08:01:17.419 12274 12274 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:01:17.421 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:01:17.421 12274 12274 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:01:17.421 12274 12274 D NowPlayingManager: onClientChanged() called +02-27 08:01:17.421 12274 12274 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:01:17.425 505 505 D CompatibilityChangeReporter: Compat change id reported: 175319604; UID 10052; state: ENABLED +02-27 08:01:17.426 770 770 D TvNotificationHandler: Notification removed +02-27 08:01:17.542 505 607 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #9556} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (47 skipped) +02-27 08:01:17.572 505 505 D MediaSessionService: Media button session is changed to com.google.android.youtube.tv/starboard_media (userId=0) +02-27 08:01:17.574 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:01:17.574 12274 12274 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:01:17.574 12274 12274 D NowPlayingManager: onClientChanged() called +02-27 08:01:17.574 755 755 W MediaPlayerList: onMediaKeyEventSessionChanged(Token): Addressed Player changed to a player we didn't have a session for +02-27 08:01:17.575 12274 12274 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:01:17.576 755 755 I MediaPlayerList: Adding wrapped media player: com.google.android.youtube.tv at key: 1 +02-27 08:01:17.576 755 755 I MediaPlayerList: onMediaKeyEventSessionChanged: token=com.google.android.youtube.tv +02-27 08:01:17.577 755 755 D MediaPlayerList: setActivePlayer(): setting player to com.google.android.youtube.tv +02-27 08:01:17.578 755 755 D MediaPlayerList: sendMediaUpdate +02-27 08:01:17.578 755 755 I MediaPlayerList: sendMediaUpdate: Creating a one item queue for a player with no queue +02-27 08:01:17.578 755 755 D MediaPlayerList: sendMediaUpdate state=PlaybackState {state=0, position=0, buffered position=0, speed=0.0, updated=0, actions=0, custom actions=[], active item id=-1, error=null} +02-27 08:01:17.578 755 755 D AvrcpNativeInterface: sendMediaUpdate: metadata=false playStatus=true queue=false +02-27 08:01:17.578 755 755 D AvrcpTargetJni: sendMediaUpdateNative +02-27 08:01:17.578 755 755 I bt_stack: [INFO:avrcp_service.cc(402)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=0 : play_state=1 : queue=0 +02-27 08:01:18.306 505 2053 E TaskPersister: File error accessing recents directory (directory doesn't exist?). +02-27 08:01:19.120 12156 12156 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:01:21.376 12628 12730 D EGL_emulation: app_time_stats: avg=1048.77ms min=12.48ms max=4085.06ms count=4 +02-27 08:01:24.579 12628 12730 D EGL_emulation: app_time_stats: avg=1601.29ms min=10.97ms max=3191.62ms count=2 +02-27 08:01:24.983 12156 12495 W ProviderHelper: Unknown dynamite feature cast_tv_dynamite +02-27 08:01:25.418 505 2251 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:01:25.418 505 2251 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:01:25.418 505 2251 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:01:25.418 505 2251 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:01:25.420 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:01:25.437 322 322 D Zygote : Forked child process 12791 +02-27 08:01:25.440 505 555 I ActivityManager: Start proc 12791:com.google.android.gms.unstable/u0a57 for service {com.google.android.gms/com.google.android.gms.droidguard.DroidGuardService} +02-27 08:01:25.467 12791 12791 E id.gms.unstabl: Not starting debugger since process cannot load the jdwp agent. +02-27 08:01:25.501 12791 12791 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:01:25.555 12791 12791 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:01:25.584 12791 12791 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:01:25.584 12791 12791 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:01:25.588 12791 12791 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:01:25.593 12791 12791 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:01:25.796 12628 12730 D EGL_emulation: app_time_stats: avg=202.63ms min=18.67ms max=494.22ms count=6 +02-27 08:01:25.824 12628 12741 E starboard: Data from client has what = MESSAGE_TO_KIMONO instead of expected MESSAGE_TO_CAST_SENDER - not sending to Cast sender +02-27 08:01:25.858 12628 12741 E starboard: Data from client has what = MESSAGE_TO_KIMONO instead of expected MESSAGE_TO_CAST_SENDER - not sending to Cast sender +02-27 08:01:25.869 12628 12741 E starboard: Data from client has what = MESSAGE_TO_KIMONO instead of expected MESSAGE_TO_CAST_SENDER - not sending to Cast sender +02-27 08:01:25.870 12628 12741 E starboard: Data from client has what = MESSAGE_TO_KIMONO instead of expected MESSAGE_TO_CAST_SENDER - not sending to Cast sender +02-27 08:01:25.897 12791 12791 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:01:25.905 12791 12791 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:01:25.905 12791 12791 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:01:25.994 12791 12791 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:01:26.046 12791 12791 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:01:26.100 12791 12819 I GMS_MM_Logger: Started. +02-27 08:01:26.112 12791 12791 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:01:26.113 12791 12818 I Watchcat: Started +02-27 08:01:26.278 12791 12805 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:01:26.278 12791 12805 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:01:26.420 12791 12805 W libc : Access denied finding property "persist.adb.tls_server.enable" +02-27 08:01:26.420 12791 12805 W libc : Access denied finding property "service.adb.tls.port" +02-27 08:01:26.416 12791 12791 W Binder:12791_3: type=1400 audit(0.0:123): avc: denied { read } for name="u:object_r:system_adbd_prop:s0" dev="tmpfs" ino=236 scontext=u:r:gmscore_app:s0:c512,c768 tcontext=u:object_r:system_adbd_prop:s0 tclass=file permissive=0 app=com.google.android.gms +02-27 08:01:26.416 12791 12791 W Binder:12791_3: type=1400 audit(0.0:124): avc: denied { read } for name="u:object_r:adbd_prop:s0" dev="tmpfs" ino=46 scontext=u:r:gmscore_app:s0:c512,c768 tcontext=u:object_r:adbd_prop:s0 tclass=file permissive=0 app=com.google.android.gms +02-27 08:01:29.277 505 2251 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #9581} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (13 skipped) +02-27 08:01:37.174 12628 12730 D EGL_emulation: app_time_stats: avg=494.53ms min=5.11ms max=10896.36ms count=23 +02-27 08:01:37.725 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 640, frameHeight: 360, bitrate: 280000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:37.725 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:37.726 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:37.743 12628 12628 I starboard_media: Media focus: playing +02-27 08:01:37.750 505 2251 I MediaFocusControl: requestAudioFocus() from uid/pid 10065/12628 AA=USAGE_UNKNOWN/CONTENT_TYPE_MOVIE clientId=android.media.AudioManager@82796a0dev.cobalt.media.CobaltMediaSession@8801259 callingPack=com.google.android.youtube.tv req=1 flags=0x0 sdk=30 +02-27 08:01:37.753 505 2251 I AudioService.FadeOutManager: unfadeOutUid() uid:10065 +02-27 08:01:37.754 12628 12628 I starboard_media: MediaSession new +02-27 08:01:37.755 12628 12628 W MediaSessionCompat: Couldn't find a unique registered media button receiver in the given context. +02-27 08:01:37.759 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:01:37.761 12274 12274 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:01:37.764 12274 12274 D NowPlayingManager: onClientChanged() called +02-27 08:01:37.764 12274 12274 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:01:37.765 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 1 +02-27 08:01:37.765 12628 12628 I starboard_media: MediaSession state: PLAYING, position: 0 ms, speed: 0.000000 x, duration: 0 ms +02-27 08:01:37.765 755 755 D MediaPlayerList: onActiveSessionsChanged: controller: com.google.android.youtube.tv +02-27 08:01:37.837 12274 12274 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[android.media.session.MediaController@4c10a61]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:01:37.838 12274 12274 D NowPlayingListener: MediaController {packageName = com.google.android.youtube.tv, state = 3} +02-27 08:01:37.846 755 755 D MediaPlayerList: Already have a controller for the player: com.google.android.youtube.tv, updating instead +02-27 08:01:37.858 12274 12274 D NowPlayingListener: updateNowPlayingNotification with controller: NowPlayingMediaController {packageName = com.google.android.youtube.tv, state = 3, metadata = null, null, null} +02-27 08:01:37.858 12274 12274 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@455733e +02-27 08:01:37.881 755 755 D MediaPlayerList: sendMediaUpdate +02-27 08:01:37.881 755 755 I MediaPlayerList: sendMediaUpdate: Creating a one item queue for a player with no queue +02-27 08:01:37.881 755 755 D MediaPlayerList: sendMediaUpdate state=PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=974658, actions=379, custom actions=[], active item id=-1, error=null} +02-27 08:01:37.881 755 755 D AvrcpNativeInterface: sendMediaUpdate: metadata=true playStatus=true queue=true +02-27 08:01:37.884 755 755 D AvrcpTargetJni: sendMediaUpdateNative +02-27 08:01:37.898 755 755 I bt_stack: [INFO:avrcp_service.cc(402)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=1 : play_state=1 : queue=1 +02-27 08:01:37.942 12274 12274 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@f612986, title=Unknown, artist=Unknown] +02-27 08:01:37.993 12274 12274 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:01:37.993 12274 12274 D NowPlayingListener: updatePlayback() called with: state = [PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=974632, actions=379, custom actions=[], active item id=-1, error=null}] and now playing listener: dqv@455733e +02-27 08:01:37.993 12274 12274 D NowPlayingManager: onClientPlaybackStateUpdate() called with: state = [3], stateChangeTimeMs = [974632], currentPosMs = [0] +02-27 08:01:37.993 12274 12274 D NowPlayingManager: onClientPlaybackStateUpdate: Skipped update, state: 3 was unchanged +02-27 08:01:37.993 12274 12274 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@455733e +02-27 08:01:37.999 12274 12274 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@aa9b247, title=Unknown, artist=Unknown] +02-27 08:01:38.006 12628 12628 I starboard_media: MediaSession state: PLAYING, position: 0 ms, speed: 0.000000 x, duration: 0 ms +02-27 08:01:38.026 755 755 V AudioMediaPlayerWrapper: onPlaybackStateChanged(): com.google.android.youtube.tv : PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=974783, actions=379, custom actions=[], active item id=-1, error=null} +02-27 08:01:38.026 755 755 W AudioMediaPlayerWrapper: onPlaybackStateChanged(): com.google.android.youtube.tv tried to update with no new data +02-27 08:01:38.027 755 755 V AudioMediaPlayerWrapper: trySendMediaUpdate(): Metadata has been updated for com.google.android.youtube.tv +02-27 08:01:38.027 755 755 D MediaPlayerList: sendMediaUpdate +02-27 08:01:38.027 755 755 I MediaPlayerList: sendMediaUpdate: Creating a one item queue for a player with no queue +02-27 08:01:38.027 755 755 D MediaPlayerList: sendMediaUpdate state=PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=974804, actions=379, custom actions=[], active item id=-1, error=null} +02-27 08:01:38.027 755 755 D AvrcpNativeInterface: sendMediaUpdate: metadata=false playStatus=false queue=false +02-27 08:01:38.027 755 755 D AvrcpTargetJni: sendMediaUpdateNative +02-27 08:01:38.027 755 755 I bt_stack: [INFO:avrcp_service.cc(402)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=0 : play_state=0 : queue=0 +02-27 08:01:38.033 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:01:38.035 12274 12274 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:01:38.037 12274 12274 D NowPlayingListener: updateNowPlayingNotification with controller: NowPlayingMediaController {packageName = com.google.android.youtube.tv, state = 3, metadata = null, null, null} +02-27 08:01:38.037 12274 12274 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@455733e +02-27 08:01:38.041 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:01:38.042 770 770 D TvNotificationHandler: Notification added +02-27 08:01:38.042 12274 12274 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@87cba74, title=Unknown, artist=Unknown] +02-27 08:01:38.044 770 770 D TvNotificationHandler: Notification added +02-27 08:01:38.046 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:01:38.046 12274 12274 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:01:38.046 12274 12274 D NowPlayingListener: updatePlayback() called with: state = [PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=974783, actions=379, custom actions=[], active item id=-1, error=null}] and now playing listener: dqv@455733e +02-27 08:01:38.046 12274 12274 D NowPlayingManager: onClientPlaybackStateUpdate() called with: state = [3], stateChangeTimeMs = [974783], currentPosMs = [0] +02-27 08:01:38.046 12274 12274 D NowPlayingManager: onClientPlaybackStateUpdate: Skipped update, state: 3 was unchanged +02-27 08:01:38.046 12274 12274 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@455733e +02-27 08:01:38.047 770 770 D TvNotificationHandler: Notification added +02-27 08:01:38.049 12274 12274 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@7a2eb9d, title=Unknown, artist=Unknown] +02-27 08:01:38.052 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:01:38.053 12274 12274 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:01:38.053 12274 12274 D NowPlayingListener: updateNowPlayingNotification with controller: NowPlayingMediaController {packageName = com.google.android.youtube.tv, state = 3, metadata = null, null, null} +02-27 08:01:38.053 12274 12274 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@455733e +02-27 08:01:38.054 770 770 D TvNotificationHandler: Notification added +02-27 08:01:38.056 12274 12274 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@c965812, title=Unknown, artist=Unknown] +02-27 08:01:38.058 12274 12274 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:01:38.058 12274 12274 D NowPlayingListener: updatePlayback() called with: state = [PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=974783, actions=379, custom actions=[], active item id=-1, error=null}] and now playing listener: dqv@455733e +02-27 08:01:38.058 12274 12274 D NowPlayingManager: onClientPlaybackStateUpdate() called with: state = [3], stateChangeTimeMs = [974783], currentPosMs = [0] +02-27 08:01:38.058 12274 12274 D NowPlayingManager: onClientPlaybackStateUpdate: Skipped update, state: 3 was unchanged +02-27 08:01:38.058 12274 12274 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@455733e +02-27 08:01:38.058 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:01:38.059 770 770 D TvNotificationHandler: Notification added +02-27 08:01:38.060 12274 12274 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@ac52be3, title=Unknown, artist=Unknown] +02-27 08:01:38.062 12274 12274 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:01:38.064 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:01:38.065 770 770 D TvNotificationHandler: Notification added +02-27 08:01:38.104 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 1080, frameHeight: 1920, bitrate: 5302057, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:38.105 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:38.105 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:01:38.108 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 1080, frameHeight: 1920, bitrate: 5685412, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:38.108 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:38.108 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:38.162 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:38.162 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:38.162 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:01:38.162 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:38.162 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:38.162 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:01:38.162 12628 12741 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:38.162 12628 12741 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:38.162 12628 12741 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:38.188 12628 12730 D EGL_emulation: app_time_stats: avg=18.43ms min=4.57ms max=66.49ms count=55 +02-27 08:01:38.245 12628 12628 I starboard_media: Media focus: none +02-27 08:01:38.249 505 890 I MediaFocusControl: abandonAudioFocus() from uid/pid 10065/12628 clientId=android.media.AudioManager@82796a0dev.cobalt.media.CobaltMediaSession@8801259 +02-27 08:01:38.251 12628 12628 I starboard_media: MediaSession release +02-27 08:01:38.252 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:01:38.256 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:01:38.256 12274 12274 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = NowPlayingMediaController {packageName = com.google.android.youtube.tv, state = 3, metadata = null, null, null}, lastUpdatedAppPackageName = com.google.android.youtube.tv +02-27 08:01:38.256 755 755 W AudioMediaPlayerWrapper: The session was destroyed com.google.android.youtube.tv +02-27 08:01:38.256 755 755 D MediaPlayerList: sessionUpdatedCallback(): packageName: com.google.android.youtube.tv +02-27 08:01:38.258 755 755 D MediaPlayerList: sendMediaUpdate +02-27 08:01:38.258 12274 12274 D NowPlayingManager: onClientChanged() called +02-27 08:01:38.258 755 755 D MediaPlayerList: sendMediaUpdate state=null +02-27 08:01:38.258 755 755 D AvrcpNativeInterface: sendMediaUpdate: metadata=true playStatus=true queue=true +02-27 08:01:38.258 755 755 D AvrcpTargetJni: sendMediaUpdateNative +02-27 08:01:38.258 755 755 I bt_stack: [INFO:avrcp_service.cc(402)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=1 : play_state=1 : queue=1 +02-27 08:01:38.258 755 755 D MediaPlayerList: Removing media player com.google.android.youtube.tv +02-27 08:01:38.258 755 755 D MediaPlayerList: com.google.android.youtube.tv doesn't have a browse service. Recycle player ID. +02-27 08:01:38.258 12274 12274 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:01:38.259 12274 12274 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:01:38.259 12274 12274 D NowPlayingManager: onClientChanged() called +02-27 08:01:38.259 12274 12274 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:01:38.266 770 770 D TvNotificationHandler: Notification removed +02-27 08:01:39.191 12628 12730 D EGL_emulation: app_time_stats: avg=16.99ms min=12.94ms max=34.43ms count=59 +02-27 08:01:40.194 12628 12730 D EGL_emulation: app_time_stats: avg=16.70ms min=14.50ms max=33.61ms count=60 +02-27 08:01:40.328 346 346 E android.hardware.power.stats@1.0-service-mock: Failed to getEnergyData +02-27 08:01:41.206 12628 12730 D EGL_emulation: app_time_stats: avg=16.57ms min=14.22ms max=21.01ms count=61 +02-27 08:01:41.348 505 2251 W ProcessStats: Tracking association SourceState{579b57e com.google.android.tvrecommendations/10052 BTopFgs #9592} whose proc state 2 is better than process ProcessState{7b2e6b6 com.google.android.gms.persistent/10057 pkg=com.google.android.gms} proc state 3 (20 skipped) +02-27 08:01:41.353 12156 12156 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.clearcut.service.START dat=chimera-action:com.google.android.gms.clearcut.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:01:42.159 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10047; state: DISABLED +02-27 08:01:42.159 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10047; state: DISABLED +02-27 08:01:42.159 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10047; state: DISABLED +02-27 08:01:42.159 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10047; state: DISABLED +02-27 08:01:42.160 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10047; state: DISABLED +02-27 08:01:42.168 505 505 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:01:42.168 505 505 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:01:42.168 505 505 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:01:42.168 505 505 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:01:42.168 505 505 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:01:42.172 322 322 D Zygote : Forked child process 12829 +02-27 08:01:42.173 505 555 I ActivityManager: Start proc 12829:com.google.android.configupdater/u0a47 for broadcast {com.google.android.configupdater/com.google.android.configupdater.PhenotypeBroadcastReceiver} +02-27 08:01:42.174 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:01:42.176 12829 12829 I libc : SetHeapTaggingLevel: tag level set to 0 +02-27 08:01:42.178 322 322 D Zygote : Forked child process 12830 +02-27 08:01:42.178 505 555 I ActivityManager: Start proc 12830:com.android.vending/u0a58 for service {com.android.vending/com.google.android.finsky.scheduler.process.mainimpl.PhoneskyJobServiceMain} +02-27 08:01:42.198 12829 12829 E d.configupdate: Not starting debugger since process cannot load the jdwp agent. +02-27 08:01:42.224 12628 12730 D EGL_emulation: app_time_stats: avg=16.67ms min=13.87ms max=19.73ms count=61 +02-27 08:01:42.338 12830 12830 E android.vendin: Not starting debugger since process cannot load the jdwp agent. +02-27 08:01:42.392 12829 12829 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10047; state: DISABLED +02-27 08:01:42.393 505 3536 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10058; state: DISABLED +02-27 08:01:42.404 12830 12830 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:01:42.434 12829 12829 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar +02-27 08:01:42.457 12829 12829 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/ConfigUpdater/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:01:42.472 12830 12830 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:01:42.495 12829 12829 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.configupdater' set to: 'default' +02-27 08:01:42.495 12829 12829 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:01:42.496 12829 12829 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:42.499 12829 12829 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:42.528 12830 12830 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:01:42.528 12830 12830 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:01:42.530 12830 12830 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:42.530 12830 12830 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:42.782 12156 12301 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:01:42.782 12156 12301 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:01:42.793 12156 12465 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:01:42.793 12830 12830 I Finsky : [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:01:42.886 182 182 I lowmemorykiller: Kill 'com.google.android.gms.unstable' (12791), uid 10057, oom_score_adj 905 to free 48832kB rss, 0kB swap; reason: min watermark is breached and thrashing (113%) +02-27 08:01:42.892 505 2259 I ActivityManager: Process com.google.android.gms.unstable (pid 12791) has died: cch+5 CEM +02-27 08:01:42.893 182 182 I lowmemorykiller: Kill 'com.google.android.configupdater' (12829), uid 10047, oom_score_adj 905 to free 71500kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:01:42.895 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 12791 in 1ms +02-27 08:01:42.896 322 322 I Zygote : Process 12791 exited due to signal 9 (Killed) +02-27 08:01:42.901 322 322 I Zygote : Process 12829 exited due to signal 9 (Killed) +02-27 08:01:42.905 182 182 I lowmemorykiller: Kill 'com.android.providers.tv' (12249), uid 10033, oom_score_adj 925 to free 45368kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:01:42.910 322 322 I Zygote : Process 12249 exited due to signal 9 (Killed) +02-27 08:01:42.910 182 182 I lowmemorykiller: Kill 'android.process.acore' (12525), uid 10028, oom_score_adj 915 to free 46764kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:01:42.933 505 830 D CountryDetector: No listener is left +02-27 08:01:42.938 12585 12585 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 10 +02-27 08:01:42.942 182 182 W lowmemorykiller: Failed to open /proc/12829/oom_score_adj; errno=2: process 12829 might have been killed +02-27 08:01:42.943 322 322 I Zygote : Process 12525 exited due to signal 9 (Killed) +02-27 08:01:42.944 12585 12585 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 10 +02-27 08:01:42.946 182 182 I lowmemorykiller: Kill 'com.google.android.tvrecommendations' (12274), uid 10052, oom_score_adj 250 to free 70352kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:01:42.954 322 322 I Zygote : Process 12274 exited due to signal 9 (Killed) +02-27 08:01:42.954 505 1686 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10052/12274, android.os.BinderProxy@566e078) +02-27 08:01:42.956 182 182 I lowmemorykiller: Kill 'com.google.android.inputmethod.latin' (12585), uid 10066, oom_score_adj 200 to free 65600kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:01:42.956 505 3356 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10052/12274, android.os.BinderProxy@a025351) +02-27 08:01:42.957 505 505 V NotificationListeners: 0 notification listener connection lost: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:01:42.957 505 1381 D NotificationListeners: Removing active service ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:01:42.960 505 554 W BroadcastQueue: Exception when sending broadcast to ComponentInfo{com.google.android.configupdater/com.google.android.configupdater.NetworkWatchlist.NetworkWatchlistUpdateRequestReceiver} +02-27 08:01:42.960 505 554 W BroadcastQueue: android.os.DeadObjectException +02-27 08:01:42.960 505 554 W BroadcastQueue: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:01:42.960 505 554 W BroadcastQueue: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:01:42.960 505 554 W BroadcastQueue: at android.app.IApplicationThread$Stub$Proxy.scheduleReceiver(IApplicationThread.java:1487) +02-27 08:01:42.960 505 554 W BroadcastQueue: at com.android.server.am.BroadcastQueue.processCurBroadcastLocked(BroadcastQueue.java:326) +02-27 08:01:42.960 505 554 W BroadcastQueue: at com.android.server.am.BroadcastQueue.processNextBroadcastLocked(BroadcastQueue.java:1755) +02-27 08:01:42.960 505 554 W BroadcastQueue: at com.android.server.am.BroadcastQueue.processNextBroadcast(BroadcastQueue.java:1052) +02-27 08:01:42.960 505 554 W BroadcastQueue: at com.android.server.am.BroadcastQueue.access$000(BroadcastQueue.java:80) +02-27 08:01:42.960 505 554 W BroadcastQueue: at com.android.server.am.BroadcastQueue$BroadcastHandler.handleMessage(BroadcastQueue.java:198) +02-27 08:01:42.960 505 554 W BroadcastQueue: at android.os.Handler.dispatchMessage(Handler.java:106) +02-27 08:01:42.960 505 554 W BroadcastQueue: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:01:42.960 505 554 W BroadcastQueue: at android.os.Looper.loop(Looper.java:288) +02-27 08:01:42.960 505 554 W BroadcastQueue: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:01:42.960 505 554 W BroadcastQueue: at com.android.server.ServiceThread.run(ServiceThread.java:44) +02-27 08:01:42.960 505 556 I libprocessgroup: Successfully killed process cgroup uid 10047 pid 12829 in 0ms +02-27 08:01:42.961 505 554 E ActivityManager: ProcessRecord{fb1532c 12829:com.google.android.configupdater/u0a47} is attached to a previous process +02-27 08:01:42.963 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=175, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] (release request) +02-27 08:01:42.966 322 322 I Zygote : Process 12585 exited due to signal 9 (Killed) +02-27 08:01:42.966 505 3536 I WindowManager: WIN DEATH: Window{d18525 u0 InputMethod} +02-27 08:01:42.969 182 182 I lowmemorykiller: Kill 'com.google.android.gms' (11438), uid 10057, oom_score_adj 100 to free 84628kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:01:42.978 322 322 I Zygote : Process 11438 exited due to signal 9 (Killed) +02-27 08:01:42.983 182 182 I lowmemorykiller: Kill 'com.google.android.tv.remote.service' (12449), uid 10049, oom_score_adj 100 to free 52868kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:01:42.986 505 3536 W InputManager-JNI: Input channel object 'd18525 InputMethod (client)' was disposed without first being removed with the input manager! +02-27 08:01:42.990 505 505 W InputMethodManagerService: Session failed to close due to remote exception +02-27 08:01:42.990 505 505 W InputMethodManagerService: android.os.DeadObjectException +02-27 08:01:42.990 505 505 W InputMethodManagerService: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:01:42.990 505 505 W InputMethodManagerService: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:01:42.990 505 505 W InputMethodManagerService: at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:425) +02-27 08:01:42.990 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.finishSessionLocked(InputMethodManagerService.java:2812) +02-27 08:01:42.990 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearClientSessionLocked(InputMethodManagerService.java:2803) +02-27 08:01:42.990 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:2830) +02-27 08:01:42.990 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:2859) +02-27 08:01:42.990 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:2097) +02-27 08:01:42.990 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:2112) +02-27 08:01:42.990 505 505 W InputMethodManagerService: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:01:42.990 505 505 W InputMethodManagerService: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:01:42.990 505 505 W InputMethodManagerService: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:01:42.990 505 505 W InputMethodManagerService: at android.os.Looper.loop(Looper.java:288) +02-27 08:01:42.990 505 505 W InputMethodManagerService: at com.android.server.SystemServer.run(SystemServer.java:903) +02-27 08:01:42.990 505 505 W InputMethodManagerService: at com.android.server.SystemServer.main(SystemServer.java:610) +02-27 08:01:42.990 505 505 W InputMethodManagerService: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:01:42.990 505 505 W InputMethodManagerService: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:01:42.990 505 505 W InputMethodManagerService: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) +02-27 08:01:42.994 505 712 D NsdService: Client disconnected +02-27 08:01:42.994 505 712 D NsdService: Terminating client-ID 2 global-ID 9 type 393225 +02-27 08:01:42.994 505 712 D NsdService: mdnssd [stop-register, 9] +02-27 08:01:42.995 505 826 W AudioService.RecordingActivityMonitor: client died +02-27 08:01:42.995 322 322 I Zygote : Process 12449 exited due to signal 9 (Killed) +02-27 08:01:42.996 182 182 I lowmemorykiller: Kill 'com.google.android.ext.services' (12567), uid 10078, oom_score_adj 100 to free 45500kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:01:43.005 321 394 W netd : dnssd_clientstub DNSServiceProcessResult called with NULL DNSServiceRef +02-27 08:01:43.010 755 1062 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:01:43.010 322 322 I Zygote : Process 12567 exited due to signal 9 (Killed) +02-27 08:01:43.014 182 182 I lowmemorykiller: Kill 'com.google.android.youtube.tv' (12628), uid 10065, oom_score_adj 0 to free 136176kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:01:43.025 755 1045 I bt_stack: [INFO:port_api.cc(307)] RFCOMM_RemoveServer: handle=25 +02-27 08:01:43.027 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 123378067 (unbound)] +02-27 08:01:43.028 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 118513104 (unbound)] +02-27 08:01:43.028 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 62421238 (unbound)] +02-27 08:01:43.028 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 57355906 (unbound)] +02-27 08:01:43.028 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 112273768 (unbound)] +02-27 08:01:43.028 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 22208771 (unbound)] +02-27 08:01:43.028 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 23352781 (unbound)] +02-27 08:01:43.029 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 225280457 (unbound)] +02-27 08:01:43.029 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 246064375 (unbound)] +02-27 08:01:43.029 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 183873380 (unbound)] +02-27 08:01:43.031 505 2476 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10065/12628, android.os.BinderProxy@8983942) +02-27 08:01:43.031 505 891 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10065/12628, android.os.BinderProxy@54ead53) +02-27 08:01:43.031 505 541 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10065/12628, android.os.BinderProxy@c814690) +02-27 08:01:43.032 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=180, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] (release request) +02-27 08:01:43.033 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=178, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] (release request) +02-27 08:01:43.033 505 891 D MediaSessionService: Media button session is changed to null +02-27 08:01:43.035 322 322 I Zygote : Process 12628 exited due to signal 9 (Killed) +02-27 08:01:43.042 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 41714049 (unbound)] +02-27 08:01:43.045 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:01:43.053 755 1422 I BtGatt.AdvertiseManager: error sending onAdvertisingSetStopped callback +02-27 08:01:43.053 755 1422 I BtGatt.AdvertiseManager: android.os.DeadObjectException +02-27 08:01:43.053 755 1422 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:01:43.053 755 1422 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:01:43.053 755 1422 I BtGatt.AdvertiseManager: at android.bluetooth.le.IAdvertisingSetCallback$Stub$Proxy.onAdvertisingSetStopped(IAdvertisingSetCallback.java:320) +02-27 08:01:43.053 755 1422 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager.stopAdvertisingSet(AdvertiseManager.java:261) +02-27 08:01:43.053 755 1422 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager$AdvertisingSetDeathRecipient.binderDied(AdvertiseManager.java:123) +02-27 08:01:43.053 755 1422 I BtGatt.AdvertiseManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:01:43.053 755 1422 I BtGatt.AdvertiseManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:01:43.059 505 554 E ActivityManager: Already have existing proc ProcessRecord{fb1532c 12829:com.google.android.configupdater/u0a47} when adding ProcessRecord{74a78e 0:com.google.android.configupdater/u0a47} +02-27 08:01:43.059 505 541 I WindowManager: WIN DEATH: Window{bc52ab2 u0 com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.MainActivity} +02-27 08:01:43.059 505 541 W InputManager-JNI: Input channel object 'bc52ab2 com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:01:43.064 505 554 W ActivityManager: Slow operation: 104ms so far, now at startProcess: done creating new process record +02-27 08:01:43.064 505 554 W ActivityManager: Slow operation: 104ms so far, now at startProcess: stepping in to startProcess +02-27 08:01:43.071 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10047; state: DISABLED +02-27 08:01:43.071 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10047; state: DISABLED +02-27 08:01:43.071 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10047; state: DISABLED +02-27 08:01:43.071 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10047; state: DISABLED +02-27 08:01:43.071 505 554 W ActivityManager: Slow operation: 111ms so far, now at startProcess: done starting proc! +02-27 08:01:43.072 505 554 I DropBoxManagerService: add tag=system_server_wtf isTagEnabled=true flags=0x2 +02-27 08:01:43.072 505 556 I libprocessgroup: Successfully killed process cgroup uid 10047 pid 12829 in 0ms +02-27 08:01:43.072 505 2243 I ActivityManager: Process com.google.android.configupdater (pid 12829) has died: fg RCVR +02-27 08:01:43.072 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10047; state: DISABLED +02-27 08:01:43.073 182 182 W lowmemorykiller: Failed to open /proc/12525/oom_score_adj; errno=2: process 12525 might have been killed +02-27 08:01:43.073 182 182 W lowmemorykiller: Failed to open /proc/12249/oom_score_adj; errno=2: process 12249 might have been killed +02-27 08:01:43.073 505 2113 I ActivityManager: Process com.android.providers.tv (pid 12249) has died: cch+15 CEM +02-27 08:01:43.074 505 556 I libprocessgroup: Successfully killed process cgroup uid 10033 pid 12249 in 0ms +02-27 08:01:43.074 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 08:01:43.076 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:01:43.077 505 556 I libprocessgroup: Successfully killed process cgroup uid 10028 pid 12525 in 0ms +02-27 08:01:43.077 505 1683 I ActivityManager: Process android.process.acore (pid 12525) has died: cch+5 CEM +02-27 08:01:43.078 322 322 D Zygote : Forked child process 12872 +02-27 08:01:43.079 505 540 I ActivityManager: Process com.google.android.tvrecommendations (pid 12274) has died: prcl BFGS +02-27 08:01:43.080 505 556 I libprocessgroup: Successfully killed process cgroup uid 10052 pid 12274 in 0ms +02-27 08:01:43.080 505 554 I DropBoxManagerService: add tag=system_server_wtf isTagEnabled=true flags=0x2 +02-27 08:01:43.082 505 540 W ActivityManager: Scheduling restart of crashed service com.google.android.tvrecommendations/.NotificationsService in 57298944ms for connection +02-27 08:01:43.082 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 12585 in 0ms +02-27 08:01:43.082 505 2586 I ActivityManager: Process com.google.android.inputmethod.latin (pid 12585) has died: prcp IMPB +02-27 08:01:43.086 505 2586 W ActivityManager: Exception when unbinding service com.google.android.tv.remote.service/.RemoteService +02-27 08:01:43.086 505 2586 W ActivityManager: android.os.DeadObjectException +02-27 08:01:43.086 505 2586 W ActivityManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:01:43.086 505 2586 W ActivityManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:01:43.086 505 2586 W ActivityManager: at android.app.IApplicationThread$Stub$Proxy.scheduleUnbindService(IApplicationThread.java:1790) +02-27 08:01:43.086 505 2586 W ActivityManager: at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:4453) +02-27 08:01:43.086 505 2586 W ActivityManager: at com.android.server.am.ActiveServices.killServicesLocked(ActiveServices.java:4890) +02-27 08:01:43.086 505 2586 W ActivityManager: at com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked(ActivityManagerService.java:11706) +02-27 08:01:43.086 505 2586 W ActivityManager: at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:3015) +02-27 08:01:43.086 505 2586 W ActivityManager: at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:3122) +02-27 08:01:43.086 505 2586 W ActivityManager: at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1437) +02-27 08:01:43.086 505 2586 W ActivityManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:01:43.086 505 2586 W ActivityManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:01:43.086 12156 12156 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:01:43.087 505 2586 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 83940ms for connection +02-27 08:01:43.088 12872 12872 I libc : SetHeapTaggingLevel: tag level set to 0 +02-27 08:01:43.089 505 1381 I ActivityManager: Process com.google.android.gms (pid 11438) has died: vis BFGS +02-27 08:01:43.089 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 11438 in 0ms +02-27 08:01:43.089 505 1381 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsBoundBrokerService in 1000ms for connection +02-27 08:01:43.089 505 556 I libprocessgroup: Successfully killed process cgroup uid 10049 pid 12449 in 0ms +02-27 08:01:43.089 505 830 I ActivityManager: Process com.google.android.tv.remote.service (pid 12449) has died: vis FGS +02-27 08:01:43.092 12156 12156 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:01:43.094 505 830 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.AtvRemoteProviderService in 10995ms for connection +02-27 08:01:43.094 12156 12156 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:01:43.098 505 1680 I ActivityManager: Process com.google.android.ext.services (pid 12567) has died: vis BFGS +02-27 08:01:43.098 505 556 I libprocessgroup: Successfully killed process cgroup uid 10078 pid 12567 in 0ms +02-27 08:01:43.098 505 1680 W ActivityManager: Scheduling restart of crashed service com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl in 933732ms for connection +02-27 08:01:43.100 505 556 I libprocessgroup: Successfully killed process cgroup uid 10065 pid 12628 in 0ms +02-27 08:01:43.100 505 826 I ActivityManager: Process com.google.android.youtube.tv (pid 12628) has died: fg TOP +02-27 08:01:43.100 505 826 W ActivityTaskManager: Force removing ActivityRecord{260574a u0 com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.MainActivity t15}: app died, no saved state +02-27 08:01:43.115 505 826 D ActivityTaskManager: Top Process State changed to PROCESS_STATE_TOP_SLEEPING +02-27 08:01:43.118 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:01:43.118 12872 12872 E d.configupdate: Not starting debugger since process cannot load the jdwp agent. +02-27 08:01:43.130 505 826 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=16 attached=false +02-27 08:01:43.131 505 826 D ActivityTaskManager: Top Process State changed to PROCESS_STATE_TOP +02-27 08:01:43.132 505 826 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=com.google.android.tvlauncher/.MainActivity (has extras)} from uid 0 +02-27 08:01:43.133 505 826 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10048; state: DISABLED +02-27 08:01:43.134 505 826 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10048; state: DISABLED +02-27 08:01:43.134 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:01:43.135 505 826 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10048; state: DISABLED +02-27 08:01:43.138 505 826 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10048; state: DISABLED +02-27 08:01:43.140 505 826 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=com.google.android.tvlauncher/.MainActivity (has extras)} from uid 0 +02-27 08:01:43.142 505 826 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=15 attached=false +02-27 08:01:43.142 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 12585 +02-27 08:01:43.142 505 555 W ActivityManager: Slow operation: 78ms so far, now at startProcess: done updating battery stats +02-27 08:01:43.143 505 555 W ActivityManager: Slow operation: 79ms so far, now at startProcess: building log message +02-27 08:01:43.143 505 555 I ActivityManager: Start proc 12872:com.google.android.configupdater/u0a47 for broadcast {com.google.android.configupdater/com.google.android.configupdater.NetworkWatchlist.NetworkWatchlistUpdateRequestReceiver} +02-27 08:01:43.143 505 555 W ActivityManager: Slow operation: 79ms so far, now at startProcess: starting to update pids map +02-27 08:01:43.143 505 555 W ActivityManager: Slow operation: 79ms so far, now at startProcess: done updating pids map +02-27 08:01:43.145 505 830 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:01:43.145 505 830 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:01:43.145 505 830 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:01:43.145 505 830 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:01:43.145 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 12628 +02-27 08:01:43.146 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:01:43.148 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:01:43.148 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:01:43.148 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:01:43.148 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:01:43.149 322 322 D Zygote : Forked child process 12886 +02-27 08:01:43.150 505 555 I ActivityManager: Start proc 12886:com.google.android.gms.unstable/u0a57 for service {com.google.android.gms/com.google.android.gms.droidguard.DroidGuardService} +02-27 08:01:43.150 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:01:43.151 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:01:43.151 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:01:43.153 12872 12872 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10047; state: DISABLED +02-27 08:01:43.153 322 322 D Zygote : Forked child process 12889 +02-27 08:01:43.154 505 555 I ActivityManager: Start proc 12889:com.google.android.tvlauncher/u0a48 for top-activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:01:43.166 12886 12886 E id.gms.unstabl: Not starting debugger since process cannot load the jdwp agent. +02-27 08:01:43.166 12889 12889 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:01:43.171 12872 12872 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar +02-27 08:01:43.174 505 1680 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.174 505 1680 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.174 505 1680 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.174 505 1680 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.174 505 1680 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.174 505 1680 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.174 505 1680 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.174 505 1680 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.174 505 1680 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.174 505 1680 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.175 505 1680 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.175 505 1680 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.175 505 1680 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.175 505 1680 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.175 505 1680 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.175 505 1680 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.175 505 1680 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.175 505 1680 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.175 505 1680 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.175 505 1680 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.178 12889 12889 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:01:43.183 12886 12886 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:01:43.202 12830 12871 I Finsky : [50] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 08:01:43.203 12872 12872 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/ConfigUpdater/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:01:43.204 12889 12889 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:01:43.216 12830 12871 I Finsky : [50] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 08:01:43.218 12872 12872 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.configupdater' set to: 'default' +02-27 08:01:43.218 12872 12872 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:01:43.219 12889 12889 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:01:43.219 12889 12889 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:01:43.220 12872 12872 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:43.220 12872 12872 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:43.221 12889 12889 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:43.221 12889 12889 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:43.227 12886 12886 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:01:43.258 12830 12830 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:01:43.258 12886 12886 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:01:43.258 12886 12886 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:01:43.259 12886 12886 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:01:43.260 12886 12886 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:01:43.261 12830 12830 I Finsky : [2] mre.(3): Resetting scheduler db +02-27 08:01:43.266 12830 12865 W Finsky : [46] ehz.d(18): For unauth, use getDfeApiNonAuthenticated() instead! +02-27 08:01:43.278 12830 12867 I Finsky : [48] kvx.(3): PackageMonitorReceiverImpl - Registering in memory receiver for android.intent.action.PACKAGE_ADDED and android.intent.action.PACKAGE_REMOVED +02-27 08:01:43.285 12156 12156 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:01:43.285 12156 12156 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:01:43.294 12830 12865 I Finsky : [46] pyq.a(1): Warm data store was already initialized. +02-27 08:01:43.301 12830 12946 W android.vendin: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:01:43.301 12830 12946 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:01:43.301 12830 12946 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:01:43.304 12830 12922 I Finsky : [53] nlv.run(10): SysCUA: Set {com.android.vending/com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity} enabled state to 0 +02-27 08:01:43.311 12830 12922 W Finsky : [53] hne.run(49): HibernationActivity not found +02-27 08:01:43.313 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10052; state: DISABLED +02-27 08:01:43.313 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10052; state: DISABLED +02-27 08:01:43.313 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10052; state: DISABLED +02-27 08:01:43.313 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10052; state: ENABLED +02-27 08:01:43.314 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10052; state: ENABLED +02-27 08:01:43.318 322 322 D Zygote : Forked child process 12970 +02-27 08:01:43.319 505 555 I ActivityManager: Start proc 12970:com.google.android.tvrecommendations/u0a52 for broadcast {com.google.android.tvrecommendations/com.google.android.tvrecommendations.account.TvLauncherAccountReceiver} +02-27 08:01:43.322 12830 12865 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 08:01:43.322 12830 12865 I Finsky : [46] kmj.i(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileMaximum +02-27 08:01:43.322 12830 12865 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 08:01:43.323 12830 12865 I Finsky : [46] kmj.h(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileRecommended +02-27 08:01:43.324 12830 12865 I Finsky : [46] vbw.c(2): registerListener +02-27 08:01:43.325 12830 12865 I Finsky : [46] vbw.c(2): registerListener +02-27 08:01:43.326 12830 12865 I Finsky : [46] jrs.m(5): Enqueuing libraries load for 0 +02-27 08:01:43.326 12830 12943 I Finsky : [59] jrs.t(1): Starting libraries load for 0 +02-27 08:01:43.331 12830 12865 I Finsky : [46] gcv.j(3): Subscription detail: N/A +02-27 08:01:43.348 12830 12865 I Finsky : [46] qfs.s(2): Setup app restrictions monitor +02-27 08:01:43.352 12830 12865 I Finsky : [46] qlg.a(3): Device wide unknown source restriction is changed. +02-27 08:01:43.358 12970 12970 E recommendation: Not starting debugger since process cannot load the jdwp agent. +02-27 08:01:43.359 12889 12982 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:01:43.361 12889 12982 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:01:43.364 12830 12943 I Finsky : [59] jrs.t(23): Finished loading 0 libraries. +02-27 08:01:43.364 12889 12982 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:01:43.375 12970 12970 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10052; state: ENABLED +02-27 08:01:43.375 12830 12867 I Finsky : [48] pyr.a(1): Warm data store was already initialized. +02-27 08:01:43.379 12886 12886 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:01:43.380 12886 12886 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:01:43.380 12886 12886 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:01:43.387 12970 12970 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVRecommendations/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:01:43.400 12970 12970 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvrecommendations' set to: 'default' +02-27 08:01:43.400 12970 12970 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:01:43.400 12970 12970 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:43.401 12970 12970 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:43.402 12830 12865 I Finsky : [46] pyq.a(1): Warm data store was already initialized. +02-27 08:01:43.402 505 1680 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:01:43.402 505 1680 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:01:43.402 505 1680 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:01:43.402 505 1680 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:01:43.402 12830 12865 I Finsky : [46] pyr.a(1): Warm data store was already initialized. +02-27 08:01:43.402 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:01:43.405 322 322 D Zygote : Forked child process 13021 +02-27 08:01:43.405 505 555 I ActivityManager: Start proc 13021:com.google.android.gms/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.GmsBoundBrokerService} +02-27 08:01:43.411 12886 12886 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:01:43.414 13021 13021 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. +02-27 08:01:43.416 12830 12871 I Finsky : [50] nvc.(2): Item store provider started. +02-27 08:01:43.420 12889 12889 W ChimeRegistrationManage: Chime not initialized, cannot register for notifications. +02-27 08:01:43.422 322 322 D Zygote : Forked child process 13039 +02-27 08:01:43.422 505 555 I ActivityManager: Start proc 13039:com.google.process.gapps/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider} +02-27 08:01:43.423 13021 13021 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:01:43.425 505 2586 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10033; state: DISABLED +02-27 08:01:43.425 505 2586 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10033; state: DISABLED +02-27 08:01:43.425 505 2586 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10033; state: DISABLED +02-27 08:01:43.425 505 2586 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10033; state: ENABLED +02-27 08:01:43.426 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10033; state: ENABLED +02-27 08:01:43.429 322 322 D Zygote : Forked child process 13047 +02-27 08:01:43.429 12889 12889 W Glide : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored +02-27 08:01:43.429 505 555 I ActivityManager: Start proc 13047:com.android.providers.tv/u0a33 for content provider {com.android.providers.tv/com.android.providers.tv.TvProvider} +02-27 08:01:43.432 13039 13039 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. +02-27 08:01:43.441 505 1381 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:01:43.444 13047 13047 E id.providers.t: Not starting debugger since process cannot load the jdwp agent. +02-27 08:01:43.444 12830 12830 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 10 +02-27 08:01:43.450 12830 12922 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 1-1337, CT: 1772153180986, Constraints: [{ L: 43188056, D: 86388056, C: 1, I: 1, N: 1 }] +02-27 08:01:43.450 12830 12922 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 3-5, CT: 1772153914610, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }] +02-27 08:01:43.453 12830 12922 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:01:43.454 12830 12922 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772153257487, Constraints: [{ L: 900000, D: 1800000, C: 1, I: 1, N: 0 }] +02-27 08:01:43.454 12830 12922 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772154050083, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 08:01:43.454 13047 13047 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10033; state: ENABLED +02-27 08:01:43.461 13039 13039 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:01:43.463 12830 12830 I Finsky : [2] iki.D(3): Installer: Attempting to start installer +02-27 08:01:43.464 13021 13021 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:01:43.468 505 1680 D ConnectivityService: requestNetwork for uid/pid:10048/12889 activeRequest: null callbackRequest: 182 [NetworkRequest [ REQUEST id=183, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:01:43.468 505 709 D ConnectivityService: NetReassign [183 : null → 100] +02-27 08:01:43.468 12889 12889 W PrtnrWidgetInfoLdr: No content provider for OEM widget found +02-27 08:01:43.470 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=183, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:01:43.470 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=183, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:01:43.470 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=183, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:01:43.470 12830 12830 I Finsky : [2] vbw.c(2): registerListener +02-27 08:01:43.474 12889 13082 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.searchapi.VoiceInteractionProvider +02-27 08:01:43.474 12889 13083 E ActivityThread: Failed to find provider info for tvlauncher.mic +02-27 08:01:43.478 12889 13083 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:01:43.478 12889 13082 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:01:43.482 12830 12830 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:01:43.483 12830 12830 I Finsky : [2] pyr.a(1): Warm data store was already initialized. +02-27 08:01:43.483 12830 12830 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:01:43.489 12830 12830 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:01:43.489 12830 12830 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:01:43.490 12830 12830 I Finsky : [2] ird.(18): Initializing pausers from value store. +02-27 08:01:43.490 12830 12830 I Finsky : [2] ird.(21): Get the following callers from value store []. +02-27 08:01:43.490 12830 12830 I Finsky : [2] msm.onStartJob(3): SCH: job service start with id 9272. +02-27 08:01:43.491 12830 12830 I Finsky : [2] iki.T(1): Installer: Installer kick - no action, not running yet +02-27 08:01:43.493 12886 12886 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:01:43.494 13047 13047 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.tv' set to: 'default' +02-27 08:01:43.494 13047 13047 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:01:43.496 13047 13047 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:43.496 13047 13047 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:43.507 12970 12970 E ActivityThread: Failed to find provider info for tvlauncher.config +02-27 08:01:43.508 12970 12970 E OemConfigurationData: Error reading content://tvlauncher.config/configuration +02-27 08:01:43.508 12970 12970 E OemConfigurationData: No content provider: content://tvlauncher.config/configuration +02-27 08:01:43.511 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (975, 821) in display 0. +02-27 08:01:43.520 13047 13047 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10033; state: ENABLED +02-27 08:01:43.585 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:01:43.601 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:01:43.631 13039 13039 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:01:43.631 13039 13039 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:01:43.634 13039 13039 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:43.656 13039 13039 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:43.659 12156 12156 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:01:43.659 12156 12156 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:01:43.687 12886 13097 I Watchcat: Started +02-27 08:01:43.692 12886 13098 I GMS_MM_Logger: Started. +02-27 08:01:43.697 505 546 D CompatibilityChangeReporter: Compat change id reported: 158002302; UID 10048; state: ENABLED +02-27 08:01:43.701 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:01:43.701 12886 12886 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:01:43.705 12830 12943 I Finsky : [59] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 08:01:43.707 12830 12939 I Finsky : [55] mnx.a(27): SCH: Satisfied jobs for 9272 are: 29-29 +02-27 08:01:43.709 12889 12978 D HostConnection: createUnique: call +02-27 08:01:43.712 12889 12978 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b098890, tid 12978 +02-27 08:01:43.714 12830 13089 I Finsky : [83] heg.g(1): getDownloads() +02-27 08:01:43.715 12889 12978 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:01:43.718 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:01:43.729 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:01:43.729 13021 13021 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:01:43.729 13021 13021 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:01:43.732 13021 13021 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:01:43.735 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 08:01:43.738 13021 13021 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:01:43.739 12889 12978 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 08:01:43.739 182 182 I lowmemorykiller: Kill 'com.google.android.configupdater' (12872), uid 10047, oom_score_adj 905 to free 77372kB rss, 0kB swap; reason: min watermark is breached and thrashing (97%) +02-27 08:01:43.740 12889 12978 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 08:01:43.744 505 1381 I ActivityManager: Process com.google.android.configupdater (pid 12872) has died: cch+5 CEM +02-27 08:01:43.744 12889 12978 D EGL_emulation: eglCreateContext: 0xb400007b8b098c50: maj 3 min 0 rcv 3 +02-27 08:01:43.744 322 322 I Zygote : Process 12872 exited due to signal 9 (Killed) +02-27 08:01:43.745 505 556 I libprocessgroup: Successfully killed process cgroup uid 10047 pid 12872 in 0ms +02-27 08:01:43.751 182 182 I lowmemorykiller: Kill 'com.android.vending' (12830), uid 10058, oom_score_adj 250 to free 117356kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:01:43.753 12889 12978 D EGL_emulation: eglMakeCurrent: 0xb400007b8b098c50: ver 3 0 (tinfo 0x7da2400080) (first time) +02-27 08:01:43.762 182 182 I lowmemorykiller: Kill 'com.google.process.gapps' (13039), uid 10057, oom_score_adj 250 to free 84264kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:01:43.762 322 322 I Zygote : Process 12830 exited due to signal 9 (Killed) +02-27 08:01:43.769 322 322 I Zygote : Process 13039 exited due to signal 9 (Killed) +02-27 08:01:43.772 505 1680 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:01:43.772 182 182 I lowmemorykiller: Kill 'com.google.android.tvlauncher' (12889), uid 10048, oom_score_adj 0 to free 123524kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:01:43.772 505 1680 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:01:43.772 505 1680 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:01:43.772 505 1680 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:01:43.772 505 1680 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:01:43.773 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:01:43.775 322 322 D Zygote : Forked child process 13113 +02-27 08:01:43.776 505 826 I ActivityManager: Process com.android.vending (pid 12830) has died: prcl TRNB +02-27 08:01:43.776 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 12830 in 0ms +02-27 08:01:43.776 505 826 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.scheduler.process.mainimpl.PhoneskyJobServiceMain in 20313ms for connection +02-27 08:01:43.776 182 182 W lowmemorykiller: Failed to open /proc/13039/oom_score_adj; errno=2: process 13039 might have been killed +02-27 08:01:43.779 505 555 I ActivityManager: Start proc 13113:com.android.vending:background/u0a58 for service {com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService} +02-27 08:01:43.779 505 891 I ActivityManager: Process com.google.process.gapps (pid 13039) has died: cch+5 CEM +02-27 08:01:43.780 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 13039 in 0ms +02-27 08:01:43.785 322 322 I Zygote : Process 12889 exited due to signal 9 (Killed) +02-27 08:01:43.785 505 891 I ActivityManager: Process com.google.android.tvlauncher (pid 12889) has died: fg TOP +02-27 08:01:43.786 505 2621 I WindowManager: WIN DEATH: Window{8908e6f u0 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:01:43.786 505 2673 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/12889, android.os.BinderProxy@aeb426b) +02-27 08:01:43.786 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=183, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:01:43.787 12156 12156 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:01:43.787 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 12889 in 0ms +02-27 08:01:43.788 505 2621 W InputManager-JNI: Input channel object '8908e6f com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:01:43.801 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 12889 +02-27 08:01:43.801 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:01:43.802 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:01:43.802 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:01:43.802 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:01:43.802 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:01:43.803 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:01:43.805 322 322 D Zygote : Forked child process 13121 +02-27 08:01:43.806 505 555 I ActivityManager: Start proc 13121:com.google.android.tvlauncher/u0a48 for top-activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:01:43.815 13113 13113 E ding:backgroun: Not starting debugger since process cannot load the jdwp agent. +02-27 08:01:43.815 13121 13121 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:01:43.829 13113 13113 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:01:43.829 505 826 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.829 505 826 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.829 505 826 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.829 505 826 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.829 505 826 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.829 505 826 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.829 505 826 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.829 505 826 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.829 505 826 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.829 505 826 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.829 505 826 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.829 505 826 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.829 505 826 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.829 505 826 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.829 505 826 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.829 505 826 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.829 505 826 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.829 505 826 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.829 505 826 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.829 505 826 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:43.832 13121 13121 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:01:43.842 13121 13121 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:01:43.845 13113 13113 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:01:43.848 12970 13122 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10052; state: ENABLED +02-27 08:01:43.851 13121 13121 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:01:43.851 13121 13121 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:01:43.852 13121 13121 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:43.852 13121 13121 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:43.874 13113 13113 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:01:43.874 13113 13113 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:01:43.874 13113 13113 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:43.875 13113 13113 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:43.883 13113 13113 I Finsky:background: [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:01:43.902 505 2621 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:01:43.902 505 2621 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:01:43.902 505 2621 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:01:43.902 505 2621 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:01:43.902 505 2621 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:01:43.902 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:01:43.906 322 322 D Zygote : Forked child process 13168 +02-27 08:01:43.906 505 555 I ActivityManager: Start proc 13168:com.android.vending/u0a58 for broadcast {com.android.vending/com.google.android.finsky.verifier.impl.settings.SingleUserSettingsReceiver} +02-27 08:01:43.924 13168 13168 E android.vendin: Not starting debugger since process cannot load the jdwp agent. +02-27 08:01:43.935 13021 13021 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:01:43.937 13168 13168 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:01:43.943 13021 13021 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:01:43.943 13021 13021 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:01:43.943 13121 13196 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:01:43.944 505 3128 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:01:43.944 13121 13196 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:01:43.944 13121 13196 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:01:43.950 12970 12970 D NowPlayingListener: setRemoteControlListener: dqv@173259f +02-27 08:01:43.950 12970 12970 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:01:43.950 12970 12970 D NowPlayingManager: onClientChanged() called +02-27 08:01:43.950 12970 12970 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:01:43.950 505 505 V NotificationListeners: 0 notification listener service connected: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:01:43.956 505 2673 D ConnectivityService: requestNetwork for uid/pid:10052/12970 activeRequest: null callbackRequest: 184 [NetworkRequest [ REQUEST id=185, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ]] callback flags: 0 priority: 2147483647 +02-27 08:01:43.956 505 709 D ConnectivityService: NetReassign [185 : null → 100] +02-27 08:01:43.957 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:01:43.957 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=185, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:01:43.957 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=185, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:01:43.957 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=185, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:01:43.961 12970 12970 E TVNotifService.NotifMgr: Cannot show unshown notifications, notification service is null +02-27 08:01:43.961 13113 13113 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 08:01:43.964 13113 13113 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 08:01:43.965 13168 13168 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:01:43.970 13021 13021 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:01:43.971 505 2243 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:01:43.971 505 2243 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:01:43.978 13168 13168 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:01:43.978 13168 13168 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:01:43.979 13168 13168 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:43.979 13168 13168 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:43.988 13021 13021 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:01:43.990 770 770 D TvNotificationHandler: Notification added +02-27 08:01:43.991 12970 13166 I cr_CronetLibraryLoader: Cronet version: 105.0.5195.35, arch: aarch64 +02-27 08:01:44.002 13168 13168 I Finsky : [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:01:44.010 13021 13021 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:01:44.010 13021 13225 I GMS_MM_Logger: Started. +02-27 08:01:44.010 13021 13224 I Watchcat: Started +02-27 08:01:44.016 13121 13121 W ChimeRegistrationManage: Chime not initialized, cannot register for notifications. +02-27 08:01:44.026 13121 13121 W Glide : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored +02-27 08:01:44.029 13021 13021 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 08:01:44.029 13021 13021 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 08:01:44.040 13021 13021 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:01:44.040 13021 13021 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:01:44.043 13021 13021 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 08:01:44.043 13021 13021 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:01:44.043 13021 13021 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:01:44.046 12886 12918 W libc : Access denied finding property "persist.adb.tls_server.enable" +02-27 08:01:44.046 12886 12918 W libc : Access denied finding property "service.adb.tls.port" +02-27 08:01:44.040 12886 12886 W Binder:12886_3: type=1400 audit(0.0:125): avc: denied { read } for name="u:object_r:system_adbd_prop:s0" dev="tmpfs" ino=236 scontext=u:r:gmscore_app:s0:c512,c768 tcontext=u:object_r:system_adbd_prop:s0 tclass=file permissive=0 app=com.google.android.gms +02-27 08:01:44.040 12886 12886 W Binder:12886_3: type=1400 audit(0.0:126): avc: denied { read } for name="u:object_r:adbd_prop:s0" dev="tmpfs" ino=46 scontext=u:r:gmscore_app:s0:c512,c768 tcontext=u:object_r:adbd_prop:s0 tclass=file permissive=0 app=com.google.android.gms +02-27 08:01:44.056 13021 13033 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:01:44.056 13021 13033 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:01:44.058 505 826 D ConnectivityService: requestNetwork for uid/pid:10048/13121 activeRequest: null callbackRequest: 187 [NetworkRequest [ REQUEST id=188, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:01:44.058 13121 13121 W PrtnrWidgetInfoLdr: No content provider for OEM widget found +02-27 08:01:44.058 505 709 D ConnectivityService: NetReassign [188 : null → 100] +02-27 08:01:44.059 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=188, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:01:44.060 13121 13249 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.searchapi.VoiceInteractionProvider +02-27 08:01:44.060 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=188, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:01:44.060 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=188, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:01:44.060 13121 13249 E ActivityThread: Failed to find provider info for tvlauncher.mic +02-27 08:01:44.065 13121 13249 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:01:44.067 13121 13252 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:01:44.076 13168 13236 I Finsky : [49] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 08:01:44.084 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:01:44.095 13168 13236 I Finsky : [49] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 08:01:44.096 13121 13194 D HostConnection: createUnique: call +02-27 08:01:44.097 13121 13194 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09ac90, tid 13194 +02-27 08:01:44.099 13121 13194 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:01:44.101 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:01:44.103 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 08:01:44.103 12156 12409 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:01:44.104 13121 13194 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 08:01:44.104 13121 13194 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 08:01:44.105 13121 13194 D EGL_emulation: eglCreateContext: 0xb400007b8b09a690: maj 3 min 0 rcv 3 +02-27 08:01:44.106 12156 12409 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:01:44.107 13121 13194 D EGL_emulation: eglMakeCurrent: 0xb400007b8b09a690: ver 3 0 (tinfo 0x7da2400080) (first time) +02-27 08:01:44.108 12156 12409 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:01:44.108 12156 12409 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:01:44.110 12156 12409 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:01:44.117 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:01:44.250 360 526 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 08:01:44.260 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 08:01:44.261 13121 13194 I Gralloc4: mapper 4.x is not supported +02-27 08:01:44.274 13121 13194 D HostConnection: createUnique: call +02-27 08:01:44.274 13121 13194 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b099d90, tid 13194 +02-27 08:01:44.275 13121 13194 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 08:01:44.275 13121 13194 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 08:01:44.279 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 08:01:44.279 13121 13194 W Gralloc4: allocator 4.x is not supported +02-27 08:01:44.285 337 399 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:01:44.285 12156 12175 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:01:44.287 12156 12175 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:01:44.290 12156 12175 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:01:44.290 12156 12175 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:01:44.291 13121 13194 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:01:44.292 12156 12175 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:01:44.294 337 399 D goldfish-address-space: claimShared: Ask to claim region [0x1f97f4000 0x1f9fe0000] +02-27 08:01:44.297 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9fe0000 0x1fa7cc000] +02-27 08:01:44.340 13168 13168 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:01:44.346 13168 13168 I Finsky : [2] mre.(3): Resetting scheduler db +02-27 08:01:44.367 13168 13230 W Finsky : [46] ehz.d(18): For unauth, use getDfeApiNonAuthenticated() instead! +02-27 08:01:44.367 13121 13121 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:01:44.367 13121 13121 W Glide : class byq: Received null model +02-27 08:01:44.373 13168 13229 I Finsky : [45] kvx.(3): PackageMonitorReceiverImpl - Registering in memory receiver for android.intent.action.PACKAGE_ADDED and android.intent.action.PACKAGE_REMOVED +02-27 08:01:44.374 13121 13121 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:01:44.374 13121 13121 W Glide : class byq: Received null model +02-27 08:01:44.378 13168 13231 I Finsky : [47] pyq.a(1): Warm data store was already initialized. +02-27 08:01:44.389 13168 13267 I Finsky : [56] nlv.run(10): SysCUA: Set {com.android.vending/com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity} enabled state to 0 +02-27 08:01:44.398 13168 13231 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 08:01:44.399 13168 13231 I Finsky : [47] kmj.i(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileMaximum +02-27 08:01:44.399 13168 13231 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 08:01:44.400 13168 13231 I Finsky : [47] kmj.h(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileRecommended +02-27 08:01:44.404 13168 13269 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 1-1337, CT: 1772153180986, Constraints: [{ L: 43188056, D: 86388056, C: 1, I: 1, N: 1 }] +02-27 08:01:44.404 13168 13269 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 3-5, CT: 1772153914610, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }] +02-27 08:01:44.404 13168 13269 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:01:44.406 13168 13269 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772153257487, Constraints: [{ L: 900000, D: 1800000, C: 1, I: 1, N: 0 }] +02-27 08:01:44.406 13168 13269 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772154050083, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 08:01:44.410 13168 13267 W Finsky : [56] hne.run(49): HibernationActivity not found +02-27 08:01:44.413 13168 13231 I Finsky : [47] vbw.c(2): registerListener +02-27 08:01:44.414 13168 13231 I Finsky : [47] vbw.c(2): registerListener +02-27 08:01:44.415 13168 13275 W android.vendin: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:01:44.415 13168 13275 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:01:44.415 13168 13275 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:01:44.416 12156 12156 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 } +02-27 08:01:44.416 12156 12156 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 } +02-27 08:01:44.418 13168 13229 I Finsky : [45] pyr.a(1): Warm data store was already initialized. +02-27 08:01:44.423 13168 13231 I Finsky : [47] jrs.m(5): Enqueuing libraries load for 0 +02-27 08:01:44.424 13168 13231 I Finsky : [47] gcv.j(3): Subscription detail: N/A +02-27 08:01:44.428 13168 13256 I Finsky : [52] jrs.t(1): Starting libraries load for 0 +02-27 08:01:44.429 13168 13231 I Finsky : [47] qfs.s(2): Setup app restrictions monitor +02-27 08:01:44.431 13168 13256 I Finsky : [52] jrs.t(23): Finished loading 0 libraries. +02-27 08:01:44.440 13168 13231 I Finsky : [47] qlg.a(3): Device wide unknown source restriction is changed. +02-27 08:01:44.446 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:01:44.450 13168 13229 I Finsky : [45] pyq.a(1): Warm data store was already initialized. +02-27 08:01:44.450 13168 13229 I Finsky : [45] pyr.a(1): Warm data store was already initialized. +02-27 08:01:44.509 505 830 D CompatibilityChangeReporter: Compat change id reported: 171306433; UID 10057; state: ENABLED +02-27 08:01:44.523 13168 13236 I Finsky : [49] nvc.(2): Item store provider started. +02-27 08:01:44.603 13121 13121 E Clearcut-EventLogger: Unexpected log parameter home_selected_row_position +02-27 08:01:44.603 13121 13121 W HomeController: onResume: List view global layout completed. +02-27 08:01:44.621 505 826 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:01:44.621 505 826 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:01:44.621 505 826 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:01:44.621 505 826 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:01:44.623 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:01:44.628 322 322 D Zygote : Forked child process 13330 +02-27 08:01:44.629 505 555 I ActivityManager: Start proc 13330:com.google.process.gapps/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider} +02-27 08:01:44.635 12156 13315 I DynamiteModule: Considering local module com.google.android.gms.cronet_dynamite:0 and remote module com.google.android.gms.cronet_dynamite:1611 +02-27 08:01:44.635 12156 13315 I DynamiteModule: Selected remote version of com.google.android.gms.cronet_dynamite, version >= 1611 +02-27 08:01:44.636 12156 13319 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:01:44.636 12156 13319 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:01:44.636 12156 13319 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:01:44.650 12156 13319 I NetworkManagementSocketTagger: tagSocketFd(-1, 805307399, -1) failed with errno-9 +02-27 08:01:44.714 13330 13330 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. +02-27 08:01:44.806 13121 13301 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:01:44.829 182 182 I lowmemorykiller: Kill 'com.android.vending:background' (13113), uid 10058, oom_score_adj 915 to free 66220kB rss, 0kB swap; reason: min watermark is breached and thrashing (102%) +02-27 08:01:44.839 322 322 I Zygote : Process 13113 exited due to signal 9 (Killed) +02-27 08:01:44.842 505 2621 W ActivityManager: Slow operation: 61ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:01:44.842 505 2621 W ActivityManager: Slow operation: 61ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:01:44.852 182 182 I lowmemorykiller: Kill 'com.google.android.gms.unstable' (12886), uid 10057, oom_score_adj 100 to free 79592kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:01:44.860 322 322 I Zygote : Process 12886 exited due to signal 9 (Killed) +02-27 08:01:44.890 505 2621 W ActivityManager: Slow operation: 109ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:01:44.893 505 2621 W ActivityManager: Slow operation: 112ms so far, now at attachApplicationLocked: after updateOomAdjLocked +02-27 08:01:44.893 505 826 I ActivityManager: Process com.android.vending:background (pid 13113) has died: cch+15 CEM +02-27 08:01:44.894 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 13113 in 0ms +02-27 08:01:44.897 13330 13330 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:01:44.903 505 2243 I ActivityManager: Process com.google.android.gms.unstable (pid 12886) has died: vis BTOP +02-27 08:01:44.903 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 12886 in 0ms +02-27 08:01:44.905 505 2243 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.droidguard.DroidGuardService in 19184ms for connection +02-27 08:01:44.913 13168 13267 I Finsky : [56] mqf.apply(100): SCH: canceling system job 9272 +02-27 08:01:44.937 755 755 V MediaPlayerList: mPackageChangedBroadcastReceiver: action: android.intent.action.PACKAGE_CHANGED +02-27 08:01:44.937 755 755 D MediaPlayerList: Name of package changed: com.google.android.tvrecommendations +02-27 08:01:44.939 505 542 D CompanionDeviceManagerService: onPackageModified(packageName = com.google.android.tvrecommendations) +02-27 08:01:44.957 12970 13129 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10052; state: ENABLED +02-27 08:01:44.975 13168 13168 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 15 +02-27 08:01:44.980 505 542 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10077; state: DISABLED +02-27 08:01:44.980 505 542 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10077; state: DISABLED +02-27 08:01:44.980 505 542 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10077; state: DISABLED +02-27 08:01:44.980 505 542 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10077; state: DISABLED +02-27 08:01:44.981 13168 13267 I Finsky : [56] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 08:01:44.984 13168 13267 I Finsky : [56] mqf.apply(87): SCH: Scheduling system job Id: 9288, L: 0, D: 5102, C: false, I: false, N: 0 +02-27 08:01:44.985 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10077; state: DISABLED +02-27 08:01:44.990 322 322 D Zygote : Forked child process 13349 +02-27 08:01:44.996 13349 13349 I libc : SetHeapTaggingLevel: tag level set to 0 +02-27 08:01:44.996 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:01:45.003 505 555 I ActivityManager: Start proc 13349:com.google.android.permissioncontroller/u0a77 for service {com.google.android.permissioncontroller/com.android.permissioncontroller.permission.service.PermissionControllerServiceImpl} +02-27 08:01:45.011 505 505 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:01:45.012 505 505 V NotificationListeners: Not registering ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} is already bound +02-27 08:01:45.013 13168 13191 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. +02-27 08:01:45.014 13330 13330 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:01:45.014 13330 13330 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:01:45.019 13330 13330 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:45.019 505 553 W Searchables: No global search activity found +02-27 08:01:45.020 505 505 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10049; state: DISABLED +02-27 08:01:45.020 505 505 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10049; state: DISABLED +02-27 08:01:45.020 505 505 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10049; state: DISABLED +02-27 08:01:45.020 505 505 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10049; state: ENABLED +02-27 08:01:45.020 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10049; state: ENABLED +02-27 08:01:45.022 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:01:45.022 322 322 D Zygote : Forked child process 13356 +02-27 08:01:45.024 13330 13330 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:45.026 505 555 I ActivityManager: Start proc 13356:com.google.android.tv.remote.service/u0a49 for service {com.google.android.tv.remote.service/com.google.android.tv.remote.service.AtvRemoteProviderService} +02-27 08:01:45.028 13349 13349 E ssioncontrolle: Not starting debugger since process cannot load the jdwp agent. +02-27 08:01:45.045 13168 13168 I Finsky : [2] iki.D(3): Installer: Attempting to start installer +02-27 08:01:45.047 13168 13168 I Finsky : [2] vbw.c(2): registerListener +02-27 08:01:45.047 13356 13356 E .remote.servic: Not starting debugger since process cannot load the jdwp agent. +02-27 08:01:45.054 13121 13121 I Choreographer: Skipped 57 frames! The application may be doing too much work on its main thread. +02-27 08:01:45.058 13121 13121 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:01:45.058 13121 13121 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:01:45.068 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:01:45.090 505 542 I ActivityTaskManager: Displayed com.google.android.tvlauncher/.MainActivity: +1s938ms +02-27 08:01:45.091 505 542 I ActivityTaskManager: Fully drawn com.google.android.tvlauncher/.MainActivity: +1s938ms +02-27 08:01:45.095 505 1381 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10077; state: DISABLED +02-27 08:01:45.095 505 1381 W ActivityManager: Slow operation: 52ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:01:45.095 505 1381 W ActivityManager: Slow operation: 52ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:01:45.095 505 1381 W ActivityManager: Slow operation: 52ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:01:45.097 505 1381 W ActivityManager: Slow operation: 54ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:01:45.100 505 2476 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10049; state: DISABLED +02-27 08:01:45.101 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:01:45.104 13349 13349 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10077; state: DISABLED +02-27 08:01:45.118 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:01:45.135 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:01:45.150 13356 13356 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10049; state: ENABLED +02-27 08:01:45.244 13349 13349 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar +02-27 08:01:45.266 13121 13302 I gmg : Provider GmsCore_OpenSSL not available +02-27 08:01:45.308 13330 13330 I GoogleHttpClient: GMS http client unavailable, use old client +02-27 08:01:45.310 13168 13168 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:01:45.311 13168 13168 I Finsky : [2] pyr.a(1): Warm data store was already initialized. +02-27 08:01:45.323 13168 13168 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:01:45.328 13330 13330 I CarUiInstaller: CarUiInstaller started for com.google.android.gsf +02-27 08:01:45.331 13356 13356 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AtvRemoteService/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:01:45.350 13168 13168 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:01:45.350 13168 13168 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:01:45.361 13168 13168 I Finsky : [2] ird.(18): Initializing pausers from value store. +02-27 08:01:45.361 13168 13168 I Finsky : [2] ird.(21): Get the following callers from value store []. +02-27 08:01:45.378 13168 13168 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 15 +02-27 08:01:45.380 12156 12782 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:01:45.381 13349 13349 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.permissioncontroller' set to: 'default' +02-27 08:01:45.382 13349 13349 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:01:45.387 13356 13356 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tv.remote.service' set to: 'default' +02-27 08:01:45.387 13356 13356 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:01:45.387 13356 13356 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:45.388 13356 13356 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:45.390 12156 12782 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:01:45.397 505 2243 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:01:45.398 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:01:45.421 12156 12782 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:01:45.421 12156 12782 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:01:45.426 12156 12782 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:01:45.429 13168 13168 I Finsky : [2] iki.T(1): Installer: Installer kick - no action, not running yet +02-27 08:01:45.442 13349 13349 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:45.442 13349 13349 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:45.445 13168 13168 I Finsky : [2] msm.onStartJob(3): SCH: job service start with id 9288. +02-27 08:01:45.499 13168 13264 I Finsky : [54] mnx.a(27): SCH: Satisfied jobs for 9288 are: 29-29 +02-27 08:01:45.504 13356 13356 I AtvRemote.Application: Application started +02-27 08:01:45.506 13168 13396 I Finsky : [87] mrk.accept(52): SCH: Job 29-29 starting +02-27 08:01:45.519 13349 13349 I CarUiInstaller: CarUiInstaller started for com.google.android.permissioncontroller +02-27 08:01:45.529 13168 13236 I Finsky : [49] nvc.r(6): Created new item store. +02-27 08:01:45.544 13349 13349 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:01:45.546 13168 13399 I Finsky : [89] pqs.F(0): ProcessRecoveryLogsUtil: No files in recovery directory +02-27 08:01:45.546 13168 13399 I Finsky : [89] mqw.r(4): SCH: jobFinished: 29-29. TimeElapsed: 34ms. +02-27 08:01:45.577 13349 13381 I PermissionControllerServiceImpl: Updating user sensitive for uid 10052 +02-27 08:01:45.582 13356 13403 W .remote.servic: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:01:45.582 13356 13403 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:01:45.582 13356 13403 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:01:45.605 13168 13390 I Finsky : [84] heg.g(1): getDownloads() +02-27 08:01:45.612 13168 13267 I Finsky : [56] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:01:45.613 13168 13267 I Finsky : [56] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772153257487, Constraints: [{ L: 900000, D: 1800000, C: 1, I: 1, N: 0 }] +02-27 08:01:45.633 13168 13267 I Finsky : [56] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 08:01:45.643 13168 13267 I Finsky : [56] mqf.apply(87): SCH: Scheduling system job Id: 9293, L: 51851, D: 951851, C: false, I: false, N: 0 +02-27 08:01:45.673 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:01:45.673 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:01:45.681 505 2796 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:01:45.682 505 2796 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:01:45.683 505 2796 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:01:45.683 505 2796 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:01:45.683 505 2796 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:01:45.686 13168 13396 I Finsky : [87] msm.a(16): SCH: job service finished with id 9288. +02-27 08:01:45.686 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:01:45.694 322 322 D Zygote : Forked child process 13413 +02-27 08:01:45.697 505 555 I ActivityManager: Start proc 13413:com.android.vending:background/u0a58 for service {com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService} +02-27 08:01:45.814 13356 13356 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:01:45.850 13413 13413 E ding:backgroun: Not starting debugger since process cannot load the jdwp agent. +02-27 08:01:45.861 13356 13356 I AtvRemote.RemoteService: Starting bluetooth server +02-27 08:01:45.941 13413 13413 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:01:45.946 13121 13137 I roid.tvlaunche: Background young concurrent copying GC freed 67950(5361KB) AllocSpace objects, 53(2576KB) LOS objects, 82% free, 5288KB/29MB, paused 77us,718us total 134.214ms +02-27 08:01:46.011 755 1083 I bt_btif_sock_rfcomm: system/bt/btif/src/btif_sock_rfc.cc:303 btsock_rfc_listen: Adding listening socket service_name: Android TV Remote - channel: -1 +02-27 08:01:46.022 13356 13356 I AtvRemote.BluetoothServer: Starting Bluetooth LE advertising +02-27 08:01:46.024 13121 13301 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:222508000 +02-27 08:01:46.024 13121 13301 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 222508000 +02-27 08:01:46.024 13168 13187 I android.vendin: Background young concurrent copying GC freed 87360(7886KB) AllocSpace objects, 20(460KB) LOS objects, 78% free, 6572KB/30MB, paused 1.206ms,3.437ms total 105.910ms +02-27 08:01:46.024 755 1045 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:01:46.025 13356 13356 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:01:46.026 13356 13356 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:01:46.029 755 1045 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=6, is_server=1, mtu=990, uuid=000000, dlci=12, signal_state=0x0b, p_port=0x7a813ee0c0 +02-27 08:01:46.047 13168 13256 I Finsky : [52] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772154104311, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 08:01:46.081 13356 13356 D TvRemoteProvider: openRemoteInputBridge() for virtual-search: success +02-27 08:01:46.084 13168 13268 I Finsky : [58] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 08:01:46.085 13168 13268 I Finsky : [58] mqf.apply(87): SCH: Scheduling system job Id: 9293, L: 28226, D: 58226, C: false, I: false, N: 0 +02-27 08:01:46.086 13356 13356 I AtvRemote.BluetoothServer: Advertising on LE Settings [mAdvertiseMode=0, mAdvertiseTxPowerLevel=2, mAdvertiseConnectable=true, mAdvertiseTimeoutMillis=0] +02-27 08:01:46.089 505 826 I TvRemote-native-uiBridge: Registering uinput device virtual-search: touch pad size 1x1, max pointers 1. +02-27 08:01:46.089 505 826 E TvRemote-native-uiBridge: Cannot open /dev/uinput: Permission denied. +02-27 08:01:46.084 505 505 W Binder:505_5: type=1400 audit(0.0:127): avc: denied { write } for name="uinput" dev="tmpfs" ino=382 scontext=u:r:system_server:s0 tcontext=u:object_r:uhid_device:s0 tclass=chr_file permissive=0 +02-27 08:01:46.089 505 826 E TvRemoteServiceInput: Cannot create device for virtual-search +02-27 08:01:46.095 505 2796 D ConnectivityService: requestNetwork for uid/pid:10057/12156 activeRequest: null callbackRequest: 190 [NetworkRequest [ REQUEST id=191, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10057 RequestorUid: 10057 RequestorPkg: com.google.android.gms] ]] callback flags: 0 priority: 2147483647 +02-27 08:01:46.105 13021 13445 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:01:46.105 505 709 D ConnectivityService: NetReassign [191 : null → 100] +02-27 08:01:46.107 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:01:46.108 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=191, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10057 RequestorUid: 10057 RequestorPkg: com.google.android.gms] ] +02-27 08:01:46.113 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=191, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10057 RequestorUid: 10057 RequestorPkg: com.google.android.gms] ] +02-27 08:01:46.115 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=191, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10057 RequestorUid: 10057 RequestorPkg: com.google.android.gms] ] +02-27 08:01:46.123 13168 13191 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:01:46.123 13168 13191 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 7 +02-27 08:01:46.123 13168 13191 V DynamiteModule: Dynamite loader version >= 2, using loadModule2NoCrashUtils +02-27 08:01:46.130 13413 13413 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:01:46.177 13121 13194 D EGL_emulation: app_time_stats: avg=31.11ms min=3.51ms max=241.72ms count=33 +02-27 08:01:46.238 505 2053 E TaskPersister: File error accessing recents directory (directory doesn't exist?). +02-27 08:01:46.410 12156 13315 W .gms.persisten: Verification of java.lang.ClassLoader org.chromium.base.JNIUtils.getSplitClassLoader(java.lang.String) took 153.148ms (202.42 bytecodes/s) (2000B approximate peak alloc) +02-27 08:01:46.465 12156 13315 I cr_CronetLibraryLoader: Cronet version: 105.0.5195.35, arch: aarch64 +02-27 08:01:46.477 12156 13315 I avhi : Network metric disabled. Skip initializing network monitor. +02-27 08:01:46.517 13121 13301 D DynamitePackage: Instantiated singleton DynamitePackage. +02-27 08:01:46.517 13121 13301 D DynamitePackage: Instantiating com.google.android.gms.ads.adshield.ChimeraAdShieldCreatorImpl +02-27 08:01:46.528 13413 13413 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:01:46.528 13413 13413 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:01:46.532 13413 13413 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:46.534 13413 13413 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:46.586 13021 13459 I Icing : Using TV flags by method 2 +02-27 08:01:46.613 505 2796 D ConnectivityService: requestNetwork for uid/pid:10048/13121 activeRequest: null callbackRequest: 193 [NetworkRequest [ REQUEST id=194, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:01:46.616 505 709 D ConnectivityService: NetReassign [194 : null → 100] +02-27 08:01:46.616 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=194, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:01:46.616 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=194, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:01:46.616 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=194, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:01:46.664 13413 13413 I Finsky:background: [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:01:46.679 13021 13224 I Icing : Storage manager: low false usage 1.54MB avail 5.40GB capacity 5.80GB +02-27 08:01:46.727 182 182 I lowmemorykiller: Kill 'com.google.android.tv.remote.service' (13356), uid 10049, oom_score_adj 100 to free 66952kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (398%) +02-27 08:01:46.761 322 322 I Zygote : Process 13356 exited due to signal 9 (Killed) +02-27 08:01:46.774 755 1062 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:01:46.775 505 1381 W AudioService.RecordingActivityMonitor: client died +02-27 08:01:46.775 505 556 I libprocessgroup: Successfully killed process cgroup uid 10049 pid 13356 in 0ms +02-27 08:01:46.776 505 2621 I ActivityManager: Process com.google.android.tv.remote.service (pid 13356) has died: vis FGS +02-27 08:01:46.794 755 1045 I bt_stack: [INFO:port_api.cc(307)] RFCOMM_RemoveServer: handle=26 +02-27 08:01:46.839 505 2621 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.RemoteService in 1000ms for start-requested +02-27 08:01:46.844 505 2621 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.AtvRemoteProviderService in 27245ms for connection +02-27 08:01:46.861 755 1083 I BtGatt.AdvertiseManager: error sending onAdvertisingSetStopped callback +02-27 08:01:46.861 755 1083 I BtGatt.AdvertiseManager: android.os.DeadObjectException +02-27 08:01:46.861 755 1083 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:01:46.861 755 1083 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:01:46.861 755 1083 I BtGatt.AdvertiseManager: at android.bluetooth.le.IAdvertisingSetCallback$Stub$Proxy.onAdvertisingSetStopped(IAdvertisingSetCallback.java:320) +02-27 08:01:46.861 755 1083 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager.stopAdvertisingSet(AdvertiseManager.java:261) +02-27 08:01:46.861 755 1083 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager$AdvertisingSetDeathRecipient.binderDied(AdvertiseManager.java:123) +02-27 08:01:46.861 755 1083 I BtGatt.AdvertiseManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:01:46.861 755 1083 I BtGatt.AdvertiseManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:01:46.894 505 505 D CompatibilityChangeReporter: Compat change id reported: 175319604; UID 10052; state: ENABLED +02-27 08:01:46.896 505 572 E VerityUtils: Failed to measure fs-verity, errno 1: /product/priv-app/TVLauncher/TVLauncher.apk +02-27 08:01:46.892 505 505 W PackageManagerB: type=1400 audit(0.0:128): avc: denied { ioctl } for path="/product/priv-app/TVLauncher/TVLauncher.apk" dev="dm-2" ino=220 ioctlcmd=0x6686 scontext=u:r:system_server:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 +02-27 08:01:46.956 13021 13225 I GmscoreIpa: (REDACTED) Using %s flags by method %d +02-27 08:01:47.159 13021 13224 W native : W0000 00:00:1772154107.159428 13224 model-utils.cc:16] No CRC32, most likely an old model; skip CRC32 check +02-27 08:01:47.161 13021 13224 I native : I0000 00:00:1772154107.161672 13224 permission-checker.cc:81] Creating PermissionChecker based on ACL with config_version 1 having 9 permissions defined. +02-27 08:01:47.166 13021 13224 W native : W0000 00:00:1772154107.166067 13224 words-map.cc:36] INVALID_ARGUMENT: Empty URI +02-27 08:01:47.166 13021 13224 W native : W0000 00:00:1772154107.166102 13224 words-map.cc:40] WordsMap was not properly initialized +02-27 08:01:47.191 13121 13194 D EGL_emulation: app_time_stats: avg=13.58ms min=3.85ms max=169.26ms count=47 +02-27 08:01:47.209 505 505 W Looper : Slow dispatch took 154ms main h=com.android.server.power.Notifier$NotifierHandler c=null m=1 +02-27 08:01:47.225 505 514 I system_server: Background young concurrent copying GC freed 202402(10MB) AllocSpace objects, 15(836KB) LOS objects, 43% free, 13MB/24MB, paused 74us,58us total 258.944ms +02-27 08:01:47.232 12156 12328 W GLSUser : [AppCertManager] Failed to get security token. +02-27 08:01:47.232 12156 12328 W GLSUser : java.io.IOException: Invalid scope +02-27 08:01:47.232 12156 12328 W GLSUser : at xom.d(:com.google.android.gms@223616103@22.36.16 (180406-476895098):22) +02-27 08:01:47.232 12156 12328 W GLSUser : at xom.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):8) +02-27 08:01:47.232 12156 12328 W GLSUser : at jpp.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):14) +02-27 08:01:47.232 12156 12328 W GLSUser : at jpn.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:01:47.232 12156 12328 W GLSUser : at jpi.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:01:47.232 12156 12328 W GLSUser : at jpl.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:01:47.232 12156 12328 W GLSUser : at hob.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):13) +02-27 08:01:47.232 12156 12328 W GLSUser : at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:01:47.232 12156 12328 W GLSUser : at oiz.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):6) +02-27 08:01:47.232 12156 12328 W GLSUser : at oiz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:01:47.232 12156 12328 W GLSUser : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:01:47.232 12156 12328 W GLSUser : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:01:47.232 12156 12328 W GLSUser : at ooc.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:01:47.232 12156 12328 W GLSUser : at java.lang.Thread.run(Thread.java:920) +02-27 08:01:47.259 505 516 E System : Uncaught exception thrown by finalizer +02-27 08:01:47.263 505 516 E System : java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Object.equals(java.lang.Object)' on a null object reference +02-27 08:01:47.263 505 516 E System : at com.android.server.tv.UinputBridge.isTokenValid(UinputBridge.java:135) +02-27 08:01:47.263 505 516 E System : at com.android.server.tv.UinputBridge.close(UinputBridge.java:119) +02-27 08:01:47.263 505 516 E System : at com.android.server.tv.UinputBridge.finalize(UinputBridge.java:111) +02-27 08:01:47.263 505 516 E System : at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:291) +02-27 08:01:47.263 505 516 E System : at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:278) +02-27 08:01:47.263 505 516 E System : at java.lang.Daemons$Daemon.run(Daemons.java:139) +02-27 08:01:47.263 505 516 E System : at java.lang.Thread.run(Thread.java:920) +02-27 08:01:47.264 505 516 W System : A resource failed to call release. +02-27 08:01:47.273 505 516 W System : A resource failed to call release. +02-27 08:01:47.274 505 516 W System : A resource failed to call release. +02-27 08:01:47.341 13021 13509 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36 +02-27 08:01:47.345 13021 13508 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=ContactsIndexer serviceId=33 +02-27 08:01:47.350 13021 13511 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=32 +02-27 08:01:47.365 12156 12156 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 } +02-27 08:01:47.365 12156 12156 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 } +02-27 08:01:47.385 13021 13021 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 } +02-27 08:01:47.385 13021 13021 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 } +02-27 08:01:47.392 13413 13413 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 08:01:47.397 13413 13413 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 08:01:47.425 13413 13413 I Finsky:background: [2] jjo.onCreate(2): IPC-SERVER: Starting gRPC host service... +02-27 08:01:47.426 13021 13224 I Icing : updateResources: need to parse wls{com.google.android.gms} +02-27 08:01:47.431 13021 13037 W SQLiteLog: (28) double-quoted string literal: "1771981307409" +02-27 08:01:47.431 13021 13037 W SQLiteLog: (28) double-quoted string literal: "1" +02-27 08:01:47.440 12156 12328 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed +02-27 08:01:47.445 12156 12328 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:01:47.445 12156 12328 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:01:47.462 505 2621 D ConnectivityService: requestNetwork for uid/pid:10058/13413 activeRequest: null callbackRequest: 195 [NetworkRequest [ REQUEST id=196, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ]] callback flags: 0 priority: 2147483647 +02-27 08:01:47.463 505 709 D ConnectivityService: NetReassign [196 : null → 100] +02-27 08:01:47.466 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=196, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 08:01:47.470 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=196, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 08:01:47.470 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=196, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 08:01:47.485 13413 13413 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 5 +02-27 08:01:47.492 13413 13524 I Finsky:background: [50] hbv.f(1): getDownloads() +02-27 08:01:47.500 13168 13256 I Finsky : [52] heg.g(1): getDownloads() +02-27 08:01:47.504 13413 13524 I Finsky:background: [50] hbv.f(1): getDownloads() +02-27 08:01:47.504 13021 13224 I Icing : Internal init done: storage state 0 +02-27 08:01:47.510 505 2476 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10027; state: DISABLED +02-27 08:01:47.510 505 2476 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10027; state: DISABLED +02-27 08:01:47.510 505 2476 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10027; state: DISABLED +02-27 08:01:47.510 505 2476 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10027; state: ENABLED +02-27 08:01:47.510 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10027; state: ENABLED +02-27 08:01:47.510 12156 12328 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed +02-27 08:01:47.511 12156 12328 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:01:47.511 12156 12328 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:01:47.516 322 322 D Zygote : Forked child process 13526 +02-27 08:01:47.517 505 555 I ActivityManager: Start proc 13526:android.process.media/u0a27 for content provider {com.android.providers.downloads/com.android.providers.downloads.DownloadProvider} +02-27 08:01:47.519 13021 13224 I Icing : Post-init done +02-27 08:01:47.525 13021 13501 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=30 +02-27 08:01:47.588 13021 13224 I Icing : Usage reports ok 1, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:01:47.595 13021 13224 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:01:47.604 182 182 I lowmemorykiller: Kill 'com.android.vending:background' (13413), uid 10058, oom_score_adj 100 to free 102472kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (319%) +02-27 08:01:47.609 13021 13224 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:01:47.610 12156 12328 W GLSUser : [AppCertManager] IOException while requesting key: +02-27 08:01:47.610 12156 12328 W GLSUser : java.io.IOException: Invalid device key response. +02-27 08:01:47.610 12156 12328 W GLSUser : at jpp.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):30) +02-27 08:01:47.610 12156 12328 W GLSUser : at jpn.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:01:47.610 12156 12328 W GLSUser : at jpi.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:01:47.610 12156 12328 W GLSUser : at jpl.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:01:47.610 12156 12328 W GLSUser : at hob.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):13) +02-27 08:01:47.610 12156 12328 W GLSUser : at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:01:47.610 12156 12328 W GLSUser : at oiz.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):6) +02-27 08:01:47.610 12156 12328 W GLSUser : at oiz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:01:47.610 12156 12328 W GLSUser : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:01:47.610 12156 12328 W GLSUser : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:01:47.610 12156 12328 W GLSUser : at ooc.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:01:47.610 12156 12328 W GLSUser : at java.lang.Thread.run(Thread.java:920) +02-27 08:01:47.612 13526 13526 E d.process.medi: Not starting debugger since process cannot load the jdwp agent. +02-27 08:01:47.614 505 2621 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10058/13413, android.os.BinderProxy@e60603b) +02-27 08:01:47.614 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=196, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] (release request) +02-27 08:01:47.616 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 13413 in 0ms +02-27 08:01:47.617 505 2476 I ActivityManager: Process com.android.vending:background (pid 13413) has died: vis BFGS +02-27 08:01:47.617 322 322 I Zygote : Process 13413 exited due to signal 9 (Killed) +02-27 08:01:47.622 13021 13224 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:01:47.625 505 2476 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService in 36464ms for connection +02-27 08:01:47.626 12156 13422 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:01:47.637 13168 13168 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 15 +02-27 08:01:47.657 505 1381 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10027; state: DISABLED +02-27 08:01:47.681 13526 13526 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10027; state: ENABLED +02-27 08:01:47.682 505 1395 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10028; state: DISABLED +02-27 08:01:47.682 505 1395 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10028; state: DISABLED +02-27 08:01:47.682 505 1395 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10028; state: DISABLED +02-27 08:01:47.682 505 1395 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10028; state: ENABLED +02-27 08:01:47.683 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10028; state: ENABLED +02-27 08:01:47.686 13021 13501 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=36 +02-27 08:01:47.689 322 322 D Zygote : Forked child process 13544 +02-27 08:01:47.694 505 555 I ActivityManager: Start proc 13544:android.process.acore/u0a28 for content provider {com.android.providers.contacts/com.android.providers.contacts.ContactsProvider2} +02-27 08:01:47.705 13544 13544 E d.process.acor: Not starting debugger since process cannot load the jdwp agent. +02-27 08:01:47.713 505 1381 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10028; state: DISABLED +02-27 08:01:47.713 13021 13224 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:01:47.714 13021 13224 I Icing : Indexing com.google.android.gms-apps from com.google.android.gms +02-27 08:01:47.716 13544 13544 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10028; state: ENABLED +02-27 08:01:47.722 13021 13224 I Icing : Indexing done com.google.android.gms-apps +02-27 08:01:47.744 13544 13544 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.contacts' set to: 'default' +02-27 08:01:47.744 13526 13526 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.downloads' set to: 'default' +02-27 08:01:47.744 13544 13544 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:01:47.744 13526 13526 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:01:47.745 13544 13544 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:47.746 13526 13526 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:47.746 13544 13544 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:47.746 13526 13526 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:47.761 13544 13544 I ContactsPerf: VoicemailContentProvider.onCreate start +02-27 08:01:47.763 13544 13544 I ContactsPerf: VoicemailContentProvider.onCreate finish +02-27 08:01:47.782 505 1381 D CountryDetector: The first listener is added +02-27 08:01:47.783 13544 13544 I ContactsDatabaseHelper: updateUseStrictPhoneNumberComparison: US +02-27 08:01:47.795 13168 13390 I Finsky : [84] iju.run(23): Installer: Installer starting +02-27 08:01:47.795 13168 13390 I Finsky : [84] iju.run(26): Installer: Installer started +02-27 08:01:47.797 13544 13562 I CallLogProvider: Syncing call composer pics -- source user=0, isShadow=true, forAllUser=false +02-27 08:01:47.797 13544 13562 I CallLogProvider: Fetching list of Uris to sync +02-27 08:01:47.813 13168 13168 I Finsky : [2] gag.a(1): DL: Creating dataloader logger using a new logging context. +02-27 08:01:47.820 13544 13567 D ContactsDatabaseHelper: WAL enabled for contacts2.db: true +02-27 08:01:47.821 13168 13168 I Finsky : [2] iki.T(7): Installer: found apps to install. isMultiUserMode=false, apps=[] +02-27 08:01:47.825 13168 13569 I Finsky : [100] ijs.a(21): IV2: found recoverable installs: [] +02-27 08:01:47.913 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10049; state: DISABLED +02-27 08:01:47.913 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10049; state: DISABLED +02-27 08:01:47.913 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10049; state: DISABLED +02-27 08:01:47.913 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10049; state: ENABLED +02-27 08:01:47.915 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10049; state: ENABLED +02-27 08:01:47.921 322 322 D Zygote : Forked child process 13573 +02-27 08:01:47.925 505 555 I ActivityManager: Start proc 13573:com.google.android.tv.remote.service/u0a49 for service {com.google.android.tv.remote.service/com.google.android.tv.remote.service.RemoteService} +02-27 08:01:47.972 13573 13573 E .remote.servic: Not starting debugger since process cannot load the jdwp agent. +02-27 08:01:47.974 13168 13186 I android.vendin: JIT allocated 68KB for compiled code of java.lang.Object eoc.l() +02-27 08:01:47.985 13168 13186 I android.vendin: JIT allocated 74KB for compiled code of java.lang.Object eoc.n() +02-27 08:01:48.007 13544 13567 I ContactLocale: AddressBook Labels [[en_US]]: […, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, Α, Β, Γ, Δ, Ε, Ζ, Η, Θ, Ι, Κ, Λ, Μ, Ν, Ξ, Ο, Π, Ρ, Σ, Τ, Υ, Φ, Χ, Ψ, Ω, …, А, Б, В, Г, Д, Ђ, Е, Є, Ж, З, И, І, Й, Ј, К, Л, Љ, М, Н, Њ, О, П, Р, С, Т, Ћ, У, Ф, Х, Ц, Ч, Џ, Ш, Щ, Ю, Я, …, א, ב, ג, ד, ה, ו, ז, ח, ט, י, כ, ל, מ, נ, ס, ע, פ, צ, ק, ר, ש, ת, …, ا, ب, ت, ث, ج, ح, خ, د, ذ, ر, ز, س, ش, ص, ض, ط, ظ, ع, غ, ف, ق, ك, ل, م, ن, ه, و, ي, …, ก, ข, ฃ, ค, ฅ, ฆ, ง, จ, ฉ, ช, ซ, ฌ, ญ, ฎ, ฏ, ฐ, ฑ, ฒ, ณ, ด, ต, ถ, ท, ธ, น, บ, ป, ผ, ฝ, พ, ฟ, ภ, ม, ย, ร, ฤ, ล, ฦ, ว, ศ, ษ, ส, ห, ฬ, อ, ฮ, …, ㄱ, ㄴ, ㄷ, ㄹ, ㅁ, ㅂ, ㅅ, ㅇ, ㅈ, ㅊ, ㅋ, ㅌ, ㅍ, ㅎ, …, あ, か, さ, た, な, は, ま, や, ら, わ, #, …] +02-27 08:01:48.029 13544 13567 D ContactsDatabaseHelper: WAL enabled for profile.db: false +02-27 08:01:48.033 13168 13186 I android.vendin: JIT allocated 76KB for compiled code of java.lang.Object eoc.o() +02-27 08:01:48.044 13573 13573 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10049; state: ENABLED +02-27 08:01:48.070 13021 13021 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:01:48.078 13168 13264 I Finsky : [54] mrj.apply(16): SCH: Canceling job 3-5 +02-27 08:01:48.079 13168 13186 I android.vendin: JIT allocated 82KB for compiled code of java.lang.Object eoc.m() +02-27 08:01:48.080 13168 13186 I android.vendin: Compiler allocated 4197KB to compile java.lang.Object eoc.m() +02-27 08:01:48.081 13168 13269 I Finsky : [57] mqs.a(2): SCH: no pending jobs to schedule. +02-27 08:01:48.085 13168 13168 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:01:48.085 13168 13168 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:01:48.088 13168 13168 I Finsky : [2] nkq.a(1): Connecting InstallListener to SplitInstallService broadcaster... +02-27 08:01:48.107 13168 13571 I Finsky : [102] irp.apply(90): IQ: Creating job 6, for (REQ_DEVICE_IDLE, NETWORK=UNMETERED, PROVISIONING_STATE=PROVISIONED) +02-27 08:01:48.109 13168 13571 I Finsky : [102] irv.y(9): IQ: Bulk scheduling created jobs +02-27 08:01:48.110 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:01:48.132 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:01:48.133 13573 13573 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AtvRemoteService/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:01:48.170 13573 13573 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tv.remote.service' set to: 'default' +02-27 08:01:48.170 13573 13573 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:01:48.172 13573 13573 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:48.175 13573 13573 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:48.197 13544 13562 I CallLogProvider: Will sync following Uris:[] +02-27 08:01:48.197 13544 13562 I CallLogProvider: Syncing call composer pics -- got [] +02-27 08:01:48.200 13573 13573 I AtvRemote.Application: Application started +02-27 08:01:48.209 13121 13194 D EGL_emulation: app_time_stats: avg=8.26ms min=3.23ms max=110.62ms count=55 +02-27 08:01:48.214 13573 13593 W .remote.servic: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:01:48.214 13573 13593 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:01:48.214 13573 13593 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:01:48.225 13168 13267 I Finsky : [56] mar.accept(5): SCH: Scheduling phonesky job Id: 3-6, CT: 1772154108109, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }] +02-27 08:01:48.229 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:01:48.236 13121 13433 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10048; state: ENABLED +02-27 08:01:48.242 13168 13267 I Finsky : [56] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 08:01:48.250 12156 13315 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:01:48.259 13573 13573 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:01:48.295 13121 13121 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:01:48.296 13573 13573 I AtvRemote.RemoteService: Starting bluetooth server +02-27 08:01:48.338 755 1083 I bt_btif_sock_rfcomm: system/bt/btif/src/btif_sock_rfc.cc:303 btsock_rfc_listen: Adding listening socket service_name: Android TV Remote - channel: -1 +02-27 08:01:48.344 13573 13573 I AtvRemote.BluetoothServer: Starting Bluetooth LE advertising +02-27 08:01:48.345 13573 13573 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:01:48.345 13573 13573 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:01:48.346 755 1045 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:01:48.350 755 1045 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=6, is_server=1, mtu=990, uuid=000000, dlci=12, signal_state=0x0b, p_port=0x7a813ee178 +02-27 08:01:48.384 12156 12301 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:01:48.396 13573 13573 I AtvRemote.BluetoothServer: Advertising on LE Settings [mAdvertiseMode=0, mAdvertiseTxPowerLevel=2, mAdvertiseConnectable=true, mAdvertiseTimeoutMillis=0] +02-27 08:01:48.397 13573 13573 D TvRemoteProvider: openRemoteInputBridge() for virtual-search: success +02-27 08:01:48.399 505 2476 I TvRemote-native-uiBridge: Registering uinput device virtual-search: touch pad size 1x1, max pointers 1. +02-27 08:01:48.400 505 2476 E TvRemote-native-uiBridge: Cannot open /dev/uinput: Permission denied. +02-27 08:01:48.396 505 505 W Binder:505_17: type=1400 audit(0.0:129): avc: denied { write } for name="uinput" dev="tmpfs" ino=382 scontext=u:r:system_server:s0 tcontext=u:object_r:uhid_device:s0 tclass=chr_file permissive=0 +02-27 08:01:48.402 505 2476 E TvRemoteServiceInput: Cannot create device for virtual-search +02-27 08:01:48.433 505 2476 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LEANBACK_LAUNCHER] flg=0x10000000 pkg=com.google.android.youtube.tv cmp=com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.ShellActivity} from uid 10048 +02-27 08:01:48.449 505 2476 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=18 attached=false +02-27 08:01:48.460 505 2476 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10065; state: DISABLED +02-27 08:01:48.461 505 2476 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10065; state: DISABLED +02-27 08:01:48.462 505 2476 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10065; state: DISABLED +02-27 08:01:48.463 505 2476 D CompatibilityChangeReporter: Compat change id reported: 181136395; UID 10065; state: DISABLED +02-27 08:01:48.464 505 2476 D CompatibilityChangeReporter: Compat change id reported: 174042936; UID 10065; state: DISABLED +02-27 08:01:48.473 505 2476 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10065; state: DISABLED +02-27 08:01:48.487 505 546 D CompatibilityChangeReporter: Compat change id reported: 158002302; UID 10048; state: ENABLED +02-27 08:01:48.492 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10065; state: DISABLED +02-27 08:01:48.492 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10065; state: DISABLED +02-27 08:01:48.492 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10065; state: DISABLED +02-27 08:01:48.492 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10065; state: ENABLED +02-27 08:01:48.492 505 2476 I ActivityManager: Background started FGS: Allowed [callingPackage: com.google.android.tv.remote.service; callingUid: 10049; uidState: FGS ; intent: Intent { cmp=com.google.android.tv.remote.service/.DiscoveryService }; code:BACKGROUND_ACTIVITY_PERMISSION; tempAllowListReason:; targetSdkVersion:31; callerTargetSdkVersion:31; startForegroundCount:0; bindFromPackage:null] +02-27 08:01:48.493 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10065; state: ENABLED +02-27 08:01:48.494 13573 13602 I AtvRemote.TcpServer: Listening on 6466 +02-27 08:01:48.496 322 322 D Zygote : Forked child process 13603 +02-27 08:01:48.498 505 555 I ActivityManager: Start proc 13603:com.google.android.youtube.tv/u0a65 for pre-top-activity {com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.ShellActivity} +02-27 08:01:48.532 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:01:48.542 13603 13603 E roid.youtube.t: Not starting debugger since process cannot load the jdwp agent. +02-27 08:01:48.657 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fa7cc000 0x1fafb8000] +02-27 08:01:48.661 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fafb8000 0x1fb7a4000] +02-27 08:01:48.665 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fb7a4000 0x1fbf90000] +02-27 08:01:48.680 505 712 D NsdService: New client listening to asynchronous messages +02-27 08:01:48.686 505 712 D NsdService: New client, channel: com.android.internal.util.AsyncChannel@7275c55 messenger: android.os.Messenger@8a2666a +02-27 08:01:48.691 13573 13573 D CompatibilityChangeReporter: Compat change id reported: 191844585; UID 10049; state: ENABLED +02-27 08:01:48.734 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:01:48.782 505 826 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:48.782 505 826 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:48.782 505 826 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:48.782 505 826 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:48.782 505 826 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:48.782 505 826 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:48.782 505 826 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:48.782 505 826 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:48.782 505 826 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:48.782 505 826 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:48.786 505 826 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:48.786 505 826 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:48.786 505 826 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:48.786 505 826 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:48.786 505 826 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:48.786 505 826 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:48.786 505 826 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:48.786 505 826 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:48.786 505 826 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:48.786 505 826 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:48.799 13603 13603 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10065; state: DISABLED +02-27 08:01:48.806 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:01:48.810 505 712 D NsdService: Register service +02-27 08:01:48.813 505 712 D NsdService: registerService: 10 name: sdk_google_atv64_arm64, type: _androidtvremote2._tcp., host: null, port: 6466, txtRecord: bt=BB:BB:BB:00:00:01 +02-27 08:01:48.813 505 712 D NsdService: mdnssd [register, 10, sdk_google_atv64_arm64, _androidtvremote2._tcp., 6466, FGJ0PUJCOkJCOkJCOjAwOjAwOjAx] +02-27 08:01:48.818 13121 13121 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:01:48.826 13573 13573 I AtvRemote.RemoteService: Starting up pairing server. +02-27 08:01:48.828 770 770 D TvPipController: onTaskStackChanged() +02-27 08:01:48.828 13121 13121 W View : requestLayout() improperly called by android.widget.FrameLayout{abb3a52 V.E...... ......I. 0,0-1920,1080 #7f0b0068 app:id/background_image_container} during layout: running second layout pass +02-27 08:01:48.828 13121 13121 W View : requestLayout() improperly called by android.widget.FrameLayout{dfd49a0 V.E...... ......I. 640,0-1920,720 #7f0b0224 app:id/old_image} during layout: running second layout pass +02-27 08:01:48.828 13121 13121 W View : requestLayout() improperly called by android.widget.FrameLayout{89b92a3 I.E...... ......ID 640,0-1920,720 #7f0b00bf app:id/current_image} during layout: running second layout pass +02-27 08:01:48.831 505 712 D NsdService: Register 2 10 +02-27 08:01:48.881 13603 13603 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/YouTubeLeanback/lib/arm64:/product/app/YouTubeLeanback/YouTubeLeanback.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:01:48.895 13603 13603 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.youtube.tv' set to: 'default' +02-27 08:01:48.895 13603 13603 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:01:48.897 13603 13603 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:48.897 13603 13603 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:48.944 505 1381 D ConnectivityService: requestNetwork for uid/pid:10065/13603 activeRequest: null callbackRequest: 197 [NetworkRequest [ REQUEST id=198, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ]] callback flags: 0 priority: 2147483647 +02-27 08:01:48.945 505 709 D ConnectivityService: NetReassign [198 : null → 100] +02-27 08:01:48.947 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=198, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] +02-27 08:01:48.950 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=198, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] +02-27 08:01:48.952 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=198, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] +02-27 08:01:48.953 13603 13603 D JavaScriptCore.Version: 250230.2.1 +02-27 08:01:48.957 505 2476 D ConnectivityService: requestNetwork for uid/pid:10065/13603 activeRequest: null callbackRequest: 199 [NetworkRequest [ REQUEST id=200, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ]] callback flags: 0 priority: 2147483647 +02-27 08:01:48.957 505 709 D ConnectivityService: NetReassign [200 : null → 100] +02-27 08:01:48.958 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=200, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] +02-27 08:01:48.958 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=200, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] +02-27 08:01:48.958 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=200, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] +02-27 08:01:48.960 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:01:49.094 182 182 I lowmemorykiller: Kill 'com.google.android.tvlauncher' (13121), uid 10048, oom_score_adj 200 to free 91416kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (317%) +02-27 08:01:49.151 505 2113 I ActivityManager: Process com.google.android.tvlauncher (pid 13121) has died: prcp TOP +02-27 08:01:49.153 505 1685 I WindowManager: WIN DEATH: Window{48c2b9f u0 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:01:49.153 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 13121 in 0ms +02-27 08:01:49.158 322 322 I Zygote : Process 13121 exited due to signal 9 (Killed) +02-27 08:01:49.158 505 1925 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/13121, android.os.BinderProxy@19487be) +02-27 08:01:49.159 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=188, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:01:49.159 505 2259 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/13121, android.os.BinderProxy@88de01f) +02-27 08:01:49.163 505 1685 W InputManager-JNI: Input channel object '48c2b9f com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:01:49.173 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=194, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:01:49.181 13603 13629 W DynamiteModule: Local module descriptor class for com.google.android.gms.providerinstaller.dynamite not found. +02-27 08:01:49.221 360 360 E ClientCache: failed to get buffer, invalid process token +02-27 08:01:49.249 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 13121 +02-27 08:01:49.288 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 08:01:49.343 505 1212 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LEANBACK_LAUNCHER] flg=0x5000000 pkg=com.google.android.youtube.tv cmp=com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.MainActivity} from uid 10065 +02-27 08:01:49.346 12156 12347 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:01:49.347 13168 13168 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 15 +02-27 08:01:49.356 13603 13671 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:01:49.356 505 1212 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=19 attached=false +02-27 08:01:49.359 13603 13629 W ProviderInstaller: Failed to load providerinstaller module: No acceptable module found. Local version is 0 and remote version is 0. +02-27 08:01:49.360 13603 13671 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:01:49.365 13603 13671 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:01:49.380 13603 13667 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10065; state: DISABLED +02-27 08:01:49.425 505 3356 W ActivityTaskManager: Tried to set launchTime (0) < mLastActivityLaunchTime (985565) +02-27 08:01:49.429 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:01:49.429 505 3356 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:49.429 505 3356 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:49.429 505 3356 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:49.429 505 3356 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:49.429 505 3356 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:49.429 505 3356 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:49.429 505 3356 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:49.429 505 3356 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:49.429 505 3356 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:49.429 505 3356 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:49.430 505 3356 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:49.430 505 3356 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:49.430 505 3356 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:49.430 505 3356 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:49.430 505 3356 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:49.430 505 3356 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:49.430 505 3356 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:49.430 505 3356 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:49.430 505 3356 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:49.430 505 3356 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:01:49.439 13603 13629 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:01:49.451 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:01:49.461 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f97f4000 0x1f9fe0000] +02-27 08:01:49.465 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9fe0000 0x1fa7cc000] +02-27 08:01:49.483 505 712 D NsdService: Native daemon message SERVICE_REGISTERED: 606 10 "sdk_google_atv64_arm64" +02-27 08:01:49.493 505 3356 W InputManager-JNI: Input channel object '528563f Splash Screen com.google.android.youtube.tv (client)' was disposed without first being removed with the input manager! +02-27 08:01:49.494 13573 13604 I AtvRemote.DiscoveryService: NDS Service registered: sdk_google_atv64_arm64 +02-27 08:01:49.507 13603 13629 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:01:49.508 13603 13603 I starboard_media: MediaSession new +02-27 08:01:49.508 13603 13603 W MediaSessionCompat: Couldn't find a unique registered media button receiver in the given context. +02-27 08:01:49.512 505 1212 D MediaSessionService: Media button session is changed to com.google.android.youtube.tv/starboard_media (userId=0) +02-27 08:01:49.518 755 755 W MediaPlayerList: onMediaKeyEventSessionChanged(Token): Addressed Player changed to a player we didn't have a session for +02-27 08:01:49.525 12970 12970 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:01:49.525 12970 12970 D NowPlayingManager: onClientChanged() called +02-27 08:01:49.525 12970 12970 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:01:49.526 755 755 I MediaPlayerList: Adding wrapped media player: com.google.android.youtube.tv at key: 1 +02-27 08:01:49.526 755 755 I MediaPlayerList: onMediaKeyEventSessionChanged: token=com.google.android.youtube.tv +02-27 08:01:49.529 755 755 D MediaPlayerList: setActivePlayer(): setting player to com.google.android.youtube.tv +02-27 08:01:49.530 755 755 D MediaPlayerList: sendMediaUpdate +02-27 08:01:49.530 755 755 I MediaPlayerList: sendMediaUpdate: Creating a one item queue for a player with no queue +02-27 08:01:49.530 755 755 D MediaPlayerList: sendMediaUpdate state=PlaybackState {state=0, position=0, buffered position=0, speed=0.0, updated=0, actions=0, custom actions=[], active item id=-1, error=null} +02-27 08:01:49.530 755 755 D AvrcpNativeInterface: sendMediaUpdate: metadata=false playStatus=true queue=false +02-27 08:01:49.530 13603 13629 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:01:49.531 755 755 D AvrcpTargetJni: sendMediaUpdateNative +02-27 08:01:49.533 770 770 D TvPipController: onTaskStackChanged() +02-27 08:01:49.539 755 755 I bt_stack: [INFO:avrcp_service.cc(402)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=0 : play_state=1 : queue=0 +02-27 08:01:49.540 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:01:49.593 182 182 I lowmemorykiller: Kill 'android.process.media' (13526), uid 10027, oom_score_adj 250 to free 51472kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (212%) +02-27 08:01:49.612 505 1698 I ActivityManager: Process android.process.media (pid 13526) has died: prcl BFGS +02-27 08:01:49.613 505 556 I libprocessgroup: Successfully killed process cgroup uid 10027 pid 13526 in 0ms +02-27 08:01:49.613 322 322 I Zygote : Process 13526 exited due to signal 9 (Killed) +02-27 08:01:49.639 357 3791 W AudioFlinger: createTrack_l(): mismatch between requested flags (00000008) and output flags (00000002) +02-27 08:01:49.641 357 3791 D AudioFlinger: Client defaulted notificationFrames to 4096 for frameCount 8192 +02-27 08:01:49.648 357 3791 D AF::TrackHandle: OpPlayAudio: track:63 usage:1 not muted +02-27 08:01:49.668 505 546 D CompatibilityChangeReporter: Compat change id reported: 158002302; UID 10065; state: ENABLED +02-27 08:01:49.688 13603 13680 I starboard: Prepare to resume +02-27 08:01:49.690 13603 13681 I starboard_media: AudioTrack created with buffer size 65536 (preferred: 65536). The minimum buffer size is 17056. +02-27 08:01:49.690 13603 13681 I starboard_media: Audio routing disabled. +02-27 08:01:49.704 13603 13684 D AudioTrack: getTimestamp_l(23): device stall time corrected using current time 986481852261 +02-27 08:01:49.712 13603 13603 I starboard_media: Media focus: none +02-27 08:01:49.724 357 479 D AudioFlinger: mixer(0xb400007f0d76aa60) throttle end: throttle time(37) +02-27 08:01:49.769 505 3356 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 08:01:49.769 505 3356 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 08:01:49.769 505 3356 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 08:01:49.769 505 3356 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 08:01:49.769 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 08:01:49.772 505 542 I ActivityTaskManager: Displayed com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.MainActivity: +1s283ms +02-27 08:01:49.776 322 322 D Zygote : Forked child process 13692 +02-27 08:01:49.777 505 555 I ActivityManager: Start proc 13692:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:01:49.778 13603 13680 D HostConnection: createUnique: call +02-27 08:01:49.779 13603 13680 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b098410, tid 13680 +02-27 08:01:49.781 13603 13680 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:01:49.792 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 08:01:49.794 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 08:01:49.794 13603 13680 I Gralloc4: mapper 4.x is not supported +02-27 08:01:49.798 13603 13680 D HostConnection: createUnique: call +02-27 08:01:49.798 13603 13680 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b097750, tid 13680 +02-27 08:01:49.799 13603 13680 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 08:01:49.799 13603 13680 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 08:01:49.802 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 08:01:49.803 13603 13680 W Gralloc4: allocator 4.x is not supported +02-27 08:01:49.806 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fa7cc000 0x1fafb8000] +02-27 08:01:49.812 13603 13680 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:01:49.813 13603 13680 D EGL_emulation: eglCreateContext: 0xb400007b8b098e90: maj 3 min 0 rcv 3 +02-27 08:01:49.813 13692 13692 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 08:01:49.815 13603 13680 D EGL_emulation: eglMakeCurrent: 0xb400007b8b098e90: ver 3 0 (tinfo 0x7da153c080) (first time) +02-27 08:01:49.830 13603 13706 D HostConnection: createUnique: call +02-27 08:01:49.830 13603 13706 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b097e10, tid 13706 +02-27 08:01:49.832 13603 13706 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:01:49.832 13603 13706 D EGL_emulation: eglMakeCurrent: 0xb400007b8b098e90: ver 3 0 (tinfo 0x7da153c100) (first time) +02-27 08:01:49.834 505 3356 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10066; state: DISABLED +02-27 08:01:49.840 13692 13692 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 08:01:49.862 13692 13692 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:01:49.879 505 546 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=18 attached=false +02-27 08:01:49.909 13692 13692 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 08:01:49.909 13692 13692 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:01:49.910 13692 13692 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:49.911 13692 13692 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:01:49.961 13603 13714 I starboard: Not all Zlib optimizations enabled: neon is 1, crc32 is 0, pmull is 1. +02-27 08:01:50.038 505 541 W InputManager-JNI: Input channel object '6882b9c Splash Screen com.google.android.youtube.tv (client)' was disposed without first being removed with the input manager! +02-27 08:01:50.072 13692 13692 I DeviceStatusMonitor: DeviceStatusMonitor.updateCountryInfo():121 updateCountryInfo(), notifyAnyway = true +02-27 08:01:50.078 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fafb8000 0x1fb7a4000] +02-27 08:01:50.083 13692 13692 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = true +02-27 08:01:50.089 13692 13692 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:01:50.089 13692 13692 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:50.096 13692 13692 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:01:50.103 13692 13738 E FileCache: FileCache.clearObsoleteFilesInternal():271 Failed to delete all obsolete files under folder: /data/user_de/0/com.google.android.inputmethod.latin/cache/kb_def +02-27 08:01:50.111 13692 13692 I TVLatinApp: TVLatinApp.initialize():527 initialize() +02-27 08:01:50.130 13692 13692 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:01:50.132 13692 13731 I LauncherIconVisibilityInitializerBase: LauncherIconVisibilityInitializerBase.lambda$doUpdate$0():52 doUpdate() : Visible = false +02-27 08:01:50.141 13692 13692 I AndroidIME: TVLatinApp.onUserUnlocked():254 device protected preferences are migrated +02-27 08:01:50.156 13692 13744 I SuperpacksManager: SuperpacksManager.initializeInternal():509 initializeInternal() +02-27 08:01:50.158 13692 13742 I ShortcutsDataManager: ShortcutsDataManager.onContentChanged():73 onContentChanged() +02-27 08:01:50.160 13692 13742 I ContactsDataManager: ContactsDataManager.onContentChanged():159 onContentChanged() +02-27 08:01:50.161 13692 13742 I EmailDataManager: EmailDataManager.onContentChanged():115 onContentChanged() +02-27 08:01:50.162 13692 13692 I PhenotypeModule: PhenotypeModule.onCreate():142 onCreate() +02-27 08:01:50.162 13692 13692 I PhenotypeModule: PhenotypeModule.maybeFetchAndUpdate():169 maybeFetchAndUpdate: forceRefresh=true +02-27 08:01:50.167 13692 13750 W putmethod.lati: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:01:50.167 13692 13750 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:01:50.167 13692 13750 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:01:50.202 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fb7a4000 0x1fbf90000] +02-27 08:01:50.213 13692 13744 I SuperpacksManager: SuperpacksManager.initializeInternal():556 Switched background task scheduler: false +02-27 08:01:50.215 13692 13744 I JobSchedulerImpl: JobSchedulerImpl.schedule():73 Schedule task: superpacks-gc-task. Cancel the pre-existing task. +02-27 08:01:50.221 13692 13692 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:50.221 13692 13692 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:01:50.221 13692 13692 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:01:50.226 13692 13744 I JobSchedulerImpl: JobSchedulerImpl.schedule():91 Schedule task: superpacks-gc-task. Success. +02-27 08:01:50.254 13692 13692 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:01:50.254 13692 13692 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:50.254 13692 13692 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:50.262 13692 13692 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:01:50.263 13692 13692 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:01:50.263 13692 13692 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:50.269 13692 13692 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:50.272 13692 13745 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:50.273 13692 13692 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:50.273 13692 13745 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:01:50.273 13692 13692 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:50.273 13692 13692 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:50.274 13692 13692 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:50.274 13692 13692 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:50.274 13692 13692 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:50.276 13692 13692 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:01:50.276 13692 13692 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:01:50.276 13692 13692 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:50.277 13692 13692 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:50.278 13692 13692 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:50.278 13692 13692 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:50.278 13692 13692 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:50.278 13692 13692 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:50.279 13692 13692 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:50.279 13692 13692 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:01:50.296 13692 13759 I NetworkInfoNotification: NetworkInfoNotification$Listener.onReceive():93 onNetworkAvailable: networkState = NON_METERED, isAirplaneModeOn = false +02-27 08:01:50.306 13692 13692 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 5 +02-27 08:01:50.307 13692 13692 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 5 +02-27 08:01:50.308 13692 13692 I DeviceStatusMonitor: DeviceStatusMonitor$1.onReceive():58 onReceive() : Action = android.net.conn.CONNECTIVITY_CHANGE +02-27 08:01:50.311 13692 13692 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = false +02-27 08:01:50.312 13692 13692 I UrgentSignalsProcessor: UrgentSignalsProcessor.flagUpdated():97 Received flagsUpdated for urgent signal +02-27 08:01:50.314 13692 13692 I DictionarySuperpacksManager: DictionarySuperpacksManager$1.onEnabledInputMethodEntriesChanged():60 onEnabledInputMethodEntriesChanged +02-27 08:01:50.315 13692 13692 I MetricsProcessorProviderManager: MetricsProcessorProviderManager.onClearcutAdapterReady():102 onClearcutAdapterReady +02-27 08:01:50.320 13692 13756 I JapaneseMozcExtension: JapaneseMozcExtension.onCreateServiceInternal():78 onCreateServiceInternal() +02-27 08:01:50.332 13692 13692 I KeyboardDefManager: KeyboardDefManager$LoadKeyboardDefTask$1.onFailure():184 Task to load keyboard def was canceled. +02-27 08:01:50.332 13692 13692 I KeyboardDefManager: java.util.concurrent.CancellationException: Task was cancelled. +02-27 08:01:50.332 13692 13692 I KeyboardDefManager: at jke.s(PG:3) +02-27 08:01:50.332 13692 13692 I KeyboardDefManager: at jke.get(PG:4) +02-27 08:01:50.332 13692 13692 I KeyboardDefManager: at job.k(PG:1) +02-27 08:01:50.332 13692 13692 I KeyboardDefManager: at job.E(PG:2) +02-27 08:01:50.332 13692 13692 I KeyboardDefManager: at jma.run(PG:4) +02-27 08:01:50.332 13692 13692 I KeyboardDefManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:01:50.332 13692 13692 I KeyboardDefManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:01:50.332 13692 13692 I KeyboardDefManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:01:50.332 13692 13692 I KeyboardDefManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:01:50.332 13692 13692 I KeyboardDefManager: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:01:50.332 13692 13692 I KeyboardDefManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:01:50.332 13692 13692 I KeyboardDefManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:01:50.332 13692 13692 I KeyboardDefManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:01:50.335 13692 13692 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. +02-27 08:01:50.353 182 182 I lowmemorykiller: Kill 'com.android.providers.tv' (13047), uid 10033, oom_score_adj 700 to free 48856kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (124%) +02-27 08:01:50.359 505 556 I libprocessgroup: Successfully killed process cgroup uid 10033 pid 13047 in 0ms +02-27 08:01:50.360 505 826 I ActivityManager: Process com.android.providers.tv (pid 13047) has died: prev LAST +02-27 08:01:50.362 322 322 I Zygote : Process 13047 exited due to signal 9 (Killed) +02-27 08:01:50.389 13692 13692 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:01:50.389 13692 13692 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 7 +02-27 08:01:50.414 13168 13168 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 15 +02-27 08:01:50.537 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:01:50.613 13692 13765 I PhenotypeModule: PhenotypeModule.handlePhenotypeConfigurationUpdatesInternal():365 Latency of updating configurations from phenotype (experiment v4): 3 +02-27 08:01:50.615 13692 13765 I PhenotypeModule: PhenotypeModule.handlePhenotypeConfigurationUpdates():264 Latency of updating configurations from phenotype (ExperimentV4): 8 +02-27 08:01:50.676 13573 13587 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. +02-27 08:01:50.682 13692 13766 I PhenotypeModule: PhenotypeModule.lambda$fetchAndUpdate$1():221 fetchAndUpdate() : Success, hasFlags=true, flagCount=6, lastFetchStatus=February 27, 8:01 AM {reason=1, isFullFetch=true, success=true, isEmpty=false, isDelta=false, fetchedFlagsCount=6, deletedFlagsCount=361, updatedFlagsCount=0, totalTime=463} +02-27 08:01:50.708 13573 13587 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:01:50.708 13573 13587 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 7 +02-27 08:01:50.708 13573 13587 V DynamiteModule: Dynamite loader version >= 2, using loadModule2NoCrashUtils +02-27 08:01:50.840 13692 13692 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 15 +02-27 08:01:50.840 13692 13692 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 15 +02-27 08:01:50.848 13692 13692 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1145 update screenHeightWithoutNaviBar to: 1080 +02-27 08:01:50.853 13692 13692 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1152 update max height when insets changes +02-27 08:01:50.865 13692 13692 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():2045 +02-27 08:01:50.872 13692 13692 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:01:50.873 13692 13692 I ShortcutsDataManager: AbstractContentDataManager.startImportContentTask():235 startImportContentTask() +02-27 08:01:50.878 13692 13749 I ShortcutsDataManager: AbstractContentDataManager$ImportContentTask.doInBackground():249 doInBackground() +02-27 08:01:50.878 13692 13749 I PersonalDictionaryDataHandler: PersonalDictionaryDataHandler.beginProcess():111 LanguageTags = [en-US] +02-27 08:01:50.909 13692 13749 I ShortcutsDataManager: AbstractContentDataManager.importRecords():339 importRecords() : Success : Count = 0 +02-27 08:01:50.913 13692 13749 I ShortcutsDataManager: AbstractContentDataManager.importContentData():289 importContentData() : Ending import process +02-27 08:01:50.996 182 182 I lowmemorykiller: Kill 'com.android.vending' (13168), uid 10058, oom_score_adj 250 to free 69596kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (88%) +02-27 08:01:51.042 322 322 I Zygote : Process 13168 exited due to signal 9 (Killed) +02-27 08:01:51.055 505 826 I ActivityManager: Process com.android.vending (pid 13168) has died: prcl BFGS +02-27 08:01:51.056 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 13168 in 1ms +02-27 08:01:51.058 13692 13749 I PersonalLanguageModelUpdater: PersonalLanguageModelUpdater$UpdateOperation.performInternal():164 run() : Added 0 words and 0 shortcuts +02-27 08:01:51.061 13692 13749 I DynamicLanguageModelOperation: DynamicLanguageModelOperation.perform():38 perform() : 4 : bxx : Completed +02-27 08:01:51.098 13692 13692 I ShortcutsDataManager: AbstractContentDataManager$ImportContentTask.onPostExecute():260 onPostExecute() : Result = [2,0] +02-27 08:01:51.098 13692 13692 I ShortcutsDataManager: ShortcutsDataManager.onImportFinished():83 onImportFinished() : Result = 2 : Count = 0 +02-27 08:01:51.211 13603 13706 D EGL_emulation: app_time_stats: avg=36.42ms min=6.15ms max=120.02ms count=30 +02-27 08:01:51.383 505 553 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #9926} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (164 skipped) +02-27 08:01:51.447 357 596 W AudioFlinger: createTrack_l(): mismatch between requested flags (00000008) and output flags (00000002) +02-27 08:01:51.449 357 596 D AudioFlinger: Client defaulted notificationFrames to 2048 for frameCount 4096 +02-27 08:01:51.454 357 596 D AF::TrackHandle: OpPlayAudio: track:64 usage:1 not muted +02-27 08:01:51.463 13603 13681 I starboard_media: AudioTrack created with buffer size 32768 (preferred: 32768). The minimum buffer size is 7872. +02-27 08:01:51.463 13603 13681 I starboard_media: Audio routing disabled. +02-27 08:01:51.478 13603 13780 D AudioTrack: getTimestamp_l(24): device stall time corrected using current time 988255506762 +02-27 08:01:51.754 357 3791 W AudioFlinger: createTrack_l(): mismatch between requested flags (00000008) and output flags (00000002) +02-27 08:01:51.754 357 3791 D AudioFlinger: Client defaulted notificationFrames to 8192 for frameCount 16384 +02-27 08:01:51.755 357 3791 D AF::TrackHandle: OpPlayAudio: track:65 usage:1 not muted +02-27 08:01:51.763 13603 13725 I starboard_media: AudioTrack created with buffer size 131072 (preferred: 131072). The minimum buffer size is 17056. +02-27 08:01:51.763 13603 13725 I starboard_media: Audio routing disabled. +02-27 08:01:52.142 182 182 I lowmemorykiller: Kill 'com.google.process.gapps' (13330), uid 10057, oom_score_adj 905 to free 47684kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (111%) +02-27 08:01:52.146 505 594 I ActivityManager: Process com.google.process.gapps (pid 13330) has died: cch+5 CEM +02-27 08:01:52.147 322 322 I Zygote : Process 13330 exited due to signal 9 (Killed) +02-27 08:01:52.149 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 13330 in 0ms +02-27 08:01:52.180 13603 13725 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:52.180 13603 13725 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:52.206 13603 13725 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:01:52.210 13603 13725 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:52.210 13603 13725 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:52.210 13603 13725 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:52.210 13603 13725 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 640, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:52.210 13603 13725 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:52.210 13603 13725 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:52.210 13603 13725 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 99999, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:52.210 13603 13725 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:52.211 13603 13725 V starboard_media: Rejecting c2.goldfish.vp9.decoder, reason: supported widths [96, 3840] does not contain 99999 +02-27 08:01:52.211 13603 13725 V starboard_media: Rejecting c2.android.vp9.decoder, reason: supported widths [2, 2048] does not contain 99999 +02-27 08:01:52.211 13603 13725 V starboard_media: Rejecting OMX.google.vp9.decoder, reason: codec is black listed +02-27 08:01:52.211 13603 13725 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:52.211 13603 13725 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:52.211 13603 13725 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:52.211 13603 13725 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 360, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:52.211 13603 13725 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:52.211 13603 13725 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:52.211 13603 13725 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 99999, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:52.211 13603 13725 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:52.211 13603 13725 V starboard_media: Rejecting c2.goldfish.vp9.decoder, reason: supported heights [96, 2160] does not contain 99999 +02-27 08:01:52.211 13603 13725 V starboard_media: Rejecting c2.android.vp9.decoder, reason: supported heights [2, 2048] does not contain 99999 +02-27 08:01:52.211 13603 13725 V starboard_media: Rejecting OMX.google.vp9.decoder, reason: codec is black listed +02-27 08:01:52.211 13603 13725 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:52.211 13603 13725 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:52.211 13603 13725 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:52.212 13603 13725 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:52.212 13603 13725 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:52.212 13603 13725 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:52.212 13603 13725 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 9999, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:52.212 13603 13725 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:52.212 13603 13725 V starboard_media: Rejecting c2.goldfish.vp9.decoder, reason: supported frame rates [1, 480] does not contain 9999 +02-27 08:01:52.212 13603 13725 V starboard_media: Rejecting c2.android.vp9.decoder, reason: supported frame rates [0, 960] does not contain 9999 +02-27 08:01:52.212 13603 13725 V starboard_media: Rejecting OMX.google.vp9.decoder, reason: codec is black listed +02-27 08:01:52.212 13603 13725 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 3840, frameHeight: 2160, bitrate: 2000000, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:52.212 13603 13725 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:52.212 13603 13725 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:52.212 13603 13725 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 3840, frameHeight: 2160, bitrate: 20000000, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:52.212 13603 13725 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:52.212 13603 13725 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:52.212 13603 13725 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:52.212 13603 13725 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:52.212 13603 13725 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:52.212 13603 13725 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 300000, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:52.212 13603 13725 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:52.212 13603 13725 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:52.212 13603 13725 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 2000000000, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:52.212 13603 13725 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:52.212 13603 13725 V starboard_media: Rejecting c2.goldfish.vp9.decoder, reason: bitrate range [1, 60000000] does not contain 2000000000 +02-27 08:01:52.212 13603 13725 V starboard_media: Rejecting c2.android.vp9.decoder, reason: bitrate range [1, 40000000] does not contain 2000000000 +02-27 08:01:52.212 13603 13725 V starboard_media: Rejecting OMX.google.vp9.decoder, reason: codec is black listed +02-27 08:01:52.212 13603 13725 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:52.212 13603 13725 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:52.212 13603 13725 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:52.212 13603 13725 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:52.212 13603 13725 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:52.213 13603 13725 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:52.213 13603 13725 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:52.213 13603 13725 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:52.213 13603 13725 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:52.213 13603 13725 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:52.213 13603 13725 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:52.213 13603 13725 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:52.213 13603 13725 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:52.213 13603 13725 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:52.213 13603 13725 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:52.213 13603 13725 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:52.213 13603 13725 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:52.213 13603 13725 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:52.214 13603 13725 V starboard_media: Searching for video decoder with parameters mimeType: video/av01, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:52.214 13603 13725 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:52.214 13603 13725 V starboard_media: Found suitable decoder, c2.android.av1.decoder +02-27 08:01:52.214 13603 13725 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:52.214 13603 13725 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:52.214 13603 13725 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:52.214 13603 13725 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:52.214 13603 13725 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:52.214 13603 13725 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:52.214 13603 13725 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:52.214 13603 13725 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:52.214 13603 13725 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:52.214 13603 13725 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:01:52.214 13603 13725 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:52.214 13603 13725 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:01:52.214 13603 13725 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: true, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: true +02-27 08:01:52.214 13603 13725 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:01:52.214 13603 13725 V starboard_media: Rejecting c2.goldfish.vp9.decoder, reason: want secure decoder and !FEATURE_SecurePlayback +02-27 08:01:52.214 13603 13725 V starboard_media: Rejecting c2.android.vp9.decoder, reason: want secure decoder and !FEATURE_SecurePlayback +02-27 08:01:52.214 13603 13725 V starboard_media: Rejecting OMX.google.vp9.decoder, reason: codec is black listed +02-27 08:01:52.230 13603 13706 D EGL_emulation: app_time_stats: avg=50.92ms min=14.80ms max=319.54ms count=20 +02-27 08:01:52.525 12156 13345 W ProviderHelper: Unknown dynamite feature cast_tv_dynamite +02-27 08:01:52.938 505 2113 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:01:52.938 505 2113 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:01:52.938 505 2113 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:01:52.938 505 2113 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:01:52.939 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:01:52.943 322 322 D Zygote : Forked child process 13808 +02-27 08:01:52.944 505 555 I ActivityManager: Start proc 13808:com.google.android.gms.unstable/u0a57 for service {com.google.android.gms/com.google.android.gms.droidguard.DroidGuardService} +02-27 08:01:52.969 13808 13808 E id.gms.unstabl: Not starting debugger since process cannot load the jdwp agent. +02-27 08:01:52.990 13808 13808 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:01:53.050 182 182 I lowmemorykiller: Kill 'com.google.android.tvrecommendations' (12970), uid 10052, oom_score_adj 250 to free 59940kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (101%) +02-27 08:01:53.081 505 556 I libprocessgroup: Successfully killed process cgroup uid 10052 pid 12970 in 0ms +02-27 08:01:53.081 505 505 V NotificationListeners: 0 notification listener connection lost: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:01:53.081 322 322 I Zygote : Process 12970 exited due to signal 9 (Killed) +02-27 08:01:53.082 505 1212 I ActivityManager: Process com.google.android.tvrecommendations (pid 12970) has died: prcl BFGS +02-27 08:01:53.084 505 2569 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10052/12970, android.os.BinderProxy@98f02b2) +02-27 08:01:53.084 505 1381 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10052/12970, android.os.BinderProxy@7ff1cbd) +02-27 08:01:53.085 505 3356 D NotificationListeners: Removing active service ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:01:53.085 505 1212 W ActivityManager: Scheduling restart of crashed service com.google.android.tvrecommendations/.NotificationsService in 229195776ms for connection +02-27 08:01:53.089 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=185, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] (release request) +02-27 08:01:53.106 13808 13808 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:01:53.150 13808 13808 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:01:53.150 13808 13808 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:01:53.152 13808 13808 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:01:53.159 13808 13808 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:01:53.209 505 2053 E TaskPersister: File error accessing recents directory (directory doesn't exist?). +02-27 08:01:53.237 13603 13706 D EGL_emulation: app_time_stats: avg=100.64ms min=14.19ms max=483.46ms count=10 +02-27 08:01:53.271 13603 13725 E starboard: Data from client has what = MESSAGE_TO_KIMONO instead of expected MESSAGE_TO_CAST_SENDER - not sending to Cast sender +02-27 08:01:53.276 13603 13725 E starboard: Data from client has what = MESSAGE_TO_KIMONO instead of expected MESSAGE_TO_CAST_SENDER - not sending to Cast sender +02-27 08:01:53.276 13603 13725 E starboard: Data from client has what = MESSAGE_TO_KIMONO instead of expected MESSAGE_TO_CAST_SENDER - not sending to Cast sender +02-27 08:01:53.277 13603 13725 E starboard: Data from client has what = MESSAGE_TO_KIMONO instead of expected MESSAGE_TO_CAST_SENDER - not sending to Cast sender +02-27 08:01:53.288 13808 13808 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:01:53.289 13808 13808 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:01:53.289 13808 13808 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:01:53.310 13808 13808 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:01:53.324 13808 13808 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:01:53.339 13808 13832 I Watchcat: Started +02-27 08:01:53.341 13808 13808 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:01:53.341 13808 13833 I GMS_MM_Logger: Started. +02-27 08:01:53.401 13808 13822 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:01:53.401 13808 13822 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:01:53.442 505 554 W ActivityManager: Ignoring remove of inactive process: ProcessRecord{a59af84 0:com.google.process.gapps/u0a57} +02-27 08:01:53.675 13808 13822 W libc : Access denied finding property "persist.adb.tls_server.enable" +02-27 08:01:53.675 13808 13822 W libc : Access denied finding property "service.adb.tls.port" +02-27 08:01:53.672 13808 13808 W Binder:13808_3: type=1400 audit(0.0:130): avc: denied { read } for name="u:object_r:system_adbd_prop:s0" dev="tmpfs" ino=236 scontext=u:r:gmscore_app:s0:c512,c768 tcontext=u:object_r:system_adbd_prop:s0 tclass=file permissive=0 app=com.google.android.gms +02-27 08:01:53.672 13808 13808 W Binder:13808_3: type=1400 audit(0.0:131): avc: denied { read } for name="u:object_r:adbd_prop:s0" dev="tmpfs" ino=46 scontext=u:r:gmscore_app:s0:c512,c768 tcontext=u:object_r:adbd_prop:s0 tclass=file permissive=0 app=com.google.android.gms +02-27 08:01:54.342 13603 13706 D EGL_emulation: app_time_stats: avg=1104.05ms min=1104.05ms max=1104.05ms count=1 +02-27 08:01:55.253 13573 13841 D PhenotypeContext: Application doesn't implement PhenotypeApplication interface, falling back to globally set context. See go/phenotype-flag#process-stable-init for more info. +02-27 08:01:55.346 13573 13587 V ClearcutMetricXmitter: Transmission is done. +02-27 08:01:55.348 13573 13587 V ClearcutMetricXmitter: Transmission is done. +02-27 08:01:55.356 13603 13706 D EGL_emulation: app_time_stats: avg=17.18ms min=13.29ms max=47.24ms count=59 +02-27 08:01:56.371 13603 13706 D EGL_emulation: app_time_stats: avg=17.79ms min=12.22ms max=52.17ms count=57 +02-27 08:01:57.377 13603 13706 D EGL_emulation: app_time_stats: avg=17.95ms min=6.85ms max=92.77ms count=56 +02-27 08:01:59.370 198 13458 I keystore2: keystore2::watchdog: Watchdog thread idle -> terminating. Have a great day. +02-27 08:02:02.055 505 1212 W ProcessStats: Tracking association SourceState{d5bbe51 system/1000 BTopFgs #9981} whose proc state 2 is better than process ProcessState{7b2e6b6 com.google.android.gms.persistent/10057 pkg=com.google.android.gms} proc state 3 (59 skipped) +02-27 08:02:02.589 12156 12156 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:02:02.591 13021 13021 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 } +02-27 08:02:02.719 12156 12156 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 } +02-27 08:02:04.038 13603 13706 D EGL_emulation: app_time_stats: avg=444.02ms min=15.51ms max=6426.71ms count=15 +02-27 08:02:05.044 13603 13706 D EGL_emulation: app_time_stats: avg=27.93ms min=14.56ms max=199.11ms count=36 +02-27 08:02:05.104 505 516 W System : A resource failed to call release. +02-27 08:02:05.104 505 516 W System : A resource failed to call release. +02-27 08:02:05.111 505 516 E System : Uncaught exception thrown by finalizer +02-27 08:02:05.112 505 516 E System : java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Object.equals(java.lang.Object)' on a null object reference +02-27 08:02:05.112 505 516 E System : at com.android.server.tv.UinputBridge.isTokenValid(UinputBridge.java:135) +02-27 08:02:05.112 505 516 E System : at com.android.server.tv.UinputBridge.close(UinputBridge.java:119) +02-27 08:02:05.112 505 516 E System : at com.android.server.tv.UinputBridge.finalize(UinputBridge.java:111) +02-27 08:02:05.112 505 516 E System : at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:291) +02-27 08:02:05.112 505 516 E System : at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:278) +02-27 08:02:05.112 505 516 E System : at java.lang.Daemons$Daemon.run(Daemons.java:139) +02-27 08:02:05.112 505 516 E System : at java.lang.Thread.run(Thread.java:920) +02-27 08:02:05.912 13021 13021 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:02:06.222 13603 13706 D EGL_emulation: app_time_stats: avg=51.23ms min=15.45ms max=419.30ms count=23 +02-27 08:02:07.408 12156 12156 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 } +02-27 08:02:10.055 770 797 W System : A resource failed to call release. +02-27 08:02:10.055 770 797 W System : A resource failed to call release. +02-27 08:02:10.055 770 797 W System : A resource failed to call release. +02-27 08:02:10.055 770 797 W System : A resource failed to call release. +02-27 08:02:10.384 13603 13706 D EGL_emulation: app_time_stats: avg=832.26ms min=14.94ms max=3808.95ms count=5 +02-27 08:02:12.279 505 3356 W ProcessStats: Tracking association SourceState{d5bbe51 system/1000 BTopFgs #10011} whose proc state 2 is better than process ProcessState{7b2e6b6 com.google.android.gms.persistent/10057 pkg=com.google.android.gms} proc state 3 (43 skipped) +02-27 08:02:14.231 13603 13706 D EGL_emulation: app_time_stats: avg=96.17ms min=2.18ms max=3089.04ms count=40 +02-27 08:02:15.908 13603 13706 D EGL_emulation: app_time_stats: avg=128.97ms min=15.24ms max=1325.58ms count=13 +02-27 08:02:16.916 13603 13706 D EGL_emulation: app_time_stats: avg=18.31ms min=14.30ms max=81.73ms count=55 +02-27 08:02:17.923 13603 13706 D EGL_emulation: app_time_stats: avg=17.35ms min=11.15ms max=33.16ms count=58 +02-27 08:02:35.494 505 616 W ActivityManager: Background start not allowed: service Intent { act=com.android.providers.tv.intent.CLEAN_UP_EPG_DATA cmp=com.android.providers.tv/.EpgDataCleanupService } to com.android.providers.tv/.EpgDataCleanupService from pid=-1 uid=10033 pkg=com.android.providers.tv startFg?=false +02-27 08:02:35.505 505 505 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:02:35.506 505 505 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:02:35.507 505 505 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:02:35.507 505 505 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:02:35.507 505 505 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:02:35.508 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:02:35.520 322 322 D Zygote : Forked child process 13858 +02-27 08:02:35.521 505 555 I ActivityManager: Start proc 13858:com.android.vending/u0a58 for service {com.android.vending/com.google.android.finsky.scheduler.process.mainimpl.PhoneskyJobServiceMain} +02-27 08:02:35.572 13858 13858 E android.vendin: Not starting debugger since process cannot load the jdwp agent. +02-27 08:02:35.586 505 3356 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10058; state: DISABLED +02-27 08:02:35.590 505 3356 D CompatibilityChangeReporter: Compat change id reported: 181136395; UID 10065; state: DISABLED +02-27 08:02:35.590 505 3356 D CompatibilityChangeReporter: Compat change id reported: 174042936; UID 10065; state: DISABLED +02-27 08:02:35.597 13858 13858 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:02:35.772 13858 13858 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:02:35.836 13858 13858 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:02:35.836 13858 13858 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:02:35.838 13858 13858 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:02:35.840 13858 13858 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:02:35.923 13858 13858 I Finsky : [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:02:36.011 13858 13881 I Finsky : [51] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 08:02:36.025 13858 13881 I Finsky : [51] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 08:02:36.038 13858 13858 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:02:36.041 13858 13858 I Finsky : [2] mre.(3): Resetting scheduler db +02-27 08:02:36.043 13858 13878 W Finsky : [48] ehz.d(18): For unauth, use getDfeApiNonAuthenticated() instead! +02-27 08:02:36.054 13858 13879 I Finsky : [49] kvx.(3): PackageMonitorReceiverImpl - Registering in memory receiver for android.intent.action.PACKAGE_ADDED and android.intent.action.PACKAGE_REMOVED +02-27 08:02:36.058 13858 13877 I Finsky : [47] pyq.a(1): Warm data store was already initialized. +02-27 08:02:36.068 13858 13883 I Finsky : [53] nlv.run(10): SysCUA: Set {com.android.vending/com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity} enabled state to 0 +02-27 08:02:36.070 13858 13879 I Finsky : [49] pyr.a(1): Warm data store was already initialized. +02-27 08:02:36.073 13858 13893 W android.vendin: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:02:36.073 13858 13893 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:02:36.073 13858 13893 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:02:36.078 13858 13877 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 08:02:36.082 13858 13877 I Finsky : [47] kmj.i(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileMaximum +02-27 08:02:36.082 13858 13877 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 08:02:36.083 13858 13883 W Finsky : [53] hne.run(49): HibernationActivity not found +02-27 08:02:36.083 13858 13877 I Finsky : [47] kmj.h(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileRecommended +02-27 08:02:36.086 13858 13877 I Finsky : [47] vbw.c(2): registerListener +02-27 08:02:36.087 13858 13879 I Finsky : [49] jrs.m(5): Enqueuing libraries load for 0 +02-27 08:02:36.089 13858 13879 I Finsky : [49] gcv.j(3): Subscription detail: N/A +02-27 08:02:36.090 13858 13877 I Finsky : [47] vbw.c(2): registerListener +02-27 08:02:36.091 13858 13877 I Finsky : [47] qfs.s(2): Setup app restrictions monitor +02-27 08:02:36.093 13858 13890 I Finsky : [60] jrs.t(1): Starting libraries load for 0 +02-27 08:02:36.098 13858 13890 I Finsky : [60] jrs.t(23): Finished loading 0 libraries. +02-27 08:02:36.103 13858 13883 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 1-1337, CT: 1772153180986, Constraints: [{ L: 43188056, D: 86388056, C: 1, I: 1, N: 1 }] +02-27 08:02:36.106 13858 13877 I Finsky : [47] qlg.a(3): Device wide unknown source restriction is changed. +02-27 08:02:36.106 13858 13883 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 3-6, CT: 1772154108109, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }] +02-27 08:02:36.106 13858 13883 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:02:36.106 13858 13883 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772153257487, Constraints: [{ L: 900000, D: 1800000, C: 1, I: 1, N: 0 }] +02-27 08:02:36.107 13858 13883 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772154104311, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 08:02:36.108 13858 13879 I Finsky : [49] pyq.a(1): Warm data store was already initialized. +02-27 08:02:36.108 13858 13879 I Finsky : [49] pyr.a(1): Warm data store was already initialized. +02-27 08:02:36.117 13858 13881 I Finsky : [51] nvc.(2): Item store provider started. +02-27 08:02:36.118 505 554 W ProcessStats: Tracking association SourceState{d5bbe51 system/1000 BTopFgs #10020} whose proc state 2 is better than process ProcessState{7b2e6b6 com.google.android.gms.persistent/10057 pkg=com.google.android.gms} proc state 3 (5 skipped) +02-27 08:02:36.125 505 2586 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:02:36.125 505 2586 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:02:36.125 505 2586 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:02:36.125 505 2586 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:02:36.125 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:02:36.135 322 322 D Zygote : Forked child process 13924 +02-27 08:02:36.179 505 555 W ActivityManager: Slow operation: 54ms so far, now at startProcess: returned from zygote! +02-27 08:02:36.182 505 555 W ActivityManager: Slow operation: 57ms so far, now at startProcess: done updating battery stats +02-27 08:02:36.184 505 555 W ActivityManager: Slow operation: 59ms so far, now at startProcess: building log message +02-27 08:02:36.186 505 555 I ActivityManager: Start proc 13924:com.google.process.gapps/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider} +02-27 08:02:36.186 505 555 W ActivityManager: Slow operation: 61ms so far, now at startProcess: starting to update pids map +02-27 08:02:36.188 505 555 W ActivityManager: Slow operation: 62ms so far, now at startProcess: done updating pids map +02-27 08:02:36.218 182 182 I lowmemorykiller: Kill 'com.google.android.permissioncontroller' (13349), uid 10077, oom_score_adj 905 to free 48692kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (127%) +02-27 08:02:36.230 505 891 I ActivityManager: Process com.google.android.permissioncontroller (pid 13349) has died: cch+5 CEM +02-27 08:02:36.230 505 556 I libprocessgroup: Successfully killed process cgroup uid 10077 pid 13349 in 0ms +02-27 08:02:36.234 322 322 I Zygote : Process 13349 exited due to signal 9 (Killed) +02-27 08:02:36.289 13924 13924 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. +02-27 08:02:36.329 13692 13692 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 15 +02-27 08:02:36.333 13692 13692 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 15 +02-27 08:02:36.338 505 2569 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:02:36.352 13924 13924 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:02:36.360 13858 13883 I Finsky : [53] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 08:02:36.386 13858 13858 I Finsky : [2] iki.D(3): Installer: Attempting to start installer +02-27 08:02:36.388 13858 13858 I Finsky : [2] vbw.c(2): registerListener +02-27 08:02:36.392 13858 13858 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:02:36.392 13858 13858 I Finsky : [2] pyr.a(1): Warm data store was already initialized. +02-27 08:02:36.392 13858 13858 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:02:36.394 13858 13858 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:02:36.394 13858 13858 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:02:36.396 13858 13858 I Finsky : [2] ird.(18): Initializing pausers from value store. +02-27 08:02:36.396 13858 13858 I Finsky : [2] ird.(21): Get the following callers from value store []. +02-27 08:02:36.403 13858 13858 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 15 +02-27 08:02:36.406 13858 13858 I Finsky : [2] msm.onStartJob(3): SCH: job service start with id 9293. +02-27 08:02:36.423 13858 13858 I Finsky : [2] iki.T(1): Installer: Installer kick - no action, not running yet +02-27 08:02:36.427 13924 13924 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:02:36.427 13924 13924 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:02:36.429 13924 13924 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:02:36.431 13924 13924 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:02:36.438 13858 13941 I Finsky : [84] heg.g(1): getDownloads() +02-27 08:02:36.438 13858 13886 I Finsky : [56] mnx.a(27): SCH: Satisfied jobs for 9293 are: 29-29 +02-27 08:02:36.441 13858 13945 I Finsky : [88] mrk.accept(52): SCH: Job 29-29 starting +02-27 08:02:36.446 13858 13948 I Finsky : [89] pqs.F(0): ProcessRecoveryLogsUtil: No files in recovery directory +02-27 08:02:36.447 13858 13948 I Finsky : [89] mqw.r(4): SCH: jobFinished: 29-29. TimeElapsed: 5ms. +02-27 08:02:36.459 505 891 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:02:36.459 505 891 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:02:36.462 505 891 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:02:36.462 505 891 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:02:36.462 505 891 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:02:36.464 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:02:36.469 322 322 D Zygote : Forked child process 13952 +02-27 08:02:36.469 505 555 I ActivityManager: Start proc 13952:com.android.vending:background/u0a58 for service {com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService} +02-27 08:02:36.477 13952 13952 E ding:backgroun: Not starting debugger since process cannot load the jdwp agent. +02-27 08:02:36.488 13858 13883 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:02:36.488 13858 13883 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772153257487, Constraints: [{ L: 900000, D: 1800000, C: 1, I: 1, N: 0 }] +02-27 08:02:36.491 13952 13952 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:02:36.495 13924 13924 I GoogleHttpClient: GMS http client unavailable, use old client +02-27 08:02:36.500 13858 13883 I Finsky : [53] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 08:02:36.501 13858 13883 I Finsky : [53] mqf.apply(87): SCH: Scheduling system job Id: 9302, L: 0, D: 900987, C: false, I: false, N: 0 +02-27 08:02:36.505 13924 13924 I CarUiInstaller: CarUiInstaller started for com.google.android.gsf +02-27 08:02:36.520 13858 13945 I Finsky : [88] msm.a(16): SCH: job service finished with id 9293. +02-27 08:02:36.526 13952 13952 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:02:36.627 182 182 I lowmemorykiller: Kill 'android.process.acore' (13544), uid 10028, oom_score_adj 915 to free 48260kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (169%) +02-27 08:02:36.640 505 2586 D CountryDetector: No listener is left +02-27 08:02:36.646 322 322 I Zygote : Process 13544 exited due to signal 9 (Killed) +02-27 08:02:36.659 505 1381 I ActivityManager: Process android.process.acore (pid 13544) has died: cch+15 CEM +02-27 08:02:36.661 505 556 I libprocessgroup: Successfully killed process cgroup uid 10028 pid 13544 in 1ms +02-27 08:02:36.702 13858 13858 I Finsky : [2] msm.onStartJob(3): SCH: job service start with id 9302. +02-27 08:02:36.742 13952 13952 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:02:36.742 13952 13952 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:02:36.744 13952 13952 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:02:36.747 13952 13952 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:02:36.765 13858 13881 I Finsky : [51] nvc.r(6): Created new item store. +02-27 08:02:36.771 13858 13883 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:02:36.771 13858 13883 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772153257487, Constraints: [{ L: 900000, D: 1800000, C: 1, I: 1, N: 0 }] +02-27 08:02:36.778 13952 13952 I Finsky:background: [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:02:36.778 13858 13883 I Finsky : [53] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 08:02:36.778 13858 13883 I Finsky : [53] mqf.apply(87): SCH: Scheduling system job Id: 9304, L: 0, D: 900709, C: false, I: false, N: 0 +02-27 08:02:36.788 13858 13945 I Finsky : [88] msm.a(16): SCH: job service finished with id 9302. +02-27 08:02:36.801 13858 13858 I Finsky : [2] msm.onStartJob(3): SCH: job service start with id 9304. +02-27 08:02:36.823 13858 13887 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:02:36.824 13858 13887 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772153257487, Constraints: [{ L: 900000, D: 1800000, C: 1, I: 1, N: 0 }] +02-27 08:02:36.829 13952 13952 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 08:02:36.833 13952 13952 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 08:02:36.836 13858 13887 I Finsky : [57] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 08:02:36.837 13858 13887 I Finsky : [57] mqf.apply(87): SCH: Scheduling system job Id: 9306, L: 0, D: 900651, C: false, I: false, N: 0 +02-27 08:02:36.837 13952 13952 I Finsky:background: [2] jjo.onCreate(2): IPC-SERVER: Starting gRPC host service... +02-27 08:02:36.845 13858 13945 I Finsky : [88] msm.a(16): SCH: job service finished with id 9304. +02-27 08:02:36.856 13858 13858 I Finsky : [2] msm.onStartJob(3): SCH: job service start with id 9306. +02-27 08:02:36.874 505 3356 D ConnectivityService: requestNetwork for uid/pid:10058/13952 activeRequest: null callbackRequest: 202 [NetworkRequest [ REQUEST id=203, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ]] callback flags: 0 priority: 2147483647 +02-27 08:02:36.874 13858 13887 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:02:36.874 13858 13887 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772153257487, Constraints: [{ L: 900000, D: 1800000, C: 1, I: 1, N: 0 }] +02-27 08:02:36.874 505 709 D ConnectivityService: NetReassign [203 : null → 100] +02-27 08:02:36.878 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=203, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 08:02:36.880 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=203, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 08:02:36.881 13858 13883 I Finsky : [53] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 08:02:36.881 13858 13883 I Finsky : [53] mqf.apply(87): SCH: Scheduling system job Id: 9308, L: 0, D: 900606, C: false, I: false, N: 0 +02-27 08:02:36.881 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=203, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 08:02:36.889 13858 13945 I Finsky : [88] msm.a(16): SCH: job service finished with id 9306. +02-27 08:02:36.894 13858 13858 I Finsky : [2] msm.onStartJob(3): SCH: job service start with id 9308. +02-27 08:02:36.898 13858 13890 I Finsky : [60] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772154156033, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 08:02:36.909 13858 13890 I Finsky : [60] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 08:02:36.910 13952 13952 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 15 +02-27 08:02:36.913 13952 13979 I Finsky:background: [50] hbv.f(1): getDownloads() +02-27 08:02:36.913 13858 13887 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:02:36.913 13858 13887 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772153257487, Constraints: [{ L: 900000, D: 1800000, C: 1, I: 1, N: 0 }] +02-27 08:02:36.913 13858 13887 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772154156033, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 08:02:36.918 13858 13887 I Finsky : [57] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 08:02:36.919 13858 13887 I Finsky : [57] mqf.apply(87): SCH: Scheduling system job Id: 9311, L: 0, D: 59115, C: false, I: false, N: 0 +02-27 08:02:36.922 13858 13890 I Finsky : [60] heg.g(1): getDownloads() +02-27 08:02:36.923 13952 13979 I Finsky:background: [50] hbv.f(1): getDownloads() +02-27 08:02:36.924 13858 13945 I Finsky : [88] msm.a(16): SCH: job service finished with id 9308. +02-27 08:02:36.928 505 1212 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10027; state: DISABLED +02-27 08:02:36.928 505 1212 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10027; state: DISABLED +02-27 08:02:36.928 505 1212 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10027; state: DISABLED +02-27 08:02:36.928 505 1212 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10027; state: ENABLED +02-27 08:02:36.928 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10027; state: ENABLED +02-27 08:02:36.932 322 322 D Zygote : Forked child process 13981 +02-27 08:02:36.936 505 555 I ActivityManager: Start proc 13981:android.process.media/u0a27 for content provider {com.android.providers.downloads/com.android.providers.downloads.DownloadProvider} +02-27 08:02:36.936 13858 13858 I Finsky : [2] msm.onStartJob(3): SCH: job service start with id 9311. +02-27 08:02:36.953 13858 13887 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:02:36.953 13858 13887 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772153257487, Constraints: [{ L: 900000, D: 1800000, C: 1, I: 1, N: 0 }] +02-27 08:02:36.954 13858 13887 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772154156033, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 08:02:36.958 13981 13981 E d.process.medi: Not starting debugger since process cannot load the jdwp agent. +02-27 08:02:36.961 13858 13887 I Finsky : [57] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 08:02:36.961 13858 13887 I Finsky : [57] mqf.apply(87): SCH: Scheduling system job Id: 9314, L: 0, D: 59072, C: false, I: false, N: 0 +02-27 08:02:36.967 13858 13945 I Finsky : [88] msm.a(16): SCH: job service finished with id 9311. +02-27 08:02:36.970 505 1381 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10027; state: DISABLED +02-27 08:02:36.973 13981 13981 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10027; state: ENABLED +02-27 08:02:36.974 13858 13858 I Finsky : [2] msm.onStartJob(3): SCH: job service start with id 9314. +02-27 08:02:36.988 13858 13890 I Finsky : [60] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:02:36.988 13858 13890 I Finsky : [60] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772153257487, Constraints: [{ L: 900000, D: 1800000, C: 1, I: 1, N: 0 }] +02-27 08:02:36.989 13858 13890 I Finsky : [60] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772154156033, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 08:02:36.993 13858 13890 I Finsky : [60] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 08:02:36.993 13858 13890 I Finsky : [60] mqf.apply(87): SCH: Scheduling system job Id: 9317, L: 0, D: 59040, C: false, I: false, N: 0 +02-27 08:02:36.998 13858 13945 I Finsky : [88] msm.a(16): SCH: job service finished with id 9314. +02-27 08:02:37.003 13858 13858 I Finsky : [2] msm.onStartJob(3): SCH: job service start with id 9317. +02-27 08:02:37.010 13981 13981 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.downloads' set to: 'default' +02-27 08:02:37.010 13981 13981 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:02:37.011 13981 13981 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:02:37.011 13981 13981 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:02:37.018 13858 13890 I Finsky : [60] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:02:37.019 13858 13890 I Finsky : [60] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772153257487, Constraints: [{ L: 900000, D: 1800000, C: 1, I: 1, N: 0 }] +02-27 08:02:37.019 13858 13890 I Finsky : [60] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772154156033, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 08:02:37.024 13858 13890 I Finsky : [60] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 08:02:37.024 13858 13890 I Finsky : [60] mqf.apply(87): SCH: Scheduling system job Id: 9320, L: 0, D: 59009, C: false, I: false, N: 0 +02-27 08:02:37.030 13858 13945 I Finsky : [88] msm.a(16): SCH: job service finished with id 9317. +02-27 08:02:37.040 13858 13858 I Finsky : [2] msm.onStartJob(3): SCH: job service start with id 9320. +02-27 08:02:37.053 13858 13887 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:02:37.053 13858 13887 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772153257487, Constraints: [{ L: 900000, D: 1800000, C: 1, I: 1, N: 0 }] +02-27 08:02:37.054 13858 13887 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772154156033, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 08:02:37.056 13858 13941 I Finsky : [84] iju.run(23): Installer: Installer starting +02-27 08:02:37.056 13858 13941 I Finsky : [84] iju.run(26): Installer: Installer started +02-27 08:02:37.058 13858 13858 I Finsky : [2] gag.a(1): DL: Creating dataloader logger using a new logging context. +02-27 08:02:37.058 13858 13890 I Finsky : [60] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 08:02:37.059 13858 13890 I Finsky : [60] mqf.apply(87): SCH: Scheduling system job Id: 9323, L: 0, D: 58974, C: false, I: false, N: 0 +02-27 08:02:37.060 13858 13858 I Finsky : [2] iki.T(7): Installer: found apps to install. isMultiUserMode=false, apps=[] +02-27 08:02:37.062 13858 13997 I Finsky : [97] ijs.a(21): IV2: found recoverable installs: [] +02-27 08:02:37.065 13858 13945 I Finsky : [88] msm.a(16): SCH: job service finished with id 9320. +02-27 08:02:37.072 13858 13858 I Finsky : [2] msm.onStartJob(3): SCH: job service start with id 9323. +02-27 08:02:37.083 13858 13886 I Finsky : [56] mrj.apply(16): SCH: Canceling job 3-6 +02-27 08:02:37.085 13858 13887 I Finsky : [57] mqs.a(2): SCH: no pending jobs to schedule. +02-27 08:02:37.091 13858 14000 I Finsky : [100] irp.apply(90): IQ: Creating job 7, for (REQ_DEVICE_IDLE, NETWORK=UNMETERED, PROVISIONING_STATE=PROVISIONED) +02-27 08:02:37.092 13858 13890 I Finsky : [60] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:02:37.092 13858 13890 I Finsky : [60] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772153257487, Constraints: [{ L: 900000, D: 1800000, C: 1, I: 1, N: 0 }] +02-27 08:02:37.092 13858 13890 I Finsky : [60] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772154156033, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 08:02:37.093 13858 14000 I Finsky : [100] irv.y(9): IQ: Bulk scheduling created jobs +02-27 08:02:37.093 13858 13858 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:02:37.094 13858 13858 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:02:37.095 13858 13858 I Finsky : [2] nkq.a(1): Connecting InstallListener to SplitInstallService broadcaster... +02-27 08:02:37.197 182 182 I lowmemorykiller: Kill 'com.google.android.gms.unstable' (13808), uid 10057, oom_score_adj 905 to free 48052kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (196%) +02-27 08:02:37.214 322 322 I Zygote : Process 13808 exited due to signal 9 (Killed) +02-27 08:02:37.217 505 3356 I ActivityManager: Process com.google.android.gms.unstable (pid 13808) has died: cch+5 CEM +02-27 08:02:37.226 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 13808 in 0ms +02-27 08:02:37.270 13858 13883 I Finsky : [53] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 08:02:37.278 13858 13883 I Finsky : [53] mqf.apply(87): SCH: Scheduling system job Id: 9326, L: 0, D: 58763, C: false, I: false, N: 0 +02-27 08:02:37.282 13952 13952 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 10 +02-27 08:02:37.294 13858 13858 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 10 +02-27 08:02:37.304 13692 13692 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 10 +02-27 08:02:37.312 13692 13692 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 10 +02-27 08:02:37.330 13858 13945 I Finsky : [88] msm.a(16): SCH: job service finished with id 9323. +02-27 08:02:37.376 13858 13883 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 3-7, CT: 1772154157093, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }] +02-27 08:02:37.395 13858 13858 I Finsky : [2] msm.onStartJob(3): SCH: job service start with id 9326. +02-27 08:02:37.402 13858 13887 I Finsky : [57] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 08:02:37.444 13858 13887 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:02:37.445 13858 13887 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772153257487, Constraints: [{ L: 900000, D: 1800000, C: 1, I: 1, N: 0 }] +02-27 08:02:37.445 13858 13887 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772154156033, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 08:02:37.458 13858 13887 I Finsky : [57] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 08:02:37.460 13858 13887 I Finsky : [57] mqf.apply(87): SCH: Scheduling system job Id: 9330, L: 0, D: 58575, C: false, I: false, N: 0 +02-27 08:02:37.470 13858 13945 I Finsky : [88] msm.a(16): SCH: job service finished with id 9326. +02-27 08:02:37.488 13858 13858 I Finsky : [2] msm.onStartJob(3): SCH: job service start with id 9330. +02-27 08:02:37.507 13858 13886 I Finsky : [56] mnx.a(27): SCH: Satisfied jobs for 9330 are: 26-1414141414 +02-27 08:02:37.517 13858 13945 I Finsky : [88] mrk.accept(52): SCH: Job 26-1414141414 starting +02-27 08:02:37.645 13858 13890 I Finsky : [60] fsb.accept(60): [Counters Flush] Successfully generated counter events +02-27 08:02:37.645 13858 13888 I Finsky : [58] hkb.b(3): [Counters Flush] Counters flushed successfully +02-27 08:02:37.645 13858 13888 I Finsky : [58] mqw.r(4): SCH: jobFinished: 26-1414141414. TimeElapsed: 123ms. +02-27 08:02:37.702 13858 13887 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:02:37.702 13858 13887 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772154156033, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 08:02:37.707 13858 13883 I Finsky : [53] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 08:02:37.708 13858 13883 I Finsky : [53] mqf.apply(87): SCH: Scheduling system job Id: 9333, L: 28326, D: 58326, C: false, I: false, N: 0 +02-27 08:02:37.714 13858 13945 I Finsky : [88] msm.a(16): SCH: job service finished with id 9330. +02-27 08:02:37.722 13858 13858 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 40 +02-27 08:02:37.722 13952 13952 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 60 +02-27 08:02:37.722 13858 13858 I Finsky : [2] iqy.accept(9): Flushing in-memory image cache +02-27 08:02:37.775 13858 13888 I Finsky : [58] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772154157659, Constraints: [{ L: 43200000, D: 44100000, C: 1, I: 1, N: 0 }] +02-27 08:02:37.778 13858 13888 I Finsky : [58] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 08:02:43.259 13603 13706 D EGL_emulation: app_time_stats: avg=2111.32ms min=15.33ms max=25153.66ms count=12 +02-27 08:02:44.080 505 1381 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:02:44.092 12156 12156 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 } +02-27 08:02:44.093 12156 12156 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 } +02-27 08:02:44.260 13603 13706 D EGL_emulation: app_time_stats: avg=17.85ms min=5.20ms max=37.64ms count=56 +02-27 08:02:46.104 13858 13883 I Finsky : [53] grw.d(68): System was updated or GL extensions were already cached. +02-27 08:02:46.112 13858 13890 I Finsky : [60] lct.h(1): Triggered update for experiment package com.google.android.finsky.stable. +02-27 08:02:46.156 13858 13887 I Finsky : [57] kwn.n(8): Invalidating cached PackageState for com.android.vending +02-27 08:02:46.160 13858 13888 I Finsky : [58] eoe.run(72): Cannot disable service: qsv +02-27 08:02:46.161 13858 13888 I Finsky : [58] eoe.run(72): Cannot disable service: qsp +02-27 08:02:46.178 13858 14010 I Finsky : [108] hvg.run(26): Wrote row to frosting DB: 112 +02-27 08:02:46.183 13858 13887 W Finsky : [57] myh.a(11): SUH: Self-update installed derived apk id unavailable. +02-27 08:02:46.184 13858 13880 D PhenotypeDbHelper: Enabled write-ahead logging +02-27 08:02:46.212 13858 13880 D GetConfigurationSnapsho: getFullConfigurations +02-27 08:02:46.238 13858 13880 D GetConfigurationSnapsho: byFlagStorageType, addSet = Flag(AlleyOopMigrateToHsdpV1__hsdp_caller_opt_in_check_bypass_list, 'com.instagram.android,com.facebook.katana,com.facebook.wakizashi,com.ss.android.ugc.trill,com.zhiliaoapp.musically,com.snapchat.android,com.google.android.gms,com.android.chrome,com.chrome.beta,com.chrome.canary,com.chrome.dev,com.fitbit.FitbitMobile,com.google.android.apps.fitness,com.google.android.apps.kids.home,com.google.android.apps.mediahome.launcher,com.google.android.apps.messaging,com.google.android.apps.nexuslauncher,com.google.android.apps.wear.companion,com.google.android.apps.youtube.creator,com.google.android.apps.youtube.gaming,com.google.android.apps.youtube.kids,com.google.android.apps.youtube.mango,com.google.android.apps.youtube.music,com.google.android.apps.youtube.vr,com.google.android.contacts,com.google.android.dialer,com.google.android.youtube,com.google.android.youtube.tv,com.google.android.vr.home,com.google.android.vr.home.dev,com.google.android.googlequicksearchbox,com.google.android.play.games,com.google.android.apps.chromecast.app,com.google.android.instantapps.supervisor,com.google.android.videos,com.google.android.apps.freighter,com.google.android.apps.freighter.beta,com.google.android.apps.travel.onthego,com.google.android.inputmethod.latin,com.google.android.inputmethod.latin.dev,com.google.android.inputmethod.latin.canary,com.google.vr.apps.ornament,com.google.vr.apps.ornament.dev,com.google.android.apps.vega,com.google.android.apps.tycho,com.google.ar.lens,com.google.ar.lens.dev,com.google.android.apps.dreamliner,com.google.android.deskclock,com.google.android.apps.tachyon,com.google.android.gm,com.google.samples.apps.cardboarddemo,com.google.vr.cardboard.paperscope,com.google.android.apps.tips,com.google.android.apps.nbu.files', 4, 0), Flag(AlleyOopOnItemModelStable__custom_detailed_page_app_id_exclusion_list, 'Chdjb20ua2luZy5jYW5keWNydXNoc2FnYQoKY29tLmV0ZXJubwoYY29tLmJ5anVzLnRoZWxlYXJuaW5nYXBwChVjb20uY29udGV4dGxvZ2ljLndpc2g', 5, 0), Flag(AppActivityLoggingNoticeUi__is_enabled, false, 2, 0), Flag(AppOpenDownloadManagerStable__download_manager_notification_heads_up_delay, 'EICjw0c', 5, 0), Flag(AppOpenDownloadManagerStable__download_manager_notification_heads_up_throttle_duration, 'CDw', 5, 0), Flag(AppsHub__new_badge_max_sessions, 2, 1, 0), 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, false, 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, 'getAndroidTvZeroSearchStream', 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, false, 2, 0), Flag(AutoUpdate__enable_atomic_install_cancel_oversample, true, 2, 0), Flag(AutoUpdate__enable_atomic_install_content_sync_stable, false, 2, 0), Flag(AutoUpdate__enable_atomic_install_high_priority_update_stable, false, 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_ +02-27 08:02:46.238 13858 13880 D GetConfigurationSnapsho: 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(Billing__direct_purchase_api_caller_allowlist_for_apps, 'Chpjb20uZ29vZ2xlLmFuZHJvaWQudnIuaG9tZQoqY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMuZW50ZXJwcmlzZS5kbWFnZW50CiZjb20uZ29vZ2xlLmFuZHJvaWQucHJvamVjdGlvbi5nZWFyaGVhZAoWY29tLmdvb2dsZS5hbmRyb2lkLmdtcw', 5, 0), Flag(Billing__enable_pin_preferred_battlestar_purchase_flow, false, 2, 0), Flag(Billing__enable_subscription_instrument_update, true, 2, 0), Flag(Billing__enable_third_party_direct_purchases, false, 2, 0), Flag(Billing__enable_third_party_subscription_instrument_update, false, 2, 0), Flag(Billing__enable_using_rpc_endpoint_wrapper, true, 2, 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, false, 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, true, 2, 0), Flag(BooksExperiments__enabled_series_subscription, true, 2, 0), Flag(BooksExperiments__update_to_get_for_free, true, 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(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, true, 2, 0), Flag(CashmereAppSync__enable_app_sync_pcsi_logging, true, 2, 0), Flag(CashmereAppSync__enable_cashmere_serp_app_sync, true, 2, 0), Flag(CashmereAppSync__killswitch_pcsi_power_user_classification_logging, false, 2, 0), Flag(CashmereAppSync__serp_app_sync_app_fields, 'Ch4BAgMEBQYICQoLDQ4WGxwdHh8gIiMsMDE1OUBLXmA', 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, 25, 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), +02-27 08:02:46.238 13858 13880 D GetConfigurationSnapsho: 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, false, 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, true, 2, 0), Flag(CrossFormFactorInstall__enable_filter_device_without_installation_details, true, 2, 0), Flag(CrossFormFactorInstall__enable_is_nearby_logging, true, 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, false, 2, 0), Flag(CrossFormFactorInstall__enable_xff_install_on_alleyoop, false, 2, 0), Flag(CrossFormFactorInstall__enable_xff_install_ui, 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, false, 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(DarkTheme__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(DataLoader__dataloader_native_libraries_check, true, 2, 0), Flag(DataLoader__disable_on_install_loop, false, 2, 0), Flag(DataLoader__disable_streaming_for_returning_users, false, 2, 0), Flag(DataLoader__downloader_network_read_buffer_bytes, 1048576, 1, 0), Flag(DataLoader__downloader_network_read_timeout_ms, 20000, 1, 0), Flag(DataLoader__enable_aadc_for_logging, true, 2, 0), Flag(DataLoader__enable_aadc_for_ui, true, 2, 0), Flag(DataLoader__enable_auto_update_on_incomplete_incrementals, true, 2, 0), Flag(DataLoader__enable_dataloader_failure_record, true, 2, 0), Flag(DataLoader__enable_dataloader_v2, true, 2, 0), Flag(DataLoader__enable_educational_tooltip, 'none', 4, 0), Flag(DataLoader__enable_feature_detection_hygiene, false, 2, 0), Flag(DataLoader__enable_incremental_dataloader, false, 2, 0), Flag(DataLoader__enable_incremental_nugget_installation, false, 2, 0), Flag(DataLoader__enable_incremental_progress_spinner, true, 2, 0), Flag(DataLoader__enable_incremental_progress_spinner_animation, false, 2, 0), Flag(DataLoader__enable_java_dataloader, true, 2, 0), Flag(DataLoader__ena +02-27 08:02:46.238 13858 13880 D GetConfigurationSnapsho: ble_lightning_bolt_icon, false, 2, 0), Flag(DataLoader__enable_notification_buttons, true, 2, 0), Flag(DataLoader__enable_performance_metrics, true, 2, 0), Flag(DataLoader__enable_performance_metrics_install_session_id_log, true, 2, 0), Flag(DataLoader__enable_performance_metrics_package_monitor_events, true, 2, 0), Flag(DataLoader__enable_prod_readlog_notice, false, 2, 0), Flag(DataLoader__enable_readlog_format_v3_for_read_logs_session, false, 2, 0), Flag(DataLoader__enable_readlog_format_v3_for_streaming_session, true, 2, 0), Flag(DataLoader__enable_selinux_patch_check, false, 2, 0), Flag(DataLoader__install_failures_per_app_threshold, 1, 1, 0), Flag(DataLoader__install_failures_threshold, 3, 1, 0), Flag(DataLoader__install_loop_threshold_seconds, 86400, 1, 0), Flag(DataLoader__killswitch_incremental_dataloader, true, 2, 0), Flag(DataLoader__known_external_digesters, 'ChkKF2NvbS5haG5sYWIudjNtb2JpbGVwbHVzChsKGWNvbS50cmFuc3Npb24ucGhvbmVtYXN0ZXIKLAoqY29tLnNlY3VyaXR5YW5kcHJpdmFjeS5hbmRyb2lkLnZlcml6b24udm1zChgKFmNvbS5jbGVhbnRlYW0ub25lYm9vc3QKIgogY29tLmF2YXN0LmFuZHJvaWQubW9iaWxlc2VjdXJpdHkKKwopY29tLnJvb3QuY2xlYW4uYm9vc3QuZXhwbG9yZXIuZmlsZW1hbmFnZXIKDQoLY29tLmxvb2tvdXQKDwoNY29tLmFudGl2aXJ1cwoOCgxjb20ua21zLmZyZWUKHQobY29tLndzYW5kcm9pZC5zdWl0ZS50bW9iaWxlChgKFmNvbS5hdHQubW9iaWxlc2VjdXJpdHkKGgoYY29tLm5veGdyb3VwLmFwcC5jbGVhbmVyChkKF2NvbS5oeXVuZGFpY2FyZC5hcHBjYXJkCh0KG2NvbS5zeW1hbnRlYy5tb2JpbGVzZWN1cml0eQobChljb20uY2xlYW50ZWFtLm9uZXNlY3VyaXR5CiIKIGNvbS5hcHBzaW5ub3ZhLmFuZHJvaWQua2VlcGNsZWFuCjcKNXBob25lY2xlYW5lci5hbmRyb2lkbWFzdGVyLmNsZWFudXBzcGFjZS5waG9uZS5ib29zdGVyChMKEWNvbS5lc3Rzb2Z0LmFseWFjChwKGmNvbS50b29sLnBvd2VyLnN3ZWVwLmNsZWFuChUKE2NvbS53c2FuZHJvaWQuc3VpdGUKIgogY29tLmFobmxhYi52M21vYmlsZXNlY3VyaXR5LnNvZGEKGwoZY29tLm5veGdyb3VwLmFwcC5zZWN1cml0eQonCiVjb20uZmlsZS5leHBsb3Jlci5tYW5hZ2VyLnNwYWNlLmNsZWFuChIKEGNvbS5wc2FmZS5tc3VpdGUKHAoaa3IuY28uc2hpZnR3b3Jrcy52Z3VhcmR3ZWIKEgoQbmV0Lm5zaGMuZHJvaWR4MwofCh1jb20uY2xlYW5lci5ib29zdC5qdW5rLnN5c3RlbQobChljb20uYXZhc3QuYW5kcm9pZC5jbGVhbmVyChIKEGNvbS52aXJ1cy5odW50ZXIKEQoPY29tLmF2Zy5jbGVhbmVyChUKE2Zhc3Quc2FmZS5ndWFyZC52cG4KHgocb3JnLm1hbHdhcmVieXRlcy5hbnRpbWFsd2FyZQoSChBmYXN0LnBob25lLmNsZWFuChgKFmNvbS5jbGVhbm1hc3Rlci5tZ3VhcmQKEgoQY29tLmVzZXQuZW1zMi5ncAozCjFjb20uYW50aXZpcnVzLm1vYmlsZXNlY3VyaXR5LnZpcnVzY2xlYW5lci5hcHBsb2NrChEKD2NvbS50cGxpbmsudHBtNQoZChdjb20uaWNsZWFuLm1hc3Rlci5ib29zdAoTChFjb20uYXZpcmEuYW5kcm9pZAoeChxqcC5jby55YWhvby5hbmRyb2lkLnlicm93c2VyCiEKH2NvbS5mcmVlLnZwbi5zdXBlci5ob3RzcG90Lm9wZW4KGgoYY29tLmJpdGRlZmVuZGVyLnNlY3VyaXR5CgsKCWNvbS5kcndlYgoyCjBjb20udHJlbmRtaWNyby50bW1zcGVyc29uYWwuanAuZ29vZ2xlcGxheXZlcnNpb24KLAoqY2xlYW4ucGhvbmUuY2xlYW5lci5ib29zdC5zZWN1cml0eS5hcHBsb2NrChkKF2NvbS5sdWRhc2hpLnhzdXBlcmNsZWFuCh4KHGNvbS5zZWN1cml0eS5hbnRpdmlydXMuY2xlYW4KIQofY29tLnN1cmZzaGFyay52cG5jbGllbnQuYW5kcm9pZAooCiZmYW5jeWNsZWFuLmJvb3N0LmFudGl2aXJ1cy5qdW5rY2xlYW5lcgoaChhjb20ubm94Z3JvdXAuYXBwLmJvb3N0ZXIKIgogY29tLnNjYW52aXJ1cy5hbnRpdmlydXMuc2VjdXJpdHkKLQorY29tLm5ld2NsZWFuLmNsZWFuZXIuc2VjdXJpdHkuYm9vc3Rlci5ib29zdAoUChJjb20ucWlob28uc2VjdXJpdHkKLAoqY29tLmZpbGVtYW5hZ2VyLmZpbGVzLmV4cGxvcmVyLmJvb3N0LmNsZWFuCicKJXBob25lLmNsZWFuZXIuYW50aXZpcnVzLnNwZWVkLmJvb3N0ZXIKEwoRY29tLnZpcnVzLnJlbW92ZXIKMAouY29tLmRvZG8uY2xlYW4ubWFzdGVyLmJhdHRlcnkuc2F2ZXIuY3B1LmNvb2xlZAobChljb20ubGd1cGx1cy5ibG9ja3NtaXNoaW5nChoKGGNvbS5jbGVhbm1hc3Rlci5zZWN1cml0eQogCh5jb20ucmVsaWFuY2VqaW8ubW9iaWxlc2VjdXJpdHkKKAomYXNlY3VyaXR5LnBob25lLmp1bmsuY2xlYW5lci5hbnRpdmlydXMKGQoXY29tLnN5bWFudGVjLmNsZWFuc3dlZXAKFwoVY29tLm1vYmlrZWVwZXIuZ2xvYmFsChMKEWNsZWFuZXIuYW50aXZpcnVzCi4KLHZpcnVzLmNsZWFuZXIuYW50aXZpcnVzLnBob25lLnNlY3VyaXR5LmJvb3N0ChYKFGNvbS5zaGFya25pbmphLnNoYXJrCjAKLmNvbS5jbGVhbi5vbmVib29zdC5jbGVhbmVyLm9uZWJvb3N0ZXIuc2VjdXJpdHkKIAoeY29tLm1heGRldmxhYi5jbGVhbmVyLnNlY3VyaXR5ChYKFGNvbS5sdWRhc2hpLnNlY3VyaXR5ChIKEGNvbS5zaGllbGRlci5wcm8KEQoPY29tLnMuYW50aXZpcnVzCiUKI2NvbS5hbnRpdmlydXNtYXN0ZXIub25lYm9vc3RjbGVhbmVyCh0KG3VubGltaXRlZC5zZWN1cmV2cG4uZnJlZXZwbgoaChhjb20uY3liZXIuZGZjLnBvbGFudGlzcHkKGAoWY29tLmticy5jb3JlLmFudGl2aXJ1cwokCiJjb20uYW50aXZpcnVzLmFwcGxvY2suY2xlYW5ib29zdGVyCh0KG2NvbS5zdXBl +02-27 08:02:46.238 13858 13880 D GetConfigurationSnapsho: cnZwbi52cG4uZnJlZS5wcm94eQoyCjBjb20uZm9xaWkucGhvbmUuc2VjdXJpdHkudmlydXMuY2xlYW5lci5hbnRpdmlydXMKFAoSY29tLmZhbGNvbi5jbGVhbmVyChcKFWNvbS5hdmFzdC5hbmRyb2lkLnZwbgosCipjbS5jbGVhbi5tYXN0ZXIuY2xlYW5lci5ib29zdGVyLmNwdS5jb29sZXIKFAoSY29tLmN4emguYW50aXZpcnVzChIKEGNvbS5yYXlkZW0uYm9vc3QKFgoUY29tLnNrdGVsZWNvbS50Z3VhcmQKHQobY29tLnRyZW5kbWljcm8udG1tc3BlcnNvbmFsCj8KPXBob25lLmFudGl2aXJ1cy52aXJ1cy5jbGVhbmVyLmp1bmsuY2xlYW4uc3BlZWQuYm9vc3Rlci5tYXN0ZXIKFQoTY29tLmFkc3RvY2FzaC5ib29zdAoSChBjb20uc29waG9zLnNtc2VjChsKGWNvbS5iaXRkZWZlbmRlci5hbnRpdmlydXMKFgoUZXUuZmFpcmNvZGUubmV0Z3VhcmQKDwoNY29tLmRyd2ViLnBybwoeChxjb20uc3BlZWRvcHRpbWl6ZS50b29sLmNsZWFuChcKFWNvbS5yb2NrZXRtb3AuY2xlYW5lcgoSChBjb20ud290LnNlY3VyaXR5CjAKLmNvbS5jbGVhbmVyLmZhc3RjbGVhbmVyLmJvb3N0ZXIuc2VjdXJpdHkuY2xlYW4KKQonY29tLnJvY2tldC50b29scy5jbGVhbi5hbnRpdmlydXMubWFzdGVyChoKGGtyLm9yLmtmdGMubW9iaWxlYXB0MnlvdQouCixjb20uZm9xaWkucGhvbmUuY2xlYW4uYm9vc3Rlci5jbGVhbmVyLm1hc3RlcgokCiJmYW5jeWNsZWFuLmFudGl2aXJ1cy5ib29zdC5hcHBsb2NrCh4KHGNvbS53c2FuZHJvaWQuc3VpdGUubWV0cm9wY3MKGQoXY29tLnNhZmVob3VzZS5ib2R5Z3VhcmQKIAoeY29tLmNvb3ByZXNhcHBzLmZyZWUuYW50aXZpcnVzChgKFmNvbS5xdWlja2hlYWwucGxhdGZvcm0KIAoeY29tLmFwcHMuZ28uY2xlYW4uYm9vc3QubWFzdGVyCh4KHGNvbS53c2FuZHJvaWQuc3VpdGUudm9kYWVtZWEKFwoVY29tLmxhc2VyLmZpbGVtYW5hZ2VyChEKD2NvbS5qYi5zZWN1cml0eQoYChZjb20ua2FzcGVyc2t5LnNhZmVraWRzChUKE2NvbS5mc2VjdXJlLm1zLnBsdXMKFQoTY29tLmZzZWN1cmUubXMuc2FmZQoWChRjb20ud2Vicm9vdC5zZWN1cml0eQoSChBjb20uZG9uZ2J1bGlmZS5tChEKD2NvbS5rc21vYmlsZS5jYgoPCg1jb20uY21jbS5saXRlChsKGWNvbS5wYW5kYXNlY3VyaXR5LnBhbmRhYXYKCwoJY29tLmttc2pwCiAKHmpwLm5hdmVyLmxpbmVhbnRpdmlydXMuYW5kcm9pZAoiCiBjb20uZWhhd2suYW50aXZpcnVzLmFwcGxvY2sud2lmaQovCi1hbnRpdmlydXMuYW50aS52aXJ1cy5jbGVhbmVyLnNlY3VyaXR5LmJvb3N0ZXIKJAoiY29tLnJveXNvbGJlcmcuYW5kcm9pZC5kYXRhY291bnRlcgoZChdjb20ubGlvbm1vYmkucG93ZXJjbGVhbgodChtjb20ua2Flcm9zZHVwbGljYXRlc2NsZWFuZXIKIwohY29tLmFwcHNpbm5vdmEuYW5kcm9pZC5rZWVwc2VjdXJlChYKFGNvbS5mYWxjb24uYW50aXZpcnVzChMKEWNvbS5zaW1wbGVyLm1lcmdlCjYKNHN1cGVyY2xlYW5lci5waG9uZWNsZWFuZXIuYmF0dGVyeWRvY3Rvci5mYXN0Y2hhcmdpbmcKHwodY29tLnBob25laGVscGVyLmNsZWFuLmJvb3N0ZXIKHwodY29tLnRyZW5kbWljcm8uZnJlZXRtbXMuZ21vYmkKGwoZY29tLmZzZWN1cmUubXMua3BuLnZlaWxpZwoUChJjb20uYWx0cmlnaXQuYm9vc3QKEQoPY29tLmxvb2tvdXQubmV0ChYKFGNvbS5hbnRpdmlydXMudGFibGV0Ch0KG2FwcGxvY2suc2VjdXJpdHkuYXBwLmxvY2tlcgoWChRjb20uc2VjdXJpdHkuc2Nhbm5lcgoVChNjb20uenJnaXUuYW50aXZpcnVzChgKFmNvbS5sb29rb3V0LmVudGVycHJpc2UKFQoTY29tLnZvZGFmb25lLnNuLnZwbgoPCg1jb20ucy5jbGVhbmVyCiAKHmNvbS5kaWFueGlub3Mub3B0aW1pemVyLmR1cGxheQobChljb20uZ3VhcmRpYW4uc2VjdXJpdHkucHJpChgKFmNvbS5idC53c2FuZHJvaWQuc3VpdGUKMQovZmFuY3ljbGVhbi5jbGVhbmVyLmJvb3N0LnByaXZhY3kuYW50aXZpcnVzLm1pbmkKJAoiY29tLmxvb2thbmRmZWVsLmNsZWFuZXJmb3J3aGF0c2FwcAojCiFjb20uYW5kcm9pZGFybXkuT3NEZWZlbmRlckJvb3N0ZXIKGgoYY29tLnN5bWFudGVjLm5vcnRvbi5zbmFwChYKFGNvbS5hcmNhbmUuaW5jb2duaXRvCiAKHmNvbS5vbmVhcHAubWF4LmNsZWFuZXIuYm9vc3RlcgodChtjb20ueC5mcmVlLmZpbGUubWFuYWdlci5hcHAKEQoPY29tLnplbi5ib29zdGVyCh4KHGNvbS5rYXNwZXJza3kuc2VjdXJpdHkuY2xvdWQKGgoYY29tLnF1YW5taGQuc3VwZXJjbGVhbmVyCiAKHmNvbS5yYW9uc2VjdXJlLm1vYmlsZS5zZWN1cml0eQogCh5jb20uaHlwZXJzcGVlZC5yb2NrZXRjbGVhbi5wcm8KFgoUY29tLmlvYml0Lm1vYmlsZWNhcmUKEQoPbW9iaWxlLmd1cnUuYXBwChgKFmNvbS52aXJ1cy5hcHBzLmNsZWFuZXIKIAoeY29tLnJ1ZHJhdW0ucnVkcmF1bVRodW1iMlRoaWVmCiIKIGNvbS50cmVuZG1pY3JvLnRtbXNwZXJzb25hbC5hcGFjCiUKI2NvbS5idWxsZ3VhcmQubW9iaWxlLm1vYmlsZXNlY3VyaXR5ChkKF2NvbS5xaWhvby5zZWN1cml0eS5saXRlCjUKM2NvbS5zdGFycnljYW1lcmEuZnVubnllZmZlY3RzLm1ha2V1cGZpbHRlcnMuY29sbGFnZQoaChhjby5wYW1vYmlsZS5nYW1lbGF1bmNoZXIKHQobY29tLm9uZWFwcC5tYXguc2VjdXJpdHkucHJvChQKEmNvbS5wdWZmLmFudGl2aXJ1cwodChtjb20uem9uZXIuYW5kcm9pZC5hbnRpdmlydXMKIAoeaXQud2luZHRyZS53aW5kLm1vYmlsZXNlY3VyaXR5Ci0KK2NvbS5jbGVhbl9hbnRpdmlydXMuc2VjdXJpdHkubWFzdGVyLmJvb3N0ZXIKHwodY29tLmhhbmFza2NhcmQubW9iaWxlY2FyZC5hcHAKFwoVY29tLmVzZXQuZW1zMi5tZWdhZm9uCgoKCGNvbS5tZWdhChkKF2RlLmdkYXRhLm1vYmlsZXNlY3VyaXR5CioKKGNvbS5hbnRpdmlydXMucy5zZWN1cml0eS5ib29zdGVyLnNwZWVkdXAKGwoZY29tLmFwdXNhcHBzLnR1cmJvY2xlYW5lcgotCitjb20ucnZhcHBzdHVkaW9zLnNwZWVkX2Jvb3N0ZXJfanVua19jbGVhbmVyChUKE2NvbS5hcGUuY2xlYW5hc3Npc3QKGwoZY29tLm93bC5mYXN0Y2xlYW5lci5ib29zdAoPCg1 +02-27 08:02:46.238 13858 13880 D GetConfigurationSnapsho: vcmcuYW50aXZpcnVzChsKGWNvbS5iYXR0ZXJ5LnNtYXJ0Lm1hbmFnZXIKLAoqY29tLmFwcHMuc2VjdXJpdHkubWFzdGVyLmFudGl2aXJ1cy5hcHBsb2NrChYKFGNvbS5sbS5wb3dlcnNlY3VyaXR5ChcKFWJyLmNvbS5mcy52aXZvcHJvdGVnZQolCiNjb20uYW50aXZpcnVzLmZyZWUuc2VjdXJpdHkuY2xlYW5lcgoWChRjb20uYXBwbG9jay5sYXVuY2hlcgoUChJjb20ubWljcm9zb2Z0LnNjbXgKEQoPY29tLmVzZXQubXllc2V0ChkKF2NvbS5wcm90ZWN0c3Rhci5hbnRpc3B5CiQKImNvbS50YXB0ZWNobm9sb2d5LmFudGl2aXJ1cy5tb2JpbGUKGQoXY2xlYW5waG9uZS5ib29zdGVyLnNhZmUKGwoZY29tLnRyZW5kbWljcm8uZHIuYm9vc3RlcgoaChhkZS50ZWxla29tLnByb3RlY3Rtb2JpbGUKHwodanAuY28ueWFob28uYW5kcm9pZC55c2VjdXJpdHkKGQoXY29tLmNvb3ByZXMuYXBwLmJvb3N0ZXIKEwoRY29tLmVzZXQuZW5kcG9pbnQKHQobY29tLnNlY3VyaXR5LmFudGl2aXJ1cy5zY2FuCiIKIGNvbS5rN2NvbXB1dGluZy5hbmRyb2lkLnNlY3VyaXR5ChAKDmNvbS5vcmFuZ2Uua21zChgKFmNvbS5mYXN0dHJhY2suc2VjdXJpdHkKIwohY29tLmZhbmN5Y2xlYW4uc2VjdXJpdHkuYW50aXZpcnVzChwKGmNvbS5jb21vZG8uY2lzbWUuYW50aXZpcnVzCgwKCmNvbS5rbXMubWU', 5, 0), Flag(DataLoader__low_bandwidth_check_ttl, 9223372036854775807, 1, 0), Flag(DataLoader__low_bandwidth_threshold_for_streaming, 0, 1, 0), Flag(DataLoader__migrate_off_incfs, false, 2, 0), Flag(DataLoader__migrate_off_incfs_app_blocklist, '', 5, 0), Flag(DataLoader__on_demand_bulk_write_page_count, 256, 1, 0), Flag(DataLoader__override_install_details_app_allowlist, '', 5, 0), Flag(DataLoader__package_monitor_event_max_logging_interval, 'CKA4', 5, 0), Flag(DataLoader__performance_metrics_rest_stream_progress_chunk_size, 1, 1, 0), Flag(DataLoader__readlogs_cache_expiration_ms, 7200000, 1, 0), Flag(DataLoader__readlogs_logging_batch_size, 2000, 1, 0), Flag(DataLoader__rest_stream_chunk_size_bytes, 2097152, 1, 0), Flag(DataLoader__rest_stream_download_immediate_fail_http_codes, 'CgaTA5QDmgM', 5, 0), Flag(DataLoader__rest_stream_download_initial_retry_delay, 'EIDKte4B', 5, 0), Flag(DataLoader__rest_stream_download_max_delay_time, 'CLBU', 5, 0), Flag(DataLoader__rest_stream_download_max_total_retry_time, 'CICjBQ', 5, 0), Flag(DataLoader__rest_stream_progress_reporting_chunk_interval, 2, 1, 0), Flag(DataLoader__set_incremental_readlogs_not_privacy_sensitive, false, 2, 0), Flag(DataLoader__set_streaming_test_session_logging_indicator, false, 2, 0), Flag(DataLoader__show_toast_in_release_build, false, 2, 0), Flag(DataLoader__streaming_environment, 1, 1, 0), Flag(DataLoader__temp_data_loader_files_expiration_ms, 172800000, 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, false, 2, 0), Flag(DetailsFragmentContentPadding__is_enabled, false, 2, 0), Flag(DetailsToDeliveryToken__is_enabled, true, 2, 0), Flag(DeveloperPage__enable_remote_device_integrity_check, false, 2, 0), Flag(DialogUiComponent__use_compose_dialogs_in_serp, false, 2, 0), Flag(DocKeyedCache__check_item_for_fields, false, 2, 0), Flag(DocKeyedCache__clear_item_cache_on_reasons, 'CgQICRAP', 5, 0), Flag(DocKeyedCache__do_blocking_io_on_future, false, 2, 0), Flag(DocKeyedCache__enable_disk_write_on_bg, false, 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_minimal_locking, false, 2, 0), Flag(DocKeyedCache__item_cache_size_in_mb, 3, 1, 0), Flag(DocKeyedCache__prewarm_item_cache_in_task, false, 2, 0), Flag(DocKeyedCache__return_non_propagating_future, false, 2, 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, fal +02-27 08:02:46.238 13858 13880 D GetConfigurationSnapsho: se, 2, 0), Flag(DownloadService__allocate_bytes_before_download, true, 2, 0), Flag(DownloadService__cronet_enable_herrevad_reporting, false, 2, 0), Flag(DownloadService__cronet_enable_http2, true, 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, 'ChFwYWkuZ29vZ2xlemlwLm5ldAoTcGxheS5nb29nbGVhcGlzLmNvbQoWc2VydmljZXMuZ29vZ2xlYXBpcy5jbgoTd29ya2Fyb3VuZC5ndnQxLmNvbQ', 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, 262144, 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_better_locking, 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__fallback_to_download_queue, 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__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__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, true, 2, 0), Flag(DownloadService__send_foreground_broadcast_on_status_update, true, 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, true, 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(DramaShortsFeatures__enable_persistent_nav, false, 2, 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__enab +02-27 08:02:46.238 13858 13880 D GetConfigurationSnapsho: le_premium_discover_tag, true, 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, true, 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, false, 2, 0), Flag(EnterpriseMainlineAutoUpdate__disable_mainline_update_policy, true, 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(FixImagesPreloadingHorizontalCluster__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_fife_in_app_comic_card, false, 2, 0), Flag(FlexibleContentCluster__enable_neutral_scrim_color_for_app_moments, false, 2, 0), Flag(FlexibleContentCluster__enable_swipe_gesture, true, 2, 0), Flag(FlexibleContentCluster__enable_tap_to_advance_gesture, false, 2, 0), Flag(FlexibleContentCluster__enable_theme_color_editorial_article_cards, 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(Fougasse__enable_logging_session_theme, true, 2, 0), Flag(GamerProfileAvatars__enable_copy_avatar_id_on_long_click, false, 2, 0), Flag(GamerProfilePage__enable_gpp_from_yh, true, 2, 0), Flag(GamerProfilePage__enable_stream_refresh, true, 2, 0), Flag(GenAiFeed__new_badge_max_sessions, 2, 1, 0), Flag(Generichomepagelatencysequencing__is_enabled, true, 2, 0), Flag(GetItemsContext__enable_get_items_context_for_details_page, false, 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__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, false, 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, false, 2 +02-27 08:02:46.238 13858 13880 D GetConfigurationSnapsho: , 0), Flag(IncrementalLoggingRetosClientSupport__is_enabled, false, 2, 0), Flag(InlineVideo__enable_yt_fragment_reuse, true, 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_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_low_priority_updates, true, 2, 0), Flag(InstallerV2__log_orphaned_downloads, 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_orphaned_downloads, true, 2, 0), Flag(Installer__create_jobs_async_on_install_queue_init, true, 2, 0), Flag(Installer__enable_group_install_preprocessor, true, 2, 0), Flag(Installer__enable_grpc_install_queue, true, 2, 0), Flag(Installer__enable_grpc_install_queue_in_process, true, 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, false, 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__log_install_committed, false, 2, 0), Flag(Installer__make_session_create_incremental_aware, true, 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, true, 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, false, 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, true, 2, 0), Flag(Installer__use_new_uninstalls_api, true, 2, 0), Flag(InstantCartCache__max_cache_size_in_mebibytes, 3, 1, 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, true, 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_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 +02-27 08:02:46.238 13858 13880 D GetConfigurationSnapsho: _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_multiplier, 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, true, 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(LocalRatings__enable_decide_bar_local_ratings_info_button, true, 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, 'CmqEEIIQgxDwD/AE7gTtBJAFjQWOBeMT5BPvE+YT5RPnE+gT6RPsE/AT8RP0E/UTvDGbBYMEhASFBLAEsQT+OtIU/iv/K9szvBS9FMEUwhTDFMQUvxTAFNU81jyYBZ0FsEDOMNAwzzCdBp4G', 5, 0), Flag(MediaAndEntertainmentDp__eligible_title_docid_list, 'CiBjb20uYW1hem9uLmF2b2QudGhpcmRwYXJ0eWNsaWVudAolY29tLmJ5ZGVsdXhlLmQzLmFuZHJvaWQucHJvZ3JhbS5zdGFyegoLY29tLmNicy5hcHAKG2NvbS5jcnVuY2h5cm9sbC5jcnVuY2h5cm9pZAoVY29tLmRpc25leS5kaXNuZXlwbHVzCg1jb20uaHVsdS5wbHVzChxjb20ucGVhY29ja3R2LnBlYWNvY2thbmRyb2lkCgljb20uc2xpbmcKCmNvbS50dWJpdHYKEmNvbS52aWFjb20uYmV0cGx1cwoQY29tLnZpa2kuYW5kcm9pZAoOY29tLndiZC5zdHJlYW0KEHR2LnBsdXRvLmFuZHJvaWQ', 5, 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_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__lib +02-27 08:02:46.238 13858 13880 D GetConfigurationSnapsho: rary_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_min_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(NativeBrotliCompression__native_brotli_compressed_fbf_patches_targeting_controller, false, 2, 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, 'Ch1wbGF5LWxoLmdvb2dsZXVzZXJjb250ZW50LmNvbQoLaS55dGltZy5jb20', 5, 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(NotificationBellCount__enable_fetch_nc_stream_in_daily_hygiene, false, 2, 0), Flag(NotificationBellCount__enable_server_count_update_on_nc_markasread, false, 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, false, 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, false, 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, true, 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(PcsiTabLatencyLogg +02-27 08:02:46.238 13858 13880 D GetConfigurationSnapsho: ing__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(PhoneskyDealsHomeFeatures__max_indicator_count, 3, 1, 0), Flag(PhoneskyDealsHomeFeatures__max_tooltip_count, 3, 1, 0), Flag(PhoneskyDeviceTier__device_tier, 0, 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_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, 1, 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_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__module_above_ratings_and_reviews, true, 2, 0), Flag(PolicyTesting__enable_bool_flag, false, 2, 0), Flag(PolicyTesting__test_int_flag, 0, 1, 0), Flag(PolicyTesting__test_string_flag, '', 4, 0), Flag(PortraitVideosOnMdp__enable_autoplay_for_mdp_portrait_video, false, 2, 0), Flag(PortraitVideosOnMdp__enable_original_video_thumbnail_for_mdp_portrait_video, 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(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, true, 2, 0), Flag(ReEngagementAds__enable_multi_layout_cluster, true, 2, 0), Flag(RedeemAcquireLoadingScreenFix__enable_full_screen, false, 2, 0), Flag(ReleaseNotesIntegration__test_bool_flag, true, 2, 0), Flag(ReleaseNotesIntegration__test_int_flag, 0, 1, 0), Flag(ReleaseNotesIntegration__test_string_flag, '', 4, 0), Flag(RenderPartialDetailsPage__min_partial_dp_app_fields, 'ChABAgQICw4bHB0eHyIjS15g', 5, 0), Flag(RenderPartialDetailsPage__min_partial_dp_shared_fields, 'CgcBAgYKCwwV', 5, 0), Flag(RenderPartialDetailsPage__render_min_partial_dp_for_dl, false, 2, 0), Flag(RequestQos__enable_latency_tolerant_qos_endpoints, 'apps/contentSync,accountSync,autoUpdate,bulkDetails,bulkPrefetch,delivery,ees/bulkAcquire,getPrefetchRecommendations,replicateLibrary,fdfe/getPlayArtProfileConfig,fdfe +02-27 08:02:46.238 13858 13880 D GetConfigurationSnapsho: /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, true, 2, 0), Flag(ReviewConsumption__enable_review_consumption_redesign, true, 2, 0), Flag(ReviewConsumption__enable_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, 1, 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_dispatch, true, 2, 0), Flag(SafetyCenter__enable_safety_center_receiver, true, 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_vertical_scroll_interruption_logging, true, 2, 0), Flag(SeamlessTransitions__navigation_debounce_timeout, '', 5, 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, true, 2, 0), Flag(SerpLazyColumn__is_enabled, false, 2, 0), Flag(ServerDrivenSearchListResults__enable_search_list_results_card_view, true, 2, 0), Flag(ServerDrivenTopCharts__enable_top_charts_card_view, true, 2, 0), Flag(SettingsPage__legal_notice_menu_url, 'https://support.google.com/googleplay/?p=about_play', 4, 0), Flag(SharedCacheClearing__unique_id, 0, 1, 0), Flag(SingletonViewPool__enable_singleton_view_pool, true, 2, 0), Flag(StickyTab__sticky_tab_reset_value, 268101556, 1, 0), Flag(StopParsingGclid__enable_stop_parsing_gclid, false, 2, 0), Flag(StreamSystem__use_page_header_cluster_for_editorial_style_headers, false, 2, 0), Flag(SubscriptionSkus__enable_hygiene_job_for_install_and_subscribe_cleanup, false, 2, 0), Flag(SubscriptionSkus__enable_primary_install_and_subscribe_action_button, false, 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(TubeskyAggregatedHomeFix__is_enabled, false, 2, 0), Flag(TubeskyAggregatedHomeFix__restore_initial_behavior, false, 2, 0), Flag(TubeskyAmati__enable_amati_glow, true, 2, 0), Flag(TubeskyAmati__enable_tv_modules_adapter, true, 2, 0), Flag(TubeskyAutoUpdateSettingSlice__is_enabled, true, 2, 0), Flag(TubeskyEmbeddedVideoThumbnail__is_enabled, true, 2, 0), Flag(TubeskyFastDeepLink__is_enabled, true, 2, 0), Flag(TubeskyMenuOptimization2__is_enabled, true, 2, 0), Flag(TubeskyMenuOptimization__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(TubeskyUnauth__enable_unauth_updates, true, 2, 0), Flag(Tubesky__enable_high_quality_images, true, 2, 0), Flag(Tubesky__enable_new_tv_browse_fragment, true, 2, 0), Flag(Tubesky__enable_new_tv_details_fragment, true, 2, 0), Flag(Tubesky__enable_new_tv_search_fragment, true, 2, 0), Flag(Tubesky__enable_tv_tabs_layout, true, 2, 0), Flag(UiComponentFlattenHierarchy__migrate_wide_media_cl20, tr +02-27 08:02:46.238 13858 13880 D GetConfigurationSnapsho: ue, 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, true, 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__enable_for_activity, false, 2, 0), Flag(UnivisionDataProtoPrewarm__enable_for_process_start, false, 2, 0), Flag(UnivisionDataProtoPrewarm__enable_for_serp, false, 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__home_url_paths, 'CgpzdWJuYXZIb21l', 5, 0), Flag(UnivisionHomeIa__is_enabled, false, 2, 0), Flag(UnivisionJankFixes__is_yt_overdraw_fix_enabled, true, 2, 0), Flag(UnivisionUiLogging__enable_gil_for_my_reviews, false, 2, 0), Flag(UnivisionUiLogging__enable_legacy_for_my_reviews, true, 2, 0), Flag(Univision__disable_lazy_column_fade_animation, false, 2, 0), Flag(Univision__disable_preinflation, false, 2, 0), Flag(Univision__enable_aot_state_logging, false, 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, 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_early_fetch_async_ads, false, 2, 0), Flag(Univision__enable_entry_point_logging_optimization, false, 2, 0), Flag(Univision__enable_generic_card_cluster_v3, false, 2, 0), Flag(Univision__enable_lazy_column_specifying_item_type, true, 2, 0), Flag(Univision__enable_metadataui_improvements, true, 2, 0), Flag(Univision__enable_metadataui_v2, false, 2, 0), Flag(Univision__enable_my_reviews_page, false, 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, false, 2, 0), Flag(Univision__enable_serp, false, 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__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_de +02-27 08:02:46.238 13858 13880 D GetConfigurationSnapsho: lay_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_line, false, 2, 0), Flag(UserLanguages__enable_language_split_per_app_value_store, true, 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_displaymodeswitcher_on_details_shim_fragment, false, 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, 819574325, 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(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, false, 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(VisualRe +02-27 08:02:46.238 13858 13880 D GetConfigurationSnapsho: freshPhase2__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_phase_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(Wayfinder__enable_call_to_action_button_link_change, false, 2, 0), Flag(WearHygieneOptimization__enable_wear_hygiene_optimization, true, 2, 0), Flag(Webview__exact_url_allowlist, '', 5, 0), Flag(Webview__subdomain_allowlist, 'ChNhY2NvdW50cy5nb29nbGUuY29tCg9kb2NzLmdvb2dsZS5jb20KD3BsYXkuZ29vZ2xlLmNvbQoTcG9saWNpZXMuZ29vZ2xlLmNvbQoQc3RvcmUuZ29vZ2xlLmNvbQ', 5, 0), Flag(WideMediaVideoScreenshotHeightOverride__enable_cluster_height_override, false, 2, 0), Flag(YoutubePlayerLogging__disable_server_logging_for_youtube_players, false, 2, 0) +02-27 08:02:46.238 13858 13880 D GetConfigurationSnapsho: byFlagStorageType, deleteSet = +02-27 08:02:46.279 13858 13890 I Finsky : [60] lct.h(7): Already at the latest configurations for experiment package com.google.android.finsky.stable. +02-27 08:02:46.279 13858 13883 I Finsky : [53] lct.h(1): Triggered update for experiment package com.google.android.finsky.regular. +02-27 08:02:46.289 13858 13880 D GetConfigurationSnapsho: getFullConfigurations +02-27 08:02:46.323 13858 13880 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(AcquireClientConfig__enable_accessibility_info, false, 2, 0), Flag(AcquirePurchaseCodegen__enable_inapp_purchase_data_list_in_response_bundle, true, 2, 0), Flag(AcquirePurchaseCodegen__enable_new_backend_docid_for_logging_backend, 'CglDTE9VRENBU1QKBE5FU1QKCVdPUktTUEFDRQoQWU9VVFVCRV9DT01NRVJDRQoFT0NFQU4', 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, true, 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(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(AlleyOopDiversion__hsdp_spring_animation_stiffness, 700.0, 3, 0), Flag(AlleyOopExternalTheme__enable_external_callers_theme, true, 2, 0), Flag(AlleyOopInstallBehavior__relaunch_initial_dialog_on_install_cancel, true, 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(AppContentServiceContentFetcherSettings__client_integration_config, 'CjkKC2JvdXlndWVzLXR2EioKGmZyLmJvdXlndWVzdGVsZWNvbS50di5iYnVpEgIKABoCEgAiAiIAKgAKJQoHZGlyZWN0dhIaCgpjb20uYXR0LnR2EgIKABoCEgAiAiIAKgAKMQoOZGlyZWN0di10di1kZXYSHwoPY29tLmF0dC50di5kZnc2EgIKABoCEgAiAiIAKgAKKwoEaXR2eBIjChNhaXIuSVRWTW9iaWxlUGxheWVyEgIKABoCEgAiAiIAKgAKLQoHaXR2eC10dhIiChJ1ay5jby5mcmVldmlldy5pdHYSAgoAGgISACICIgAqAApOCgxtZXJjYWRvLXBsYXkSPgohY29tLm1lcmNhZG9saWJyZS5hbmRyb2lkLm1wbGF5X3R2EgIKABoCEgAiAiIAKg0KCwoAEgcKAgoAEgEBCisKBHBsZXgSIwoTY29tLnBsZXhhcHAuYW5kcm9pZBICCgAaAhIAIgIiACoACiwKCHBsdXRvLXR2EiAKEHR2LnBsdXRvLmFuZHJvaWQSAgoAGgISACICIgAqAAorCgVzbGluZxIiCgljb20uc2xpbmcSAgoAGgISACICIgAqCQoHEgMSAQIiAApHChJzb255LXBpY3R1cmVzLWNvcmUSMQoUY29tLnNvbnlwaWN0dXJlc2NvcmUSAgoAGgISACICIgAqDQoLCgASBwoCCgASAQEKMwoHc29ueWxpdhIoCgtjb20uc29ueWxpdhICCgAaAhIAIgIiACoNCgsKABIHCgIKABIBAQo0CgpzcG90aWZ5LXR2EiYKFmNvbS5zcG90aWZ5LnR2LmFuZHJvaWQSAgoAGgISACICIgAqAAorCgRzdGFuEiMKD2F1LmNvbS5zdGFuLmFuZBICCgAaAgoAGgISACICIgAqAAozCgpzdHYtcGxheWVyEiUKFXR2LnN0di5hbmRyb2lkLnBsYXllchICCgA +02-27 08:02:46.323 13858 13880 D GetConfigurationSnapsho: aAhIAIgIiACoACjIKCHN2dC1wbGF5EiYKFnNlLnN2dC5hbmRyb2lkLnN2dHBsYXkSAgoAGgISACICIgAqAAo5CgZ0ZWxhc2ESLwofY29tLmtkZGkuYW5kcm9pZC5zdGI0a3ZpZGVvcGFzcxICCgAaAhIAIgIiACoACjQKEHRoZS1yb2t1LWNoYW5uZWwSIAoQY29tLnJva3Uud2ViLnRyYxICCgAaAhIAIgIiACoAClQKFHYtZmFzdC1jaGFubmVsLWd0djRvEjwKEmpwLmZhc3R2Lmd0di50dmFwcBICCgAaAhIAIgIiACoaCgsKABIHCgIKABIBAQoLEgcKAgoAEgEDKgAKLQoFdmlkaW8SJAoUY29tLnZpZGlvLmFuZHJvaWQudHYSAgoAGgISACICIgAqAAo1Cgh3YWlwdS10dhIpChBkZS5leGFyaW5nLndhaXB1EgIKABoCEgAiAiIAKgkKBxIDEgECIgAKOgoPeHN0cmVhbS1wbGF5LXR2EicKF3R2LmFpcnRlbC54c3RyZWFtLnR2YXBwEgIKABoCEgAiAiIAKgAKKwoHeHVtby10dhIgChBjb20ueHVtby54dW1vLnR2EgIKABoCEgAiAiIAKgAKSAoKeW91dHViZS1schI6Ch1jb20uZ29vZ2xlLmFuZHJvaWQueW91dHViZS50dhICCgAaAhIAIgIiACoNCgsKABIHCgIKABIBAQo3CgR6ZWU1Ei8KEmNvbS5ncmF5bWF0cml4LmRpZBICCgAaAhIAIgIiACoNCgsKABIHCgIKABIBARJKCgYQBxgBIDISBhABGAAgFCIGEAEYASAUKgIQAzICEAE6AhABSgIQAVICEAFaAhABYggKBhoECgIaAGoCEANyBhABGAEgAnoCEAE', 5, 0), Flag(AppContentServiceContentFetcherSettings__get_home_stream_timeout, 'CAQ', 5, 0), Flag(AppContentServiceContentFetcherSettings__get_home_stream_timeout_in_millis, 2000, 1, 0), Flag(AppContentServiceContentFetcherSettings__get_providers_timeout, 'CAQ', 5, 0), Flag(AppContentServiceContentFetcherSettings__package_name_map, 'CiIKB2F1ZGlibGUSF2NvbS5hdWRpYmxlLmFwcGxpY2F0aW9uChgKB2JldC1ub3cSDWNvbS5iZXQuc2hvd3MKHgoIYmV0LXBsdXMSEmNvbS52aWFjb20uYmV0cGx1cwovCg5jb21lZHktY2VudHJhbBIdY29tLnZtbi5hbmRyb2lkLmNvbWVkeWNlbnRyYWwKNAoOZGlzY292ZXJ5LXBsdXMSImNvbS5kaXNjb3ZlcnkuZGlzY292ZXJ5cGx1cy5tb2JpbGUKFQoEZXBpeBINY29tLmVwaXguZXBpeAodCghlcGl4LW5vdxIRY29tLmVwaXguZXBpeC5ub3cKIQoDZm9kEhphaXIuanAuY28uZnVqaXR2LmZvZHZpZXdlcgofCgpmb3gtbmF0aW9uEhFjb20uZm5nLmZveG5hdGlvbgofCghmb3gtbmV3cxITY29tLmZveG5ld3MuYW5kcm9pZAoWCgdmb3gtbm93Egtjb20uZm94Lm5vdwogCghoYXlzdGFjaxIUY29tLmhheXN0YWNrLmFuZHJvaWQKGgoJaHVsdS1wbHVzEg1jb20uaHVsdS5wbHVzCicKBGpveW4SH2RlLnByb3NpZWJlbnNhdDFkaWdpdGFsLnNldmVudHYKIwoGa29jb3dhEhljb20ua29jb3dhLmFuZHJvaWQubW9iaWxlCikKD21vdmllcy1hbnl3aGVyZRIWY29tLm1vdmllc2FueXdoZXJlLmdvbwofCgNtdHYSGGNvbS5tdHZuLm10dlByaW1lQW5kcm9pZAoQCgRtdWJpEghjb20ubXViaQobCgRva29vEhNmci5mcmFuY2V0di56b3V6b3VzCioKEXBhcmFtb3VudC1uZXR3b3JrEhVjb20udm1uLmFuZHJvaWQuc3Bpa2UKHwoRcGFyYW1vdW50LXBsdXMtY2ESCmNvbS5jYnMuY2EKGwoEcGxleBITY29tLnBsZXhhcHAuYW5kcm9pZAouCglwcm9zaWViZW4SIWRlLnByb3NpZWJlbnNhdDFkaWdpdGFsLnByb3NpZWJlbgooCgpyZWRidWxsLXR2Ehpjb20ubm91c2d1aWRlLmFuZHJvaWQucmJ0dgokCg1yaXZlLWFsYWNhcnRhEhNydHZlLnRhYmxldC5hbmRyb2lkChUKCHNsaW5nLXR2Egljb20uc2xpbmcKFwoEc3RhbhIPYXUuY29tLnN0YW4uYW5kCi4KBXN0YXJ6EiVjb20uYnlkZWx1eGUuZDMuYW5kcm9pZC5wcm9ncmFtLnN0YXJ6ChUKB3R1YmktdHYSCmNvbS50dWJpdHYKHwoGdHdpdGNoEhV0di50d2l0Y2guYW5kcm9pZC5hcHAKGgoDdmgxEhNjb20ubXR2bi52aDFhbmRyb2lkChUKBHh1bW8SDWNvbS54dW1vLnh1bW8', 5, 0), Flag(AppContentService__allowed_package_signatures, 'CmwKKGNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLmF1dG9tb3RpdmUub3NjYXISQEE3Q0MxQzI4NjJGMzhCNDc4RTA2RkZGNzBDNjY4NTk5NjJEQkFBM0U3NEIwNEZEQ0VBMjc4MzMxQzBFNDAzQUIKaQolY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMubmV4dXNsYXVuY2hlchJANEI0RDlBQkRFOEYzRDY5ODc1NThDNzZFMjYxRTZGRTlEM0M3Q0MyOTlFQkVGMjJENTZERjYzMjFEQkFFMzU2MgppCiVjb20uZ29vZ2xlLmFuZHJvaWQuYXBwcy5waXhlbC5zdWJ6ZXJvEkBDNEJDNTE0NDk4NkU5NkVEOTQwMDFFNjM2NTg0NjU1MjRDNTdDM0I4RERBNEEzOUQxOTU3RDlBNzJFNjg5Njkw', 5, 0), Flag(AppContentService__allowed_packages, 'Cidjb20uZ29vZ2xlLmFuZHJvaWQuZ29vZ2xlcXVpY2tzZWFyY2hib3gKKmNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLm1lZGlhaG9tZS5sYXVuY2hlcgoTY29tLmFuZHJvaWQudmVuZGluZwolY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMubmV4dXNsYXVuY2hlcgooY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMuYXV0b21vdGl2ZS5vc2NhcgolY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMucGl4ZWwuc3ViemVybw', 5, 0), Flag(AppContentService__trusted_package_keys, 'Cmljb20uZ29vZ2xlLmFuZHJvaWQucGxheS5lbmdhZ2UudmVyaWZ5YXBwOkQzNEJFMTNBNjI1MDFGNEUwOEJGRjEwNDgzNzg5NjA5RjI1MjFBRUQ1M0VBNDcyNDkyNTlGNzA0RUYwODMwNzU', 5, 0), Flag(AppDependencyInstall__enable_request_install_access_filter, true, 2, 0), Flag(AppDependencyInstall__request_install_access_filter, 'ChRjb20uZ29vZ2xlLmFyLmNvcmV8LQo1Y29tLmdvb2dsZS5hbmRyb2lkLnBsYXkuZ2FtZXN8K2NvbS5nb29nbGUuYW5kcm9pZC5nbXM', 5, 0), Flag(AppDetailsInAppProducts_ +02-27 08:02:46.324 13858 13880 D GetConfigurationSnapsho: _enable_in_app_products_cards_collapsed, false, 2, 0), Flag(AppDetailsInAppProducts__enable_in_app_products_cards_expanded, false, 2, 0), Flag(AppEngageServiceSettings__third_party_content_provider_allowlist, 'Chdjb20uYXVkaWJsZS5hcHBsaWNhdGlvbg', 5, 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(AppOpenDownloadManager__download_manager_notification_heads_up_delay, 'EICjw0c', 5, 0), Flag(AppOpenDownloadManager__enable_app_owner_check, false, 2, 0), Flag(AppOpenDownloadManager__enable_download_manager_notification, false, 2, 0), Flag(AppOpenDownloadManager__enable_download_manager_notification_clear_load, false, 2, 0), Flag(AppOpenDownloadManager__enable_download_manager_notification_see_more_button, false, 2, 0), Flag(AppOpenDownloadManager__enable_dual_channel_download_manager_notification, false, 2, 0), Flag(AppOpenDownloadManager__enable_high_priority_single_channel_download_manager_notification, false, 2, 0), Flag(AppOpenDownloadManager__enable_show_progress_download_manager_notification, false, 2, 0), Flag(AppPack__enable_app_pack, false, 2, 0), Flag(AppRestrictions__app_restrictions_update_message_whitelisted_packages, '+com.samsung.android.knox.kpu,com.aavamobile.oemconfig,com.archos.oemconfig,com.bartec.oemconfig,com.bluebird.android.oemconfig,com.chainway.oemconfig.playstore,com.cipherlab.oemconfig.common,com.crosscall.oemconfig,com.datalogic.oemconfig,com.datalogic.oemconfig.beta,com.datalogic.settings.oemconfig,com.datalogic.settings.oemconfig.beta,com.ecom.ecommanager,com.ecom.econfig.smart,com.ecom.econfig.smart0x,com.ecom.enterprise.oemconfig,com.elotouch.elooemconfig,com.fcnt.arrowsconfig_test,com.fcnt.fun.oemconftestb,com.fcnt.mobile_phone.arrowsconfig,com.fcnt.mobile_phone.arrowsconfig_test,com.fcnt.mobile_phone.seniorcareconfig,com.fcnt.mobile_phone.seniorcareconfig_test,com.fcnt.mobile_phone.swupsetting,com.fcnt.mobile_phone.swupsetting_dl,com.fcnt.mobile_phone.sysoptionsetting,com.fcnt.mobile_phone.sysoptionsetting_test,com.getac.app.getacoemconfig,com.getac.app.oemconfigprivate,com.getac.app.getacoemconfigswprivate,com.getac.app.getacoemconfigswprivate.v2,com.getac.app.oemconfigswsupport,com.google.android.feedbacktestapp,com.handheldgroup.oemconfig.internal,com.honeywell.oemconfig.scanpal,com.handsfree.r5.r5oemconfig,com.hanshow.cart.oemconfig,com.hmdglobal.app.oemconfig,com.hmdglobal.app.oemconfig.n4_2,com.hmdglobal.app.oemconfig.n5_3,com.hmdglobal.app.oemconfig.n7_2,com.hmdglobal.app.staging_oemconfig,com.honeywell.oemconfig,com.honeywell.oemconfig.dev,com.honeywell.oemconfig.qa,com.huawei.mdm.dpc,com.isafemobile.ismconfig,com.iwaylink.oemconfig,com.jlt.oemconfig,com.lenovo.oemconfig.dev,com.lenovo.oemconfig.rel,com.lge.oemconfig,com.microsoft.intune,com.microsoft.oemconfig,com.microsoft.surface.config,com.microsoft.surface.oemconfig,com.microsoft.surface.oemconfig.cnry,com.mobiiot.managedconfigurations,com.motorola.oemconfig.demo,com.motorola.oemconfig.rel,com.motorolasolutions.lexoemconfig,com.oemconfig.janam,com.panasonic.mobile.demo_oemconfig,com.panasonic.mobile.oemconfig,com.panasonic.mobile.oemconfig.internal,com.rhinomobility.config,com.rhinomobility.oemc,com.rhinomobility.oemconfig,com.samsung.android.knox.kpu.beta,com.samsung.android.knox.kpu.demo,com.samsung.android.knox.kpu.poc,com.seuic.seuicoemconfig,com.sonim.oemappconfig,com.spectralink.barcode.service,com.spectralink.buttons,com.spectralink.slnkdevicesettings,com.spectralink.slnkdevicesettingstest,com.spectralink.slnklogger,com.spectralink.slnkvqo,com.st_oct.oemconfigtest,com.unitech.oemconfig,com.unitech.oemconfig.betatest,com.urovo.oemconfig,com.urovo.oemconfigs,com.xiaomi.oemconfig,com.zebra.enrollmentmgr,com.zebra.oemconfig.beta1,com.zebra.oemconfig.common,com.zebra.oemconfig.common.beta,com.zebra.oemconfig.rel +02-27 08:02:46.324 13858 13880 D GetConfigurationSnapsho: ease,com.zebra.oemconfig.workaround,device.apps.emkitagent,ezhu.oemconfig.test,jp.co.sharp.android.shoemconfig,jp.co.sharp.android.shoemconfig2,jp.kyocera.corp.manager,jp.kyocera.enterprisedeviceconfig,net.ezkit.oemconfig,net.m3mobile.app.oemconfig,com.google.android.apps.pixel.configurator', 4, 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_installed_app_info, true, 2, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_max_daily_size_bytes, 2097152, 1, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_max_profile_size_bytes, 1048576, 1, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_sample_threshold, 100, 1, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_snapshot_timeout_seconds, 3, 1, 0), Flag(ArtProfiles__enable_art_upload_app_must_have_code, true, 2, 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(AuthenticationReady__enable_enforce_strong_biometric_auth, 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__auto_update_exclude_foreground_allowlist, 'com.google.android.apps.dreamliner,com.google.android.katniss,com.google.android.apps.mediashell,com.google.android.tv.remote.service,com.google.android.apps.tv.launcherx,com.google.android.apps.nbu.smartconnect.tv,jp.co.sharp.av.android.cocorovision', 4, 0), Flag(AutoUpdateCodegen__cancel_queued_auto_installs_when_disable_auto_update, true, 2, 0), Flag(AutoUpdateCodegen__collect_update_failure_history, true, 2, 0), Flag(AutoUpdateCodegen__dark_launch_server_policy_logging_delay_ms, 10000, 1, 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_pol +02-27 08:02:46.324 13858 13880 D GetConfigurationSnapsho: icy, 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_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_mainline_server_policy, false, 2, 0), Flag(AutoUpdateCodegen__enable_dark_launch_phone_basic_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_global_rapid_autoupdate_policy, true, 2, 0), Flag(AutoUpdateCodegen__enable_gmscore_server_policy, true, 2, 0), Flag(AutoUpdateCodegen__enable_hidden_server_policy, false, 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_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_rapid_server_policy, true, 2, 0), Flag(AutoUpdateCodegen__enable_tv_basic_server_policy, true, 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_ms, 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, false, 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_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_f +02-27 08:02:46.324 13858 13880 D GetConfigurationSnapsho: ailure_history, true, 2, 0), Flag(AutoUpdateCodegen__share_user_auto_update_setting, true, 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, 'CiJjb20uZ29vZ2xlLmFuZHJvaWQuZ21zLnBheS5zaWRlY2FyChZnb3YubW9vc3lsdmFuaWEuZW54LnYzCh1jb20uZ29vZ2xlLmFuZHJvaWQuc2FmZXR5Y29yZQoeY29tLmdvb2dsZS5hbmRyb2lkLmNvbnRhY3RrZXlz', 5, 0), Flag(AutoUpdatePolicies__auto_deploy_disk_space_threshold_bytes, 1073741824, 1, 0), Flag(AutoUpdatePolicies__enable_enx_headless_deployment, false, 2, 0), Flag(AutoUpdatePolicies__enable_gpay_sidecar, false, 2, 0), Flag(AutoUpdatePolicies__enx_headless_allowed_packages, 'ChZnb3YubW9vc3lsdmFuaWEuZW54LnYzChFnb3Yuc2FtcGxlLmVueC52Mw', 5, 0), Flag(AutoUpdatePolicies__gpay_sidecar_dependent_packages, 'ChZjb20uZmVsaWNhbmV0d29ya3MubWZj', 5, 0), Flag(AutoUpdatePolicies__promise_icon_hidden_packages, 'ChZnb3YubW9vc3lsdmFuaWEuZW54LnYzChFnb3Yuc2FtcGxlLmVueC52MwoiY29tLmdvb2dsZS5hbmRyb2lkLmdtcy5wYXkuc2lkZWNhcgoSY29tLmdvb2dsZS5hci5jb3JlCh1jb20uZ29vZ2xlLmFuZHJvaWQuc2FmZXR5Y29yZQoeY29tLmdvb2dsZS5hbmRyb2lkLmNvbnRhY3RrZXlz', 5, 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_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, false, 2, 0), Flag(AutoplayVideos__enable_full_screen_support, false, 2, 0), Flag(AutoplayVideos__enable_overlay_on_pause, true, 2, 0), Flag(AutoplayVideos__enable_video_autoplaying, false, 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, false, 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__avoid_bulk_cancel_deep_links_and_details_requests, false, 2, 0), Flag(AvoidBulkCancelNetworkRequests__avoid_bulk_cancel_image_requests, false, 2, 0), Flag(Battlestar__install_api_killswitch, false, 2, 0), Flag(BmUnauthPaiUpdates__enable_bm_unauth_pai_app_updates, true, 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(BulkGrantEntitlement__enable_bulk_grant_entitlement, true, 2, 0), Flag(BulkGrantEntitlement__enable_logging_purchase_free_acquire_out_of_session, true, 2, 0), Flag(BundleSizeOptimization__enable_uibuilder_activity_saveinstancestate_bundle_log, false, 2, 0), Flag(BundleSizeOptimization__enable_uibuilder_bundle_deduplication, false, 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) +02-27 08:02:46.324 13858 13880 D GetConfigurationSnapsho: , 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, false, 2, 0), Flag(CarPermissions__kill_switch_app_permission_fragment, 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(Checkin__disable_checkin_receiver, 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, false, 2, 0), Flag(CommerceUnifiedLogging__enable_combined_logging, false, 2, 0), Flag(CommerceUnifiedLogging__enable_server_node_logging_for_purchase_background_event, true, 2, 0), Flag(ConfirmPriceChange__enable_bottomsheet, true, 2, 0), Flag(ConsumePurchase__enable_consume_purchase, false, 2, 0), Flag(ContentSync__max_num_retries, 5, 1, 0), Flag(ContentSync__retry_delay, 'CBQ', 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, false, 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(Cubes__is_dogfooder_device, false, 2, 0), Flag(CustomPreInflation__apps_preinflation_card_view_counts, '', 5, 0), Flag(CustomPreInflation__apps_preinflation_card_views, '', 5, 0), Flag(CustomPreInflation__enable_custom_preinflation, false, 2, 0), Flag(CustomPreInflation__enable_home_specific_preinflation, false, 2, 0), Flag(CustomPreInflation__games_preinflation_card_view_counts, '', 5, 0), Flag(CustomPreInflation__games_preinflation_card_views, '', 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(DetailsPageAct +02-27 08:02:46.324 13858 13880 D GetConfigurationSnapsho: ionButtonsPositionProvider__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_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, 'CIQH', 5, 0), Flag(DevTriggeredUpdatesCodegen__item_store_migration, true, 2, 0), Flag(DevTriggeredUpdates__dev_triggered_updates_package_controller, '-', 4, 0), Flag(DeviceAppInfo__log_device_app_info_in_session_data, true, 2, 0), Flag(DeviceAttributesSync__device_attributes_reuse_duration, 'CIDUkwE', 5, 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_devi +02-27 08:02:46.324 13858 13880 D GetConfigurationSnapsho: ce_interoperability_v1, false, 2, 0), Flag(DeviceLockControllerInstallPolicy__enable_device_lock_controller_install_policy, true, 2, 0), Flag(DeviceLockControllerInstallPolicy__enable_device_lock_controller_install_policy_beta_channel_apps, true, 2, 0), Flag(DeviceSettings__enable_device_settings, true, 2, 0), Flag(DeviceSetupCodegen__disable_atl_rro_restore_during_deferred_setup, 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(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, true, 2, 0), Flag(DisableFadeAnimations__disable_fadein_animation, true, 2, 0), Flag(DisablePreRegistrationReleaseNotificationRetries__is_enabled, false, 2, 0), Flag(DisplayApkSize__display_apk_size, true, 2, 0), Flag(DoubleClickPrevention__double_click_prevention_threshold_ms, 700, 1, 0), Flag(DownloadManager__complete_download_when_status_success, true, 2, 0), Flag(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_droidguard_token_generation_for_all_device_classes, false, 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, 10240, 1, 0), Flag(DynamicSplitsCodegen__splitcompat_bypass_storage_check_offset_mb, 300, 1, 0), Flag(DynamicSplitsCodegen__splitcompat_package_controller, '+com.zhiliaoapp.musically,com.ss.android.ugc.trill,com.zhiliaoapp.musically.go,com.ss.android.ugc.now,com.adobe.reader,com.snapchat.android,com.myairtelapp,com.larksuite.suite,com.ss.android.ugc.tiktok.lite,com.lemon.lvoverseas,com.ss.android.tt.creator +02-27 08:02:46.324 13858 13880 D GetConfigurationSnapsho: ,com.google.android.gms', 4, 0), Flag(DynamicSplits__dynamic_split_download_size_threshold_metered, 209715200, 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,com.instagram.lite,com.facebook.mlite,com.facebook.pages.app,com.instagram.barcelona,com.facebook.talk,com.whatsapp,com.whatsapp.w4b,com.facebook.workrooms,com.oculus.twilight', 4, 0), Flag(EcChoice__allow_back_to_return_home, true, 2, 0), Flag(EcChoice__browser_package_ids, '', 5, 0), Flag(EcChoice__elapsed_time_till_trigger, 2000, 1, 0), Flag(EcChoice__enable_ec_choice_flow, false, 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__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(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, true, 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, true, 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, true, 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(EnterpriseInstallPolicies__device_management_install_options_allowlist, ' +02-27 08:02:46.324 13858 13880 D GetConfigurationSnapsho: ChZjb20uZ29vZ2xlLmFuZHJvaWQuZ21z', 5, 0), Flag(EnterprisePrivacyUxImprovements__enable_work_badge_and_install_text, false, 2, 0), Flag(EnterpriseUnifiedUpdateControlsPolicy__enterprise_unified_update_control_system_services_package_names, 'ChVjb20uZ29vZ2xlLmFuZHJvaWQuYXMKHWNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLnNjb25lChpjb20uZ29vZ2xlLmFuZHJvaWQud2VidmlldwoSY29tLmdvb2dsZS5hci5jb3JlChdjb20uZ29vZ2xlLmFuZHJvaWQub2RhZAokY29tLmdvb2dsZS5hbmRyb2lkLnR2cmVjb21tZW5kYXRpb25zChhjb20uZ29vZ2xlLmFuZHJvaWQuZXVpY2MKK2NvbS5nb29nbGUuYW5kcm9pZC53ZWFyYWJsZS5maXRiaXQubWN1LmRhdGEKKGNvbS5nb29nbGUuYW5kcm9pZC5zZXR0aW5ncy5pbnRlbGxpZ2VuY2UKHWNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLnR1cmJvCiJjb20uZ29vZ2xlLmFuZHJvaWQuZ21zLnN1cGVydmlzaW9uChxjb20uZ29vZ2xlLmFuZHJvaWQuZ21zc3lzdGVtCh1jb20uZ29vZ2xlLmFuZHJvaWQuc2FmZXR5Y29yZQoeY29tLmdvb2dsZS5hbmRyb2lkLmNvbnRhY3RrZXlzChljb20uZ29vZ2xlLmFuZHJvaWQuYXMub3NzChhjb20uZ29vZ2xlLmFuZHJvaWQubW9zZXkKG2NvbS5nb29nbGUuYW5kcm9pZC5jYWxsY29yZQoWY29tLmdvb2dsZS5hbmRyb2lkLmdtcw', 5, 0), Flag(EnterpriseUnifiedUpdateControlsPolicy__enterprise_unified_update_policy_auto_update_reasons_to_cancel, 'CgthdXRvX3VwZGF0ZQoUbWFpbmxpbmVfYXV0b191cGRhdGU', 5, 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, false, 2, 0), Flag(ExperimentFramework__enable_device_config_upload_for_all_unauth, false, 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, false, 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(FetchBillingUiInstructions__enable_fetch_billing_ui_instructions, true, 2, 0), Flag(FifeImage__ttl_in_days, 15, 1, 0), Flag(FileByFile__required_fbf_compression_levels, 'CgIGCQ', 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, false, 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, true, 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, +02-27 08:02:46.324 13858 13880 D GetConfigurationSnapsho: 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(GiftingEducationTooltip__one_google_education_for_gifting_end_date, 'COoPEAEYAQ', 5, 0), Flag(GiftingEducationTooltip__one_google_education_for_gifting_start_date, 'COkPEAsYAQ', 5, 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, false, 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, true, 2, 0), Flag(GoogleTvFeatures__enable_read_more_pmtv_playback_banner, false, 2, 0), Flag(GoogleTvFeatures__force_dark_theme, false, 2, 0), Flag(GppOdmlWarnings__is_enabled, true, 2, 0), Flag(GridCluster__recycled_view_pool_size, 8, 1, 0), Flag(Hibernation__flagless_unhibernation_killswitch, false, 2, 0), Flag(HorizontalClusterImpression__disable_extra_layout_space, true, 2, 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_treatment, true, 2, 0), Flag(IconUniformity__enable_vx_treatment, true, 2, 0), Flag(ImageOptimizations__enable_high_quality_tablet_screenshot, false, 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(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, true, 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(InAppMessa +02-27 08:02:46.324 13858 13880 D GetConfigurationSnapsho: ging__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(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__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__enable_inline_video_on_details_page, false, 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, false, 2, 0), Flag(InlineVideo__enable_video_play_icon_click_full_screen_activity, false, 2, 0), Flag(InlineVideo__enable_youtube_update_dialog, false, 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_resolver_unconditional_overwrite_reasons, 'ChNhcHBfbGFuZ3VhZ2VfY2hhbmdlChphcHBfcmVjb3Zlcnlfc3BsaXRfaW5zdGFsbAoSYmF0dGxlc3Rhcl9pbnN0YWxsCgtidWxrX3VwZGF0ZQoaZGV2ZWxvcGVyX3RyaWdnZXJlZF91cGRhdGUKFGRldmljZV9vd25lcl9pbnN0YWxsCgtkc2VfaW5zdGFsbAoMZWFybHlfdXBkYXRlChdlbnRlcnByaXNlX2F1dG9faW5zdGFsbAotZW50ZXJwcmlzZV9hdXRvX2luc3RhbGxfd2l0aG91dF9sYXVuY2hlcl9pY29uCgprZXlfcmVzY3VlChJtYWludGVuYW5jZV93aW5kb3cKEm1hbnVhbF9oaWJlcm5hdGlvbgoWcGFja2FnZV91cGRhdGVfc2VydmljZQoRcGxheV9wcm90ZWN0X2xpbmsKEXJhcGlkX2F1dG9fdXBkYXRlCgtyZWNvbW1lbmRlZAoUcmVtb3RlX2luX2FwcF91cGRhdGUKFHJlbW90ZV91cGRhdGVfcHJvbXB0CilzZWxmX3VwZGF0ZV92aWFfYXV0b191cGRhdGVfZGVidWdfdHJpZ2dlcgosc2VsZl91cGRhdGVfdmlhX2F1dG9fdXBkYXRlX2VudGVycHJpc2Vfc2V0dXAKDnNpbmdsZV9pbnN0YWxsChBzdWdnZXN0ZWRfdXBkYXRlCi1zdWdnZXN0ZWRfdXBkYXRlX21hbGZ1bmN0aW9uaW5nX2FwcF9zdGFsZW5lc3MKBnRpY2tsZQoTdW5hcmNoaXZlX2Jyb2FkY2FzdAoUdW5hcmNoaXZlX2Zyb21fc3RvcmUKDXVuaGliZXJuYXRpb24KFHVzZXJfbGFuZ3VhZ2VfY2hhbmdl', 5, 0), Flag(InstallQueue__run_installs_on_readiness_listener, true, 2, 0), Flag(InstallReferrer__disable_external_referrer_from_installer_data_store, 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__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_previe +02-27 08:02:46.324 13858 13880 D GetConfigurationSnapsho: w_app, false, 2, 0), Flag(InstallerCodegen__disabled_package_logs_install_rejected_instead_of_abandoned, true, 2, 0), Flag(InstallerCodegen__enable_add_checksum, true, 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_checksum_logging, false, 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, true, 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, false, 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_state, 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__stop_samegrades_from_derived_id_zero, true, 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, false, 2, 0), Flag(InstantAppsIntentCreation__use_secure_supervisor_activity_alias_if_available, false, 2, 0), Flag(InstantAppsLaun +02-27 08:02:46.324 13858 13880 D GetConfigurationSnapsho: chKeys__construct_launch_intent_from_launch_key, false, 2, 0), Flag(InstantAppsLaunchKeys__disable_default_url_fallback, false, 2, 0), Flag(InstantAppsLaunchKeys__enable_launch_key_decoding, false, 2, 0), Flag(InstantAppsLaunchKeys__enable_launch_key_opt_in_state_checking, false, 2, 0), Flag(InstantAppsLaunchKeys__enable_launch_keys_for_details_page_and_launch_api, false, 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, false, 2, 0), Flag(InstantAppsSupervisor__killswitch_remove_supervisor_on_o, false, 2, 0), Flag(InstantAppsSupervisor__remove_supervisor, true, 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, false, 2, 0), Flag(InstantAppsTryNowVisibility__enable_try_now_on_tubesky, true, 2, 0), Flag(InstantAppsTv__enable_android_tv_compatibility, true, 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, false, 2, 0), Flag(InstantCartClientCacheBoost__ignore_developer_id, true, 2, 0), Flag(InstantCart__add_sku_details_token_from_prefetchable_acquisition, 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, true, 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, 'CgVCT09LUwoIUExBWVBBU1M', 5, 0), Flag(InstantCart__enable_new_cache_key_in_acquire_cache, true, 2, 0), Flag(InstantCart__enable_prefetch_for_yt_product_dummy, 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__app_access_risk_other_apps_capturing_signals, 'CgUEQxMPFQ', 5, 0), Flag(IntegrityService__app_access_risk_other_apps_controlling_signals, 'CgEI', 5, 0), Flag(IntegrityService__app_access_risk_play_or_system_apps_capturing_signals, 'CgUDBRIOFA', 5, 0), Flag(IntegrityService__app_access_risk_play_or_system_apps_controlling_signals, 'CgEH', 5, 0), Flag(IntegrityService__default_rate_limit_threshold, 5, 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, true, 2, 0), Flag(IntegrityService__enable_hygiene_job, false, 2, 0), Flag(IntegrityService__higher_rate_limit_packages, 'Cihjb20uZ29vZ2xlLmFuZHJvaWQuYXBwcy5wcml2YWN5LndpbGRsaWZl', 5, 0), Flag(IntegrityService__higher_rate_limit_threshold, 20, 1, 0), Flag(IntegrityS +02-27 08:02:46.324 13858 13880 D GetConfigurationSnapsho: ervice__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__other_apps_overlay_signals, 'CgEE', 5, 0), Flag(IntegrityService__pass_droidguard_flow_name_to_pgs, true, 2, 0), Flag(IntegrityService__play_or_system_apps_overlay_signals, 'CgED', 5, 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, true, 2, 0), Flag(KidsAlleyOop__enable_flag_item, false, 2, 0), Flag(KidsAlleyOop__enable_policy_footer, true, 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(LandscapeBuyFlow__enable_launching_instrument_manager_in_full_screen_for_all_flows, false, 2, 0), Flag(LandscapeBuyFlow__enable_launching_instrument_manager_in_full_screen_for_fopless_user, false, 2, 0), Flag(LandscapeBuyFlow__enable_launching_instrument_manager_in_full_screen_for_in_app_purchase, false, 2, 0), Flag(LandscapeBuyFlow__landscape_buy_flow_test_codes, 'CgKtWA', 5, 0), Flag(LanguageSwitcher__enable_ulp_data_fetch, false, 2, 0), Flag(LanguageSwitcher__ulp_testing_override, '', 5, 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(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__populate_empty_purchase_data, true, 2, 0), Flag(LibraryModule__set_read_consistency_in_phonesky, true, 2, 0), Flag(Libraryentryignoredoctype__is_enabled, false, 2, 0), Flag(LicensingServiceV1Logging__is_enabled, false, 2, 0), Flag(Licensing__allowed_installer_package_names, 'ChNjb20uYW5kcm9pZC52ZW5kaW5nChljb20uc2VjLmFuZHJvaWQuZWFzeU1vdmVy', 5, 0), Flag(Licensing__enable_install_source_enforcement_in_phonesky, 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, false, 2, 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(Log +02-27 08:02:46.324 13858 13880 D GetConfigurationSnapsho: Optimization__killswitch_deprecate_latency_events, true, 2, 0), Flag(LogOptimization__killswitch_remove_deprecated_events, 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, '+', 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, 'always_allow', 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(Mainline__duration_before_mainline_is_stale, 'CIDnhA8', 5, 0), Flag(Mainline__enable_autoupdate_manual_check, true, 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__reboot_interval_end_hour, 5, 1, 0), Flag(Mainline__reboot_interval_start_hour, 1, 1, 0), Flag(Mainline__replace_userspace_reboot_by_resume_on_reboot, true, 2, 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), 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_af +02-27 08:02:46.324 13858 13880 D GetConfigurationSnapsho: fordance_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, true, 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(NotificationClickability__enable_report_stats, 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__battlestar_beta_bump_notification_timeout, 'CAE', 5, 0), Flag(Notifications__dedup_impressions, true, 2, 0), Flag(Notifications__disable_updates_completion_channel_shrinking, false, 2, 0), Flag(Notifications__enable_adding_manage_notifications_cta_to_all_fg_notifications, false, 2, 0), Flag(Notifications__enable_logging_notification_updates, true, 2, 0), Flag(Notifications__enable_noti +02-27 08:02:46.324 13858 13880 D GetConfigurationSnapsho: fication_for_apps_with_active_subscriptions_v2, 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, 'Cg5TSU5HTEVfSU5TVEFMTAoLQVVUT19VUERBVEUKC0JVTEtfVVBEQVRF', 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, 350, 1, 0), Flag(OpenActionButton__enable_ads_click_tracking, false, 2, 0), Flag(OpenAppLinkLaunchLogging__is_enabled, false, 2, 0), Flag(OrsonDetailPage__enable_orson_detail_page, true, 2, 0), Flag(OutOfAppExperienceClientFeatures__enable_billing_account_mismatch_check, false, 2, 0), Flag(OutOfAppPurchasableInAppProductFeatures__pass_grantable_voucher_token_to_purchase_flow, true, 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(P2p__check_all_packages_for_uid, false, 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_extra_not_installable_reason_codes, true, 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, false, 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, false, 2, 0), Flag(P2p__enable_p2p_offline_page_entrypoint, false, 2, 0), Flag(P2p__enable_p2p_restore_hidden_apps_check, true, 2, 0), Flag(P2p__enable_p2p_session_cleanup, false, 2, 0), Flag(P2p__enable_p2p_vanilla_receiver_send_apps, false, 2, 0), Flag(P2p__enable_p2p_vanilla_send_more_apps, false, 2, 0), Flag(P2p__enable_p2p_vanilla_sharing, false, 2, 0), Flag(P2p__enable_peer_to_peer_app_sharing_api, false, 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, false, 2, 0), Flag(P2p__highest_enabled_api_version, 2, 1, 0), Flag(P2p__p2p_app_listing_eligibility, false, 2, 0), Flag(P2p__p2p_blocklisted_packages, '', 5, 0), Flag(P2p__p2p_corp_account_gate_passed, false, 2, 0), Flag(P2p__p2p_default_api_caller_allowlist, '', 5, 0), Flag(P2p__p2p_destination_protocol_version, 3, 1, 0), Flag(P2p__p2p_enable_aadc_restrictions_api, true, 2, 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, '', 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, false, 2, +02-27 08:02:46.324 13858 13880 D GetConfigurationSnapsho: 0), Flag(P2p__p2p_unknown_age_is_under_eighteen, true, 2, 0), Flag(P2p__p2p_updates_api_caller_allowlist, '', 5, 0), Flag(P2p__p2p_use_strict_availability_policies, true, 2, 0), Flag(P2p__use_abi_info_from_frosting, false, 2, 0), Flag(P2p__use_apk_results_list_for_events, true, 2, 0), Flag(PackageManager__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, true, 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, 'fadein', 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__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_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_phonesky_dumpsys_in_prod_versions, true, 2, 0), Flag(PhoneskyHeader__enable_phonesky_header, true, 2, 0), Flag(PhoneskyHeader__enable_phonesky_header_multiproc_value_store, true, 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) +02-27 08:02:46.324 13858 13880 D GetConfigurationSnapsho: , Flag(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_get_recommended_preinstalls_caller_allowlist, true, 2, 0), Flag(PhoneskySetup__enable_persistent_pause_app_updates_calls, true, 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;com.google.android.xr.setupwizard:EDCFAB6AD5A341370A733D0D0F7FB21F142DB94F26A97BA499602F0A1C891671,5578C495C9DF4B1E2E682C41389B597F949EE1ECDB455F0BB63C9A3B7C0C31F6', 4, 0), Flag(PhoneskySetup__killswitch_early_update, true, 2, 0), Flag(PhoneskySetup__pai_fetch_timeout, 'CB4', 5, 0), Flag(PhoneskySetup__pause_app_updates_caller_allowlist, 'com.android.vending:F0FD6C5B410F25CB25C3B53346C8972FAE30F8EE7411DF910480AD6B2D60DB83,1975B2F17177BC89A5DFF31F9E64A6CAE281A53DC1D1D59B1D147FE1C82AFA00;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;com.google.android.docksetup:09D0F80AC553A679B8B4ACF67EAEC15FB8ABCCED21ECA57765743DF97C7D0F53,301AA3CB081134501C45F1422ABC66C24224FD5DED5FDC8F17E697176FD866AA;com.google.android.xr.setupwizard:EDCFAB6AD5A341370A733D0D0F7FB21F142DB94F26A97BA499602F0A1C891671,5578C495C9DF4B1E2E682C41389B597F949EE1ECDB455F0BB63C9A3B7C0C31F6;com.google.android.apps.wear.companion:48ED0058D1B6638E39A6E4C2DF1C4D5FDF593F696BF31B09A88F93141EAF600F,923FB8D6487101148D8DC0F790115DBA34CF0EA3AA5D3BB074D2D973588C393A;com.google.android.apps.wear.engcompanion:169FA3F01C6E19141961FDCA11118D3B8935955F2DE602E04968E3A1E011B362,CFB0B154CD6160B37220818055250310F8F296FF39F61C9175EC4E30C76F170F', 4, 0), Flag(PhoneskySetup__remove_user_cancel_from_failure_count, true, 2, 0), Flag(PhoneskySetup__skip_pai_config_apk_check, false, 2, 0), Flag(PlayBillingLibraryDiversion__enable_initialize_diversion, false, 2, 0), Flag(PlayCore__enable_app_not_owned_error_code, true, 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, +02-27 08:02:46.324 13858 13880 D GetConfigurationSnapsho: 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, 'CID1JA', 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_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_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, true, 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, true, 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__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_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_dogfood_for_permission_auto_revocation, false, 2, 0), Flag(PlayProtect__enable_feature_6848, false, 2, 0), Flag(PlayProtect__enable_feature_8581, 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_notific +02-27 08:02:46.324 13858 13880 D GetConfigurationSnapsho: ations, 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, true, 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, '', 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__deadline_in_hours, 24, 1, 0), Flag +02-27 08:02:46.324 13858 13880 D GetConfigurationSnapsho: (ProfileInception__enabled_versions, '82880000', 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_update_response_bundle_error_from_service_unavailable, true, 2, 0), Flag(PurchaseHistoryAccountPage__auto_expand_instruction_entries, true, 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(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(RegulatoryCapabilities__enable_flounder_fish_wdp, false, 2, 0), Flag(RegulatoryCapabilities__enable_goblin_shark_wdp, 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_back_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(Schedule +02-27 08:02:46.324 13858 13880 D GetConfigurationSnapsho: r__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, true, 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(SdkLibraries__killswitch_split_metadata_merging_experiment, false, 2, 0), Flag(SearchSuggestCaching__include_icon_size_in_request_url, false, 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, 1, 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_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_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, false, 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, true, 2, 0), Flag(SelfUpdate__kill_switch_immediate_self_update_from_system_version, false, 2, 0), Flag(SelfUpdate__kill_switch_remove_splits_on_samegrade, false, 2, 0), Flag(SelfUpdate__kill_switch_self_update_finished_log_app_data_prefs, 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_installer_data_background, 3, 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_job_store_data_background, 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_running_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(SelfU +02-27 08:02:46.324 13858 13880 D GetConfigurationSnapsho: pdate__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(SemanticDiff__dummy_flag, 100, 1, 0), Flag(ServerNotifications__enable_gentler_restart_for_clear_cache_and_reset_experiments_notification, true, 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(SlideToConfirm__enable_slide_confirmed_label, false, 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__replicate_library_dedupe_in_carsky, 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(TabbedBrowseFragmentBrowseData__normalize_browse_data_handling, true, 2, 0), Flag(TestColorTheme__transparent_background, true, 2, 0), Flag(TestConfig__backend_urls, '', 5, 0), Flag(TestHawkeyeLatencyDetectionFeature__lantency_injection_ms, 0, 1, 0), Flag(TestNonRampable__enable_test_param, false, 2, 0), Flag(TestOnly__check_for_null_account, false, 2, 0), Flag(TestRampableStudyDoc__enable_test_param, false, 2, 0), Flag(TestRampableStudyWithoutPartitions__enable_test_param, 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(TubeskyAutoUpdateV2__enable_tubesky_auto_update_v2, true, 2, 0), Flag(TubeskyAutoUpdateV2__enable_tubesky_idle_relaxation, true, 2, 0), Flag(TubeskyAutoUpdateV2__tubesky_threshold_device_idling, 259200000, 1, 0), Flag(TubeskyDeviceCertification__is_enabled, true, 2, 0), Flag(TubeskyDeviceInteroperability__enable_device_interoperability_v1, 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_pin_auth, true, 2, 0), Flag(TubeskyRapidInstallForAmatiPhase1__is_enabled, 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(TubeskyRapidInstall__enable_rapid_install, true, 2, 0), Flag(TubeskySearchImprovementsPhase2__is_enabled, false, 2, 0), Flag(TubeskySearchImprovements__is_enabled, true, 2, 0), Flag(Tubeskycontinuebutton__is_enabled, true, 2, 0), Flag(TvAcquisitionFlo +02-27 08:02:46.324 13858 13880 D GetConfigurationSnapsho: w__enable_fsub_in_rapid_install, true, 2, 0), Flag(TvAcquisitionFlow__enable_scrollview_for_guidance_column, true, 2, 0), Flag(TvAcquisitionFlow__enable_translucent_window, true, 2, 0), Flag(UiBuilder__enable_loading_as_new_screen, true, 2, 0), Flag(UnacknowledgedPurchaseNotification__enable_unacknowledged_purchase_notification, true, 2, 0), Flag(UnacknowledgedPurchaseNotification__unacknowledged_purchase_notification_minimum_latency, 'CICjBQ', 5, 0), Flag(UnacknowledgedPurchaseNotification__unacknowledged_purchase_notification_override_deadline, 'CIDGCg', 5, 0), Flag(UnauthDebugSettings__signed_android_identity_token, '', 4, 0), Flag(UnauthPaiUpdates__enable_unauth_PAI_app_updates, false, 2, 0), Flag(UnauthUpdates__enable_unauth_manual_update, false, 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_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__enable_narrow_padding_style_for_uninstall_page, false, 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, 'EIDh6xc', 5, 0), Flag(UnivisionDataBatchItemstore__enable, false, 2, 0), Flag(UnivisionDataCustomCombine__enable_for_item_client_state, true, 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, false, 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_cl +02-27 08:02:46.324 13858 13880 D GetConfigurationSnapsho: ickability_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_importance_sort_updates_in_my_apps_updates_per_importance, false, 2, 0), Flag(UpdateImportance__update_importance_update_frequency_threshold_days, 5, 1, 0), Flag(UpdateImportance__update_importance_use_new_update_info_in_notification, true, 2, 0), Flag(UpdateImportance__update_importance_use_update_importance_calculation, true, 2, 0), Flag(UpdateImportance__update_importance_use_update_importance_to_trigger_successful_update_notification, false, 2, 0), Flag(UpdateImportance__update_importance_usefulness_threshold_days, 1, 1, 0), Flag(UseGoogleSansTextForBody__is_enabled, false, 2, 0), Flag(UserLanguagesCodegen__max_background_retries, 7, 1, 0), Flag(UserLanguages__deferred_languages_require_wifi_charging, false, 2, 0), Flag(UserLanguages__kill_switch_split_installs_for_other_apps_on_locale_change, false, 2, 0), Flag(UserLanguages__language_check_after_ota, true, 2, 0), Flag(UserLanguages__network_restriction_for_language_splits, 1, 1, 0), Flag(UserLanguages__user_language_api_fix_emulated_splits, true, 2, 0), Flag(UserlistClearControl__allow_userlist_clear_control, true, 2, 0), Flag(UserlistClearControl__enable_userlist_clear_page_migration, false, 2, 0), Flag(VerifierAutoscanApkStreamingSupport__is_enabled, false, 2, 0), Flag(Verifierbackgroundtasklogging__is_enabled, false, 2, 0), Flag(ViewPagerFrameworks__enable_vp_framework_view_reuse, false, 2, 0), Flag(VrAcquisitionFlow__deprecate_billing_service, true, 2, 0), Flag(VrAcquisitionFlow__enable_2D_flow, true, 2, 0), Flag(WearAcquisitionFlow__enable_wear_free_acquire_remote_escalation, true, 2, 0), Flag(WearAutoUpdate__enable_basic_idle_relaxation_policy, true, 2, 0), Flag(WearDebugOptions__enable_debug_options_menu, false, 2, 0), Flag(WearDebugOptions__kill_switch_debug_options_menu, false, 2, 0), Flag(WearDeferPaginate__is_enabled, true, 2, 0), Flag(WearHygieneOptimization__enable_wear_dependency_optimization, true, 2, 0), Flag(WearPaymentMultiAccount__enable_wear_payment_ah_amb, true, 2, 0), Flag(WearSupport__kill_switch_foreground_wear_update, false, 2, 0), Flag(WearSupport__kill_switch_wear_service, false, 2, 0), Flag(WearSupport__killswitch_foreground_wear_service, false, 2, 0), Flag(WearUserCheckForUpdate__is_enabled, false, 2, 0), Flag(YoutubeUgcVideo__show_youtube_ugc_video_on_dp, false, 2, 0), Flag(YoutubeUgcVideo__ugc_module_above_rr, false, 2, 0), Flag(YtWebPlayerBugfix__enable_yt_web_player_bugfix, true, 2, 0), Flag(Zapp__enable_allow_partial_response, true, 2, 0), Flag(Zapp__enable_authenticated_updates, false, 2, 0), Flag(ZeroRating__enable_zero_rating, false, 2, 0), Flag(finsky.zapp.rate_limit_num_permitted_calls, 5, 1, 0), Flag(finsky.zapp.rate_limit_window_ms, 1000, 1, 0) +02-27 08:02:46.324 13858 13880 D GetConfigurationSnapsho: byFlagStorageType, deleteSet = +02-27 08:02:46.327 13858 13883 I Finsky : [53] lct.h(7): Already at the latest configurations for experiment package com.google.android.finsky.regular. +02-27 08:02:46.990 505 1381 W ProcessStats: Tracking association SourceState{d5bbe51 system/1000 BTopFgs #10110} whose proc state 2 is better than process ProcessState{7b2e6b6 com.google.android.gms.persistent/10057 pkg=com.google.android.gms} proc state 3 (71 skipped) +02-27 08:02:46.994 13858 13999 I android.vendin: oneway function results for code 2 on binder at 0xb400007b1b0dd670 will be dropped but finished with status UNKNOWN_TRANSACTION +02-27 08:02:46.997 13952 13952 I Finsky:background: [2] jjo.onDestroy(8): IPC-SERVER: Stopping gRPC host service... +02-27 08:02:47.116 13858 14015 I Finsky : [110] vbw.c(2): registerListener +02-27 08:02:47.117 13858 14015 I Finsky : [110] heg.g(1): getDownloads() +02-27 08:02:47.121 13952 13952 I Finsky:background: [2] jjo.onCreate(2): IPC-SERVER: Starting gRPC host service... +02-27 08:02:47.122 13858 14015 I Finsky : [110] ph.run(14): Initialized AssetModuleDownloader. +02-27 08:02:47.124 13858 13858 I Finsky : [2] mps.run(40): Detected restoreservicev2://recovery not needed, will not run +02-27 08:02:47.125 13952 13979 I Finsky:background: [50] hbv.f(1): getDownloads() +02-27 08:02:56.237 14020 14020 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<< +02-27 08:02:56.254 14020 14020 I AndroidRuntime: Using default boot image +02-27 08:02:56.254 14020 14020 I AndroidRuntime: Leaving lock profiling enabled +02-27 08:02:56.254 14020 14020 W libc : Access denied finding property "odsign.verification.success" +02-27 08:02:56.248 14020 14020 W app_process: type=1400 audit(0.0:132): avc: denied { read } for name="u:object_r:odsign_prop:s0" dev="tmpfs" ino=196 scontext=u:r:shell:s0 tcontext=u:object_r:odsign_prop:s0 tclass=file permissive=0 +02-27 08:02:56.259 14020 14020 W app_process: ART APEX data files are untrusted. +02-27 08:02:56.472 14020 14020 D app_process: Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat +02-27 08:02:56.473 14020 14020 D app_process: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt68l.dat +02-27 08:02:56.597 14020 14020 D AndroidRuntime: Calling main entry com.android.commands.uiautomator.Launcher +02-27 08:02:56.692 505 505 D BatterySaverPolicy: accessibility changed to true, updating policy. +02-27 08:02:57.199 13858 13999 I android.vendin: oneway function results for code 2 on binder at 0xb400007b1b0ccf90 will be dropped but finished with status UNKNOWN_TRANSACTION +02-27 08:02:57.208 505 2621 W ProcessStats: Tracking association SourceState{d5bbe51 system/1000 BTopFgs #10121} whose proc state 2 is better than process ProcessState{7b2e6b6 com.google.android.gms.persistent/10057 pkg=com.google.android.gms} proc state 3 (19 skipped) +02-27 08:02:57.223 13952 13952 I Finsky:background: [2] jjo.onDestroy(8): IPC-SERVER: Stopping gRPC host service... +02-27 08:02:57.728 14020 14020 W AccessibilityNodeInfoDumper: Fetch time: 18ms +02-27 08:02:57.740 505 505 D BatterySaverPolicy: accessibility changed to false, updating policy. +02-27 08:02:57.749 14020 14020 D AndroidRuntime: Shutting down VM +02-27 08:02:59.651 12156 12156 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 } +02-27 08:03:01.472 14051 14051 I dumpstate: do_vibrate: 1 stream_to_socket: 0 progress_updates_to_socket: 1 do_screenshot: 0 is_remote_mode: 0 show_header_only: 0 telephony_only: 0 wifi_only: 0 do_progress_updates: 0 fd: -1 bugreport_mode: dumpstate_hal_mode: DEFAULT limited_only: 0 args: /system/bin/dumpstate -S +02-27 08:03:01.473 14051 14051 D dumpstate: dumpstate calling_uid = -1 ; calling package = +02-27 08:03:01.473 14051 14051 D dumpstate: Loading stats from /bugreports/dumpstate-stats.txt +02-27 08:03:01.477 14051 14051 I dumpstate: Could not read stats from /bugreports/dumpstate-stats.txt; using max of 5000 +02-27 08:03:01.480 14051 14051 D dumpstate: Wake lock acquired. +02-27 08:03:01.480 14051 14051 I dumpstate: dumpstate info: id=1, args='/system/bin/dumpstate -S', bugreport_mode= bugreport format version: 2.0 +02-27 08:03:01.480 14051 14051 D dumpstate: Opening control socket +02-27 08:03:02.437 14051 14051 D dumpstate: Bugreport dir: [/data/user_de/0/com.android.shell/files/bugreports] Base name: [bugreport-sdk_google_atv64_arm64-STT9.221129.002] Suffix: [2026-02-27-08-03-01] Log path: [/data/user_de/0/com.android.shell/files/bugreports/bugreport-sdk_google_atv64_arm64-STT9.221129.002-2026-02-27-08-03-01-dumpstate_log-14051.txt] Temporary path: [/data/user_de/0/com.android.shell/files/bugreports/bugreport-sdk_google_atv64_arm64-STT9.221129.002-2026-02-27-08-03-01.tmp] Screenshot path: [] +02-27 08:03:02.437 14051 14051 D dumpstate: Creating initial .zip file (/data/user_de/0/com.android.shell/files/bugreports/bugreport-sdk_google_atv64_arm64-STT9.221129.002-2026-02-27-08-03-01.zip) +02-27 08:03:02.437 14051 14051 I dumpstate: Creating directory /data/user_de/0/com.android.shell/files/bugreports +02-27 08:03:02.438 14051 14051 D dumpstate: Adding zip text entry version.txt +02-27 08:03:02.438 14051 14051 I dumpstate: Sending broadcast: '/system/bin/cmd activity broadcast --user 0 --receiver-foreground --receiver-include-background -a com.android.internal.intent.action.BUGREPORT_STARTED --receiver-permission android.permission.DUMP' +02-27 08:03:02.451 14051 14051 I dumpstate: Vibrate: 'cmd vibrator_manager synced -f -d dumpstate oneshot 150' +02-27 08:03:02.451 770 770 I LogBufferFreezer: Freezing log buffers +02-27 08:03:02.474 14051 14051 D dumpstate: Module metadata package name: com.google.android.modulemetadata +02-27 08:03:02.488 355 355 I android.hardware.vibrator-service.example: Vibrator on for timeoutMs: 150 +02-27 08:03:02.489 355 14061 I android.hardware.vibrator-service.example: Starting on on another thread +02-27 08:03:02.489 355 355 I android.hardware.vibrator-service.example: Vibrator set amplitude: 0.11 +02-27 08:03:02.484 360 360 W Binder:360_4: type=1400 audit(0.0:133): avc: denied { search } for name="338" dev="proc" ino=122127 scontext=u:r:surfaceflinger:s0 tcontext=u:r:hal_graphics_composer_default:s0 tclass=dir permissive=0 +02-27 08:03:02.573 505 1381 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10065; state: DISABLED +02-27 08:03:02.573 505 1381 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10065; state: DISABLED +02-27 08:03:02.574 505 1381 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10065; state: DISABLED +02-27 08:03:02.574 505 1381 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10048; state: DISABLED +02-27 08:03:02.575 505 1381 D CompatibilityChangeReporter: Compat change id reported: 181136395; UID 10048; state: DISABLED +02-27 08:03:02.575 505 1381 D CompatibilityChangeReporter: Compat change id reported: 174042936; UID 10048; state: DISABLED +02-27 08:03:02.575 505 1381 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10048; state: DISABLED +02-27 08:03:02.576 505 1381 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10048; state: DISABLED +02-27 08:03:02.635 505 14058 E AppOps : Attribution not found: uid=0 pkg=root(null) op=VIBRATE +02-27 08:03:02.639 355 14061 I android.hardware.vibrator-service.example: Notifying on complete +02-27 08:03:02.640 355 355 I android.hardware.vibrator-service.example: Vibrator off +02-27 08:03:02.744 14075 14075 E perfetto: perfetto_cmd.cc:779 No trace with TraceConfig.bugreport_score > 0 eligible for bug reporting was found +02-27 08:03:02.745 14051 14051 E dumpstate: *** command 'perfetto --save-for-bugreport' failed: exit code 1 +02-27 08:03:02.751 505 1381 I WindowTracing: Error: Tracing is not supported on user builds. +02-27 08:03:02.972 14051 14051 D dumpstate: Duration of 'EVENT LOG': 0.04s +02-27 08:03:02.978 14051 14051 D dumpstate: Duration of 'STATS LOG': 0.01s +02-27 08:03:02.987 14051 14051 D dumpstate: Duration of 'RADIO LOG': 0.01s +02-27 08:03:03.021 14051 14051 E dumpstate: *** command 'logcat -L -b all -v threadtime -v printable -v uid -d *:v' failed: exit code 1 +02-27 08:03:03.021 14051 14051 I dumpstate: Start thread pool:1 +02-27 08:03:03.022 14051 14051 D dumpstate: Adding dir /cache/recovery (recursive: 1) +02-27 08:03:03.023 14051 14051 E dumpstate: /cache/recovery: No such file or directory +02-27 08:03:03.023 14051 14051 D dumpstate: Adding dir /data/misc/recovery (recursive: 1) +02-27 08:03:03.025 14051 14051 D dumpstate: Adding dir /data/misc/update_engine_log (recursive: 1) +02-27 08:03:03.026 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 320 +02-27 08:03:03.026 14051 14051 D dumpstate: Adding dir /data/misc/logd (recursive: 0) +02-27 08:03:03.026 14051 14051 E dumpstate: /data/misc/logd: No such file or directory +02-27 08:03:03.026 14051 14051 D dumpstate: Adding dir /data/misc/prereboot (recursive: 0) +02-27 08:03:03.027 235 235 I tombstoned: registered intercept for pid 320 and type kDebuggerdNativeBacktrace +02-27 08:03:03.028 320 320 I libc : Requested dump for tid 320 (Binder:320_2) +02-27 08:03:03.039 14051 14051 D dumpstate: MOUNT INFO: 21 entries added to zip file +02-27 08:03:03.043 14095 14095 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdNativeBacktrace +02-27 08:03:03.043 235 235 I tombstoned: received crash request for pid 320 +02-27 08:03:03.043 235 235 I tombstoned: found intercept fd 512 for pid 320 and type kDebuggerdNativeBacktrace +02-27 08:03:03.043 14095 14095 I crash_dump64: performing dump of process 320 (target tid = 320) +02-27 08:03:03.053 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 320 +02-27 08:03:03.053 235 235 W tombstoned: missing output fd +02-27 08:03:03.054 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 321 +02-27 08:03:03.054 235 235 I tombstoned: registered intercept for pid 321 and type kDebuggerdNativeBacktrace +02-27 08:03:03.054 321 321 I libc : Requested dump for tid 321 (Binder:321_4) +02-27 08:03:03.066 14102 14102 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdNativeBacktrace +02-27 08:03:03.066 235 235 I tombstoned: received crash request for pid 321 +02-27 08:03:03.066 235 235 I tombstoned: found intercept fd 512 for pid 321 and type kDebuggerdNativeBacktrace +02-27 08:03:03.066 14102 14102 I crash_dump64: performing dump of process 321 (target tid = 321) +02-27 08:03:03.077 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 321 +02-27 08:03:03.077 235 235 W tombstoned: missing output fd +02-27 08:03:03.077 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 327 +02-27 08:03:03.077 235 235 I tombstoned: registered intercept for pid 327 and type kDebuggerdNativeBacktrace +02-27 08:03:03.078 327 327 I libc : Requested dump for tid 327 (audio.service) +02-27 08:03:03.086 14110 14110 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdNativeBacktrace +02-27 08:03:03.086 235 235 I tombstoned: received crash request for pid 327 +02-27 08:03:03.087 235 235 I tombstoned: found intercept fd 512 for pid 327 and type kDebuggerdNativeBacktrace +02-27 08:03:03.087 14110 14110 I crash_dump64: performing dump of process 327 (target tid = 327) +02-27 08:03:03.098 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 327 +02-27 08:03:03.098 235 235 W tombstoned: missing output fd +02-27 08:03:03.099 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 329 +02-27 08:03:03.099 235 235 I tombstoned: registered intercept for pid 329 and type kDebuggerdNativeBacktrace +02-27 08:03:03.100 329 329 I libc : Requested dump for tid 329 (bluetooth@1.1-s) +02-27 08:03:03.107 14119 14119 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdNativeBacktrace +02-27 08:03:03.107 235 235 I tombstoned: received crash request for pid 329 +02-27 08:03:03.107 235 235 I tombstoned: found intercept fd 512 for pid 329 and type kDebuggerdNativeBacktrace +02-27 08:03:03.108 14119 14119 I crash_dump64: performing dump of process 329 (target tid = 329) +02-27 08:03:03.110 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 329 +02-27 08:03:03.110 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 330 +02-27 08:03:03.110 235 235 W tombstoned: missing output fd +02-27 08:03:03.111 330 330 I libc : Requested dump for tid 330 (provider@2.4-se) +02-27 08:03:03.112 235 235 I tombstoned: registered intercept for pid 330 and type kDebuggerdNativeBacktrace +02-27 08:03:03.118 14118 14118 I ServiceManager: Waiting for service 'lpdump_service' on '/dev/binder'... +02-27 08:03:03.121 14124 14124 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdNativeBacktrace +02-27 08:03:03.121 235 235 I tombstoned: received crash request for pid 330 +02-27 08:03:03.121 235 235 I tombstoned: found intercept fd 512 for pid 330 and type kDebuggerdNativeBacktrace +02-27 08:03:03.122 14124 14124 I crash_dump64: performing dump of process 330 (target tid = 330) +02-27 08:03:03.116 14125 14125 W lpdumpd : type=1400 audit(0.0:134): avc: denied { read } for path="/dev/block/vda2" dev="tmpfs" ino=18 scontext=u:r:lpdumpd:s0 tcontext=u:object_r:vd_device:s0 tclass=blk_file permissive=0 +02-27 08:03:03.128 235 235 W tombstoned: missing output fd +02-27 08:03:03.128 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 330 +02-27 08:03:03.129 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 331 +02-27 08:03:03.129 235 235 I tombstoned: registered intercept for pid 331 and type kDebuggerdNativeBacktrace +02-27 08:03:03.129 331 331 I libc : Requested dump for tid 331 (provider@2.7-se) +02-27 08:03:03.137 14131 14131 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdNativeBacktrace +02-27 08:03:03.137 235 235 I tombstoned: received crash request for pid 331 +02-27 08:03:03.138 235 235 I tombstoned: found intercept fd 512 for pid 331 and type kDebuggerdNativeBacktrace +02-27 08:03:03.138 14131 14131 I crash_dump64: performing dump of process 331 (target tid = 331) +02-27 08:03:03.142 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 331 +02-27 08:03:03.142 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 334 +02-27 08:03:03.142 235 235 W tombstoned: missing output fd +02-27 08:03:03.142 235 235 I tombstoned: registered intercept for pid 334 and type kDebuggerdNativeBacktrace +02-27 08:03:03.143 334 334 I libc : Requested dump for tid 334 (drm@1.0-service) +02-27 08:03:03.151 14138 14138 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdNativeBacktrace +02-27 08:03:03.151 235 235 I tombstoned: received crash request for pid 334 +02-27 08:03:03.151 235 235 I tombstoned: found intercept fd 512 for pid 334 and type kDebuggerdNativeBacktrace +02-27 08:03:03.151 14138 14138 I crash_dump64: performing dump of process 334 (target tid = 334) +02-27 08:03:03.153 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 334 +02-27 08:03:03.153 235 235 W tombstoned: missing output fd +02-27 08:03:03.154 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 335 +02-27 08:03:03.154 235 235 I tombstoned: registered intercept for pid 335 and type kDebuggerdNativeBacktrace +02-27 08:03:03.154 335 335 I libc : Requested dump for tid 335 (drm@1.4-service) +02-27 08:03:03.160 14144 14144 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdNativeBacktrace +02-27 08:03:03.161 235 235 I tombstoned: received crash request for pid 335 +02-27 08:03:03.161 235 235 I tombstoned: found intercept fd 512 for pid 335 and type kDebuggerdNativeBacktrace +02-27 08:03:03.161 14144 14144 I crash_dump64: performing dump of process 335 (target tid = 335) +02-27 08:03:03.164 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 335 +02-27 08:03:03.164 235 235 W tombstoned: missing output fd +02-27 08:03:03.164 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 338 +02-27 08:03:03.164 235 235 I tombstoned: registered intercept for pid 338 and type kDebuggerdNativeBacktrace +02-27 08:03:03.165 338 338 I libc : Requested dump for tid 338 (composer@2.3-se) +02-27 08:03:03.174 14150 14150 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdNativeBacktrace +02-27 08:03:03.174 235 235 I tombstoned: received crash request for pid 338 +02-27 08:03:03.174 235 235 I tombstoned: found intercept fd 512 for pid 338 and type kDebuggerdNativeBacktrace +02-27 08:03:03.174 14150 14150 I crash_dump64: performing dump of process 338 (target tid = 338) +02-27 08:03:03.180 235 235 W tombstoned: missing output fd +02-27 08:03:03.180 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 338 +02-27 08:03:03.180 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 339 +02-27 08:03:03.180 235 235 I tombstoned: registered intercept for pid 339 and type kDebuggerdNativeBacktrace +02-27 08:03:03.180 339 339 I libc : Requested dump for tid 339 (health@2.1-serv) +02-27 08:03:03.186 14155 14155 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdNativeBacktrace +02-27 08:03:03.186 235 235 I tombstoned: received crash request for pid 339 +02-27 08:03:03.186 235 235 I tombstoned: found intercept fd 512 for pid 339 and type kDebuggerdNativeBacktrace +02-27 08:03:03.187 14155 14155 I crash_dump64: performing dump of process 339 (target tid = 339) +02-27 08:03:03.188 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 339 +02-27 08:03:03.188 235 235 W tombstoned: missing output fd +02-27 08:03:03.188 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 340 +02-27 08:03:03.188 235 235 I tombstoned: registered intercept for pid 340 and type kDebuggerdNativeBacktrace +02-27 08:03:03.189 235 235 I tombstoned: received crash request for pid 340 +02-27 08:03:03.189 235 235 I tombstoned: found intercept fd 512 for pid 340 and type kDebuggerdNativeBacktrace +02-27 08:03:03.205 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 340 +02-27 08:03:03.205 235 235 W tombstoned: missing output fd +02-27 08:03:03.205 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 341 +02-27 08:03:03.205 235 235 I tombstoned: registered intercept for pid 341 and type kDebuggerdNativeBacktrace +02-27 08:03:03.206 341 341 I libc : Requested dump for tid 341 (neuralnetworks@) +02-27 08:03:03.212 14161 14161 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdNativeBacktrace +02-27 08:03:03.212 235 235 I tombstoned: received crash request for pid 341 +02-27 08:03:03.212 235 235 I tombstoned: found intercept fd 512 for pid 341 and type kDebuggerdNativeBacktrace +02-27 08:03:03.212 14161 14161 I crash_dump64: performing dump of process 341 (target tid = 341) +02-27 08:03:03.218 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 341 +02-27 08:03:03.218 235 235 W tombstoned: missing output fd +02-27 08:03:03.218 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 342 +02-27 08:03:03.218 235 235 I tombstoned: registered intercept for pid 342 and type kDebuggerdNativeBacktrace +02-27 08:03:03.219 342 342 I libc : Requested dump for tid 342 (neuralnetworks@) +02-27 08:03:03.224 14167 14167 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdNativeBacktrace +02-27 08:03:03.225 235 235 I tombstoned: received crash request for pid 342 +02-27 08:03:03.225 235 235 I tombstoned: found intercept fd 512 for pid 342 and type kDebuggerdNativeBacktrace +02-27 08:03:03.225 14167 14167 I crash_dump64: performing dump of process 342 (target tid = 342) +02-27 08:03:03.231 235 235 W tombstoned: missing output fd +02-27 08:03:03.231 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 342 +02-27 08:03:03.232 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 343 +02-27 08:03:03.232 235 235 I tombstoned: registered intercept for pid 343 and type kDebuggerdNativeBacktrace +02-27 08:03:03.233 343 343 I libc : Requested dump for tid 343 (neuralnetworks@) +02-27 08:03:03.239 14173 14173 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdNativeBacktrace +02-27 08:03:03.239 235 235 I tombstoned: received crash request for pid 343 +02-27 08:03:03.239 235 235 I tombstoned: found intercept fd 512 for pid 343 and type kDebuggerdNativeBacktrace +02-27 08:03:03.239 14173 14173 I crash_dump64: performing dump of process 343 (target tid = 343) +02-27 08:03:03.245 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 343 +02-27 08:03:03.245 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 344 +02-27 08:03:03.245 235 235 W tombstoned: missing output fd +02-27 08:03:03.245 235 235 I tombstoned: registered intercept for pid 344 and type kDebuggerdNativeBacktrace +02-27 08:03:03.246 344 344 I libc : Requested dump for tid 344 (neuralnetworks@) +02-27 08:03:03.253 14178 14178 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdNativeBacktrace +02-27 08:03:03.253 235 235 I tombstoned: received crash request for pid 344 +02-27 08:03:03.253 235 235 I tombstoned: found intercept fd 512 for pid 344 and type kDebuggerdNativeBacktrace +02-27 08:03:03.253 14178 14178 I crash_dump64: performing dump of process 344 (target tid = 344) +02-27 08:03:03.259 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 344 +02-27 08:03:03.259 235 235 W tombstoned: missing output fd +02-27 08:03:03.259 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 345 +02-27 08:03:03.259 235 235 I tombstoned: registered intercept for pid 345 and type kDebuggerdNativeBacktrace +02-27 08:03:03.260 345 345 I libc : Requested dump for tid 345 (neuralnetworks@) +02-27 08:03:03.266 14183 14183 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdNativeBacktrace +02-27 08:03:03.266 235 235 I tombstoned: received crash request for pid 345 +02-27 08:03:03.266 235 235 I tombstoned: found intercept fd 512 for pid 345 and type kDebuggerdNativeBacktrace +02-27 08:03:03.266 14183 14183 I crash_dump64: performing dump of process 345 (target tid = 345) +02-27 08:03:03.272 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 345 +02-27 08:03:03.272 235 235 W tombstoned: missing output fd +02-27 08:03:03.272 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 346 +02-27 08:03:03.272 235 235 I tombstoned: registered intercept for pid 346 and type kDebuggerdNativeBacktrace +02-27 08:03:03.273 346 346 I libc : Requested dump for tid 346 (stats@1.0-servi) +02-27 08:03:03.278 14188 14188 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdNativeBacktrace +02-27 08:03:03.278 235 235 I tombstoned: received crash request for pid 346 +02-27 08:03:03.278 235 235 I tombstoned: found intercept fd 512 for pid 346 and type kDebuggerdNativeBacktrace +02-27 08:03:03.278 14188 14188 I crash_dump64: performing dump of process 346 (target tid = 346) +02-27 08:03:03.280 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 346 +02-27 08:03:03.280 235 235 W tombstoned: missing output fd +02-27 08:03:03.280 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 348 +02-27 08:03:03.281 235 235 I tombstoned: registered intercept for pid 348 and type kDebuggerdNativeBacktrace +02-27 08:03:03.281 348 348 I libc : Requested dump for tid 348 (thermal@2.0-ser) +02-27 08:03:03.287 14193 14193 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdNativeBacktrace +02-27 08:03:03.287 235 235 I tombstoned: received crash request for pid 348 +02-27 08:03:03.287 235 235 I tombstoned: found intercept fd 512 for pid 348 and type kDebuggerdNativeBacktrace +02-27 08:03:03.288 14193 14193 I crash_dump64: performing dump of process 348 (target tid = 348) +02-27 08:03:03.290 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 348 +02-27 08:03:03.290 235 235 W tombstoned: missing output fd +02-27 08:03:03.290 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 357 +02-27 08:03:03.290 235 235 I tombstoned: registered intercept for pid 357 and type kDebuggerdNativeBacktrace +02-27 08:03:03.291 357 357 I libc : Requested dump for tid 357 (audioserver) +02-27 08:03:03.303 14198 14198 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdNativeBacktrace +02-27 08:03:03.303 235 235 I tombstoned: received crash request for pid 357 +02-27 08:03:03.303 235 235 I tombstoned: found intercept fd 512 for pid 357 and type kDebuggerdNativeBacktrace +02-27 08:03:03.303 14198 14198 I crash_dump64: performing dump of process 357 (target tid = 357) +02-27 08:03:03.313 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 357 +02-27 08:03:03.313 235 235 W tombstoned: missing output fd +02-27 08:03:03.313 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 360 +02-27 08:03:03.313 235 235 I tombstoned: registered intercept for pid 360 and type kDebuggerdNativeBacktrace +02-27 08:03:03.314 360 360 I libc : Requested dump for tid 360 (surfaceflinger) +02-27 08:03:03.325 14203 14203 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdNativeBacktrace +02-27 08:03:03.326 235 235 I tombstoned: received crash request for pid 360 +02-27 08:03:03.326 235 235 I tombstoned: found intercept fd 512 for pid 360 and type kDebuggerdNativeBacktrace +02-27 08:03:03.326 14203 14203 I crash_dump64: performing dump of process 360 (target tid = 360) +02-27 08:03:03.342 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 360 +02-27 08:03:03.342 235 235 W tombstoned: missing output fd +02-27 08:03:03.342 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 411 +02-27 08:03:03.342 235 235 I tombstoned: registered intercept for pid 411 and type kDebuggerdNativeBacktrace +02-27 08:03:03.343 411 411 I libc : Requested dump for tid 411 (cameraserver) +02-27 08:03:03.352 14208 14208 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdNativeBacktrace +02-27 08:03:03.352 235 235 I tombstoned: received crash request for pid 411 +02-27 08:03:03.352 235 235 I tombstoned: found intercept fd 512 for pid 411 and type kDebuggerdNativeBacktrace +02-27 08:03:03.352 14208 14208 I crash_dump64: performing dump of process 411 (target tid = 411) +02-27 08:03:03.355 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 411 +02-27 08:03:03.355 235 235 W tombstoned: missing output fd +02-27 08:03:03.356 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 415 +02-27 08:03:03.356 235 235 I tombstoned: registered intercept for pid 415 and type kDebuggerdNativeBacktrace +02-27 08:03:03.357 235 235 I tombstoned: received crash request for pid 415 +02-27 08:03:03.357 235 235 I tombstoned: found intercept fd 512 for pid 415 and type kDebuggerdNativeBacktrace +02-27 08:03:03.366 235 235 W tombstoned: missing output fd +02-27 08:03:03.366 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 415 +02-27 08:03:03.366 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 416 +02-27 08:03:03.367 235 235 I tombstoned: registered intercept for pid 416 and type kDebuggerdNativeBacktrace +02-27 08:03:03.367 416 416 I libc : Requested dump for tid 416 (mediametrics) +02-27 08:03:03.374 14213 14213 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdNativeBacktrace +02-27 08:03:03.375 235 235 I tombstoned: received crash request for pid 416 +02-27 08:03:03.375 235 235 I tombstoned: found intercept fd 512 for pid 416 and type kDebuggerdNativeBacktrace +02-27 08:03:03.375 14213 14213 I crash_dump64: performing dump of process 416 (target tid = 416) +02-27 08:03:03.379 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 416 +02-27 08:03:03.379 235 235 W tombstoned: missing output fd +02-27 08:03:03.379 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 417 +02-27 08:03:03.380 235 235 I tombstoned: registered intercept for pid 417 and type kDebuggerdNativeBacktrace +02-27 08:03:03.380 417 417 I libc : Requested dump for tid 417 (mediaserver) +02-27 08:03:03.389 14218 14218 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdNativeBacktrace +02-27 08:03:03.390 235 235 I tombstoned: received crash request for pid 417 +02-27 08:03:03.390 235 235 I tombstoned: found intercept fd 512 for pid 417 and type kDebuggerdNativeBacktrace +02-27 08:03:03.390 14218 14218 I crash_dump64: performing dump of process 417 (target tid = 417) +02-27 08:03:03.393 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 417 +02-27 08:03:03.393 235 235 W tombstoned: missing output fd +02-27 08:03:03.394 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 425 +02-27 08:03:03.394 235 235 I tombstoned: registered intercept for pid 425 and type kDebuggerdNativeBacktrace +02-27 08:03:03.395 235 235 I tombstoned: received crash request for pid 425 +02-27 08:03:03.395 235 235 I tombstoned: found intercept fd 512 for pid 425 and type kDebuggerdNativeBacktrace +02-27 08:03:03.433 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 425 +02-27 08:03:03.433 235 235 W tombstoned: missing output fd +02-27 08:03:03.433 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 436 +02-27 08:03:03.433 235 235 I tombstoned: registered intercept for pid 436 and type kDebuggerdNativeBacktrace +02-27 08:03:03.433 436 436 I libc : Requested dump for tid 436 (face@1.0-servic) +02-27 08:03:03.439 14223 14223 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdNativeBacktrace +02-27 08:03:03.439 235 235 I tombstoned: received crash request for pid 436 +02-27 08:03:03.439 235 235 I tombstoned: found intercept fd 512 for pid 436 and type kDebuggerdNativeBacktrace +02-27 08:03:03.439 14223 14223 I crash_dump64: performing dump of process 436 (target tid = 436) +02-27 08:03:03.441 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 436 +02-27 08:03:03.441 235 235 W tombstoned: missing output fd +02-27 08:03:03.442 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 437 +02-27 08:03:03.442 235 235 I tombstoned: registered intercept for pid 437 and type kDebuggerdNativeBacktrace +02-27 08:03:03.442 437 437 I libc : Requested dump for tid 437 (fingerprint@2.1) +02-27 08:03:03.448 14228 14228 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdNativeBacktrace +02-27 08:03:03.448 235 235 I tombstoned: received crash request for pid 437 +02-27 08:03:03.448 235 235 I tombstoned: found intercept fd 512 for pid 437 and type kDebuggerdNativeBacktrace +02-27 08:03:03.449 14228 14228 I crash_dump64: performing dump of process 437 (target tid = 437) +02-27 08:03:03.451 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 437 +02-27 08:03:03.451 235 235 W tombstoned: missing output fd +02-27 08:03:03.453 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 505 +02-27 08:03:03.453 235 235 I tombstoned: registered intercept for pid 505 and type kDebuggerdJavaBacktrace +02-27 08:03:03.456 505 511 I system_server: Thread[2,tid=511,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0932c0,peer=0x130c0000,"Signal Catcher"]: reacting to signal 3 +02-27 08:03:03.456 505 511 I system_server: +02-27 08:03:03.636 235 235 I tombstoned: received crash request for pid 505 +02-27 08:03:03.636 235 235 I tombstoned: found intercept fd 512 for pid 505 and type kDebuggerdJavaBacktrace +02-27 08:03:03.637 505 511 I system_server: Wrote stack traces to tombstoned +02-27 08:03:03.637 235 235 W tombstoned: missing output fd +02-27 08:03:03.637 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 505 +02-27 08:03:03.638 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 755 +02-27 08:03:03.638 235 235 I tombstoned: registered intercept for pid 755 and type kDebuggerdJavaBacktrace +02-27 08:03:03.638 755 761 I droid.bluetoot: Thread[5,tid=761,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0ab820,peer=0x135800b0,"Signal Catcher"]: reacting to signal 3 +02-27 08:03:03.639 755 761 I droid.bluetoot: +02-27 08:03:03.742 235 235 I tombstoned: received crash request for pid 755 +02-27 08:03:03.742 235 235 I tombstoned: found intercept fd 512 for pid 755 and type kDebuggerdJavaBacktrace +02-27 08:03:03.743 755 761 I droid.bluetoot: Wrote stack traces to tombstoned +02-27 08:03:03.743 235 235 W tombstoned: missing output fd +02-27 08:03:03.743 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 755 +02-27 08:03:03.743 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 770 +02-27 08:03:03.744 235 235 I tombstoned: registered intercept for pid 770 and type kDebuggerdJavaBacktrace +02-27 08:03:03.744 770 776 I ndroid.systemu: Thread[6,tid=776,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0932c0,peer=0x135400b0,"Signal Catcher"]: reacting to signal 3 +02-27 08:03:03.744 770 776 I ndroid.systemu: +02-27 08:03:03.785 235 235 I tombstoned: received crash request for pid 770 +02-27 08:03:03.785 235 235 I tombstoned: found intercept fd 512 for pid 770 and type kDebuggerdJavaBacktrace +02-27 08:03:03.786 770 776 I ndroid.systemu: Wrote stack traces to tombstoned +02-27 08:03:03.786 235 235 W tombstoned: missing output fd +02-27 08:03:03.786 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 770 +02-27 08:03:03.786 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 861 +02-27 08:03:03.786 235 235 I tombstoned: registered intercept for pid 861 and type kDebuggerdJavaBacktrace +02-27 08:03:04.122 14118 14118 I ServiceManager: Waiting for service 'lpdump_service' on '/dev/binder' successful after waiting 1004ms +02-27 08:03:04.123 14125 14137 E lpdumpd : [liblp]bool android::fs_mgr::IsEmptySuperImage(const std::string &) open failed: No such file or directory +02-27 08:03:04.123 14125 14137 E lpdumpd : [liblp]std::unique_ptr android::fs_mgr::ReadMetadata(const android::fs_mgr::IPartitionOpener &, const std::string &, uint32_t) open failed: super: Permission denied +02-27 08:03:04.120 14125 14125 W Binder:14125_1: type=1400 audit(0.0:135): avc: denied { getattr } for path="/dev/block/vda2" dev="tmpfs" ino=18 scontext=u:r:lpdumpd:s0 tcontext=u:object_r:vd_device:s0 tclass=blk_file permissive=0 +02-27 08:03:04.126 14051 14051 E dumpstate: *** command 'lpdump --all' failed: exit code 66 +02-27 08:03:04.126 14051 14051 D dumpstate: Duration of 'LPDUMP': 1.03s +02-27 08:03:04.141 183 183 I servicemanager: Since 'gsiservice' could not be found, trying to start it as a lazy AIDL service +02-27 08:03:04.148 14233 14233 I AidlLazyServiceRegistrar: Registering service gsiservice +02-27 08:03:05.143 14231 14231 W ServiceManager: Waited one second for gsiservice (is service started? are binder threads started and available?) +02-27 08:03:05.143 183 183 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:03:05.147 14051 14051 D dumpstate: Duration of 'DEVICE-MAPPER': 1.02s +02-27 08:03:05.147 14051 14051 D dumpstate: Adding dir /metadata/ota (recursive: 1) +02-27 08:03:05.156 183 183 I servicemanager: Notifying gsiservice they have clients: 1 +02-27 08:03:05.156 183 183 I servicemanager: Notifying gsiservice they have clients: 0 +02-27 08:03:05.156 14233 14234 I AidlLazyServiceRegistrar: Process has 1 (of 1 available) client(s) in use after notification gsiservice has clients: 1 +02-27 08:03:05.156 14233 14234 I AidlLazyServiceRegistrar: Process has 0 (of 1 available) client(s) in use after notification gsiservice has clients: 0 +02-27 08:03:05.156 14233 14234 I AidlLazyServiceRegistrar: Trying to shut down the service. No clients in use for any service in process. +02-27 08:03:05.156 183 183 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:03:05.156 14233 14234 I AidlLazyServiceRegistrar: Unregistered all clients and exiting +02-27 08:03:05.183 14239 14239 D dumpstate: execvp on command 'iotop -n 1 -m 100' failed (error: No such file or directory) +02-27 08:03:05.184 14051 14051 E dumpstate: *** command 'iotop -n 1 -m 100' failed: exit code 1 +02-27 08:03:05.189 14240 14240 E dmabuf_dump: Failed to open dmabuf info from debugfs +02-27 08:03:08.915 14051 14092 E dumpstate: libdebuggerd_client: failed to read status response from tombstoned: Try again +02-27 08:03:08.916 235 235 I tombstoned: intercept for pid 861 and type kDebuggerdJavaBacktrace terminated: due to input +02-27 08:03:08.917 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 896 +02-27 08:03:08.917 235 235 I tombstoned: registered intercept for pid 896 and type kDebuggerdJavaBacktrace +02-27 08:03:08.917 896 901 I rkstack.proces: Thread[2,tid=901,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0ab820,peer=0x12fc00b0,"Signal Catcher"]: reacting to signal 3 +02-27 08:03:08.917 896 901 I rkstack.proces: +02-27 08:03:08.993 235 235 I tombstoned: received crash request for pid 896 +02-27 08:03:08.993 235 235 I tombstoned: found intercept fd 512 for pid 896 and type kDebuggerdJavaBacktrace +02-27 08:03:08.993 896 901 I rkstack.proces: Wrote stack traces to tombstoned +02-27 08:03:08.993 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 896 +02-27 08:03:08.993 235 235 W tombstoned: missing output fd +02-27 08:03:08.994 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 948 +02-27 08:03:08.994 235 235 I tombstoned: registered intercept for pid 948 and type kDebuggerdJavaBacktrace +02-27 08:03:08.994 948 953 I com.android.se: Thread[4,tid=953,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0932c0,peer=0x12cc00b0,"Signal Catcher"]: reacting to signal 3 +02-27 08:03:08.995 948 953 I com.android.se: +02-27 08:03:09.014 235 235 I tombstoned: received crash request for pid 948 +02-27 08:03:09.014 235 235 I tombstoned: found intercept fd 512 for pid 948 and type kDebuggerdJavaBacktrace +02-27 08:03:09.014 948 953 I com.android.se: Wrote stack traces to tombstoned +02-27 08:03:09.015 235 235 W tombstoned: missing output fd +02-27 08:03:09.015 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 948 +02-27 08:03:09.016 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 1242 +02-27 08:03:09.016 235 235 I tombstoned: registered intercept for pid 1242 and type kDebuggerdJavaBacktrace +02-27 08:03:09.017 1242 1247 I FuseDaemon: Thread[6,tid=1247,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0916f0,peer=0x130400b0,"Signal Catcher"]: reacting to signal 3 +02-27 08:03:09.017 1242 1247 I FuseDaemon: +02-27 08:03:09.084 235 235 I tombstoned: received crash request for pid 1242 +02-27 08:03:09.084 235 235 I tombstoned: found intercept fd 512 for pid 1242 and type kDebuggerdJavaBacktrace +02-27 08:03:09.084 1242 1247 I FuseDaemon: Wrote stack traces to tombstoned +02-27 08:03:09.084 235 235 W tombstoned: missing output fd +02-27 08:03:09.084 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 1242 +02-27 08:03:09.084 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 1265 +02-27 08:03:09.085 235 235 I tombstoned: registered intercept for pid 1265 and type kDebuggerdJavaBacktrace +02-27 08:03:09.085 1265 1271 I or.multidispla: Thread[4,tid=1271,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b08df50,peer=0x12d000b0,"Signal Catcher"]: reacting to signal 3 +02-27 08:03:09.085 1265 1271 I or.multidispla: +02-27 08:03:09.109 235 235 I tombstoned: received crash request for pid 1265 +02-27 08:03:09.109 235 235 I tombstoned: found intercept fd 512 for pid 1265 and type kDebuggerdJavaBacktrace +02-27 08:03:09.109 1265 1271 I or.multidispla: Wrote stack traces to tombstoned +02-27 08:03:09.109 235 235 W tombstoned: missing output fd +02-27 08:03:09.109 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 1265 +02-27 08:03:09.110 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 11123 +02-27 08:03:09.110 235 235 I tombstoned: registered intercept for pid 11123 and type kDebuggerdJavaBacktrace +02-27 08:03:09.111 11123 11128 I ocess.gservice: Thread[6,tid=11128,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0916f0,peer=0x12c800b0,"Signal Catcher"]: reacting to signal 3 +02-27 08:03:09.111 11123 11128 I ocess.gservice: +02-27 08:03:09.134 235 235 I tombstoned: received crash request for pid 11123 +02-27 08:03:09.134 235 235 I tombstoned: found intercept fd 512 for pid 11123 and type kDebuggerdJavaBacktrace +02-27 08:03:09.134 11123 11128 I ocess.gservice: Wrote stack traces to tombstoned +02-27 08:03:09.134 235 235 W tombstoned: missing output fd +02-27 08:03:09.134 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 11123 +02-27 08:03:09.135 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 12156 +02-27 08:03:09.135 235 235 I tombstoned: registered intercept for pid 12156 and type kDebuggerdJavaBacktrace +02-27 08:03:09.136 12156 12162 I .gms.persisten: Thread[2,tid=12162,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b08df50,peer=0x142800b0,"Signal Catcher"]: reacting to signal 3 +02-27 08:03:09.136 12156 12162 I .gms.persisten: +02-27 08:03:09.262 235 235 I tombstoned: received crash request for pid 12156 +02-27 08:03:09.262 235 235 I tombstoned: found intercept fd 512 for pid 12156 and type kDebuggerdJavaBacktrace +02-27 08:03:09.262 12156 12162 I .gms.persisten: Wrote stack traces to tombstoned +02-27 08:03:09.262 235 235 W tombstoned: missing output fd +02-27 08:03:09.262 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 12156 +02-27 08:03:09.263 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 13021 +02-27 08:03:09.263 235 235 I tombstoned: registered intercept for pid 13021 and type kDebuggerdJavaBacktrace +02-27 08:03:09.264 13021 13026 I gle.android.gm: Thread[3,tid=13026,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b09a200,peer=0x135c00b0,"Signal Catcher"]: reacting to signal 3 +02-27 08:03:09.264 13021 13026 I gle.android.gm: +02-27 08:03:09.287 235 235 I tombstoned: received crash request for pid 13021 +02-27 08:03:09.287 235 235 I tombstoned: found intercept fd 512 for pid 13021 and type kDebuggerdJavaBacktrace +02-27 08:03:09.287 13021 13026 I gle.android.gm: Wrote stack traces to tombstoned +02-27 08:03:09.287 235 235 W tombstoned: missing output fd +02-27 08:03:09.287 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 13021 +02-27 08:03:09.288 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 13573 +02-27 08:03:09.288 235 235 I tombstoned: registered intercept for pid 13573 and type kDebuggerdJavaBacktrace +02-27 08:03:09.288 13573 13578 I .remote.servic: Thread[6,tid=13578,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0916f0,peer=0x131400b0,"Signal Catcher"]: reacting to signal 3 +02-27 08:03:09.289 13573 13578 I .remote.servic: +02-27 08:03:09.319 235 235 I tombstoned: received crash request for pid 13573 +02-27 08:03:09.319 235 235 I tombstoned: found intercept fd 512 for pid 13573 and type kDebuggerdJavaBacktrace +02-27 08:03:09.320 13573 13578 I .remote.servic: Wrote stack traces to tombstoned +02-27 08:03:09.320 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 13573 +02-27 08:03:09.320 235 235 W tombstoned: missing output fd +02-27 08:03:09.321 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 13603 +02-27 08:03:09.321 235 235 I tombstoned: registered intercept for pid 13603 and type kDebuggerdJavaBacktrace +02-27 08:03:09.321 13603 13609 I roid.youtube.t: Thread[6,tid=13609,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0916f0,peer=0x13c400b0,"Signal Catcher"]: reacting to signal 3 +02-27 08:03:09.321 13603 13609 I roid.youtube.t: +02-27 08:03:09.448 235 235 I tombstoned: received crash request for pid 13603 +02-27 08:03:09.448 235 235 I tombstoned: found intercept fd 512 for pid 13603 and type kDebuggerdJavaBacktrace +02-27 08:03:09.449 13603 13609 I roid.youtube.t: Wrote stack traces to tombstoned +02-27 08:03:09.449 235 235 W tombstoned: missing output fd +02-27 08:03:09.449 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 13603 +02-27 08:03:09.449 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 13692 +02-27 08:03:09.450 235 235 I tombstoned: registered intercept for pid 13692 and type kDebuggerdJavaBacktrace +02-27 08:03:09.450 13692 13697 I putmethod.lati: Thread[6,tid=13697,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0916f0,peer=0x12c400b0,"Signal Catcher"]: reacting to signal 3 +02-27 08:03:09.450 13692 13697 I putmethod.lati: +02-27 08:03:09.482 235 235 I tombstoned: received crash request for pid 13692 +02-27 08:03:09.482 235 235 I tombstoned: found intercept fd 512 for pid 13692 and type kDebuggerdJavaBacktrace +02-27 08:03:09.482 13692 13697 I putmethod.lati: Wrote stack traces to tombstoned +02-27 08:03:09.482 235 235 W tombstoned: missing output fd +02-27 08:03:09.482 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 13692 +02-27 08:03:09.483 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 13858 +02-27 08:03:09.483 235 235 I tombstoned: registered intercept for pid 13858 and type kDebuggerdJavaBacktrace +02-27 08:03:09.484 13858 13863 I android.vendin: Thread[6,tid=13863,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0916f0,peer=0x12f400b0,"Signal Catcher"]: reacting to signal 3 +02-27 08:03:09.484 13858 13863 I android.vendin: +02-27 08:03:09.542 235 235 I tombstoned: received crash request for pid 13858 +02-27 08:03:09.542 235 235 I tombstoned: found intercept fd 512 for pid 13858 and type kDebuggerdJavaBacktrace +02-27 08:03:09.542 13858 13863 I android.vendin: Wrote stack traces to tombstoned +02-27 08:03:09.543 235 235 W tombstoned: missing output fd +02-27 08:03:09.543 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 13858 +02-27 08:03:09.543 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 13924 +02-27 08:03:09.543 235 235 I tombstoned: registered intercept for pid 13924 and type kDebuggerdJavaBacktrace +02-27 08:03:09.544 13924 13929 I e.process.gapp: Thread[6,tid=13929,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0916f0,peer=0x12c400b0,"Signal Catcher"]: reacting to signal 3 +02-27 08:03:09.544 13924 13929 I e.process.gapp: +02-27 08:03:09.563 235 235 I tombstoned: received crash request for pid 13924 +02-27 08:03:09.563 235 235 I tombstoned: found intercept fd 512 for pid 13924 and type kDebuggerdJavaBacktrace +02-27 08:03:09.563 13924 13929 I e.process.gapp: Wrote stack traces to tombstoned +02-27 08:03:09.563 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 13924 +02-27 08:03:09.563 235 235 W tombstoned: missing output fd +02-27 08:03:09.564 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 13952 +02-27 08:03:09.564 235 235 I tombstoned: registered intercept for pid 13952 and type kDebuggerdJavaBacktrace +02-27 08:03:09.564 13952 13957 I ding:backgroun: Thread[3,tid=13957,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b09a200,peer=0x12c400b0,"Signal Catcher"]: reacting to signal 3 +02-27 08:03:09.564 13952 13957 I ding:backgroun: +02-27 08:03:09.582 235 235 I tombstoned: received crash request for pid 13952 +02-27 08:03:09.582 235 235 I tombstoned: found intercept fd 512 for pid 13952 and type kDebuggerdJavaBacktrace +02-27 08:03:09.583 235 235 W tombstoned: missing output fd +02-27 08:03:09.583 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 13952 +02-27 08:03:09.583 14051 14092 I dumpstate: libdebuggerd_client: started dumping process 13981 +02-27 08:03:09.583 13952 13957 I ding:backgroun: Wrote stack traces to tombstoned +02-27 08:03:09.583 235 235 I tombstoned: registered intercept for pid 13981 and type kDebuggerdJavaBacktrace +02-27 08:03:09.584 13981 13986 I d.process.medi: Thread[6,tid=13986,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0916f0,peer=0x12c400b0,"Signal Catcher"]: reacting to signal 3 +02-27 08:03:09.584 13981 13986 I d.process.medi: +02-27 08:03:09.600 235 235 I tombstoned: received crash request for pid 13981 +02-27 08:03:09.600 235 235 I tombstoned: found intercept fd 512 for pid 13981 and type kDebuggerdJavaBacktrace +02-27 08:03:09.601 13981 13986 I d.process.medi: Wrote stack traces to tombstoned +02-27 08:03:09.601 14051 14092 I dumpstate: libdebuggerd_client: done dumping process 13981 +02-27 08:03:09.601 235 235 W tombstoned: missing output fd +02-27 08:03:09.601 14051 14092 D dumpstate: Duration of 'DUMP TRACES': 6.58s +02-27 08:03:09.606 14051 14051 D dumpstate: Duration of 'Wait for DUMP TRACES': 4.35s +02-27 08:03:09.606 14051 14051 I dumpstate: shutdown thread pool +02-27 08:03:09.606 14051 14051 I dumpstate: Start thread pool:2 +02-27 08:03:09.629 413 434 D incidentd: Stream incident report to dumpstate +02-27 08:03:09.630 413 413 I incidentd: Starting incident report +02-27 08:03:09.630 413 413 D incidentd: Start incident report section 1000 'cmd getprop' +02-27 08:03:09.630 14245 14249 D incident: section 1000 status 1 +02-27 08:03:09.762 14246 14246 I lshal : getDeviceHalManifest: Reading VINTF information. +02-27 08:03:09.771 14246 14246 I lshal : getDeviceHalManifest: Successfully processed VINTF information +02-27 08:03:09.771 14246 14246 I lshal : getFrameworkHalManifest: Reading VINTF information. +02-27 08:03:09.774 14246 14246 I lshal : getFrameworkHalManifest: Successfully processed VINTF information +02-27 08:03:09.774 14246 14246 I lshal : getDeviceCompatibilityMatrix: Reading VINTF information. +02-27 08:03:09.774 14246 14246 I lshal : getDeviceCompatibilityMatrix: Successfully processed VINTF information +02-27 08:03:09.774 14246 14246 I lshal : getFrameworkCompatibilityMatrix: Reading VINTF information. +02-27 08:03:09.784 14246 14246 I lshal : getFrameworkCompatibilityMatrix: Successfully processed VINTF information +02-27 08:03:09.789 14051 14243 E dumpstate: *** command 'lshal --all --types=all' failed: exit code 136 +02-27 08:03:09.796 14499 14499 E lshal : android.frameworks.cameraservice.service@2.0::ICameraService/default does not exist, or no permission to connect. +02-27 08:03:09.799 14051 14243 E dumpstate: *** command 'lshal debug -E android.frameworks.cameraservice.service@2.0::ICameraService/default' failed: exit code 128 +02-27 08:03:09.806 14500 14500 E lshal : android.frameworks.cameraservice.service@2.1::ICameraService/default does not exist, or no permission to connect. +02-27 08:03:09.808 14051 14243 E dumpstate: *** command 'lshal debug -E android.frameworks.cameraservice.service@2.1::ICameraService/default' failed: exit code 128 +02-27 08:03:09.814 14501 14501 E lshal : android.frameworks.cameraservice.service@2.2::ICameraService/default does not exist, or no permission to connect. +02-27 08:03:09.816 14051 14243 E dumpstate: *** command 'lshal debug -E android.frameworks.cameraservice.service@2.2::ICameraService/default' failed: exit code 128 +02-27 08:03:09.823 14502 14502 E lshal : android.frameworks.displayservice@1.0::IDisplayService/default does not exist, or no permission to connect. +02-27 08:03:09.825 14051 14243 E dumpstate: *** command 'lshal debug -E android.frameworks.displayservice@1.0::IDisplayService/default' failed: exit code 128 +02-27 08:03:09.831 14503 14503 E lshal : android.frameworks.schedulerservice@1.0::ISchedulingPolicyService/default does not exist, or no permission to connect. +02-27 08:03:09.834 14051 14243 E dumpstate: *** command 'lshal debug -E android.frameworks.schedulerservice@1.0::ISchedulingPolicyService/default' failed: exit code 128 +02-27 08:03:09.840 14504 14504 E lshal : android.frameworks.sensorservice@1.0::ISensorManager/default does not exist, or no permission to connect. +02-27 08:03:09.842 14051 14243 E dumpstate: *** command 'lshal debug -E android.frameworks.sensorservice@1.0::ISensorManager/default' failed: exit code 128 +02-27 08:03:09.848 14505 14505 E lshal : android.frameworks.stats@1.0::IStats/default does not exist, or no permission to connect. +02-27 08:03:09.851 14051 14243 E dumpstate: *** command 'lshal debug -E android.frameworks.stats@1.0::IStats/default' failed: exit code 128 +02-27 08:03:09.858 14506 14506 E lshal : android.hardware.atrace@1.0::IAtraceDevice/default does not exist, or no permission to connect. +02-27 08:03:09.860 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.atrace@1.0::IAtraceDevice/default' failed: exit code 128 +02-27 08:03:09.866 14507 14507 E lshal : android.hardware.audio.effect@6.0::IEffectsFactory/default does not exist, or no permission to connect. +02-27 08:03:09.868 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.audio.effect@6.0::IEffectsFactory/default' failed: exit code 128 +02-27 08:03:09.875 14508 14508 E lshal : android.hardware.audio@6.0::IDevicesFactory/default does not exist, or no permission to connect. +02-27 08:03:09.877 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.audio@6.0::IDevicesFactory/default' failed: exit code 128 +02-27 08:03:09.883 14509 14509 E lshal : android.hardware.authsecret@1.0::IAuthSecret/default does not exist, or no permission to connect. +02-27 08:03:09.886 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.authsecret@1.0::IAuthSecret/default' failed: exit code 128 +02-27 08:03:09.912 14514 14514 E lshal : android.hardware.bluetooth@1.0::IBluetoothHci/default does not exist, or no permission to connect. +02-27 08:03:09.914 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.bluetooth@1.0::IBluetoothHci/default' failed: exit code 128 +02-27 08:03:09.921 14515 14515 E lshal : android.hardware.bluetooth@1.1::IBluetoothHci/default does not exist, or no permission to connect. +02-27 08:03:09.923 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.bluetooth@1.1::IBluetoothHci/default' failed: exit code 128 +02-27 08:03:09.929 14516 14516 E lshal : android.hardware.camera.provider@2.4::ICameraProvider/internal/0 does not exist, or no permission to connect. +02-27 08:03:09.932 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.camera.provider@2.4::ICameraProvider/internal/0' failed: exit code 128 +02-27 08:03:09.939 14517 14517 E lshal : android.hardware.camera.provider@2.4::ICameraProvider/legacy/0 does not exist, or no permission to connect. +02-27 08:03:09.942 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.camera.provider@2.4::ICameraProvider/legacy/0' failed: exit code 128 +02-27 08:03:09.951 14518 14518 E lshal : android.hardware.camera.provider@2.5::ICameraProvider/internal/0 does not exist, or no permission to connect. +02-27 08:03:09.954 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.camera.provider@2.5::ICameraProvider/internal/0' failed: exit code 128 +02-27 08:03:09.960 14519 14519 E lshal : android.hardware.camera.provider@2.6::ICameraProvider/internal/0 does not exist, or no permission to connect. +02-27 08:03:09.963 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.camera.provider@2.6::ICameraProvider/internal/0' failed: exit code 128 +02-27 08:03:09.971 14520 14520 E lshal : android.hardware.camera.provider@2.7::ICameraProvider/internal/0 does not exist, or no permission to connect. +02-27 08:03:09.974 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.camera.provider@2.7::ICameraProvider/internal/0' failed: exit code 128 +02-27 08:03:09.984 14521 14521 E lshal : android.hardware.cas@1.0::IMediaCasService/default does not exist, or no permission to connect. +02-27 08:03:09.986 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.cas@1.0::IMediaCasService/default' failed: exit code 128 +02-27 08:03:09.993 14522 14522 E lshal : android.hardware.cas@1.1::IMediaCasService/default does not exist, or no permission to connect. +02-27 08:03:09.995 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.cas@1.1::IMediaCasService/default' failed: exit code 128 +02-27 08:03:10.003 14523 14523 E lshal : android.hardware.cas@1.2::IMediaCasService/default does not exist, or no permission to connect. +02-27 08:03:10.005 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.cas@1.2::IMediaCasService/default' failed: exit code 128 +02-27 08:03:10.014 14524 14524 E lshal : android.hardware.contexthub@1.0::IContexthub/default does not exist, or no permission to connect. +02-27 08:03:10.016 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.contexthub@1.0::IContexthub/default' failed: exit code 128 +02-27 08:03:10.022 14526 14526 E lshal : android.hardware.contexthub@1.1::IContexthub/default does not exist, or no permission to connect. +02-27 08:03:10.025 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.contexthub@1.1::IContexthub/default' failed: exit code 128 +02-27 08:03:10.033 14529 14529 E lshal : android.hardware.drm@1.0::ICryptoFactory/clearkey does not exist, or no permission to connect. +02-27 08:03:10.037 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.drm@1.0::ICryptoFactory/clearkey' failed: exit code 128 +02-27 08:03:10.044 14530 14530 E lshal : android.hardware.drm@1.0::ICryptoFactory/default does not exist, or no permission to connect. +02-27 08:03:10.048 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.drm@1.0::ICryptoFactory/default' failed: exit code 128 +02-27 08:03:10.055 14531 14531 E lshal : android.hardware.drm@1.0::IDrmFactory/clearkey does not exist, or no permission to connect. +02-27 08:03:10.058 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.drm@1.0::IDrmFactory/clearkey' failed: exit code 128 +02-27 08:03:10.065 14532 14532 E lshal : android.hardware.drm@1.0::IDrmFactory/default does not exist, or no permission to connect. +02-27 08:03:10.069 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.drm@1.0::IDrmFactory/default' failed: exit code 128 +02-27 08:03:10.076 14533 14533 E lshal : android.hardware.drm@1.1::ICryptoFactory/clearkey does not exist, or no permission to connect. +02-27 08:03:10.081 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.drm@1.1::ICryptoFactory/clearkey' failed: exit code 128 +02-27 08:03:10.088 14535 14535 E lshal : android.hardware.drm@1.1::IDrmFactory/clearkey does not exist, or no permission to connect. +02-27 08:03:10.091 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.drm@1.1::IDrmFactory/clearkey' failed: exit code 128 +02-27 08:03:10.099 14536 14536 E lshal : android.hardware.drm@1.2::ICryptoFactory/clearkey does not exist, or no permission to connect. +02-27 08:03:10.103 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.drm@1.2::ICryptoFactory/clearkey' failed: exit code 128 +02-27 08:03:10.109 14537 14537 E lshal : android.hardware.drm@1.2::IDrmFactory/clearkey does not exist, or no permission to connect. +02-27 08:03:10.112 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.drm@1.2::IDrmFactory/clearkey' failed: exit code 128 +02-27 08:03:10.119 14538 14538 E lshal : android.hardware.drm@1.3::ICryptoFactory/clearkey does not exist, or no permission to connect. +02-27 08:03:10.121 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.drm@1.3::ICryptoFactory/clearkey' failed: exit code 128 +02-27 08:03:10.127 14539 14539 E lshal : android.hardware.drm@1.3::IDrmFactory/clearkey does not exist, or no permission to connect. +02-27 08:03:10.129 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.drm@1.3::IDrmFactory/clearkey' failed: exit code 128 +02-27 08:03:10.136 14540 14540 E lshal : android.hardware.drm@1.4::ICryptoFactory/clearkey does not exist, or no permission to connect. +02-27 08:03:10.137 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.drm@1.4::ICryptoFactory/clearkey' failed: exit code 128 +02-27 08:03:10.143 14542 14542 E lshal : android.hardware.drm@1.4::IDrmFactory/clearkey does not exist, or no permission to connect. +02-27 08:03:10.145 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.drm@1.4::IDrmFactory/clearkey' failed: exit code 128 +02-27 08:03:10.152 14543 14543 E lshal : android.hardware.gatekeeper@1.0::IGatekeeper/default does not exist, or no permission to connect. +02-27 08:03:10.154 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.gatekeeper@1.0::IGatekeeper/default' failed: exit code 128 +02-27 08:03:10.203 14550 14550 E lshal : android.hardware.graphics.composer@2.1::IComposer/default does not exist, or no permission to connect. +02-27 08:03:10.206 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.graphics.composer@2.1::IComposer/default' failed: exit code 128 +02-27 08:03:10.213 14551 14551 E lshal : android.hardware.graphics.composer@2.2::IComposer/default does not exist, or no permission to connect. +02-27 08:03:10.214 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.graphics.composer@2.2::IComposer/default' failed: exit code 128 +02-27 08:03:10.220 14552 14552 E lshal : android.hardware.graphics.composer@2.3::IComposer/default does not exist, or no permission to connect. +02-27 08:03:10.223 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.graphics.composer@2.3::IComposer/default' failed: exit code 128 +02-27 08:03:10.229 14553 14553 E lshal : android.hardware.health@2.0::IHealth/default does not exist, or no permission to connect. +02-27 08:03:10.231 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.health@2.0::IHealth/default' failed: exit code 128 +02-27 08:03:10.238 14554 14554 E lshal : android.hardware.health@2.1::IHealth/default does not exist, or no permission to connect. +02-27 08:03:10.241 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.health@2.1::IHealth/default' failed: exit code 128 +02-27 08:03:10.247 14555 14555 E lshal : android.hardware.input.classifier@1.0::IInputClassifier/default does not exist, or no permission to connect. +02-27 08:03:10.250 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.input.classifier@1.0::IInputClassifier/default' failed: exit code 128 +02-27 08:03:10.256 14556 14556 E lshal : android.hardware.keymaster@4.0::IKeymasterDevice/default does not exist, or no permission to connect. +02-27 08:03:10.259 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.keymaster@4.0::IKeymasterDevice/default' failed: exit code 128 +02-27 08:03:10.265 14557 14557 E lshal : android.hardware.keymaster@4.1::IKeymasterDevice/default does not exist, or no permission to connect. +02-27 08:03:10.268 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.keymaster@4.1::IKeymasterDevice/default' failed: exit code 128 +02-27 08:03:10.274 14558 14558 E lshal : android.hardware.media.c2@1.0::IComponentStore/default does not exist, or no permission to connect. +02-27 08:03:10.277 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.media.c2@1.0::IComponentStore/default' failed: exit code 128 +02-27 08:03:10.283 14559 14559 E lshal : android.hardware.media.c2@1.0::IComponentStore/software does not exist, or no permission to connect. +02-27 08:03:10.286 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.media.c2@1.0::IComponentStore/software' failed: exit code 128 +02-27 08:03:10.292 14560 14560 E lshal : android.hardware.media.c2@1.1::IComponentStore/software does not exist, or no permission to connect. +02-27 08:03:10.295 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.media.c2@1.1::IComponentStore/software' failed: exit code 128 +02-27 08:03:10.301 14561 14561 E lshal : android.hardware.media.c2@1.2::IComponentStore/software does not exist, or no permission to connect. +02-27 08:03:10.304 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.media.c2@1.2::IComponentStore/software' failed: exit code 128 +02-27 08:03:10.500 14589 14589 E lshal : android.hardware.radio.config@1.0::IRadioConfig/default does not exist, or no permission to connect. +02-27 08:03:10.503 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.radio.config@1.0::IRadioConfig/default' failed: exit code 128 +02-27 08:03:10.509 14590 14590 E lshal : android.hardware.radio.config@1.1::IRadioConfig/default does not exist, or no permission to connect. +02-27 08:03:10.512 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.radio.config@1.1::IRadioConfig/default' failed: exit code 128 +02-27 08:03:10.520 14591 14591 E lshal : android.hardware.radio.config@1.3::IRadioConfig/default does not exist, or no permission to connect. +02-27 08:03:10.522 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.radio.config@1.3::IRadioConfig/default' failed: exit code 128 +02-27 08:03:10.528 14592 14592 E lshal : android.hardware.radio@1.0::IRadio/slot1 does not exist, or no permission to connect. +02-27 08:03:10.531 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.radio@1.0::IRadio/slot1' failed: exit code 128 +02-27 08:03:10.538 14593 14593 E lshal : android.hardware.radio@1.1::IRadio/slot1 does not exist, or no permission to connect. +02-27 08:03:10.540 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.radio@1.1::IRadio/slot1' failed: exit code 128 +02-27 08:03:10.547 14594 14594 E lshal : android.hardware.radio@1.2::IRadio/slot1 does not exist, or no permission to connect. +02-27 08:03:10.550 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.radio@1.2::IRadio/slot1' failed: exit code 128 +02-27 08:03:10.556 14595 14595 E lshal : android.hardware.radio@1.3::IRadio/slot1 does not exist, or no permission to connect. +02-27 08:03:10.559 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.radio@1.3::IRadio/slot1' failed: exit code 128 +02-27 08:03:10.565 14596 14596 E lshal : android.hardware.radio@1.4::IRadio/slot1 does not exist, or no permission to connect. +02-27 08:03:10.567 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.radio@1.4::IRadio/slot1' failed: exit code 128 +02-27 08:03:10.573 14597 14597 E lshal : android.hardware.radio@1.5::IRadio/slot1 does not exist, or no permission to connect. +02-27 08:03:10.575 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.radio@1.5::IRadio/slot1' failed: exit code 128 +02-27 08:03:10.581 14598 14598 E lshal : android.hardware.radio@1.6::IRadio/slot1 does not exist, or no permission to connect. +02-27 08:03:10.584 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.radio@1.6::IRadio/slot1' failed: exit code 128 +02-27 08:03:10.590 14599 14599 E lshal : android.hardware.sensors@2.0::ISensors/default does not exist, or no permission to connect. +02-27 08:03:10.591 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.sensors@2.0::ISensors/default' failed: exit code 128 +02-27 08:03:10.597 14600 14600 E lshal : android.hardware.sensors@2.1::ISensors/default does not exist, or no permission to connect. +02-27 08:03:10.600 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.sensors@2.1::ISensors/default' failed: exit code 128 +02-27 08:03:10.606 14601 14601 E lshal : android.hardware.soundtrigger@2.0::ISoundTriggerHw/default does not exist, or no permission to connect. +02-27 08:03:10.608 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.soundtrigger@2.0::ISoundTriggerHw/default' failed: exit code 128 +02-27 08:03:10.614 14602 14602 E lshal : android.hardware.soundtrigger@2.1::ISoundTriggerHw/default does not exist, or no permission to connect. +02-27 08:03:10.616 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.soundtrigger@2.1::ISoundTriggerHw/default' failed: exit code 128 +02-27 08:03:10.622 14603 14603 E lshal : android.hardware.soundtrigger@2.2::ISoundTriggerHw/default does not exist, or no permission to connect. +02-27 08:03:10.624 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.soundtrigger@2.2::ISoundTriggerHw/default' failed: exit code 128 +02-27 08:03:10.647 14607 14607 E lshal : android.hardware.usb@1.0::IUsb/default does not exist, or no permission to connect. +02-27 08:03:10.649 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.usb@1.0::IUsb/default' failed: exit code 128 +02-27 08:03:10.656 14608 14608 E lshal : android.hardware.wifi.supplicant@1.0::ISupplicant/default does not exist, or no permission to connect. +02-27 08:03:10.657 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.wifi.supplicant@1.0::ISupplicant/default' failed: exit code 128 +02-27 08:03:10.663 14609 14609 E lshal : android.hardware.wifi.supplicant@1.1::ISupplicant/default does not exist, or no permission to connect. +02-27 08:03:10.665 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.wifi.supplicant@1.1::ISupplicant/default' failed: exit code 128 +02-27 08:03:10.671 14610 14610 E lshal : android.hardware.wifi.supplicant@1.2::ISupplicant/default does not exist, or no permission to connect. +02-27 08:03:10.673 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.wifi.supplicant@1.2::ISupplicant/default' failed: exit code 128 +02-27 08:03:10.680 14611 14611 E lshal : android.hardware.wifi.supplicant@1.3::ISupplicant/default does not exist, or no permission to connect. +02-27 08:03:10.683 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.wifi.supplicant@1.3::ISupplicant/default' failed: exit code 128 +02-27 08:03:10.689 14612 14612 E lshal : android.hardware.wifi.supplicant@1.4::ISupplicant/default does not exist, or no permission to connect. +02-27 08:03:10.692 14051 14243 E dumpstate: *** command 'lshal debug -E android.hardware.wifi.supplicant@1.4::ISupplicant/default' failed: exit code 128 +02-27 08:03:10.746 350 350 I android.hardware.wifi@1.0-service: -----------Debug is called---------------- +02-27 08:03:10.861 14620 14620 E lshal : android.hidl.allocator@1.0::IAllocator/ashmem does not exist, or no permission to connect. +02-27 08:03:10.864 14051 14243 E dumpstate: *** command 'lshal debug -E android.hidl.allocator@1.0::IAllocator/ashmem' failed: exit code 128 +02-27 08:03:10.870 14621 14621 E lshal : android.hidl.base@1.0::IBase/ashmem does not exist, or no permission to connect. +02-27 08:03:10.872 14051 14243 E dumpstate: *** command 'lshal debug -E android.hidl.base@1.0::IBase/ashmem' failed: exit code 128 +02-27 08:03:10.878 14622 14622 E lshal : android.hidl.base@1.0::IBase/clearkey does not exist, or no permission to connect. +02-27 08:03:10.880 14051 14243 E dumpstate: *** command 'lshal debug -E android.hidl.base@1.0::IBase/clearkey' failed: exit code 128 +02-27 08:03:10.887 14623 14623 E lshal : android.hidl.base@1.0::IBase/default does not exist, or no permission to connect. +02-27 08:03:10.889 14051 14243 E dumpstate: *** command 'lshal debug -E android.hidl.base@1.0::IBase/default' failed: exit code 128 +02-27 08:03:10.895 14624 14624 E lshal : android.hidl.base@1.0::IBase/internal/0 does not exist, or no permission to connect. +02-27 08:03:10.897 14051 14243 E dumpstate: *** command 'lshal debug -E android.hidl.base@1.0::IBase/internal/0' failed: exit code 128 +02-27 08:03:10.903 14625 14625 E lshal : android.hidl.base@1.0::IBase/legacy/0 does not exist, or no permission to connect. +02-27 08:03:10.905 14051 14243 E dumpstate: *** command 'lshal debug -E android.hidl.base@1.0::IBase/legacy/0' failed: exit code 128 +02-27 08:03:10.912 14626 14626 E lshal : android.hidl.base@1.0::IBase/nnapi-sample_all does not exist, or no permission to connect. +02-27 08:03:10.914 14051 14243 E dumpstate: *** command 'lshal debug -E android.hidl.base@1.0::IBase/nnapi-sample_all' failed: exit code 128 +02-27 08:03:10.921 14627 14627 E lshal : android.hidl.base@1.0::IBase/nnapi-sample_float_fast does not exist, or no permission to connect. +02-27 08:03:10.923 14051 14243 E dumpstate: *** command 'lshal debug -E android.hidl.base@1.0::IBase/nnapi-sample_float_fast' failed: exit code 128 +02-27 08:03:10.929 14628 14628 E lshal : android.hidl.base@1.0::IBase/nnapi-sample_float_slow does not exist, or no permission to connect. +02-27 08:03:10.931 14051 14243 E dumpstate: *** command 'lshal debug -E android.hidl.base@1.0::IBase/nnapi-sample_float_slow' failed: exit code 128 +02-27 08:03:10.938 14629 14629 E lshal : android.hidl.base@1.0::IBase/nnapi-sample_minimal does not exist, or no permission to connect. +02-27 08:03:10.940 14051 14243 E dumpstate: *** command 'lshal debug -E android.hidl.base@1.0::IBase/nnapi-sample_minimal' failed: exit code 128 +02-27 08:03:10.946 14630 14630 E lshal : android.hidl.base@1.0::IBase/nnapi-sample_quant does not exist, or no permission to connect. +02-27 08:03:10.949 14051 14243 E dumpstate: *** command 'lshal debug -E android.hidl.base@1.0::IBase/nnapi-sample_quant' failed: exit code 128 +02-27 08:03:10.955 14631 14631 E lshal : android.hidl.base@1.0::IBase/slot1 does not exist, or no permission to connect. +02-27 08:03:10.957 14051 14243 E dumpstate: *** command 'lshal debug -E android.hidl.base@1.0::IBase/slot1' failed: exit code 128 +02-27 08:03:10.964 14632 14632 E lshal : android.hidl.base@1.0::IBase/software does not exist, or no permission to connect. +02-27 08:03:10.966 14051 14243 E dumpstate: *** command 'lshal debug -E android.hidl.base@1.0::IBase/software' failed: exit code 128 +02-27 08:03:11.000 14637 14637 E lshal : android.hidl.token@1.0::ITokenManager/default does not exist, or no permission to connect. +02-27 08:03:11.002 14051 14243 E dumpstate: *** command 'lshal debug -E android.hidl.token@1.0::ITokenManager/default' failed: exit code 128 +02-27 08:03:11.008 14638 14638 E lshal : android.system.net.netd@1.0::INetd/default does not exist, or no permission to connect. +02-27 08:03:11.010 14051 14243 E dumpstate: *** command 'lshal debug -E android.system.net.netd@1.0::INetd/default' failed: exit code 128 +02-27 08:03:11.017 14639 14639 E lshal : android.system.net.netd@1.1::INetd/default does not exist, or no permission to connect. +02-27 08:03:11.020 14051 14243 E dumpstate: *** command 'lshal debug -E android.system.net.netd@1.1::INetd/default' failed: exit code 128 +02-27 08:03:11.035 14642 14642 E lshal : android.system.wifi.keystore@1.0::IKeystore/default does not exist, or no permission to connect. +02-27 08:03:11.039 14051 14243 E dumpstate: *** command 'lshal debug -E android.system.wifi.keystore@1.0::IKeystore/default' failed: exit code 128 +02-27 08:03:11.039 14051 14243 D dumpstate: Duration of 'DUMP HALS': 1.43s +02-27 08:03:11.042 14051 14051 D dumpstate: Duration of 'Wait for DUMP HALS': 0.83s +02-27 08:03:11.043 184 184 I hwservicemanager: Since android.hardware.dumpstate@1.0::IDumpstateDevice/default is not registered, trying to start it as a lazy HAL. +02-27 08:03:11.045 184 184 I hwservicemanager: Since android.hardware.dumpstate@1.0::IDumpstateDevice/default is not registered, trying to start it as a lazy HAL. +02-27 08:03:11.045 14051 14243 I HidlServiceManagement: getService: Trying again for android.hardware.dumpstate@1.0::IDumpstateDevice/default... +02-27 08:03:11.081 14647 14647 I HidlLazyUtils: Registering HAL: android.hardware.dumpstate@1.1::IDumpstateDevice with name: default +02-27 08:03:11.082 14647 14647 I HidlServiceManagement: Registered android.hardware.dumpstate@1.1::IDumpstateDevice/default +02-27 08:03:11.082 14647 14647 I HidlServiceManagement: Removing namespace from process name android.hardware.dumpstate@1.1-service.example to dumpstate@1.1-service.example. +02-27 08:03:11.085 184 184 I hw-BpHwBinder: onLastStrongRef automatically unlinking death recipients +02-27 08:03:11.085 14051 14243 I dumpstate: Calling IDumpstateDevice implementation using path /data/user_de/0/com.android.shell/files/bugreports/dumpstate_board.txt +02-27 08:03:11.085 14051 14243 I dumpstate: Calling IDumpstateDevice implementation using path /data/user_de/0/com.android.shell/files/bugreports/dumpstate_board.bin +02-27 08:03:11.086 14051 14243 I dumpstate: Using IDumpstateDevice v1.1 +02-27 08:03:11.086 14647 14647 D android.hardware.dumpstate@1.1-service.example: DumpstateDevice::dumpstateBoard() FD: 6 +02-27 08:03:11.086 14647 14647 I android.hardware.dumpstate@1.1-service.example: Dumpstate HIDL not provided by device +02-27 08:03:11.088 14051 14243 E dumpstate: Ignoring empty dumpstate_board.bin +02-27 08:03:11.098 14051 14051 D dumpstate: Adding dir /data/misc/nfc/logs (recursive: 1) +02-27 08:03:11.100 14051 14051 D dumpstate: AddAnrTraceDir(): dump_traces_file=/data/user_de/0/com.android.shell/files/bugreports/dumptrace_iJTtKZ, anr_traces_dir=/data/anr +02-27 08:03:11.100 14051 14051 D dumpstate: Dumping current ANR traces (/data/user_de/0/com.android.shell/files/bugreports/dumptrace_iJTtKZ) to the main bugreport entry +02-27 08:03:11.122 505 561 W BatteryExternalStatsWorker: error reading modem stats:ERROR_PHONE_NOT_AVAILABLE +02-27 08:03:11.170 505 561 W KernelCpuProcStringReader: File not found. It's normal if not implemented: /proc/uid_concurrent_policy_time +02-27 08:03:11.175 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup4: Permission denied +02-27 08:03:11.175 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup2: Permission denied +02-27 08:03:11.175 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup0: Permission denied +02-27 08:03:11.168 197 197 W Binder:197_2: type=1400 audit(0.0:136): avc: denied { read } for name="wakeup4" dev="sysfs" ino=18217 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0 +02-27 08:03:11.172 197 197 W Binder:197_2: type=1400 audit(0.0:137): avc: denied { read } for name="wakeup2" dev="sysfs" ino=17346 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0 +02-27 08:03:11.172 197 197 W Binder:197_2: type=1400 audit(0.0:138): avc: denied { read } for name="wakeup0" dev="sysfs" ino=14255 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0 +02-27 08:03:11.176 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup5: Permission denied +02-27 08:03:11.172 197 197 W Binder:197_2: type=1400 audit(0.0:139): avc: denied { read } for name="wakeup5" dev="sysfs" ino=18277 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0 +02-27 08:03:11.172 197 197 W Binder:197_2: type=1400 audit(0.0:140): avc: denied { read } for name="wakeup3" dev="sysfs" ino=17394 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0 +02-27 08:03:11.176 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup3: Permission denied +02-27 08:03:11.172 197 197 W Binder:197_2: type=1400 audit(0.0:141): avc: denied { read } for name="wakeup1" dev="sysfs" ino=14316 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0 +02-27 08:03:11.177 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup1: Permission denied +02-27 08:03:11.178 505 561 D KernelCpuUidUserSysTimeReader: Removing uids 1037-1037 +02-27 08:03:11.222 505 3536 D ActivityManager: freezer override set to true +02-27 08:03:11.298 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 13924 in 0ms +02-27 08:03:11.299 322 322 I Zygote : Process 13924 exited due to signal 9 (Killed) +02-27 08:03:11.301 322 322 I Zygote : Process 13858 exited due to signal 9 (Killed) +02-27 08:03:11.303 505 3356 I ActivityManager: Process com.google.process.gapps (pid 13924) has died: cch+45 CEM +02-27 08:03:11.354 182 182 W lowmemorykiller: Failed to open /proc/13858/oom_score_adj; errno=2: process 13858 might have been killed +02-27 08:03:11.390 505 3356 W ProcessStats: Tracking association SourceState{d5bbe51 system/1000 BTopFgs #10130} whose proc state 2 is better than process ProcessState{7b2e6b6 com.google.android.gms.persistent/10057 pkg=com.google.android.gms} proc state 3 (15 skipped) +02-27 08:03:11.391 505 2586 I ActivityManager: Process com.android.vending (pid 13858) has died: cch+15 CEM +02-27 08:03:11.391 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 13858 in 0ms +02-27 08:03:11.400 505 513 I system_server: JIT allocated 56KB for compiled code of void android.os.BatteryStats.dumpCheckinLocked(android.content.Context, java.io.PrintWriter, int, int, boolean) +02-27 08:03:11.400 505 513 I system_server: Compiler allocated 7667KB to compile void android.os.BatteryStats.dumpCheckinLocked(android.content.Context, java.io.PrintWriter, int, int, boolean) +02-27 08:03:11.428 13603 14039 I roid.youtube.t: Explicit concurrent copying GC freed 22527(1088KB) AllocSpace objects, 4(1568KB) LOS objects, 49% free, 3172KB/6344KB, paused 53us,36us total 75.236ms +02-27 08:03:11.444 13952 13952 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 40 +02-27 08:03:11.455 13692 13692 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 5 +02-27 08:03:11.463 13692 13692 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 5 +02-27 08:03:11.482 13952 13952 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 60 +02-27 08:03:11.508 505 514 I system_server: Background young concurrent copying GC freed 231286(11MB) AllocSpace objects, 24(572KB) LOS objects, 48% free, 12MB/24MB, paused 2.196ms,37us total 118.093ms +02-27 08:03:11.570 12156 13345 I .gms.persisten: Explicit concurrent copying GC freed 56075(2621KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 7573KB/14MB, paused 40us,27us total 35.824ms +02-27 08:03:11.573 13603 14039 I roid.youtube.t: Explicit concurrent copying GC freed 523(87KB) AllocSpace objects, 1(20KB) LOS objects, 49% free, 3164KB/6329KB, paused 11us,15us total 5.502ms +02-27 08:03:11.608 13952 13966 I ding:backgroun: Explicit concurrent copying GC freed 1893(211KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 3216KB/4288KB, paused 28us,19us total 9.099ms +02-27 08:03:11.611 12156 13345 I .gms.persisten: Explicit concurrent copying GC freed 1340(83KB) AllocSpace objects, 1(20KB) LOS objects, 49% free, 7522KB/14MB, paused 12us,7us total 10.878ms +02-27 08:03:11.639 13952 13966 I ding:backgroun: Explicit concurrent copying GC freed 265(34KB) AllocSpace objects, 1(20KB) LOS objects, 24% free, 3214KB/4285KB, paused 13us,4us total 4.287ms +02-27 08:03:11.639 13981 13995 I d.process.medi: Explicit concurrent copying GC freed 20(38KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 1932KB/2576KB, paused 22us,16us total 4.338ms +02-27 08:03:11.647 413 413 D incidentd: Finish incident report section 1000 'cmd getprop' +02-27 08:03:11.647 413 413 D incidentd: Start incident report section 1002 'file /proc/version' +02-27 08:03:11.649 14245 14248 D incident: section 1000 status 2 +02-27 08:03:11.649 14245 14248 D incident: section 1002 status 1 +02-27 08:03:11.665 13981 13995 I d.process.medi: Explicit concurrent copying GC freed 176(35KB) AllocSpace objects, 1(20KB) LOS objects, 24% free, 1929KB/2572KB, paused 9us,3us total 1.625ms +02-27 08:03:11.674 13021 13849 I gle.android.gm: Explicit concurrent copying GC freed 4883(283KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 4739KB/6319KB, paused 28us,31us total 12.241ms +02-27 08:03:11.693 13021 13849 I gle.android.gm: Explicit concurrent copying GC freed 310(20KB) AllocSpace objects, 1(20KB) LOS objects, 24% free, 4751KB/6334KB, paused 8us,6us total 5.321ms +02-27 08:03:11.702 11123 13852 I ocess.gservice: Explicit concurrent copying GC freed 760(91KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 2227KB/2970KB, paused 25us,22us total 3.908ms +02-27 08:03:11.718 11123 13852 I ocess.gservice: Explicit concurrent copying GC freed 296(36KB) AllocSpace objects, 1(20KB) LOS objects, 24% free, 2222KB/2963KB, paused 12us,4us total 2.667ms +02-27 08:03:11.742 13692 14038 I putmethod.lati: Explicit concurrent copying GC freed 2818(300KB) AllocSpace objects, 1(20KB) LOS objects, 24% free, 3976KB/5302KB, paused 28us,34us total 16.093ms +02-27 08:03:11.764 13692 14038 I putmethod.lati: Explicit concurrent copying GC freed 309(35KB) AllocSpace objects, 1(20KB) LOS objects, 24% free, 3973KB/5297KB, paused 9us,9us total 5.554ms +02-27 08:03:11.776 13573 13853 I .remote.servic: Explicit concurrent copying GC freed 5153(526KB) AllocSpace objects, 5(164KB) LOS objects, 49% free, 2672KB/5345KB, paused 28us,28us total 7.681ms +02-27 08:03:11.794 13573 13847 I .remote.servic: Explicit concurrent copying GC freed 322(52KB) AllocSpace objects, 1(20KB) LOS objects, 49% free, 2668KB/5336KB, paused 19us,7us total 3.669ms +02-27 08:03:11.810 1242 1264 I FuseDaemon: Explicit concurrent copying GC freed 334(55KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2252KB/4505KB, paused 26us,24us total 8.135ms +02-27 08:03:11.828 1242 1264 I FuseDaemon: Explicit concurrent copying GC freed 218(50KB) AllocSpace objects, 1(20KB) LOS objects, 49% free, 2250KB/4501KB, paused 8us,6us total 2.384ms +02-27 08:03:11.839 1265 1288 I or.multidispla: Explicit concurrent copying GC freed 24(54KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 1897KB/3795KB, paused 36us,19us total 2.867ms +02-27 08:03:11.853 1265 1288 I or.multidispla: Explicit concurrent copying GC freed 123(31KB) AllocSpace objects, 1(20KB) LOS objects, 49% free, 1898KB/3796KB, paused 9us,2us total 1.494ms +02-27 08:03:11.874 755 1422 I droid.bluetoot: Explicit concurrent copying GC freed 152(56KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2292KB/4585KB, paused 61us,25us total 10.686ms +02-27 08:03:11.893 755 1422 I droid.bluetoot: Explicit concurrent copying GC freed 195(47KB) AllocSpace objects, 1(20KB) LOS objects, 49% free, 2293KB/4586KB, paused 9us,5us total 2.213ms +02-27 08:03:11.904 948 982 I com.android.se: Explicit concurrent copying GC freed 24(38KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 1912KB/3824KB, paused 31us,18us total 2.939ms +02-27 08:03:11.918 948 982 I com.android.se: Explicit concurrent copying GC freed 123(31KB) AllocSpace objects, 1(20KB) LOS objects, 49% free, 1912KB/3825KB, paused 9us,3us total 1.577ms +02-27 08:03:11.935 896 1522 I rkstack.proces: Explicit concurrent copying GC freed 2702(169KB) AllocSpace objects, 4(240KB) LOS objects, 49% free, 2404KB/4808KB, paused 28us,21us total 8.645ms +02-27 08:03:11.951 896 1522 I rkstack.proces: Explicit concurrent copying GC freed 127(31KB) AllocSpace objects, 1(20KB) LOS objects, 49% free, 2404KB/4809KB, paused 37us,9us total 3.809ms +02-27 08:03:11.973 770 13673 I ndroid.systemu: Explicit concurrent copying GC freed 7003(476KB) AllocSpace objects, 1(20KB) LOS objects, 49% free, 3481KB/6963KB, paused 31us,28us total 14.620ms +02-27 08:03:11.991 770 13673 I ndroid.systemu: Explicit concurrent copying GC freed 214(18KB) AllocSpace objects, 1(20KB) LOS objects, 49% free, 3495KB/6990KB, paused 12us,8us total 4.960ms +02-27 08:03:12.045 182 182 I lowmemorykiller: Kill 'com.google.process.gservices' (11123), uid 10057, oom_score_adj 935 to free 61080kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (385%) +02-27 08:03:12.069 505 3356 I system_server: Waiting for a blocking GC Explicit +02-27 08:03:12.069 322 322 I Zygote : Process 11123 exited due to signal 9 (Killed) +02-27 08:03:12.073 505 2586 I ActivityManager: Process com.google.process.gservices (pid 11123) has died: cch+35 CEM +02-27 08:03:12.074 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 11123 in 0ms +02-27 08:03:12.085 505 3536 I system_server: Explicit concurrent copying GC freed 27113(1363KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 11MB/22MB, paused 17us,302us total 79.966ms +02-27 08:03:12.085 505 3356 I system_server: WaitForGcToComplete blocked Explicit on Explicit for 16.267ms +02-27 08:03:12.085 505 3356 W system_server: Skipping GC due to disable moving GC count 1 +02-27 08:03:12.138 13952 13952 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 80 +02-27 08:03:12.146 14051 14243 D dumpstate: Duration of 'CHECKIN MEMINFO': 0.94s +02-27 08:03:12.276 505 3356 E system_server: Can't open file: /sys/kernel/ion/total_heaps_kb +02-27 08:03:12.276 505 3356 E system_server: Can't open file: /sys/kernel/ion/total_pools_kb +02-27 08:03:12.292 14051 14243 D dumpstate: Duration of 'DUMP CHECKINS': 1.20s +02-27 08:03:12.304 505 3356 E system_server: Failed to open maps for pid: 14721 +02-27 08:03:12.304 505 3356 E android.os.Debug: Failed to read maps for pid 14721 +02-27 08:03:12.305 505 3356 E system_server: Invalid file format: /sys/fs/bpf/map_gpu_mem_gpu_mem_total_map +02-27 08:03:12.305 505 3356 D ActivityManager: freezer override set to false +02-27 08:03:12.333 14051 14051 D dumpstate: Duration of 'DUMPSYS HIGH': 0.79s +02-27 08:03:12.662 413 413 W incidentd: Buffer corrupted: expect 405 bytes, read 412 bytes +02-27 08:03:12.662 413 413 D incidentd: Finish incident report section 1002 'file /proc/version' +02-27 08:03:12.662 413 413 D incidentd: Start incident report section 1109 'logcat -b main -L' +02-27 08:03:12.662 14245 14248 D incident: section 1002 status 2 +02-27 08:03:12.662 14245 14248 D incident: section 1109 status 1 +02-27 08:03:12.663 14739 14739 W incidentd: [logcat -b main -L] fails to read a log_msg. +02-27 08:03:12.664 413 413 E incidentd: [logcat -b main -L] worker failed with error 'Permission denied' +02-27 08:03:12.664 413 413 W incidentd: warning in section 1109 (-13) 'Permission denied': WorkerThreadSection failed. +02-27 08:03:12.664 14245 14250 D incident: section 1109 status 2 +02-27 08:03:12.664 413 413 D incidentd: Finish incident report section 1109 'logcat -b main -L' +02-27 08:03:12.664 413 413 D incidentd: Start incident report section 1110 'logcat -b radio -L' +02-27 08:03:12.664 14245 14250 D incident: section 1110 status 1 +02-27 08:03:12.660 14739 14739 W Binder:413_2: type=1400 audit(0.0:142): avc: denied { search } for name="/" dev="pstore" ino=15703 scontext=u:r:incidentd:s0 tcontext=u:object_r:pstorefs:s0 tclass=dir permissive=0 +02-27 08:03:12.665 14741 14741 W incidentd: [logcat -b radio -L] fails to read a log_msg. +02-27 08:03:12.660 14741 14741 W Binder:413_2: type=1400 audit(0.0:143): avc: denied { search } for name="/" dev="pstore" ino=15703 scontext=u:r:incidentd:s0 tcontext=u:object_r:pstorefs:s0 tclass=dir permissive=0 +02-27 08:03:12.665 413 413 E incidentd: [logcat -b radio -L] worker failed with error 'Permission denied' +02-27 08:03:12.665 413 413 W incidentd: warning in section 1110 (-13) 'Permission denied': WorkerThreadSection failed. +02-27 08:03:12.665 413 413 D incidentd: Finish incident report section 1110 'logcat -b radio -L' +02-27 08:03:12.665 413 413 D incidentd: Start incident report section 1111 'logcat -b events -L' +02-27 08:03:12.666 14245 14250 D incident: section 1110 status 2 +02-27 08:03:12.666 14245 14250 D incident: section 1111 status 1 +02-27 08:03:12.664 14743 14743 W Binder:413_2: type=1400 audit(0.0:144): avc: denied { search } for name="/" dev="pstore" ino=15703 scontext=u:r:incidentd:s0 tcontext=u:object_r:pstorefs:s0 tclass=dir permissive=0 +02-27 08:03:12.667 14743 14743 W incidentd: [logcat -b events -L] fails to read a log_msg. +02-27 08:03:12.668 413 413 E incidentd: [logcat -b events -L] worker failed with error 'Permission denied' +02-27 08:03:12.668 413 413 W incidentd: warning in section 1111 (-13) 'Permission denied': WorkerThreadSection failed. +02-27 08:03:12.668 413 413 D incidentd: Finish incident report section 1111 'logcat -b events -L' +02-27 08:03:12.668 413 413 D incidentd: Start incident report section 1112 'logcat -b system -L' +02-27 08:03:12.668 14245 14250 D incident: section 1111 status 2 +02-27 08:03:12.668 14245 14250 D incident: section 1112 status 1 +02-27 08:03:12.668 14745 14745 W incidentd: [logcat -b system -L] fails to read a log_msg. +02-27 08:03:12.664 14745 14745 W Binder:413_2: type=1400 audit(0.0:145): avc: denied { search } for name="/" dev="pstore" ino=15703 scontext=u:r:incidentd:s0 tcontext=u:object_r:pstorefs:s0 tclass=dir permissive=0 +02-27 08:03:12.669 413 413 E incidentd: [logcat -b system -L] worker failed with error 'Permission denied' +02-27 08:03:12.669 413 413 W incidentd: warning in section 1112 (-13) 'Permission denied': WorkerThreadSection failed. +02-27 08:03:12.669 413 413 D incidentd: Finish incident report section 1112 'logcat -b system -L' +02-27 08:03:12.669 14245 14248 D incident: section 1112 status 2 +02-27 08:03:12.669 413 413 D incidentd: Start incident report section 1113 'logcat -b crash -L' +02-27 08:03:12.669 14245 14248 D incident: section 1113 status 1 +02-27 08:03:12.664 14747 14747 W Binder:413_2: type=1400 audit(0.0:146): avc: denied { search } for name="/" dev="pstore" ino=15703 scontext=u:r:incidentd:s0 tcontext=u:object_r:pstorefs:s0 tclass=dir permissive=0 +02-27 08:03:12.670 14747 14747 W incidentd: [logcat -b crash -L] fails to read a log_msg. +02-27 08:03:12.670 413 413 E incidentd: [logcat -b crash -L] worker failed with error 'Permission denied' +02-27 08:03:12.670 413 413 W incidentd: warning in section 1113 (-13) 'Permission denied': WorkerThreadSection failed. +02-27 08:03:12.670 413 413 D incidentd: Finish incident report section 1113 'logcat -b crash -L' +02-27 08:03:12.670 413 413 D incidentd: Start incident report section 1114 'logcat -b stats -L' +02-27 08:03:12.670 14245 14248 D incident: section 1113 status 2 +02-27 08:03:12.670 14245 14248 D incident: section 1114 status 1 +02-27 08:03:12.668 14749 14749 W Binder:413_2: type=1400 audit(0.0:147): avc: denied { search } for name="/" dev="pstore" ino=15703 scontext=u:r:incidentd:s0 tcontext=u:object_r:pstorefs:s0 tclass=dir permissive=0 +02-27 08:03:12.671 14749 14749 W incidentd: [logcat -b stats -L] fails to read a log_msg. +02-27 08:03:12.672 413 413 E incidentd: [logcat -b stats -L] worker failed with error 'Permission denied' +02-27 08:03:12.672 413 413 W incidentd: warning in section 1114 (-13) 'Permission denied': WorkerThreadSection failed. +02-27 08:03:12.672 413 413 D incidentd: Finish incident report section 1114 'logcat -b stats -L' +02-27 08:03:12.672 413 413 D incidentd: Start incident report section 1115 'logcat -b security -L' +02-27 08:03:12.672 14245 14250 D incident: section 1114 status 2 +02-27 08:03:12.672 14245 14250 D incident: section 1115 status 1 +02-27 08:03:12.668 14751 14751 W Binder:413_2: type=1400 audit(0.0:148): avc: denied { search } for name="/" dev="pstore" ino=15703 scontext=u:r:incidentd:s0 tcontext=u:object_r:pstorefs:s0 tclass=dir permissive=0 +02-27 08:03:12.672 14751 14751 W incidentd: [logcat -b security -L] fails to read a log_msg. +02-27 08:03:12.673 413 413 E incidentd: [logcat -b security -L] worker failed with error 'Permission denied' +02-27 08:03:12.673 413 413 W incidentd: warning in section 1115 (-13) 'Permission denied': WorkerThreadSection failed. +02-27 08:03:12.673 413 413 D incidentd: Finish incident report section 1115 'logcat -b security -L' +02-27 08:03:12.673 413 413 D incidentd: Start incident report section 1116 'cmd /system/bin/sh /system/bin/incident-helper-cmd -l run persisted_logs --limit 10MB' +02-27 08:03:12.673 14245 14248 D incident: section 1115 status 2 +02-27 08:03:12.673 14245 14248 D incident: section 1116 status 1 +02-27 08:03:12.857 14752 14752 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 1067 <<<<<< +02-27 08:03:12.877 14752 14752 I AndroidRuntime: Using default boot image +02-27 08:03:12.877 14752 14752 I AndroidRuntime: Leaving lock profiling enabled +02-27 08:03:12.889 14752 14752 E app_process: Default boot image check failed, could not stat: /data/misc/apexdata/com.android.art/dalvik-cache/boot-framework.art: Permission denied +02-27 08:03:12.985 182 182 I lowmemorykiller: Kill 'android.process.media' (13981), uid 10027, oom_score_adj 915 to free 55600kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (92%) +02-27 08:03:13.030 322 322 I Zygote : Process 13981 exited due to signal 9 (Killed) +02-27 08:03:13.036 505 556 I libprocessgroup: Successfully killed process cgroup uid 10027 pid 13981 in 0ms +02-27 08:03:13.039 505 2908 I ActivityManager: Process android.process.media (pid 13981) has died: cch+15 CEM +02-27 08:03:13.124 14752 14752 W main : type=1400 audit(0.0:149): avc: denied { getattr } for path="/apex/apex-info-list.xml" dev="tmpfs" ino=60 scontext=u:r:incidentd:s0 tcontext=u:object_r:apex_info_file:s0 tclass=file permissive=0 +02-27 08:03:13.207 14752 14752 D app_process: Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat +02-27 08:03:13.208 14752 14752 D app_process: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt68l.dat +02-27 08:03:13.268 14752 14752 W app_process: Failed to create JIT Code Cache: Failed to initialize memory file: Permission denied +02-27 08:03:13.268 14752 14752 W app_process: Missing code cache, cannot create JIT. +02-27 08:03:13.270 14752 14752 E app_process: Could not check odex file /data/misc/apexdata/com.android.art/dalvik-cache/arm64/system@framework@incident-helper-cmd.jar@classes.odex: Permission denied +02-27 08:03:13.271 14752 14752 W app_process: Failed to determine oat file name for dex location /system/framework/incident-helper-cmd.jar: Dalvik cache directory does not exist +02-27 08:03:13.356 14752 14752 D AndroidRuntime: Calling main entry com.android.commands.incident.IncidentHelper +02-27 08:03:13.357 14752 14752 I IncidentHelper: Args: [-l,run,persisted_logs,--limit,10MB] +02-27 08:03:13.358 14752 14752 W IH_PersistLog: Skip dump. /data/misc/logd does not exist. +02-27 08:03:13.360 14752 14752 D AndroidRuntime: Shutting down VM +02-27 08:03:15.176 184 184 I hwservicemanager: Notifying android.hardware.dumpstate@1.1::IDumpstateDevice/default they have clients: 1 +02-27 08:03:15.179 14647 14647 I HidlLazyUtils: Process has 1 (of 1 available) client(s) in use after notification android.hardware.dumpstate@1.1::IDumpstateDevice/default has clients: 1 +02-27 08:03:16.195 413 413 D incidentd: Finish incident report section 1116 'cmd /system/bin/sh /system/bin/incident-helper-cmd -l run persisted_logs --limit 10MB' +02-27 08:03:16.195 413 413 D incidentd: Start incident report section 2001 'file /proc/pagetypeinfo' +02-27 08:03:16.196 14245 14250 D incident: section 1116 status 2 +02-27 08:03:16.196 14245 14250 D incident: section 2001 status 1 +02-27 08:03:17.150 14051 14051 D dumpstate: Duration of 'SERVICE HIGH connectivity': 4.82s +02-27 08:03:17.205 14051 14051 D dumpstate: Adding dir /data/misc/snapshotctl_log (recursive: 0) +02-27 08:03:17.209 413 413 D incidentd: Finish incident report section 2001 'file /proc/pagetypeinfo' +02-27 08:03:17.209 413 413 D incidentd: Start incident report section 2002 'file /d/wakeup_sources' +02-27 08:03:17.209 413 413 W incidentd: [file /d/wakeup_sources] failed to open file +02-27 08:03:17.209 413 413 W incidentd: setSectionStats not called for section 2002 +02-27 08:03:17.209 413 413 D incidentd: Finish incident report section 2002 'file /d/wakeup_sources' +02-27 08:03:17.209 413 413 D incidentd: Start incident report section 2003 'cmd top -b -n 1 -H -s 6 -o pid,tid,user,pr,ni,%cpu,s,virt,res,pcy,cmd,name' +02-27 08:03:17.209 14245 14248 D incident: section 2001 status 2 +02-27 08:03:17.210 14245 14248 D incident: section 2002 status 1 +02-27 08:03:17.210 14245 14250 D incident: section 2002 status 2 +02-27 08:03:17.211 14245 14250 D incident: section 2003 status 1 +02-27 08:03:17.241 505 3356 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10052; state: DISABLED +02-27 08:03:17.242 505 3356 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10058; state: DISABLED +02-27 08:03:17.243 505 3356 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10057; state: DISABLED +02-27 08:03:17.246 505 3356 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10047; state: DISABLED +02-27 08:03:17.248 505 3356 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10032; state: DISABLED +02-27 08:03:17.544 13692 13692 I putmethod.lati: Explicit concurrent copying GC freed 14590(696KB) AllocSpace objects, 2(36KB) LOS objects, 24% free, 4007KB/5343KB, paused 9us,8us total 5.488ms +02-27 08:03:19.706 413 413 D incidentd: Finish incident report section 2003 'cmd top -b -n 1 -H -s 6 -o pid,tid,user,pr,ni,%cpu,s,virt,res,pcy,cmd,name' +02-27 08:03:19.706 413 413 D incidentd: Start incident report section 2004 'file /sys/devices/system/cpu/cpufreq/all_time_in_state' +02-27 08:03:19.706 413 413 W incidentd: [file /sys/devices/system/cpu/cpufreq/all_time_in_state] failed to open file +02-27 08:03:19.706 413 413 W incidentd: setSectionStats not called for section 2004 +02-27 08:03:19.706 413 413 D incidentd: Finish incident report section 2004 'file /sys/devices/system/cpu/cpufreq/all_time_in_state' +02-27 08:03:19.706 413 413 D incidentd: Start incident report section 2005 'cmd ps -A -T -Z -O pri,nice,rtprio,sched,pcy,time' +02-27 08:03:19.708 14245 14772 D incident: section 2003 status 2 +02-27 08:03:19.709 14245 14772 D incident: section 2004 status 1 +02-27 08:03:19.709 14245 14772 D incident: section 2004 status 2 +02-27 08:03:19.710 14245 14772 D incident: section 2005 status 1 +02-27 08:03:19.956 14778 14778 W ps : type=1400 audit(0.0:150): avc: denied { sys_ptrace } for capability=19 scontext=u:r:incidentd:s0 tcontext=u:r:incidentd:s0 tclass=capability permissive=0 +02-27 08:03:19.956 14778 14778 W ps : type=1400 audit(0.0:151): avc: denied { sys_ptrace } for capability=19 scontext=u:r:incidentd:s0 tcontext=u:r:incidentd:s0 tclass=capability permissive=0 +02-27 08:03:19.956 14778 14778 W ps : type=1400 audit(0.0:152): avc: denied { sys_ptrace } for capability=19 scontext=u:r:incidentd:s0 tcontext=u:r:incidentd:s0 tclass=capability permissive=0 +02-27 08:03:19.964 14778 14778 W ps : type=1400 audit(0.0:153): avc: denied { sys_ptrace } for capability=19 scontext=u:r:incidentd:s0 tcontext=u:r:incidentd:s0 tclass=capability permissive=0 +02-27 08:03:19.976 14778 14778 W ps : type=1400 audit(0.0:154): avc: denied { sys_ptrace } for capability=19 scontext=u:r:incidentd:s0 tcontext=u:r:incidentd:s0 tclass=capability permissive=0 +02-27 08:03:20.175 184 184 I hwservicemanager: Notifying android.hardware.dumpstate@1.1::IDumpstateDevice/default they have clients: 0 +02-27 08:03:20.216 14647 14647 I HidlLazyUtils: Process has 0 (of 1 available) client(s) in use after notification android.hardware.dumpstate@1.1::IDumpstateDevice/default has clients: 0 +02-27 08:03:20.216 14647 14647 I HidlLazyUtils: Trying to exit HAL. No clients in use for any service in process. +02-27 08:03:20.334 184 184 I hw-BpHwBinder: onLastStrongRef automatically unlinking death recipients +02-27 08:03:20.334 184 184 I hw-BpHwBinder: onLastStrongRef automatically unlinking death recipients +02-27 08:03:20.336 14647 14647 I HidlLazyUtils: Unregistered all clients and exiting +02-27 08:03:22.248 505 3356 I AdbDebuggingManager: Cannot read system keys +02-27 08:03:22.248 505 3356 I AdbDebuggingManager: java.io.FileNotFoundException: /adb_keys: open failed: ENOENT (No such file or directory) +02-27 08:03:22.248 505 3356 I AdbDebuggingManager: at libcore.io.IoBridge.open(IoBridge.java:575) +02-27 08:03:22.248 505 3356 I AdbDebuggingManager: at java.io.FileInputStream.(FileInputStream.java:160) +02-27 08:03:22.248 505 3356 I AdbDebuggingManager: at android.os.FileUtils.readTextFile(FileUtils.java:637) +02-27 08:03:22.248 505 3356 I AdbDebuggingManager: at com.android.server.adb.AdbDebuggingManager.dump(AdbDebuggingManager.java:1771) +02-27 08:03:22.248 505 3356 I AdbDebuggingManager: at com.android.server.adb.AdbService.dump(AdbService.java:546) +02-27 08:03:22.248 505 3356 I AdbDebuggingManager: at android.os.Binder.doDump(Binder.java:887) +02-27 08:03:22.248 505 3356 I AdbDebuggingManager: at android.os.Binder.dump(Binder.java:877) +02-27 08:03:22.248 505 3356 I AdbDebuggingManager: at android.os.Binder.onTransact(Binder.java:813) +02-27 08:03:22.248 505 3356 I AdbDebuggingManager: at android.debug.IAdbManager$Stub.onTransact(IAdbManager.java:343) +02-27 08:03:22.248 505 3356 I AdbDebuggingManager: at android.os.Binder.execTransactInternal(Binder.java:1184) +02-27 08:03:22.248 505 3356 I AdbDebuggingManager: at android.os.Binder.execTransact(Binder.java:1143) +02-27 08:03:22.248 505 3356 I AdbDebuggingManager: Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory) +02-27 08:03:22.248 505 3356 I AdbDebuggingManager: at libcore.io.Linux.open(Native Method) +02-27 08:03:22.248 505 3356 I AdbDebuggingManager: at libcore.io.ForwardingOs.open(ForwardingOs.java:567) +02-27 08:03:22.248 505 3356 I AdbDebuggingManager: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:273) +02-27 08:03:22.248 505 3356 I AdbDebuggingManager: at libcore.io.IoBridge.open(IoBridge.java:561) +02-27 08:03:22.248 505 3356 I AdbDebuggingManager: ... 10 more +02-27 08:03:22.364 505 3356 W AutofillManagerService: Ignoring invalid dump arg: -a +02-27 08:03:22.368 505 3356 V AutofillManagerServiceImpl: getServiceUidLocked(): no mServiceInfo +02-27 08:03:22.375 505 3356 V FieldClassificationStrategy: getServiceComponentName(): ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.AutofillFieldClassificationServiceImpl} +02-27 08:03:22.414 505 561 W BatteryExternalStatsWorker: error reading modem stats:ERROR_PHONE_NOT_AVAILABLE +02-27 08:03:22.433 505 561 W KernelCpuProcStringReader: File not found. It's normal if not implemented: /proc/uid_concurrent_policy_time +02-27 08:03:22.432 197 197 W Binder:197_2: type=1400 audit(0.0:1998): avc: denied { read } for name="wakeup4" dev="sysfs" ino=18217 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0 +02-27 08:03:22.437 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup4: Permission denied +02-27 08:03:22.437 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup2: Permission denied +02-27 08:03:22.432 197 197 W Binder:197_2: type=1400 audit(0.0:1999): avc: denied { read } for name="wakeup2" dev="sysfs" ino=17346 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0 +02-27 08:03:22.432 197 197 W Binder:197_2: type=1400 audit(0.0:2000): avc: denied { read } for name="wakeup0" dev="sysfs" ino=14255 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0 +02-27 08:03:22.438 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup0: Permission denied +02-27 08:03:22.439 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup5: Permission denied +02-27 08:03:22.436 197 197 W Binder:197_2: type=1400 audit(0.0:2001): avc: denied { read } for name="wakeup5" dev="sysfs" ino=18277 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0 +02-27 08:03:22.439 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup3: Permission denied +02-27 08:03:22.436 197 197 W Binder:197_2: type=1400 audit(0.0:2002): avc: denied { read } for name="wakeup3" dev="sysfs" ino=17394 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0 +02-27 08:03:22.440 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup1: Permission denied +02-27 08:03:22.633 505 513 I system_server: JIT allocated 86KB for compiled code of void android.os.BatteryStats.dumpLocked(android.content.Context, java.io.PrintWriter, java.lang.String, int, int, boolean) +02-27 08:03:22.634 505 513 I system_server: Compiler allocated 15MB to compile void android.os.BatteryStats.dumpLocked(android.content.Context, java.io.PrintWriter, java.lang.String, int, int, boolean) +02-27 08:03:22.644 505 3356 D ActivityManager: freezer override set to true +02-27 08:03:22.658 413 413 D incidentd: Finish incident report section 2005 'cmd ps -A -T -Z -O pri,nice,rtprio,sched,pcy,time' +02-27 08:03:22.658 413 413 D incidentd: Start incident report section 2006 'file /sys/class/power_supply/bms/battery_type' +02-27 08:03:22.658 413 413 W incidentd: [file /sys/class/power_supply/bms/battery_type] failed to open file +02-27 08:03:22.658 413 413 W incidentd: setSectionStats not called for section 2006 +02-27 08:03:22.658 413 413 D incidentd: Finish incident report section 2006 'file /sys/class/power_supply/bms/battery_type' +02-27 08:03:22.658 413 413 D incidentd: Start incident report section 2007 'gzip /sys/fs/pstore/console-ramoops /sys/fs/pstore/console-ramoops-0 /proc/last_kmsg' +02-27 08:03:22.659 413 413 W incidentd: GZipSection failed to open file /sys/fs/pstore/console-ramoops +02-27 08:03:22.659 413 413 W incidentd: GZipSection failed to open file /sys/fs/pstore/console-ramoops-0 +02-27 08:03:22.659 413 413 W incidentd: GZipSection failed to open file /proc/last_kmsg +02-27 08:03:22.659 413 413 W incidentd: [gzip /sys/fs/pstore/console-ramoops /sys/fs/pstore/console-ramoops-0 /proc/last_kmsg] can't open all the files +02-27 08:03:22.659 413 413 W incidentd: setSectionStats not called for section 2007 +02-27 08:03:22.659 14245 14779 D incident: section 2005 status 2 +02-27 08:03:22.659 413 413 D incidentd: Finish incident report section 2007 'gzip /sys/fs/pstore/console-ramoops /sys/fs/pstore/console-ramoops-0 /proc/last_kmsg' +02-27 08:03:22.659 413 413 D incidentd: Start incident report section 3000 'dumpsys fingerprint --proto --incident' +02-27 08:03:22.659 14245 14779 D incident: section 2006 status 1 +02-27 08:03:22.659 14245 14779 D incident: section 2006 status 2 +02-27 08:03:22.659 14245 14779 D incident: section 2007 status 1 +02-27 08:03:22.659 14245 14779 D incident: section 2007 status 2 +02-27 08:03:22.659 14245 14779 D incident: section 3000 status 1 +02-27 08:03:22.676 413 413 D incidentd: Finish incident report section 3000 'dumpsys fingerprint --proto --incident' +02-27 08:03:22.676 413 413 D incidentd: Start incident report section 3001 'dumpsys netstats --proto' +02-27 08:03:22.677 14245 14827 D incident: section 3000 status 2 +02-27 08:03:22.677 14245 14827 D incident: section 3001 status 1 +02-27 08:03:22.701 413 413 D incidentd: Finish incident report section 3001 'dumpsys netstats --proto' +02-27 08:03:22.701 413 413 D incidentd: Start incident report section 3002 'dumpsys settings --proto' +02-27 08:03:22.702 14245 14248 D incident: section 3001 status 2 +02-27 08:03:22.702 14245 14248 D incident: section 3002 status 1 +02-27 08:03:22.710 505 3356 D ActivityManager: freezer override set to false +02-27 08:03:22.717 413 413 D incidentd: Finish incident report section 3002 'dumpsys settings --proto' +02-27 08:03:22.717 14245 14827 D incident: section 3002 status 2 +02-27 08:03:22.717 413 413 D incidentd: Start incident report section 3004 'dumpsys notification --proto' +02-27 08:03:22.718 14245 14827 D incident: section 3004 status 1 +02-27 08:03:22.723 413 413 D incidentd: Finish incident report section 3004 'dumpsys notification --proto' +02-27 08:03:22.723 413 413 D incidentd: Start incident report section 3005 'dumpsys batterystats --proto' +02-27 08:03:22.723 14245 14827 D incident: section 3004 status 2 +02-27 08:03:22.723 14245 14827 D incident: section 3005 status 1 +02-27 08:03:22.732 505 561 W BatteryExternalStatsWorker: error reading modem stats:ERROR_PHONE_NOT_AVAILABLE +02-27 08:03:22.736 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup4: Permission denied +02-27 08:03:22.736 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup2: Permission denied +02-27 08:03:22.737 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup0: Permission denied +02-27 08:03:22.738 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup5: Permission denied +02-27 08:03:22.738 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup3: Permission denied +02-27 08:03:22.738 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup1: Permission denied +02-27 08:03:22.747 413 413 D incidentd: Finish incident report section 3005 'dumpsys batterystats --proto' +02-27 08:03:22.747 413 413 D incidentd: Start incident report section 3006 'dumpsys battery --proto' +02-27 08:03:22.747 14245 14248 D incident: section 3005 status 2 +02-27 08:03:22.747 14245 14248 D incident: section 3006 status 1 +02-27 08:03:22.750 413 413 D incidentd: Finish incident report section 3006 'dumpsys battery --proto' +02-27 08:03:22.750 413 413 D incidentd: Start incident report section 3007 'dumpsys diskstats --proto' +02-27 08:03:22.750 14245 14827 D incident: section 3006 status 2 +02-27 08:03:22.750 14245 14827 D incident: section 3007 status 1 +02-27 08:03:22.757 505 3356 W DiskStatsService: Recent Disk Write Speed data unavailable! +02-27 08:03:22.761 505 3356 W DiskStatsService: exception reading diskstats cache file +02-27 08:03:22.761 505 3356 W DiskStatsService: java.io.FileNotFoundException: /data/system/diskstats_cache.json: open failed: ENOENT (No such file or directory) +02-27 08:03:22.761 505 3356 W DiskStatsService: at libcore.io.IoBridge.open(IoBridge.java:575) +02-27 08:03:22.761 505 3356 W DiskStatsService: at libcore.io.IoUtils$FileReader.(IoUtils.java:388) +02-27 08:03:22.761 505 3356 W DiskStatsService: at libcore.io.IoUtils.readFileAsString(IoUtils.java:301) +02-27 08:03:22.761 505 3356 W DiskStatsService: at com.android.server.DiskStatsService.reportCachedValuesProto(DiskStatsService.java:246) +02-27 08:03:22.761 505 3356 W DiskStatsService: at com.android.server.DiskStatsService.dump(DiskStatsService.java:147) +02-27 08:03:22.761 505 3356 W DiskStatsService: at android.os.Binder.doDump(Binder.java:887) +02-27 08:03:22.761 505 3356 W DiskStatsService: at android.os.Binder.dump(Binder.java:877) +02-27 08:03:22.761 505 3356 W DiskStatsService: at android.os.Binder.onTransact(Binder.java:813) +02-27 08:03:22.761 505 3356 W DiskStatsService: at android.os.Binder.execTransactInternal(Binder.java:1184) +02-27 08:03:22.761 505 3356 W DiskStatsService: at android.os.Binder.execTransact(Binder.java:1143) +02-27 08:03:22.761 505 3356 W DiskStatsService: Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory) +02-27 08:03:22.761 505 3356 W DiskStatsService: at libcore.io.Linux.open(Native Method) +02-27 08:03:22.761 505 3356 W DiskStatsService: at libcore.io.ForwardingOs.open(ForwardingOs.java:567) +02-27 08:03:22.761 505 3356 W DiskStatsService: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:273) +02-27 08:03:22.761 505 3356 W DiskStatsService: at libcore.io.IoBridge.open(IoBridge.java:561) +02-27 08:03:22.761 505 3356 W DiskStatsService: ... 9 more +02-27 08:03:22.762 413 413 D incidentd: Finish incident report section 3007 'dumpsys diskstats --proto' +02-27 08:03:22.762 413 413 D incidentd: Start incident report section 3008 'dumpsys package --proto' +02-27 08:03:22.762 14245 14248 D incident: section 3007 status 2 +02-27 08:03:22.762 14245 14248 D incident: section 3008 status 1 +02-27 08:03:22.782 413 413 D incidentd: Finish incident report section 3008 'dumpsys package --proto' +02-27 08:03:22.782 413 413 D incidentd: Start incident report section 3009 'dumpsys power --proto' +02-27 08:03:22.782 14245 14248 D incident: section 3008 status 2 +02-27 08:03:22.782 14245 14248 D incident: section 3009 status 1 +02-27 08:03:22.787 505 3356 D ActivityManager: freezer override set to true +02-27 08:03:22.789 413 413 D incidentd: Finish incident report section 3009 'dumpsys power --proto' +02-27 08:03:22.789 14245 14827 D incident: section 3009 status 2 +02-27 08:03:22.789 413 413 D incidentd: Start incident report section 3010 'dumpsys print --proto' +02-27 08:03:22.790 14245 14827 D incident: section 3010 status 1 +02-27 08:03:22.814 505 2908 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10042; state: DISABLED +02-27 08:03:22.814 505 2908 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10042; state: DISABLED +02-27 08:03:22.814 505 2908 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10042; state: DISABLED +02-27 08:03:22.814 505 2908 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10042; state: ENABLED +02-27 08:03:22.816 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10042; state: ENABLED +02-27 08:03:22.824 322 322 D Zygote : Forked child process 14859 +02-27 08:03:22.826 505 555 I ActivityManager: Start proc 14859:com.android.printspooler/u0a42 for service {com.android.printspooler/com.android.printspooler.model.PrintSpoolerService} +02-27 08:03:22.857 14859 14859 E id.printspoole: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:22.879 505 3536 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10042; state: DISABLED +02-27 08:03:22.902 14859 14859 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10042; state: ENABLED +02-27 08:03:23.037 14859 14859 V GraphicsEnvironment: ANGLE Developer option for 'com.android.printspooler' set to: 'default' +02-27 08:03:23.038 14859 14859 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:23.042 14859 14859 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:23.047 14859 14859 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:23.094 505 3356 D ActivityManager: freezer override set to false +02-27 08:03:23.095 413 413 D incidentd: Finish incident report section 3010 'dumpsys print --proto' +02-27 08:03:23.096 413 413 D incidentd: Start incident report section 3011 'dumpsys procstats --proto' +02-27 08:03:23.097 14245 14827 D incident: section 3010 status 2 +02-27 08:03:23.097 14245 14827 D incident: section 3011 status 1 +02-27 08:03:23.159 413 413 D incidentd: Finish incident report section 3011 'dumpsys procstats --proto' +02-27 08:03:23.159 413 413 D incidentd: Start incident report section 3012 'dumpsys activity --proto activities' +02-27 08:03:23.160 14245 14248 D incident: section 3011 status 2 +02-27 08:03:23.160 14245 14248 D incident: section 3012 status 1 +02-27 08:03:23.185 505 2908 W PackageManager: Cannot suspend package "com.android.vending": required for package verification +02-27 08:03:23.189 505 2908 I DevicePolicyManager: Packages subject to suspension: com.google.android.youtube.tv,com.streamflow.tv,com.google.android.tv.remote.service +02-27 08:03:23.194 413 413 D incidentd: Finish incident report section 3012 'dumpsys activity --proto activities' +02-27 08:03:23.194 413 413 D incidentd: Start incident report section 3013 'dumpsys activity --proto broadcasts' +02-27 08:03:23.194 14245 14827 D incident: section 3012 status 2 +02-27 08:03:23.194 14245 14827 D incident: section 3013 status 1 +02-27 08:03:23.202 505 3356 W DiskStatsService: Recent Disk Write Speed data unavailable! +02-27 08:03:23.203 505 3356 W DiskStatsService: exception reading diskstats cache file +02-27 08:03:23.203 505 3356 W DiskStatsService: java.io.FileNotFoundException: /data/system/diskstats_cache.json: open failed: ENOENT (No such file or directory) +02-27 08:03:23.203 505 3356 W DiskStatsService: at libcore.io.IoBridge.open(IoBridge.java:575) +02-27 08:03:23.203 505 3356 W DiskStatsService: at libcore.io.IoUtils$FileReader.(IoUtils.java:388) +02-27 08:03:23.203 505 3356 W DiskStatsService: at libcore.io.IoUtils.readFileAsString(IoUtils.java:301) +02-27 08:03:23.203 505 3356 W DiskStatsService: at com.android.server.DiskStatsService.reportCachedValues(DiskStatsService.java:211) +02-27 08:03:23.203 505 3356 W DiskStatsService: at com.android.server.DiskStatsService.dump(DiskStatsService.java:149) +02-27 08:03:23.203 505 3356 W DiskStatsService: at android.os.Binder.doDump(Binder.java:887) +02-27 08:03:23.203 505 3356 W DiskStatsService: at android.os.Binder.dump(Binder.java:877) +02-27 08:03:23.203 505 3356 W DiskStatsService: at android.os.Binder.onTransact(Binder.java:813) +02-27 08:03:23.203 505 3356 W DiskStatsService: at android.os.Binder.execTransactInternal(Binder.java:1184) +02-27 08:03:23.203 505 3356 W DiskStatsService: at android.os.Binder.execTransact(Binder.java:1143) +02-27 08:03:23.203 505 3356 W DiskStatsService: Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory) +02-27 08:03:23.203 505 3356 W DiskStatsService: at libcore.io.Linux.open(Native Method) +02-27 08:03:23.203 505 3356 W DiskStatsService: at libcore.io.ForwardingOs.open(ForwardingOs.java:567) +02-27 08:03:23.203 505 3356 W DiskStatsService: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:273) +02-27 08:03:23.203 505 3356 W DiskStatsService: at libcore.io.IoBridge.open(IoBridge.java:561) +02-27 08:03:23.203 505 3356 W DiskStatsService: ... 9 more +02-27 08:03:23.208 413 413 D incidentd: Finish incident report section 3013 'dumpsys activity --proto broadcasts' +02-27 08:03:23.208 413 413 D incidentd: Start incident report section 3014 'dumpsys activity --proto service' +02-27 08:03:23.209 14245 14248 D incident: section 3013 status 2 +02-27 08:03:23.209 14245 14248 D incident: section 3014 status 1 +02-27 08:03:23.213 413 413 D incidentd: Finish incident report section 3014 'dumpsys activity --proto service' +02-27 08:03:23.213 413 413 D incidentd: Start incident report section 3015 'dumpsys activity --proto processes' +02-27 08:03:23.213 14245 14827 D incident: section 3014 status 2 +02-27 08:03:23.213 14245 14827 D incident: section 3015 status 1 +02-27 08:03:23.218 413 413 D incidentd: Finish incident report section 3015 'dumpsys activity --proto processes' +02-27 08:03:23.218 413 413 D incidentd: Start incident report section 3016 'dumpsys alarm --proto' +02-27 08:03:23.218 14245 14248 D incident: section 3015 status 2 +02-27 08:03:23.218 14245 14248 D incident: section 3016 status 1 +02-27 08:03:23.219 413 413 D incidentd: Finish incident report section 3016 'dumpsys alarm --proto' +02-27 08:03:23.219 413 413 D incidentd: Start incident report section 3017 'dumpsys window --proto' +02-27 08:03:23.219 14245 14827 D incident: section 3016 status 2 +02-27 08:03:23.219 14245 14827 D incident: section 3017 status 1 +02-27 08:03:23.240 182 182 I lowmemorykiller: Kill 'com.android.vending:background' (13952), uid 10058, oom_score_adj 915 to free 71724kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (131%) +02-27 08:03:23.272 322 322 I Zygote : Process 13952 exited due to signal 9 (Killed) +02-27 08:03:23.276 413 413 D incidentd: Finish incident report section 3017 'dumpsys window --proto' +02-27 08:03:23.276 413 413 D incidentd: Start incident report section 3018 'dumpsys meminfo -a --proto' +02-27 08:03:23.283 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 13952 in 0ms +02-27 08:03:23.283 505 3536 I ActivityManager: Process com.android.vending:background (pid 13952) has died: cch+15 CEM +02-27 08:03:23.283 14245 14248 D incident: section 3017 status 2 +02-27 08:03:23.283 14245 14248 D incident: section 3018 status 1 +02-27 08:03:23.292 505 2476 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10058/13952, android.os.BinderProxy@ca9a87c) +02-27 08:03:23.296 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=203, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] (release request) +02-27 08:03:23.332 505 3536 W ProcessStats: Tracking association SourceState{d5bbe51 system/1000 BTopFgs #10138} whose proc state 2 is better than process ProcessState{7b2e6b6 com.google.android.gms.persistent/10057 pkg=com.google.android.gms} proc state 3 (11 skipped) +02-27 08:03:23.332 505 2908 D ActivityManager: freezer override set to true +02-27 08:03:23.418 13603 14039 I roid.youtube.t: Explicit concurrent copying GC freed 19112(822KB) AllocSpace objects, 4(80KB) LOS objects, 49% free, 3156KB/6312KB, paused 48us,30us total 33.209ms +02-27 08:03:23.463 14859 14871 I id.printspoole: Explicit concurrent copying GC freed 13354(639KB) AllocSpace objects, 2(40KB) LOS objects, 49% free, 1886KB/3772KB, paused 26us,18us total 4.790ms +02-27 08:03:23.516 13021 13851 I gle.android.gm: Explicit concurrent copying GC freed 22608(893KB) AllocSpace objects, 4(80KB) LOS objects, 24% free, 4703KB/6271KB, paused 138us,26us total 27.548ms +02-27 08:03:23.523 505 3356 D PermissionCache: checking android.permission.DUMP for uid=2000 => granted (237 us) +02-27 08:03:23.575 505 505 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:03:23.576 505 505 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:03:23.576 505 505 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:03:23.576 505 505 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:03:23.576 505 505 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:03:23.576 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:03:23.581 322 322 D Zygote : Forked child process 14951 +02-27 08:03:23.582 505 555 I ActivityManager: Start proc 14951:com.android.vending/u0a58 for service {com.android.vending/com.google.android.finsky.scheduler.process.mainimpl.PhoneskyJobServiceMain} +02-27 08:03:23.585 505 3356 E GnssLocationProviderJni: android_location_gnss_hal_GnssNative_get_internal_state: IGnssDebug interface not available. +02-27 08:03:23.596 12156 13856 I .gms.persisten: Explicit concurrent copying GC freed 35005(1217KB) AllocSpace objects, 4(80KB) LOS objects, 49% free, 7484KB/14MB, paused 44us,35us total 51.426ms +02-27 08:03:23.610 14951 14951 E android.vendin: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:23.644 357 3791 D PermissionCache: checking android.permission.DUMP for uid=2000 => granted (519 us) +02-27 08:03:23.646 14951 14951 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:03:23.709 182 182 I lowmemorykiller: Kill 'com.google.android.gms' (13021), uid 10057, oom_score_adj 905 to free 73480kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (153%) +02-27 08:03:23.731 322 322 I Zygote : Process 13021 exited due to signal 9 (Killed) +02-27 08:03:23.735 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 13021 in 0ms +02-27 08:03:23.736 505 2586 I ActivityManager: Process com.google.android.gms (pid 13021) has died: cch+5 CEM +02-27 08:03:23.747 13692 13769 I putmethod.lati: Explicit concurrent copying GC freed 9915(455KB) AllocSpace objects, 4(80KB) LOS objects, 24% free, 3997KB/5329KB, paused 31us,26us total 116.025ms +02-27 08:03:23.794 14951 14951 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:03:23.809 415 415 D PermissionCache: checking android.permission.DUMP for uid=2000 => granted (526 us) +02-27 08:03:23.858 13573 13853 I .remote.servic: Explicit concurrent copying GC freed 16365(563KB) AllocSpace objects, 4(80KB) LOS objects, 49% free, 2644KB/5288KB, paused 36us,29us total 34.590ms +02-27 08:03:23.876 505 1680 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:03:23.876 505 1680 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:03:23.876 505 1680 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:03:23.876 505 1680 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:03:23.876 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:03:23.880 322 322 D Zygote : Forked child process 14986 +02-27 08:03:23.880 505 555 I ActivityManager: Start proc 14986:com.google.android.gms/u0a57 for service {com.google.android.gms/com.google.android.gms.checkin.CheckinService} +02-27 08:03:23.893 14986 14986 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:23.897 14951 14951 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:03:23.898 14951 14951 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:23.902 14951 14951 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:23.905 14951 14951 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:23.912 1242 1264 I FuseDaemon: Explicit concurrent copying GC freed 19858(1162KB) AllocSpace objects, 4(80KB) LOS objects, 49% free, 2239KB/4478KB, paused 97us,24us total 21.185ms +02-27 08:03:23.920 14986 14986 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:03:23.952 14986 14986 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:03:23.954 12156 15008 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:03:24.057 1265 1288 I or.multidispla: Explicit concurrent copying GC freed 10900(382KB) AllocSpace objects, 4(80KB) LOS objects, 49% free, 1879KB/3759KB, paused 41us,21us total 15.635ms +02-27 08:03:24.120 505 514 I system_server: Background young concurrent copying GC freed 149330(8617KB) AllocSpace objects, 52(1496KB) LOS objects, 32% free, 15MB/22MB, paused 161us,3.050ms total 187.730ms +02-27 08:03:24.132 14986 14986 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:03:24.132 14986 14986 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:24.140 14986 14986 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:03:24.150 14986 14986 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:03:24.171 755 1422 I droid.bluetoot: Explicit concurrent copying GC freed 23370(1058KB) AllocSpace objects, 5(100KB) LOS objects, 49% free, 2289KB/4578KB, paused 24us,29us total 29.493ms +02-27 08:03:24.183 14951 14951 I Finsky : [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:03:24.214 505 2586 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:03:24.214 505 2586 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:03:24.214 505 2586 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:03:24.214 505 2586 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:03:24.215 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:03:24.218 322 322 D Zygote : Forked child process 15032 +02-27 08:03:24.218 505 555 I ActivityManager: Start proc 15032:com.google.android.gms.unstable/u0a57 for service {com.google.android.gms/com.google.android.gms.droidguard.DroidGuardService} +02-27 08:03:24.221 322 322 D Zygote : Forked child process 15034 +02-27 08:03:24.221 505 555 I ActivityManager: Start proc 15034:com.google.process.gservices/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider} +02-27 08:03:24.232 15032 15032 E id.gms.unstabl: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:24.237 15034 15034 E ocess.gservice: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:24.248 15032 15032 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:03:24.250 505 2586 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:03:24.252 15034 15034 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:03:24.254 948 982 I com.android.se: Explicit concurrent copying GC freed 10732(382KB) AllocSpace objects, 4(80KB) LOS objects, 49% free, 1894KB/3788KB, paused 32us,18us total 2.916ms +02-27 08:03:24.278 15032 15032 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:03:24.293 896 1522 I rkstack.proces: Explicit concurrent copying GC freed 28110(1141KB) AllocSpace objects, 10(280KB) LOS objects, 49% free, 2395KB/4791KB, paused 23us,27us total 13.916ms +02-27 08:03:24.296 15032 15032 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:03:24.296 15032 15032 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:24.296 15032 15032 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:03:24.297 15032 15032 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:03:24.302 15034 15034 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:03:24.302 15034 15034 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:24.304 15034 15034 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:24.304 15034 15034 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:24.347 15034 15034 I GservicesProvider: Gservices pushing to system: true; secure/global: true +02-27 08:03:24.377 770 13673 I ndroid.systemu: Explicit concurrent copying GC freed 13446(466KB) AllocSpace objects, 4(80KB) LOS objects, 49% free, 3456KB/6912KB, paused 42us,46us total 40.267ms +02-27 08:03:24.433 182 182 I lowmemorykiller: Kill 'com.google.android.inputmethod.latin' (13692), uid 10066, oom_score_adj 200 to free 63440kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (328%) +02-27 08:03:24.441 322 322 I Zygote : Process 13692 exited due to signal 9 (Killed) +02-27 08:03:24.445 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 13692 in 0ms +02-27 08:03:24.446 505 3536 I ActivityManager: Process com.google.android.inputmethod.latin (pid 13692) has died: prcp IMPB +02-27 08:03:24.457 505 2796 I WindowManager: WIN DEATH: Window{7def616 u0 InputMethod} +02-27 08:03:24.469 505 2796 W InputManager-JNI: Input channel object '7def616 InputMethod (client)' was disposed without first being removed with the input manager! +02-27 08:03:24.475 505 505 W InputMethodManagerService: Session failed to close due to remote exception +02-27 08:03:24.475 505 505 W InputMethodManagerService: android.os.DeadObjectException +02-27 08:03:24.475 505 505 W InputMethodManagerService: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:03:24.475 505 505 W InputMethodManagerService: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:03:24.475 505 505 W InputMethodManagerService: at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:425) +02-27 08:03:24.475 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.finishSessionLocked(InputMethodManagerService.java:2812) +02-27 08:03:24.475 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearClientSessionLocked(InputMethodManagerService.java:2803) +02-27 08:03:24.475 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:2830) +02-27 08:03:24.475 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:2859) +02-27 08:03:24.475 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:2097) +02-27 08:03:24.475 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:2112) +02-27 08:03:24.475 505 505 W InputMethodManagerService: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:03:24.475 505 505 W InputMethodManagerService: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:03:24.475 505 505 W InputMethodManagerService: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:03:24.475 505 505 W InputMethodManagerService: at android.os.Looper.loop(Looper.java:288) +02-27 08:03:24.475 505 505 W InputMethodManagerService: at com.android.server.SystemServer.run(SystemServer.java:903) +02-27 08:03:24.475 505 505 W InputMethodManagerService: at com.android.server.SystemServer.main(SystemServer.java:610) +02-27 08:03:24.475 505 505 W InputMethodManagerService: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:03:24.475 505 505 W InputMethodManagerService: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:03:24.475 505 505 W InputMethodManagerService: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) +02-27 08:03:24.564 505 3536 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 1000ms for connection +02-27 08:03:24.714 15023 15023 E idmap2d : failed to parse idmap header +02-27 08:03:24.723 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 13692 +02-27 08:03:24.728 505 2908 I system_server: Explicit concurrent copying GC freed 71354(3751KB) AllocSpace objects, 20(496KB) LOS objects, 49% free, 11MB/23MB, paused 120us,7.206ms total 310.504ms +02-27 08:03:24.762 505 505 W Looper : Slow dispatch took 125ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:03:24.952 505 2908 D ActivityManager: freezer override set to false +02-27 08:03:24.957 413 413 D incidentd: Finish incident report section 3018 'dumpsys meminfo -a --proto' +02-27 08:03:24.957 413 413 D incidentd: Start incident report section 3019 'dumpsys graphicsstats --proto' +02-27 08:03:24.958 14245 14827 D incident: section 3018 status 2 +02-27 08:03:24.958 14245 14827 D incident: section 3019 status 1 +02-27 08:03:24.968 15032 15032 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:03:24.969 15032 15032 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:03:24.969 15032 15032 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:03:25.047 413 413 D incidentd: Finish incident report section 3019 'dumpsys graphicsstats --proto' +02-27 08:03:25.047 413 413 D incidentd: Start incident report section 3020 'dumpsys jobscheduler --proto' +02-27 08:03:25.050 14245 14248 D incident: section 3019 status 2 +02-27 08:03:25.050 14245 14248 D incident: section 3020 status 1 +02-27 08:03:25.162 413 413 D incidentd: Finish incident report section 3020 'dumpsys jobscheduler --proto' +02-27 08:03:25.162 413 413 D incidentd: Start incident report section 3021 'dumpsys usb --proto' +02-27 08:03:25.162 14951 15047 I Finsky : [50] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 08:03:25.163 14245 14827 D incident: section 3020 status 2 +02-27 08:03:25.163 14245 14827 D incident: section 3021 status 1 +02-27 08:03:25.181 505 2796 W UsbDeviceManager: Ignore missing legacy kernel path in bugreport dump: kernel function list:/sys/class/android_usb/android0/functions +02-27 08:03:25.204 14245 14248 D incident: section 3021 status 2 +02-27 08:03:25.205 413 413 D incidentd: Finish incident report section 3021 'dumpsys usb --proto' +02-27 08:03:25.205 413 413 D incidentd: Start incident report section 3024 'dumpsys role --proto' +02-27 08:03:25.205 14245 14248 D incident: section 3024 status 1 +02-27 08:03:25.208 14951 15047 I Finsky : [50] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 08:03:25.224 14245 14248 D incident: section 3024 status 2 +02-27 08:03:25.224 413 413 D incidentd: Finish incident report section 3024 'dumpsys role --proto' +02-27 08:03:25.224 413 413 D incidentd: Start incident report section 3027 'dumpsys dropbox --proto data_app_crash' +02-27 08:03:25.224 14245 14248 D incident: section 3027 status 1 +02-27 08:03:25.227 15032 15032 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:03:25.238 413 413 D incidentd: Finish incident report section 3027 'dumpsys dropbox --proto data_app_crash' +02-27 08:03:25.238 413 413 D incidentd: Start incident report section 3028 'dumpsys dropbox --proto data_app_anr' +02-27 08:03:25.238 14245 14248 D incident: section 3027 status 2 +02-27 08:03:25.238 14245 14248 D incident: section 3028 status 1 +02-27 08:03:25.240 413 413 D incidentd: Finish incident report section 3028 'dumpsys dropbox --proto data_app_anr' +02-27 08:03:25.240 413 413 D incidentd: Start incident report section 3029 'dumpsys dropbox --proto data_app_native_crash' +02-27 08:03:25.240 14245 14248 D incident: section 3028 status 2 +02-27 08:03:25.240 14245 14248 D incident: section 3029 status 1 +02-27 08:03:25.242 14245 14827 D incident: section 3029 status 2 +02-27 08:03:25.242 413 413 D incidentd: Finish incident report section 3029 'dumpsys dropbox --proto data_app_native_crash' +02-27 08:03:25.242 413 413 D incidentd: Start incident report section 3030 'dumpsys dropbox --proto data_app_strictmode' +02-27 08:03:25.242 14245 14827 D incident: section 3030 status 1 +02-27 08:03:25.261 14245 14827 D incident: section 3030 status 2 +02-27 08:03:25.262 413 413 D incidentd: Finish incident report section 3030 'dumpsys dropbox --proto data_app_strictmode' +02-27 08:03:25.262 413 413 D incidentd: Start incident report section 3031 'dumpsys dropbox --proto data_app_wtf' +02-27 08:03:25.262 14245 14827 D incident: section 3031 status 1 +02-27 08:03:25.266 14245 14827 D incident: section 3031 status 2 +02-27 08:03:25.267 413 413 D incidentd: Finish incident report section 3031 'dumpsys dropbox --proto data_app_wtf' +02-27 08:03:25.267 413 413 D incidentd: Start incident report section 3032 'dumpsys dropbox --proto system_app_crash' +02-27 08:03:25.267 14245 14827 D incident: section 3032 status 1 +02-27 08:03:25.270 413 413 D incidentd: Finish incident report section 3032 'dumpsys dropbox --proto system_app_crash' +02-27 08:03:25.270 413 413 D incidentd: Start incident report section 3033 'dumpsys dropbox --proto system_app_anr' +02-27 08:03:25.270 14245 14827 D incident: section 3032 status 2 +02-27 08:03:25.271 14245 14827 D incident: section 3033 status 1 +02-27 08:03:25.277 413 413 D incidentd: Finish incident report section 3033 'dumpsys dropbox --proto system_app_anr' +02-27 08:03:25.277 14245 14248 D incident: section 3033 status 2 +02-27 08:03:25.277 413 413 D incidentd: Start incident report section 3034 'dumpsys dropbox --proto system_app_native_crash' +02-27 08:03:25.278 14245 14248 D incident: section 3034 status 1 +02-27 08:03:25.284 413 413 D incidentd: Finish incident report section 3034 'dumpsys dropbox --proto system_app_native_crash' +02-27 08:03:25.284 413 413 D incidentd: Start incident report section 3035 'dumpsys dropbox --proto system_app_strictmode' +02-27 08:03:25.284 14245 14248 D incident: section 3034 status 2 +02-27 08:03:25.285 14245 14248 D incident: section 3035 status 1 +02-27 08:03:25.290 413 413 D incidentd: Finish incident report section 3035 'dumpsys dropbox --proto system_app_strictmode' +02-27 08:03:25.290 413 413 D incidentd: Start incident report section 3036 'dumpsys dropbox --proto system_app_wtf' +02-27 08:03:25.291 14245 14827 D incident: section 3035 status 2 +02-27 08:03:25.291 14245 14827 D incident: section 3036 status 1 +02-27 08:03:25.346 14986 14986 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:03:25.347 14986 14986 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:03:25.347 14986 14986 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:03:25.355 15032 15032 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:03:25.358 14986 14986 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:03:25.360 413 413 D incidentd: Finish incident report section 3036 'dumpsys dropbox --proto system_app_wtf' +02-27 08:03:25.360 413 413 D incidentd: Start incident report section 3037 'dumpsys dropbox --proto system_server_crash' +02-27 08:03:25.360 14245 14248 D incident: section 3036 status 2 +02-27 08:03:25.360 14245 14248 D incident: section 3037 status 1 +02-27 08:03:25.364 413 413 D incidentd: Finish incident report section 3037 'dumpsys dropbox --proto system_server_crash' +02-27 08:03:25.364 413 413 D incidentd: Start incident report section 3038 'dumpsys dropbox --proto system_server_anr' +02-27 08:03:25.364 413 413 D incidentd: Finish incident report section 3038 'dumpsys dropbox --proto system_server_anr' +02-27 08:03:25.364 413 413 D incidentd: Start incident report section 3039 'dumpsys dropbox --proto system_server_native_crash' +02-27 08:03:25.364 14245 14827 D incident: section 3037 status 2 +02-27 08:03:25.364 14245 14827 D incident: section 3038 status 1 +02-27 08:03:25.364 14245 14827 D incident: section 3038 status 2 +02-27 08:03:25.364 14245 14250 D incident: section 3039 status 1 +02-27 08:03:25.365 413 413 D incidentd: Finish incident report section 3039 'dumpsys dropbox --proto system_server_native_crash' +02-27 08:03:25.365 413 413 D incidentd: Start incident report section 3040 'dumpsys dropbox --proto system_server_lowmem' +02-27 08:03:25.365 14245 14248 D incident: section 3039 status 2 +02-27 08:03:25.365 14245 14249 D incident: section 3040 status 1 +02-27 08:03:25.366 14245 14250 D incident: section 3040 status 2 +02-27 08:03:25.366 413 413 D incidentd: Finish incident report section 3040 'dumpsys dropbox --proto system_server_lowmem' +02-27 08:03:25.366 413 413 D incidentd: Start incident report section 3041 'dumpsys dropbox --proto system_server_strictmode' +02-27 08:03:25.366 14245 14250 D incident: section 3041 status 1 +02-27 08:03:25.366 413 413 D incidentd: Finish incident report section 3041 'dumpsys dropbox --proto system_server_strictmode' +02-27 08:03:25.366 413 413 D incidentd: Start incident report section 3042 'dumpsys dropbox --proto system_server_watchdog' +02-27 08:03:25.366 14245 14250 D incident: section 3041 status 2 +02-27 08:03:25.366 14245 14250 D incident: section 3042 status 1 +02-27 08:03:25.367 413 413 D incidentd: Finish incident report section 3042 'dumpsys dropbox --proto system_server_watchdog' +02-27 08:03:25.367 413 413 D incidentd: Start incident report section 3043 'dumpsys dropbox --proto system_server_wtf' +02-27 08:03:25.367 14245 14249 D incident: section 3042 status 2 +02-27 08:03:25.367 14245 14249 D incident: section 3043 status 1 +02-27 08:03:25.367 14986 14986 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:03:25.379 14951 14951 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:03:25.382 413 413 D incidentd: Finish incident report section 3043 'dumpsys dropbox --proto system_server_wtf' +02-27 08:03:25.382 413 413 D incidentd: Start incident report section 3044 'dumpsys dropbox --proto SYSTEM_RECOVERY_LOG' +02-27 08:03:25.382 14245 14250 D incident: section 3043 status 2 +02-27 08:03:25.382 14245 14250 D incident: section 3044 status 1 +02-27 08:03:25.383 413 413 D incidentd: Finish incident report section 3044 'dumpsys dropbox --proto SYSTEM_RECOVERY_LOG' +02-27 08:03:25.383 14245 14249 D incident: section 3044 status 2 +02-27 08:03:25.383 413 413 D incidentd: Start incident report section 3045 'dumpsys dropbox --proto SYSTEM_TOMBSTONE' +02-27 08:03:25.383 14245 14249 D incident: section 3045 status 1 +02-27 08:03:25.383 14951 14951 I Finsky : [2] mre.(3): Resetting scheduler db +02-27 08:03:25.383 413 413 D incidentd: Finish incident report section 3045 'dumpsys dropbox --proto SYSTEM_TOMBSTONE' +02-27 08:03:25.383 413 413 D incidentd: Start incident report section 3046 'dumpsys dropbox --proto SubsystemRestart' +02-27 08:03:25.384 14245 14249 D incident: section 3045 status 2 +02-27 08:03:25.384 14245 14249 D incident: section 3046 status 1 +02-27 08:03:25.385 413 413 D incidentd: Finish incident report section 3046 'dumpsys dropbox --proto SubsystemRestart' +02-27 08:03:25.386 413 413 D incidentd: Start incident report section 3047 'dumpsys cpuinfo --proto' +02-27 08:03:25.386 14245 14249 D incident: section 3046 status 2 +02-27 08:03:25.386 14245 14249 D incident: section 3047 status 1 +02-27 08:03:25.391 14951 15031 W Finsky : [48] ehz.d(18): For unauth, use getDfeApiNonAuthenticated() instead! +02-27 08:03:25.396 413 413 D incidentd: Finish incident report section 3047 'dumpsys cpuinfo --proto' +02-27 08:03:25.396 413 413 D incidentd: Start incident report section 3049 'dumpsys connmetrics --proto' +02-27 08:03:25.396 14245 14250 D incident: section 3047 status 2 +02-27 08:03:25.396 14245 14250 D incident: section 3049 status 1 +02-27 08:03:25.417 14951 15029 I Finsky : [47] kvx.(3): PackageMonitorReceiverImpl - Registering in memory receiver for android.intent.action.PACKAGE_ADDED and android.intent.action.PACKAGE_REMOVED +02-27 08:03:25.432 14951 15031 I Finsky : [48] pyq.a(1): Warm data store was already initialized. +02-27 08:03:25.438 14951 15029 I Finsky : [47] pyr.a(1): Warm data store was already initialized. +02-27 08:03:25.443 14986 14986 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:03:25.445 14986 15126 I GMS_MM_Logger: Started. +02-27 08:03:25.453 413 413 D incidentd: Finish incident report section 3049 'dumpsys connmetrics --proto' +02-27 08:03:25.453 413 413 D incidentd: Start incident report section 3050 'dumpsys bluetooth_manager --proto' +02-27 08:03:25.453 14245 14249 D incident: section 3049 status 2 +02-27 08:03:25.453 14245 14249 D incident: section 3050 status 1 +02-27 08:03:25.461 15032 15125 I Watchcat: Started +02-27 08:03:25.464 15032 15032 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:03:25.464 14986 15124 I Watchcat: Started +02-27 08:03:25.469 15032 15128 I GMS_MM_Logger: Started. +02-27 08:03:25.493 14951 15119 I Finsky : [59] nlv.run(10): SysCUA: Set {com.android.vending/com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity} enabled state to 0 +02-27 08:03:25.504 413 413 D incidentd: Finish incident report section 3050 'dumpsys bluetooth_manager --proto' +02-27 08:03:25.505 413 413 D incidentd: Start incident report section 3051 'dumpsys contexthub --proto' +02-27 08:03:25.505 14245 14250 D incident: section 3050 status 2 +02-27 08:03:25.505 14245 14250 D incident: section 3051 status 1 +02-27 08:03:25.505 413 15159 W incidentd: DumpsysSection: Can't lookup service: contexthub +02-27 08:03:25.505 413 413 E incidentd: [dumpsys contexthub --proto] worker failed with error 'No such file or directory' +02-27 08:03:25.505 413 413 W incidentd: warning in section 3051 (-2) 'No such file or directory': WorkerThreadSection failed. +02-27 08:03:25.505 413 413 D incidentd: Finish incident report section 3051 'dumpsys contexthub --proto' +02-27 08:03:25.505 413 413 D incidentd: Start incident report section 3052 'dumpsys nfc --proto' +02-27 08:03:25.505 14245 14249 D incident: section 3051 status 2 +02-27 08:03:25.505 14245 14249 D incident: section 3052 status 1 +02-27 08:03:25.506 413 15160 W incidentd: DumpsysSection: Can't lookup service: nfc +02-27 08:03:25.507 14951 15031 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 08:03:25.507 14951 15136 W android.vendin: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:03:25.508 14951 15031 I Finsky : [48] kmj.i(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileMaximum +02-27 08:03:25.508 14951 15031 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 08:03:25.508 14951 15031 I Finsky : [48] kmj.h(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileRecommended +02-27 08:03:25.508 14951 15136 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:03:25.508 14951 15136 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:03:25.509 413 413 E incidentd: [dumpsys nfc --proto] worker failed with error 'No such file or directory' +02-27 08:03:25.509 413 413 W incidentd: warning in section 3052 (-2) 'No such file or directory': WorkerThreadSection failed. +02-27 08:03:25.509 14245 14250 D incident: section 3052 status 2 +02-27 08:03:25.509 413 413 D incidentd: Finish incident report section 3052 'dumpsys nfc --proto' +02-27 08:03:25.509 413 413 D incidentd: Start incident report section 3053 'dumpsys sensorservice --proto' +02-27 08:03:25.510 14245 14250 D incident: section 3053 status 1 +02-27 08:03:25.517 14951 15029 I Finsky : [47] jrs.m(5): Enqueuing libraries load for 0 +02-27 08:03:25.518 505 1680 D PermissionCache: checking android.permission.DUMP for uid=1067 => granted (1164 us) +02-27 08:03:25.521 14951 15029 I Finsky : [47] gcv.j(3): Subscription detail: N/A +02-27 08:03:25.521 14951 15116 W Finsky : [56] hne.run(49): HibernationActivity not found +02-27 08:03:25.521 14951 15116 I Finsky : [56] jrs.t(1): Starting libraries load for 0 +02-27 08:03:25.527 413 413 D incidentd: Finish incident report section 3053 'dumpsys sensorservice --proto' +02-27 08:03:25.527 413 413 D incidentd: Start incident report section 3054 'dumpsys powerstats --proto meter' +02-27 08:03:25.527 15023 15023 E idmap2d : failed to parse idmap header +02-27 08:03:25.528 14245 14250 D incident: section 3053 status 2 +02-27 08:03:25.528 14245 14250 D incident: section 3054 status 1 +02-27 08:03:25.532 14951 15031 I Finsky : [48] vbw.c(2): registerListener +02-27 08:03:25.534 14951 15029 I Finsky : [47] qfs.s(2): Setup app restrictions monitor +02-27 08:03:25.534 14951 15031 I Finsky : [48] vbw.c(2): registerListener +02-27 08:03:25.540 14951 15029 I Finsky : [47] qlg.a(3): Device wide unknown source restriction is changed. +02-27 08:03:25.598 505 1680 W PowerStatsService: Error getting rail info +02-27 08:03:25.619 14951 15029 I Finsky : [47] pyq.a(1): Warm data store was already initialized. +02-27 08:03:25.638 14951 15029 I Finsky : [47] pyr.a(1): Warm data store was already initialized. +02-27 08:03:25.647 413 413 D incidentd: Finish incident report section 3054 'dumpsys powerstats --proto meter' +02-27 08:03:25.647 413 413 D incidentd: Start incident report section 3055 'dumpsys powerstats --proto model' +02-27 08:03:25.649 14245 14249 D incident: section 3054 status 2 +02-27 08:03:25.649 14245 14249 D incident: section 3055 status 1 +02-27 08:03:25.673 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 08:03:25.673 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 08:03:25.673 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 08:03:25.673 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 08:03:25.677 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 08:03:25.682 14245 14250 D incident: section 3055 status 2 +02-27 08:03:25.682 413 413 D incidentd: Finish incident report section 3055 'dumpsys powerstats --proto model' +02-27 08:03:25.682 413 413 D incidentd: Start incident report section 3056 'dumpsys powerstats --proto residency' +02-27 08:03:25.682 14245 14250 D incident: section 3056 status 1 +02-27 08:03:25.696 322 322 D Zygote : Forked child process 15172 +02-27 08:03:25.700 505 555 I ActivityManager: Start proc 15172:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:03:25.702 413 413 D incidentd: Finish incident report section 3056 'dumpsys powerstats --proto residency' +02-27 08:03:25.704 413 413 I incidentd: Done taking incident report err=Success +02-27 08:03:25.704 14245 14250 D incident: section 3056 status 2 +02-27 08:03:25.704 14245 14250 D incident: done +02-27 08:03:25.721 14051 14244 D dumpstate: Duration of 'INCIDENT REPORT': 16.11s +02-27 08:03:25.734 14951 15116 I Finsky : [56] jrs.t(23): Finished loading 0 libraries. +02-27 08:03:25.741 12156 14007 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:03:25.746 14951 15088 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 1-1337, CT: 1772153180986, Constraints: [{ L: 43188056, D: 86388056, C: 1, I: 1, N: 1 }] +02-27 08:03:25.747 14951 15088 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 3-7, CT: 1772154157093, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }] +02-27 08:03:25.748 14951 15088 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:03:25.754 14951 14960 W android.vendin: Suspending all threads took: 5.934ms +02-27 08:03:25.754 14951 15088 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772154157659, Constraints: [{ L: 43200000, D: 44100000, C: 1, I: 1, N: 0 }] +02-27 08:03:25.755 14951 15088 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772154156033, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 08:03:25.771 14951 15047 I Finsky : [50] nvc.(2): Item store provider started. +02-27 08:03:25.777 15172 15172 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:25.792 505 1680 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:03:25.792 505 1680 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:03:25.792 505 1680 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:03:25.792 505 1680 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:03:25.793 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:03:25.799 322 322 D Zygote : Forked child process 15185 +02-27 08:03:25.799 505 555 I ActivityManager: Start proc 15185:com.google.process.gapps/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider} +02-27 08:03:25.811 15185 15185 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:25.849 14986 14986 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:03:25.850 14986 14986 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:03:25.851 14951 14951 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 5 +02-27 08:03:25.852 14951 14951 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 15 +02-27 08:03:25.857 505 2796 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10066; state: DISABLED +02-27 08:03:25.866 14951 14951 I Finsky : [2] iki.D(3): Installer: Attempting to start installer +02-27 08:03:25.870 14951 14951 I Finsky : [2] vbw.c(2): registerListener +02-27 08:03:25.904 182 182 I lowmemorykiller: Kill 'com.google.android.tv.remote.service' (13573), uid 10049, oom_score_adj 100 to free 49112kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (322%) +02-27 08:03:25.924 322 322 I Zygote : Process 13573 exited due to signal 9 (Killed) +02-27 08:03:25.924 505 2673 W AudioService.RecordingActivityMonitor: client died +02-27 08:03:25.934 505 712 D NsdService: Client disconnected +02-27 08:03:25.934 505 712 D NsdService: Terminating client-ID 2 global-ID 10 type 393225 +02-27 08:03:25.934 505 712 D NsdService: mdnssd [stop-register, 10] +02-27 08:03:25.944 755 1062 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:03:25.957 321 394 W netd : dnssd_clientstub DNSServiceProcessResult called with NULL DNSServiceRef +02-27 08:03:25.968 755 1045 I bt_stack: [INFO:port_api.cc(307)] RFCOMM_RemoveServer: handle=27 +02-27 08:03:26.002 505 2796 W ActivityManager: Slow operation: 152ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:03:26.027 755 1278 I BtGatt.AdvertiseManager: error sending onAdvertisingSetStopped callback +02-27 08:03:26.027 755 1278 I BtGatt.AdvertiseManager: android.os.DeadObjectException +02-27 08:03:26.027 755 1278 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:03:26.027 755 1278 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:03:26.027 755 1278 I BtGatt.AdvertiseManager: at android.bluetooth.le.IAdvertisingSetCallback$Stub$Proxy.onAdvertisingSetStopped(IAdvertisingSetCallback.java:320) +02-27 08:03:26.027 755 1278 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager.stopAdvertisingSet(AdvertiseManager.java:261) +02-27 08:03:26.027 755 1278 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager$AdvertisingSetDeathRecipient.binderDied(AdvertiseManager.java:123) +02-27 08:03:26.027 755 1278 I BtGatt.AdvertiseManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:03:26.027 755 1278 I BtGatt.AdvertiseManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:03:26.030 15172 15172 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 08:03:26.036 505 1212 I ActivityManager: Process com.google.android.tv.remote.service (pid 13573) has died: vis FGS +02-27 08:03:26.036 505 556 I libprocessgroup: Successfully killed process cgroup uid 10049 pid 13573 in 0ms +02-27 08:03:26.042 15185 15185 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:03:26.056 14986 14999 I gle.android.gm: Background young concurrent copying GC freed 28091(2227KB) AllocSpace objects, 8(160KB) LOS objects, 87% free, 3375KB/27MB, paused 4.508ms,2.720ms total 120.221ms +02-27 08:03:26.065 505 1212 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.RemoteService in 1000ms for start-requested +02-27 08:03:26.067 505 1212 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.AtvRemoteProviderService in 10998ms for connection +02-27 08:03:26.102 505 505 W Looper : Slow dispatch took 149ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:03:26.230 182 182 I lowmemorykiller: Kill 'com.android.vending' (14951), uid 10058, oom_score_adj 250 to free 76152kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (193%) +02-27 08:03:26.232 14986 14986 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 08:03:26.233 14986 14986 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 08:03:26.241 322 322 I Zygote : Process 14951 exited due to signal 9 (Killed) +02-27 08:03:26.241 505 1685 I ActivityManager: Process com.android.vending (pid 14951) has died: prcl TRNB +02-27 08:03:26.242 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 14951 in 2ms +02-27 08:03:26.250 505 1685 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.scheduler.process.mainimpl.PhoneskyJobServiceMain in 20817ms for connection +02-27 08:03:26.277 15034 15057 I ocess.gservice: Background young concurrent copying GC freed 17964(897KB) AllocSpace objects, 0(0B) LOS objects, 91% free, 2203KB/26MB, paused 5.711ms,25us total 50.055ms +02-27 08:03:26.296 15172 15172 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:03:26.300 15032 15049 I id.gms.unstabl: Background young concurrent copying GC freed 28079(2268KB) AllocSpace objects, 8(160KB) LOS objects, 87% free, 3451KB/27MB, paused 9.442ms,803us total 72.656ms +02-27 08:03:26.338 15185 15185 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:03:26.338 15185 15185 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:26.343 15185 15185 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:26.343 15185 15185 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:26.370 14986 14986 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 08:03:26.371 15172 15172 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 08:03:26.371 15172 15172 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:26.372 15172 15172 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:26.373 15172 15172 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:26.411 15185 15185 I GoogleHttpClient: GMS http client unavailable, use old client +02-27 08:03:26.423 12156 14007 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:03:26.426 15185 15185 I CarUiInstaller: CarUiInstaller started for com.google.android.gsf +02-27 08:03:26.620 12156 15008 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:03:26.630 15172 15172 I DeviceStatusMonitor: DeviceStatusMonitor.updateCountryInfo():121 updateCountryInfo(), notifyAnyway = true +02-27 08:03:26.647 12156 12156 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:03:26.647 12156 12156 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:03:26.666 15172 15172 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = true +02-27 08:03:26.670 15172 15172 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:03:26.670 15172 15172 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:26.684 15032 15054 W libc : Access denied finding property "persist.adb.tls_server.enable" +02-27 08:03:26.684 15032 15054 W libc : Access denied finding property "service.adb.tls.port" +02-27 08:03:26.680 15032 15032 W Binder:15032_1: type=1400 audit(0.0:2012): avc: denied { read } for name="u:object_r:system_adbd_prop:s0" dev="tmpfs" ino=236 scontext=u:r:gmscore_app:s0:c512,c768 tcontext=u:object_r:system_adbd_prop:s0 tclass=file permissive=0 app=com.google.android.gms +02-27 08:03:26.680 15032 15032 W Binder:15032_1: type=1400 audit(0.0:2013): avc: denied { read } for name="u:object_r:adbd_prop:s0" dev="tmpfs" ino=46 scontext=u:r:gmscore_app:s0:c512,c768 tcontext=u:object_r:adbd_prop:s0 tclass=file permissive=0 app=com.google.android.gms +02-27 08:03:26.694 15172 15172 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:03:26.705 15172 15226 E FileCache: FileCache.clearObsoleteFilesInternal():271 Failed to delete all obsolete files under folder: /data/user_de/0/com.google.android.inputmethod.latin/cache/kb_def +02-27 08:03:26.706 413 413 D incidentd: WorkDirectory::getReports +02-27 08:03:26.736 15172 15172 I TVLatinApp: TVLatinApp.initialize():527 initialize() +02-27 08:03:26.754 15172 15172 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:03:26.759 15172 15220 I LauncherIconVisibilityInitializerBase: LauncherIconVisibilityInitializerBase.lambda$doUpdate$0():52 doUpdate() : Visible = false +02-27 08:03:26.771 15172 15172 I AndroidIME: TVLatinApp.onUserUnlocked():254 device protected preferences are migrated +02-27 08:03:26.791 15172 15234 I SuperpacksManager: SuperpacksManager.initializeInternal():509 initializeInternal() +02-27 08:03:26.793 15172 15231 I ShortcutsDataManager: ShortcutsDataManager.onContentChanged():73 onContentChanged() +02-27 08:03:26.793 15172 15231 I ContactsDataManager: ContactsDataManager.onContentChanged():159 onContentChanged() +02-27 08:03:26.793 15172 15231 I EmailDataManager: EmailDataManager.onContentChanged():115 onContentChanged() +02-27 08:03:26.796 15172 15172 I PhenotypeModule: PhenotypeModule.onCreate():142 onCreate() +02-27 08:03:26.796 15172 15172 I PhenotypeModule: PhenotypeModule.maybeFetchAndUpdate():169 maybeFetchAndUpdate: forceRefresh=true +02-27 08:03:26.798 15172 15238 W putmethod.lati: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:03:26.798 15172 15238 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:03:26.798 15172 15238 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:03:26.810 12156 12156 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:03:26.810 12156 12156 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:03:26.845 182 182 I lowmemorykiller: Kill 'com.google.process.gapps' (15185), uid 10057, oom_score_adj 925 to free 68548kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (176%) +02-27 08:03:26.861 15172 15234 I SuperpacksManager: SuperpacksManager.initializeInternal():556 Switched background task scheduler: false +02-27 08:03:26.867 505 1684 I ActivityManager: Process com.google.process.gapps (pid 15185) has died: cch+25 CEM +02-27 08:03:26.868 322 322 I Zygote : Process 15185 exited due to signal 9 (Killed) +02-27 08:03:26.868 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 15185 in 0ms +02-27 08:03:26.884 15172 15234 I JobSchedulerImpl: JobSchedulerImpl.schedule():73 Schedule task: superpacks-gc-task. Cancel the pre-existing task. +02-27 08:03:26.897 15172 15233 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:26.900 15172 15234 I JobSchedulerImpl: JobSchedulerImpl.schedule():91 Schedule task: superpacks-gc-task. Success. +02-27 08:03:26.908 15172 15233 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:03:26.948 15172 15172 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:26.950 15172 15172 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:03:26.951 15172 15172 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:03:26.966 15172 15172 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:03:26.966 15172 15172 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:26.966 15172 15172 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:26.968 12156 15240 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:03:26.970 15172 15172 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:03:26.970 15172 15172 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:03:26.970 15172 15172 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:26.972 15172 15172 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:26.974 15172 15172 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:26.974 15172 15172 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:26.974 15172 15172 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:26.975 15172 15172 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:26.975 15172 15172 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:26.976 15172 15172 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:26.978 15172 15172 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:03:26.979 15172 15172 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:03:26.979 15172 15172 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:26.979 15172 15172 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:26.980 15172 15172 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:26.980 15172 15172 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:26.980 15172 15172 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:26.980 15172 15172 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:26.981 15172 15172 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:26.982 15172 15172 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:26.993 15172 15251 I NetworkInfoNotification: NetworkInfoNotification$Listener.onReceive():93 onNetworkAvailable: networkState = NON_METERED, isAirplaneModeOn = false +02-27 08:03:27.001 15172 15172 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 5 +02-27 08:03:27.001 15172 15172 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 5 +02-27 08:03:27.002 15172 15172 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 10 +02-27 08:03:27.002 15172 15172 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 10 +02-27 08:03:27.003 15172 15172 I DeviceStatusMonitor: DeviceStatusMonitor$1.onReceive():58 onReceive() : Action = android.net.conn.CONNECTIVITY_CHANGE +02-27 08:03:27.005 15172 15249 I JapaneseMozcExtension: JapaneseMozcExtension.onCreateServiceInternal():78 onCreateServiceInternal() +02-27 08:03:27.005 15172 15172 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = false +02-27 08:03:27.007 15172 15172 I UrgentSignalsProcessor: UrgentSignalsProcessor.flagUpdated():97 Received flagsUpdated for urgent signal +02-27 08:03:27.008 15172 15172 I DictionarySuperpacksManager: DictionarySuperpacksManager$1.onEnabledInputMethodEntriesChanged():60 onEnabledInputMethodEntriesChanged +02-27 08:03:27.010 15172 15172 I MetricsProcessorProviderManager: MetricsProcessorProviderManager.onClearcutAdapterReady():102 onClearcutAdapterReady +02-27 08:03:27.022 14986 14986 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:03:27.022 14986 14986 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:03:27.023 15172 15172 I KeyboardDefManager: KeyboardDefManager$LoadKeyboardDefTask$1.onFailure():184 Task to load keyboard def was canceled. +02-27 08:03:27.023 15172 15172 I KeyboardDefManager: java.util.concurrent.CancellationException: Task was cancelled. +02-27 08:03:27.023 15172 15172 I KeyboardDefManager: at jke.s(PG:3) +02-27 08:03:27.023 15172 15172 I KeyboardDefManager: at jke.get(PG:4) +02-27 08:03:27.023 15172 15172 I KeyboardDefManager: at job.k(PG:1) +02-27 08:03:27.023 15172 15172 I KeyboardDefManager: at job.E(PG:2) +02-27 08:03:27.023 15172 15172 I KeyboardDefManager: at jma.run(PG:4) +02-27 08:03:27.023 15172 15172 I KeyboardDefManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:03:27.023 15172 15172 I KeyboardDefManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:03:27.023 15172 15172 I KeyboardDefManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:03:27.023 15172 15172 I KeyboardDefManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:03:27.023 15172 15172 I KeyboardDefManager: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:03:27.023 15172 15172 I KeyboardDefManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:03:27.023 15172 15172 I KeyboardDefManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:03:27.023 15172 15172 I KeyboardDefManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:03:27.141 12156 15008 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:03:27.166 15172 15260 I PhenotypeModule: PhenotypeModule.handlePhenotypeConfigurationUpdatesInternal():365 Latency of updating configurations from phenotype (experiment v4): 10 +02-27 08:03:27.168 15172 15260 I PhenotypeModule: PhenotypeModule.handlePhenotypeConfigurationUpdates():264 Latency of updating configurations from phenotype (ExperimentV4): 10 +02-27 08:03:27.180 12156 12445 W GLSUser : [AppCertManager] Failed to get security token. +02-27 08:03:27.180 12156 12445 W GLSUser : java.io.IOException: Invalid scope +02-27 08:03:27.180 12156 12445 W GLSUser : at xom.d(:com.google.android.gms@223616103@22.36.16 (180406-476895098):22) +02-27 08:03:27.180 12156 12445 W GLSUser : at xom.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):8) +02-27 08:03:27.180 12156 12445 W GLSUser : at jpp.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):14) +02-27 08:03:27.180 12156 12445 W GLSUser : at jpn.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:03:27.180 12156 12445 W GLSUser : at jpi.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:03:27.180 12156 12445 W GLSUser : at jpl.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:03:27.180 12156 12445 W GLSUser : at hob.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):13) +02-27 08:03:27.180 12156 12445 W GLSUser : at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:03:27.180 12156 12445 W GLSUser : at oiz.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):6) +02-27 08:03:27.180 12156 12445 W GLSUser : at oiz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:03:27.180 12156 12445 W GLSUser : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:03:27.180 12156 12445 W GLSUser : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:03:27.180 12156 12445 W GLSUser : at ooc.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:03:27.180 12156 12445 W GLSUser : at java.lang.Thread.run(Thread.java:920) +02-27 08:03:27.212 15172 15261 I PhenotypeModule: PhenotypeModule.lambda$fetchAndUpdate$1():221 fetchAndUpdate() : Success, hasFlags=true, flagCount=6, lastFetchStatus=February 27, 8:03 AM {reason=1, isFullFetch=true, success=true, isEmpty=false, isDelta=false, fetchedFlagsCount=6, deletedFlagsCount=361, updatedFlagsCount=0, totalTime=374} +02-27 08:03:27.449 183 183 I servicemanager: Since 'apexservice' could not be found, trying to start it as a lazy AIDL service +02-27 08:03:27.638 15172 15172 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1145 update screenHeightWithoutNaviBar to: 1080 +02-27 08:03:27.646 15172 15172 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1152 update max height when insets changes +02-27 08:03:27.666 15172 15172 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():2045 +02-27 08:03:27.676 15172 15172 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:03:27.684 15172 15172 I ShortcutsDataManager: AbstractContentDataManager.startImportContentTask():235 startImportContentTask() +02-27 08:03:27.688 15172 15239 I ShortcutsDataManager: AbstractContentDataManager$ImportContentTask.doInBackground():249 doInBackground() +02-27 08:03:27.690 15172 15239 I PersonalDictionaryDataHandler: PersonalDictionaryDataHandler.beginProcess():111 LanguageTags = [en-US] +02-27 08:03:27.692 12156 12156 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 } +02-27 08:03:27.692 12156 12156 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 } +02-27 08:03:27.714 505 2621 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10028; state: DISABLED +02-27 08:03:27.714 505 2621 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10028; state: DISABLED +02-27 08:03:27.714 505 2621 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10028; state: DISABLED +02-27 08:03:27.714 505 2621 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10028; state: ENABLED +02-27 08:03:27.714 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10028; state: ENABLED +02-27 08:03:27.723 322 322 D Zygote : Forked child process 15268 +02-27 08:03:27.725 183 183 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:03:27.726 183 183 I servicemanager: Tried to unregister apexservice, but there is about to be a client. +02-27 08:03:27.726 505 555 I ActivityManager: Start proc 15268:android.process.acore/u0a28 for content provider {com.android.providers.userdictionary/com.android.providers.userdictionary.UserDictionaryProvider} +02-27 08:03:27.736 14986 15010 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:03:27.736 14986 15010 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:03:27.756 12156 12445 W GLSUser : [AppCertManager] IOException while requesting key: +02-27 08:03:27.756 12156 12445 W GLSUser : java.io.IOException: Invalid device key response. +02-27 08:03:27.756 12156 12445 W GLSUser : at jpp.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):30) +02-27 08:03:27.756 12156 12445 W GLSUser : at jpn.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:03:27.756 12156 12445 W GLSUser : at jpi.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:03:27.756 12156 12445 W GLSUser : at jpl.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:03:27.756 12156 12445 W GLSUser : at hob.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):13) +02-27 08:03:27.756 12156 12445 W GLSUser : at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:03:27.756 12156 12445 W GLSUser : at oiz.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):6) +02-27 08:03:27.756 12156 12445 W GLSUser : at oiz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:03:27.756 12156 12445 W GLSUser : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:03:27.756 12156 12445 W GLSUser : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:03:27.756 12156 12445 W GLSUser : at ooc.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:03:27.756 12156 12445 W GLSUser : at java.lang.Thread.run(Thread.java:920) +02-27 08:03:27.767 12156 14007 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:03:27.783 15268 15268 E d.process.acor: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:27.805 505 505 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10077; state: DISABLED +02-27 08:03:27.805 505 505 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10077; state: DISABLED +02-27 08:03:27.805 505 505 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10077; state: DISABLED +02-27 08:03:27.805 505 505 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10077; state: DISABLED +02-27 08:03:27.805 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10077; state: DISABLED +02-27 08:03:27.808 322 322 D Zygote : Forked child process 15292 +02-27 08:03:27.808 505 1698 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10028; state: DISABLED +02-27 08:03:27.811 15292 15292 I libc : SetHeapTaggingLevel: tag level set to 0 +02-27 08:03:27.817 15292 15292 E ssioncontrolle: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:27.824 505 555 I ActivityManager: Start proc 15292:com.google.android.permissioncontroller/u0a77 for service {com.google.android.permissioncontroller/com.android.permissioncontroller.permission.service.PermissionControllerServiceImpl} +02-27 08:03:27.906 15268 15268 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10028; state: ENABLED +02-27 08:03:27.960 505 1698 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10077; state: DISABLED +02-27 08:03:27.985 15292 15292 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10077; state: DISABLED +02-27 08:03:27.989 15292 15292 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar +02-27 08:03:28.034 15268 15268 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.userdictionary' set to: 'default' +02-27 08:03:28.034 15268 15268 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:28.039 15268 15268 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:28.042 15268 15268 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:28.043 15292 15292 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.permissioncontroller' set to: 'default' +02-27 08:03:28.043 15292 15292 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:28.045 15292 15292 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:28.045 15292 15292 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:28.067 15292 15292 I CarUiInstaller: CarUiInstaller started for com.google.android.permissioncontroller +02-27 08:03:28.069 15268 15268 I ContactsPerf: VoicemailContentProvider.onCreate start +02-27 08:03:28.075 12156 15259 W Brotli : Brotli not supported for Android TVs +02-27 08:03:28.076 15268 15268 I ContactsPerf: VoicemailContentProvider.onCreate finish +02-27 08:03:28.088 15292 15292 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:03:28.105 505 1698 D CountryDetector: The first listener is added +02-27 08:03:28.105 15268 15268 I ContactsDatabaseHelper: updateUseStrictPhoneNumberComparison: US +02-27 08:03:28.118 505 553 W Binder : Outgoing transactions from this process must be FLAG_ONEWAY +02-27 08:03:28.118 505 553 W Binder : java.lang.Throwable +02-27 08:03:28.118 505 553 W Binder : at android.os.BinderProxy.transact(BinderProxy.java:532) +02-27 08:03:28.118 505 553 W Binder : at android.os.BinderProxy.dump(BinderProxy.java:620) +02-27 08:03:28.118 505 553 W Binder : at android.permission.PermissionControllerManager.lambda$dump$12(PermissionControllerManager.java:496) +02-27 08:03:28.118 505 553 W Binder : at android.permission.PermissionControllerManager$$ExternalSyntheticLambda18.runOrThrow(Unknown Source:6) +02-27 08:03:28.118 505 553 W Binder : at com.android.internal.util.FunctionalUtils$ThrowingRunnable.run(FunctionalUtils.java:106) +02-27 08:03:28.118 505 553 W Binder : at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1663) +02-27 08:03:28.118 505 553 W Binder : at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:03:28.118 505 553 W Binder : at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:03:28.118 505 553 W Binder : at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:03:28.118 505 553 W Binder : at android.os.Looper.loop(Looper.java:288) +02-27 08:03:28.118 505 553 W Binder : at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:03:28.144 15268 15316 D ContactsDatabaseHelper: WAL enabled for contacts2.db: true +02-27 08:03:28.149 15292 15306 W UnsafeUtil: platform method missing - proto runtime falling back to safer methods: java.lang.NoSuchMethodException: sun.misc.Unsafe.copyMemory [class java.lang.Object, long, class java.lang.Object, long, long] +02-27 08:03:28.161 15268 15311 I CallLogProvider: Syncing call composer pics -- source user=0, isShadow=true, forAllUser=false +02-27 08:03:28.161 15268 15311 I CallLogProvider: Fetching list of Uris to sync +02-27 08:03:28.174 15172 15239 I ShortcutsDataManager: AbstractContentDataManager.importRecords():339 importRecords() : Success : Count = 0 +02-27 08:03:28.189 15172 15239 I ShortcutsDataManager: AbstractContentDataManager.importContentData():289 importContentData() : Ending import process +02-27 08:03:28.262 182 182 I lowmemorykiller: Kill 'com.android.printspooler' (14859), uid 10042, oom_score_adj 905 to free 52136kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (373%) +02-27 08:03:28.272 322 322 I Zygote : Process 14859 exited due to signal 9 (Killed) +02-27 08:03:28.332 15268 15316 I ContactLocale: AddressBook Labels [[en_US]]: […, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, Α, Β, Γ, Δ, Ε, Ζ, Η, Θ, Ι, Κ, Λ, Μ, Ν, Ξ, Ο, Π, Ρ, Σ, Τ, Υ, Φ, Χ, Ψ, Ω, …, А, Б, В, Г, Д, Ђ, Е, Є, Ж, З, И, І, Й, Ј, К, Л, Љ, М, Н, Њ, О, П, Р, С, Т, Ћ, У, Ф, Х, Ц, Ч, Џ, Ш, Щ, Ю, Я, …, א, ב, ג, ד, ה, ו, ז, ח, ט, י, כ, ל, מ, נ, ס, ע, פ, צ, ק, ר, ש, ת, …, ا, ب, ت, ث, ج, ح, خ, د, ذ, ر, ز, س, ش, ص, ض, ط, ظ, ع, غ, ف, ق, ك, ل, م, ن, ه, و, ي, …, ก, ข, ฃ, ค, ฅ, ฆ, ง, จ, ฉ, ช, ซ, ฌ, ญ, ฎ, ฏ, ฐ, ฑ, ฒ, ณ, ด, ต, ถ, ท, ธ, น, บ, ป, ผ, ฝ, พ, ฟ, ภ, ม, ย, ร, ฤ, ล, ฦ, ว, ศ, ษ, ส, ห, ฬ, อ, ฮ, …, ㄱ, ㄴ, ㄷ, ㄹ, ㅁ, ㅂ, ㅅ, ㅇ, ㅈ, ㅊ, ㅋ, ㅌ, ㅍ, ㅎ, …, あ, か, さ, た, な, は, ま, や, ら, わ, #, …] +02-27 08:03:28.360 505 556 I libprocessgroup: Successfully killed process cgroup uid 10042 pid 14859 in 0ms +02-27 08:03:28.368 505 1684 I ActivityManager: Process com.android.printspooler (pid 14859) has died: cch+5 CEM +02-27 08:03:28.390 15172 15239 I PersonalLanguageModelUpdater: PersonalLanguageModelUpdater$UpdateOperation.performInternal():164 run() : Added 0 words and 0 shortcuts +02-27 08:03:28.390 15172 15239 I DynamicLanguageModelOperation: DynamicLanguageModelOperation.perform():38 perform() : 4 : bxx : Completed +02-27 08:03:28.399 15172 15172 I ShortcutsDataManager: AbstractContentDataManager$ImportContentTask.onPostExecute():260 onPostExecute() : Result = [2,0] +02-27 08:03:28.399 15172 15172 I ShortcutsDataManager: ShortcutsDataManager.onImportFinished():83 onImportFinished() : Result = 2 : Count = 0 +02-27 08:03:28.435 15268 15316 D ContactsDatabaseHelper: WAL enabled for profile.db: false +02-27 08:03:28.450 15268 15311 I CallLogProvider: Will sync following Uris:[] +02-27 08:03:28.450 15268 15311 I CallLogProvider: Syncing call composer pics -- got [] +02-27 08:03:28.544 505 543 W Looper : Slow dispatch took 126ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:03:28.613 15172 15172 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 15 +02-27 08:03:28.625 15172 15172 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 15 +02-27 08:03:28.636 505 514 I system_server: Background young concurrent copying GC freed 165822(8934KB) AllocSpace objects, 62(5376KB) LOS objects, 31% free, 16MB/23MB, paused 10.166ms,1.675ms total 408.339ms +02-27 08:03:28.641 505 2621 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10042; state: DISABLED +02-27 08:03:28.642 505 2621 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10042; state: DISABLED +02-27 08:03:28.642 505 2621 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10042; state: DISABLED +02-27 08:03:28.642 505 2621 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10042; state: ENABLED +02-27 08:03:28.643 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10042; state: ENABLED +02-27 08:03:28.657 322 322 D Zygote : Forked child process 15335 +02-27 08:03:28.661 505 555 I ActivityManager: Start proc 15335:com.android.printspooler/u0a42 for service {com.android.printspooler/com.android.printspooler.model.PrintSpoolerService} +02-27 08:03:28.713 15335 15335 E id.printspoole: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:28.756 15335 15335 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10042; state: ENABLED +02-27 08:03:28.813 12156 15258 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:03:28.998 15335 15335 V GraphicsEnvironment: ANGLE Developer option for 'com.android.printspooler' set to: 'default' +02-27 08:03:28.998 15335 15335 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:29.010 15335 15335 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:29.016 15335 15335 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:29.055 12156 15259 W Brotli : Brotli not supported for Android TVs +02-27 08:03:29.132 505 1212 I ActivityTaskManager: START u0 {flg=0x10000000 cmp=com.streamflow.tv/.MainActivity} from uid 2000 +02-27 08:03:29.186 182 182 I lowmemorykiller: Kill 'com.google.android.inputmethod.latin' (15172), uid 10066, oom_score_adj 200 to free 61240kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (400%) +02-27 08:03:29.206 322 322 I Zygote : Process 15172 exited due to signal 9 (Killed) +02-27 08:03:29.208 505 1683 I ActivityManager: Process com.google.android.inputmethod.latin (pid 15172) has died: prcp IMPB +02-27 08:03:29.226 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 15172 in 1ms +02-27 08:03:29.335 505 505 W InputMethodManagerService: Session failed to close due to remote exception +02-27 08:03:29.335 505 505 W InputMethodManagerService: android.os.DeadObjectException +02-27 08:03:29.335 505 505 W InputMethodManagerService: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:03:29.335 505 505 W InputMethodManagerService: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:03:29.335 505 505 W InputMethodManagerService: at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:425) +02-27 08:03:29.335 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.finishSessionLocked(InputMethodManagerService.java:2812) +02-27 08:03:29.335 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearClientSessionLocked(InputMethodManagerService.java:2803) +02-27 08:03:29.335 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:2830) +02-27 08:03:29.335 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:2859) +02-27 08:03:29.335 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:2097) +02-27 08:03:29.335 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:2112) +02-27 08:03:29.335 505 505 W InputMethodManagerService: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:03:29.335 505 505 W InputMethodManagerService: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:03:29.335 505 505 W InputMethodManagerService: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:03:29.335 505 505 W InputMethodManagerService: at android.os.Looper.loop(Looper.java:288) +02-27 08:03:29.335 505 505 W InputMethodManagerService: at com.android.server.SystemServer.run(SystemServer.java:903) +02-27 08:03:29.335 505 505 W InputMethodManagerService: at com.android.server.SystemServer.main(SystemServer.java:610) +02-27 08:03:29.335 505 505 W InputMethodManagerService: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:03:29.335 505 505 W InputMethodManagerService: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:03:29.335 505 505 W InputMethodManagerService: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) +02-27 08:03:29.338 505 505 W Looper : Slow dispatch took 114ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@371a415 m=0 +02-27 08:03:29.341 505 1212 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=20 attached=false +02-27 08:03:29.377 505 1212 D CompatibilityChangeReporter: Compat change id reported: 181136395; UID 10082; state: DISABLED +02-27 08:03:29.377 505 1212 D CompatibilityChangeReporter: Compat change id reported: 174042936; UID 10082; state: DISABLED +02-27 08:03:29.393 13603 13706 D EGL_emulation: app_time_stats: avg=1611.89ms min=14.73ms max=44670.81ms count=28 +02-27 08:03:29.400 505 1212 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10082; state: DISABLED +02-27 08:03:29.487 505 1680 I WindowManager: WIN DEATH: Window{f1f2d37 u0 InputMethod} +02-27 08:03:29.487 505 514 I system_server: Background concurrent copying GC freed 335312(11MB) AllocSpace objects, 30(1248KB) LOS objects, 49% free, 12MB/24MB, paused 1.634ms,654us total 353.207ms +02-27 08:03:29.488 505 1680 W InputManager-JNI: Input channel object 'f1f2d37 InputMethod (client)' was disposed without first being removed with the input manager! +02-27 08:03:29.508 505 1683 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 17557ms for connection +02-27 08:03:29.511 14986 14986 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:03:29.512 12156 12156 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:03:29.520 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10082; state: DISABLED +02-27 08:03:29.521 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10082; state: DISABLED +02-27 08:03:29.522 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10082; state: DISABLED +02-27 08:03:29.522 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10082; state: ENABLED +02-27 08:03:29.522 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 15172 +02-27 08:03:29.522 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10082; state: ENABLED +02-27 08:03:29.528 322 322 D Zygote : Forked child process 15384 +02-27 08:03:29.591 505 555 W ActivityManager: Slow operation: 69ms so far, now at startProcess: building log message +02-27 08:03:29.593 505 555 I ActivityManager: Start proc 15384:com.streamflow.tv/u0a82 for pre-top-activity {com.streamflow.tv/com.streamflow.tv.MainActivity} +02-27 08:03:29.596 505 555 W ActivityManager: Slow operation: 76ms so far, now at startProcess: starting to update pids map +02-27 08:03:29.599 505 555 W ActivityManager: Slow operation: 79ms so far, now at startProcess: done updating pids map +02-27 08:03:29.605 182 182 I lowmemorykiller: Kill 'com.google.android.youtube.tv' (13603), uid 10065, oom_score_adj 101 to free 125808kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (332%) +02-27 08:03:29.649 15384 15384 I m.streamflow.t: Late-enabling -Xcheck:jni +02-27 08:03:29.680 322 322 I Zygote : Process 13603 exited due to signal 9 (Killed) +02-27 08:03:29.683 505 556 I libprocessgroup: Successfully killed process cgroup uid 10065 pid 13603 in 0ms +02-27 08:03:29.686 505 891 D MediaSessionService: Media button session is changed to null +02-27 08:03:29.688 505 3356 I ActivityManager: Process com.google.android.youtube.tv (pid 13603) has died: vis+1 TOP +02-27 08:03:29.689 505 3536 I WindowManager: WIN DEATH: Window{33be615 u0 com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.MainActivity} +02-27 08:03:29.696 505 1925 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10065/13603, android.os.BinderProxy@2d3094) +02-27 08:03:29.697 505 3536 W InputManager-JNI: Input channel object '33be615 com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:03:29.698 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=200, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] (release request) +02-27 08:03:29.699 505 1381 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10065/13603, android.os.BinderProxy@cd7ace7) +02-27 08:03:29.700 505 2476 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10065/13603, android.os.BinderProxy@e82f73d) +02-27 08:03:29.704 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:03:29.704 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:03:29.713 755 755 W AudioMediaPlayerWrapper: The session was destroyed com.google.android.youtube.tv +02-27 08:03:29.718 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=198, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] (release request) +02-27 08:03:29.720 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 08:03:29.721 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:29.725 1403 1412 I adbd : jdwp connection from 15384 +02-27 08:03:29.727 505 3356 W ActivityTaskManager: Force removing ActivityRecord{f0317e9 u0 com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.MainActivity t19}: app died, no saved state +02-27 08:03:29.730 755 755 D MediaPlayerList: sessionUpdatedCallback(): packageName: com.google.android.youtube.tv +02-27 08:03:29.732 755 755 D MediaPlayerList: sendMediaUpdate +02-27 08:03:29.732 755 755 D MediaPlayerList: sendMediaUpdate state=null +02-27 08:03:29.733 755 755 D AvrcpNativeInterface: sendMediaUpdate: metadata=false playStatus=true queue=false +02-27 08:03:29.734 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:29.737 755 755 D AvrcpTargetJni: sendMediaUpdateNative +02-27 08:03:29.749 755 755 I bt_stack: [INFO:avrcp_service.cc(402)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=0 : play_state=1 : queue=0 +02-27 08:03:29.750 755 755 D MediaPlayerList: Removing media player com.google.android.youtube.tv +02-27 08:03:29.750 755 755 D MediaPlayerList: com.google.android.youtube.tv doesn't have a browse service. Recycle player ID. +02-27 08:03:29.750 505 546 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=19 attached=false +02-27 08:03:29.751 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:29.758 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup4: Permission denied +02-27 08:03:29.758 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup2: Permission denied +02-27 08:03:29.759 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup0: Permission denied +02-27 08:03:29.760 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup5: Permission denied +02-27 08:03:29.761 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup3: Permission denied +02-27 08:03:29.761 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup1: Permission denied +02-27 08:03:29.752 197 197 W Binder:197_2: type=1400 audit(0.0:2014): avc: denied { read } for name="wakeup4" dev="sysfs" ino=18217 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0 +02-27 08:03:29.752 197 197 W Binder:197_2: type=1400 audit(0.0:2015): avc: denied { read } for name="wakeup2" dev="sysfs" ino=17346 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0 +02-27 08:03:29.756 197 197 W Binder:197_2: type=1400 audit(0.0:2016): avc: denied { read } for name="wakeup0" dev="sysfs" ino=14255 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0 +02-27 08:03:29.756 197 197 W Binder:197_2: type=1400 audit(0.0:2017): avc: denied { read } for name="wakeup5" dev="sysfs" ino=18277 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0 +02-27 08:03:29.756 197 197 W Binder:197_2: type=1400 audit(0.0:2018): avc: denied { read } for name="wakeup3" dev="sysfs" ino=17394 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0 +02-27 08:03:29.756 197 197 W Binder:197_2: type=1400 audit(0.0:2019): avc: denied { read } for name="wakeup1" dev="sysfs" ino=14316 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0 +02-27 08:03:29.764 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 13603 +02-27 08:03:29.811 505 891 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.811 505 891 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.811 505 891 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.811 505 891 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.811 505 891 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.811 505 891 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.811 505 891 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.811 505 891 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.811 505 891 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.812 505 891 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.812 505 891 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.813 505 891 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.813 505 891 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.813 505 891 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.813 505 891 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.813 505 891 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.813 505 891 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.813 505 891 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.813 505 891 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.813 505 891 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.816 505 3356 D androidtc: Initializing SystemTextClassifier, type = Default system +02-27 08:03:29.820 505 3356 D androidtc: Initializing SystemTextClassifier, type = System +02-27 08:03:29.828 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:03:29.828 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:03:29.828 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:03:29.828 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:03:29.828 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:03:29.834 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:03:29.836 322 322 D Zygote : Forked child process 15423 +02-27 08:03:29.836 505 555 I ActivityManager: Start proc 15423:com.google.android.tvlauncher/u0a48 for activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:03:29.844 12156 14007 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:03:29.852 15423 15423 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:29.854 14986 15210 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:03:29.861 505 3356 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10048; state: DISABLED +02-27 08:03:29.862 505 3356 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.862 505 3356 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.862 505 3356 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.862 505 3356 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.862 505 3356 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.862 505 3356 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.862 505 3356 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.862 505 3356 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.862 505 3356 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.862 505 3356 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.862 505 3356 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.862 505 3356 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.862 505 3356 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.862 505 3356 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.862 505 3356 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.862 505 3356 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.862 505 3356 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.862 505 3356 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.862 505 3356 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.862 505 3356 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:29.863 505 3356 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10048; state: DISABLED +02-27 08:03:29.864 505 3356 D CompatibilityChangeReporter: Compat change id reported: 181136395; UID 10048; state: DISABLED +02-27 08:03:29.865 505 3356 D CompatibilityChangeReporter: Compat change id reported: 174042936; UID 10048; state: DISABLED +02-27 08:03:29.866 505 3356 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10048; state: DISABLED +02-27 08:03:29.866 505 3356 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10048; state: DISABLED +02-27 08:03:29.868 15423 15423 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:03:29.935 505 2476 W UsbDeviceManager: Ignore missing legacy kernel path in bugreport dump: kernel function list:/sys/class/android_usb/android0/functions +02-27 08:03:29.940 15423 15423 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:03:29.944 505 2476 V UserManagerService: dumpPackageWhitelistProblems(): using mode ENFORCE|IMPLICIT_WHITELIST|IMPLICIT_WHITELIST_SYSTEM +02-27 08:03:29.945 12156 15259 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:03:29.959 15423 15423 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:03:29.959 15423 15423 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:29.960 15423 15423 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:29.960 15423 15423 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:29.978 15384 15384 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10082; state: ENABLED +02-27 08:03:30.065 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10052; state: DISABLED +02-27 08:03:30.065 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10052; state: DISABLED +02-27 08:03:30.065 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10052; state: DISABLED +02-27 08:03:30.065 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10052; state: ENABLED +02-27 08:03:30.065 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10052; state: ENABLED +02-27 08:03:30.069 322 322 D Zygote : Forked child process 15468 +02-27 08:03:30.077 505 555 I ActivityManager: Start proc 15468:com.google.android.tvrecommendations/u0a52 for broadcast {com.google.android.tvrecommendations/com.google.android.tvrecommendations.account.TvLauncherAccountReceiver} +02-27 08:03:30.082 15468 15468 E recommendation: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:30.091 505 2476 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10052; state: DISABLED +02-27 08:03:30.096 15468 15468 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10052; state: ENABLED +02-27 08:03:30.121 15468 15468 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVRecommendations/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:03:30.138 15468 15468 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvrecommendations' set to: 'default' +02-27 08:03:30.138 15468 15468 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:30.138 15468 15468 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:30.138 15468 15468 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:30.156 183 183 I servicemanager: Notifying apexservice they have clients: 1 +02-27 08:03:30.156 183 183 I servicemanager: Notifying apexservice they have clients: 0 +02-27 08:03:30.161 183 183 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:03:30.168 15468 15468 E ActivityThread: Failed to find provider info for tvlauncher.config +02-27 08:03:30.169 15468 15468 E OemConfigurationData: Error reading content://tvlauncher.config/configuration +02-27 08:03:30.169 15468 15468 E OemConfigurationData: No content provider: content://tvlauncher.config/configuration +02-27 08:03:30.176 15423 15487 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:03:30.178 15423 15487 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:03:30.180 15423 15487 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:03:30.309 15468 15506 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10052; state: ENABLED +02-27 08:03:30.318 15423 15423 W ChimeRegistrationManage: Chime not initialized, cannot register for notifications. +02-27 08:03:30.334 505 2908 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10033; state: DISABLED +02-27 08:03:30.334 505 2908 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10033; state: DISABLED +02-27 08:03:30.334 505 2908 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10033; state: DISABLED +02-27 08:03:30.334 505 2908 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10033; state: ENABLED +02-27 08:03:30.336 15423 15423 W Glide : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored +02-27 08:03:30.336 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10033; state: ENABLED +02-27 08:03:30.340 322 322 D Zygote : Forked child process 15528 +02-27 08:03:30.344 505 555 I ActivityManager: Start proc 15528:com.android.providers.tv/u0a33 for content provider {com.android.providers.tv/com.android.providers.tv.TvProvider} +02-27 08:03:30.372 15528 15528 E id.providers.t: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:30.386 505 2621 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10033; state: DISABLED +02-27 08:03:30.389 15528 15528 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10033; state: ENABLED +02-27 08:03:30.408 505 891 W LastMileLogger: Failed to read event trace: /sys/kernel/debug/tracing/instances/wifi/trace +02-27 08:03:30.422 421 421 D PermissionCache: checking android.permission.DUMP for uid=2000 => granted (2170 us) +02-27 08:03:30.437 505 2586 D ConnectivityService: requestNetwork for uid/pid:10048/15423 activeRequest: null callbackRequest: 204 [NetworkRequest [ REQUEST id=205, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:03:30.438 15423 15423 W PrtnrWidgetInfoLdr: No content provider for OEM widget found +02-27 08:03:30.438 505 709 D ConnectivityService: NetReassign [205 : null → 100] +02-27 08:03:30.439 505 2796 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:03:30.441 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=205, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:03:30.441 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=205, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:03:30.441 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=205, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:03:30.442 505 891 D WifiScanningService: Latest scan results nowMs = 1087219 +02-27 08:03:30.442 505 891 D WificondScannerImpl: Latest native scan results nowMs = 1087219 +02-27 08:03:30.447 14051 14051 D dumpstate: Duration of 'DUMPSYS': 13.24s +02-27 08:03:30.491 15528 15528 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.tv' set to: 'default' +02-27 08:03:30.491 15528 15528 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:30.493 15468 15468 D NowPlayingListener: setRemoteControlListener: dqv@97d8154 +02-27 08:03:30.493 15528 15528 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:30.500 15528 15528 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:30.503 15468 15468 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:03:30.505 15468 15468 D NowPlayingManager: onClientChanged() called +02-27 08:03:30.506 15468 15468 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:03:30.544 15528 15528 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10033; state: ENABLED +02-27 08:03:30.574 505 513 I system_server: JIT allocated 60KB for compiled code of boolean android.app.INotificationManager$Stub.onTransact(int, android.os.Parcel, android.os.Parcel, int) +02-27 08:03:30.689 505 505 V NotificationListeners: 0 notification listener service connected: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:03:30.700 15423 15562 E ActivityThread: Failed to find provider info for tvlauncher.mic +02-27 08:03:30.700 15423 15560 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.searchapi.VoiceInteractionProvider +02-27 08:03:30.701 15423 15565 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:03:30.701 505 514 I system_server: Background young concurrent copying GC freed 207956(10MB) AllocSpace objects, 52(1040KB) LOS objects, 39% free, 14MB/24MB, paused 8.461ms,482us total 259.017ms +02-27 08:03:30.725 14051 14051 D dumpstate: Adding dir /data/misc/bluetooth/logs (recursive: 1) +02-27 08:03:30.752 15423 15564 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:03:30.826 505 1698 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:03:30.832 15384 15384 V GraphicsEnvironment: ANGLE Developer option for 'com.streamflow.tv' set to: 'default' +02-27 08:03:30.832 15384 15384 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:30.833 505 1698 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:03:30.834 505 1686 D ConnectivityService: requestNetwork for uid/pid:10052/15468 activeRequest: null callbackRequest: 206 [NetworkRequest [ REQUEST id=207, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ]] callback flags: 0 priority: 2147483647 +02-27 08:03:30.835 15384 15384 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:30.836 15384 15384 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:30.838 505 709 D ConnectivityService: NetReassign [207 : null → 100] +02-27 08:03:30.841 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:03:30.841 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=207, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:03:30.841 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=207, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:03:30.841 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=207, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:03:30.937 182 182 I lowmemorykiller: Kill 'com.google.android.tvrecommendations' (15468), uid 10052, oom_score_adj 102 to free 63208kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (378%) +02-27 08:03:30.950 322 322 I Zygote : Process 15468 exited due to signal 9 (Killed) +02-27 08:03:30.950 505 1684 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10052/15468, android.os.BinderProxy@3683e3d) +02-27 08:03:30.953 505 1683 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10052/15468, android.os.BinderProxy@6874632) +02-27 08:03:30.953 505 2476 I ActivityManager: Process com.google.android.tvrecommendations (pid 15468) has died: vis+2 BTOP +02-27 08:03:30.956 505 556 I libprocessgroup: Successfully killed process cgroup uid 10052 pid 15468 in 0ms +02-27 08:03:30.961 15423 15566 I ActivityThread: Removing dead content provider:android.content.ContentProviderProxy@6c7a499 +02-27 08:03:30.962 15423 15566 I ActivityThread: Removing dead content provider:android.content.ContentProviderProxy@6c7a499 +02-27 08:03:30.962 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=207, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] (release request) +02-27 08:03:30.963 505 505 V NotificationListeners: 0 notification listener connection lost: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:03:30.963 505 891 D NotificationListeners: Removing active service ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:03:30.970 505 2476 W ActivityManager: Scheduling restart of crashed service com.google.android.tvrecommendations/.NotificationsService in 916783104ms for connection +02-27 08:03:31.006 770 770 D TvNotificationHandler: Notification added +02-27 08:03:31.016 505 505 E NotificationListeners: unable to notify listener (posted): ManagedServiceInfo[component=ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService},userid=0,isSystem=false,targetSdkVersion=33,connection=,service=android.service.notification.INotificationListener$Stub$Proxy@25f937e] +02-27 08:03:31.016 505 505 E NotificationListeners: android.os.DeadObjectException +02-27 08:03:31.016 505 505 E NotificationListeners: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:03:31.016 505 505 E NotificationListeners: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:03:31.016 505 505 E NotificationListeners: at android.service.notification.INotificationListener$Stub$Proxy.onNotificationPosted(INotificationListener.java:580) +02-27 08:03:31.016 505 505 E NotificationListeners: at com.android.server.notification.NotificationManagerService$NotificationListeners.notifyPosted(NotificationManagerService.java:10801) +02-27 08:03:31.016 505 505 E NotificationListeners: at com.android.server.notification.NotificationManagerService$NotificationListeners.lambda$notifyPostedLocked$2$NotificationManagerService$NotificationListeners(NotificationManagerService.java:10548) +02-27 08:03:31.016 505 505 E NotificationListeners: at com.android.server.notification.NotificationManagerService$NotificationListeners$$ExternalSyntheticLambda4.run(Unknown Source:8) +02-27 08:03:31.016 505 505 E NotificationListeners: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:03:31.016 505 505 E NotificationListeners: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:03:31.016 505 505 E NotificationListeners: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:03:31.016 505 505 E NotificationListeners: at android.os.Looper.loop(Looper.java:288) +02-27 08:03:31.016 505 505 E NotificationListeners: at com.android.server.SystemServer.run(SystemServer.java:903) +02-27 08:03:31.016 505 505 E NotificationListeners: at com.android.server.SystemServer.main(SystemServer.java:610) +02-27 08:03:31.016 505 505 E NotificationListeners: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:03:31.016 505 505 E NotificationListeners: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:03:31.016 505 505 E NotificationListeners: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) +02-27 08:03:31.020 505 1698 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10052; state: DISABLED +02-27 08:03:31.020 505 1698 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10052; state: DISABLED +02-27 08:03:31.020 505 1698 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10052; state: DISABLED +02-27 08:03:31.020 505 1698 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10052; state: ENABLED +02-27 08:03:31.021 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10052; state: ENABLED +02-27 08:03:31.026 322 322 D Zygote : Forked child process 15582 +02-27 08:03:31.029 505 555 I ActivityManager: Start proc 15582:com.google.android.tvrecommendations/u0a52 for content provider {com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationContentProvider} +02-27 08:03:31.071 15582 15582 E recommendation: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:31.151 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:31.165 15384 15596 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:03:31.169 15384 15596 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:03:31.172 15384 15596 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:03:31.201 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:31.263 15582 15582 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10052; state: ENABLED +02-27 08:03:31.289 15384 15384 D MainActivity: onCreate started +02-27 08:03:31.318 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:31.320 505 546 D CompatibilityChangeReporter: Compat change id reported: 158002302; UID 10048; state: ENABLED +02-27 08:03:31.329 15423 15484 D HostConnection: createUnique: call +02-27 08:03:31.332 15423 15484 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b098e90, tid 15484 +02-27 08:03:31.334 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:31.336 15423 15484 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:03:31.350 15582 15582 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVRecommendations/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:03:31.352 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:31.354 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 08:03:31.356 15423 15484 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 08:03:31.357 15423 15484 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 08:03:31.359 15423 15484 D EGL_emulation: eglCreateContext: 0xb400007b8b09abd0: maj 3 min 0 rcv 3 +02-27 08:03:31.376 12156 13345 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:03:31.379 15423 15484 D EGL_emulation: eglMakeCurrent: 0xb400007b8b09abd0: ver 3 0 (tinfo 0x7da2400080) (first time) +02-27 08:03:31.387 12156 13345 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:03:31.396 15582 15582 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvrecommendations' set to: 'default' +02-27 08:03:31.396 15582 15582 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:31.398 15582 15582 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:31.402 15582 15582 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:31.410 12156 13345 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:03:31.412 12156 13345 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:03:31.426 182 182 I lowmemorykiller: Kill 'com.google.android.tvlauncher' (15423), uid 10048, oom_score_adj 102 to free 96912kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (412%) +02-27 08:03:31.437 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:31.438 755 755 V MediaPlayerList: mPackageChangedBroadcastReceiver: action: android.intent.action.PACKAGE_CHANGED +02-27 08:03:31.439 755 755 D MediaPlayerList: Name of package changed: com.google.android.tvrecommendations +02-27 08:03:31.441 505 542 D CompanionDeviceManagerService: onPackageModified(packageName = com.google.android.tvrecommendations) +02-27 08:03:31.448 505 554 W BroadcastQueue: Can't deliver broadcast to com.google.android.tvlauncher (pid 15423). Crashing it. +02-27 08:03:31.450 505 615 I RoleService: Granting default roles... +02-27 08:03:31.451 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:31.453 505 554 I ActivityManager: Killing 15423:com.google.android.tvlauncher/u0a48 (adj 102): scheduleCrash for 'can't deliver broadcast' failed +02-27 08:03:31.460 505 1683 I WindowManager: WIN DEATH: Window{4062aa9 u0 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:03:31.462 505 595 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/15423, android.os.BinderProxy@bf1898d) +02-27 08:03:31.462 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=205, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:03:31.466 322 322 I Zygote : Process 15423 exited due to signal 9 (Killed) +02-27 08:03:31.467 505 1683 W InputManager-JNI: Input channel object '4062aa9 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:03:31.475 505 554 W BroadcastQueue: Failure sending broadcast Intent { act=android.intent.action.PACKAGE_CHANGED dat=package:com.google.android.tvrecommendations flg=0x45000010 (has extras) } +02-27 08:03:31.475 505 554 W BroadcastQueue: android.os.DeadObjectException +02-27 08:03:31.475 505 554 W BroadcastQueue: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:03:31.475 505 554 W BroadcastQueue: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:03:31.475 505 554 W BroadcastQueue: at android.app.IApplicationThread$Stub$Proxy.scheduleRegisteredReceiver(IApplicationThread.java:1854) +02-27 08:03:31.475 505 554 W BroadcastQueue: at com.android.server.am.BroadcastQueue.performReceiveLocked(BroadcastQueue.java:594) +02-27 08:03:31.475 505 554 W BroadcastQueue: at com.android.server.am.BroadcastQueue.deliverToRegisteredReceiverLocked(BroadcastQueue.java:897) +02-27 08:03:31.475 505 554 W BroadcastQueue: at com.android.server.am.BroadcastQueue.processNextBroadcastLocked(BroadcastQueue.java:1099) +02-27 08:03:31.475 505 554 W BroadcastQueue: at com.android.server.am.BroadcastQueue.processNextBroadcast(BroadcastQueue.java:1052) +02-27 08:03:31.475 505 554 W BroadcastQueue: at com.android.server.am.BroadcastQueue.access$000(BroadcastQueue.java:80) +02-27 08:03:31.475 505 554 W BroadcastQueue: at com.android.server.am.BroadcastQueue$BroadcastHandler.handleMessage(BroadcastQueue.java:198) +02-27 08:03:31.475 505 554 W BroadcastQueue: at android.os.Handler.dispatchMessage(Handler.java:106) +02-27 08:03:31.475 505 554 W BroadcastQueue: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:03:31.475 505 554 W BroadcastQueue: at android.os.Looper.loop(Looper.java:288) +02-27 08:03:31.475 505 554 W BroadcastQueue: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:03:31.475 505 554 W BroadcastQueue: at com.android.server.ServiceThread.run(ServiceThread.java:44) +02-27 08:03:31.484 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:31.493 505 553 W Searchables: No global search activity found +02-27 08:03:31.493 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:03:31.494 505 615 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10077; state: DISABLED +02-27 08:03:31.500 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 15423 in 45ms +02-27 08:03:31.510 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 15423 +02-27 08:03:31.511 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:03:31.511 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:03:31.511 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:03:31.511 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:03:31.511 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:03:31.514 322 322 D Zygote : Forked child process 15606 +02-27 08:03:31.518 505 555 I ActivityManager: Start proc 15606:com.google.android.tvlauncher/u0a48 for activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:03:31.520 505 505 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:03:31.520 15582 15582 E ActivityThread: Failed to find provider info for tvlauncher.config +02-27 08:03:31.520 15582 15582 E OemConfigurationData: Error reading content://tvlauncher.config/configuration +02-27 08:03:31.520 15582 15582 E OemConfigurationData: No content provider: content://tvlauncher.config/configuration +02-27 08:03:31.522 505 505 V NotificationListeners: Not registering ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} is already bound +02-27 08:03:31.613 15292 15307 I PermissionControllerServiceImpl: Updating user sensitive for uid 10052 +02-27 08:03:31.650 15606 15606 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:31.716 505 505 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10049; state: DISABLED +02-27 08:03:31.716 505 505 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10049; state: DISABLED +02-27 08:03:31.716 505 505 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10049; state: DISABLED +02-27 08:03:31.716 505 505 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10049; state: ENABLED +02-27 08:03:31.718 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10049; state: ENABLED +02-27 08:03:31.718 505 505 W Looper : Slow dispatch took 191ms main h=android.os.Handler c=com.android.server.tv.TvRemoteProviderWatcher$2@82b00e9 m=0 +02-27 08:03:31.725 505 505 W Looper : Slow delivery took 213ms main h=com.android.server.media.MediaRouter2ServiceImpl$UserHandler c=com.android.server.media.MediaRoute2ProviderWatcher$$ExternalSyntheticLambda0@ba7f733 m=0 +02-27 08:03:31.733 322 322 D Zygote : Forked child process 15625 +02-27 08:03:31.733 505 555 W ActivityManager: Slow operation: 51ms so far, now at startProcess: returned from zygote! +02-27 08:03:31.770 15292 15616 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:03:31.773 505 555 W ActivityManager: Slow operation: 91ms so far, now at startProcess: done updating battery stats +02-27 08:03:31.776 505 555 W ActivityManager: Slow operation: 94ms so far, now at startProcess: building log message +02-27 08:03:31.776 505 555 I ActivityManager: Start proc 15625:com.google.android.tv.remote.service/u0a49 for service {com.google.android.tv.remote.service/com.google.android.tv.remote.service.AtvRemoteProviderService} +02-27 08:03:31.776 505 555 W ActivityManager: Slow operation: 94ms so far, now at startProcess: starting to update pids map +02-27 08:03:31.777 505 555 W ActivityManager: Slow operation: 95ms so far, now at startProcess: done updating pids map +02-27 08:03:31.781 15292 15616 W Role : Cannot get ApplicationInfo for default holder: com.android.contacts +02-27 08:03:31.782 15625 15625 E .remote.servic: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:31.804 505 2113 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:31.804 505 2113 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:31.804 505 2113 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:31.804 505 2113 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:31.804 505 2113 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:31.804 505 2113 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:31.804 505 2113 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:31.804 505 2113 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:31.804 505 2113 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:31.804 505 2113 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:31.805 505 2113 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:31.805 505 2113 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:31.805 505 2113 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:31.805 505 2113 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:31.805 505 2113 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:31.805 505 2113 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:31.805 505 2113 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:31.805 505 2113 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:31.805 505 2113 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:31.805 505 2113 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:31.806 15292 15616 W Role : Cannot get ApplicationInfo for default holder: com.android.gallery3d +02-27 08:03:31.813 15606 15606 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:03:31.820 505 505 W Looper : Drained +02-27 08:03:31.828 505 2908 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10049; state: DISABLED +02-27 08:03:31.834 15625 15625 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10049; state: ENABLED +02-27 08:03:31.895 15606 15606 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:03:31.925 15625 15625 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AtvRemoteService/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:03:31.971 182 182 I lowmemorykiller: Kill 'com.android.providers.tv' (15528), uid 10033, oom_score_adj 905 to free 47768kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (130%) +02-27 08:03:31.979 15606 15606 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:03:31.979 15606 15606 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:31.981 505 595 I ActivityManager: Process com.android.providers.tv (pid 15528) has died: cch+5 CEM +02-27 08:03:31.981 322 322 I Zygote : Process 15528 exited due to signal 9 (Killed) +02-27 08:03:31.983 15625 15625 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tv.remote.service' set to: 'default' +02-27 08:03:31.983 15625 15625 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:31.984 15625 15625 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:31.984 505 556 I libprocessgroup: Successfully killed process cgroup uid 10033 pid 15528 in 0ms +02-27 08:03:31.985 15606 15606 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:31.990 15625 15625 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:31.992 15606 15606 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:32.027 15625 15625 I AtvRemote.Application: Application started +02-27 08:03:32.036 15625 15663 W .remote.servic: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:03:32.036 15625 15663 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:03:32.036 15625 15663 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:03:32.039 15582 15653 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10052; state: ENABLED +02-27 08:03:32.050 15292 15616 W Role : Cannot get ApplicationInfo for default holder: com.google.android.katniss +02-27 08:03:32.088 14986 15660 I Icing : Using TV flags by method 2 +02-27 08:03:32.154 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:03:32.168 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:03:32.169 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:03:32.209 15625 15625 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:03:32.220 15625 15625 I AtvRemote.RemoteService: Starting bluetooth server +02-27 08:03:32.273 14986 15127 I GmscoreIpa: (REDACTED) Using %s flags by method %d +02-27 08:03:32.382 755 1278 I bt_btif_sock_rfcomm: system/bt/btif/src/btif_sock_rfc.cc:303 btsock_rfc_listen: Adding listening socket service_name: Android TV Remote - channel: -1 +02-27 08:03:32.384 182 182 I lowmemorykiller: Kill 'com.google.android.gms.unstable' (15032), uid 10057, oom_score_adj 905 to free 47956kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (106%) +02-27 08:03:32.393 322 322 I Zygote : Process 15032 exited due to signal 9 (Killed) +02-27 08:03:32.403 755 1045 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:03:32.410 505 595 I ActivityManager: Process com.google.android.gms.unstable (pid 15032) has died: cch+5 CEM +02-27 08:03:32.411 755 1045 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=6, is_server=1, mtu=990, uuid=000000, dlci=12, signal_state=0x0b, p_port=0x7a813ee230 +02-27 08:03:32.414 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 15032 in 0ms +02-27 08:03:32.468 12156 12169 I .gms.persisten: Background young concurrent copying GC freed 108149(5678KB) AllocSpace objects, 28(808KB) LOS objects, 40% free, 8910KB/14MB, paused 2.559ms,25us total 193.871ms +02-27 08:03:32.479 15606 15692 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:03:32.484 15606 15692 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:03:32.485 15625 15625 I AtvRemote.BluetoothServer: Starting Bluetooth LE advertising +02-27 08:03:32.489 15606 15692 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:03:32.500 15625 15625 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:03:32.506 15625 15625 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:03:32.574 15582 15582 E TVNotifService.NotifMgr: Cannot show unshown notifications, notification service is null +02-27 08:03:32.609 182 182 I lowmemorykiller: Kill 'com.google.android.tvlauncher' (15606), uid 10048, oom_score_adj 102 to free 76820kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (316%) +02-27 08:03:32.641 322 322 I Zygote : Process 15606 exited due to signal 9 (Killed) +02-27 08:03:32.661 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 15606 in 2ms +02-27 08:03:32.662 505 540 I ActivityManager: Process com.google.android.tvlauncher (pid 15606) has died: vis+2 TOP +02-27 08:03:32.776 505 1683 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10033; state: DISABLED +02-27 08:03:32.776 505 1683 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10033; state: DISABLED +02-27 08:03:32.776 505 1683 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10033; state: DISABLED +02-27 08:03:32.776 505 1683 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10033; state: ENABLED +02-27 08:03:32.777 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10033; state: ENABLED +02-27 08:03:32.778 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:03:32.778 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:03:32.778 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:03:32.778 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:03:32.793 322 322 D Zygote : Forked child process 15704 +02-27 08:03:32.798 505 555 I ActivityManager: Start proc 15704:com.android.providers.tv/u0a33 for content provider {com.android.providers.tv/com.android.providers.tv.TvProvider} +02-27 08:03:32.798 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:03:32.799 14986 15127 I Icing : Storage manager: low false usage 1.54MB avail 5.39GB capacity 5.80GB +02-27 08:03:32.810 322 322 D Zygote : Forked child process 15707 +02-27 08:03:32.812 505 555 I ActivityManager: Start proc 15707:com.google.android.tvlauncher/u0a48 for activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:03:32.832 15704 15704 E id.providers.t: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:32.834 15707 15707 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:32.853 15704 15704 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10033; state: ENABLED +02-27 08:03:32.933 505 2113 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:32.936 505 2113 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:32.936 505 2113 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:32.936 505 2113 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:32.936 505 2113 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:32.936 505 2113 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:32.936 505 2113 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:32.936 505 2113 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:32.936 505 2113 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:32.936 505 2113 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:32.938 182 182 I lowmemorykiller: Kill 'com.google.android.tv.remote.service' (15625), uid 10049, oom_score_adj 100 to free 48528kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (375%) +02-27 08:03:32.954 505 1381 W AudioService.RecordingActivityMonitor: client died +02-27 08:03:32.962 322 322 I Zygote : Process 15625 exited due to signal 9 (Killed) +02-27 08:03:32.964 755 1062 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:03:32.976 755 1045 I bt_stack: [INFO:port_api.cc(307)] RFCOMM_RemoveServer: handle=28 +02-27 08:03:32.988 14986 15127 W native : W0000 00:00:1772154212.988667 15127 model-utils.cc:16] No CRC32, most likely an old model; skip CRC32 check +02-27 08:03:32.990 14986 15127 I native : I0000 00:00:1772154212.990690 15127 permission-checker.cc:81] Creating PermissionChecker based on ACL with config_version 1 having 9 permissions defined. +02-27 08:03:32.993 505 2113 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:32.993 505 2113 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:32.993 505 2113 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:32.993 505 2113 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:32.993 505 2113 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:32.993 505 2113 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:32.993 505 2113 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:32.993 505 2113 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:32.993 505 2113 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:32.993 505 2113 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:32.996 14986 15127 W native : W0000 00:00:1772154212.996537 15127 words-map.cc:36] INVALID_ARGUMENT: Empty URI +02-27 08:03:32.996 14986 15127 W native : W0000 00:00:1772154212.996577 15127 words-map.cc:40] WordsMap was not properly initialized +02-27 08:03:33.059 505 2113 W ActivityManager: Slow operation: 210ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:03:33.063 15707 15707 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:03:33.076 755 1101 I BtGatt.AdvertiseManager: error sending onAdvertisingSetStopped callback +02-27 08:03:33.076 755 1101 I BtGatt.AdvertiseManager: android.os.DeadObjectException +02-27 08:03:33.076 755 1101 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:03:33.076 755 1101 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:03:33.076 755 1101 I BtGatt.AdvertiseManager: at android.bluetooth.le.IAdvertisingSetCallback$Stub$Proxy.onAdvertisingSetStopped(IAdvertisingSetCallback.java:320) +02-27 08:03:33.076 755 1101 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager.stopAdvertisingSet(AdvertiseManager.java:261) +02-27 08:03:33.076 755 1101 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager$AdvertisingSetDeathRecipient.binderDied(AdvertiseManager.java:123) +02-27 08:03:33.076 755 1101 I BtGatt.AdvertiseManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:03:33.076 755 1101 I BtGatt.AdvertiseManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:03:33.088 505 2053 E TaskPersister: File error accessing recents directory (directory doesn't exist?). +02-27 08:03:33.092 505 595 I ActivityManager: Process com.google.android.tv.remote.service (pid 15625) has died: vis FGS +02-27 08:03:33.092 505 556 I libprocessgroup: Successfully killed process cgroup uid 10049 pid 15625 in 0ms +02-27 08:03:33.155 505 595 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.AtvRemoteProviderService in 1000ms for connection +02-27 08:03:33.166 505 595 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.RemoteService in 23905ms for start-requested +02-27 08:03:33.197 15384 15384 W m.streamflow.t: Class androidx.compose.runtime.snapshots.SnapshotStateList failed lock verification and will run slower. +02-27 08:03:33.197 15384 15384 W m.streamflow.t: Common causes for lock verification issues are non-optimized dex code +02-27 08:03:33.197 15384 15384 W m.streamflow.t: and incorrect proguard optimizations. +02-27 08:03:33.262 505 505 W Looper : Slow dispatch took 189ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:03:33.262 15707 15707 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:03:33.279 15704 15704 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.tv' set to: 'default' +02-27 08:03:33.279 15704 15704 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:33.285 15704 15704 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:33.291 15704 15704 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:33.301 15582 15592 I recommendation: Background young concurrent copying GC freed 19996(1583KB) AllocSpace objects, 20(400KB) LOS objects, 90% free, 2555KB/26MB, paused 1.703ms,2.614ms total 253.644ms +02-27 08:03:33.305 15707 15707 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:03:33.305 15707 15707 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:33.306 15707 15707 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:33.306 15707 15707 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:33.312 15704 15704 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10033; state: ENABLED +02-27 08:03:33.318 505 1698 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:03:33.342 14986 15743 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=ContactsIndexer serviceId=33 +02-27 08:03:33.345 14986 15744 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36 +02-27 08:03:33.346 15582 15582 D NowPlayingListener: setRemoteControlListener: dqv@dbe4843 +02-27 08:03:33.348 15582 15582 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:03:33.348 15582 15582 D NowPlayingManager: onClientChanged() called +02-27 08:03:33.349 15582 15582 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:03:33.349 505 505 V NotificationListeners: 0 notification listener service connected: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:03:33.358 182 182 I lowmemorykiller: Kill 'com.google.android.tvlauncher' (15707), uid 10048, oom_score_adj 102 to free 69672kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (408%) +02-27 08:03:33.381 505 2908 I ActivityManager: Process com.google.android.tvlauncher (pid 15707) has died: vis+2 TOP +02-27 08:03:33.384 322 322 I Zygote : Process 15707 exited due to signal 9 (Killed) +02-27 08:03:33.385 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 15707 in 0ms +02-27 08:03:33.393 15384 15384 W m.streamflow.t: Accessing hidden method Ljava/lang/invoke/MethodHandles$Lookup;->(Ljava/lang/Class;I)V (unsupported, reflection, allowed) +02-27 08:03:33.424 505 2113 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:03:33.429 15384 15748 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=phim-bo&page=1 +02-27 08:03:33.429 15384 15750 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=tv-shows&page=1 +02-27 08:03:33.429 15384 15750 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:33.429 15384 15750 I okhttp.OkHttpClient: --> END GET +02-27 08:03:33.430 15384 15748 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:33.430 15384 15748 I okhttp.OkHttpClient: --> END GET +02-27 08:03:33.430 15384 15747 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=phim-le&page=1 +02-27 08:03:33.430 15384 15747 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:33.430 15384 15747 I okhttp.OkHttpClient: --> END GET +02-27 08:03:33.432 15384 15749 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=hoat-hinh&page=1 +02-27 08:03:33.432 15384 15749 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:33.432 15384 15749 I okhttp.OkHttpClient: --> END GET +02-27 08:03:33.433 505 2113 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:03:33.439 505 595 D ConnectivityService: requestNetwork for uid/pid:10052/15582 activeRequest: null callbackRequest: 209 [NetworkRequest [ REQUEST id=210, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ]] callback flags: 0 priority: 2147483647 +02-27 08:03:33.445 505 709 D ConnectivityService: NetReassign [210 : null → 100] +02-27 08:03:33.447 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=210, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:03:33.447 15384 15752 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/categories/genres +02-27 08:03:33.447 15384 15752 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:33.447 15384 15752 I okhttp.OkHttpClient: --> END GET +02-27 08:03:33.449 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=210, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:03:33.452 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=210, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:03:33.455 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:03:33.458 14986 15770 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=32 +02-27 08:03:33.460 15582 15697 I cr_CronetLibraryLoader: Cronet version: 105.0.5195.35, arch: aarch64 +02-27 08:03:33.491 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:03:33.491 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:03:33.491 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:03:33.491 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:03:33.492 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:03:33.497 12156 12156 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 } +02-27 08:03:33.497 12156 12156 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 } +02-27 08:03:33.501 322 322 D Zygote : Forked child process 15776 +02-27 08:03:33.505 770 770 D TvNotificationHandler: Notification added +02-27 08:03:33.505 505 555 I ActivityManager: Start proc 15776:com.google.android.tvlauncher/u0a48 for activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:03:33.508 14986 15127 I Icing : updateResources: need to parse wls{com.google.android.gms} +02-27 08:03:33.600 15776 15776 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:33.600 182 182 I lowmemorykiller: Kill 'com.android.providers.tv' (15704), uid 10033, oom_score_adj 250 to free 66072kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (83%) +02-27 08:03:33.607 322 322 I Zygote : Process 15704 exited due to signal 9 (Killed) +02-27 08:03:33.608 505 2113 I ActivityManager: Process com.android.providers.tv (pid 15704) has died: prcl BFGS +02-27 08:03:33.609 505 556 I libprocessgroup: Successfully killed process cgroup uid 10033 pid 15704 in 0ms +02-27 08:03:33.613 505 2113 I ActivityManager: Killing 15582:com.google.android.tvrecommendations/u0a52 (adj 250): depends on provider com.android.providers.tv/.TvProvider in dying proc com.android.providers.tv (adj -10000) +02-27 08:03:33.659 505 556 I libprocessgroup: Successfully killed process cgroup uid 10052 pid 15582 in 45ms +02-27 08:03:33.672 505 505 V NotificationListeners: 0 notification listener connection lost: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:03:33.672 322 322 I Zygote : Process 15582 exited due to signal 9 (Killed) +02-27 08:03:33.672 505 595 D NotificationListeners: Removing active service ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:03:33.681 505 3356 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10052/15582, android.os.BinderProxy@1aaaea) +02-27 08:03:33.681 505 826 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10052/15582, android.os.BinderProxy@66a41db) +02-27 08:03:33.688 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=210, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] (release request) +02-27 08:03:33.706 505 546 D CompatibilityChangeReporter: Compat change id reported: 158002302; UID 10082; state: ENABLED +02-27 08:03:33.709 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:33.715 505 1698 W ActivityManager: Slow operation: 53ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:03:33.716 505 1698 W ActivityManager: Slow operation: 54ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:03:33.716 505 1698 W ActivityManager: Slow operation: 54ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:03:33.717 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:33.732 505 1698 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:33.732 505 1698 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:33.732 505 1698 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:33.732 505 1698 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:33.732 505 1698 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:33.732 505 1698 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:33.732 505 1698 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:33.732 505 1698 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:33.732 505 1698 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:33.732 505 1698 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:33.732 505 1698 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:33.732 505 1698 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:33.732 505 1698 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:33.732 505 1698 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:33.732 505 1698 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:33.732 505 1698 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:33.732 505 1698 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:33.732 505 1698 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:33.732 505 1698 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:33.732 505 1698 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:33.736 15384 15583 D HostConnection: createUnique: call +02-27 08:03:33.738 505 1698 W ActivityManager: Slow operation: 76ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:03:33.739 15384 15583 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b098f50, tid 15583 +02-27 08:03:33.740 15776 15776 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:03:33.743 505 2908 W ActivityManager: Scheduling restart of crashed service com.google.android.tvrecommendations/.NotificationsService in 3667132416ms for connection +02-27 08:03:33.743 15384 15583 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:03:33.751 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:33.786 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 08:03:33.793 15384 15583 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 08:03:33.793 15384 15583 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 08:03:33.797 15384 15583 D EGL_emulation: eglCreateContext: 0xb400007b8b0999d0: maj 3 min 0 rcv 3 +02-27 08:03:33.803 15384 15583 D EGL_emulation: eglMakeCurrent: 0xb400007b8b0999d0: ver 3 0 (tinfo 0x7da366d080) (first time) +02-27 08:03:33.809 182 182 I lowmemorykiller: Kill 'android.process.acore' (15268), uid 10028, oom_score_adj 800 to free 47436kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (96%) +02-27 08:03:33.815 505 540 D CountryDetector: No listener is left +02-27 08:03:33.815 322 322 I Zygote : Process 15268 exited due to signal 9 (Killed) +02-27 08:03:33.815 505 556 I libprocessgroup: Successfully killed process cgroup uid 10028 pid 15268 in 0ms +02-27 08:03:33.818 505 2113 I ActivityManager: Process android.process.acore (pid 15268) has died: svcb SVC +02-27 08:03:33.842 14986 15127 I Icing : Internal init done: storage state 0 +02-27 08:03:33.888 360 748 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 08:03:33.893 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 08:03:33.894 15384 15583 I Gralloc4: mapper 4.x is not supported +02-27 08:03:33.903 15384 15583 D HostConnection: createUnique: call +02-27 08:03:33.904 15384 15583 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b097990, tid 15583 +02-27 08:03:33.904 15384 15583 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 08:03:33.904 15384 15583 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 08:03:33.907 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 08:03:33.907 15384 15583 W Gralloc4: allocator 4.x is not supported +02-27 08:03:33.912 14986 14986 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 } +02-27 08:03:33.912 14986 14986 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 } +02-27 08:03:33.914 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:03:33.914 14986 15127 I Icing : Post-init done +02-27 08:03:33.918 15384 15583 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:03:33.921 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f97f4000 0x1f9fe0000] +02-27 08:03:33.924 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9fe0000 0x1fa7cc000] +02-27 08:03:33.954 14986 15770 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=30 +02-27 08:03:33.968 15776 15776 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:03:33.994 15776 15776 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:03:33.995 15776 15776 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:33.997 15776 15776 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:33.999 15776 15776 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:34.001 14986 15770 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=36 +02-27 08:03:34.021 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:34.084 14986 15127 I Icing : Usage reports ok 2, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:03:34.119 182 182 I lowmemorykiller: Kill 'com.android.printspooler' (15335), uid 10042, oom_score_adj 905 to free 53948kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (98%) +02-27 08:03:34.139 322 322 I Zygote : Process 15335 exited due to signal 9 (Killed) +02-27 08:03:34.156 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10049; state: DISABLED +02-27 08:03:34.156 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10049; state: DISABLED +02-27 08:03:34.156 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10049; state: DISABLED +02-27 08:03:34.156 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10049; state: ENABLED +02-27 08:03:34.158 505 2113 I ActivityManager: Process com.android.printspooler (pid 15335) has died: cch+5 CEM +02-27 08:03:34.158 505 556 I libprocessgroup: Successfully killed process cgroup uid 10042 pid 15335 in 0ms +02-27 08:03:34.158 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10049; state: ENABLED +02-27 08:03:34.162 14986 15127 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:03:34.173 14986 15127 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:03:34.174 322 322 D Zygote : Forked child process 15810 +02-27 08:03:34.194 505 2113 W ActivityManager: Stopping service due to app idle: u0a49 -17m53s300ms com.google.android.tv.remote.service/.RemoteService +02-27 08:03:34.213 14986 15127 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:03:34.220 14986 15127 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:03:34.223 14051 14051 D dumpstate: Duration of 'APP ACTIVITIES': 3.48s +02-27 08:03:34.226 14986 15127 I Icing : Indexing com.google.android.gms-apps from com.google.android.gms +02-27 08:03:34.227 505 1212 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10028; state: DISABLED +02-27 08:03:34.227 505 1212 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10028; state: DISABLED +02-27 08:03:34.227 505 1212 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10028; state: DISABLED +02-27 08:03:34.227 505 1212 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10028; state: ENABLED +02-27 08:03:34.229 505 555 W ActivityManager: Slow operation: 86ms so far, now at startProcess: done updating battery stats +02-27 08:03:34.230 505 555 W ActivityManager: Slow operation: 87ms so far, now at startProcess: building log message +02-27 08:03:34.230 505 555 I ActivityManager: Start proc 15810:com.google.android.tv.remote.service/u0a49 for service {com.google.android.tv.remote.service/com.google.android.tv.remote.service.AtvRemoteProviderService} +02-27 08:03:34.230 505 555 W ActivityManager: Slow operation: 87ms so far, now at startProcess: starting to update pids map +02-27 08:03:34.230 15384 15384 I Choreographer: Skipped 162 frames! The application may be doing too much work on its main thread. +02-27 08:03:34.230 505 555 W ActivityManager: Slow operation: 87ms so far, now at startProcess: done updating pids map +02-27 08:03:34.230 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10028; state: ENABLED +02-27 08:03:34.234 322 322 D Zygote : Forked child process 15821 +02-27 08:03:34.237 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:34.239 505 555 I ActivityManager: Start proc 15821:android.process.acore/u0a28 for content provider {com.android.providers.contacts/com.android.providers.contacts.ContactsProvider2} +02-27 08:03:34.242 14986 15127 I Icing : Indexing done com.google.android.gms-apps +02-27 08:03:34.249 15810 15810 E .remote.servic: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:34.249 15821 15821 E d.process.acor: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:34.361 505 1212 W ActivityManager: Slow operation: 69ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:03:34.387 15810 15810 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10049; state: ENABLED +02-27 08:03:34.468 505 1212 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10028; state: DISABLED +02-27 08:03:34.473 505 1212 W ActivityManager: Slow operation: 193ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:03:34.499 505 1212 W ActivityManager: Slow operation: 219ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:03:34.499 505 1212 W ActivityManager: Slow operation: 219ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:03:34.520 505 1212 W ActivityManager: Slow operation: 240ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:03:34.526 15384 15752 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/categories/genres (1077ms) +02-27 08:03:34.526 15384 15748 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=phim-bo&page=1 (1096ms) +02-27 08:03:34.526 15384 15748 I okhttp.OkHttpClient: server: nginx +02-27 08:03:34.526 15384 15748 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:34 GMT +02-27 08:03:34.526 15384 15748 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:34.526 15384 15748 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:34.526 15384 15748 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:34.526 15384 15748 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:34.530 15384 15747 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=phim-le&page=1 (1100ms) +02-27 08:03:34.530 15384 15747 I okhttp.OkHttpClient: server: nginx +02-27 08:03:34.530 15384 15747 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:34 GMT +02-27 08:03:34.530 15384 15747 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:34.530 15384 15747 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:34.530 15384 15747 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:34.530 15384 15747 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:34.531 15384 15752 I okhttp.OkHttpClient: server: nginx +02-27 08:03:34.531 15384 15752 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:34 GMT +02-27 08:03:34.531 15384 15752 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:34.531 15384 15752 I okhttp.OkHttpClient: content-length: 954 +02-27 08:03:34.531 15384 15752 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:34.531 15384 15752 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:34.531 15384 15752 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:34.544 15384 15750 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=tv-shows&page=1 (1111ms) +02-27 08:03:34.544 15384 15750 I okhttp.OkHttpClient: server: nginx +02-27 08:03:34.545 15384 15750 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:34 GMT +02-27 08:03:34.545 15384 15750 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:34.545 15384 15750 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:34.545 15384 15750 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:34.545 15384 15750 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:34.558 15384 15849 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/categories/countries +02-27 08:03:34.558 15384 15849 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:34.558 15384 15849 I okhttp.OkHttpClient: --> END GET +02-27 08:03:34.569 505 1212 W ActivityManager: Slow operation: 289ms so far, now at attachApplicationLocked: after updateOomAdjLocked +02-27 08:03:34.592 15384 15749 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=hoat-hinh&page=1 (1159ms) +02-27 08:03:34.592 15384 15749 I okhttp.OkHttpClient: server: nginx +02-27 08:03:34.592 15384 15749 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:34 GMT +02-27 08:03:34.592 15384 15749 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:34.592 15384 15749 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:34.592 15384 15749 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:34.592 15384 15749 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:34.598 15821 15821 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10028; state: ENABLED +02-27 08:03:34.620 505 542 D CompanionDeviceManagerService: onPackageModified(packageName = com.google.android.tvrecommendations) +02-27 08:03:34.636 755 755 V MediaPlayerList: mPackageChangedBroadcastReceiver: action: android.intent.action.PACKAGE_CHANGED +02-27 08:03:34.636 755 755 D MediaPlayerList: Name of package changed: com.google.android.tvrecommendations +02-27 08:03:34.644 505 553 W Searchables: No global search activity found +02-27 08:03:34.652 505 615 I RoleService: Granting default roles... +02-27 08:03:34.756 15292 15616 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:03:34.769 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:03:34.769 505 505 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:03:34.769 505 505 V NotificationListeners: Not registering ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} is already bound +02-27 08:03:34.775 15292 15307 I PermissionControllerServiceImpl: Updating user sensitive for uid 10052 +02-27 08:03:34.808 15821 15821 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.contacts' set to: 'default' +02-27 08:03:34.808 15821 15821 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:34.827 15384 15849 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/categories/countries (267ms) +02-27 08:03:34.827 15384 15849 I okhttp.OkHttpClient: server: nginx +02-27 08:03:34.828 15384 15849 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:34 GMT +02-27 08:03:34.828 15384 15849 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:34.828 15384 15849 I okhttp.OkHttpClient: content-length: 1687 +02-27 08:03:34.828 15384 15849 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:34.828 15384 15849 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:34.828 15384 15849 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:34.834 15292 15616 W Role : Cannot get ApplicationInfo for default holder: com.android.contacts +02-27 08:03:34.837 15292 15616 W Role : Cannot get ApplicationInfo for default holder: com.android.gallery3d +02-27 08:03:34.860 15810 15810 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AtvRemoteService/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:03:34.924 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:34.941 15821 15821 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:34.951 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:34.968 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:34.984 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:34.985 182 182 I lowmemorykiller: Kill 'com.google.android.tvlauncher' (15776), uid 10048, oom_score_adj 102 to free 52808kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (301%) +02-27 08:03:35.001 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:35.004 15384 15384 D StreamFlowTvApp: Settings loaded: theme=default, url=https://nf.khoavo.myds.me +02-27 08:03:35.007 15821 15821 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:35.012 322 322 I Zygote : Process 15776 exited due to signal 9 (Killed) +02-27 08:03:35.013 15810 15810 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tv.remote.service' set to: 'default' +02-27 08:03:35.013 15810 15810 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:35.018 15810 15810 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:35.018 15810 15810 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:35.019 15384 15384 D Compose Focus: Owner FocusChanged(true) +02-27 08:03:35.054 505 1381 I ActivityManager: Process com.google.android.tvlauncher (pid 15776) has died: vis+2 TOP +02-27 08:03:35.056 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 15776 in 0ms +02-27 08:03:35.085 15384 15384 I Choreographer: Skipped 50 frames! The application may be doing too much work on its main thread. +02-27 08:03:35.126 505 505 W Looper : Slow dispatch took 305ms main h=android.os.Handler c=com.android.server.tv.TvRemoteProviderWatcher$2@82b00e9 m=0 +02-27 08:03:35.126 505 505 W Looper : Slow delivery took 373ms main h=com.android.server.media.MediaRouter2ServiceImpl$UserHandler c=com.android.server.media.MediaRoute2ProviderWatcher$$ExternalSyntheticLambda0@158109d m=0 +02-27 08:03:35.139 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:03:35.139 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:03:35.139 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:03:35.139 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:03:35.140 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:03:35.144 322 322 D Zygote : Forked child process 15873 +02-27 08:03:35.274 505 555 W ActivityManager: Slow operation: 127ms so far, now at startProcess: done updating battery stats +02-27 08:03:35.276 505 555 W ActivityManager: Slow operation: 139ms so far, now at startProcess: building log message +02-27 08:03:35.276 505 555 I ActivityManager: Start proc 15873:com.google.android.tvlauncher/u0a48 for activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:03:35.276 505 555 W ActivityManager: Slow operation: 139ms so far, now at startProcess: starting to update pids map +02-27 08:03:35.278 505 555 W ActivityManager: Slow operation: 141ms so far, now at startProcess: done updating pids map +02-27 08:03:35.281 505 505 W Looper : Slow dispatch took 155ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:03:35.301 12156 12495 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:03:35.320 12156 12495 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:03:35.324 15873 15873 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:35.361 12156 12495 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:03:35.374 505 505 W Looper : Drained +02-27 08:03:35.393 12156 12495 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:03:35.433 12156 12495 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:03:35.434 15384 15748 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=tv-shows&page=1 +02-27 08:03:35.434 15384 15748 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:35.434 15384 15748 I okhttp.OkHttpClient: --> END GET +02-27 08:03:35.434 15384 15749 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=hoat-hinh&page=1 +02-27 08:03:35.435 15384 15749 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:35.435 15384 15749 I okhttp.OkHttpClient: --> END GET +02-27 08:03:35.436 15384 15747 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/categories/genres +02-27 08:03:35.437 15384 15747 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:35.437 15384 15747 I okhttp.OkHttpClient: --> END GET +02-27 08:03:35.438 15384 15384 E MovieRepo: getHomeVideos(phim-le): Received 38 items +02-27 08:03:35.438 15384 15384 E MovieRepo: getHomeVideos(phim-bo): Received 42 items +02-27 08:03:35.438 15384 15384 E MovieRepo: getHomeVideos(hoat-hinh): Received 24 items +02-27 08:03:35.438 15384 15384 E MovieRepo: getHomeVideos(tv-shows): Received 24 items +02-27 08:03:35.442 15384 15849 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=phim-le&page=1 +02-27 08:03:35.442 15384 15849 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:35.442 15384 15849 I okhttp.OkHttpClient: --> END GET +02-27 08:03:35.449 15384 15750 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=phim-bo&page=1 +02-27 08:03:35.450 15384 15750 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:35.450 15384 15750 I okhttp.OkHttpClient: --> END GET +02-27 08:03:35.502 15810 15810 I AtvRemote.Application: Application started +02-27 08:03:35.596 505 2586 W ActivityManager: Slow operation: 93ms so far, now at startProcess: done creating new process record +02-27 08:03:35.596 505 2586 W ActivityManager: Slow operation: 94ms so far, now at startProcess: stepping in to startProcess +02-27 08:03:35.637 505 2586 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 08:03:35.638 505 2586 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 08:03:35.638 505 2586 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 08:03:35.638 505 2586 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 08:03:35.650 505 2586 W ActivityManager: Slow operation: 148ms so far, now at startProcess: done starting proc! +02-27 08:03:35.650 505 555 W ActivityManager: Slow operation: 54ms so far, now at startProcess: asking zygote to start proc +02-27 08:03:35.650 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 08:03:35.675 322 322 D Zygote : Forked child process 15891 +02-27 08:03:35.676 505 555 W ActivityManager: Slow operation: 80ms so far, now at startProcess: returned from zygote! +02-27 08:03:35.676 505 555 W ActivityManager: Slow operation: 80ms so far, now at startProcess: done updating battery stats +02-27 08:03:35.678 505 555 W ActivityManager: Slow operation: 82ms so far, now at startProcess: building log message +02-27 08:03:35.678 505 555 I ActivityManager: Start proc 15891:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:03:35.678 505 555 W ActivityManager: Slow operation: 82ms so far, now at startProcess: starting to update pids map +02-27 08:03:35.679 505 555 W ActivityManager: Slow operation: 83ms so far, now at startProcess: done updating pids map +02-27 08:03:35.704 15821 15821 I ContactsPerf: VoicemailContentProvider.onCreate start +02-27 08:03:35.718 15384 15384 I Choreographer: Skipped 37 frames! The application may be doing too much work on its main thread. +02-27 08:03:35.744 15810 15899 W .remote.servic: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:03:35.744 15810 15899 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:03:35.745 15810 15899 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:03:35.747 15891 15891 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:35.779 182 182 I lowmemorykiller: Kill 'com.google.android.gms' (14986), uid 10057, oom_score_adj 100 to free 67740kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (348%) +02-27 08:03:35.833 322 322 I Zygote : Process 14986 exited due to signal 9 (Killed) +02-27 08:03:35.896 505 2586 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:35.896 505 2586 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:35.896 505 2586 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:35.896 505 2586 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:35.896 505 2586 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:35.896 505 2586 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:35.896 505 2586 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:35.896 505 2586 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:35.896 505 2586 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:35.896 505 2586 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:35.898 505 2586 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:35.898 505 2586 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:35.898 505 2586 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:35.898 505 2586 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:35.898 505 2586 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:35.898 505 2586 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:35.898 505 2586 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:35.898 505 2586 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:35.898 505 2586 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:35.898 505 2586 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:35.928 505 2586 W ActivityManager: Slow operation: 218ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:03:35.931 15384 15750 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=phim-bo&page=1 (480ms) +02-27 08:03:35.931 15384 15750 I okhttp.OkHttpClient: server: nginx +02-27 08:03:35.931 15384 15750 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:35 GMT +02-27 08:03:35.931 15384 15750 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:35.931 15384 15750 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:35.931 15384 15750 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:35.931 15384 15750 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:35.931 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 14986 in 0ms +02-27 08:03:35.932 15821 15821 I ContactsPerf: VoicemailContentProvider.onCreate finish +02-27 08:03:35.933 505 1212 I ActivityManager: Process com.google.android.gms (pid 14986) has died: vis BTOP +02-27 08:03:35.933 15384 15747 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/categories/genres (496ms) +02-27 08:03:35.933 15384 15747 I okhttp.OkHttpClient: server: nginx +02-27 08:03:35.933 15384 15747 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:35 GMT +02-27 08:03:35.933 15384 15747 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:35.933 15384 15747 I okhttp.OkHttpClient: content-length: 954 +02-27 08:03:35.933 15384 15747 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:35.933 15384 15747 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:35.933 15384 15747 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:35.935 15384 15849 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=phim-le&page=1 (492ms) +02-27 08:03:35.935 15384 15849 I okhttp.OkHttpClient: server: nginx +02-27 08:03:35.936 15384 15849 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:35 GMT +02-27 08:03:35.936 15384 15849 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:35.936 15384 15849 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:35.936 15384 15849 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:35.936 15384 15849 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:35.945 15384 15752 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/categories/countries +02-27 08:03:35.945 15384 15752 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:35.945 15384 15752 I okhttp.OkHttpClient: --> END GET +02-27 08:03:35.950 15384 15747 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=hanh-dong&page=1 +02-27 08:03:35.950 15384 15747 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:35.950 15384 15747 I okhttp.OkHttpClient: --> END GET +02-27 08:03:35.951 15384 15750 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=tinh-cam&page=1 +02-27 08:03:35.951 15384 15750 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:35.951 15384 15750 I okhttp.OkHttpClient: --> END GET +02-27 08:03:35.959 505 1212 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsBoundBrokerService in 1000ms for connection +02-27 08:03:35.959 505 1212 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.icing.service.AppIndexingService in 11000ms for connection +02-27 08:03:35.965 12156 12156 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 } +02-27 08:03:35.973 15873 15873 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:03:35.976 505 1212 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsIntentOperationService in 20986ms for start-requested +02-27 08:03:35.976 505 1212 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.icing.service.IndexService in 30986ms for connection +02-27 08:03:35.976 505 1212 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.icing.service.IndexWorkerService in 40986ms for start-requested +02-27 08:03:35.982 15292 15616 W Role : Cannot get ApplicationInfo for default holder: com.google.android.katniss +02-27 08:03:35.988 505 712 D NsdService: mdnssd [stop-service] +02-27 08:03:36.054 182 182 I lowmemorykiller: Kill 'android.process.acore' (15821), uid 10028, oom_score_adj 905 to free 66956kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (210%) +02-27 08:03:36.095 505 3356 W ActivityManager: Slow operation: 68ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:03:36.117 322 322 I Zygote : Process 15821 exited due to signal 9 (Killed) +02-27 08:03:36.156 505 3356 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10066; state: DISABLED +02-27 08:03:36.160 505 3356 W ActivityManager: Slow operation: 139ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:03:36.160 15384 15384 E MovieRepo: getHomeVideos(phim-bo): Received 42 items +02-27 08:03:36.161 15384 15384 E MovieRepo: getHomeVideos(phim-le): Received 38 items +02-27 08:03:36.165 770 770 I BufferEulogizer: Not eulogizing buffers; they are 492265 hours old +02-27 08:03:36.168 15384 15749 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=hoat-hinh&page=1 (729ms) +02-27 08:03:36.168 15384 15749 I okhttp.OkHttpClient: server: nginx +02-27 08:03:36.168 15384 15749 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:35 GMT +02-27 08:03:36.191 15384 15749 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:36.191 15384 15749 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:36.191 15384 15749 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:36.191 15384 15749 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:36.195 15847 15847 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<< +02-27 08:03:36.197 505 3356 W ActivityManager: Slow operation: 176ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:03:36.197 505 3356 W ActivityManager: Slow operation: 176ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:03:36.198 14051 14051 D dumpstate: Duration of 'APP SERVICES PLATFORM': 1.97s +02-27 08:03:36.216 505 543 W Looper : Slow dispatch took 195ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:03:36.218 15384 15748 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=tv-shows&page=1 (784ms) +02-27 08:03:36.218 15384 15748 I okhttp.OkHttpClient: server: nginx +02-27 08:03:36.218 15384 15748 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:35 GMT +02-27 08:03:36.218 15384 15748 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:36.218 15384 15748 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:36.218 15384 15748 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:36.218 15384 15748 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:36.218 15384 15750 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=tinh-cam&page=1 (265ms) +02-27 08:03:36.218 15384 15750 I okhttp.OkHttpClient: server: nginx +02-27 08:03:36.218 15384 15750 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:35 GMT +02-27 08:03:36.218 15384 15750 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:36.219 15384 15747 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=hanh-dong&page=1 (266ms) +02-27 08:03:36.219 15384 15747 I okhttp.OkHttpClient: server: nginx +02-27 08:03:36.219 15384 15747 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:35 GMT +02-27 08:03:36.219 15384 15747 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:36.219 15384 15747 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:36.219 15384 15750 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:36.219 15384 15750 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:36.219 15384 15750 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:36.219 15384 15747 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:36.219 15384 15747 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:36.222 15384 15752 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/categories/countries (258ms) +02-27 08:03:36.222 15384 15752 I okhttp.OkHttpClient: server: nginx +02-27 08:03:36.222 15384 15752 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:35 GMT +02-27 08:03:36.222 15384 15752 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:36.222 15384 15752 I okhttp.OkHttpClient: content-length: 1687 +02-27 08:03:36.222 15384 15752 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:36.222 15384 15752 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:36.222 15384 15752 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:36.223 15384 15849 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=hai-huoc&page=1 +02-27 08:03:36.224 15384 15849 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:36.224 15384 15849 I okhttp.OkHttpClient: --> END GET +02-27 08:03:36.225 15384 15747 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=co-trang&page=1 +02-27 08:03:36.225 15384 15747 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:36.225 15384 15747 I okhttp.OkHttpClient: --> END GET +02-27 08:03:36.230 15384 15750 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=tam-ly&page=1 +02-27 08:03:36.230 15384 15750 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:36.230 15384 15750 I okhttp.OkHttpClient: --> END GET +02-27 08:03:36.236 15384 15384 E MovieRepo: getHomeVideos(hanh-dong): Received 44 items +02-27 08:03:36.236 15384 15384 E MovieRepo: getHomeVideos(tinh-cam): Received 48 items +02-27 08:03:36.237 15384 15384 E MovieRepo: getHomeVideos(hoat-hinh): Received 24 items +02-27 08:03:36.248 15847 15847 I AndroidRuntime: Using default boot image +02-27 08:03:36.248 15847 15847 I AndroidRuntime: Leaving lock profiling enabled +02-27 08:03:36.248 15847 15847 W libc : Access denied finding property "odsign.verification.success" +02-27 08:03:36.244 15847 15847 W app_process: type=1400 audit(0.0:2020): avc: denied { read } for name="u:object_r:odsign_prop:s0" dev="tmpfs" ino=196 scontext=u:r:shell:s0 tcontext=u:object_r:odsign_prop:s0 tclass=file permissive=0 +02-27 08:03:36.256 505 3356 W ActivityManager: Slow operation: 235ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:03:36.258 15847 15847 W app_process: ART APEX data files are untrusted. +02-27 08:03:36.260 15384 15749 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=hinh-su&page=1 +02-27 08:03:36.260 15384 15749 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:36.260 15384 15749 I okhttp.OkHttpClient: --> END GET +02-27 08:03:36.262 15384 15752 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=chien-tranh&page=1 +02-27 08:03:36.262 15384 15384 E MovieRepo: getHomeVideos(tv-shows): Received 24 items +02-27 08:03:36.262 15384 15752 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:36.262 15384 15752 I okhttp.OkHttpClient: --> END GET +02-27 08:03:36.266 15891 15891 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 08:03:36.268 505 2673 I ActivityManager: Process android.process.acore (pid 15821) has died: cch+5 CEM +02-27 08:03:36.268 505 556 I libprocessgroup: Successfully killed process cgroup uid 10028 pid 15821 in 0ms +02-27 08:03:36.274 505 505 W Looper : Slow dispatch took 136ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:03:36.277 505 2251 I ActivityManager: Background started FGS: Allowed [callingPackage: com.google.android.tv.remote.service; callingUid: 10049; uidState: BFGS; intent: Intent { cmp=com.google.android.tv.remote.service/.RemoteService }; code:BACKGROUND_ACTIVITY_PERMISSION; tempAllowListReason:; targetSdkVersion:31; callerTargetSdkVersion:31; startForegroundCount:0; bindFromPackage:null] +02-27 08:03:36.317 182 182 I lowmemorykiller: Kill 'com.google.process.gservices' (15034), uid 10057, oom_score_adj 700 to free 44312kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (176%) +02-27 08:03:36.345 322 322 I Zygote : Process 15034 exited due to signal 9 (Killed) +02-27 08:03:36.366 505 2673 I ActivityManager: Process com.google.process.gservices (pid 15034) has died: prev LAST +02-27 08:03:36.372 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 15034 in 0ms +02-27 08:03:36.407 505 2673 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #10434} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (214 skipped) +02-27 08:03:36.434 15873 15873 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:03:36.456 15384 15750 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=tam-ly&page=1 (225ms) +02-27 08:03:36.456 15384 15750 I okhttp.OkHttpClient: server: nginx +02-27 08:03:36.456 15384 15750 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:36 GMT +02-27 08:03:36.456 15384 15750 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:36.456 15384 15750 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:36.456 15384 15750 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:36.456 15384 15750 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:36.458 15891 15891 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:03:36.470 15384 15384 E MovieRepo: getHomeVideos(tam-ly): Received 48 items +02-27 08:03:36.470 15384 15748 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=the-thao&page=1 +02-27 08:03:36.470 15384 15748 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:36.470 15384 15748 I okhttp.OkHttpClient: --> END GET +02-27 08:03:36.471 15384 15747 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=co-trang&page=1 (245ms) +02-27 08:03:36.471 15384 15747 I okhttp.OkHttpClient: server: nginx +02-27 08:03:36.471 15384 15747 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:36 GMT +02-27 08:03:36.471 15384 15747 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:36.471 15384 15747 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:36.471 15384 15747 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:36.471 15384 15747 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:36.478 15384 15749 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=hinh-su&page=1 (218ms) +02-27 08:03:36.478 15384 15749 I okhttp.OkHttpClient: server: nginx +02-27 08:03:36.478 15384 15749 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:36 GMT +02-27 08:03:36.478 15384 15749 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:36.478 15384 15749 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:36.479 15384 15749 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:36.479 15384 15749 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:36.479 15384 15384 E MovieRepo: getHomeVideos(co-trang): Received 49 items +02-27 08:03:36.479 15384 15750 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=trung-quoc&page=1 +02-27 08:03:36.479 15384 15750 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:36.479 15384 15750 I okhttp.OkHttpClient: --> END GET +02-27 08:03:36.482 15810 15829 I .remote.servic: Background young concurrent copying GC freed 15518(953KB) AllocSpace objects, 0(0B) LOS objects, 91% free, 2285KB/26MB, paused 52us,1.312ms total 237.116ms +02-27 08:03:36.486 15384 15752 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=chien-tranh&page=1 (224ms) +02-27 08:03:36.486 15384 15752 I okhttp.OkHttpClient: server: nginx +02-27 08:03:36.486 15384 15752 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:36 GMT +02-27 08:03:36.486 15384 15752 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:36.486 15384 15752 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:36.486 15384 15752 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:36.486 15384 15752 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:36.487 15384 15384 E MovieRepo: getHomeVideos(hinh-su): Received 28 items +02-27 08:03:36.487 15384 15747 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=han-quoc&page=1 +02-27 08:03:36.487 15384 15747 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:36.487 15384 15747 I okhttp.OkHttpClient: --> END GET +02-27 08:03:36.490 15384 15849 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=hai-huoc&page=1 (266ms) +02-27 08:03:36.490 15384 15849 I okhttp.OkHttpClient: server: nginx +02-27 08:03:36.490 15384 15849 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:36 GMT +02-27 08:03:36.490 15384 15849 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:36.490 15384 15849 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:36.490 15384 15849 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:36.490 15384 15849 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:36.491 15384 15384 E MovieRepo: getHomeVideos(chien-tranh): Received 48 items +02-27 08:03:36.494 15384 15749 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=nhat-ban&page=1 +02-27 08:03:36.494 15384 15749 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:36.494 15384 15749 I okhttp.OkHttpClient: --> END GET +02-27 08:03:36.497 15384 15384 E MovieRepo: getHomeVideos(hai-huoc): Received 46 items +02-27 08:03:36.497 15384 15752 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=thai-lan&page=1 +02-27 08:03:36.497 15384 15752 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:36.497 15384 15752 I okhttp.OkHttpClient: --> END GET +02-27 08:03:36.523 15873 15873 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:03:36.523 15873 15873 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:36.527 15873 15873 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:36.533 15873 15873 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:36.594 15891 15891 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 08:03:36.594 15891 15891 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:36.596 15891 15891 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:36.597 15891 15891 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:36.641 182 182 I lowmemorykiller: Kill 'com.google.android.tvlauncher' (15873), uid 10048, oom_score_adj 102 to free 71428kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (322%) +02-27 08:03:36.646 322 322 I Zygote : Process 15873 exited due to signal 9 (Killed) +02-27 08:03:36.646 505 2673 I ActivityManager: Process com.google.android.tvlauncher (pid 15873) has died: vis+2 TOP +02-27 08:03:36.647 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 15873 in 0ms +02-27 08:03:36.680 505 2586 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:03:36.680 505 2586 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:03:36.680 505 2586 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:03:36.680 505 2586 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:03:36.682 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:03:36.684 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:03:36.684 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:03:36.684 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:03:36.684 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:03:36.685 322 322 D Zygote : Forked child process 15923 +02-27 08:03:36.686 505 555 I ActivityManager: Start proc 15923:com.google.process.gservices/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider} +02-27 08:03:36.686 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:03:36.693 322 322 D Zygote : Forked child process 15924 +02-27 08:03:36.694 505 555 I ActivityManager: Start proc 15924:com.google.android.tvlauncher/u0a48 for activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:03:36.707 15924 15924 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:36.707 15923 15923 E ocess.gservice: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:36.711 15384 15748 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=the-thao&page=1 (240ms) +02-27 08:03:36.711 15384 15748 I okhttp.OkHttpClient: server: nginx +02-27 08:03:36.711 15384 15748 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:36 GMT +02-27 08:03:36.711 15384 15748 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:36.711 15384 15748 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:36.711 15384 15748 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:36.711 15384 15748 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:36.785 15384 15384 E MovieRepo: getHomeVideos(the-thao): Received 49 items +02-27 08:03:36.788 15384 15849 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=au-my&page=1 +02-27 08:03:36.788 15384 15849 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:36.788 15384 15849 I okhttp.OkHttpClient: --> END GET +02-27 08:03:36.812 505 2586 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:03:36.837 15923 15923 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:03:36.856 505 3356 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:36.857 505 3356 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:36.857 505 3356 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:36.857 505 3356 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:36.857 505 3356 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:36.857 505 3356 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:36.857 505 3356 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:36.857 505 3356 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:36.857 505 3356 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:36.857 505 3356 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:36.858 505 3356 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:36.858 505 3356 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:36.858 505 3356 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:36.858 505 3356 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:36.858 505 3356 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:36.858 505 3356 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:36.858 505 3356 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:36.858 505 3356 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:36.858 505 3356 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:36.858 505 3356 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:36.876 15384 15958 D ProfileInstaller: Installing profile for com.streamflow.tv +02-27 08:03:36.882 15924 15924 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:03:37.026 505 3356 W OverlayManager: service 'idmap' died +02-27 08:03:37.039 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:03:37.039 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:03:37.039 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:03:37.039 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:03:37.040 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:03:37.053 322 322 D Zygote : Forked child process 15962 +02-27 08:03:37.054 15384 15749 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=nhat-ban&page=1 (547ms) +02-27 08:03:37.054 15384 15749 I okhttp.OkHttpClient: server: nginx +02-27 08:03:37.054 15384 15747 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=han-quoc&page=1 (567ms) +02-27 08:03:37.054 15384 15749 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:36 GMT +02-27 08:03:37.054 15384 15747 I okhttp.OkHttpClient: server: nginx +02-27 08:03:37.054 15384 15747 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:36 GMT +02-27 08:03:37.054 15384 15747 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:37.055 15384 15747 I okhttp.OkHttpClient: content-length: 5 +02-27 08:03:37.055 15384 15747 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:37.055 15384 15747 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:37.055 15384 15747 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:37.055 15384 15749 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:37.056 15384 15752 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=thai-lan&page=1 (544ms) +02-27 08:03:37.056 15384 15750 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=trung-quoc&page=1 (564ms) +02-27 08:03:37.057 15384 15749 I okhttp.OkHttpClient: content-length: 5 +02-27 08:03:37.057 15384 15749 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:37.057 15384 15749 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:37.057 15384 15749 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:37.058 15384 15752 I okhttp.OkHttpClient: server: nginx +02-27 08:03:37.058 15384 15752 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:36 GMT +02-27 08:03:37.058 15384 15752 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:37.058 15384 15752 I okhttp.OkHttpClient: content-length: 5 +02-27 08:03:37.058 15384 15752 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:37.058 15384 15752 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:37.058 15384 15752 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:37.059 15384 15750 I okhttp.OkHttpClient: server: nginx +02-27 08:03:37.059 15384 15750 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:36 GMT +02-27 08:03:37.060 15384 15750 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:37.060 15384 15750 I okhttp.OkHttpClient: content-length: 5 +02-27 08:03:37.060 15384 15750 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:37.060 15384 15750 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:37.060 15384 15750 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:37.061 505 555 W ActivityManager: Slow operation: 52ms so far, now at startProcess: done updating battery stats +02-27 08:03:37.062 505 555 W ActivityManager: Slow operation: 53ms so far, now at startProcess: building log message +02-27 08:03:37.062 505 555 I ActivityManager: Start proc 15962:com.google.android.gms/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.GmsBoundBrokerService} +02-27 08:03:37.062 505 555 W ActivityManager: Slow operation: 53ms so far, now at startProcess: starting to update pids map +02-27 08:03:37.063 505 555 W ActivityManager: Slow operation: 54ms so far, now at startProcess: done updating pids map +02-27 08:03:37.069 15384 15748 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=hanh-dong&page=1 +02-27 08:03:37.069 15384 15748 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:37.069 15384 15748 I okhttp.OkHttpClient: --> END GET +02-27 08:03:37.069 15384 15747 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=co-trang&page=1 +02-27 08:03:37.069 15384 15747 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:37.069 15384 15747 I okhttp.OkHttpClient: --> END GET +02-27 08:03:37.069 15384 15750 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=hai-huoc&page=1 +02-27 08:03:37.069 15384 15750 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:37.069 15384 15750 I okhttp.OkHttpClient: --> END GET +02-27 08:03:37.071 15384 15963 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=tinh-cam&page=1 +02-27 08:03:37.071 15384 15963 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:37.071 15384 15963 I okhttp.OkHttpClient: --> END GET +02-27 08:03:37.089 15962 15962 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:37.107 15924 15924 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:03:37.166 15924 15924 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:03:37.166 15924 15924 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:37.169 15924 15924 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:37.187 15924 15924 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:37.190 505 3356 W ActivityManager: Slow operation: 54ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:03:37.190 505 3356 W ActivityManager: Slow operation: 54ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:03:37.229 15923 15923 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:03:37.229 15923 15923 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:37.230 15923 15923 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:37.231 15923 15923 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:37.246 505 3356 W ActivityManager: Slow operation: 110ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:03:37.261 15962 15962 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:03:37.284 15923 15923 I GservicesProvider: Gservices pushing to system: true; secure/global: true +02-27 08:03:37.293 15384 15963 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=tinh-cam&page=1 (221ms) +02-27 08:03:37.293 15384 15963 I okhttp.OkHttpClient: server: nginx +02-27 08:03:37.293 15384 15963 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:36 GMT +02-27 08:03:37.293 15384 15963 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:37.293 15384 15963 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:37.293 15384 15747 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=co-trang&page=1 (224ms) +02-27 08:03:37.293 15384 15963 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:37.293 15384 15963 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:37.293 15384 15747 I okhttp.OkHttpClient: server: nginx +02-27 08:03:37.293 15384 15747 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:36 GMT +02-27 08:03:37.293 15384 15747 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:37.293 15384 15747 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:37.293 15384 15747 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:37.293 15384 15747 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:37.296 15384 15750 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=hai-huoc&page=1 (226ms) +02-27 08:03:37.296 15384 15750 I okhttp.OkHttpClient: server: nginx +02-27 08:03:37.296 15384 15750 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:36 GMT +02-27 08:03:37.296 15384 15750 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:37.296 15384 15750 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:37.296 15384 15750 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:37.296 15384 15750 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:37.375 15384 15384 E MovieRepo: getHomeVideos(co-trang): Received 49 items +02-27 08:03:37.375 15384 15384 E MovieRepo: getHomeVideos(tinh-cam): Received 48 items +02-27 08:03:37.376 182 182 I lowmemorykiller: Kill 'com.google.android.tvlauncher' (15924), uid 10048, oom_score_adj 102 to free 59972kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (321%) +02-27 08:03:37.383 15384 15749 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=tam-ly&page=1 +02-27 08:03:37.383 15384 15752 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=hinh-su&page=1 +02-27 08:03:37.384 15384 15752 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:37.384 15384 15749 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:37.384 15384 15752 I okhttp.OkHttpClient: --> END GET +02-27 08:03:37.384 15384 15749 I okhttp.OkHttpClient: --> END GET +02-27 08:03:37.387 322 322 I Zygote : Process 15924 exited due to signal 9 (Killed) +02-27 08:03:37.391 15384 15384 E MovieRepo: getHomeVideos(hai-huoc): Received 46 items +02-27 08:03:37.391 15384 15963 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=chien-tranh&page=1 +02-27 08:03:37.391 15384 15963 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:37.391 15384 15963 I okhttp.OkHttpClient: --> END GET +02-27 08:03:37.395 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 15924 in 1ms +02-27 08:03:37.396 505 3356 I ActivityManager: Process com.google.android.tvlauncher (pid 15924) has died: vis+2 TOP +02-27 08:03:37.403 15384 15748 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=hanh-dong&page=1 (333ms) +02-27 08:03:37.403 15384 15748 I okhttp.OkHttpClient: server: nginx +02-27 08:03:37.403 15384 15748 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:36 GMT +02-27 08:03:37.403 15384 15748 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:37.403 15384 15748 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:37.403 15384 15748 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:37.403 15384 15748 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:37.405 15384 15849 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=au-my&page=1 (616ms) +02-27 08:03:37.405 15384 15849 I okhttp.OkHttpClient: server: nginx +02-27 08:03:37.405 15384 15849 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:37 GMT +02-27 08:03:37.405 15384 15849 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:37.405 15384 15849 I okhttp.OkHttpClient: content-length: 5 +02-27 08:03:37.405 15384 15849 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:37.405 15384 15849 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:37.405 15384 15849 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:37.405 15384 15384 E MovieRepo: getHomeVideos(hanh-dong): Received 44 items +02-27 08:03:37.405 15384 15750 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=the-thao&page=1 +02-27 08:03:37.405 15384 15750 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:37.405 15384 15750 I okhttp.OkHttpClient: --> END GET +02-27 08:03:37.406 15384 15748 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=trung-quoc&page=1 +02-27 08:03:37.414 15384 15748 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:37.443 15384 15748 I okhttp.OkHttpClient: --> END GET +02-27 08:03:37.647 15384 15384 W m.streamflow.t: Verification of void androidx.compose.foundation.AndroidEdgeEffectOverscrollEffect.(android.content.Context, androidx.compose.foundation.OverscrollConfiguration) took 174.242ms (1320.00 bytecodes/s) (7168B approximate peak alloc) +02-27 08:03:37.682 15384 15752 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=hinh-su&page=1 (294ms) +02-27 08:03:37.682 15384 15749 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=tam-ly&page=1 (290ms) +02-27 08:03:37.682 15384 15749 I okhttp.OkHttpClient: server: nginx +02-27 08:03:37.682 15384 15749 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:37 GMT +02-27 08:03:37.682 15384 15749 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:37.682 15384 15749 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:37.682 15384 15749 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:37.682 15384 15749 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:37.683 15384 15752 I okhttp.OkHttpClient: server: nginx +02-27 08:03:37.683 15384 15752 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:37 GMT +02-27 08:03:37.683 15384 15752 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:37.683 15384 15752 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:37.683 15384 15752 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:37.683 15384 15752 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:37.684 15384 15963 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=chien-tranh&page=1 (287ms) +02-27 08:03:37.684 15384 15963 I okhttp.OkHttpClient: server: nginx +02-27 08:03:37.684 15384 15963 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:37 GMT +02-27 08:03:37.684 15384 15963 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:37.684 15384 15963 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:37.684 15384 15963 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:37.684 15384 15963 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:37.704 15847 15847 D app_process: Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat +02-27 08:03:37.705 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:03:37.705 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:03:37.705 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:03:37.705 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:03:37.705 15847 15847 D app_process: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt68l.dat +02-27 08:03:37.706 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:03:37.712 15384 15750 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=the-thao&page=1 (306ms) +02-27 08:03:37.713 15384 15750 I okhttp.OkHttpClient: server: nginx +02-27 08:03:37.713 15384 15750 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:37 GMT +02-27 08:03:37.713 15384 15750 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:37.713 15384 15750 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:37.713 15384 15750 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:37.713 15384 15750 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:37.733 15384 15849 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=han-quoc&page=1 +02-27 08:03:37.733 15384 15849 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:37.733 15384 15849 I okhttp.OkHttpClient: --> END GET +02-27 08:03:37.734 15384 15750 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=thai-lan&page=1 +02-27 08:03:37.734 15384 15750 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:37.734 15384 15750 I okhttp.OkHttpClient: --> END GET +02-27 08:03:37.735 15384 15752 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=nhat-ban&page=1 +02-27 08:03:37.735 15384 15752 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:37.735 15384 15752 I okhttp.OkHttpClient: --> END GET +02-27 08:03:37.736 15384 15749 I okhttp.OkHttpClient: --> GET https://nf.khoavo.myds.me/api/videos/home?category=au-my&page=1 +02-27 08:03:37.736 15384 15749 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:03:37.737 15384 15749 I okhttp.OkHttpClient: --> END GET +02-27 08:03:37.739 322 322 D Zygote : Forked child process 15986 +02-27 08:03:37.741 505 555 W ActivityManager: Slow operation: 51ms so far, now at startProcess: done updating battery stats +02-27 08:03:37.742 505 555 W ActivityManager: Slow operation: 52ms so far, now at startProcess: building log message +02-27 08:03:37.742 505 555 I ActivityManager: Start proc 15986:com.google.android.tvlauncher/u0a48 for activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:03:37.742 505 555 W ActivityManager: Slow operation: 52ms so far, now at startProcess: starting to update pids map +02-27 08:03:37.743 505 555 W ActivityManager: Slow operation: 52ms so far, now at startProcess: done updating pids map +02-27 08:03:37.777 15384 15384 D CompatibilityChangeReporter: Compat change id reported: 171228096; UID 10082; state: ENABLED +02-27 08:03:37.824 15986 15986 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:37.857 15962 15962 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:03:37.870 15891 15891 I DeviceStatusMonitor: DeviceStatusMonitor.updateCountryInfo():121 updateCountryInfo(), notifyAnyway = true +02-27 08:03:37.972 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:03:38.013 15384 15748 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=trung-quoc&page=1 (568ms) +02-27 08:03:38.014 15384 15748 I okhttp.OkHttpClient: server: nginx +02-27 08:03:38.014 15384 15748 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:37 GMT +02-27 08:03:38.014 15384 15748 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:38.014 15384 15748 I okhttp.OkHttpClient: content-length: 5 +02-27 08:03:38.014 15384 15748 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:38.014 15384 15748 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:38.014 15384 15748 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:38.026 505 3356 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:38.026 505 3356 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:38.027 505 3356 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:38.027 505 3356 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:38.027 505 3356 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:38.027 505 3356 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:38.027 505 3356 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:38.027 505 3356 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:38.027 505 3356 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:38.027 505 3356 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:38.031 505 3356 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:38.031 505 3356 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:38.031 505 3356 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:38.031 505 3356 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:38.031 505 3356 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:38.031 505 3356 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:38.031 505 3356 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:38.031 505 3356 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:38.031 505 3356 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:38.031 505 3356 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:38.046 15891 15891 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = true +02-27 08:03:38.057 505 3356 W ActivityManager: Slow operation: 195ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:03:38.078 15986 15986 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:03:38.166 182 182 I lowmemorykiller: Kill 'com.google.process.gservices' (15923), uid 10057, oom_score_adj 100 to free 46836kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (439%) +02-27 08:03:38.233 322 322 I Zygote : Process 15923 exited due to signal 9 (Killed) +02-27 08:03:38.248 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 15923 in 0ms +02-27 08:03:38.250 505 1381 I ActivityManager: Process com.google.process.gservices (pid 15923) has died: vis BFGS +02-27 08:03:38.262 15810 15810 I ActivityThread: Removing dead content provider:android.content.ContentProviderProxy@23f0de8 +02-27 08:03:38.282 15891 15891 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:03:38.354 15891 15891 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:38.354 505 1212 W ContentProviderHelper: Slow operation: 59ms so far, now at getContentProviderImpl: after resolveContentProvider +02-27 08:03:38.355 505 1212 W ContentProviderHelper: Slow operation: 63ms so far, now at getContentProviderImpl: got app info for user +02-27 08:03:38.357 505 1212 W ContentProviderHelper: Slow operation: 65ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:03:38.365 505 1212 W ContentProviderHelper: Slow operation: 73ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:03:38.365 505 1212 W ContentProviderHelper: Slow operation: 73ms so far, now at getContentProviderImpl: before getProviderByClass +02-27 08:03:38.365 505 1212 W ContentProviderHelper: Slow operation: 73ms so far, now at getContentProviderImpl: after getProviderByClass +02-27 08:03:38.366 505 1212 W ContentProviderHelper: Slow operation: 74ms so far, now at getContentProviderImpl: before getApplicationInfo +02-27 08:03:38.369 505 1212 W ContentProviderHelper: Slow operation: 77ms so far, now at getContentProviderImpl: after getApplicationInfo +02-27 08:03:38.370 505 1212 W ContentProviderHelper: Slow operation: 77ms so far, now at getContentProviderImpl: now have ContentProviderRecord +02-27 08:03:38.375 15962 15962 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:03:38.376 15962 15962 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:38.384 505 1212 W ContentProviderHelper: Slow operation: 91ms so far, now at getContentProviderImpl: before set stopped state +02-27 08:03:38.384 505 1212 W ContentProviderHelper: Slow operation: 92ms so far, now at getContentProviderImpl: after set stopped state +02-27 08:03:38.384 505 1212 W ContentProviderHelper: Slow operation: 92ms so far, now at getContentProviderImpl: looking for process record +02-27 08:03:38.384 505 1212 W ContentProviderHelper: Slow operation: 92ms so far, now at getContentProviderImpl: before start process +02-27 08:03:38.409 15962 15962 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:03:38.422 505 1212 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:03:38.422 505 1212 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:03:38.422 505 1212 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:03:38.422 505 1212 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:03:38.429 505 1212 W ContentProviderHelper: Slow operation: 137ms so far, now at getContentProviderImpl: after start process +02-27 08:03:38.429 505 1212 W ContentProviderHelper: Slow operation: 137ms so far, now at getContentProviderImpl: updating data structures +02-27 08:03:38.429 505 1212 W ContentProviderHelper: Slow operation: 137ms so far, now at getContentProviderImpl: done! +02-27 08:03:38.429 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:03:38.438 322 322 D Zygote : Forked child process 16015 +02-27 08:03:38.440 15384 15384 W m.streamflow.t: Verification of void androidx.compose.foundation.layout.BoxMeasurePolicy$measure$5.invoke(androidx.compose.ui.layout.Placeable$PlacementScope) took 143.221ms (523.67 bytecodes/s) (3144B approximate peak alloc) +02-27 08:03:38.440 15962 15962 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:03:38.441 505 555 I ActivityManager: Start proc 16015:com.google.process.gservices/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider} +02-27 08:03:38.444 15384 15752 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=nhat-ban&page=1 (702ms) +02-27 08:03:38.445 15384 15752 I okhttp.OkHttpClient: server: nginx +02-27 08:03:38.445 15384 15752 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:37 GMT +02-27 08:03:38.445 15384 15752 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:38.445 15384 15752 I okhttp.OkHttpClient: content-length: 5 +02-27 08:03:38.445 15384 15752 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:38.445 15384 15752 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:38.445 15384 15752 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:38.460 15384 15749 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=au-my&page=1 (723ms) +02-27 08:03:38.460 15384 15749 I okhttp.OkHttpClient: server: nginx +02-27 08:03:38.460 15384 15749 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:37 GMT +02-27 08:03:38.460 15384 15749 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:38.460 15384 15749 I okhttp.OkHttpClient: content-length: 5 +02-27 08:03:38.460 15384 15749 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:38.460 15384 15750 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=thai-lan&page=1 (726ms) +02-27 08:03:38.460 15384 15749 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:38.460 15384 15750 I okhttp.OkHttpClient: server: nginx +02-27 08:03:38.460 15384 15750 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:37 GMT +02-27 08:03:38.460 15384 15750 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:38.460 15384 15750 I okhttp.OkHttpClient: content-length: 5 +02-27 08:03:38.460 15384 15750 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:38.460 15384 15750 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:38.460 15384 15750 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:38.461 15384 15749 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:38.464 15384 15849 I okhttp.OkHttpClient: <-- 200 https://nf.khoavo.myds.me/api/videos/home?category=han-quoc&page=1 (730ms) +02-27 08:03:38.464 15384 15849 I okhttp.OkHttpClient: server: nginx +02-27 08:03:38.464 15384 15849 I okhttp.OkHttpClient: date: Fri, 27 Feb 2026 01:03:38 GMT +02-27 08:03:38.464 15384 15849 I okhttp.OkHttpClient: content-type: text/plain; charset=utf-8 +02-27 08:03:38.464 15384 15849 I okhttp.OkHttpClient: content-length: 5 +02-27 08:03:38.464 15384 15849 I okhttp.OkHttpClient: vary: Origin +02-27 08:03:38.464 15384 15849 I okhttp.OkHttpClient: strict-transport-security: max-age=15768000; includeSubdomains; preload +02-27 08:03:38.464 15384 15849 I okhttp.OkHttpClient: <-- END HTTP +02-27 08:03:38.468 16015 16015 E ocess.gservice: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:38.497 15891 15891 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:03:38.505 15986 15986 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:03:38.594 505 1212 W ActivityManager: Slow operation: 74ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:03:38.633 15847 15847 D AndroidRuntime: Calling main entry com.android.commands.uiautomator.Launcher +02-27 08:03:38.652 15891 16030 E FileCache: FileCache.clearObsoleteFilesInternal():271 Failed to delete all obsolete files under folder: /data/user_de/0/com.google.android.inputmethod.latin/cache/kb_def +02-27 08:03:38.661 505 1212 W ActivityManager: Slow operation: 172ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:03:38.661 505 1212 W ActivityManager: Slow operation: 172ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:03:38.685 505 1212 W ActivityManager: Slow operation: 196ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:03:38.733 505 1212 W ActivityManager: Slow operation: 244ms so far, now at attachApplicationLocked: after updateOomAdjLocked +02-27 08:03:38.745 15986 15986 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:03:38.745 15986 15986 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:38.755 16015 16015 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:03:38.759 15986 15986 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:38.778 15986 15986 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:38.806 15891 15891 I TVLatinApp: TVLatinApp.initialize():527 initialize() +02-27 08:03:38.838 182 182 I lowmemorykiller: Kill 'com.google.android.tvlauncher' (15986), uid 10048, oom_score_adj 102 to free 61228kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (304%) +02-27 08:03:38.986 505 2251 I ActivityManager: Process com.google.android.tvlauncher (pid 15986) has died: vis+2 TOP +02-27 08:03:38.988 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 15986 in 1ms +02-27 08:03:38.990 322 322 I Zygote : Process 15986 exited due to signal 9 (Killed) +02-27 08:03:39.020 505 505 W Looper : Slow dispatch took 186ms main h=com.android.server.accessibility.AccessibilityManagerService$MainHandler c=com.android.server.accessibility.UiAutomationManager$UiAutomationService$$ExternalSyntheticLambda0@b59aeae m=0 +02-27 08:03:39.154 505 545 W ActivityManager: Slow operation: 121ms so far, now at startProcess: done creating new process record +02-27 08:03:39.155 505 545 W ActivityManager: Slow operation: 121ms so far, now at startProcess: stepping in to startProcess +02-27 08:03:39.156 505 505 W Looper : Slow dispatch took 136ms main h=com.android.providers.settings.SettingsProvider$SettingsRegistry$MyHandler c=null m=1 +02-27 08:03:39.187 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:03:39.189 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:03:39.189 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:03:39.189 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:03:39.190 505 543 W Looper : Slow dispatch took 197ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:03:39.192 505 545 W ActivityManager: Slow operation: 159ms so far, now at startProcess: done starting proc! +02-27 08:03:39.194 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:03:39.200 505 505 W Looper : Slow delivery took 200ms main h=com.android.server.accessibility.AccessibilityManagerService$MainHandler c=runnable@4d567dc(com.android.server.accessibility.AccessibilityManagerService@4aa70e5,com.android.server.accessibility.AccessibilityUserState@11607ba) m=0 +02-27 08:03:39.203 322 322 D Zygote : Forked child process 16040 +02-27 08:03:39.205 505 555 I ActivityManager: Start proc 16040:com.google.android.tvlauncher/u0a48 for activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:03:39.205 505 555 W ActivityManager: Slow operation: 51ms so far, now at startProcess: starting to update pids map +02-27 08:03:39.217 505 555 W ActivityManager: Slow operation: 63ms so far, now at startProcess: done updating pids map +02-27 08:03:39.224 505 505 W Looper : Drained +02-27 08:03:39.230 505 505 D BatterySaverPolicy: accessibility changed to true, updating policy. +02-27 08:03:39.232 16040 16040 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:39.265 182 182 I lowmemorykiller: Kill 'com.google.process.gservices' (16015), uid 10057, oom_score_adj 100 to free 47408kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (349%) +02-27 08:03:39.334 322 322 I Zygote : Process 16015 exited due to signal 9 (Killed) +02-27 08:03:39.337 15962 15971 W gle.android.gm: Suspending all threads took: 23.997ms +02-27 08:03:39.338 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 16015 in 0ms +02-27 08:03:39.339 505 2673 I ActivityManager: Process com.google.process.gservices (pid 16015) has died: vis BFGS +02-27 08:03:39.379 15962 15971 I gle.android.gm: Background young concurrent copying GC freed 14186(724KB) AllocSpace objects, 2(40KB) LOS objects, 92% free, 2096KB/26MB, paused 1.016ms,29.407ms total 253.864ms +02-27 08:03:39.383 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:03:39.383 505 2673 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:03:39.383 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:03:39.383 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:03:39.384 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:03:39.388 322 322 D Zygote : Forked child process 16056 +02-27 08:03:39.512 16056 16056 E ocess.gservice: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:39.541 505 2251 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:39.541 505 2251 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:39.541 505 2251 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:39.541 505 2251 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:39.541 505 2251 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:39.541 505 2251 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:39.542 505 2251 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:39.542 505 2251 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:39.542 505 2251 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:39.542 505 2251 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:39.544 505 2251 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:39.544 505 2251 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:39.544 505 2251 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:39.544 505 2251 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:39.544 505 2251 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:39.544 505 2251 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:39.544 505 2251 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:39.544 505 2251 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:39.544 505 2251 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:39.544 505 2251 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:39.558 15384 15384 E MovieRepo: getHomeVideos(hinh-su): Received 28 items +02-27 08:03:39.559 15384 15384 E MovieRepo: getHomeVideos(the-thao): Received 49 items +02-27 08:03:39.559 15384 15384 E MovieRepo: getHomeVideos(tam-ly): Received 48 items +02-27 08:03:39.559 15384 15384 E MovieRepo: getHomeVideos(chien-tranh): Received 48 items +02-27 08:03:39.640 505 2251 W ActivityManager: Slow operation: 249ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:03:39.645 505 555 W ActivityManager: Slow operation: 287ms so far, now at startProcess: done updating battery stats +02-27 08:03:39.647 505 555 W ActivityManager: Slow operation: 289ms so far, now at startProcess: building log message +02-27 08:03:39.647 505 555 I ActivityManager: Start proc 16056:com.google.process.gservices/u0a57 for restart com.google.process.gservices +02-27 08:03:39.647 505 555 W ActivityManager: Slow operation: 289ms so far, now at startProcess: starting to update pids map +02-27 08:03:39.656 16040 16040 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:03:39.664 505 555 W ActivityManager: Slow operation: 306ms so far, now at startProcess: done updating pids map +02-27 08:03:39.678 15384 15384 I Choreographer: Skipped 111 frames! The application may be doing too much work on its main thread. +02-27 08:03:39.734 182 182 I lowmemorykiller: Kill 'com.google.android.tvlauncher' (16040), uid 10048, oom_score_adj 102 to free 48840kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (357%) +02-27 08:03:39.781 322 322 I Zygote : Process 16040 exited due to signal 9 (Killed) +02-27 08:03:39.791 505 1212 I ActivityManager: Process com.google.android.tvlauncher (pid 16040) has died: vis+2 TOP +02-27 08:03:39.795 505 543 W Looper : Slow dispatch took 108ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:03:39.846 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 16040 in 0ms +02-27 08:03:39.857 505 505 W Looper : Slow dispatch took 163ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=3 +02-27 08:03:39.884 16056 16056 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:03:39.977 182 182 I lowmemorykiller: Kill 'com.google.android.permissioncontroller' (15292), uid 10077, oom_score_adj 100 to free 44780kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (480%) +02-27 08:03:40.007 322 322 I Zygote : Process 15292 exited due to signal 9 (Killed) +02-27 08:03:40.020 15384 15583 D EGL_emulation: app_time_stats: avg=845.33ms min=5.45ms max=3782.30ms count=7 +02-27 08:03:40.041 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:03:40.041 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:03:40.041 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:03:40.041 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:03:40.042 505 556 I libprocessgroup: Successfully killed process cgroup uid 10077 pid 15292 in 0ms +02-27 08:03:40.042 505 3356 I ActivityManager: Process com.google.android.permissioncontroller (pid 15292) has died: vis IMPF +02-27 08:03:40.042 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:03:40.051 505 3356 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.role.service.RoleControllerServiceImpl in 1000ms for connection +02-27 08:03:40.051 505 3356 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.permission.service.PermissionControllerServiceImpl in 10999ms for connection +02-27 08:03:40.052 322 322 D Zygote : Forked child process 16071 +02-27 08:03:40.059 505 555 I ActivityManager: Start proc 16071:com.google.android.tvlauncher/u0a48 for activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:03:40.202 16071 16071 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:40.332 15891 15891 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:03:40.345 346 346 E android.hardware.power.stats@1.0-service-mock: Failed to getEnergyData +02-27 08:03:40.386 15891 15982 I LauncherIconVisibilityInitializerBase: LauncherIconVisibilityInitializerBase.lambda$doUpdate$0():52 doUpdate() : Visible = false +02-27 08:03:40.408 15891 15891 I AndroidIME: TVLatinApp.onUserUnlocked():254 device protected preferences are migrated +02-27 08:03:40.417 505 1212 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:40.417 505 1212 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:40.417 505 1212 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:40.417 505 1212 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:40.417 505 1212 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:40.417 505 1212 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:40.417 505 1212 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:40.417 505 1212 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:40.417 505 1212 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:40.417 505 1212 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:40.419 505 1212 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:40.419 505 1212 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:40.419 505 1212 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:40.419 505 1212 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:40.419 505 1212 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:40.419 505 1212 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:40.419 505 1212 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:40.419 505 1212 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:40.419 505 1212 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:40.419 505 1212 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:40.447 505 1212 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10048; state: DISABLED +02-27 08:03:40.447 182 182 I lowmemorykiller: Kill 'com.google.android.tv.remote.service' (15810), uid 10049, oom_score_adj 100 to free 44196kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (330%) +02-27 08:03:40.471 322 322 I Zygote : Process 15810 exited due to signal 9 (Killed) +02-27 08:03:40.517 505 1212 W ActivityManager: Slow operation: 127ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:03:40.574 505 540 I ActivityManager: Process com.google.android.tv.remote.service (pid 15810) has died: vis FGS +02-27 08:03:40.576 505 556 I libprocessgroup: Successfully killed process cgroup uid 10049 pid 15810 in 2ms +02-27 08:03:40.589 16056 16056 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:03:40.589 16056 16056 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:40.595 16071 16071 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:03:40.597 505 540 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.RemoteService in 20454ms for start-requested +02-27 08:03:40.598 505 540 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.AtvRemoteProviderService in 30454ms for connection +02-27 08:03:40.639 16056 16056 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:40.648 16056 16056 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:40.741 505 505 D BatterySaverPolicy: accessibility changed to false, updating policy. +02-27 08:03:40.804 15384 15384 I Choreographer: Skipped 36 frames! The application may be doing too much work on its main thread. +02-27 08:03:40.868 15847 15847 D AndroidRuntime: Shutting down VM +02-27 08:03:41.000 15891 16096 I SuperpacksManager: SuperpacksManager.initializeInternal():509 initializeInternal() +02-27 08:03:41.012 15891 16097 W putmethod.lati: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:03:41.012 15891 16097 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:03:41.012 15891 16097 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:03:41.012 16056 16056 I GservicesProvider: Gservices pushing to system: true; secure/global: true +02-27 08:03:41.016 15891 16091 I ShortcutsDataManager: ShortcutsDataManager.onContentChanged():73 onContentChanged() +02-27 08:03:41.020 16071 16071 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:03:41.031 15891 16091 I ContactsDataManager: ContactsDataManager.onContentChanged():159 onContentChanged() +02-27 08:03:41.031 15891 16091 I EmailDataManager: EmailDataManager.onContentChanged():115 onContentChanged() +02-27 08:03:41.045 15891 15891 I PhenotypeModule: PhenotypeModule.onCreate():142 onCreate() +02-27 08:03:41.046 15891 15891 I PhenotypeModule: PhenotypeModule.maybeFetchAndUpdate():169 maybeFetchAndUpdate: forceRefresh=true +02-27 08:03:41.140 182 182 I lowmemorykiller: Kill 'com.google.android.tvlauncher' (16071), uid 10048, oom_score_adj 102 to free 47516kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (319%) +02-27 08:03:41.148 322 322 I Zygote : Process 16071 exited due to signal 9 (Killed) +02-27 08:03:41.191 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 16071 in 0ms +02-27 08:03:41.192 505 2621 I ActivityManager: Process com.google.android.tvlauncher (pid 16071) has died: vis+2 TOP +02-27 08:03:41.249 182 182 I lowmemorykiller: Kill 'com.google.process.gservices' (16056), uid 10057, oom_score_adj 905 to free 59260kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (139%) +02-27 08:03:41.271 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fa7cc000 0x1fb12c000] +02-27 08:03:41.308 505 543 W Looper : Slow dispatch took 105ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:03:41.311 15384 16121 D HostConnection: createUnique: call +02-27 08:03:41.311 15384 16121 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09dbd0, tid 16121 +02-27 08:03:41.317 15384 16121 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:03:41.319 15384 16121 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 08:03:41.319 15384 16121 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 08:03:41.322 15384 16121 D EGL_emulation: eglCreateContext: 0xb400007b8b097ed0: maj 3 min 0 rcv 3 +02-27 08:03:41.334 15384 16121 D EGL_emulation: eglMakeCurrent: 0xb400007b8b097ed0: ver 3 0 (tinfo 0x7da366d100) (first time) +02-27 08:03:41.338 505 2621 D CompatibilityChangeReporter: Compat change id reported: 181136395; UID 10082; state: DISABLED +02-27 08:03:41.339 15384 15817 D HostConnection: createUnique: call +02-27 08:03:41.339 15384 15817 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09c910, tid 15817 +02-27 08:03:41.341 505 2621 D CompatibilityChangeReporter: Compat change id reported: 174042936; UID 10082; state: DISABLED +02-27 08:03:41.342 15384 15817 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:03:41.364 337 399 D goldfish-address-space: claimShared: Ask to claim region [0x1fb12c000 0x1fb1b0000] +02-27 08:03:41.370 505 505 W Looper : Slow dispatch took 140ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=5 +02-27 08:03:41.370 15384 16053 D HostConnection: createUnique: call +02-27 08:03:41.373 322 322 I Zygote : Process 16056 exited due to signal 9 (Killed) +02-27 08:03:41.373 15384 16053 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b0a2fd0, tid 16053 +02-27 08:03:41.376 15384 16053 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:03:41.390 182 182 W lowmemorykiller: Failed to open /proc/16056/oom_score_adj; errno=2: process 16056 might have been killed +02-27 08:03:41.431 15891 16096 I SuperpacksManager: SuperpacksManager.initializeInternal():556 Switched background task scheduler: false +02-27 08:03:41.512 505 554 W ActivityManager: Slow operation: 76ms so far, now at startProcess: done creating new process record +02-27 08:03:41.512 505 554 W ActivityManager: Slow operation: 82ms so far, now at startProcess: stepping in to startProcess +02-27 08:03:41.535 15384 15397 I m.streamflow.t: NativeAlloc concurrent copying GC freed 329141(14MB) AllocSpace objects, 20(840KB) LOS objects, 49% free, 9575KB/18MB, paused 850us,562us total 163.637ms +02-27 08:03:41.561 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10077; state: DISABLED +02-27 08:03:41.562 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10077; state: DISABLED +02-27 08:03:41.562 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10077; state: DISABLED +02-27 08:03:41.562 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10077; state: DISABLED +02-27 08:03:41.565 505 554 W ActivityManager: Slow operation: 135ms so far, now at startProcess: done starting proc! +02-27 08:03:41.566 505 555 W ActivityManager: Slow operation: 54ms so far, now at startProcess: asking zygote to start proc +02-27 08:03:41.566 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10077; state: DISABLED +02-27 08:03:41.576 15891 16096 I JobSchedulerImpl: JobSchedulerImpl.schedule():73 Schedule task: superpacks-gc-task. Cancel the pre-existing task. +02-27 08:03:41.578 182 182 W lowmemorykiller: Failed to open /proc/16056/oom_score_adj; errno=2: process 16056 might have been killed +02-27 08:03:41.578 322 322 D Zygote : Forked child process 16122 +02-27 08:03:41.581 505 555 W ActivityManager: Slow operation: 69ms so far, now at startProcess: returned from zygote! +02-27 08:03:41.586 16122 16122 I libc : SetHeapTaggingLevel: tag level set to 0 +02-27 08:03:41.607 505 3356 I ActivityManager: Process com.google.process.gservices (pid 16056) has died: cch+5 CEM +02-27 08:03:41.607 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 16056 in 0ms +02-27 08:03:41.608 15891 16096 I JobSchedulerImpl: JobSchedulerImpl.schedule():91 Schedule task: superpacks-gc-task. Success. +02-27 08:03:41.610 505 3356 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:03:41.610 505 3356 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:03:41.610 505 3356 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:03:41.610 505 3356 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:03:41.614 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:03:41.614 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:03:41.614 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:03:41.614 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:03:41.617 505 555 W ActivityManager: Slow operation: 105ms so far, now at startProcess: done updating battery stats +02-27 08:03:41.617 505 555 W ActivityManager: Slow operation: 105ms so far, now at startProcess: building log message +02-27 08:03:41.617 505 555 I ActivityManager: Start proc 16122:com.google.android.permissioncontroller/u0a77 for service {com.google.android.permissioncontroller/com.android.permissioncontroller.role.service.RoleControllerServiceImpl} +02-27 08:03:41.617 505 555 W ActivityManager: Slow operation: 105ms so far, now at startProcess: starting to update pids map +02-27 08:03:41.617 505 555 W ActivityManager: Slow operation: 105ms so far, now at startProcess: done updating pids map +02-27 08:03:41.618 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:03:41.621 322 322 D Zygote : Forked child process 16129 +02-27 08:03:41.621 505 555 I ActivityManager: Start proc 16129:com.google.process.gservices/u0a57 for restart com.google.process.gservices +02-27 08:03:41.621 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:03:41.623 322 322 D Zygote : Forked child process 16130 +02-27 08:03:41.624 15384 15583 D EGL_emulation: app_time_stats: avg=392.83ms min=18.34ms max=792.68ms count=4 +02-27 08:03:41.624 505 555 I ActivityManager: Start proc 16130:com.google.android.tvlauncher/u0a48 for activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:03:41.729 16122 16122 E ssioncontrolle: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:41.736 16130 16130 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:41.737 16129 16129 E ocess.gservice: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:41.752 182 182 I lowmemorykiller: Kill 'com.streamflow.tv' (15384), uid 10082, oom_score_adj 0 to free 158524kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (388%) +02-27 08:03:41.767 322 322 I Zygote : Process 15384 exited due to signal 9 (Killed) +02-27 08:03:41.770 505 2908 I WindowManager: WIN DEATH: Window{430f5b6 u0 com.streamflow.tv/com.streamflow.tv.MainActivity} +02-27 08:03:41.778 505 2586 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10082/15384, android.os.BinderProxy@d06a80f) +02-27 08:03:41.796 505 2908 W InputManager-JNI: Input channel object '430f5b6 com.streamflow.tv/com.streamflow.tv.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:03:41.819 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:41.828 505 540 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:03:41.832 505 1684 I ActivityManager: Process com.streamflow.tv (pid 15384) has died: fg TOP +02-27 08:03:41.832 505 556 I libprocessgroup: Successfully killed process cgroup uid 10082 pid 15384 in 0ms +02-27 08:03:41.834 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 08:03:41.835 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:41.837 505 1684 W ActivityTaskManager: Force removing ActivityRecord{49f732a u0 com.streamflow.tv/.MainActivity t20}: app died, no saved state +02-27 08:03:41.852 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:41.856 505 546 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=20 attached=false +02-27 08:03:41.880 16129 16129 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:03:41.887 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:41.887 16122 16122 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10077; state: DISABLED +02-27 08:03:41.890 505 3356 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:41.890 505 3356 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:41.890 505 3356 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:41.890 505 3356 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:41.890 505 3356 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:41.890 505 3356 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:41.890 505 3356 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:41.890 505 3356 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:41.890 505 3356 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:41.890 505 3356 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:41.890 505 3356 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:41.890 505 3356 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:41.890 505 3356 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:41.890 505 3356 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:41.890 505 3356 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:41.890 505 3356 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:41.890 505 3356 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:41.890 505 3356 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:41.890 505 3356 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:41.890 505 3356 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:03:41.891 15891 15891 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:41.892 505 3356 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10048; state: DISABLED +02-27 08:03:41.892 505 3356 D CompatibilityChangeReporter: Compat change id reported: 181136395; UID 10048; state: DISABLED +02-27 08:03:41.892 505 3356 D CompatibilityChangeReporter: Compat change id reported: 174042936; UID 10048; state: DISABLED +02-27 08:03:41.894 505 3356 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10048; state: DISABLED +02-27 08:03:41.895 505 3356 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10048; state: DISABLED +02-27 08:03:41.896 15891 16093 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:41.897 16122 16122 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar +02-27 08:03:41.905 15891 16093 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:03:41.906 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 15384 +02-27 08:03:41.914 15891 15891 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:03:41.915 16130 16130 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:03:41.915 15891 15891 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:03:41.918 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:03:41.945 16130 16130 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:03:41.954 15891 15891 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:03:41.954 15891 15891 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:41.957 15891 15891 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:41.962 15891 15891 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:03:41.963 15891 15891 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:03:41.964 15891 15891 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:41.969 15891 15891 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:41.972 15891 15891 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:41.972 15891 15891 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:41.974 15891 15891 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:41.974 15891 15891 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:41.976 15891 15891 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:41.977 16129 16129 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:03:41.977 16129 16129 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:41.978 16122 16122 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.permissioncontroller' set to: 'default' +02-27 08:03:41.978 16122 16122 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:41.978 16129 16129 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:41.981 16129 16129 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:41.984 16130 16130 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:03:41.984 16130 16130 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:41.984 15891 15891 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:41.985 16130 16130 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:41.985 16122 16122 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:41.986 16122 16122 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:41.987 16130 16130 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:41.994 15891 15891 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:03:41.995 15891 15891 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:03:41.995 15891 15891 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:41.996 15891 15891 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:41.996 15891 15891 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:41.998 15891 15891 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:41.998 15891 15891 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:41.998 15891 15891 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:42.000 15891 15891 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:42.000 15891 15891 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:42.010 15891 16177 I JapaneseMozcExtension: JapaneseMozcExtension.onCreateServiceInternal():78 onCreateServiceInternal() +02-27 08:03:42.021 16122 16122 I CarUiInstaller: CarUiInstaller started for com.google.android.permissioncontroller +02-27 08:03:42.028 15891 16183 I NetworkInfoNotification: NetworkInfoNotification$Listener.onReceive():93 onNetworkAvailable: networkState = NON_METERED, isAirplaneModeOn = false +02-27 08:03:42.028 16129 16129 I GservicesProvider: Gservices pushing to system: true; secure/global: true +02-27 08:03:42.031 16122 16122 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:03:42.034 15891 15891 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 10 +02-27 08:03:42.034 15891 15891 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 10 +02-27 08:03:42.034 15891 15891 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 15 +02-27 08:03:42.034 15891 15891 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 15 +02-27 08:03:42.034 15891 15891 I DeviceStatusMonitor: DeviceStatusMonitor$1.onReceive():58 onReceive() : Action = android.net.conn.CONNECTIVITY_CHANGE +02-27 08:03:42.039 15891 15891 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = false +02-27 08:03:42.039 15891 15891 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 10 +02-27 08:03:42.039 15891 15891 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 10 +02-27 08:03:42.039 15891 15891 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 15 +02-27 08:03:42.039 15891 15891 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 15 +02-27 08:03:42.040 15891 15891 I UrgentSignalsProcessor: UrgentSignalsProcessor.flagUpdated():97 Received flagsUpdated for urgent signal +02-27 08:03:42.042 15891 15891 I DictionarySuperpacksManager: DictionarySuperpacksManager$1.onEnabledInputMethodEntriesChanged():60 onEnabledInputMethodEntriesChanged +02-27 08:03:42.042 15891 15891 I MetricsProcessorProviderManager: MetricsProcessorProviderManager.onClearcutAdapterReady():102 onClearcutAdapterReady +02-27 08:03:42.049 15891 15891 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 10 +02-27 08:03:42.049 15891 15891 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 10 +02-27 08:03:42.049 15891 15891 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 15 +02-27 08:03:42.050 15891 15891 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 15 +02-27 08:03:42.105 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10052; state: DISABLED +02-27 08:03:42.105 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10052; state: DISABLED +02-27 08:03:42.105 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10052; state: DISABLED +02-27 08:03:42.105 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10052; state: ENABLED +02-27 08:03:42.105 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10052; state: ENABLED +02-27 08:03:42.107 322 322 D Zygote : Forked child process 16197 +02-27 08:03:42.108 505 555 I ActivityManager: Start proc 16197:com.google.android.tvrecommendations/u0a52 for broadcast {com.google.android.tvrecommendations/com.google.android.tvrecommendations.account.TvLauncherAccountReceiver} +02-27 08:03:42.121 16197 16197 E recommendation: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:42.133 505 2586 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10052; state: DISABLED +02-27 08:03:42.146 16197 16197 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10052; state: ENABLED +02-27 08:03:42.152 16130 16215 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:03:42.155 16130 16215 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:03:42.157 16130 16215 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:03:42.162 15891 15891 I putmethod.lati: Explicit concurrent copying GC freed 3870(218KB) AllocSpace objects, 1(16KB) LOS objects, 24% free, 3728KB/4971KB, paused 11us,9us total 4.911ms +02-27 08:03:42.169 16197 16197 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVRecommendations/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:03:42.186 16197 16197 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvrecommendations' set to: 'default' +02-27 08:03:42.186 16197 16197 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:42.191 16197 16197 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:42.191 16197 16197 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:42.193 15891 15891 I KeyboardDefManager: KeyboardDefManager$LoadKeyboardDefTask$1.onFailure():184 Task to load keyboard def was canceled. +02-27 08:03:42.193 15891 15891 I KeyboardDefManager: java.util.concurrent.CancellationException: Task was cancelled. +02-27 08:03:42.193 15891 15891 I KeyboardDefManager: at jke.s(PG:3) +02-27 08:03:42.193 15891 15891 I KeyboardDefManager: at jke.get(PG:4) +02-27 08:03:42.193 15891 15891 I KeyboardDefManager: at job.k(PG:1) +02-27 08:03:42.193 15891 15891 I KeyboardDefManager: at job.E(PG:2) +02-27 08:03:42.193 15891 15891 I KeyboardDefManager: at jma.run(PG:4) +02-27 08:03:42.193 15891 15891 I KeyboardDefManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:03:42.193 15891 15891 I KeyboardDefManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:03:42.193 15891 15891 I KeyboardDefManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:03:42.193 15891 15891 I KeyboardDefManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:03:42.193 15891 15891 I KeyboardDefManager: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:03:42.193 15891 15891 I KeyboardDefManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:03:42.193 15891 15891 I KeyboardDefManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:03:42.193 15891 15891 I KeyboardDefManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:03:42.212 16122 16122 W UnsafeUtil: platform method missing - proto runtime falling back to safer methods: java.lang.NoSuchMethodException: sun.misc.Unsafe.copyMemory [class java.lang.Object, long, class java.lang.Object, long, long] +02-27 08:03:42.214 505 2586 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10066; state: DISABLED +02-27 08:03:42.220 15891 15891 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1145 update screenHeightWithoutNaviBar to: 1080 +02-27 08:03:42.222 15891 15891 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1152 update max height when insets changes +02-27 08:03:42.224 15891 16243 I PhenotypeModule: PhenotypeModule.handlePhenotypeConfigurationUpdatesInternal():365 Latency of updating configurations from phenotype (experiment v4): 1 +02-27 08:03:42.224 15891 16243 I PhenotypeModule: PhenotypeModule.handlePhenotypeConfigurationUpdates():264 Latency of updating configurations from phenotype (ExperimentV4): 1 +02-27 08:03:42.225 15891 16245 I PhenotypeModule: PhenotypeModule.lambda$fetchAndUpdate$1():221 fetchAndUpdate() : Success, hasFlags=true, flagCount=6, lastFetchStatus=February 27, 8:03 AM {reason=1, isFullFetch=true, success=true, isEmpty=false, isDelta=false, fetchedFlagsCount=6, deletedFlagsCount=363, updatedFlagsCount=0, totalTime=1178} +02-27 08:03:42.225 16197 16197 E ActivityThread: Failed to find provider info for tvlauncher.config +02-27 08:03:42.225 16197 16197 E OemConfigurationData: Error reading content://tvlauncher.config/configuration +02-27 08:03:42.225 16197 16197 E OemConfigurationData: No content provider: content://tvlauncher.config/configuration +02-27 08:03:42.234 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:42.235 12156 12156 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:03:42.296 16130 16130 W ChimeRegistrationManage: Chime not initialized, cannot register for notifications. +02-27 08:03:42.320 505 2796 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10033; state: DISABLED +02-27 08:03:42.320 505 2796 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10033; state: DISABLED +02-27 08:03:42.320 505 2796 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10033; state: DISABLED +02-27 08:03:42.320 505 2796 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10033; state: ENABLED +02-27 08:03:42.320 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10033; state: ENABLED +02-27 08:03:42.324 322 322 D Zygote : Forked child process 16256 +02-27 08:03:42.324 505 555 I ActivityManager: Start proc 16256:com.android.providers.tv/u0a33 for content provider {com.android.providers.tv/com.android.providers.tv.TvProvider} +02-27 08:03:42.325 16130 16130 W Glide : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored +02-27 08:03:42.337 16256 16256 E id.providers.t: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:42.350 505 3356 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10033; state: DISABLED +02-27 08:03:42.353 16256 16256 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10033; state: ENABLED +02-27 08:03:42.371 505 3356 D ConnectivityService: requestNetwork for uid/pid:10048/16130 activeRequest: null callbackRequest: 213 [NetworkRequest [ REQUEST id=214, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:03:42.372 16130 16130 W PrtnrWidgetInfoLdr: No content provider for OEM widget found +02-27 08:03:42.372 505 709 D ConnectivityService: NetReassign [214 : null → 100] +02-27 08:03:42.373 16197 16257 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10052; state: ENABLED +02-27 08:03:42.379 16256 16256 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.tv' set to: 'default' +02-27 08:03:42.379 16256 16256 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:42.381 16256 16256 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:42.381 16256 16256 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:42.383 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=214, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:03:42.384 16256 16256 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10033; state: ENABLED +02-27 08:03:42.385 16130 16286 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.searchapi.VoiceInteractionProvider +02-27 08:03:42.385 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=214, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:03:42.386 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=214, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:03:42.387 16130 16286 E ActivityThread: Failed to find provider info for tvlauncher.mic +02-27 08:03:42.387 16130 16289 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:03:42.388 16130 16289 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:03:42.397 15962 15962 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:03:42.398 15962 15962 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:03:42.398 15962 15962 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:03:42.417 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:42.423 505 546 D CompatibilityChangeReporter: Compat change id reported: 158002302; UID 10048; state: ENABLED +02-27 08:03:42.426 16130 16200 D HostConnection: createUnique: call +02-27 08:03:42.427 16130 16200 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b0999d0, tid 16200 +02-27 08:03:42.430 16130 16200 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:03:42.434 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:42.500 15962 15962 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:03:42.534 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 08:03:42.536 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:42.538 16130 16200 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 08:03:42.539 16130 16200 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 08:03:42.542 16130 16200 D EGL_emulation: eglCreateContext: 0xb400007b8b099910: maj 3 min 0 rcv 3 +02-27 08:03:42.552 16130 16200 D EGL_emulation: eglMakeCurrent: 0xb400007b8b099910: ver 3 0 (tinfo 0x7da2400080) (first time) +02-27 08:03:42.590 12156 12408 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:03:42.590 12156 12408 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:03:42.596 12156 12408 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:03:42.596 12156 12408 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:03:42.604 12156 12408 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:03:42.620 360 525 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 08:03:42.623 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 08:03:42.623 16130 16200 I Gralloc4: mapper 4.x is not supported +02-27 08:03:42.632 16130 16200 D HostConnection: createUnique: call +02-27 08:03:42.632 16130 16200 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09a090, tid 16200 +02-27 08:03:42.636 16130 16200 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 08:03:42.637 16130 16200 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 08:03:42.650 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 08:03:42.651 16130 16200 W Gralloc4: allocator 4.x is not supported +02-27 08:03:42.658 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:03:42.666 16130 16200 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:03:42.677 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f97f4000 0x1f9fe0000] +02-27 08:03:42.688 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9fe0000 0x1fa7cc000] +02-27 08:03:42.706 12156 12408 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:03:42.706 12156 12408 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:03:42.710 12156 12408 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:03:42.717 12156 12408 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:03:42.720 12156 12495 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:03:42.722 15962 15962 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:03:42.760 12156 12156 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 } +02-27 08:03:42.812 505 2251 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:03:42.824 16197 16197 D NowPlayingListener: setRemoteControlListener: dqv@d562ab5 +02-27 08:03:42.830 16197 16197 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:03:42.832 16197 16197 D NowPlayingManager: onClientChanged() called +02-27 08:03:42.832 16197 16197 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:03:42.836 505 505 V NotificationListeners: 0 notification listener service connected: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:03:42.839 505 2251 D ConnectivityService: requestNetwork for uid/pid:10052/16197 activeRequest: null callbackRequest: 215 [NetworkRequest [ REQUEST id=216, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ]] callback flags: 0 priority: 2147483647 +02-27 08:03:42.843 505 709 D ConnectivityService: NetReassign [216 : null → 100] +02-27 08:03:42.846 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=216, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:03:42.847 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:03:42.848 16197 16297 I cr_CronetLibraryLoader: Cronet version: 105.0.5195.35, arch: aarch64 +02-27 08:03:42.850 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=216, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:03:42.852 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=216, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:03:42.857 14051 14051 D dumpstate: Duration of 'APP SERVICES NON-PLATFORM': 6.66s +02-27 08:03:42.865 16197 16197 E TVNotifService.NotifMgr: Cannot show unshown notifications, notification service is null +02-27 08:03:42.880 505 2586 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:03:42.883 505 2113 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:03:42.918 770 770 D TvNotificationHandler: Notification added +02-27 08:03:42.933 16197 16223 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10052; state: ENABLED +02-27 08:03:42.934 16130 16158 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10048; state: ENABLED +02-27 08:03:42.937 15962 16330 I Watchcat: Started +02-27 08:03:42.941 15962 16331 I GMS_MM_Logger: Started. +02-27 08:03:42.945 15962 15962 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:03:42.978 16130 16130 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:03:42.984 16130 16323 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:03:42.991 16130 16130 E Clearcut-EventLogger: Unexpected log parameter home_selected_row_position +02-27 08:03:42.991 16130 16130 W HomeController: onResume: List view global layout completed. +02-27 08:03:42.997 16130 16323 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:222508000 +02-27 08:03:42.997 16130 16323 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 222508000 +02-27 08:03:43.025 15962 15962 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 } +02-27 08:03:43.025 15962 15962 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 } +02-27 08:03:43.041 16130 16323 D DynamitePackage: Instantiated singleton DynamitePackage. +02-27 08:03:43.041 16130 16323 D DynamitePackage: Instantiating com.google.android.gms.ads.adshield.ChimeraAdShieldCreatorImpl +02-27 08:03:43.073 505 2796 D ConnectivityService: requestNetwork for uid/pid:10048/16130 activeRequest: null callbackRequest: 218 [NetworkRequest [ REQUEST id=219, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:03:43.073 505 709 D ConnectivityService: NetReassign [219 : null → 100] +02-27 08:03:43.073 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=219, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:03:43.073 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=219, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:03:43.073 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=219, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:03:43.101 15962 16390 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:03:43.131 505 572 E VerityUtils: Failed to measure fs-verity, errno 1: /product/priv-app/TVLauncher/TVLauncher.apk +02-27 08:03:43.128 505 505 W PackageManagerB: type=1400 audit(0.0:2021): avc: denied { ioctl } for path="/product/priv-app/TVLauncher/TVLauncher.apk" dev="dm-2" ino=220 ioctlcmd=0x6686 scontext=u:r:system_server:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 +02-27 08:03:43.153 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:03:43.158 15962 15962 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:03:43.158 15962 15962 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:03:43.160 15962 15962 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:03:43.235 182 182 I lowmemorykiller: Kill 'com.google.android.inputmethod.latin' (15891), uid 10066, oom_score_adj 200 to free 56396kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (374%) +02-27 08:03:43.247 322 322 I Zygote : Process 15891 exited due to signal 9 (Killed) +02-27 08:03:43.285 198 14965 I keystore2: keystore2::watchdog: Watchdog thread idle -> terminating. Have a great day. +02-27 08:03:43.314 15962 16332 I Icing : Storage manager: low false usage 1.54MB avail 5.39GB capacity 5.80GB +02-27 08:03:43.334 505 540 I ActivityManager: Process com.google.android.inputmethod.latin (pid 15891) has died: prcp IMPB +02-27 08:03:43.349 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 15891 in 6ms +02-27 08:03:43.397 15962 16396 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=30 +02-27 08:03:43.432 505 2476 I WindowManager: WIN DEATH: Window{3d8a054 u0 InputMethod} +02-27 08:03:43.440 505 2476 W InputManager-JNI: Input channel object '3d8a054 InputMethod (client)' was disposed without first being removed with the input manager! +02-27 08:03:43.455 505 540 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 1000ms for connection +02-27 08:03:43.480 15962 16332 W native : W0000 00:00:1772154223.480509 16332 model-utils.cc:16] No CRC32, most likely an old model; skip CRC32 check +02-27 08:03:43.482 15962 16332 I native : I0000 00:00:1772154223.482017 16332 permission-checker.cc:81] Creating PermissionChecker based on ACL with config_version 1 having 9 permissions defined. +02-27 08:03:43.483 15962 16332 W native : W0000 00:00:1772154223.483004 16332 words-map.cc:36] INVALID_ARGUMENT: Empty URI +02-27 08:03:43.483 15962 16332 W native : W0000 00:00:1772154223.483147 16332 words-map.cc:40] WordsMap was not properly initialized +02-27 08:03:43.501 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 15891 +02-27 08:03:43.505 15962 15962 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:03:43.505 15962 15962 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:03:43.509 505 542 D CompanionDeviceManagerService: onPackageModified(packageName = com.google.android.tvrecommendations) +02-27 08:03:43.510 755 755 V MediaPlayerList: mPackageChangedBroadcastReceiver: action: android.intent.action.PACKAGE_CHANGED +02-27 08:03:43.510 755 755 D MediaPlayerList: Name of package changed: com.google.android.tvrecommendations +02-27 08:03:43.511 16130 16130 I Choreographer: Skipped 64 frames! The application may be doing too much work on its main thread. +02-27 08:03:43.528 16130 16130 E Clearcut-EventLogger: Unexpected log parameter shown_channel_count +02-27 08:03:43.546 16130 16324 I gmg : Provider GmsCore_OpenSSL not available +02-27 08:03:43.552 15962 15976 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:03:43.552 15962 15976 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:03:43.555 505 505 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:03:43.555 505 505 V NotificationListeners: Not registering ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} is already bound +02-27 08:03:43.557 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:03:43.561 505 553 W Searchables: No global search activity found +02-27 08:03:43.564 505 514 I system_server: Background concurrent copying GC freed 170687(9717KB) AllocSpace objects, 38(2028KB) LOS objects, 49% free, 14MB/28MB, paused 1.632ms,1.940ms total 413.427ms +02-27 08:03:43.568 505 505 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10049; state: DISABLED +02-27 08:03:43.568 505 505 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10049; state: DISABLED +02-27 08:03:43.568 505 505 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10049; state: DISABLED +02-27 08:03:43.568 505 505 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10049; state: ENABLED +02-27 08:03:43.569 16122 16166 I PermissionControllerServiceImpl: Updating user sensitive for uid 10052 +02-27 08:03:43.569 16130 16130 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:03:43.570 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10049; state: ENABLED +02-27 08:03:43.571 16130 16130 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:03:43.574 505 516 W System : A resource failed to call release. +02-27 08:03:43.575 322 322 D Zygote : Forked child process 16410 +02-27 08:03:43.578 505 555 I ActivityManager: Start proc 16410:com.google.android.tv.remote.service/u0a49 for service {com.google.android.tv.remote.service/com.google.android.tv.remote.service.AtvRemoteProviderService} +02-27 08:03:43.603 15962 16331 I Icing : Using TV flags by method 2 +02-27 08:03:43.620 16410 16410 E .remote.servic: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:43.646 16130 16130 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:03:43.646 16130 16130 W Glide : class byq: Received null model +02-27 08:03:43.647 505 2476 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10049; state: DISABLED +02-27 08:03:43.652 16410 16410 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10049; state: ENABLED +02-27 08:03:43.665 15962 16330 I GmscoreIpa: (REDACTED) Using %s flags by method %d +02-27 08:03:43.669 16130 16130 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:03:43.669 16130 16130 W Glide : class byq: Received null model +02-27 08:03:43.835 16410 16410 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AtvRemoteService/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:03:43.852 12156 12169 I .gms.persisten: Background concurrent copying GC freed 104385(5231KB) AllocSpace objects, 26(516KB) LOS objects, 49% free, 9696KB/18MB, paused 930us,14us total 266.261ms +02-27 08:03:43.860 15962 16332 I Icing : updateResources: need to parse wls{com.google.android.gms} +02-27 08:03:43.882 16410 16410 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tv.remote.service' set to: 'default' +02-27 08:03:43.882 16410 16410 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:43.890 16410 16410 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:43.891 16410 16410 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:43.921 16410 16410 I AtvRemote.Application: Application started +02-27 08:03:43.924 15962 16393 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36 +02-27 08:03:43.934 16410 16475 W .remote.servic: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:03:43.936 16410 16475 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:03:43.936 16410 16475 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:03:43.986 15962 16332 I Icing : Internal init done: storage state 0 +02-27 08:03:43.998 15962 16393 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=32 +02-27 08:03:43.998 15962 16393 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=ContactsIndexer serviceId=33 +02-27 08:03:44.008 16410 16410 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:03:44.012 16410 16410 I AtvRemote.RemoteService: Starting bluetooth server +02-27 08:03:44.015 15962 15962 W Icing : Record file /data/user/0/com.google.android.gms/files/AppDataSearch/main/query-record-log.tmp not found, ignoring +02-27 08:03:44.038 15962 16332 I Icing : Post-init done +02-27 08:03:44.050 15962 16393 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=36 +02-27 08:03:44.066 505 3356 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10028; state: DISABLED +02-27 08:03:44.066 505 3356 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10028; state: DISABLED +02-27 08:03:44.066 505 3356 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10028; state: DISABLED +02-27 08:03:44.066 505 3356 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10028; state: ENABLED +02-27 08:03:44.067 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10028; state: ENABLED +02-27 08:03:44.070 15962 16332 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:03:44.073 15962 16458 W SQLiteLog: (28) double-quoted string literal: "1771981424062" +02-27 08:03:44.073 15962 16458 W SQLiteLog: (28) double-quoted string literal: "1" +02-27 08:03:44.076 322 322 D Zygote : Forked child process 16481 +02-27 08:03:44.078 505 555 I ActivityManager: Start proc 16481:android.process.acore/u0a28 for content provider {com.android.providers.contacts/com.android.providers.contacts.ContactsProvider2} +02-27 08:03:44.084 15962 16332 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:03:44.095 15962 16332 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:03:44.102 16481 16481 E d.process.acor: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:44.104 15962 16332 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:03:44.110 16130 16130 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:03:44.110 16130 16130 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:03:44.116 505 2796 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10028; state: DISABLED +02-27 08:03:44.122 15962 16332 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:03:44.124 15962 16332 I Icing : Indexing com.google.android.gms-apps from com.google.android.gms +02-27 08:03:44.128 755 1083 I bt_btif_sock_rfcomm: system/bt/btif/src/btif_sock_rfc.cc:303 btsock_rfc_listen: Adding listening socket service_name: Android TV Remote - channel: -1 +02-27 08:03:44.132 15962 16332 I Icing : Indexing done com.google.android.gms-apps +02-27 08:03:44.134 16410 16410 I AtvRemote.BluetoothServer: Starting Bluetooth LE advertising +02-27 08:03:44.134 16410 16410 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:03:44.134 16410 16410 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:03:44.138 755 1045 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:03:44.142 755 1045 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=6, is_server=1, mtu=990, uuid=000000, dlci=12, signal_state=0x0b, p_port=0x7a813ee2e8 +02-27 08:03:44.146 16481 16481 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10028; state: ENABLED +02-27 08:03:44.176 16130 16289 W BlockingStubFactory: Got null account. Returning stub without credentials. +02-27 08:03:44.184 12156 12495 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:03:44.185 12156 12495 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:03:44.187 16410 16410 D TvRemoteProvider: openRemoteInputBridge() for virtual-search: success +02-27 08:03:44.188 16410 16410 I AtvRemote.BluetoothServer: Advertising on LE Settings [mAdvertiseMode=0, mAdvertiseTxPowerLevel=2, mAdvertiseConnectable=true, mAdvertiseTimeoutMillis=0] +02-27 08:03:44.189 505 826 I TvRemote-native-uiBridge: Registering uinput device virtual-search: touch pad size 1x1, max pointers 1. +02-27 08:03:44.189 505 826 E TvRemote-native-uiBridge: Cannot open /dev/uinput: Permission denied. +02-27 08:03:44.184 505 505 W Binder:505_5: type=1400 audit(0.0:2022): avc: denied { write } for name="uinput" dev="tmpfs" ino=382 scontext=u:r:system_server:s0 tcontext=u:object_r:uhid_device:s0 tclass=chr_file permissive=0 +02-27 08:03:44.190 505 826 E TvRemoteServiceInput: Cannot create device for virtual-search +02-27 08:03:44.196 12156 12495 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:03:44.196 12156 12495 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:03:44.201 12156 12495 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:03:44.208 16481 16481 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.contacts' set to: 'default' +02-27 08:03:44.209 16481 16481 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:44.209 16481 16481 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:44.209 16481 16481 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:44.246 15962 15962 I PeopleDatabaseHelper: Upgrading from version 2000 to 2100 +02-27 08:03:44.246 15962 15962 W PeopleDatabaseHelper: Wiping out all obsolete Menagerie tables from database with version 2100 and above +02-27 08:03:44.257 16481 16481 I ContactsPerf: VoicemailContentProvider.onCreate start +02-27 08:03:44.261 16481 16481 I ContactsPerf: VoicemailContentProvider.onCreate finish +02-27 08:03:44.282 505 826 D CountryDetector: The first listener is added +02-27 08:03:44.282 16481 16481 I ContactsDatabaseHelper: updateUseStrictPhoneNumberComparison: US +02-27 08:03:44.293 16481 16517 I CallLogProvider: Syncing call composer pics -- source user=0, isShadow=true, forAllUser=false +02-27 08:03:44.293 16481 16517 I CallLogProvider: Fetching list of Uris to sync +02-27 08:03:44.306 16410 16524 I AtvRemote.TcpServer: Listening on 6466 +02-27 08:03:44.307 505 1684 I ActivityManager: Background started FGS: Allowed [callingPackage: com.google.android.tv.remote.service; callingUid: 10049; uidState: FGS ; intent: Intent { cmp=com.google.android.tv.remote.service/.DiscoveryService }; code:BACKGROUND_ACTIVITY_PERMISSION; tempAllowListReason:; targetSdkVersion:31; callerTargetSdkVersion:31; startForegroundCount:0; bindFromPackage:null] +02-27 08:03:44.373 505 554 W ActivityManager: Ignoring remove of inactive process: ProcessRecord{a176fb5 0:android.process.acore/u0a28} +02-27 08:03:44.457 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 08:03:44.457 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 08:03:44.457 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 08:03:44.457 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 08:03:44.457 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 08:03:44.461 322 322 D Zygote : Forked child process 16527 +02-27 08:03:44.464 505 555 I ActivityManager: Start proc 16527:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:03:44.464 505 712 D NsdService: New client listening to asynchronous messages +02-27 08:03:44.464 505 712 D NsdService: New client, channel: com.android.internal.util.AsyncChannel@b15af72 messenger: android.os.Messenger@7dc9fc3 +02-27 08:03:44.465 16410 16410 D CompatibilityChangeReporter: Compat change id reported: 191844585; UID 10049; state: ENABLED +02-27 08:03:44.469 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:03:44.469 505 505 W Looper : Slow dispatch took 160ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$PostNotificationRunnable@56fa040 m=0 +02-27 08:03:44.482 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:03:44.495 16527 16527 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:44.495 505 712 D NsdService: Register service +02-27 08:03:44.495 505 712 D NsdService: mdnssd [start-service] +02-27 08:03:44.509 16410 16410 I AtvRemote.RemoteService: Starting up pairing server. +02-27 08:03:44.533 16527 16527 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 08:03:44.556 16481 16522 D ContactsDatabaseHelper: WAL enabled for contacts2.db: true +02-27 08:03:44.617 16481 16522 I ContactLocale: AddressBook Labels [[en_US]]: […, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, Α, Β, Γ, Δ, Ε, Ζ, Η, Θ, Ι, Κ, Λ, Μ, Ν, Ξ, Ο, Π, Ρ, Σ, Τ, Υ, Φ, Χ, Ψ, Ω, …, А, Б, В, Г, Д, Ђ, Е, Є, Ж, З, И, І, Й, Ј, К, Л, Љ, М, Н, Њ, О, П, Р, С, Т, Ћ, У, Ф, Х, Ц, Ч, Џ, Ш, Щ, Ю, Я, …, א, ב, ג, ד, ה, ו, ז, ח, ט, י, כ, ל, מ, נ, ס, ע, פ, צ, ק, ר, ש, ת, …, ا, ب, ت, ث, ج, ح, خ, د, ذ, ر, ز, س, ش, ص, ض, ط, ظ, ع, غ, ف, ق, ك, ل, م, ن, ه, و, ي, …, ก, ข, ฃ, ค, ฅ, ฆ, ง, จ, ฉ, ช, ซ, ฌ, ญ, ฎ, ฏ, ฐ, ฑ, ฒ, ณ, ด, ต, ถ, ท, ธ, น, บ, ป, ผ, ฝ, พ, ฟ, ภ, ม, ย, ร, ฤ, ล, ฦ, ว, ศ, ษ, ส, ห, ฬ, อ, ฮ, …, ㄱ, ㄴ, ㄷ, ㄹ, ㅁ, ㅂ, ㅅ, ㅇ, ㅈ, ㅊ, ㅋ, ㅌ, ㅍ, ㅎ, …, あ, か, さ, た, な, は, ま, や, ら, わ, #, …] +02-27 08:03:44.623 16527 16527 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:03:44.628 16481 16522 D ContactsDatabaseHelper: WAL enabled for profile.db: false +02-27 08:03:44.656 16481 16517 I CallLogProvider: Will sync following Uris:[] +02-27 08:03:44.656 16481 16517 I CallLogProvider: Syncing call composer pics -- got [] +02-27 08:03:44.696 16481 16500 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10028; state: ENABLED +02-27 08:03:44.696 15962 16406 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10057; state: ENABLED +02-27 08:03:44.755 505 712 D NsdService: registerService: 11 name: sdk_google_atv64_arm64, type: _androidtvremote2._tcp., host: null, port: 6466, txtRecord: bt=BB:BB:BB:00:00:01 +02-27 08:03:44.755 505 712 D NsdService: mdnssd [register, 11, sdk_google_atv64_arm64, _androidtvremote2._tcp., 6466, FGJ0PUJCOkJCOkJCOjAwOjAwOjAx] +02-27 08:03:44.763 16527 16527 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 08:03:44.763 16527 16527 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:44.765 16527 16527 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:44.765 505 712 D NsdService: Register 2 11 +02-27 08:03:44.766 16527 16527 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:03:44.781 14051 14051 D dumpstate: Duration of 'APP PROVIDERS NON-PLATFORM': 1.81s +02-27 08:03:44.805 16130 16200 D EGL_emulation: app_time_stats: avg=32.38ms min=2.89ms max=655.48ms count=41 +02-27 08:03:44.839 16130 16289 W FeaturedCarouselItemValidator: Unknown item type: 3 +02-27 08:03:44.840 16130 16289 E FeaturedCarouselServerDataManager: Featured Carousel item was not valid and will not be added: FeaturedCarouselItem{type=3, titleLogoUri='', title='The Afterparty', logoUri='https://lh3.googleusercontent.com/4tC3qvxyyKDTYjhdp7KPWn8Elsh4UdtFMuuaLigr6GcjhE7mA6EcAgTXBORw_bpztJJP94nUds3kWg=h24', logoDescription='Apple TV', description='Season 2 of whodunit explores characters' perspectives ', callToAction='Watch Now', badge='Recommended For You', deepLinkUri='https://tv.apple.com/vn/episode/aniq/umc.cmc.51tmuok8wq8vjhj7aqo32elxp?action=playSmartEpisode', marketUri='null', appPackageName='com.apple.atve.androidtv.appletv', backgroundUri='https://lh3.googleusercontent.com/Ojdto5DI-6h9rT1eTuT8VDPlJlCqpmUWCUYYeUD2kLF6C7VthlzQlNaBQzgXBcZwprLrHR6V4CKO=h1080-rj', videoUri='', conditionalText='', whyThisAdMessage='', whyThisAdReason='', promotionId='0', kgMid='/g/11lkzg9_rd', isEntitled='false', contentCategory='HOME' } +02-27 08:03:44.968 505 2053 E TaskPersister: File error accessing recents directory (directory doesn't exist?). +02-27 08:03:44.994 12156 15259 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:03:45.001 182 182 I lowmemorykiller: Kill 'com.google.android.gms' (15962), uid 10057, oom_score_adj 100 to free 90892kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (331%) +02-27 08:03:45.022 14051 14051 D dumpstate: Adding dir /linkerconfig (recursive: 1) +02-27 08:03:45.032 14051 14051 D dumpstate: Adding dir /sys/fs/cgroup (recursive: 1) +02-27 08:03:45.066 322 322 I Zygote : Process 15962 exited due to signal 9 (Killed) +02-27 08:03:45.092 505 826 W ActivityManager: Exception when destroying service com.google.android.gms/.icing.service.IndexWorkerService +02-27 08:03:45.092 505 826 W ActivityManager: android.os.DeadObjectException +02-27 08:03:45.092 505 826 W ActivityManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:03:45.092 505 826 W ActivityManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:03:45.092 505 826 W ActivityManager: at android.app.IApplicationThread$Stub$Proxy.scheduleStopService(IApplicationThread.java:1538) +02-27 08:03:45.092 505 826 W ActivityManager: at com.android.server.am.ActiveServices.bringDownServiceLocked(ActiveServices.java:4303) +02-27 08:03:45.092 505 826 W ActivityManager: at com.android.server.am.ActiveServices.bringDownServiceIfNeededLocked(ActiveServices.java:4138) +02-27 08:03:45.092 505 826 W ActivityManager: at com.android.server.am.ActiveServices.stopServiceLocked(ActiveServices.java:1158) +02-27 08:03:45.092 505 826 W ActivityManager: at com.android.server.am.ActiveServices.stopServiceLocked(ActiveServices.java:1181) +02-27 08:03:45.092 505 826 W ActivityManager: at com.android.server.am.ActivityManagerService.stopService(ActivityManagerService.java:11861) +02-27 08:03:45.092 505 826 W ActivityManager: at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2548) +02-27 08:03:45.092 505 826 W ActivityManager: at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2498) +02-27 08:03:45.092 505 826 W ActivityManager: at android.os.Binder.execTransactInternal(Binder.java:1179) +02-27 08:03:45.092 505 826 W ActivityManager: at android.os.Binder.execTransact(Binder.java:1143) +02-27 08:03:45.106 505 3128 I ActivityManager: Process com.google.android.gms (pid 15962) has died: vis BTOP +02-27 08:03:45.109 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 15962 in 3ms +02-27 08:03:45.112 505 3128 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsBoundBrokerService in 1000ms for connection +02-27 08:03:45.112 505 3128 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.gass.GassService in 11000ms for connection +02-27 08:03:45.112 505 3128 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.icing.service.IndexService in 21000ms for connection +02-27 08:03:45.112 505 3128 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.icing.service.AppIndexingService in 31000ms for connection +02-27 08:03:45.112 505 3128 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.icing.proxy.IcingInternalCorporaUpdateService in 56254ms for connection +02-27 08:03:45.112 505 3128 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsIntentOperationService in 83944ms for start-requested +02-27 08:03:45.115 14051 14051 D dumpstate: Duration of 'DUMPSTATE': 35.51s +02-27 08:03:45.143 12156 15271 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:03:45.188 16527 16527 I DeviceStatusMonitor: DeviceStatusMonitor.updateCountryInfo():121 updateCountryInfo(), notifyAnyway = true +02-27 08:03:45.216 16527 16527 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = true +02-27 08:03:45.226 16527 16527 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:03:45.227 16527 16527 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:45.249 16527 16527 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:03:45.257 16527 16583 E FileCache: FileCache.clearObsoleteFilesInternal():271 Failed to delete all obsolete files under folder: /data/user_de/0/com.google.android.inputmethod.latin/cache/kb_def +02-27 08:03:45.269 16527 16527 I TVLatinApp: TVLatinApp.initialize():527 initialize() +02-27 08:03:45.293 16527 16527 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:03:45.296 16527 16574 I LauncherIconVisibilityInitializerBase: LauncherIconVisibilityInitializerBase.lambda$doUpdate$0():52 doUpdate() : Visible = false +02-27 08:03:45.305 16527 16527 I AndroidIME: TVLatinApp.onUserUnlocked():254 device protected preferences are migrated +02-27 08:03:45.317 16527 16588 I SuperpacksManager: SuperpacksManager.initializeInternal():509 initializeInternal() +02-27 08:03:45.324 16527 16587 I ShortcutsDataManager: ShortcutsDataManager.onContentChanged():73 onContentChanged() +02-27 08:03:45.324 16527 16587 I ContactsDataManager: ContactsDataManager.onContentChanged():159 onContentChanged() +02-27 08:03:45.324 16527 16587 I EmailDataManager: EmailDataManager.onContentChanged():115 onContentChanged() +02-27 08:03:45.326 16527 16527 I PhenotypeModule: PhenotypeModule.onCreate():142 onCreate() +02-27 08:03:45.326 16527 16527 I PhenotypeModule: PhenotypeModule.maybeFetchAndUpdate():169 maybeFetchAndUpdate: forceRefresh=true +02-27 08:03:45.335 16527 16595 W putmethod.lati: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:03:45.336 16527 16595 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:03:45.336 16527 16595 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:03:45.364 16527 16588 I SuperpacksManager: SuperpacksManager.initializeInternal():556 Switched background task scheduler: false +02-27 08:03:45.365 16527 16588 I JobSchedulerImpl: JobSchedulerImpl.schedule():73 Schedule task: superpacks-gc-task. Cancel the pre-existing task. +02-27 08:03:45.377 14051 14051 D dumpstate: Adding main entry (bugreport-sdk_google_atv64_arm64-STT9.221129.002-2026-02-27-08-03-01.txt) from /data/user_de/0/com.android.shell/files/bugreports/bugreport-sdk_google_atv64_arm64-STT9.221129.002-2026-02-27-08-03-01.tmp to .zip bugreport +02-27 08:03:45.377 14051 14051 D dumpstate: dumpstate id 1 finished around 2026/02/27 08:03:45 (44 s) +02-27 08:03:45.382 16527 16588 I JobSchedulerImpl: JobSchedulerImpl.schedule():91 Schedule task: superpacks-gc-task. Success. +02-27 08:03:46.399 505 554 W ActivityManager: Slow operation: 285ms so far, now at startProcess: building args +02-27 08:03:46.400 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:03:46.401 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:03:46.401 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:03:46.401 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:03:46.401 505 555 W ActivityManager: Slow operation: 287ms so far, now at startProcess: asking zygote to start proc +02-27 08:03:46.401 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:03:46.403 505 712 D NsdService: Native daemon message SERVICE_REGISTERED: 606 11 "sdk_google_atv64_arm64" +02-27 08:03:46.404 16527 16527 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:46.404 16130 16130 I Choreographer: Skipped 58 frames! The application may be doing too much work on its main thread. +02-27 08:03:46.405 16527 16527 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:03:46.405 16527 16527 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:03:46.409 16130 16200 D EGL_emulation: app_time_stats: avg=11.05ms min=3.13ms max=57.09ms count=31 +02-27 08:03:46.414 322 322 D Zygote : Forked child process 16598 +02-27 08:03:46.414 505 555 W ActivityManager: Slow operation: 300ms so far, now at startProcess: returned from zygote! +02-27 08:03:46.415 505 554 W ActivityManager: Slow operation: 301ms so far, now at startProcess: done starting proc! +02-27 08:03:46.416 505 555 W ActivityManager: Slow operation: 302ms so far, now at startProcess: done updating battery stats +02-27 08:03:46.416 505 555 W ActivityManager: Slow operation: 302ms so far, now at startProcess: building log message +02-27 08:03:46.416 505 555 I ActivityManager: Start proc 16598:com.google.android.gms/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.GmsBoundBrokerService} +02-27 08:03:46.416 505 555 W ActivityManager: Slow operation: 302ms so far, now at startProcess: starting to update pids map +02-27 08:03:46.416 505 555 W ActivityManager: Slow operation: 302ms so far, now at startProcess: done updating pids map +02-27 08:03:46.423 16527 16591 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:46.434 16527 16591 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:03:46.434 16410 16526 I AtvRemote.DiscoveryService: NDS Service registered: sdk_google_atv64_arm64 +02-27 08:03:46.446 16410 16434 I .remote.servic: Background young concurrent copying GC freed 19590(1258KB) AllocSpace objects, 2(40KB) LOS objects, 91% free, 2401KB/26MB, paused 9.108ms,39us total 849.839ms +02-27 08:03:46.452 16527 16527 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:03:46.453 16527 16527 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:46.453 16527 16527 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:46.462 16527 16527 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:03:46.462 16527 16527 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:03:46.462 16527 16527 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:46.469 16527 16527 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:46.476 16527 16527 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:46.482 16598 16598 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. +02-27 08:03:46.483 16527 16527 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:46.489 16527 16527 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:46.489 16527 16527 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:46.490 16527 16527 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:46.490 16527 16527 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:46.496 16527 16527 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:03:46.497 16527 16527 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:03:46.497 16527 16527 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:46.498 16527 16527 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:46.510 16527 16527 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:46.523 16527 16527 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:46.524 16527 16527 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:46.524 16527 16527 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:46.526 16527 16527 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:46.595 16527 16527 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:03:46.643 505 826 W ActivityManager: Slow operation: 118ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:03:46.656 16598 16598 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:03:46.693 505 826 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #10640} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (42 skipped) +02-27 08:03:46.697 16527 16620 I JapaneseMozcExtension: JapaneseMozcExtension.onCreateServiceInternal():78 onCreateServiceInternal() +02-27 08:03:46.707 16527 16622 I NetworkInfoNotification: NetworkInfoNotification$Listener.onReceive():93 onNetworkAvailable: networkState = NON_METERED, isAirplaneModeOn = false +02-27 08:03:46.724 16527 16527 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 5 +02-27 08:03:46.725 16527 16527 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 5 +02-27 08:03:46.725 16527 16527 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 10 +02-27 08:03:46.726 16527 16527 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 10 +02-27 08:03:46.726 16527 16527 I DeviceStatusMonitor: DeviceStatusMonitor$1.onReceive():58 onReceive() : Action = android.net.conn.CONNECTIVITY_CHANGE +02-27 08:03:46.742 16527 16527 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = false +02-27 08:03:46.757 16527 16527 I UrgentSignalsProcessor: UrgentSignalsProcessor.flagUpdated():97 Received flagsUpdated for urgent signal +02-27 08:03:46.759 16527 16527 I DictionarySuperpacksManager: DictionarySuperpacksManager$1.onEnabledInputMethodEntriesChanged():60 onEnabledInputMethodEntriesChanged +02-27 08:03:46.759 16527 16527 I MetricsProcessorProviderManager: MetricsProcessorProviderManager.onClearcutAdapterReady():102 onClearcutAdapterReady +02-27 08:03:46.775 16598 16598 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:03:46.781 16527 16527 I KeyboardDefManager: KeyboardDefManager$LoadKeyboardDefTask$1.onFailure():184 Task to load keyboard def was canceled. +02-27 08:03:46.781 16527 16527 I KeyboardDefManager: java.util.concurrent.CancellationException: Task was cancelled. +02-27 08:03:46.781 16527 16527 I KeyboardDefManager: at jke.s(PG:3) +02-27 08:03:46.781 16527 16527 I KeyboardDefManager: at jke.get(PG:4) +02-27 08:03:46.781 16527 16527 I KeyboardDefManager: at job.k(PG:1) +02-27 08:03:46.781 16527 16527 I KeyboardDefManager: at job.E(PG:2) +02-27 08:03:46.781 16527 16527 I KeyboardDefManager: at jma.run(PG:4) +02-27 08:03:46.781 16527 16527 I KeyboardDefManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:03:46.781 16527 16527 I KeyboardDefManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:03:46.781 16527 16527 I KeyboardDefManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:03:46.781 16527 16527 I KeyboardDefManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:03:46.781 16527 16527 I KeyboardDefManager: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:03:46.781 16527 16527 I KeyboardDefManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:03:46.781 16527 16527 I KeyboardDefManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:03:46.781 16527 16527 I KeyboardDefManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:03:46.786 16527 16527 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. +02-27 08:03:46.812 16527 16527 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:03:46.812 16527 16527 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 7 +02-27 08:03:46.828 16527 16627 I PhenotypeModule: PhenotypeModule.handlePhenotypeConfigurationUpdatesInternal():365 Latency of updating configurations from phenotype (experiment v4): 10 +02-27 08:03:46.828 16527 16627 I PhenotypeModule: PhenotypeModule.handlePhenotypeConfigurationUpdates():264 Latency of updating configurations from phenotype (ExperimentV4): 10 +02-27 08:03:46.856 16598 16598 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:03:46.856 16598 16598 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:03:46.861 16598 16598 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:03:46.864 16527 16628 I PhenotypeModule: PhenotypeModule.lambda$fetchAndUpdate$1():221 fetchAndUpdate() : Success, hasFlags=true, flagCount=6, lastFetchStatus=February 27, 8:03 AM {reason=1, isFullFetch=true, success=true, isEmpty=false, isDelta=false, fetchedFlagsCount=6, deletedFlagsCount=361, updatedFlagsCount=0, totalTime=1504} +02-27 08:03:46.866 16598 16598 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:03:46.898 16410 16448 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. +02-27 08:03:46.909 16410 16448 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:03:46.909 16410 16448 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 7 +02-27 08:03:46.909 16410 16448 V DynamiteModule: Dynamite loader version >= 2, using loadModule2NoCrashUtils +02-27 08:03:46.911 14051 14051 D dumpstate: Adding zip text entry main_entry.txt +02-27 08:03:46.913 14051 14051 D dumpstate: Removing temporary file /data/user_de/0/com.android.shell/files/bugreports/bugreport-sdk_google_atv64_arm64-STT9.221129.002-2026-02-27-08-03-01.tmp +02-27 08:03:46.916 14051 14051 I dumpstate: Vibrate: 'cmd vibrator_manager synced -f -d dumpstate oneshot 75' +02-27 08:03:46.966 355 355 I android.hardware.vibrator-service.example: Vibrator on for timeoutMs: 75 +02-27 08:03:46.966 355 16637 I android.hardware.vibrator-service.example: Starting on on another thread +02-27 08:03:46.967 355 355 I android.hardware.vibrator-service.example: Vibrator set amplitude: 0.11 +02-27 08:03:46.989 16527 16527 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1145 update screenHeightWithoutNaviBar to: 1080 +02-27 08:03:46.990 16527 16527 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1152 update max height when insets changes +02-27 08:03:47.002 16527 16527 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():2045 +02-27 08:03:47.004 16527 16527 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:03:47.006 16527 16527 I ShortcutsDataManager: AbstractContentDataManager.startImportContentTask():235 startImportContentTask() +02-27 08:03:47.008 16527 16594 I ShortcutsDataManager: AbstractContentDataManager$ImportContentTask.doInBackground():249 doInBackground() +02-27 08:03:47.008 16527 16594 I PersonalDictionaryDataHandler: PersonalDictionaryDataHandler.beginProcess():111 LanguageTags = [en-US] +02-27 08:03:47.028 16527 16594 I ShortcutsDataManager: AbstractContentDataManager.importRecords():339 importRecords() : Success : Count = 0 +02-27 08:03:47.029 16527 16594 I ShortcutsDataManager: AbstractContentDataManager.importContentData():289 importContentData() : Ending import process +02-27 08:03:47.042 355 16637 I android.hardware.vibrator-service.example: Notifying on complete +02-27 08:03:47.043 355 355 I android.hardware.vibrator-service.example: Vibrator off +02-27 08:03:47.046 16598 16598 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:03:47.046 16527 16594 I PersonalLanguageModelUpdater: PersonalLanguageModelUpdater$UpdateOperation.performInternal():164 run() : Added 0 words and 0 shortcuts +02-27 08:03:47.046 16527 16594 I DynamicLanguageModelOperation: DynamicLanguageModelOperation.perform():38 perform() : 4 : bxx : Completed +02-27 08:03:47.047 16598 16598 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:03:47.047 16598 16598 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:03:47.047 16527 16527 I ShortcutsDataManager: AbstractContentDataManager$ImportContentTask.onPostExecute():260 onPostExecute() : Result = [2,0] +02-27 08:03:47.047 16527 16527 I ShortcutsDataManager: ShortcutsDataManager.onImportFinished():83 onImportFinished() : Result = 2 : Count = 0 +02-27 08:03:47.072 14051 14051 I dumpstate: Vibrate: 'cmd vibrator_manager synced -f -d dumpstate oneshot 75' +02-27 08:03:47.220 355 355 I android.hardware.vibrator-service.example: Vibrator on for timeoutMs: 75 +02-27 08:03:47.221 355 355 I android.hardware.vibrator-service.example: Vibrator set amplitude: 0.11 +02-27 08:03:47.226 355 16646 I android.hardware.vibrator-service.example: Starting on on another thread +02-27 08:03:47.258 16598 16598 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:03:47.293 16598 16598 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:03:47.302 355 16646 I android.hardware.vibrator-service.example: Notifying on complete +02-27 08:03:47.304 355 355 I android.hardware.vibrator-service.example: Vibrator off +02-27 08:03:47.331 14051 14051 I dumpstate: Vibrate: 'cmd vibrator_manager synced -f -d dumpstate oneshot 75' +02-27 08:03:47.344 355 355 I android.hardware.vibrator-service.example: Vibrator on for timeoutMs: 75 +02-27 08:03:47.345 355 355 I android.hardware.vibrator-service.example: Vibrator set amplitude: 0.11 +02-27 08:03:47.345 355 16654 I android.hardware.vibrator-service.example: Starting on on another thread +02-27 08:03:47.349 16598 16656 I Watchcat: Started +02-27 08:03:47.350 16598 16657 I GMS_MM_Logger: Started. +02-27 08:03:47.350 16598 16598 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:03:47.410 16130 16200 D EGL_emulation: app_time_stats: avg=6.13ms min=3.30ms max=23.70ms count=57 +02-27 08:03:47.420 355 16654 I android.hardware.vibrator-service.example: Notifying on complete +02-27 08:03:47.420 355 355 I android.hardware.vibrator-service.example: Vibrator off +02-27 08:03:47.442 16598 16598 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 } +02-27 08:03:47.442 16598 16598 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 } +02-27 08:03:47.462 16598 16598 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:03:47.462 16598 16598 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:03:47.462 16598 16598 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:03:47.462 16598 16598 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:03:47.470 14051 14051 D dumpstate: Final progress: 4080/5000 (estimated 5000) +02-27 08:03:47.470 14051 14051 I dumpstate: Saving stats (total=4080, runs=1, average=4080) on /bugreports/dumpstate-stats.txt +02-27 08:03:47.476 14051 14051 I dumpstate: done (id 1) +02-27 08:03:47.476 14051 14051 D dumpstate: Closing control socket +02-27 08:03:47.478 14051 14051 I dumpstate: shutdown thread pool +02-27 08:03:47.478 14051 14051 D dumpstate: Duration of 'RUN INTERNAL': 46.01s +02-27 08:03:47.494 16598 16619 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:03:47.494 16598 16619 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:03:47.586 16598 16658 I Icing : Storage manager: low false usage 1.54MB avail 5.40GB capacity 5.80GB +02-27 08:03:47.613 16598 16666 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:03:47.627 16598 16658 W native : W0000 00:00:1772154227.627716 16658 model-utils.cc:16] No CRC32, most likely an old model; skip CRC32 check +02-27 08:03:47.630 16598 16658 I native : I0000 00:00:1772154227.630177 16658 permission-checker.cc:81] Creating PermissionChecker based on ACL with config_version 1 having 9 permissions defined. +02-27 08:03:47.632 16598 16658 W native : W0000 00:00:1772154227.631902 16658 words-map.cc:36] INVALID_ARGUMENT: Empty URI +02-27 08:03:47.632 16598 16658 W native : W0000 00:00:1772154227.632417 16658 words-map.cc:40] WordsMap was not properly initialized +02-27 08:03:47.666 16598 16671 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=ContactsIndexer serviceId=33 +02-27 08:03:47.680 16598 16673 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=30 +02-27 08:03:47.696 16598 16658 I Icing : updateResources: need to parse wls{com.google.android.gms} +02-27 08:03:47.741 16598 16676 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36 +02-27 08:03:47.742 16598 16658 I Icing : Internal init done: storage state 0 +02-27 08:03:47.745 16598 16658 I Icing : Post-init done +02-27 08:03:47.745 16598 16671 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=32 +02-27 08:03:47.786 16598 16676 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=36 +02-27 08:03:47.790 16598 16658 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:03:47.798 16598 16658 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:03:47.808 16598 16658 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:03:47.813 16598 16658 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:03:47.820 16598 16658 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:03:48.427 16130 16200 D EGL_emulation: app_time_stats: avg=3.82ms min=2.58ms max=7.79ms count=61 +02-27 08:03:49.444 16130 16200 D EGL_emulation: app_time_stats: avg=5.04ms min=2.67ms max=35.94ms count=57 +02-27 08:03:50.103 16598 16598 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:03:50.375 505 514 I system_server: Background concurrent copying GC freed 53462(3139KB) AllocSpace objects, 13(1196KB) LOS objects, 49% free, 12MB/24MB, paused 104us,275us total 185.543ms +02-27 08:03:50.388 505 516 E System : Uncaught exception thrown by finalizer +02-27 08:03:50.390 505 516 E System : java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Object.equals(java.lang.Object)' on a null object reference +02-27 08:03:50.390 505 516 E System : at com.android.server.tv.UinputBridge.isTokenValid(UinputBridge.java:135) +02-27 08:03:50.390 505 516 E System : at com.android.server.tv.UinputBridge.close(UinputBridge.java:119) +02-27 08:03:50.390 505 516 E System : at com.android.server.tv.UinputBridge.finalize(UinputBridge.java:111) +02-27 08:03:50.390 505 516 E System : at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:291) +02-27 08:03:50.390 505 516 E System : at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:278) +02-27 08:03:50.390 505 516 E System : at java.lang.Daemons$Daemon.run(Daemons.java:139) +02-27 08:03:50.390 505 516 E System : at java.lang.Thread.run(Thread.java:920) +02-27 08:03:50.455 16130 16200 D EGL_emulation: app_time_stats: avg=11.08ms min=2.63ms max=90.49ms count=47 +02-27 08:03:50.956 16410 16683 D PhenotypeContext: Application doesn't implement PhenotypeApplication interface, falling back to globally set context. See go/phenotype-flag#process-stable-init for more info. +02-27 08:03:51.024 16410 16448 V ClearcutMetricXmitter: Transmission is done. +02-27 08:03:51.026 16410 16442 V ClearcutMetricXmitter: Transmission is done. +02-27 08:03:51.671 16130 16200 D EGL_emulation: app_time_stats: avg=35.70ms min=14.49ms max=231.69ms count=34 +02-27 08:03:54.581 198 16510 I keystore2: keystore2::watchdog: Watchdog thread idle -> terminating. Have a great day. +02-27 08:03:54.896 16130 16200 D EGL_emulation: app_time_stats: avg=644.97ms min=16.60ms max=3157.54ms count=5 +02-27 08:03:55.226 770 797 W System : A resource failed to call release. +02-27 08:03:55.227 770 797 W System : A resource failed to call release. +02-27 08:03:57.051 505 553 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #10734} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (78 skipped) +02-27 08:04:00.039 16130 16200 D EGL_emulation: app_time_stats: avg=126.92ms min=2.56ms max=4485.98ms count=37 +02-27 08:04:01.058 16130 16200 D EGL_emulation: app_time_stats: avg=3.52ms min=2.60ms max=6.91ms count=61 +02-27 08:04:02.060 16130 16200 D EGL_emulation: app_time_stats: avg=4.54ms min=2.61ms max=39.88ms count=59 +02-27 08:04:02.781 16598 16598 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 } +02-27 08:04:03.076 16130 16200 D EGL_emulation: app_time_stats: avg=4.04ms min=2.58ms max=18.45ms count=57 +02-27 08:04:04.091 16130 16200 D EGL_emulation: app_time_stats: avg=3.60ms min=2.55ms max=8.49ms count=60 +02-27 08:04:05.093 16130 16200 D EGL_emulation: app_time_stats: avg=4.40ms min=2.62ms max=34.17ms count=59 +02-27 08:04:06.108 16130 16200 D EGL_emulation: app_time_stats: avg=3.22ms min=2.60ms max=5.75ms count=61 +02-27 08:04:07.109 16130 16200 D EGL_emulation: app_time_stats: avg=3.14ms min=2.53ms max=5.48ms count=60 +02-27 08:04:07.416 505 3128 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #10759} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (19 skipped) +02-27 08:04:08.123 16130 16200 D EGL_emulation: app_time_stats: avg=3.51ms min=2.58ms max=5.87ms count=60 +02-27 08:04:09.126 16130 16200 D EGL_emulation: app_time_stats: avg=3.27ms min=2.50ms max=10.13ms count=61 +02-27 08:04:10.126 16130 16200 D EGL_emulation: app_time_stats: avg=3.25ms min=2.60ms max=7.41ms count=60 +02-27 08:04:11.128 16130 16200 D EGL_emulation: app_time_stats: avg=3.37ms min=2.64ms max=9.51ms count=60 +02-27 08:04:12.143 16130 16200 D EGL_emulation: app_time_stats: avg=3.13ms min=2.63ms max=5.56ms count=61 +02-27 08:04:13.158 16130 16200 D EGL_emulation: app_time_stats: avg=3.22ms min=2.54ms max=5.20ms count=61 +02-27 08:04:13.978 505 616 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10033; state: DISABLED +02-27 08:04:13.992 16256 16695 D EpgDataCleanupService: Received intent: Intent { act=com.android.providers.tv.intent.CLEAN_UP_EPG_DATA cmp=com.android.providers.tv/.EpgDataCleanupService } +02-27 08:04:13.999 505 505 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:04:13.999 505 505 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:04:13.999 505 505 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:04:13.999 505 505 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:04:13.999 505 505 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:04:14.001 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:04:14.015 322 322 D Zygote : Forked child process 16697 +02-27 08:04:14.020 505 555 I ActivityManager: Start proc 16697:com.android.vending/u0a58 for service {com.android.vending/com.google.android.finsky.scheduler.process.mainimpl.PhoneskyJobServiceMain} +02-27 08:04:14.020 505 3128 D WifiNl80211Manager: Scan result ready event +02-27 08:04:14.021 505 3128 D WifiNative: Scan result ready event +02-27 08:04:14.062 16697 16697 E android.vendin: Not starting debugger since process cannot load the jdwp agent. +02-27 08:04:14.081 505 3128 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10058; state: DISABLED +02-27 08:04:14.089 16697 16697 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:04:14.161 16130 16200 D EGL_emulation: app_time_stats: avg=3.70ms min=2.61ms max=12.08ms count=60 +02-27 08:04:14.252 16697 16697 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:04:14.333 16697 16697 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:04:14.333 16697 16697 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:04:14.361 16697 16697 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:04:14.365 16697 16697 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:04:14.458 16697 16697 I Finsky : [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:04:14.600 16697 16719 I Finsky : [50] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 08:04:14.762 16697 16719 I Finsky : [50] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 08:04:14.887 16697 16697 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:04:14.901 16697 16697 I Finsky : [2] mre.(3): Resetting scheduler db +02-27 08:04:14.923 16697 16716 W Finsky : [47] ehz.d(18): For unauth, use getDfeApiNonAuthenticated() instead! +02-27 08:04:14.962 16697 16717 I Finsky : [48] kvx.(3): PackageMonitorReceiverImpl - Registering in memory receiver for android.intent.action.PACKAGE_ADDED and android.intent.action.PACKAGE_REMOVED +02-27 08:04:14.982 16697 16715 I Finsky : [46] pyq.a(1): Warm data store was already initialized. +02-27 08:04:14.999 16697 16722 I Finsky : [53] nlv.run(10): SysCUA: Set {com.android.vending/com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity} enabled state to 0 +02-27 08:04:15.006 16697 16732 W android.vendin: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:04:15.006 16697 16732 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:04:15.006 16697 16732 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:04:15.039 182 182 I lowmemorykiller: Kill 'com.google.android.permissioncontroller' (16122), uid 10077, oom_score_adj 905 to free 48436kB rss, 0kB swap; reason: low watermark is breached and thrashing (168%) +02-27 08:04:15.047 16697 16715 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 08:04:15.082 322 322 I Zygote : Process 16122 exited due to signal 9 (Killed) +02-27 08:04:15.084 16697 16715 I Finsky : [46] kmj.i(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileMaximum +02-27 08:04:15.086 16697 16715 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 08:04:15.090 16697 16715 I Finsky : [46] kmj.h(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileRecommended +02-27 08:04:15.095 16697 16722 W Finsky : [53] hne.run(49): HibernationActivity not found +02-27 08:04:15.096 505 2796 I ActivityManager: Process com.google.android.permissioncontroller (pid 16122) has died: cch+5 CEM +02-27 08:04:15.096 505 556 I libprocessgroup: Successfully killed process cgroup uid 10077 pid 16122 in 0ms +02-27 08:04:15.098 16697 16715 I Finsky : [46] vbw.c(2): registerListener +02-27 08:04:15.140 16697 16717 I Finsky : [48] pyr.a(1): Warm data store was already initialized. +02-27 08:04:15.141 16697 16715 I Finsky : [46] vbw.c(2): registerListener +02-27 08:04:15.142 16697 16715 I Finsky : [46] jrs.m(5): Enqueuing libraries load for 0 +02-27 08:04:15.142 16697 16722 I Finsky : [53] jrs.t(1): Starting libraries load for 0 +02-27 08:04:15.150 16697 16715 I Finsky : [46] gcv.j(3): Subscription detail: N/A +02-27 08:04:15.162 16697 16717 I Finsky : [48] qfs.s(2): Setup app restrictions monitor +02-27 08:04:15.174 16130 16200 D EGL_emulation: app_time_stats: avg=10.39ms min=3.04ms max=69.33ms count=52 +02-27 08:04:15.177 16697 16722 I Finsky : [53] jrs.t(23): Finished loading 0 libraries. +02-27 08:04:15.177 16697 16717 I Finsky : [48] qlg.a(3): Device wide unknown source restriction is changed. +02-27 08:04:15.181 16697 16715 I Finsky : [46] pyq.a(1): Warm data store was already initialized. +02-27 08:04:15.182 16697 16715 I Finsky : [46] pyr.a(1): Warm data store was already initialized. +02-27 08:04:15.188 16697 16727 I Finsky : [58] mar.accept(5): SCH: Scheduling phonesky job Id: 1-1337, CT: 1772153180986, Constraints: [{ L: 43188056, D: 86388056, C: 1, I: 1, N: 1 }] +02-27 08:04:15.190 16697 16727 I Finsky : [58] mar.accept(5): SCH: Scheduling phonesky job Id: 3-7, CT: 1772154157093, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }] +02-27 08:04:15.190 16697 16727 I Finsky : [58] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:04:15.191 16697 16727 I Finsky : [58] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772154157659, Constraints: [{ L: 43200000, D: 44100000, C: 1, I: 1, N: 0 }] +02-27 08:04:15.191 16697 16719 I Finsky : [50] nvc.(2): Item store provider started. +02-27 08:04:15.191 16697 16727 I Finsky : [58] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772154156033, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 08:04:15.208 505 595 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:04:15.209 505 595 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:04:15.209 505 595 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:04:15.209 505 595 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:04:15.209 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:04:15.216 322 322 D Zygote : Forked child process 16763 +02-27 08:04:15.222 505 555 I ActivityManager: Start proc 16763:com.google.process.gapps/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider} +02-27 08:04:15.228 16598 16598 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 08:04:15.228 16598 16598 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 08:04:15.330 16763 16763 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. +02-27 08:04:15.362 16697 16711 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. +02-27 08:04:15.380 16697 16697 I Finsky : [2] iki.D(3): Installer: Attempting to start installer +02-27 08:04:15.389 16697 16697 I Finsky : [2] vbw.c(2): registerListener +02-27 08:04:15.392 505 595 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:04:15.414 16697 16697 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:04:15.415 16697 16697 I Finsky : [2] pyr.a(1): Warm data store was already initialized. +02-27 08:04:15.416 16763 16763 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:04:15.417 16697 16697 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:04:15.427 16697 16726 I Finsky : [57] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 08:04:15.432 16697 16697 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:04:15.432 16697 16697 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:04:15.435 16697 16711 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:04:15.435 16697 16711 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 7 +02-27 08:04:15.435 16697 16711 V DynamiteModule: Dynamite loader version >= 2, using loadModule2NoCrashUtils +02-27 08:04:15.436 16697 16697 I Finsky : [2] ird.(18): Initializing pausers from value store. +02-27 08:04:15.436 16697 16697 I Finsky : [2] ird.(21): Get the following callers from value store []. +02-27 08:04:15.450 16697 16697 I Finsky : [2] msm.onStartJob(3): SCH: job service start with id 9333. +02-27 08:04:15.476 16697 16697 I Finsky : [2] iki.T(1): Installer: Installer kick - no action, not running yet +02-27 08:04:15.505 16697 16724 I Finsky : [55] mnx.a(27): SCH: Satisfied jobs for 9333 are: 29-29 +02-27 08:04:15.511 16697 16783 I Finsky : [87] mrk.accept(52): SCH: Job 29-29 starting +02-27 08:04:15.605 16697 16781 I Finsky : [85] heg.g(1): getDownloads() +02-27 08:04:15.642 16697 16785 I Finsky : [89] pqs.F(0): ProcessRecoveryLogsUtil: No files in recovery directory +02-27 08:04:15.658 16697 16785 I Finsky : [89] mqw.r(4): SCH: jobFinished: 29-29. TimeElapsed: 146ms. +02-27 08:04:15.679 182 182 I lowmemorykiller: Kill 'android.process.acore' (16481), uid 10028, oom_score_adj 905 to free 51640kB rss, 0kB swap; reason: low watermark is breached and thrashing (105%) +02-27 08:04:15.696 505 595 D CountryDetector: No listener is left +02-27 08:04:15.699 505 2796 I ActivityManager: Process android.process.acore (pid 16481) has died: cch+5 CEM +02-27 08:04:15.701 505 556 I libprocessgroup: Successfully killed process cgroup uid 10028 pid 16481 in 0ms +02-27 08:04:15.702 322 322 I Zygote : Process 16481 exited due to signal 9 (Killed) +02-27 08:04:15.776 16697 16697 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 5 +02-27 08:04:15.781 16763 16763 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:04:15.782 16763 16763 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:04:15.784 16763 16763 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:04:15.787 16527 16527 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 5 +02-27 08:04:15.790 16763 16763 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:04:15.792 16697 16727 I Finsky : [58] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:04:15.793 16697 16727 I Finsky : [58] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772154157659, Constraints: [{ L: 43200000, D: 44100000, C: 1, I: 1, N: 0 }] +02-27 08:04:15.797 16527 16527 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 5 +02-27 08:04:15.799 505 2113 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:04:15.800 505 2113 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:04:15.800 505 2113 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:04:15.800 505 2113 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:04:15.800 505 2113 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:04:15.809 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:04:15.824 322 322 D Zygote : Forked child process 16792 +02-27 08:04:15.825 16697 16727 I Finsky : [58] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 08:04:15.827 505 555 I ActivityManager: Start proc 16792:com.android.vending:background/u0a58 for service {com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService} +02-27 08:04:15.827 16697 16727 I Finsky : [58] mqf.apply(87): SCH: Scheduling system job Id: 9346, L: 124670, D: 44001834, C: false, I: false, N: 0 +02-27 08:04:15.849 16697 16783 I Finsky : [87] msm.a(16): SCH: job service finished with id 9333. +02-27 08:04:15.854 16792 16792 E ding:backgroun: Not starting debugger since process cannot load the jdwp agent. +02-27 08:04:16.091 16697 16705 W android.vendin: Suspending all threads took: 6.438ms +02-27 08:04:16.107 505 2113 W ActivityManager: Slow operation: 55ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:04:16.108 16792 16792 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:04:16.133 16763 16763 I GoogleHttpClient: GMS http client unavailable, use old client +02-27 08:04:16.138 16697 16705 I android.vendin: Background young concurrent copying GC freed 79681(7451KB) AllocSpace objects, 20(460KB) LOS objects, 78% free, 6614KB/30MB, paused 1.386ms,7.838ms total 92.780ms +02-27 08:04:16.155 16763 16763 I CarUiInstaller: CarUiInstaller started for com.google.android.gsf +02-27 08:04:16.179 16130 16200 D EGL_emulation: app_time_stats: avg=11.62ms min=3.47ms max=75.24ms count=54 +02-27 08:04:16.185 16792 16792 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:04:16.239 16697 16719 I Finsky : [50] nvc.r(6): Created new item store. +02-27 08:04:16.309 16792 16792 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:04:16.309 16792 16792 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:04:16.309 16792 16792 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:04:16.311 16792 16792 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:04:16.313 16697 16727 I Finsky : [58] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772154254826, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 08:04:16.328 16792 16792 I Finsky:background: [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:04:16.343 16697 16729 I Finsky : [60] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 08:04:16.343 16697 16729 I Finsky : [60] mqf.apply(87): SCH: Scheduling system job Id: 9346, L: 28483, D: 58483, C: false, I: false, N: 0 +02-27 08:04:16.370 16792 16792 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 08:04:16.373 16792 16792 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 08:04:16.376 16792 16792 I Finsky:background: [2] jjo.onCreate(2): IPC-SERVER: Starting gRPC host service... +02-27 08:04:16.605 505 826 D ConnectivityService: requestNetwork for uid/pid:10058/16792 activeRequest: null callbackRequest: 220 [NetworkRequest [ REQUEST id=221, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ]] callback flags: 0 priority: 2147483647 +02-27 08:04:16.609 505 709 D ConnectivityService: NetReassign [221 : null → 100] +02-27 08:04:16.629 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=221, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 08:04:16.631 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=221, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 08:04:16.633 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=221, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 08:04:16.664 16792 16792 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 5 +02-27 08:04:16.676 16792 16819 I Finsky:background: [50] hbv.f(1): getDownloads() +02-27 08:04:16.695 16697 16726 I Finsky : [57] heg.g(1): getDownloads() +02-27 08:04:16.697 16792 16819 I Finsky:background: [50] hbv.f(1): getDownloads() +02-27 08:04:16.714 505 826 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10027; state: DISABLED +02-27 08:04:16.714 505 826 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10027; state: DISABLED +02-27 08:04:16.714 505 826 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10027; state: DISABLED +02-27 08:04:16.714 505 826 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10027; state: ENABLED +02-27 08:04:16.715 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10027; state: ENABLED +02-27 08:04:16.721 322 322 D Zygote : Forked child process 16821 +02-27 08:04:16.723 505 555 I ActivityManager: Start proc 16821:android.process.media/u0a27 for content provider {com.android.providers.downloads/com.android.providers.downloads.DownloadProvider} +02-27 08:04:16.753 16821 16821 E d.process.medi: Not starting debugger since process cannot load the jdwp agent. +02-27 08:04:16.765 505 826 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10027; state: DISABLED +02-27 08:04:16.775 16821 16821 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10027; state: ENABLED +02-27 08:04:16.815 16821 16821 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.downloads' set to: 'default' +02-27 08:04:16.815 16821 16821 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:04:16.816 16821 16821 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:04:16.817 16821 16821 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:04:16.881 16697 16781 I Finsky : [85] iju.run(23): Installer: Installer starting +02-27 08:04:16.881 16697 16781 I Finsky : [85] iju.run(26): Installer: Installer started +02-27 08:04:17.057 16697 16697 I Finsky : [2] gag.a(1): DL: Creating dataloader logger using a new logging context. +02-27 08:04:17.084 16697 16697 I Finsky : [2] iki.T(7): Installer: found apps to install. isMultiUserMode=false, apps=[] +02-27 08:04:17.116 16697 16837 I Finsky : [97] ijs.a(21): IV2: found recoverable installs: [] +02-27 08:04:17.163 16697 16724 I Finsky : [55] mrj.apply(16): SCH: Canceling job 3-7 +02-27 08:04:17.165 16697 16722 I Finsky : [53] mqs.a(2): SCH: no pending jobs to schedule. +02-27 08:04:17.191 16697 16839 I Finsky : [99] irp.apply(90): IQ: Creating job 8, for (REQ_DEVICE_IDLE, NETWORK=UNMETERED, PROVISIONING_STATE=PROVISIONED) +02-27 08:04:17.193 16130 16200 D EGL_emulation: app_time_stats: avg=8.47ms min=2.90ms max=102.92ms count=51 +02-27 08:04:17.194 16697 16839 I Finsky : [99] irv.y(9): IQ: Bulk scheduling created jobs +02-27 08:04:17.195 16697 16697 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:04:17.195 16697 16697 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:04:17.195 16697 16697 I Finsky : [2] nkq.a(1): Connecting InstallListener to SplitInstallService broadcaster... +02-27 08:04:17.212 182 182 I lowmemorykiller: Kill 'com.google.android.inputmethod.latin' (16527), uid 10066, oom_score_adj 200 to free 50044kB rss, 0kB swap; reason: min watermark is breached and thrashing (307%) +02-27 08:04:17.213 16697 16704 I android.vendin: JIT allocated 68KB for compiled code of java.lang.Object eoc.l() +02-27 08:04:17.219 322 322 I Zygote : Process 16527 exited due to signal 9 (Killed) +02-27 08:04:17.223 505 2476 I ActivityManager: Process com.google.android.inputmethod.latin (pid 16527) has died: prcp IMPB +02-27 08:04:17.225 505 3128 I WindowManager: WIN DEATH: Window{d978ded u0 InputMethod} +02-27 08:04:17.234 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 16527 in 0ms +02-27 08:04:17.253 16697 16704 I android.vendin: JIT allocated 74KB for compiled code of java.lang.Object eoc.n() +02-27 08:04:17.258 505 3128 W InputManager-JNI: Input channel object 'd978ded InputMethod (client)' was disposed without first being removed with the input manager! +02-27 08:04:17.278 16697 16704 I android.vendin: JIT allocated 76KB for compiled code of java.lang.Object eoc.o() +02-27 08:04:17.302 505 505 W InputMethodManagerService: Session failed to close due to remote exception +02-27 08:04:17.302 505 505 W InputMethodManagerService: android.os.DeadObjectException +02-27 08:04:17.302 505 505 W InputMethodManagerService: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:04:17.302 505 505 W InputMethodManagerService: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:04:17.302 505 505 W InputMethodManagerService: at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:425) +02-27 08:04:17.302 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.finishSessionLocked(InputMethodManagerService.java:2812) +02-27 08:04:17.302 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearClientSessionLocked(InputMethodManagerService.java:2803) +02-27 08:04:17.302 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:2830) +02-27 08:04:17.302 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:2859) +02-27 08:04:17.302 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:2097) +02-27 08:04:17.302 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:2112) +02-27 08:04:17.302 505 505 W InputMethodManagerService: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:04:17.302 505 505 W InputMethodManagerService: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:04:17.302 505 505 W InputMethodManagerService: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:04:17.302 505 505 W InputMethodManagerService: at android.os.Looper.loop(Looper.java:288) +02-27 08:04:17.302 505 505 W InputMethodManagerService: at com.android.server.SystemServer.run(SystemServer.java:903) +02-27 08:04:17.302 505 505 W InputMethodManagerService: at com.android.server.SystemServer.main(SystemServer.java:610) +02-27 08:04:17.302 505 505 W InputMethodManagerService: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:04:17.302 505 505 W InputMethodManagerService: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:04:17.302 505 505 W InputMethodManagerService: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) +02-27 08:04:17.322 16763 16772 I e.process.gapp: Background young concurrent copying GC freed 14093(654KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1944KB/25MB, paused 6.477ms,39us total 47.517ms +02-27 08:04:17.331 505 2476 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 4000ms for connection +02-27 08:04:17.344 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 16527 +02-27 08:04:17.377 16697 16726 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 3-8, CT: 1772154257194, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }] +02-27 08:04:17.390 16697 16726 I Finsky : [57] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 08:04:18.192 16130 16200 D EGL_emulation: app_time_stats: avg=3.73ms min=2.52ms max=10.62ms count=61 +02-27 08:04:19.224 16130 16200 D EGL_emulation: app_time_stats: avg=3.37ms min=2.59ms max=15.22ms count=60 +02-27 08:04:20.234 16130 16200 D EGL_emulation: app_time_stats: avg=3.36ms min=2.59ms max=9.65ms count=61 +02-27 08:04:21.351 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 08:04:21.352 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 08:04:21.352 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 08:04:21.352 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 08:04:21.354 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 08:04:21.362 322 322 D Zygote : Forked child process 16851 +02-27 08:04:21.365 505 555 I ActivityManager: Start proc 16851:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:04:21.389 16130 16130 W View : requestLayout() improperly called by android.widget.FrameLayout{fa2ef85 V.E...... ......I. 0,0-1920,1080 #7f0b0068 app:id/background_image_container} during layout: running second layout pass +02-27 08:04:21.389 16130 16130 W View : requestLayout() improperly called by android.widget.FrameLayout{cce218f V.E...... ......I. 640,0-1920,720 #7f0b00bf app:id/current_image} during layout: running second layout pass +02-27 08:04:21.389 16130 16130 W View : requestLayout() improperly called by android.widget.FrameLayout{f15e025 I.E...... ......ID 640,0-1920,720 #7f0b0224 app:id/old_image} during layout: running second layout pass +02-27 08:04:21.413 16851 16851 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 08:04:21.424 16130 16200 D EGL_emulation: app_time_stats: avg=7.17ms min=2.69ms max=199.59ms count=59 +02-27 08:04:21.432 505 3356 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10066; state: DISABLED +02-27 08:04:21.439 16851 16851 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 08:04:21.502 16851 16851 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:04:21.612 16851 16851 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 08:04:21.616 16851 16851 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:04:21.673 16851 16851 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:04:21.679 16851 16851 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:04:21.786 16130 16130 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:04:21.857 505 553 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #10804} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (15 skipped) +02-27 08:04:21.874 16792 16792 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 80 +02-27 08:04:21.874 16697 16697 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 80 +02-27 08:04:21.888 16697 16697 I Finsky : [2] iqy.accept(9): Flushing in-memory image cache +02-27 08:04:21.929 16851 16851 I DeviceStatusMonitor: DeviceStatusMonitor.updateCountryInfo():121 updateCountryInfo(), notifyAnyway = true +02-27 08:04:21.936 182 182 I lowmemorykiller: Kill 'com.android.vending' (16697), uid 10058, oom_score_adj 700 to free 78768kB rss, 0kB swap; reason: min watermark is breached and thrashing (287%) +02-27 08:04:21.944 505 2673 I ActivityManager: Process com.android.vending (pid 16697) has died: prev LAST +02-27 08:04:21.946 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 16697 in 1ms +02-27 08:04:21.947 322 322 I Zygote : Process 16697 exited due to signal 9 (Killed) +02-27 08:04:21.948 182 182 I lowmemorykiller: Kill 'android.process.media' (16821), uid 10027, oom_score_adj 700 to free 48308kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:04:21.949 16851 16851 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = true +02-27 08:04:21.952 322 322 I Zygote : Process 16821 exited due to signal 9 (Killed) +02-27 08:04:21.954 16851 16851 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:04:21.954 16851 16851 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:21.954 182 182 I lowmemorykiller: Kill 'com.google.process.gservices' (16129), uid 10057, oom_score_adj 700 to free 48656kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:04:21.958 182 182 W lowmemorykiller: Failed to open /proc/16821/oom_score_adj; errno=2: process 16821 might have been killed +02-27 08:04:21.965 322 322 I Zygote : Process 16129 exited due to signal 9 (Killed) +02-27 08:04:21.966 182 182 I lowmemorykiller: Kill 'com.google.process.gapps' (16763), uid 10057, oom_score_adj 915 to free 49712kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:04:21.968 505 556 I libprocessgroup: Successfully killed process cgroup uid 10027 pid 16821 in 0ms +02-27 08:04:21.968 505 3356 I ActivityManager: Process android.process.media (pid 16821) has died: cch+5 CEM +02-27 08:04:21.971 16792 16792 I Finsky:background: [2] jjo.onDestroy(8): IPC-SERVER: Stopping gRPC host service... +02-27 08:04:21.972 505 595 I ActivityManager: Process com.google.process.gservices (pid 16129) has died: fg SVC +02-27 08:04:21.973 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 16129 in 0ms +02-27 08:04:21.980 505 890 I ActivityManager: Process com.google.process.gapps (pid 16763) has died: cch+5 CEM +02-27 08:04:21.980 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 16763 in 0ms +02-27 08:04:21.981 322 322 I Zygote : Process 16763 exited due to signal 9 (Killed) +02-27 08:04:21.984 182 182 I lowmemorykiller: Kill 'com.android.vending:background' (16792), uid 10058, oom_score_adj 905 to free 74340kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:04:21.988 16851 16851 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:04:21.995 16851 16890 E FileCache: FileCache.clearObsoleteFilesInternal():271 Failed to delete all obsolete files under folder: /data/user_de/0/com.google.android.inputmethod.latin/cache/kb_def +02-27 08:04:21.997 505 2673 I ActivityManager: Process com.android.vending:background (pid 16792) has died: cch+5 CEM +02-27 08:04:21.997 505 2586 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10058/16792, android.os.BinderProxy@8d82f50) +02-27 08:04:21.998 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=221, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] (release request) +02-27 08:04:22.000 322 322 I Zygote : Process 16792 exited due to signal 9 (Killed) +02-27 08:04:22.001 182 182 I lowmemorykiller: Kill 'com.google.android.gms.persistent' (12156), uid 10057, oom_score_adj 100 to free 76728kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:04:22.009 16598 16598 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 08:04:22.010 505 595 I ActivityManager: Process com.google.android.gms.persistent (pid 12156) has died: vis BTOP +02-27 08:04:22.011 505 2569 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10057/12156, android.os.BinderProxy@a56b549) +02-27 08:04:22.011 505 2569 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10057/12156, android.os.BinderProxy@19d9e4e) +02-27 08:04:22.011 505 2569 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10057/12156, android.os.BinderProxy@4ac5b6f) +02-27 08:04:22.011 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=191, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10057 RequestorUid: 10057 RequestorPkg: com.google.android.gms] ] (release request) +02-27 08:04:22.012 505 542 I ServiceWatcher: [fused] disconnected from 10057/com.google.android.gms/com.google.android.location.fused.FusedLocationService@1 +02-27 08:04:22.012 505 595 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.location.geocode.GeocodeService in 19354ms for connection +02-27 08:04:22.012 505 595 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentBoundBrokerService in 29354ms for connection +02-27 08:04:22.012 505 595 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.fused.FusedLocationService in 39354ms for connection +02-27 08:04:22.012 505 595 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.gcm.GcmService in 49354ms for start-requested +02-27 08:04:22.012 505 595 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentDirectBootAwareApiService in 59354ms for connection +02-27 08:04:22.012 505 595 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService in 69354ms for start-requested +02-27 08:04:22.012 505 595 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService in 79354ms for start-requested +02-27 08:04:22.012 505 595 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentApiService in 89354ms for connection +02-27 08:04:22.012 505 595 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService in 99354ms for connection +02-27 08:04:22.012 505 595 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.network.NetworkLocationService in 109354ms for connection +02-27 08:04:22.013 505 542 I ServiceWatcher: [GeocoderProxy] disconnected from 10057/com.google.android.gms/.location.geocode.GeocodeService@2 +02-27 08:04:22.013 505 542 I ServiceWatcher: [GeofenceProxy] disconnected from 10057/com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService@1 +02-27 08:04:22.014 505 542 I ServiceWatcher: [HardwareActivityRecognitionProxy] disconnected from 10057/com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService@1 +02-27 08:04:22.014 505 542 I ServiceWatcher: [network] disconnected from 10057/com.google.android.gms/com.google.android.location.network.NetworkLocationService@2 +02-27 08:04:22.016 16851 16851 I TVLatinApp: TVLatinApp.initialize():527 initialize() +02-27 08:04:22.017 322 322 I Zygote : Process 12156 exited due to signal 9 (Killed) +02-27 08:04:22.020 505 553 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:04:22.020 505 553 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:04:22.020 505 553 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:04:22.020 505 553 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:04:22.021 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:04:22.023 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 16792 in 0ms +02-27 08:04:22.023 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 12156 in 0ms +02-27 08:04:22.024 322 322 D Zygote : Forked child process 16895 +02-27 08:04:22.025 505 555 I ActivityManager: Start proc 16895:com.google.android.gms.persistent/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.PersistentBoundBrokerService} +02-27 08:04:22.032 16851 16851 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:04:22.033 16851 16884 I LauncherIconVisibilityInitializerBase: LauncherIconVisibilityInitializerBase.lambda$doUpdate$0():52 doUpdate() : Visible = false +02-27 08:04:22.039 16851 16851 I AndroidIME: TVLatinApp.onUserUnlocked():254 device protected preferences are migrated +02-27 08:04:22.043 16895 16895 E .gms.persisten: Not starting debugger since process cannot load the jdwp agent. +02-27 08:04:22.049 16851 16913 I SuperpacksManager: SuperpacksManager.initializeInternal():509 initializeInternal() +02-27 08:04:22.055 16851 16851 I PhenotypeModule: PhenotypeModule.onCreate():142 onCreate() +02-27 08:04:22.055 16851 16851 I PhenotypeModule: PhenotypeModule.maybeFetchAndUpdate():169 maybeFetchAndUpdate: forceRefresh=true +02-27 08:04:22.056 505 2476 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:04:22.059 16851 16919 W putmethod.lati: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:04:22.060 16851 16919 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:04:22.060 16851 16919 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:04:22.061 16895 16895 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:04:22.065 16851 16910 I ShortcutsDataManager: ShortcutsDataManager.onContentChanged():73 onContentChanged() +02-27 08:04:22.066 16851 16910 I ContactsDataManager: ContactsDataManager.onContentChanged():159 onContentChanged() +02-27 08:04:22.066 16851 16910 I EmailDataManager: EmailDataManager.onContentChanged():115 onContentChanged() +02-27 08:04:22.080 16851 16913 I SuperpacksManager: SuperpacksManager.initializeInternal():556 Switched background task scheduler: false +02-27 08:04:22.081 16851 16913 I JobSchedulerImpl: JobSchedulerImpl.schedule():73 Schedule task: superpacks-gc-task. Cancel the pre-existing task. +02-27 08:04:22.086 16851 16913 I JobSchedulerImpl: JobSchedulerImpl.schedule():91 Schedule task: superpacks-gc-task. Success. +02-27 08:04:22.104 16895 16895 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:04:22.107 16851 16851 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:22.107 16851 16851 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:04:22.108 16851 16851 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:04:22.119 16851 16851 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:04:22.119 16851 16851 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:22.119 16851 16851 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:22.121 16851 16851 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:04:22.121 16851 16851 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:04:22.121 16851 16851 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:22.122 16851 16851 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:22.124 16851 16851 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:22.125 16851 16851 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:22.125 16851 16851 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:22.125 16851 16851 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:22.125 16851 16851 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:22.125 16851 16851 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:22.127 16851 16851 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:04:22.127 16851 16851 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:04:22.127 16851 16851 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:22.128 16895 16895 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:04:22.128 16895 16895 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:04:22.128 16851 16851 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:22.128 16851 16851 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:22.128 16895 16895 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:04:22.129 16851 16851 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:22.129 16851 16851 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:22.129 16851 16851 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:22.129 16851 16851 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:22.129 16851 16851 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:22.131 16895 16895 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:04:22.134 16851 16931 I JapaneseMozcExtension: JapaneseMozcExtension.onCreateServiceInternal():78 onCreateServiceInternal() +02-27 08:04:22.135 16851 16933 I NetworkInfoNotification: NetworkInfoNotification$Listener.onReceive():93 onNetworkAvailable: networkState = NON_METERED, isAirplaneModeOn = false +02-27 08:04:22.139 16851 16851 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 5 +02-27 08:04:22.139 16851 16851 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 5 +02-27 08:04:22.139 16851 16851 I DeviceStatusMonitor: DeviceStatusMonitor$1.onReceive():58 onReceive() : Action = android.net.conn.CONNECTIVITY_CHANGE +02-27 08:04:22.141 16851 16851 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = false +02-27 08:04:22.141 16851 16851 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 10 +02-27 08:04:22.142 16851 16851 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 10 +02-27 08:04:22.152 505 826 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:04:22.152 505 826 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:04:22.152 505 826 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:04:22.152 505 826 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:04:22.152 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:04:22.154 322 322 D Zygote : Forked child process 16938 +02-27 08:04:22.154 505 555 I ActivityManager: Start proc 16938:com.google.process.gservices/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider} +02-27 08:04:22.160 16851 16851 I UrgentSignalsProcessor: UrgentSignalsProcessor.flagUpdated():97 Received flagsUpdated for urgent signal +02-27 08:04:22.162 16851 16851 I DictionarySuperpacksManager: DictionarySuperpacksManager$1.onEnabledInputMethodEntriesChanged():60 onEnabledInputMethodEntriesChanged +02-27 08:04:22.163 16851 16851 I MetricsProcessorProviderManager: MetricsProcessorProviderManager.onClearcutAdapterReady():102 onClearcutAdapterReady +02-27 08:04:22.164 16938 16938 E ocess.gservice: Not starting debugger since process cannot load the jdwp agent. +02-27 08:04:22.165 16851 16851 I KeyboardDefManager: KeyboardDefManager$LoadKeyboardDefTask$1.onFailure():184 Task to load keyboard def was canceled. +02-27 08:04:22.165 16851 16851 I KeyboardDefManager: java.util.concurrent.CancellationException: Task was cancelled. +02-27 08:04:22.165 16851 16851 I KeyboardDefManager: at jke.s(PG:3) +02-27 08:04:22.165 16851 16851 I KeyboardDefManager: at jke.get(PG:4) +02-27 08:04:22.165 16851 16851 I KeyboardDefManager: at job.k(PG:1) +02-27 08:04:22.165 16851 16851 I KeyboardDefManager: at job.E(PG:2) +02-27 08:04:22.165 16851 16851 I KeyboardDefManager: at jma.run(PG:4) +02-27 08:04:22.165 16851 16851 I KeyboardDefManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:04:22.165 16851 16851 I KeyboardDefManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:04:22.165 16851 16851 I KeyboardDefManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:04:22.165 16851 16851 I KeyboardDefManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:04:22.165 16851 16851 I KeyboardDefManager: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:04:22.165 16851 16851 I KeyboardDefManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:04:22.165 16851 16851 I KeyboardDefManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:04:22.165 16851 16851 I KeyboardDefManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:04:22.166 16851 16851 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. +02-27 08:04:22.172 16938 16938 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:04:22.187 16938 16938 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:04:22.187 16938 16938 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:04:22.188 16938 16938 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:04:22.188 16938 16938 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:04:22.195 16938 16938 I GservicesProvider: Gservices pushing to system: true; secure/global: true +02-27 08:04:22.340 16895 16895 I Safeboot: Checking safeboot... +02-27 08:04:22.355 16895 16895 I FixerFramework: Installing ProviderInstaller. +02-27 08:04:22.368 505 553 E PackageManager: Optimistic bind failed. +02-27 08:04:22.368 505 553 E PackageManager: java.util.concurrent.TimeoutException: [Optimistic Bind] Didn't bind to resolver in time! +02-27 08:04:22.368 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.waitForBindLocked(InstantAppResolverConnection.java:160) +02-27 08:04:22.368 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.bind(InstantAppResolverConnection.java:225) +02-27 08:04:22.368 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.lambda$optimisticBind$0$InstantAppResolverConnection(InstantAppResolverConnection.java:255) +02-27 08:04:22.368 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection$$ExternalSyntheticLambda0.run(Unknown Source:2) +02-27 08:04:22.368 505 553 E PackageManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:04:22.368 505 553 E PackageManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:04:22.368 505 553 E PackageManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:04:22.368 505 553 E PackageManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:04:22.368 505 553 E PackageManager: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:04:22.371 16895 16895 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:04:22.372 16895 16895 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:04:22.373 16895 16895 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:04:22.394 16895 16895 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:04:22.408 16895 16895 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:04:22.409 16895 16895 W SQLiteCompatibilityWalFlags: Cannot read global setting sqlite_compatibility_wal_flags - Application state not available +02-27 08:04:22.440 16895 16895 I GmsApplication: Registering the BackgroundBroadcastReceiverSupport receiver. +02-27 08:04:22.441 16895 16959 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:04:22.441 16895 16959 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:04:22.448 16895 16895 I GmsReceiverSupport: Registered Receiver for 14+1 IntentFilters +02-27 08:04:22.462 16895 16895 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:04:22.480 16895 16966 I Watchcat: Started +02-27 08:04:22.481 16895 16967 I GMS_MM_Logger: Started. +02-27 08:04:22.488 16851 16914 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:22.489 16851 16914 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:04:22.554 16851 16851 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:04:22.554 16851 16851 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 7 +02-27 08:04:22.562 16130 16130 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:04:22.563 16130 16130 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:04:22.573 16895 16895 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gmscompliance.service.START dat=chimera-action:com.google.android.gms.gmscompliance.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:04:22.573 16895 16895 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gmscompliance.service.START dat=chimera-action:com.google.android.gms.gmscompliance.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:04:22.582 16895 16895 D BoundBrokerSvc: onBind: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:04:22.582 16895 16895 D BoundBrokerSvc: Loading bound service for intent: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:04:22.604 357 479 D AudioFlinger: mixer(0xb400007f0d76aa60) throttle end: throttle time(41) +02-27 08:04:22.627 16130 16200 D EGL_emulation: app_time_stats: avg=168.54ms min=3.47ms max=835.59ms count=7 +02-27 08:04:22.671 505 542 I ServiceWatcher: [GeocoderProxy] connected to {com.google.android.gms/com.google.android.gms.location.geocode.GeocodeService} +02-27 08:04:22.692 16851 16851 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1145 update screenHeightWithoutNaviBar to: 1080 +02-27 08:04:22.696 505 542 I ServiceWatcher: [fused] connected to {com.google.android.gms/com.google.android.location.fused.FusedLocationService} +02-27 08:04:22.696 16851 16851 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1152 update max height when insets changes +02-27 08:04:22.698 505 830 I LocationManagerService: fused provider loaded extra attribution tags: [activity_recognition_provider, awareness_provider, current_semantic_location, fused_location_provider, fused_provider_shim, geofencer_provider, network_location_calibration, network_location_provider, network_provider_shim] +02-27 08:04:22.706 16851 16851 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():2045 +02-27 08:04:22.712 16851 16851 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:04:22.715 16851 16851 I ShortcutsDataManager: AbstractContentDataManager.startImportContentTask():235 startImportContentTask() +02-27 08:04:22.717 16851 16924 I ShortcutsDataManager: AbstractContentDataManager$ImportContentTask.doInBackground():249 doInBackground() +02-27 08:04:22.719 16851 16924 I PersonalDictionaryDataHandler: PersonalDictionaryDataHandler.beginProcess():111 LanguageTags = [en-US] +02-27 08:04:22.721 505 2476 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10028; state: DISABLED +02-27 08:04:22.722 505 2476 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10028; state: DISABLED +02-27 08:04:22.722 505 2476 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10028; state: DISABLED +02-27 08:04:22.722 505 2476 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10028; state: ENABLED +02-27 08:04:22.723 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10028; state: ENABLED +02-27 08:04:22.727 322 322 D Zygote : Forked child process 16987 +02-27 08:04:22.728 505 555 I ActivityManager: Start proc 16987:android.process.acore/u0a28 for content provider {com.android.providers.userdictionary/com.android.providers.userdictionary.UserDictionaryProvider} +02-27 08:04:22.742 16895 16895 W .gms.persisten: Accessing hidden method Landroid/net/ConnectivityManager;->isNetworkTypeMobile(I)Z (max-target-p, reflection, denied) +02-27 08:04:22.744 16895 16968 E ActivityThread: Failed to find provider info for instantapp-dev-manager +02-27 08:04:22.744 16987 16987 E d.process.acor: Not starting debugger since process cannot load the jdwp agent. +02-27 08:04:22.814 505 2476 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10028; state: DISABLED +02-27 08:04:22.832 16987 16987 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10028; state: ENABLED +02-27 08:04:22.884 16987 16987 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.userdictionary' set to: 'default' +02-27 08:04:22.884 16987 16987 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:04:22.885 16987 16987 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:04:22.886 16987 16987 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:04:22.888 16895 16895 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:04:22.909 16987 16987 I ContactsPerf: VoicemailContentProvider.onCreate start +02-27 08:04:22.912 16987 16987 I ContactsPerf: VoicemailContentProvider.onCreate finish +02-27 08:04:22.941 505 2476 D CountryDetector: The first listener is added +02-27 08:04:22.941 16987 16987 I ContactsDatabaseHelper: updateUseStrictPhoneNumberComparison: US +02-27 08:04:22.980 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:04:22.990 16987 17009 D ContactsDatabaseHelper: WAL enabled for contacts2.db: true +02-27 08:04:23.016 16851 16924 I ShortcutsDataManager: AbstractContentDataManager.importRecords():339 importRecords() : Success : Count = 0 +02-27 08:04:23.022 16987 17005 I CallLogProvider: Syncing call composer pics -- source user=0, isShadow=true, forAllUser=false +02-27 08:04:23.022 16851 16924 I ShortcutsDataManager: AbstractContentDataManager.importContentData():289 importContentData() : Ending import process +02-27 08:04:23.023 16987 17005 I CallLogProvider: Fetching list of Uris to sync +02-27 08:04:23.050 16895 16895 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:04:23.050 16895 16895 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:04:23.067 16895 16895 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:04:23.067 16895 16895 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:04:23.108 16987 17009 I ContactLocale: AddressBook Labels [[en_US]]: […, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, Α, Β, Γ, Δ, Ε, Ζ, Η, Θ, Ι, Κ, Λ, Μ, Ν, Ξ, Ο, Π, Ρ, Σ, Τ, Υ, Φ, Χ, Ψ, Ω, …, А, Б, В, Г, Д, Ђ, Е, Є, Ж, З, И, І, Й, Ј, К, Л, Љ, М, Н, Њ, О, П, Р, С, Т, Ћ, У, Ф, Х, Ц, Ч, Џ, Ш, Щ, Ю, Я, …, א, ב, ג, ד, ה, ו, ז, ח, ט, י, כ, ל, מ, נ, ס, ע, פ, צ, ק, ר, ש, ת, …, ا, ب, ت, ث, ج, ح, خ, د, ذ, ر, ز, س, ش, ص, ض, ط, ظ, ع, غ, ف, ق, ك, ل, م, ن, ه, و, ي, …, ก, ข, ฃ, ค, ฅ, ฆ, ง, จ, ฉ, ช, ซ, ฌ, ญ, ฎ, ฏ, ฐ, ฑ, ฒ, ณ, ด, ต, ถ, ท, ธ, น, บ, ป, ผ, ฝ, พ, ฟ, ภ, ม, ย, ร, ฤ, ล, ฦ, ว, ศ, ษ, ส, ห, ฬ, อ, ฮ, …, ㄱ, ㄴ, ㄷ, ㄹ, ㅁ, ㅂ, ㅅ, ㅇ, ㅈ, ㅊ, ㅋ, ㅌ, ㅍ, ㅎ, …, あ, か, さ, た, な, は, ま, や, ら, わ, #, …] +02-27 08:04:23.125 16895 16968 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:04:23.125 16895 16968 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:04:23.125 16895 16968 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:04:23.179 16987 17009 D ContactsDatabaseHelper: WAL enabled for profile.db: false +02-27 08:04:23.220 16851 16924 I PersonalLanguageModelUpdater: PersonalLanguageModelUpdater$UpdateOperation.performInternal():164 run() : Added 0 words and 0 shortcuts +02-27 08:04:23.222 16851 16924 I DynamicLanguageModelOperation: DynamicLanguageModelOperation.perform():38 perform() : 4 : bxx : Completed +02-27 08:04:23.246 16851 16851 I ShortcutsDataManager: AbstractContentDataManager$ImportContentTask.onPostExecute():260 onPostExecute() : Result = [2,0] +02-27 08:04:23.246 16851 16851 I ShortcutsDataManager: ShortcutsDataManager.onImportFinished():83 onImportFinished() : Result = 2 : Count = 0 +02-27 08:04:23.254 16895 16968 I NetworkManagementSocketTagger: tagSocketFd(-1, 805307399, -1) failed with errno-9 +02-27 08:04:23.258 16895 16895 W SystemServiceRegistry: No service published for: contexthub +02-27 08:04:23.309 505 595 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:04:23.309 505 595 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:04:23.309 505 595 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:04:23.309 505 595 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:04:23.313 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:04:23.320 322 322 D Zygote : Forked child process 17024 +02-27 08:04:23.323 505 555 I ActivityManager: Start proc 17024:com.google.process.gapps/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider} +02-27 08:04:23.323 16987 17005 I CallLogProvider: Will sync following Uris:[] +02-27 08:04:23.323 16987 17005 I CallLogProvider: Syncing call composer pics -- got [] +02-27 08:04:23.340 16895 16895 E inertial-anchor: Requested sensor:1 and fallback sensor: 1 are both unavailable. +02-27 08:04:23.340 16895 16895 E inertial-anchor: Requested sensor:1 and fallback sensor: 1 are both unavailable. +02-27 08:04:23.350 17024 17024 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. +02-27 08:04:23.362 17024 17024 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:04:23.407 17024 17024 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:04:23.408 17024 17024 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:04:23.409 17024 17024 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:04:23.410 17024 17024 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:04:23.437 17024 17024 I GoogleHttpClient: GMS http client unavailable, use old client +02-27 08:04:23.442 17024 17024 I CarUiInstaller: CarUiInstaller started for com.google.android.gsf +02-27 08:04:23.450 505 2476 D CompatibilityChangeReporter: Compat change id reported: 171306433; UID 10057; state: ENABLED +02-27 08:04:23.582 16895 16895 W SystemServiceRegistry: No service published for: contexthub +02-27 08:04:23.604 16895 16895 E NanoAppLogging: Failed to begin contexthub communication +02-27 08:04:23.611 505 826 D CompatibilityChangeReporter: Compat change id reported: 168936375; UID 10057; state: ENABLED +02-27 08:04:23.612 16895 16895 W Settings: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. +02-27 08:04:23.617 505 542 I ServiceWatcher: [GeofenceProxy] connected to {com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService} +02-27 08:04:23.618 505 826 D CompatibilityChangeReporter: Compat change id reported: 73144566; UID 10057; state: ENABLED +02-27 08:04:23.622 16895 16895 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:04:23.624 16895 16895 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:04:23.639 505 542 I ServiceWatcher: [HardwareActivityRecognitionProxy] connected to {com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService} +02-27 08:04:23.664 505 542 I ServiceWatcher: [network] connected to {com.google.android.gms/com.google.android.location.network.NetworkLocationService} +02-27 08:04:23.666 505 826 I LocationManagerService: network provider loaded extra attribution tags: [activity_recognition_provider, awareness_provider, current_semantic_location, fused_location_provider, fused_provider_shim, geofencer_provider, network_location_calibration, network_location_provider, network_provider_shim] +02-27 08:04:23.667 16895 16895 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:04:23.667 16895 16895 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:04:23.671 16895 16895 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.clearcut.service.START dat=chimera-action:com.google.android.gms.clearcut.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:04:23.671 16895 16895 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.clearcut.service.START dat=chimera-action:com.google.android.gms.clearcut.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:04:23.672 16895 17019 D CompatibilityChangeReporter: Compat change id reported: 150935354; UID 10057; state: ENABLED +02-27 08:04:23.674 16895 16895 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 } +02-27 08:04:23.675 16895 16895 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 } +02-27 08:04:23.676 16895 17019 W Settings: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. +02-27 08:04:23.679 16895 16895 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.usagereporting.service.START dat=chimera-action:com.google.android.gms.usagereporting.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:04:23.679 16895 16895 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.usagereporting.service.START dat=chimera-action:com.google.android.gms.usagereporting.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:04:23.680 16895 17019 W SystemServiceRegistry: No service published for: wifirtt +02-27 08:04:23.689 16895 16895 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.clearcut.bootcount.service.START dat=chimera-action:com.google.android.gms.clearcut.bootcount.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:04:23.689 16895 16895 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.clearcut.bootcount.service.START dat=chimera-action:com.google.android.gms.clearcut.bootcount.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:04:23.714 505 830 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772154263711 +02-27 08:04:23.715 16895 16895 D CompatibilityChangeReporter: Compat change id reported: 148180766; UID 10057; state: ENABLED +02-27 08:04:23.717 16851 17051 I PhenotypeModule: PhenotypeModule.handlePhenotypeConfigurationUpdatesInternal():365 Latency of updating configurations from phenotype (experiment v4): 3 +02-27 08:04:23.718 16851 17051 I PhenotypeModule: PhenotypeModule.handlePhenotypeConfigurationUpdates():264 Latency of updating configurations from phenotype (ExperimentV4): 3 +02-27 08:04:23.724 505 2476 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772154263711 +02-27 08:04:23.725 505 2476 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772154263711 +02-27 08:04:23.728 505 2476 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772154263711 +02-27 08:04:23.736 505 830 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772154263711 +02-27 08:04:23.736 505 830 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772154263711 +02-27 08:04:23.743 505 830 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772154263711 +02-27 08:04:23.746 16851 17054 I PhenotypeModule: PhenotypeModule.lambda$fetchAndUpdate$1():221 fetchAndUpdate() : Success, hasFlags=true, flagCount=6, lastFetchStatus=February 27, 8:04 AM {reason=1, isFullFetch=true, success=true, isEmpty=false, isDelta=false, fetchedFlagsCount=6, deletedFlagsCount=367, updatedFlagsCount=0, totalTime=1664} +02-27 08:04:23.828 16895 16978 I NetworkScheduler: Using standalone scheduling engine [CONTEXT service_id=218 ] +02-27 08:04:24.023 16130 16200 D EGL_emulation: app_time_stats: avg=119.65ms min=3.11ms max=1196.95ms count=11 +02-27 08:04:24.125 16895 16908 W inertial-anchor: NdkSensorDataProvider is not started before calling Stop(). +02-27 08:04:25.024 16130 16200 D EGL_emulation: app_time_stats: avg=43.53ms min=2.24ms max=681.12ms count=20 +02-27 08:04:25.916 505 2476 I ActivityTaskManager: START u0 {act=android.intent.action.VIEW dat=https://www.youtube.com/... flg=0x10000000 pkg=com.google.android.youtube.tv cmp=com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.ShellActivity (has extras)} from uid 10048 +02-27 08:04:25.924 505 2476 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=21 attached=false +02-27 08:04:25.933 505 2476 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10065; state: DISABLED +02-27 08:04:25.964 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10065; state: DISABLED +02-27 08:04:25.964 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10065; state: DISABLED +02-27 08:04:25.964 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10065; state: DISABLED +02-27 08:04:25.964 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10065; state: ENABLED +02-27 08:04:25.968 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10065; state: ENABLED +02-27 08:04:25.976 322 322 D Zygote : Forked child process 17081 +02-27 08:04:25.987 505 554 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10052; state: DISABLED +02-27 08:04:25.994 505 555 I ActivityManager: Start proc 17081:com.google.android.youtube.tv/u0a65 for pre-top-activity {com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.ShellActivity} +02-27 08:04:26.031 16130 16130 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:04:26.034 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:04:26.048 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fa7cc000 0x1fafb8000] +02-27 08:04:26.050 16130 16200 D EGL_emulation: app_time_stats: avg=342.04ms min=16.43ms max=992.60ms count=3 +02-27 08:04:26.053 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fafb8000 0x1fb7a4000] +02-27 08:04:26.066 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fb7a4000 0x1fbf90000] +02-27 08:04:26.077 17081 17081 E roid.youtube.t: Not starting debugger since process cannot load the jdwp agent. +02-27 08:04:26.127 770 770 D TvPipController: onTaskStackChanged() +02-27 08:04:26.142 505 540 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.142 505 540 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.142 505 540 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.142 505 540 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.142 505 540 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.142 505 540 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.142 505 540 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.142 505 540 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.142 505 540 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.142 505 540 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.143 505 540 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.143 505 540 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.143 505 540 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.143 505 540 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.143 505 540 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.143 505 540 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.143 505 540 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.143 505 540 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.143 505 540 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.143 505 540 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.148 17081 17081 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10065; state: DISABLED +02-27 08:04:26.200 17081 17081 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/YouTubeLeanback/lib/arm64:/product/app/YouTubeLeanback/YouTubeLeanback.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:04:26.221 17081 17081 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.youtube.tv' set to: 'default' +02-27 08:04:26.221 17081 17081 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:04:26.264 17081 17081 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:04:26.271 17081 17081 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:04:26.357 17081 17081 D JavaScriptCore.Version: 250230.2.1 +02-27 08:04:26.357 505 540 D ConnectivityService: requestNetwork for uid/pid:10065/17081 activeRequest: null callbackRequest: 223 [NetworkRequest [ REQUEST id=224, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ]] callback flags: 0 priority: 2147483647 +02-27 08:04:26.357 505 709 D ConnectivityService: NetReassign [224 : null → 100] +02-27 08:04:26.361 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=224, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] +02-27 08:04:26.361 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=224, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] +02-27 08:04:26.361 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=224, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] +02-27 08:04:26.375 505 826 D ConnectivityService: requestNetwork for uid/pid:10065/17081 activeRequest: null callbackRequest: 225 [NetworkRequest [ REQUEST id=226, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ]] callback flags: 0 priority: 2147483647 +02-27 08:04:26.375 505 709 D ConnectivityService: NetReassign [226 : null → 100] +02-27 08:04:26.376 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=226, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] +02-27 08:04:26.376 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=226, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] +02-27 08:04:26.376 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=226, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] +02-27 08:04:26.378 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:04:26.397 17081 17100 W DynamiteModule: Local module descriptor class for com.google.android.gms.providerinstaller.dynamite not found. +02-27 08:04:26.412 16895 16915 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:04:26.423 17081 17100 W ProviderInstaller: Failed to load providerinstaller module: No acceptable module found. Local version is 0 and remote version is 0. +02-27 08:04:26.538 17081 17143 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:04:26.542 505 826 I ActivityTaskManager: START u0 {act=android.intent.action.VIEW dat=https://www.youtube.com/... flg=0x5000000 pkg=com.google.android.youtube.tv cmp=com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.MainActivity bnds=[440,220][1079,579] (has extras)} from uid 10065 +02-27 08:04:26.552 17081 17143 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:04:26.559 17081 17143 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:04:26.575 505 826 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=22 attached=false +02-27 08:04:26.605 17081 17137 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10065; state: DISABLED +02-27 08:04:26.643 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:04:26.646 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9fe0000 0x1fa7cc000] +02-27 08:04:26.649 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f8000000 0x1f87ec000] +02-27 08:04:26.665 17081 17100 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:04:26.686 505 2476 W ActivityTaskManager: Tried to set launchTime (0) < mLastActivityLaunchTime (1142920) +02-27 08:04:26.688 505 2476 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.688 505 2476 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.688 505 2476 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.688 505 2476 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.688 505 2476 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.688 505 2476 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.688 505 2476 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.688 505 2476 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.688 505 2476 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.689 505 2476 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.689 505 2476 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.689 505 2476 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.689 505 2476 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.689 505 2476 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.689 505 2476 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.689 505 2476 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.689 505 2476 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.689 505 2476 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.689 505 2476 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.689 505 2476 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:04:26.709 505 540 W InputManager-JNI: Input channel object '3c1cdc4 Splash Screen com.google.android.youtube.tv (client)' was disposed without first being removed with the input manager! +02-27 08:04:26.719 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:04:26.791 770 770 D TvPipController: onTaskStackChanged() +02-27 08:04:26.809 17081 17081 I starboard_media: MediaSession new +02-27 08:04:26.811 17081 17100 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:04:26.813 17081 17081 W MediaSessionCompat: Couldn't find a unique registered media button receiver in the given context. +02-27 08:04:26.825 505 540 D MediaSessionService: Media button session is changed to com.google.android.youtube.tv/starboard_media (userId=0) +02-27 08:04:26.832 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:04:26.843 16197 16197 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:04:26.929 16197 16197 D NowPlayingManager: onClientChanged() called +02-27 08:04:26.929 755 755 W MediaPlayerList: onMediaKeyEventSessionChanged(Token): Addressed Player changed to a player we didn't have a session for +02-27 08:04:26.947 16197 16197 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:04:26.957 755 755 I MediaPlayerList: Adding wrapped media player: com.google.android.youtube.tv at key: 1 +02-27 08:04:26.957 755 755 I MediaPlayerList: onMediaKeyEventSessionChanged: token=com.google.android.youtube.tv +02-27 08:04:26.991 755 755 D MediaPlayerList: setActivePlayer(): setting player to com.google.android.youtube.tv +02-27 08:04:26.993 755 755 D MediaPlayerList: sendMediaUpdate +02-27 08:04:26.993 755 755 I MediaPlayerList: sendMediaUpdate: Creating a one item queue for a player with no queue +02-27 08:04:26.993 755 755 D MediaPlayerList: sendMediaUpdate state=PlaybackState {state=0, position=0, buffered position=0, speed=0.0, updated=0, actions=0, custom actions=[], active item id=-1, error=null} +02-27 08:04:26.993 755 755 D AvrcpNativeInterface: sendMediaUpdate: metadata=false playStatus=true queue=false +02-27 08:04:26.996 755 755 D AvrcpTargetJni: sendMediaUpdateNative +02-27 08:04:27.008 755 755 I bt_stack: [INFO:avrcp_service.cc(402)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=0 : play_state=1 : queue=0 +02-27 08:04:27.057 16895 16895 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:04:27.059 17081 17100 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:04:27.103 182 182 I lowmemorykiller: Kill 'com.google.android.tvlauncher' (16130), uid 10048, oom_score_adj 600 to free 128744kB rss, 0kB swap; reason: low watermark is breached and thrashing (121%) +02-27 08:04:27.128 505 2569 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/16130, android.os.BinderProxy@4477295) +02-27 08:04:27.128 505 3356 I ActivityManager: Process com.google.android.tvlauncher (pid 16130) has died: home HOME +02-27 08:04:27.131 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 16130 in 0ms +02-27 08:04:27.133 505 595 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/16130, android.os.BinderProxy@c61b79b) +02-27 08:04:27.133 322 322 I Zygote : Process 16130 exited due to signal 9 (Killed) +02-27 08:04:27.136 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=214, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:04:27.139 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=219, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:04:27.141 505 2673 I WindowManager: WIN DEATH: Window{5852f67 u0 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:04:27.145 505 2673 W InputManager-JNI: Input channel object '5852f67 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:04:27.173 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 16130 +02-27 08:04:27.175 505 553 W UsageStatsService: Unexpected activity event reported! (com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity event : 23 instanceId : 232991669) +02-27 08:04:27.192 357 4391 W AudioFlinger: createTrack_l(): mismatch between requested flags (00000008) and output flags (00000002) +02-27 08:04:27.193 357 4391 D AudioFlinger: Client defaulted notificationFrames to 4096 for frameCount 8192 +02-27 08:04:27.200 357 4391 D AF::TrackHandle: OpPlayAudio: track:66 usage:1 not muted +02-27 08:04:27.212 16851 16851 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 5 +02-27 08:04:27.218 16851 16851 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 5 +02-27 08:04:27.226 17081 17151 I starboard_media: AudioTrack created with buffer size 65536 (preferred: 65536). The minimum buffer size is 17056. +02-27 08:04:27.226 17081 17151 I starboard_media: Audio routing disabled. +02-27 08:04:27.244 17081 17156 D AudioTrack: getTimestamp_l(26): device stall time corrected using current time 1144021101753 +02-27 08:04:27.258 505 546 D CompatibilityChangeReporter: Compat change id reported: 158002302; UID 10065; state: ENABLED +02-27 08:04:27.258 17081 17150 I starboard: Prepare to resume +02-27 08:04:27.264 17081 17081 I starboard_media: Media focus: none +02-27 08:04:27.307 505 546 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=21 attached=false +02-27 08:04:27.307 17081 17150 D HostConnection: createUnique: call +02-27 08:04:27.308 17081 17150 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09bad0, tid 17150 +02-27 08:04:27.314 16851 16851 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3466 +02-27 08:04:27.316 16851 16851 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():2045 +02-27 08:04:27.317 17081 17150 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:04:27.321 16851 16851 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:04:27.332 505 542 I ActivityTaskManager: Displayed com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.MainActivity: +1s355ms +02-27 08:04:27.339 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 08:04:27.343 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 08:04:27.344 17081 17150 I Gralloc4: mapper 4.x is not supported +02-27 08:04:27.347 17081 17150 D HostConnection: createUnique: call +02-27 08:04:27.348 17081 17150 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09b590, tid 17150 +02-27 08:04:27.348 17081 17150 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 08:04:27.348 17081 17150 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 08:04:27.350 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 08:04:27.350 17081 17150 W Gralloc4: allocator 4.x is not supported +02-27 08:04:27.356 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f97f4000 0x1f9fe0000] +02-27 08:04:27.359 17081 17150 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:04:27.360 17081 17150 D EGL_emulation: eglCreateContext: 0xb400007b8b09a390: maj 3 min 0 rcv 3 +02-27 08:04:27.361 17081 17150 D EGL_emulation: eglMakeCurrent: 0xb400007b8b09a390: ver 3 0 (tinfo 0x7da2400080) (first time) +02-27 08:04:27.372 17081 17167 D HostConnection: createUnique: call +02-27 08:04:27.372 17081 17167 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b099e50, tid 17167 +02-27 08:04:27.374 17081 17167 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:04:27.374 17081 17167 D EGL_emulation: eglMakeCurrent: 0xb400007b8b09a390: ver 3 0 (tinfo 0x7da2400100) (first time) +02-27 08:04:27.475 17081 17172 I starboard: Not all Zlib optimizations enabled: neon is 1, crc32 is 0, pmull is 1. +02-27 08:04:27.539 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fa7cc000 0x1fafb8000] +02-27 08:04:27.564 505 3356 W InputManager-JNI: Input channel object '3226dbc Splash Screen com.google.android.youtube.tv (client)' was disposed without first being removed with the input manager! +02-27 08:04:27.584 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fafb8000 0x1fb7a4000] +02-27 08:04:27.782 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:04:28.591 17081 17167 D EGL_emulation: app_time_stats: avg=16.21ms min=3.61ms max=23.07ms count=62 +02-27 08:04:28.666 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.667 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.750 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:04:28.761 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.761 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.761 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.761 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 640, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.762 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.762 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.762 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 99999, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.762 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.763 17081 17178 V starboard_media: Rejecting c2.goldfish.vp9.decoder, reason: supported widths [96, 3840] does not contain 99999 +02-27 08:04:28.763 17081 17178 V starboard_media: Rejecting c2.android.vp9.decoder, reason: supported widths [2, 2048] does not contain 99999 +02-27 08:04:28.763 17081 17178 V starboard_media: Rejecting OMX.google.vp9.decoder, reason: codec is black listed +02-27 08:04:28.764 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.764 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.764 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.764 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 360, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.764 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.764 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.764 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 99999, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.764 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.764 17081 17178 V starboard_media: Rejecting c2.goldfish.vp9.decoder, reason: supported heights [96, 2160] does not contain 99999 +02-27 08:04:28.764 17081 17178 V starboard_media: Rejecting c2.android.vp9.decoder, reason: supported heights [2, 2048] does not contain 99999 +02-27 08:04:28.764 17081 17178 V starboard_media: Rejecting OMX.google.vp9.decoder, reason: codec is black listed +02-27 08:04:28.764 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.764 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.764 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.765 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.766 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.766 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.766 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 9999, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.766 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.766 17081 17178 V starboard_media: Rejecting c2.goldfish.vp9.decoder, reason: supported frame rates [1, 480] does not contain 9999 +02-27 08:04:28.766 17081 17178 V starboard_media: Rejecting c2.android.vp9.decoder, reason: supported frame rates [0, 960] does not contain 9999 +02-27 08:04:28.766 17081 17178 V starboard_media: Rejecting OMX.google.vp9.decoder, reason: codec is black listed +02-27 08:04:28.766 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 3840, frameHeight: 2160, bitrate: 2000000, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.766 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.766 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.766 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 3840, frameHeight: 2160, bitrate: 20000000, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.766 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.766 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.766 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.766 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.766 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.766 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 300000, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.766 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.766 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.766 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 2000000000, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.766 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.766 17081 17178 V starboard_media: Rejecting c2.goldfish.vp9.decoder, reason: bitrate range [1, 60000000] does not contain 2000000000 +02-27 08:04:28.766 17081 17178 V starboard_media: Rejecting c2.android.vp9.decoder, reason: bitrate range [1, 40000000] does not contain 2000000000 +02-27 08:04:28.766 17081 17178 V starboard_media: Rejecting OMX.google.vp9.decoder, reason: codec is black listed +02-27 08:04:28.766 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.766 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.766 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.769 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.769 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.769 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.769 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.769 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.769 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.770 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.770 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.770 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.770 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.770 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.770 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.770 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.770 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.770 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.770 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/av01, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.770 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.770 17081 17178 V starboard_media: Found suitable decoder, c2.android.av1.decoder +02-27 08:04:28.770 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.770 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.770 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.770 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.770 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.770 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.770 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.770 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.770 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.770 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.770 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.770 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.770 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: true, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: true +02-27 08:04:28.770 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.770 17081 17178 V starboard_media: Rejecting c2.goldfish.vp9.decoder, reason: want secure decoder and !FEATURE_SecurePlayback +02-27 08:04:28.770 17081 17178 V starboard_media: Rejecting c2.android.vp9.decoder, reason: want secure decoder and !FEATURE_SecurePlayback +02-27 08:04:28.770 17081 17178 V starboard_media: Rejecting OMX.google.vp9.decoder, reason: codec is black listed +02-27 08:04:28.793 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: true, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.793 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.793 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.795 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 640, frameHeight: 360, bitrate: 280000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.795 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.795 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.800 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 640, frameHeight: 360, bitrate: 280000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.800 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.800 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.832 17081 17081 I starboard_media: Media focus: playing +02-27 08:04:28.845 505 826 I MediaFocusControl: requestAudioFocus() from uid/pid 10065/17081 AA=USAGE_UNKNOWN/CONTENT_TYPE_MOVIE clientId=android.media.AudioManager@beb66d2dev.cobalt.media.CobaltMediaSession@4faf3a3 callingPack=com.google.android.youtube.tv req=1 flags=0x0 sdk=30 +02-27 08:04:28.846 505 826 I AudioService.FadeOutManager: unfadeOutUid() uid:10065 +02-27 08:04:28.849 17081 17081 I starboard_media: MediaSession new +02-27 08:04:28.851 17081 17081 W MediaSessionCompat: Couldn't find a unique registered media button receiver in the given context. +02-27 08:04:28.861 357 4391 W AudioFlinger: createTrack_l(): mismatch between requested flags (00000008) and output flags (00000002) +02-27 08:04:28.865 357 4391 D AudioFlinger: Client defaulted notificationFrames to 2048 for frameCount 4096 +02-27 08:04:28.868 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:04:28.876 357 4391 D AF::TrackHandle: OpPlayAudio: track:67 usage:1 not muted +02-27 08:04:28.880 17081 17081 I starboard_media: MediaSession state: PLAYING, position: 0 ms, speed: 0.000000 x, duration: 0 ms +02-27 08:04:28.881 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 1 +02-27 08:04:28.881 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: true, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.882 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.882 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.882 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: true, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.882 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.882 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.883 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: true, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.883 755 755 D MediaPlayerList: onActiveSessionsChanged: controller: com.google.android.youtube.tv +02-27 08:04:28.884 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.884 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.884 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/av01, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: true, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.884 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.884 17081 17178 V starboard_media: Found suitable decoder, c2.android.av1.decoder +02-27 08:04:28.884 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/av01, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: true, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.884 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.885 17081 17178 V starboard_media: Found suitable decoder, c2.android.av1.decoder +02-27 08:04:28.885 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/av01, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: true, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.885 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.885 17081 17178 V starboard_media: Found suitable decoder, c2.android.av1.decoder +02-27 08:04:28.886 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 3840, frameHeight: 2160, bitrate: 20000000, fps: 60, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.886 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.886 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.889 17081 17151 I starboard_media: AudioTrack created with buffer size 32768 (preferred: 32768). The minimum buffer size is 7872. +02-27 08:04:28.890 17081 17151 I starboard_media: Audio routing disabled. +02-27 08:04:28.890 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 1920, frameHeight: 1080, bitrate: 7500000, fps: 60, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.890 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.890 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:04:28.890 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/av01, secure: false, frameWidth: 1080, frameHeight: 608, bitrate: 200000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.890 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.890 17081 17178 V starboard_media: Found suitable decoder, c2.android.av1.decoder +02-27 08:04:28.890 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/av01, secure: false, frameWidth: 7680, frameHeight: 4320, bitrate: 30000000, fps: 60, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.891 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.891 17081 17178 V starboard_media: Rejecting c2.android.av1.decoder, reason: width 7680 is not compatible with height 4320 +02-27 08:04:28.893 505 505 D MediaSessionService: Media button session is changed to com.google.android.youtube.tv/starboard_media (userId=0) +02-27 08:04:28.893 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/av01, secure: false, frameWidth: 3840, frameHeight: 2160, bitrate: 15000000, fps: 60, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.893 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.893 17081 17178 V starboard_media: Rejecting c2.android.av1.decoder, reason: supported widths [2, 2048] does not contain 3840 +02-27 08:04:28.896 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/av01, secure: false, frameWidth: 2560, frameHeight: 1440, bitrate: 7500000, fps: 60, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.897 16197 16197 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:04:28.897 16197 16197 D NowPlayingManager: onClientChanged() called +02-27 08:04:28.898 16197 16197 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:04:28.898 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.898 17081 17178 V starboard_media: Rejecting c2.android.av1.decoder, reason: supported widths [2, 2048] does not contain 2560 +02-27 08:04:28.898 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/av01, secure: false, frameWidth: 1920, frameHeight: 1080, bitrate: 2000000, fps: 60, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.898 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.898 17081 17178 V starboard_media: Found suitable decoder, c2.android.av1.decoder +02-27 08:04:28.898 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 3840, frameHeight: 2160, bitrate: 8000000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.898 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.898 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.898 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 1920, frameHeight: 1080, bitrate: 4000000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.899 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.899 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:04:28.899 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 1920, frameHeight: 1080, bitrate: 3316000, fps: 60, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.899 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.899 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.899 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 1920, frameHeight: 1080, bitrate: 5331000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.899 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.899 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.899 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 1920, frameHeight: 1080, bitrate: 6503313, fps: 60, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.899 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.899 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:04:28.899 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 1280, frameHeight: 720, bitrate: 5805000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.899 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.899 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:04:28.900 16197 16197 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[android.media.session.MediaController@cbb084f]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:04:28.900 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 1920, frameHeight: 1080, bitrate: 8500000, fps: 60, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:28.900 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:28.900 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:28.900 16197 16197 D NowPlayingListener: MediaController {packageName = com.google.android.youtube.tv, state = 3} +02-27 08:04:28.909 755 755 D MediaPlayerList: Already have a controller for the player: com.google.android.youtube.tv, updating instead +02-27 08:04:28.914 16197 16197 D NowPlayingListener: updateNowPlayingNotification with controller: NowPlayingMediaController {packageName = com.google.android.youtube.tv, state = 3, metadata = null, null, null} +02-27 08:04:28.914 16197 16197 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@d562ab5 +02-27 08:04:28.914 755 755 D MediaPlayerList: sendMediaUpdate +02-27 08:04:28.914 755 755 I MediaPlayerList: sendMediaUpdate: Creating a one item queue for a player with no queue +02-27 08:04:28.914 755 755 D MediaPlayerList: sendMediaUpdate state=PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=1145691, actions=379, custom actions=[], active item id=-1, error=null} +02-27 08:04:28.914 755 755 D AvrcpNativeInterface: sendMediaUpdate: metadata=true playStatus=true queue=true +02-27 08:04:28.915 755 755 D AvrcpTargetJni: sendMediaUpdateNative +02-27 08:04:28.919 755 755 I bt_stack: [INFO:avrcp_service.cc(402)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=1 : play_state=1 : queue=1 +02-27 08:04:28.920 755 755 I MediaPlayerList: onMediaKeyEventSessionChanged: token=com.google.android.youtube.tv +02-27 08:04:28.920 755 755 W MediaPlayerList: com.google.android.youtube.tv is already the active player +02-27 08:04:28.920 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 1 +02-27 08:04:28.921 755 755 D MediaPlayerList: onActiveSessionsChanged: controller: com.google.android.youtube.tv +02-27 08:04:28.921 755 755 D MediaPlayerList: Already have a controller for the player: com.google.android.youtube.tv, updating instead +02-27 08:04:28.921 755 755 D MediaPlayerList: sendMediaUpdate +02-27 08:04:28.921 755 755 I MediaPlayerList: sendMediaUpdate: Creating a one item queue for a player with no queue +02-27 08:04:28.921 755 755 D MediaPlayerList: sendMediaUpdate state=PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=1145698, actions=379, custom actions=[], active item id=-1, error=null} +02-27 08:04:28.925 755 755 D AvrcpNativeInterface: sendMediaUpdate: metadata=false playStatus=false queue=false +02-27 08:04:28.925 755 755 D AvrcpTargetJni: sendMediaUpdateNative +02-27 08:04:28.925 755 755 I bt_stack: [INFO:avrcp_service.cc(402)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=0 : play_state=0 : queue=0 +02-27 08:04:28.959 16197 16197 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@f612986, title=Unknown, artist=Unknown] +02-27 08:04:28.960 16197 16197 D NowPlayingListener: updatePlayback() called with: state = [PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=1145689, actions=379, custom actions=[], active item id=-1, error=null}] and now playing listener: dqv@d562ab5 +02-27 08:04:28.960 16197 16197 D NowPlayingManager: onClientPlaybackStateUpdate() called with: state = [3], stateChangeTimeMs = [1145689], currentPosMs = [0] +02-27 08:04:28.960 16197 16197 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:04:28.961 16197 16197 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@d562ab5 +02-27 08:04:28.963 16197 16197 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@aa9b247, title=Unknown, artist=Unknown] +02-27 08:04:28.992 16197 16197 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:04:28.993 16197 16197 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[android.media.session.MediaController@c965812]], lastActiveMediaController = NowPlayingMediaController {packageName = com.google.android.youtube.tv, state = 3, metadata = null, null, null}, lastUpdatedAppPackageName = null +02-27 08:04:28.993 16197 16197 D NowPlayingListener: MediaController {packageName = com.google.android.youtube.tv, state = 3} +02-27 08:04:28.996 16197 16197 D NowPlayingListener: updateNowPlayingNotification with controller: NowPlayingMediaController {packageName = com.google.android.youtube.tv, state = 3, metadata = null, null, null} +02-27 08:04:28.996 16197 16197 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@d562ab5 +02-27 08:04:28.999 16197 16197 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@ac52be3, title=Unknown, artist=Unknown] +02-27 08:04:29.024 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:04:29.026 16197 16197 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:04:29.026 16197 16197 D NowPlayingListener: updatePlayback() called with: state = [PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=1145772, actions=379, custom actions=[], active item id=-1, error=null}] and now playing listener: dqv@d562ab5 +02-27 08:04:29.026 16197 16197 D NowPlayingManager: onClientPlaybackStateUpdate() called with: state = [3], stateChangeTimeMs = [1145772], currentPosMs = [0] +02-27 08:04:29.026 16197 16197 D NowPlayingManager: onClientPlaybackStateUpdate: Skipped update, state: 3 was unchanged +02-27 08:04:29.026 16197 16197 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@d562ab5 +02-27 08:04:29.033 16197 16197 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@de509e0, title=Unknown, artist=Unknown] +02-27 08:04:29.042 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:04:29.043 16197 16197 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:04:29.049 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:04:29.050 770 770 D TvNotificationHandler: Notification added +02-27 08:04:29.050 770 770 D TvNotificationHandler: Notification added +02-27 08:04:29.057 770 770 D TvNotificationHandler: Notification added +02-27 08:04:29.089 17081 17081 I starboard_media: MediaSession state: PLAYING, position: 0 ms, speed: 0.000000 x, duration: 0 ms +02-27 08:04:29.092 16197 16197 D NowPlayingListener: updateNowPlayingNotification with controller: NowPlayingMediaController {packageName = com.google.android.youtube.tv, state = 3, metadata = null, null, null} +02-27 08:04:29.093 16197 16197 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@d562ab5 +02-27 08:04:29.096 16197 16197 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@6c7a499, title=Unknown, artist=Unknown] +02-27 08:04:29.121 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:04:29.123 770 770 D TvNotificationHandler: Notification added +02-27 08:04:29.124 16197 16197 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:04:29.124 16197 16197 D NowPlayingListener: updatePlayback() called with: state = [PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=1145866, actions=379, custom actions=[], active item id=-1, error=null}] and now playing listener: dqv@d562ab5 +02-27 08:04:29.124 16197 16197 D NowPlayingManager: onClientPlaybackStateUpdate() called with: state = [3], stateChangeTimeMs = [1145866], currentPosMs = [0] +02-27 08:04:29.124 16197 16197 D NowPlayingManager: onClientPlaybackStateUpdate: Skipped update, state: 3 was unchanged +02-27 08:04:29.124 16197 16197 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@d562ab5 +02-27 08:04:29.126 16197 16197 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@e7de35e, title=Unknown, artist=Unknown] +02-27 08:04:29.130 16197 16197 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:04:29.131 16197 16197 D NowPlayingListener: updateNowPlayingNotification with controller: NowPlayingMediaController {packageName = com.google.android.youtube.tv, state = 3, metadata = null, null, null} +02-27 08:04:29.131 16197 16197 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@d562ab5 +02-27 08:04:29.132 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:04:29.133 755 755 V AudioMediaPlayerWrapper: onPlaybackStateChanged(): com.google.android.youtube.tv : PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=1145866, actions=379, custom actions=[], active item id=-1, error=null} +02-27 08:04:29.134 770 770 D TvNotificationHandler: Notification added +02-27 08:04:29.135 755 755 W AudioMediaPlayerWrapper: onPlaybackStateChanged(): com.google.android.youtube.tv tried to update with no new data +02-27 08:04:29.136 755 755 V AudioMediaPlayerWrapper: trySendMediaUpdate(): Metadata has been updated for com.google.android.youtube.tv +02-27 08:04:29.136 755 755 D MediaPlayerList: sendMediaUpdate +02-27 08:04:29.136 755 755 I MediaPlayerList: sendMediaUpdate: Creating a one item queue for a player with no queue +02-27 08:04:29.136 755 755 D MediaPlayerList: sendMediaUpdate state=PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=1145913, actions=379, custom actions=[], active item id=-1, error=null} +02-27 08:04:29.136 755 755 D AvrcpNativeInterface: sendMediaUpdate: metadata=false playStatus=false queue=false +02-27 08:04:29.136 755 755 D AvrcpTargetJni: sendMediaUpdateNative +02-27 08:04:29.137 755 755 I bt_stack: [INFO:avrcp_service.cc(402)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=0 : play_state=0 : queue=0 +02-27 08:04:29.142 16197 16197 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@f94a33f, title=Unknown, artist=Unknown] +02-27 08:04:29.153 16197 16197 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:04:29.153 16197 16197 D NowPlayingListener: updatePlayback() called with: state = [PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=1145866, actions=379, custom actions=[], active item id=-1, error=null}] and now playing listener: dqv@d562ab5 +02-27 08:04:29.153 16197 16197 D NowPlayingManager: onClientPlaybackStateUpdate() called with: state = [3], stateChangeTimeMs = [1145866], currentPosMs = [0] +02-27 08:04:29.153 16197 16197 D NowPlayingManager: onClientPlaybackStateUpdate: Skipped update, state: 3 was unchanged +02-27 08:04:29.153 16197 16197 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@d562ab5 +02-27 08:04:29.157 16197 16197 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@dc0e40c, title=Unknown, artist=Unknown] +02-27 08:04:29.159 16197 16197 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:04:29.164 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:04:29.165 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:04:29.166 770 770 D TvNotificationHandler: Notification added +02-27 08:04:29.167 770 770 D TvNotificationHandler: Notification added +02-27 08:04:29.450 16895 16905 I .gms.persisten: Compiler allocated 4330KB to compile void mqg.f(android.content.Context) +02-27 08:04:29.591 17081 17167 D EGL_emulation: app_time_stats: avg=16.94ms min=2.77ms max=44.64ms count=59 +02-27 08:04:29.613 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 1920, frameHeight: 1080, bitrate: 3670568, fps: 24, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:29.613 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:29.613 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:04:29.616 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 1920, frameHeight: 1080, bitrate: 4784036, fps: 24, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:29.616 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:29.616 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:29.650 17081 17178 I DrmHal : found instance=clearkey version=android.hardware.drm@1.4::IDrmFactory +02-27 08:04:29.650 17081 17178 I DrmHal : found instance=default version=android.hardware.drm@1.0::IDrmFactory +02-27 08:04:29.682 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:29.682 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:29.682 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:04:29.682 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:29.682 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:29.682 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:04:29.682 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:29.682 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:29.682 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:29.700 17081 17081 I starboard_media: MediaSession state: PLAYING, position: 0 ms, speed: 0.000000 x, duration: 0 ms +02-27 08:04:29.702 16197 16197 D NowPlayingListener: updateNowPlayingNotification with controller: NowPlayingMediaController {packageName = com.google.android.youtube.tv, state = 3, metadata = null, null, null} +02-27 08:04:29.702 16197 16197 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@d562ab5 +02-27 08:04:29.709 755 755 V AudioMediaPlayerWrapper: onPlaybackStateChanged(): com.google.android.youtube.tv : PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=1146477, actions=379, custom actions=[], active item id=-1, error=null} +02-27 08:04:29.709 755 755 W AudioMediaPlayerWrapper: onPlaybackStateChanged(): com.google.android.youtube.tv tried to update with no new data +02-27 08:04:29.710 16197 16197 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@de4f155, title=Unknown, artist=Unknown] +02-27 08:04:29.710 755 755 V AudioMediaPlayerWrapper: trySendMediaUpdate(): Metadata has been updated for com.google.android.youtube.tv +02-27 08:04:29.710 755 755 D MediaPlayerList: sendMediaUpdate +02-27 08:04:29.710 755 755 I MediaPlayerList: sendMediaUpdate: Creating a one item queue for a player with no queue +02-27 08:04:29.710 755 755 D MediaPlayerList: sendMediaUpdate state=PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=1146487, actions=379, custom actions=[], active item id=-1, error=null} +02-27 08:04:29.710 755 755 D AvrcpNativeInterface: sendMediaUpdate: metadata=false playStatus=false queue=false +02-27 08:04:29.711 755 755 D AvrcpTargetJni: sendMediaUpdateNative +02-27 08:04:29.712 755 755 I bt_stack: [INFO:avrcp_service.cc(402)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=0 : play_state=0 : queue=0 +02-27 08:04:29.713 16197 16197 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:04:29.714 16197 16197 D NowPlayingListener: updatePlayback() called with: state = [PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=1146477, actions=379, custom actions=[], active item id=-1, error=null}] and now playing listener: dqv@d562ab5 +02-27 08:04:29.714 16197 16197 D NowPlayingManager: onClientPlaybackStateUpdate() called with: state = [3], stateChangeTimeMs = [1146477], currentPosMs = [0] +02-27 08:04:29.714 16197 16197 D NowPlayingManager: onClientPlaybackStateUpdate: Skipped update, state: 3 was unchanged +02-27 08:04:29.714 16197 16197 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@d562ab5 +02-27 08:04:29.714 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:04:29.715 770 770 D TvNotificationHandler: Notification added +02-27 08:04:29.715 16197 16197 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@8c0d76a, title=Unknown, artist=Unknown] +02-27 08:04:29.717 16197 16197 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:04:29.717 16197 16197 D NowPlayingListener: updateNowPlayingNotification with controller: NowPlayingMediaController {packageName = com.google.android.youtube.tv, state = 3, metadata = null, null, null} +02-27 08:04:29.717 16197 16197 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@d562ab5 +02-27 08:04:29.719 16197 16197 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@1ba345b, title=Unknown, artist=Unknown] +02-27 08:04:29.720 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:04:29.722 770 770 D TvNotificationHandler: Notification added +02-27 08:04:29.724 16197 16197 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:04:29.724 16197 16197 D NowPlayingListener: updatePlayback() called with: state = [PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=1146477, actions=379, custom actions=[], active item id=-1, error=null}] and now playing listener: dqv@d562ab5 +02-27 08:04:29.724 16197 16197 D NowPlayingManager: onClientPlaybackStateUpdate() called with: state = [3], stateChangeTimeMs = [1146477], currentPosMs = [0] +02-27 08:04:29.724 16197 16197 D NowPlayingManager: onClientPlaybackStateUpdate: Skipped update, state: 3 was unchanged +02-27 08:04:29.724 16197 16197 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@d562ab5 +02-27 08:04:29.724 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:04:29.725 770 770 D TvNotificationHandler: Notification added +02-27 08:04:29.725 16197 16197 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@19e34f8, title=Unknown, artist=Unknown] +02-27 08:04:29.727 16197 16197 D NowPlayingManager: onMediaDataUpdated: A notification for Now Playing Card has been posted with NowPlayingData [title=Unknown, artist=Unknown] +02-27 08:04:29.729 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:04:29.729 770 770 D TvNotificationHandler: Notification added +02-27 08:04:29.950 17081 17081 I starboard_media: Media focus: none +02-27 08:04:29.952 505 540 I MediaFocusControl: abandonAudioFocus() from uid/pid 10065/17081 clientId=android.media.AudioManager@beb66d2dev.cobalt.media.CobaltMediaSession@4faf3a3 +02-27 08:04:29.953 17081 17081 I starboard_media: MediaSession release +02-27 08:04:29.953 505 540 D MediaSessionService: Media button session is changed to null +02-27 08:04:29.956 755 755 W AudioMediaPlayerWrapper: The session was destroyed com.google.android.youtube.tv +02-27 08:04:29.956 16197 16197 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = NowPlayingMediaController {packageName = com.google.android.youtube.tv, state = 3, metadata = null, null, null}, lastUpdatedAppPackageName = com.google.android.youtube.tv +02-27 08:04:29.956 16197 16197 D NowPlayingManager: onClientChanged() called +02-27 08:04:29.956 16197 16197 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:04:29.956 16197 16197 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:04:29.956 16197 16197 D NowPlayingManager: onClientChanged() called +02-27 08:04:29.956 16197 16197 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:04:29.957 755 755 D MediaPlayerList: sessionUpdatedCallback(): packageName: com.google.android.youtube.tv +02-27 08:04:29.958 755 755 D MediaPlayerList: sendMediaUpdate +02-27 08:04:29.958 755 755 D MediaPlayerList: sendMediaUpdate state=null +02-27 08:04:29.958 755 755 D AvrcpNativeInterface: sendMediaUpdate: metadata=true playStatus=true queue=true +02-27 08:04:29.958 755 755 D AvrcpTargetJni: sendMediaUpdateNative +02-27 08:04:29.958 755 755 I bt_stack: [INFO:avrcp_service.cc(402)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=1 : play_state=1 : queue=1 +02-27 08:04:29.958 755 755 D MediaPlayerList: Removing media player com.google.android.youtube.tv +02-27 08:04:29.958 755 755 D MediaPlayerList: com.google.android.youtube.tv doesn't have a browse service. Recycle player ID. +02-27 08:04:29.958 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:04:29.958 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:04:29.964 505 505 D CompatibilityChangeReporter: Compat change id reported: 175319604; UID 10052; state: ENABLED +02-27 08:04:29.969 770 770 D TvNotificationHandler: Notification removed +02-27 08:04:30.656 505 2053 E TaskPersister: File error accessing recents directory (directory doesn't exist?). +02-27 08:04:31.130 505 505 D MediaSessionService: Media button session is changed to com.google.android.youtube.tv/starboard_media (userId=0) +02-27 08:04:31.135 16197 16197 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:04:31.135 16197 16197 D NowPlayingManager: onClientChanged() called +02-27 08:04:31.135 755 755 W MediaPlayerList: onMediaKeyEventSessionChanged(Token): Addressed Player changed to a player we didn't have a session for +02-27 08:04:31.135 16197 16197 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:04:31.136 755 755 I MediaPlayerList: Adding wrapped media player: com.google.android.youtube.tv at key: 1 +02-27 08:04:31.136 755 755 I MediaPlayerList: onMediaKeyEventSessionChanged: token=com.google.android.youtube.tv +02-27 08:04:31.138 755 755 D MediaPlayerList: setActivePlayer(): setting player to com.google.android.youtube.tv +02-27 08:04:31.139 755 755 D MediaPlayerList: sendMediaUpdate +02-27 08:04:31.139 755 755 I MediaPlayerList: sendMediaUpdate: Creating a one item queue for a player with no queue +02-27 08:04:31.139 755 755 D MediaPlayerList: sendMediaUpdate state=PlaybackState {state=0, position=0, buffered position=0, speed=0.0, updated=0, actions=0, custom actions=[], active item id=-1, error=null} +02-27 08:04:31.139 755 755 D AvrcpNativeInterface: sendMediaUpdate: metadata=false playStatus=true queue=false +02-27 08:04:31.139 755 755 D AvrcpTargetJni: sendMediaUpdateNative +02-27 08:04:31.139 755 755 I bt_stack: [INFO:avrcp_service.cc(402)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=0 : play_state=1 : queue=0 +02-27 08:04:31.139 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:04:31.374 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10054; state: DISABLED +02-27 08:04:31.374 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10054; state: DISABLED +02-27 08:04:31.374 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10054; state: DISABLED +02-27 08:04:31.374 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10054; state: ENABLED +02-27 08:04:31.375 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10054; state: ENABLED +02-27 08:04:31.378 322 322 D Zygote : Forked child process 17219 +02-27 08:04:31.380 505 555 I ActivityManager: Start proc 17219:com.google.android.apps.mediashell/u0a54 for service {com.google.android.apps.mediashell/com.google.android.apps.mediashell.MediaShellCastReceiverService} +02-27 08:04:31.554 17219 17219 E apps.mediashel: Not starting debugger since process cannot load the jdwp agent. +02-27 08:04:31.589 505 3356 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10054; state: DISABLED +02-27 08:04:31.612 17219 17219 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10054; state: ENABLED +02-27 08:04:31.666 17219 17219 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AndroidMediaShell/lib/arm64:/product/priv-app/AndroidMediaShell/AndroidMediaShell.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:04:31.694 17219 17219 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.apps.mediashell' set to: 'default' +02-27 08:04:31.694 17219 17219 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:04:31.697 17219 17219 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:04:31.698 17219 17219 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:04:31.723 17219 17219 D cr_LibraryLoader: [LibraryLoader.java:324] Configuration: useChromiumLinker() = false, mUseModernLinker = false +02-27 08:04:31.765 17219 17219 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:39] onCreate +02-27 08:04:31.765 17219 17219 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:44] onStartCommand(null, 0, 11) +02-27 08:04:31.765 17219 17219 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:91] Building and starting cast receiver +02-27 08:04:31.765 17219 17219 D cr_CastBrowserHelper: [CastBrowserHelper.java:37] Performing one-time browser initialization +02-27 08:04:31.764 17219 17219 W apps.mediashell: type=1400 audit(0.0:2023): avc: denied { search } for name="tmp" dev="dm-4" ino=65538 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:shell_data_file:s0 tclass=dir permissive=0 app=com.google.android.apps.mediashell +02-27 08:04:31.769 17219 17219 D cr_CastCmdLineHelper: [CastCommandLineHelper.java:98] appending command line arg: multizone-device-delay=0 +02-27 08:04:31.771 17219 17219 D cr_LibraryLoader: [LibraryLoader.java:684] Loading with the System linker. +02-27 08:04:31.889 17219 17219 D cr_LibraryLoader: [LibraryLoader.java:690] Time to load native libraries: 119 ms +02-27 08:04:31.897 17219 17219 W chromium: [0227/080431.894005:WARNING:library_prefetcher.cc(326)] Code not ordered, madvise optimization skipped +02-27 08:04:31.900 17219 17219 I cr_LibraryLoader: Successfully loaded native library +02-27 08:04:31.901 17219 17219 I cr_CachingUmaRecorder: Flushed 1 samples from 1 histograms. +02-27 08:04:31.902 17219 17219 D cr_CastBrowserHelper: [CastBrowserHelper.java:49] Loading BrowserStartupController... +02-27 08:04:31.902 17219 17219 D cr_BrowserStartup: [BrowserStartupControllerImpl.java:437] Initializing chromium process, singleProcess=false +02-27 08:04:31.934 17219 17219 D cr_ChromecastConfigAndroid: [ChromecastConfigAndroid.java:86] initializeSendUsageStatsSetting +02-27 08:04:31.935 17219 17219 D cr_ChromecastConfigAndroid: [ChromecastConfigAndroid.java:100] updateSendUsageStatsSetting +02-27 08:04:31.944 505 3356 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #10937} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (101 skipped) +02-27 08:04:31.996 17219 17219 I chromium: [17219:17219:INFO:cast_content_browser_client_internal.cc(428)] Remote heap profiler is disabled. +02-27 08:04:32.014 17219 17219 V cr_Accessibility: [BrowserAccessibilityState.java:196] Enabled accessibility services list updated. +02-27 08:04:32.074 17219 17242 I cr_CastCrashUploader: Remove crash dumps +02-27 08:04:32.097 17219 17248 I chromium: [17219:17248:INFO:cast_media_android.cc(44)] Initialize: +02-27 08:04:32.099 17219 17248 I cr_VolumeControlAndroid: Creating new VolumeControl instance +02-27 08:04:32.104 182 182 I lowmemorykiller: Kill 'com.android.providers.tv' (16256), uid 10033, oom_score_adj 915 to free 50292kB rss, 0kB swap; reason: min watermark is breached and thrashing (110%) +02-27 08:04:32.108 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(17)] Build volume cache for type 0: +02-27 08:04:32.115 182 182 I lowmemorykiller: Kill 'android.process.acore' (16987), uid 10028, oom_score_adj 700 to free 51080kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:04:32.116 322 322 I Zygote : Process 16256 exited due to signal 9 (Killed) +02-27 08:04:32.119 322 322 I Zygote : Process 16987 exited due to signal 9 (Killed) +02-27 08:04:32.119 505 1395 D CountryDetector: No listener is left +02-27 08:04:32.120 182 182 I lowmemorykiller: Kill 'com.google.process.gapps' (17024), uid 10057, oom_score_adj 700 to free 49764kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:04:32.126 322 322 I Zygote : Process 17024 exited due to signal 9 (Killed) +02-27 08:04:32.127 505 540 I ActivityManager: Process com.android.providers.tv (pid 16256) has died: cch+15 CEM +02-27 08:04:32.128 182 182 I lowmemorykiller: Kill 'com.google.android.tvrecommendations' (16197), uid 10052, oom_score_adj 250 to free 64396kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:04:32.129 505 556 I libprocessgroup: Successfully killed process cgroup uid 10033 pid 16256 in 1ms +02-27 08:04:32.153 182 182 I lowmemorykiller: Kill 'com.google.android.inputmethod.latin' (16851), uid 10066, oom_score_adj 200 to free 60212kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:04:32.153 322 322 I Zygote : Process 16197 exited due to signal 9 (Killed) +02-27 08:04:32.154 505 505 V NotificationListeners: 0 notification listener connection lost: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:04:32.157 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 0(0) -> -120 +02-27 08:04:32.157 505 2796 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10052/16197, android.os.BinderProxy@724b234) +02-27 08:04:32.157 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=216, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] (release request) +02-27 08:04:32.158 505 1698 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10052/16197, android.os.BinderProxy@d1bb107) +02-27 08:04:32.158 505 1684 D NotificationListeners: Removing active service ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:04:32.160 17219 17219 I chromium: [17219:17219:INFO:supported_codec_finder.cc(28)] Adding 32 supported codec profiles/levels +02-27 08:04:32.160 17219 17245 I chromium: [17219:17245:INFO:external_mojo_broker.cc(236)] Register service cast_browser +02-27 08:04:32.161 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 1(0.0666667) -> -53.2632 +02-27 08:04:32.162 322 322 I Zygote : Process 16851 exited due to signal 9 (Killed) +02-27 08:04:32.162 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 2(0.133333) -> -46.6316 +02-27 08:04:32.162 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 3(0.2) -> -40 +02-27 08:04:32.163 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 4(0.266667) -> -36.55 +02-27 08:04:32.163 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 5(0.333333) -> -32.525 +02-27 08:04:32.164 505 1686 I WindowManager: WIN DEATH: Window{d452600 u0 InputMethod} +02-27 08:04:32.164 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 6(0.4) -> -28.5 +02-27 08:04:32.167 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 7(0.466667) -> -25.05 +02-27 08:04:32.170 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 8(0.533333) -> -21.025 +02-27 08:04:32.170 505 2476 I ActivityManager: Process android.process.acore (pid 16987) has died: prev LAST +02-27 08:04:32.171 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 9(0.6) -> -17 +02-27 08:04:32.172 505 556 I libprocessgroup: Successfully killed process cgroup uid 10028 pid 16987 in 0ms +02-27 08:04:32.173 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 10(0.666667) -> -14.45 +02-27 08:04:32.177 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 11(0.733333) -> -11.475 +02-27 08:04:32.177 505 1686 W InputManager-JNI: Input channel object 'd452600 InputMethod (client)' was disposed without first being removed with the input manager! +02-27 08:04:32.179 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 12(0.8) -> -8.5 +02-27 08:04:32.180 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 13(0.866667) -> -5.95 +02-27 08:04:32.183 17219 17219 I chromium: [17219:17219:INFO:uds_peercred_filter.cc(165)] Performing one-time injection of UdsPeercredFilter into GRPC. +02-27 08:04:32.183 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 14(0.933333) -> -2.975 +02-27 08:04:32.185 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 15(1) -> 0 +02-27 08:04:32.187 17219 17219 W chromium: [17219:17219:WARNING:client_auth_manager.cc(103)] Old certificate is empty. +02-27 08:04:32.189 17219 17250 I chromium: [17219:17250:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-40 type=MEDIA +02-27 08:04:32.190 17219 17219 E chromium: [17219:17219:ERROR:device_info_impl.cc(1352)] Cannot get MAC address. +02-27 08:04:32.190 17219 17219 I chromium: [17219:17219:INFO:device_info_impl.cc(1356)] MAC address for : 00:00:00:00:00:00 +02-27 08:04:32.190 17219 17250 I chromium: [17219:17250:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=0: volume=0.2 (-40) mute=0 +02-27 08:04:32.190 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(17)] Build volume cache for type 1: +02-27 08:04:32.192 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 0(0) -> -29.7 +02-27 08:04:32.193 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 1(0.142857) -> -29.7 +02-27 08:04:32.195 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 2(0.285714) -> -25.0455 +02-27 08:04:32.195 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 3(0.428571) -> -20.1 +02-27 08:04:32.195 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 4(0.571429) -> -15 +02-27 08:04:32.195 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 5(0.714286) -> -9.9 +02-27 08:04:32.195 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 6(0.857143) -> -4.8 +02-27 08:04:32.195 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 7(1) -> 0 +02-27 08:04:32.195 17219 17250 I chromium: [17219:17250:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-25.0455 type=ALARM +02-27 08:04:32.196 17219 17250 I chromium: [17219:17250:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=1: volume=0.285714 (-25.0455) mute=0 +02-27 08:04:32.196 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(17)] Build volume cache for type 2: +02-27 08:04:32.196 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 0(0) -> -120 +02-27 08:04:32.198 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 1(0.142857) -> -21.5625 +02-27 08:04:32.202 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 2(0.285714) -> -18.9375 +02-27 08:04:32.203 505 505 W InputMethodManagerService: Session failed to close due to remote exception +02-27 08:04:32.203 505 505 W InputMethodManagerService: android.os.DeadObjectException +02-27 08:04:32.203 505 505 W InputMethodManagerService: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:04:32.203 505 505 W InputMethodManagerService: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:04:32.203 505 505 W InputMethodManagerService: at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:425) +02-27 08:04:32.203 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.finishSessionLocked(InputMethodManagerService.java:2812) +02-27 08:04:32.203 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearClientSessionLocked(InputMethodManagerService.java:2803) +02-27 08:04:32.203 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:2830) +02-27 08:04:32.203 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:2859) +02-27 08:04:32.203 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:2097) +02-27 08:04:32.203 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:2112) +02-27 08:04:32.203 505 505 W InputMethodManagerService: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:04:32.203 505 505 W InputMethodManagerService: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:04:32.203 505 505 W InputMethodManagerService: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:04:32.203 505 505 W InputMethodManagerService: at android.os.Looper.loop(Looper.java:288) +02-27 08:04:32.203 505 505 W InputMethodManagerService: at com.android.server.SystemServer.run(SystemServer.java:903) +02-27 08:04:32.203 505 505 W InputMethodManagerService: at com.android.server.SystemServer.main(SystemServer.java:610) +02-27 08:04:32.203 505 505 W InputMethodManagerService: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:04:32.203 505 505 W InputMethodManagerService: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:04:32.203 505 505 W InputMethodManagerService: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) +02-27 08:04:32.204 17219 17219 I chromium: [17219:17219:INFO:device_info_impl.cc(405)] Device model id: Google.emulator64_arm64.sdk_google_atv64_arm64 +02-27 08:04:32.204 17219 17219 I chromium: [17219:17219:INFO:device_info_impl.cc(440)] Control Notifications: 0 +02-27 08:04:32.204 17219 17219 E chromium: [17219:17219:ERROR:device_info_impl.cc(145)] Cannot read file: /data/bootid +02-27 08:04:32.204 17219 17219 I chromium: [17219:17219:INFO:device_info_impl.cc(456)] SSDP Boot ID: 0 +02-27 08:04:32.205 17219 17219 I chromium: [17219:17219:INFO:device_info_impl.cc(460)] SSDP Config ID: 1 +02-27 08:04:32.205 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 3(0.428571) -> -16.3636 +02-27 08:04:32.207 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 4(0.571429) -> -13.6364 +02-27 08:04:32.209 17219 17219 W chromium: [17219:17219:WARNING:secure_storage_impl.cc(115)] Device key not available yet. +02-27 08:04:32.211 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 5(0.714286) -> -11.1176 +02-27 08:04:32.214 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 6(0.857143) -> -8.64706 +02-27 08:04:32.214 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 7(1) -> -6 +02-27 08:04:32.214 17219 17250 I chromium: [17219:17250:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-21.5625 type=COMMUNICATION +02-27 08:04:32.214 17219 17250 I chromium: [17219:17250:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=2: volume=0.142857 (-21.5625) mute=0 +02-27 08:04:32.214 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(17)] Build volume cache for type 3: +02-27 08:04:32.215 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 0(0) -> -24 +02-27 08:04:32.216 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 1(0.2) -> -24 +02-27 08:04:32.217 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 2(0.4) -> -17.9394 +02-27 08:04:32.220 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 3(0.6) -> -11.8788 +02-27 08:04:32.223 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 4(0.8) -> -5.88235 +02-27 08:04:32.224 17219 17250 I chromium: [17219:17250:INFO:volume_cache.cc(28)] 5(1) -> 0 +02-27 08:04:32.225 17219 17250 I chromium: [17219:17250:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-17.9394 type=OTHER +02-27 08:04:32.225 17219 17250 I chromium: [17219:17250:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=3: volume=0.4 (-17.9394) mute=0 +02-27 08:04:32.236 505 2673 I ActivityManager: Process com.google.process.gapps (pid 17024) has died: prev LAST +02-27 08:04:32.236 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 17024 in 0ms +02-27 08:04:32.240 505 556 I libprocessgroup: Successfully killed process cgroup uid 10052 pid 16197 in 0ms +02-27 08:04:32.240 505 2251 I ActivityManager: Process com.google.android.tvrecommendations (pid 16197) has died: prcl BFGS +02-27 08:04:32.242 505 2251 W ActivityManager: Scheduling restart of crashed service com.google.android.tvrecommendations/.NotificationsService in 14668529664ms for connection +02-27 08:04:32.244 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 16851 in 0ms +02-27 08:04:32.244 505 1685 I ActivityManager: Process com.google.android.inputmethod.latin (pid 16851) has died: prcp IMPB +02-27 08:04:32.245 505 1685 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 1000ms for connection +02-27 08:04:32.250 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 16851 +02-27 08:04:32.253 17219 17219 I chromium: [17219:17219:INFO:crypto_manager.cc(257)] Public key: MIIBCgKCAQEAw2jhAxLfHUp4ZFJiAJ6Od5c82w7pu4hXjsGkAybnQ9X8f5omqDtNN7/NYNyWBhHxz0Szft+npN3L/hE7Q1pDlruIMfNHIKMGaAbqlKXxMmqClSYYEPQMSuiXIwzc9Y3GPGR8dyXlCE8ZFEKFX+cM/ZuXO2/XSTTI8yZQAEmO2Pegn/4xEqJyrArhSWCUYAawJNTy8s7XLGAaX4s8RAudmFew44ga0/iOVYpfVAovtc9YDsjauTXqYRT0Y+4I1982SWg/uQNIyvpdICSDwpCdR+82Ek+Enl//bkS2OAHymRWS5jh6ClWMAA+lCUtx6UlyzfJ4l732iGRXaMSfwLNVnwIDAQAB +02-27 08:04:32.253 17219 17219 I chromium: [17219:17219:INFO:crypto_manager.cc(268)] Public modulus: w2jhAxLfHUp4ZFJiAJ6Od5c82w7pu4hXjsGkAybnQ9X8f5omqDtNN7_NYNyWBhHxz0Szft-npN3L_hE7Q1pDlruIMfNHIKMGaAbqlKXxMmqClSYYEPQMSuiXIwzc9Y3GPGR8dyXlCE8ZFEKFX-cM_ZuXO2_XSTTI8yZQAEmO2Pegn_4xEqJyrArhSWCUYAawJNTy8s7XLGAaX4s8RAudmFew44ga0_iOVYpfVAovtc9YDsjauTXqYRT0Y-4I1982SWg_uQNIyvpdICSDwpCdR-82Ek-Enl__bkS2OAHymRWS5jh6ClWMAA-lCUtx6UlyzfJ4l732iGRXaMSfwLNVnw +02-27 08:04:32.253 17219 17219 I chromium: [17219:17219:INFO:crypto_manager.cc(273)] Public exponent: AQAB +02-27 08:04:32.256 16895 16895 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:04:32.257 16598 16598 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:04:32.261 17219 17219 I chromium: [17219:17219:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:04:32.261 17219 17219 I chromium: [17219:17219:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:04:32.261 17219 17219 I chromium: [17219:17219:INFO:service_base.h(78)] Size of the map for type AuthTokenResponse is 0 +02-27 08:04:32.261 17219 17219 W chromium: [17219:17219:WARNING:service_manager_android.cc(70)] Client wayland was not found in whitelisted packages. +02-27 08:04:32.261 17219 17219 I chromium: [17219:17219:INFO:service_manager_android.cc(79)] Creating socket localhost:10042 +02-27 08:04:32.261 17219 17219 I chromium: [17219:17219:INFO:grpc_manager_impl.cc(335)] GRPC[uri=localhost:10042]: Shutting down CQ. +02-27 08:04:32.261 17219 17219 I chromium: [17219:17219:INFO:grpc_completion_queue_wrapper.cc(51)] CQ is shutting down: id=0 +02-27 08:04:32.261 17219 17219 I chromium: [17219:17219:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=1 +02-27 08:04:32.261 17219 17219 I chromium: [17219:17219:INFO:grpc_manager_impl.cc(852)] GRPC[uri=localhost:10042]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:04:32.261 17219 17219 I chromium: [17219:17219:INFO:grpc_manager_impl.cc(442)] GRPC[uri=localhost:10042]: Can't start server yet, missing start_requsted_ +02-27 08:04:32.261 17219 17219 I chromium: [17219:17219:INFO:grpc_manager_impl.cc(384)] GRPC[uri=localhost:10042]: Registered service chromecast.user_auth.proto.UserAuthService +02-27 08:04:32.262 17219 17219 I chromium: [17219:17219:INFO:grpc_manager_impl.cc(406)] GRPC[uri=localhost:10042]: Registered a handler AuthTokenChannel for service chromecast.user_auth.proto.UserAuthService +02-27 08:04:32.262 17219 17219 I chromium: [17219:17219:INFO:grpc_manager_impl.cc(452)] GRPC[uri=localhost:10042]: Proceeding to try to start server. +02-27 08:04:32.262 17219 17256 I chromium: [17219:17256:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:04:32.262 17219 17256 I chromium: [17219:17256:INFO:grpc_manager_impl.cc(689)] GRPC[uri=]: Completion queue is exiting: id=0 +02-27 08:04:32.262 17219 17256 I chromium: [17219:17256:INFO:grpc_manager_impl.cc(683)] GRPC[uri=localhost:10042]: Started processing completion queue: id=1 +02-27 08:04:32.262 16895 16895 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:04:32.270 17219 17219 I chromium: [17219:17219:INFO:grpc_manager_impl.cc(509)] GRPC[uri=localhost:10042]: Grpc server started in port 10042 +02-27 08:04:32.270 17219 17219 I chromium: [17219:17219:INFO:service_manager_android.cc(83)] Android server started for service: user_auth +02-27 08:04:32.274 17219 17219 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:04:32.274 17219 17219 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:04:32.282 17219 17219 I chromium: [17219:17219:INFO:gcm_manager.cc(132)] GCM Dir = /data/user/0/com.google.android.apps.mediashell/cache/gcm +02-27 08:04:32.282 17219 17219 I chromium: [17219:17219:INFO:gcm_manager.cc(246)] Enabling GCM Driver +02-27 08:04:32.286 17219 17219 I chromium: [17219:17219:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/home.hds.proto.device.config.RefreshConfigRequest +02-27 08:04:32.286 17219 17219 I chromium: [17219:17219:INFO:preload_initiator_mdns.cc(91)] Preload type: mdns +02-27 08:04:32.286 17219 17219 W chromium: [17219:17219:WARNING:hds_settings.cc(107)] HDS URL has not been set through command line. +02-27 08:04:32.288 17219 17219 I chromium: [17219:17219:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:04:32.288 17219 17219 I chromium: [17219:17219:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:04:32.288 17219 17219 I chromium: [17219:17219:INFO:grpc_manager_impl.cc(437)] GRPC[uri=]: Can't start server yet, missing URI. +02-27 08:04:32.288 17219 17219 I chromium: [17219:17219:INFO:lycra_gcm_impl.cc(112)] Deferring GCM registration until connectivity is up. +02-27 08:04:32.288 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:04:32.288 17219 17260 I chromium: [17219:17260:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:04:32.288 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:04:32.288 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:04:32.288 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:04:32.288 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:04:32.288 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:04:32.288 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:04:32.288 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:04:32.288 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:04:32.288 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:04:32.288 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:04:32.288 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:04:32.288 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:04:32.288 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:04:32.288 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:04:32.288 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:04:32.288 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:04:32.288 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:04:32.288 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(165)] Presence settings is: 0 +02-27 08:04:32.288 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(183)] Presence radar settings is: 0 +02-27 08:04:32.288 17219 17219 I chromium: [17219:17219:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:04:32.289 17219 17219 I chromium: [17219:17219:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:04:32.289 17219 17219 I chromium: [17219:17219:INFO:service_base.h(246)] Container sizes for type CloudSetting are (session_info_map: 0), (topic_info_map: 0), (pending_events: 0). +02-27 08:04:32.289 17219 17219 E chromium: [17219:17219:ERROR:socket_manifest_android.cc(33)] Socket config not found for service cloud_settings +02-27 08:04:32.289 17219 17219 W chromium: [17219:17219:WARNING:service_manager_android.cc(62)] No socket entry found for cloud_settings. Ignore if service was not intended to run on this OS. +02-27 08:04:32.289 17219 17219 I chromium: [17219:17219:INFO:cloud_settings_grpc_service_impl.cc(55)] CloudSettingsGrpcServiceImpl constructed, and started gRPC server. +02-27 08:04:32.289 17219 17219 I chromium: [17219:17219:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: a11y_display_settings +02-27 08:04:32.289 17219 17219 W chromium: [17219:17219:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [a11y_display_settings] in settings. +02-27 08:04:32.289 17219 17219 I chromium: [17219:17219:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: a11y_trait +02-27 08:04:32.289 17219 17219 W chromium: [17219:17219:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [a11y_trait] in settings. +02-27 08:04:32.289 17219 17219 I chromium: [17219:17219:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: alarm_volume_settings +02-27 08:04:32.289 17219 17261 I chromium: [17219:17261:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:04:32.289 17219 17219 W chromium: [17219:17219:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [alarm_volume_settings] in settings. +02-27 08:04:32.289 17219 17219 I chromium: [17219:17219:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: ambient_eq_settings +02-27 08:04:32.289 17219 17219 W chromium: [17219:17219:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [ambient_eq_settings] in settings. +02-27 08:04:32.289 17219 17219 I chromium: [17219:17219:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: assistant_volume_settings +02-27 08:04:32.289 17219 17219 W chromium: [17219:17219:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [assistant_volume_settings] in settings. +02-27 08:04:32.289 17219 17219 I chromium: [17219:17219:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: auto_software_update_settings +02-27 08:04:32.289 17219 17219 W chromium: [17219:17219:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [auto_software_update_settings] in settings. +02-27 08:04:32.289 17219 17219 I chromium: [17219:17219:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: display_theme_settings +02-27 08:04:32.289 17219 17219 W chromium: [17219:17219:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [display_theme_settings] in settings. +02-27 08:04:32.289 17219 17219 I chromium: [17219:17219:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: do_not_disturb_settings +02-27 08:04:32.289 17219 17219 W chromium: [17219:17219:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [do_not_disturb_settings] in settings. +02-27 08:04:32.289 17219 17219 I chromium: [17219:17219:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: eureka_info_settings +02-27 08:04:32.289 17219 17219 W chromium: [17219:17219:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [eureka_info_settings] in settings. +02-27 08:04:32.289 17219 17219 I chromium: [17219:17219:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: hdmi_settings +02-27 08:04:32.289 17219 17219 W chromium: [17219:17219:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [hdmi_settings] in settings. +02-27 08:04:32.289 17219 17219 I chromium: [17219:17219:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: night_mode_settings +02-27 08:04:32.289 17219 17219 W chromium: [17219:17219:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [night_mode_settings] in settings. +02-27 08:04:32.289 17219 17219 I chromium: [17219:17219:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: preview_program_settings +02-27 08:04:32.289 17219 17219 W chromium: [17219:17219:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [preview_program_settings] in settings. +02-27 08:04:32.289 17219 17219 I chromium: [17219:17219:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: privacy_settings +02-27 08:04:32.289 17219 17219 W chromium: [17219:17219:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [privacy_settings] in settings. +02-27 08:04:32.289 17219 17219 I chromium: [17219:17219:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: radar_presence_detection_settings +02-27 08:04:32.289 17219 17219 W chromium: [17219:17219:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [radar_presence_detection_settings] in settings. +02-27 08:04:32.289 17219 17219 I chromium: [17219:17219:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: technical_info +02-27 08:04:32.289 17219 17219 W chromium: [17219:17219:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [technical_info] in settings. +02-27 08:04:32.289 17219 17219 I chromium: [17219:17219:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: touch_interaction_presence_detection_settings +02-27 08:04:32.289 17219 17219 W chromium: [17219:17219:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [touch_interaction_presence_detection_settings] in settings. +02-27 08:04:32.289 17219 17219 I chromium: [17219:17219:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: ultrasound_settings +02-27 08:04:32.289 17219 17219 W chromium: [17219:17219:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [ultrasound_settings] in settings. +02-27 08:04:32.289 17219 17219 I chromium: [17219:17219:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: user_eq_settings +02-27 08:04:32.289 17219 17219 W chromium: [17219:17219:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [user_eq_settings] in settings. +02-27 08:04:32.289 17219 17219 I chromium: [17219:17219:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: user_interface_settings +02-27 08:04:32.289 17219 17219 W chromium: [17219:17219:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [user_interface_settings] in settings. +02-27 08:04:32.289 17219 17219 I chromium: [17219:17219:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: voice_interaction_presence_detection_settings +02-27 08:04:32.289 17219 17219 W chromium: [17219:17219:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [voice_interaction_presence_detection_settings] in settings. +02-27 08:04:32.289 17219 17219 I chromium: [17219:17219:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: wifi_settings +02-27 08:04:32.289 17219 17219 W chromium: [17219:17219:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [wifi_settings] in settings. +02-27 08:04:32.290 17219 17219 I chromium: [17219:17219:INFO:cloud_settings_manager_impl.cc(225)] Cloud settings is disabled. +02-27 08:04:32.291 17219 17219 W chromium: [17219:17219:WARNING:client_auth_manager.cc(103)] Old certificate is empty. +02-27 08:04:32.291 17219 17219 I chromium: [17219:17219:INFO:usonia_configs_with_cast_features.cc(55)] No extra groups +02-27 08:04:32.291 17219 17219 I chromium: [17219:17219:INFO:usonia_configs_with_cast_features.cc(304)] Usonia configs: UsoniaConfigs initialized +02-27 08:04:32.291 17219 17219 I chromium: [17219:17219:INFO:usonia_configs_with_cast_features.cc(305)] id_is_authenticated=0 +02-27 08:04:32.291 17219 17219 I chromium: [17219:17219:INFO:usonia_configs_with_cast_features.cc(306)] usonia_require_authenticated_ids=1 +02-27 08:04:32.291 17219 17219 I chromium: [17219:17219:INFO:usonia_configs_with_cast_features.cc(308)] usonia_extra_multicast_groups= +02-27 08:04:32.291 17219 17219 I chromium: [17219:17219:INFO:usonia_configs_with_cast_features.cc(310)] usonia_multicast_ttl=1 +02-27 08:04:32.291 17219 17219 I chromium: [17219:17219:INFO:usonia_configs_with_cast_features.cc(311)] usonia_higher_root_precedence=0 +02-27 08:04:32.291 17219 17219 I chromium: [17219:17219:INFO:usonia_configs_with_cast_features.cc(313)] usonia_allow_self_signed_certs=0 +02-27 08:04:32.291 17219 17219 I chromium: [17219:17219:INFO:usonia_configs_with_cast_features.cc(315)] usonia_enable_trusted_sets=1 +02-27 08:04:32.292 17219 17263 I chromium: [17219:17263:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:04:32.292 17219 17263 I chromium: [17219:17263:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:04:32.292 17219 17264 I chromium: [17219:17264:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:04:32.293 17219 17241 I chromium: [17219:17241:INFO:directory_service_impl.cc(419)] Boot count is now 11 +02-27 08:04:32.293 17219 17241 I chromium: [17219:17241:INFO:parent_tracker.cc(117)] [REDACTED] has hash 1127492593, root wait is 0.115374 s +02-27 08:04:32.294 17219 17241 I chromium: [17219:17241:INFO:parent_tracker.cc(213)] Now using local address [REDACTED] +02-27 08:04:32.294 17219 17241 I chromium: [17219:17241:INFO:parent_tracker.cc(231)] Using multicast TTL 1 +02-27 08:04:32.294 17219 17241 I chromium: [17219:17241:INFO:parent_tracker.cc(479)] Trusted set support is disabled +02-27 08:04:32.294 17219 17263 I chromium: [17219:17263:INFO:grpc_auth_manager_with_grpc_ipc.cc(63)] Connecting IPC for Auth.AuthReadyStreaming. +02-27 08:04:32.295 17219 17241 E chromium: [17219:17241:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 08:04:32.295 17219 17241 E chromium: [17219:17241:ERROR:tcp_listener.cc(65)] Listen failed: net::ERR_ADDRESS_IN_USE : 0.0.0.0:10101 +02-27 08:04:32.296 17219 17241 E chromium: [17219:17241:ERROR:ssl_message_stream_socket_factory_cast.cc(72)] SSL listener error: -1 +02-27 08:04:32.297 17219 17263 I chromium: [17219:17263:INFO:grpc_ipc_socket_client.cc(29)] GrpcIpcSocketClient created for usonia-ipc-socket +02-27 08:04:32.297 17219 17263 D BindingManager: with +02-27 08:04:32.297 17219 17263 D BindingManager: bind to service +02-27 08:04:32.300 17219 17263 I chromium: [17219:17263:INFO:distributed_service_discovery_with_grpc_ipc.cc(152)] Connecting IPC for DistributedServiceDiscovery.AddService. +02-27 08:04:32.300 17219 17263 I chromium: [17219:17263:INFO:distributed_service_discovery_with_grpc_ipc.cc(66)] Connecting IPC for DistributedServiceDiscovery.UpdateObservers. +02-27 08:04:32.301 17219 17263 I chromium: [17219:17263:INFO:metrics_recorder_with_grpc_ipc.cc(156)] Connecting IPC for MetricsRecorder.RecordMetrics: num_attempts=1 +02-27 08:04:32.301 17219 17263 I chromium: [17219:17263:INFO:synchronous_sound_player_with_grpc_ipc.cc(176)] Connecting IPC for SynchronousSoundPlayer.UpdateSound. +02-27 08:04:32.302 17219 17263 I chromium: [17219:17263:INFO:directory_service_with_grpc_ipc.cc(66)] Connecting IPC for DirectoryService.LocalDeviceInfo. +02-27 08:04:32.302 17219 17263 I chromium: [17219:17263:INFO:directory_service_with_grpc_ipc.cc(123)] Connecting IPC for DirectoryService.ObserveCommonTime. +02-27 08:04:32.302 17219 17263 I chromium: [17219:17263:INFO:directory_service_with_grpc_ipc.cc(279)] Connecting IPC for DirectoryService.UpdateStateObservers. +02-27 08:04:32.302 17219 17263 I chromium: [17219:17263:INFO:directory_service_with_grpc_ipc.cc(381)] Connecting IPC for DirectoryService.UpdateMessageObservers. +02-27 08:04:32.302 17219 17263 I chromium: [17219:17263:INFO:state_manager_with_grpc_ipc.cc(78)] Connecting IPC for StateManager.ReceiveStateUpdates. +02-27 08:04:32.302 17219 17263 I chromium: [17219:17263:INFO:services_layer_impl.cc(63)] Service layer is instantiated: debug_string=CastChild +02-27 08:04:32.302 17219 17263 I chromium: [17219:17263:INFO:services_layer_impl.cc(70)] Register usonia.EchoCastChild.SendEcho rpc. +02-27 08:04:32.302 17219 17263 I chromium: [17219:17263:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.EchoCastChild +02-27 08:04:32.302 17219 17263 I chromium: [17219:17263:INFO:usonia_child_process.cc(111)] Usonia child process is instantiated: debug_string=CastChild, server_uri=[::]:10011, ipc_uri= +02-27 08:04:32.303 17219 17219 I chromium: [17219:17219:INFO:multizone_manager.cc(339)] Multizone features are disabled +02-27 08:04:32.401 17219 17219 I cr_AppRestrictionService: RestrictionEntry: key=enable_lan_discovery, type=1, default=true +02-27 08:04:32.417 17219 17219 I chromium: [17219:17219:INFO:app_restrictions_service.cc(29)] Restriction 'enable_lan_discovery' = 1 +02-27 08:04:32.417 17219 17219 W chromium: [17219:17219:WARNING:cast_receiver_impl.cc(1529)] Cast receiver not initialized. Don't start discovery: state=0 +02-27 08:04:32.417 17219 17219 I chromium: [17219:17219:INFO:cast_receiver_impl.cc(1595)] SSDP server stopped. +02-27 08:04:32.429 17219 17219 E chromium: [17219:17219:ERROR:metrics_recorder_impl.cc(652)] Cannot record metrics event after MetricsRecorder stopped. +02-27 08:04:32.433 17219 17241 I chromium: [17219:17241:INFO:device_set.cc(163)] Become root for set [REDACTED] +02-27 08:04:32.435 17219 17241 I chromium: [17219:17241:INFO:directory_service_impl.cc(536)] This device became root +02-27 08:04:32.440 505 3128 I WifiService: acquireWifiLock uid=10054 lockMode=1 +02-27 08:04:32.443 505 3128 I WifiService: acquireMulticastLock uid=10054 +02-27 08:04:32.450 17219 17219 I chromium: [17219:17219:INFO:cast_thread_health_check.cc(53)] Receiver health check timeout: 15 seconds. +02-27 08:04:32.451 17219 17219 I chromium: [17219:17219:INFO:cast_certificate_grpc_service_dummy.cc(14)] Dummy CastCertificateGrpcService constructed. +02-27 08:04:32.451 17219 17219 I chromium: [17219:17219:INFO:matter_certificate_grpc_service_dummy.cc(14)] Dummy MatterCertificateGrpcService constructed. +02-27 08:04:32.454 17219 17219 I chromium: [17219:17219:INFO:debug_endpoint_manager_grpc_client.cc(383)] gRPC client channel state changed to GRPC_CHANNEL_IDLE +02-27 08:04:32.455 17219 17219 I chromium: [17219:17219:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:04:32.455 17219 17269 I chromium: [17219:17269:INFO:grpc_manager_impl.cc(683)] GRPC[uri=[::]:0]: Started processing completion queue: id=0 +02-27 08:04:32.455 17219 17219 I chromium: [17219:17219:INFO:grpc_manager_impl.cc(852)] GRPC[uri=[::]:0]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:04:32.455 17219 17219 I chromium: [17219:17219:INFO:grpc_manager_impl.cc(442)] GRPC[uri=[::]:0]: Can't start server yet, missing start_requsted_ +02-27 08:04:32.455 17219 17219 I chromium: [17219:17219:INFO:pref_metrics_manager.cc(67)] PrefMetricsManager started. +02-27 08:04:32.455 17219 17219 I chromium: [17219:17219:INFO:debug_endpoint_manager_grpc_client.cc(134)] 1 RPC call(s) postponed. Current gRPC channel state is GRPC_CHANNEL_IDLE +02-27 08:04:32.455 17219 17219 I chromium: [17219:17219:INFO:pref_control_debug_manager.cc(77)] DebugInterface registered. +02-27 08:04:32.455 17219 17219 I chromium: [17219:17219:INFO:pref_control_service_impl.cc(128)] Loading prefs from /data/user/0/com.google.android.apps.mediashell/cache/pref_control/pref_control.prefs +02-27 08:04:32.481 17219 17219 I chromium: [17219:17219:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:motion_sensing_pref,RestoreValue:1,ForceEnableParent:1,Value:1,Optin:0] +02-27 08:04:32.481 17219 17219 I chromium: [17219:17219:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:sleep_sensing_pref,RestoreValue:1,ForceEnableParent:1,Value:1,Optin:0] +02-27 08:04:32.481 17219 17219 I chromium: [17219:17219:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:sleep_disturbance_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 08:04:32.481 17219 17219 I chromium: [17219:17219:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:sleep_coaching_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 08:04:32.481 17219 17219 I chromium: [17219:17219:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:gesture_sensing_pref,RestoreValue:1,ForceEnableParent:1,Value:1,Optin:0] +02-27 08:04:32.481 17219 17219 I chromium: [17219:17219:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:play_and_pause_gesture_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 08:04:32.481 17219 17219 I chromium: [17219:17219:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:alarms_and_timers_gesture_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 08:04:32.481 17219 17219 I chromium: [17219:17219:INFO:pref_metrics_manager.cc(97)] Adding motion_sensing_pref to PrefMetricsManager. +02-27 08:04:32.481 17219 17219 I chromium: [17219:17219:INFO:pref_metrics_manager.cc(97)] Adding sleep_sensing_pref to PrefMetricsManager. +02-27 08:04:32.481 17219 17219 I chromium: [17219:17219:INFO:pref_metrics_manager.cc(97)] Adding sleep_disturbance_pref to PrefMetricsManager. +02-27 08:04:32.481 17219 17219 I chromium: [17219:17219:INFO:pref_metrics_manager.cc(97)] Adding sleep_coaching_pref to PrefMetricsManager. +02-27 08:04:32.481 17219 17219 I chromium: [17219:17219:INFO:pref_metrics_manager.cc(97)] Adding gesture_sensing_pref to PrefMetricsManager. +02-27 08:04:32.481 17219 17219 I chromium: [17219:17219:INFO:pref_metrics_manager.cc(97)] Adding play_and_pause_gesture_pref to PrefMetricsManager. +02-27 08:04:32.481 17219 17219 I chromium: [17219:17219:INFO:pref_metrics_manager.cc(97)] Adding alarms_and_timers_gesture_pref to PrefMetricsManager. +02-27 08:04:32.481 17219 17219 I chromium: [17219:17219:INFO:pref_control_service_impl.cc(92)] PrefControlService constructed. +02-27 08:04:32.481 17219 17219 I chromium: [17219:17219:INFO:sensor_pref_manager_impl.cc(250)] SensorPrefManagerImpl is disabled. +02-27 08:04:32.481 17219 17219 I chromium: [17219:17219:INFO:remote_ducking_receiver.cc(191)] remote ducking: starting receiver. +02-27 08:04:32.489 17219 17219 E chromium: [17219:17219:ERROR:timezone_settings.cc(200)] Got an empty string for timezone, default to: America/New_York +02-27 08:04:32.489 17219 17219 I chromium: [17219:17219:INFO:timezone_settings.cc(296)] Setting system timezone to America/New_York +02-27 08:04:32.489 17219 17219 W libc : Access denied finding property "ro.odm.cast.ssid_suffix" +02-27 08:04:32.489 17219 17219 I chromium: [17219:17219:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: auto_software_update_settings +02-27 08:04:32.490 17219 17219 I chromium: [17219:17219:INFO:api_reboot_idle_checker.cc(104)] active_activities count=1 +02-27 08:04:32.490 17219 17219 I chromium: [17219:17219:INFO:daily_reboot_impl.cc(167)] Daily reboot is disabled +02-27 08:04:32.490 17219 17219 I chromium: [17219:17219:INFO:structure_info_cast.cc(91)] Using trusted devices API for Usonia. +02-27 08:04:32.490 17219 17219 I chromium: [17219:17219:INFO:structure_info_cast.cc(127)] Finished handling trusted devices experiment flag. +02-27 08:04:32.490 17219 17277 W chromium: [17219:17277:WARNING:time_sync_responder.cc(37)] Failed to set DSCP +02-27 08:04:32.490 17219 17276 I chromium: [17219:17276:INFO:services_layer_impl.cc(63)] Service layer is instantiated: debug_string=Main +02-27 08:04:32.490 17219 17276 I chromium: [17219:17276:INFO:services_layer_impl.cc(70)] Register usonia.EchoMain.SendEcho rpc. +02-27 08:04:32.490 17219 17276 I chromium: [17219:17276:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.EchoMain +02-27 08:04:32.491 17219 17277 I chromium: [17219:17277:INFO:common_time_impl.cc(139)] New common clock leader [REDACTED], is_this_device=1, IP=[REDACTED], quality=2000 +02-27 08:04:32.491 17219 17277 I chromium: [17219:17277:INFO:common_time_impl.cc(173)] Set this device as common time source +02-27 08:04:32.492 17219 17276 I chromium: [17219:17276:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:04:32.492 17219 17276 I chromium: [17219:17276:INFO:grpc_manager_impl.cc(852)] GRPC[uri=binder:com.google.android.apps.mediashell:usonia-ipc-socket]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:04:32.492 17219 17279 I chromium: [17219:17279:INFO:grpc_manager_impl.cc(683)] GRPC[uri=binder:com.google.android.apps.mediashell:usonia-ipc-socket]: Started processing completion queue: id=0 +02-27 08:04:32.492 17219 17276 I chromium: [17219:17276:INFO:structure_info_cast.cc(78)] Usonia trusted devices flag flipped to true, but trusted devices structure info already enabled. +02-27 08:04:32.492 17219 17276 I chromium: [17219:17276:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.SynchronousSoundPlayerService +02-27 08:04:32.492 17219 17276 I chromium: [17219:17276:INFO:distributed_call_agent_impl.cc(81)] Added a service observer on the main thread. +02-27 08:04:32.493 17219 17241 I chromium: [17219:17241:INFO:parent_tracker.cc(479)] Trusted set support is disabled +02-27 08:04:32.493 17219 17276 I chromium: [17219:17276:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.DeviceInfoTrait +02-27 08:04:32.493 17219 17276 I chromium: [17219:17276:INFO:trait_manager_impl.cc(515)] Registered a trait publisher: trait=usonia.DeviceInfoTrait +02-27 08:04:32.493 17219 17276 I chromium: [17219:17276:INFO:usonia_main_process.cc(225)] Usonia main process is instantiated: server_uri=[::]:8012, ipc_uri= +02-27 08:04:32.493 17219 17276 E chromium: [17219:17276:ERROR:structure_info_from_trusted_devices_update_trigger_impl.cc(256)] Failed to read Usonia trusted devices trigger file. +02-27 08:04:32.493 17219 17276 E chromium: [17219:17276:ERROR:structure_storage.cc(263)] Failed to read Usonia trusted devices file. +02-27 08:04:32.493 17219 17276 W chromium: [17219:17276:WARNING:structure_info_from_trusted_devices.cc(322)] Failed to restore structure info +02-27 08:04:32.495 17219 17239 W chromium: [17219:17239:WARNING:tuning_manager.cc(99)] No mixer control available +02-27 08:04:32.495 17219 17219 I chromium: [17219:17219:INFO:capture_service_dummy.cc(12)] Dummy CaptureService. +02-27 08:04:32.495 17219 17240 W chromium: [17219:17240:WARNING:mute_led.cc(35)] No mute_led device found! +02-27 08:04:32.495 17219 17276 I chromium: [17219:17276:INFO:structure_info_from_trusted_devices.cc(612)] Previous fetch did not complete before shutdown, retrying +02-27 08:04:32.496 17219 17219 I chromium: [17219:17219:INFO:setup_api_registry.cc(188)] Register external API: auto_media_volume +02-27 08:04:32.496 17219 17219 I chromium: [17219:17219:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:04:32.496 17219 17219 I chromium: [17219:17219:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:04:32.496 17219 17219 I chromium: [17219:17219:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:04:32.496 17219 17219 I chromium: [17219:17219:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:04:32.496 17219 17219 I chromium: [17219:17219:INFO:service_base.h(78)] Size of the map for type LocalDeviceInfo is 0 +02-27 08:04:32.496 17219 17219 I chromium: [17219:17219:INFO:service_base.h(78)] Size of the map for type NetworkInfo is 0 +02-27 08:04:32.496 17219 17280 I chromium: [17219:17280:INFO:audio_socket_service_uds.cc(62)] Using endpoint /tmp/mixer-service +02-27 08:04:32.496 17219 17219 E chromium: [17219:17219:ERROR:socket_manifest_android.cc(33)] Socket config not found for service device_info +02-27 08:04:32.496 17219 17219 W chromium: [17219:17219:WARNING:service_manager_android.cc(62)] No socket entry found for device_info. Ignore if service was not intended to run on this OS. +02-27 08:04:32.496 17219 17219 I chromium: [17219:17219:INFO:device_info_grpc_service_impl.cc(74)] DeviceInfoGrpcServiceImpl constructed, and started gRPC server. +02-27 08:04:32.496 17219 17282 I chromium: [17219:17282:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:04:32.496 17219 17239 E chromium: [17219:17239:ERROR:file_path_watcher_linux.cc(76)] Failed to read /proc/sys/fs/inotify/max_user_watches +02-27 08:04:32.496 17219 17219 I chromium: [17219:17219:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:04:32.496 17219 17219 I chromium: [17219:17219:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:04:32.496 17219 17219 E chromium: [17219:17219:ERROR:socket_manifest_android.cc(33)] Socket config not found for service google.cast +02-27 08:04:32.496 17219 17219 W chromium: [17219:17219:WARNING:service_manager_android.cc(62)] No socket entry found for google.cast. Ignore if service was not intended to run on this OS. +02-27 08:04:32.492 17219 17219 W ThreadPoolForeg: type=1400 audit(0.0:2024): avc: denied { read } for name="max_user_watches" dev="proc" ino=206894 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.google.android.apps.mediashell +02-27 08:04:32.492 17219 17219 W ThreadPoolForeg: type=1400 audit(0.0:2025): avc: denied { read } for name="/" dev="dm-0" ino=2 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:rootfs:s0 tclass=dir permissive=0 app=com.google.android.apps.mediashell +02-27 08:04:32.496 17219 17219 I chromium: [17219:17219:INFO:file_util.cc(25)] base_assistant_dir = /data/user/0/com.google.android.apps.mediashell/cache +02-27 08:04:32.496 17219 17219 I chromium: [17219:17219:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:04:32.496 17219 17219 I chromium: [17219:17219:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:04:32.496 17219 17284 I chromium: [17219:17284:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:04:32.496 17219 17285 I chromium: [17219:17285:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:04:32.496 17219 17219 I chromium: [17219:17219:INFO:chromecast_service.cc(1634)] Geolocation changed to: 0 +02-27 08:04:32.496 17219 17219 I chromium: [17219:17219:INFO:chromecast_service.cc(1674)] AoGH feature is: 0 +02-27 08:04:32.497 17219 17219 I chromium: [17219:17219:INFO:chromecast_service.cc(1728)] smart_home/actions feature is: 0 +02-27 08:04:32.497 17219 17219 I chromium: [17219:17219:INFO:chromecast_service.cc(1774)] Playback disruption feature is: 1 +02-27 08:04:32.497 17219 17219 I chromium: [17219:17219:INFO:playback_disruption_service.cc(348)] Playback disruption service enabled and running +02-27 08:04:32.497 17219 17280 I chromium: [17219:17280:INFO:audio_socket_service_uds.cc(62)] Using endpoint /tmp/audio-output-service +02-27 08:04:32.497 17219 17283 I chromium: [17219:17283:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:04:32.498 17219 17239 I chromium: [17219:17239:INFO:auto_volume.cc(142)] Auto volume is disabled +02-27 08:04:32.500 17219 17259 I chromium: [17219:17259:INFO:media_manager_impl.cc(1188)] ScreenInfo changed: HDCP version=99 supported EOTFs=0 DolbyVision flags=0 Size(mm): 0x0 cur mode HDR=0 cur mode DV=0 +02-27 08:04:32.500 17219 17259 I chromium: [17219:17259:INFO:media_caps.cc(54)] ScreenInfoChanged HDCP version=99 Supported EOTFs=0 DolbyVision flags=0 Screen size(mm): 0x0 cur mode HDR=0 cur mode DV=0 +02-27 08:04:32.503 17219 17259 W libc : Access denied finding property "vendor.display-size" +02-27 08:04:32.504 17219 17259 I chromium: [17219:17259:INFO:media_manager_impl.cc(1232)] New screen resolution: new=(1920x1080), old=(0x0) +02-27 08:04:32.504 17219 17259 I chromium: [17219:17259:INFO:media_caps.cc(24)] ScreenResolutionChanged resolution=1920x1080 +02-27 08:04:32.508 17219 17259 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:04:32.509 17219 17259 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:04:32.509 17219 17259 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:04:32.510 17219 17259 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:04:32.511 17219 17259 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:04:32.511 17219 17259 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:04:32.512 17219 17259 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:04:32.514 17219 17259 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:04:32.515 17219 17259 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:04:32.516 17219 17259 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:04:32.516 17219 17259 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:04:32.517 17219 17259 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:04:32.518 17219 17259 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:04:32.518 17219 17259 I chromium: [17219:17259:INFO:media_manager_impl.cc(979)] New device volume control type: new_type=1, old_type=0 +02-27 08:04:32.519 17219 17259 I chromium: [17219:17259:INFO:media_manager_impl.cc(1002)] New device volume step interval: new_interval=0.0666667, old_interval=0 +02-27 08:04:32.519 17219 17259 W libc : Access denied finding property "vendor.display-size" +02-27 08:04:32.519 17219 17259 I chromium: [17219:17259:INFO:media_manager_impl.cc(358)] Media manager is initialized. +02-27 08:04:32.520 17219 17219 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:04:32.520 17219 17219 I chromium: [17219:17219:INFO:media_manager_impl.cc(275)] IsHdmiPlatform: 0 +02-27 08:04:32.520 17219 17219 I chromium: [17219:17219:INFO:hds_settings.cc(139)] HdsSettings using HDS url https://home-devices.googleapis.com/ +02-27 08:04:32.521 17219 17219 W chromium: [17219:17219:WARNING:application_config_manager_impl.cc(243)] Cannot read application config file: /system/bin/app.conf +02-27 08:04:32.521 17219 17219 I chromium: [17219:17219:INFO:application_manager_impl.cc(432)] Application manager is initialized. +02-27 08:04:32.522 17219 17219 I chromium: [17219:17219:INFO:mdns_cast_service.cc(153)] Device discovery state is idle +02-27 08:04:32.522 17219 17219 I chromium: [17219:17219:INFO:mdns_manager_impl.cc(162)] MdnsManager is initialized +02-27 08:04:32.522 17219 17289 I chromium: [17219:17289:INFO:mdns_app_filter.cc(646)] MdnsAppFilter initialized +02-27 08:04:32.522 17219 17289 I chromium: [17219:17289:INFO:discovered_service_client.cc(109)] Registering new service PTR listener: _googlecast._tcp.local +02-27 08:04:32.522 17219 17219 I chromium: [17219:17219:INFO:config_downloader.cc(231)] Set config periodic interval: min=300, max=420 +02-27 08:04:32.522 17219 17219 I chromium: [17219:17219:INFO:crl_downloader.cc(267)] Set CRL periodic interval: min=2160, max=2880 +02-27 08:04:32.522 17219 17219 I chromium: [17219:17219:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/home.hds.proto.device.relayedcasting.RelayedCastingPleaseConnectRequest +02-27 08:04:32.523 17219 17290 I chromium: [17219:17290:INFO:v2_transport.cc(434)] Added Cast V2 endpoint: id=Tr@n$p0rt-0, socket_factory_id=[REDACTED] +02-27 08:04:32.523 17219 17290 I chromium: [17219:17290:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.tp.connection +02-27 08:04:32.523 17219 17290 I chromium: [17219:17290:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.tp.heartbeat +02-27 08:04:32.523 17219 17290 I chromium: [17219:17290:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.tp.deviceauth +02-27 08:04:32.523 17219 17290 I chromium: [17219:17290:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.localauth +02-27 08:04:32.523 17219 17290 I chromium: [17219:17290:INFO:v2_transport.cc(313)] V2Transport initialized. +02-27 08:04:32.523 17219 17290 I chromium: [17219:17290:INFO:v2_transport.cc(391)] Added socket factory: id=opencast-socket +02-27 08:04:32.524 17219 17219 I chromium: [17219:17219:INFO:virtual_device_manager.cc(156)] Added virtual device: id=[REDACTED] +02-27 08:04:32.524 17219 17219 I chromium: [17219:17219:INFO:ccs_manager_impl.cc(560)] Added CCS device +02-27 08:04:32.524 17219 17219 I chromium: [17219:17219:INFO:dial_request_handler.cc(199)] DIAL request handler is initialized. +02-27 08:04:32.524 17219 17219 I chromium: [17219:17219:INFO:dial_request_handler.cc(213)] SSDP device description request handler is initialized. +02-27 08:04:32.525 17219 17240 I chromium: [17219:17240:INFO:crl_downloader.cc(145)] CRL restored. +02-27 08:04:32.525 17219 17290 I chromium: [17219:17290:INFO:v2_transport.cc(434)] Added Cast V2 endpoint: id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, socket_factory_id=[REDACTED] +02-27 08:04:32.525 17219 17290 I chromium: [17219:17290:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.receiver +02-27 08:04:32.525 17219 17290 I chromium: [17219:17290:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.receiver.discovery +02-27 08:04:32.525 17219 17290 I chromium: [17219:17290:INFO:v2_transport.cc(391)] Added socket factory: id=7f632b49-34bd-c56f-b953-dc3746d180ae +02-27 08:04:32.525 17219 17290 I chromium: [17219:17290:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.receiver.key_exchange +02-27 08:04:32.525 17219 17290 I chromium: [17219:17290:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.broadcast +02-27 08:04:32.525 17219 17219 I chromium: [17219:17219:INFO:ccs_manager_impl.cc(940)] Device model revision set to 0 +02-27 08:04:32.526 17219 17290 I chromium: [17219:17290:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.proximity +02-27 08:04:32.526 17219 17219 I chromium: [17219:17219:INFO:chromecast_service.cc(1789)] Usonia GRPC feature is: 0 +02-27 08:04:32.526 17219 17219 I chromium: [17219:17219:INFO:usonia_child_process.cc(266)] Ignoring stop when not started. +02-27 08:04:32.526 17219 17219 I chromium: [17219:17219:INFO:usonia_main_process.cc(487)] Ignoring stop when not started. +02-27 08:04:32.526 17219 17276 E chromium: [17219:17276:ERROR:usonia_main_process.cc(88)] Failed to publish device info trait: [error_code=NOT_FOUND, error_message=No subscribers.] +02-27 08:04:32.526 17219 17219 W chromium: [17219:17219:WARNING:setup_manager_impl.cc(724)] Clearing empty virtual channel +02-27 08:04:32.526 17219 17219 I chromium: [17219:17219:INFO:setup_manager_impl.cc(728)] release channel: +02-27 08:04:32.526 17219 17219 I chromium: [17219:17219:INFO:locale_manager.cc(241)] No timezone yet. +02-27 08:04:32.526 17219 17219 I chromium: [17219:17219:INFO:locale_manager.cc(270)] Current time format: 12-hour +02-27 08:04:32.526 17219 17219 I chromium: [17219:17219:INFO:locale_manager.cc(291)] No locale. Set default from factory: en-US +02-27 08:04:32.526 17219 17242 I chromium: [17219:17242:INFO:hotspot_manager.cc(98)] Stop zombie hotspot if there is one +02-27 08:04:32.524 17219 17219 W apps.mediashell: type=1400 audit(0.0:2026): avc: denied { read } for name="u:object_r:wifi_config_prop:s0" dev="tmpfs" ino=281 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:wifi_config_prop:s0 tclass=file permissive=0 app=com.google.android.apps.mediashell +02-27 08:04:32.524 17219 17219 W apps.mediashell: type=1400 audit(0.0:2027): avc: denied { read } for name="u:object_r:wifi_config_prop:s0" dev="tmpfs" ino=281 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:wifi_config_prop:s0 tclass=file permissive=0 app=com.google.android.apps.mediashell +02-27 08:04:32.527 17219 17275 I chromium: [17219:17275:INFO:setup_manager_impl.cc(862)] Initially set Google DNS servers: enable +02-27 08:04:32.527 17219 17275 I chromium: [17219:17275:INFO:setup_api_registry.cc(188)] Register external API: eureka_info +02-27 08:04:32.527 17219 17290 I chromium: [17219:17290:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.resource +02-27 08:04:32.528 17219 17219 I chromium: [17219:17219:INFO:locale_manager.cc(629)] New country code: US +02-27 08:04:32.528 17219 17275 I chromium: [17219:17275:INFO:setup_api_registry.cc(188)] Register external API: set_network +02-27 08:04:32.528 17219 17275 I chromium: [17219:17275:INFO:setup_api_registry.cc(188)] Register external API: set_network_ssid +02-27 08:04:32.528 17219 17275 I chromium: [17219:17275:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: user_interface_settings +02-27 08:04:32.528 17219 17275 I chromium: [17219:17275:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: wifi_settings +02-27 08:04:32.528 17219 17275 I chromium: [17219:17275:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: hdmi_settings +02-27 08:04:32.528 17219 17275 I chromium: [17219:17275:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: preview_program_settings +02-27 08:04:32.528 17219 17275 I chromium: [17219:17275:INFO:setup_api_registry.cc(188)] Register external API: set_eureka_info +02-27 08:04:32.528 17219 17275 I chromium: [17219:17275:INFO:setup_api_registry.cc(188)] Register external API: get_app_device_id +02-27 08:04:32.528 17219 17275 I chromium: [17219:17275:INFO:setup_api_registry.cc(188)] Register external API: send_log_report +02-27 08:04:32.528 17219 17275 I chromium: [17219:17275:INFO:setup_manager_impl.cc(939)] Initially Set WPA3 support: disable +02-27 08:04:32.528 17219 17275 I chromium: [17219:17275:INFO:setup_manager_impl.cc(945)] Network check enabled, AddConnectivityCheckFailureObserver. +02-27 08:04:32.528 17219 17219 W libc : Access denied finding property "ro.boot.wificountrycode" +02-27 08:04:32.528 17219 17219 W libc : Access denied finding property "ro.boot.wificountrycode" +02-27 08:04:32.528 17219 17219 I chromium: [17219:17219:INFO:setup_manager_impl.cc(764)] Initial activation date cached value: +02-27 08:04:32.528 17219 17219 I chromium: [17219:17219:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/google.internal.home.foyer.v1.resources.IsDeviceReadyRequest +02-27 08:04:32.528 17219 17219 I chromium: [17219:17219:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/home.cloud.biz.EnterWeavePairingModeRequest +02-27 08:04:32.528 17219 17219 I chromium: [17219:17219:INFO:api_reboot_idle_checker.cc(104)] active_activities count=1 +02-27 08:04:32.528 17219 17219 I chromium: [17219:17219:INFO:setup_api_registry.cc(188)] Register external API: reboot +02-27 08:04:32.529 17219 17219 W chromium: [17219:17219:WARNING:cast_crypto_keys_openssl_shlib.cc(70)] No valid ESN read. +02-27 08:04:32.529 17219 17219 W chromium: [17219:17219:WARNING:cast_crypto_keys_openssl_shlib.cc(83)] Invalid or no DKE value read. +02-27 08:04:32.529 17219 17219 W chromium: [17219:17219:WARNING:cast_crypto_keys_openssl_shlib.cc(95)] Invalid or no DKH value read. +02-27 08:04:32.529 17219 17219 W chromium: [17219:17219:WARNING:cast_crypto_keys_openssl_shlib.cc(151)] Invalid or no DKW value read/computed. +02-27 08:04:32.529 17219 17219 I chromium: [17219:17219:INFO:persistent_logging_dummy.cc(11)] Persistent logging is disabled. +02-27 08:04:32.529 17219 17242 W chromium: [17219:17242:WARNING:backlight_mitigator.cc(110)] Could not write to clamping control file +02-27 08:04:32.530 17219 17219 I chromium: [17219:17219:INFO:robot_account_auth_manager.cc(289)] No backend type specified. Getting COS URL based on the build type instead. +02-27 08:04:32.530 17219 17219 I chromium: [17219:17219:INFO:robot_account_auth_manager.cc(306)] Auth url: https://clients3.google.com/cast/orchestration/googleoauthtoken?rt=b +02-27 08:04:32.530 17219 17219 W chromium: [17219:17219:WARNING:robot_account_auth_manager.cc(448)] Failed to initialize JWT for 38579375 +02-27 08:04:32.531 17219 17290 I chromium: [17219:17290:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.assistant +02-27 08:04:32.532 17219 17219 I chromium: [17219:17219:INFO:queryable_data_registrar.cc(52)] Registering queryable data for managed mode as: 0 +02-27 08:04:32.532 17219 17219 I chromium: [17219:17219:INFO:queryable_data_registrar.cc(59)] Registering enable_hls_sample_aes=1 +02-27 08:04:32.532 17219 17219 I chromium: [17219:17219:INFO:queryable_data_registrar.cc(64)] Registering hls_sample_aes_init_segment +02-27 08:04:32.532 17219 17219 I chromium: [17219:17219:INFO:queryable_data_registrar.cc(70)] Registering visual-punt-on-platform-supported +02-27 08:04:32.534 17219 17240 I chromium: [17219:17240:INFO:metrics_recorder.cc(188)] cast event: Cast.CRL.Restored +02-27 08:04:32.535 17219 17275 I chromium: [17219:17275:INFO:local_network_info_impl.cc(435)] LNID_W changed: +02-27 08:04:32.536 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.536 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.536 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.536 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.536 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.536 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.536 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.536 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.536 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.536 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.536 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.536 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.536 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.536 17219 17242 I chromium: [17219:17242:INFO:net_util_impl.cc(511)] IP address: [REDACTED] MAC address: [REDACTED] +02-27 08:04:32.536 17219 17242 I chromium: [17219:17242:INFO:local_network_info_impl.cc(345)] LNID changed: +02-27 08:04:32.538 17219 17219 E ActivityThread: Failed to find provider info for com.google.android.tvsetup.app.machine.services.castsetup.castsetupinfo.CastInfoProvider +02-27 08:04:32.538 17219 17219 E cr_ClientAuthCredsFactoryProvisioned: Cannot get device credentials +02-27 08:04:32.538 17219 17219 I cr_ClientAuthCredsProvisioning: Can't get device creds. Loading Widevine creds +02-27 08:04:32.540 17219 17219 E chromium: [17219:17219:ERROR:jni_client_auth_creds_mediadrm.cc(292)] certs_ref is null +02-27 08:04:32.540 17219 17219 E chromium: [17219:17219:ERROR:client_auth_creds.cc(232)] Empty certs string. +02-27 08:04:32.540 17219 17219 E chromium: [17219:17219:ERROR:client_auth_signer.cc(160)] Failed to get key and cert from ClientAuthCreds. +02-27 08:04:32.540 17219 17219 W chromium: [17219:17219:WARNING:client_auth_manager.cc(125)] Certificate is empty. Do not store. +02-27 08:04:32.540 17219 17219 I chromium: [17219:17219:INFO:audio_focus_manager_impl.cc(27)] use_media_starting_block: 1 +02-27 08:04:32.542 17219 17219 I chromium: [17219:17219:INFO:chromecast_mojo_service.cc(146)] Registering 'chromecast' services. +02-27 08:04:32.543 17219 17245 I chromium: [17219:17245:INFO:external_mojo_broker.cc(236)] Register service chromecast +02-27 08:04:32.544 17219 17219 I chromium: [17219:17219:INFO:cast_metrics_service_client.cc(94)] Metrics client ID set: 01f19afc-6d86-4c08-99b8-ec196311c394 +02-27 08:04:32.544 17219 17219 I chromium: [17219:17219:INFO:device_info_impl.cc(933)] Metrics client ID: 01f19afc-6d86-4c08-99b8-ec196311c394 +02-27 08:04:32.545 17219 17219 I chromium: [17219:17219:INFO:metrics_stat_logger.cc(55)] Metrics stat for the past 60 secs : total=1 +02-27 08:04:32.545 17219 17219 I chromium: [metrics_stat_logger] Cast.Platform.UnexpectedExit=1 +02-27 08:04:32.545 17219 17219 I chromium: [17219:17219:INFO:cast_receiver_impl.cc(774)] Cast receiver started. +02-27 08:04:32.545 17219 17290 E chromium: [17219:17290:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 08:04:32.546 17219 17290 I chromium: [17219:17290:INFO:v2_ssl_socket.cc(772)] IPv6 socket probably supports both IPv4 and IPv6 +02-27 08:04:32.546 17219 17219 W chromium: [17219:17219:WARNING:cast_receiver_impl.cc(1079)] Network is not globally connected. Don't schedule config downloading yet. +02-27 08:04:32.547 17219 17219 I chromium: [17219:17219:INFO:ccs_manager_impl.cc(706)] Starting cloud ipc activity with CCS +02-27 08:04:32.547 17219 17219 I chromium: [17219:17219:INFO:ccs_manager_impl.cc(1417)] CcsManagerImpl opt_in.cloud_ipc pref changed: 1 +02-27 08:04:32.547 17219 17219 I chromium: [17219:17219:INFO:ccs_manager_impl.cc(1453)] Waiting for all transports to be enabled +02-27 08:04:32.548 17219 17219 I chromium: [17219:17219:INFO:grpc_manager_impl.cc(384)] GRPC[uri=[::]:0]: Registered service chromecast.LocalCloudcastService +02-27 08:04:32.548 17219 17219 I chromium: [17219:17219:INFO:grpc_manager_impl.cc(406)] GRPC[uri=[::]:0]: Registered a handler ExecuteActionScript for service chromecast.LocalCloudcastService +02-27 08:04:32.548 17219 17219 I chromium: [17219:17219:INFO:grpc_manager_impl.cc(406)] GRPC[uri=[::]:0]: Registered a handler ObserveDeviceStatus for service chromecast.LocalCloudcastService +02-27 08:04:32.548 17219 17219 I chromium: [17219:17219:INFO:grpc_manager_impl.cc(406)] GRPC[uri=[::]:0]: Registered a handler GetDeviceStatus for service chromecast.LocalCloudcastService +02-27 08:04:32.548 17219 17219 I chromium: [17219:17219:INFO:grpc_manager_impl.cc(452)] GRPC[uri=[::]:0]: Proceeding to try to start server. +02-27 08:04:32.550 17219 17219 I chromium: [17219:17219:INFO:grpc_manager_impl.cc(509)] GRPC[uri=[::]:0]: Grpc server started in port 36841 +02-27 08:04:32.550 17219 17219 I chromium: [17219:17219:INFO:ccs_manager_impl.cc(1453)] Waiting for all transports to be enabled +02-27 08:04:32.550 17219 17219 I chromium: [17219:17219:INFO:ccs_transport_gcm.cc(94)] Deferring GCM registration until connectivity is up +02-27 08:04:32.550 17219 17219 I chromium: [17219:17219:INFO:cast_receiver_impl.cc(881)] Cast receiver resumed. +02-27 08:04:32.550 17219 17219 W chromium: [17219:17219:WARNING:cast_receiver_impl.cc(1091)] Network is not globally connected. Don't schedule CRL downloading yet. +02-27 08:04:32.551 17219 17219 I chromium: [17219:17219:INFO:cast_web_service.cc(193)] Added session: 93973417-799a-4d77-b00e-5327ec614da1 +02-27 08:04:32.551 17219 17219 I chromium: [17219:17219:INFO:application_identification_settings.cc(422)] new ApplicationIdentificationSettings session_id: 93973417-799a-4d77-b00e-5327ec614da1 app_id: E8C28D3C universal_app_id: E8C28D3C flags: 23 headers: 2047 +02-27 08:04:32.551 17219 17290 I chromium: [17219:17290:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.setup +02-27 08:04:32.552 17219 17219 I chromium: [17219:17219:INFO:chromecast_service_base.cc(396)] Network is disconnected, reconnecting Wifi. +02-27 08:04:32.552 17219 17275 I chromium: [17219:17275:INFO:setup_manager_impl.cc(1039)] Setup discoverability is enabled +02-27 08:04:32.552 17219 17287 E chromium: [17219:17287:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 08:04:32.552 17219 17275 W libc : Access denied finding property "ro.odm.cast.ssid_suffix" +02-27 08:04:32.552 17219 17275 I chromium: [17219:17275:INFO:hotspot_manager.cc(156)] Start: id=1 SSID=[REDACTED] hidden=0 +02-27 08:04:32.552 17219 17239 I chromium: [17219:17239:INFO:hotspot_manager.cc(206)] Starting request id=1 ssid=[REDACTED] hidden=0 +02-27 08:04:32.552 17219 17288 E chromium: [17219:17288:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 08:04:32.553 17219 17288 I chromium: [17219:17288:INFO:cast_web_server.cc(200)] Http server for Cast receiver started: port=8443 +02-27 08:04:32.553 17219 17287 I chromium: [17219:17287:INFO:cast_web_server.cc(200)] Http server for Cast receiver started: port=8008 +02-27 08:04:32.555 17219 17219 I chromium: [17219:17219:INFO:chromecast_service.cc(1414)] Initial error code: 0 +02-27 08:04:32.555 17219 17219 I chromium: [17219:17219:INFO:chromecast_service.cc(1426)] Non-assistant device, start idle screen now. +02-27 08:04:32.555 17219 17289 I chromium: [17219:17289:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:04:32.555 17219 17289 I chromium: [17219:17289:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:04:32.557 17219 17289 I chromium: [17219:17289:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.SocketCreated +02-27 08:04:32.557 17219 17289 I chromium: [17219:17289:INFO:mdns_app_filter.cc(1440)] Created mDNS socket for interface:name=wlan0, address=10.0.2.16, index=16 +02-27 08:04:32.557 17219 17289 I chromium: [17219:17289:INFO:mdns_app_filter.cc(1135)] MdnsAppFilter is starting. +02-27 08:04:32.557 17219 17289 I chromium: [17219:17289:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.ResponderStarted +02-27 08:04:32.565 505 3128 D ConnectivityService: requestNetwork for uid/pid:10054/17219 activeRequest: null callbackRequest: 228 [NetworkRequest [ REQUEST id=229, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ]] callback flags: 0 priority: 2147483647 +02-27 08:04:32.567 505 709 D ConnectivityService: NetReassign [229 : null → 100] +02-27 08:04:32.569 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=229, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] +02-27 08:04:32.569 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=229, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] +02-27 08:04:32.569 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=229, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] +02-27 08:04:32.570 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:04:32.575 17219 17219 I cr_MdnsOffloadClientImpl: No offload service found +02-27 08:04:32.577 17219 17219 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:113] Started +02-27 08:04:32.579 17219 17219 I chromium: [17219:17219:INFO:device_info_impl.cc(1061)] Primary netif changed: new=wlan0, old= +02-27 08:04:32.579 17219 17219 I chromium: [17219:17219:INFO:device_info_impl.cc(1070)] Primary IP address changed: netif=wlan0, new=10.0.2.16, old= +02-27 08:04:32.579 17219 17219 I chromium: [17219:17219:INFO:grpc_completion_queue_wrapper.cc(13)] CQ is destroyed: id=0 +02-27 08:04:32.579 17219 17245 I chromium: [17219:17245:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.FeatureService +02-27 08:04:32.579 17219 17245 I chromium: [17219:17245:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 08:04:32.580 17219 17219 I chromium: [17219:17219:INFO:metrics_recorder.cc(188)] cast event: Cast.System.Timezone.ChangeSuccessful +02-27 08:04:32.583 17219 17219 I chromium: [17219:17219:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 08:04:32.583 17219 17219 W chromium: [17219:17219:WARNING:secure_storage_impl.cc(115)] Device key not available yet. +02-27 08:04:32.583 17219 17245 I chromium: [17219:17245:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 08:04:32.583 17219 17245 I chromium: [17219:17245:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 08:04:32.583 17219 17245 I chromium: [17219:17245:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 08:04:32.583 17219 17245 I chromium: [17219:17245:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.RemoteControlService +02-27 08:04:32.583 17219 17245 I chromium: [17219:17245:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 08:04:32.583 17219 17275 W chromium: [17219:17275:WARNING:setup_manager_impl.cc(2238)] DNS Func not supported +02-27 08:04:32.583 17219 17219 I chromium: [17219:17219:INFO:ccs_manager_impl.cc(2007)] LNID has changed; Will re-register CCS +02-27 08:04:32.583 17219 17219 I chromium: [17219:17219:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 08:04:32.583 17219 17219 I chromium: [17219:17219:INFO:cast_auth_headers.cc(227)] Clearing cached auth headers. +02-27 08:04:32.583 17219 17219 I chromium: [17219:17219:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 08:04:32.583 17219 17219 W chromium: [17219:17219:WARNING:secure_storage_impl.cc(115)] Device key not available yet. +02-27 08:04:32.583 17219 17219 I chromium: [17219:17219:INFO:virtual_device_manager.cc(312)] Virtual device [REDACTED] using Cast V2 port 8009 +02-27 08:04:32.583 17219 17289 I chromium: [17219:17289:INFO:mdns_app_filter.cc(1870)] Re-probing due to newly registered service '1': _googlecast +02-27 08:04:32.584 17219 17289 W chromium: [17219:17289:WARNING:mdns_app_filter.cc(1086)] MdnsAppFilter already started. Must call Stop() first. +02-27 08:04:32.584 17219 17219 W chromium: [17219:17219:WARNING:libupnp_manager.cc(312)] No Primary Network Interface, will start UPnP server when it is established. +02-27 08:04:32.584 17219 17275 I chromium: [17219:17275:INFO:setup_state.cc(263)] Setup state changed: SETUP_STATE_UNKNOWN (0) -> SETUP_STATE_CHECKING_GLOBAL_CONNECTIVITY (50) +02-27 08:04:32.584 17219 17245 I chromium: [17219:17245:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 08:04:32.584 17219 17245 I chromium: [17219:17245:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 08:04:32.584 17219 17245 I chromium: [17219:17245:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.DisplaySettings +02-27 08:04:32.584 17219 17245 I chromium: [17219:17245:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 08:04:32.584 17219 17245 I chromium: [17219:17245:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.GeneralAudienceBrowsingAPIKeySubject +02-27 08:04:32.584 17219 17245 I chromium: [17219:17245:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 08:04:32.584 17219 17245 I chromium: [17219:17245:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 08:04:32.584 17219 17245 I chromium: [17219:17245:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 08:04:32.584 17219 17245 I chromium: [17219:17245:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 08:04:32.585 17219 17292 I DrmHal : found instance=clearkey version=android.hardware.drm@1.4::IDrmFactory +02-27 08:04:32.585 17219 17292 I DrmHal : found instance=default version=android.hardware.drm@1.0::IDrmFactory +02-27 08:04:32.585 17219 17219 I chromium: [17219:17219:INFO:cast_receiver_impl.cc(1586)] mDNS Discovery stopped. +02-27 08:04:32.586 17219 17289 I chromium: [17219:17289:INFO:mdns_app_filter.cc(2019)] MdnsAppFilter is stopping +02-27 08:04:32.586 17219 17289 I chromium: [17219:17289:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.ResponderStopped +02-27 08:04:32.586 17219 17219 I chromium: [17219:17219:INFO:cast_receiver_impl.cc(1644)] Network is globally disconnected. Refresh CcsManager +02-27 08:04:32.586 17219 17289 I chromium: [17219:17289:INFO:mdns_app_filter.cc(2026)] MdnsAppFilter is stopping; closing socket: address=10.0.2.16 +02-27 08:04:32.586 17219 17289 I chromium: [17219:17289:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.SocketDestroyed +02-27 08:04:32.586 17219 17219 I chromium: [17219:17219:INFO:debug_endpoint_manager_grpc_client.cc(383)] gRPC client channel state changed to GRPC_CHANNEL_TRANSIENT_FAILURE +02-27 08:04:32.586 17219 17219 I chromium: [17219:17219:INFO:mdns_manager_impl.cc(299)] Successfully registered service: type=_googlecast +02-27 08:04:32.586 17219 17219 I chromium: [17219:17219:INFO:virtual_device.cc(292)] Registered mDNS service for virtual device: id=7f632b49-34bd-c56f-b953-dc3746d180ae +02-27 08:04:32.586 17219 17219 I chromium: [17219:17219:INFO:sensor_service.cc(89)] Sensor service binding bound +02-27 08:04:32.586 17219 17289 I chromium: [17219:17289:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:04:32.586 17219 17289 I chromium: [17219:17289:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:04:32.586 17219 17289 I chromium: [17219:17289:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.SocketCreated +02-27 08:04:32.586 17219 17289 I chromium: [17219:17289:INFO:mdns_app_filter.cc(1440)] Created mDNS socket for interface:name=wlan0, address=10.0.2.16, index=16 +02-27 08:04:32.586 17219 17289 I chromium: [17219:17289:INFO:mdns_app_filter.cc(1135)] MdnsAppFilter is starting. +02-27 08:04:32.586 17219 17289 I chromium: [17219:17289:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.ResponderStarted +02-27 08:04:32.586 17219 17289 I chromium: [17219:17289:INFO:discovered_service_client.cc(76)] Primary interface for service discovery has changed: ifindex=16 +02-27 08:04:32.586 17219 17289 I chromium: [17219:17289:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:04:32.586 17219 17289 I chromium: [17219:17289:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:04:32.587 17219 17219 I chromium: [17219:17219:INFO:sensor_service.cc(66)] Sensor Service starting. +02-27 08:04:32.587 17219 17241 I chromium: [17219:17241:INFO:parent_tracker.cc(465)] Network is disconnected. +02-27 08:04:32.587 17219 17241 I chromium: [17219:17241:INFO:parent_tracker.cc(210)] No need to recreate socket +02-27 08:04:32.587 17219 17241 I chromium: [17219:17241:INFO:parent_tracker.cc(465)] Network is connected. +02-27 08:04:32.587 17219 17276 I chromium: [17219:17276:INFO:structure_info_from_trusted_devices.cc(381)] Automatic refetch delay changed to 7 +02-27 08:04:32.588 17219 17276 I chromium: [17219:17276:INFO:structure_info_cast.cc(78)] Usonia trusted devices flag flipped to true, but trusted devices structure info already enabled. +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:chromecast_service.cc(1674)] AoGH feature is: 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:04:32.588 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.588 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.588 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.588 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.588 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.588 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.588 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.588 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.588 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.588 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.588 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.588 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.588 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.588 17219 17242 I chromium: [17219:17242:INFO:net_util_impl.cc(511)] IP address: [REDACTED] MAC address: [REDACTED] +02-27 08:04:32.588 17219 17241 I chromium: [17219:17241:INFO:parent_tracker.cc(210)] No need to recreate socket +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:04:32.588 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(165)] Presence settings is: 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:04:32.590 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:04:32.590 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.591 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.591 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.591 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.591 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.591 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.591 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.591 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.591 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.591 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.591 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.591 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.591 17219 17242 W chromium: [17219:17242:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:04:32.591 17219 17242 I chromium: [17219:17242:INFO:net_util_impl.cc(511)] IP address: [REDACTED] MAC address: [REDACTED] +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:04:32.591 17219 17292 E DrmHal : uuid=[edef8ba979d64ace a3c827dcd51d21ed] No supported hal instance found +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:chromecast_service.cc(1634)] Geolocation changed to: 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:lycra_transport.cc(410)] Feature flag changed: false +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:chromecast_service.cc(1774)] Playback disruption feature is: 1 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:cast_cloud_settings.cc(183)] Presence radar settings is: 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:chromecast_service.cc(1728)] smart_home/actions feature is: 0 +02-27 08:04:32.591 17219 17219 I chromium: [17219:17219:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 08:04:32.592 17219 17219 I chromium: [17219:17219:INFO:woca_client_auth.cc(103)] Cert rotation is now enabled +02-27 08:04:32.592 17219 17219 I chromium: [17219:17219:INFO:woca_client_auth.cc(136)] Use default signer +02-27 08:04:32.592 17219 17219 I chromium: [17219:17219:INFO:chromecast_service.cc(1789)] Usonia GRPC feature is: 0 +02-27 08:04:32.592 17219 17219 I chromium: [17219:17219:INFO:usonia_child_process.cc(266)] Ignoring stop when not started. +02-27 08:04:32.592 17219 17219 I chromium: [17219:17219:INFO:usonia_main_process.cc(487)] Ignoring stop when not started. +02-27 08:04:32.592 17219 17219 I chromium: [17219:17219:INFO:usonia_configs_with_cast_features.cc(304)] Usonia configs: OnExtraMulticastGroupsChanged +02-27 08:04:32.592 17219 17219 I chromium: [17219:17219:INFO:usonia_configs_with_cast_features.cc(305)] id_is_authenticated=0 +02-27 08:04:32.592 17219 17219 I chromium: [17219:17219:INFO:usonia_configs_with_cast_features.cc(306)] usonia_require_authenticated_ids=1 +02-27 08:04:32.592 17219 17219 I chromium: [17219:17219:INFO:usonia_configs_with_cast_features.cc(308)] usonia_extra_multicast_groups=224.0.0.250,ff02::c:c +02-27 08:04:32.592 17219 17219 I chromium: [17219:17219:INFO:usonia_configs_with_cast_features.cc(310)] usonia_multicast_ttl=1 +02-27 08:04:32.592 17219 17219 I chromium: [17219:17219:INFO:usonia_configs_with_cast_features.cc(311)] usonia_higher_root_precedence=0 +02-27 08:04:32.592 17219 17219 I chromium: [17219:17219:INFO:usonia_configs_with_cast_features.cc(313)] usonia_allow_self_signed_certs=0 +02-27 08:04:32.592 17219 17219 I chromium: [17219:17219:INFO:usonia_configs_with_cast_features.cc(315)] usonia_enable_trusted_sets=1 +02-27 08:04:32.592 17219 17276 I chromium: [17219:17276:INFO:grpc_auth_manager_in_process.cc(215)] Initializing Auth. +02-27 08:04:32.592 17219 17276 W chromium: [17219:17276:WARNING:grpc_auth_manager_in_process.cc(220)] Device key not available yet. +02-27 08:04:32.592 17219 17241 I chromium: [17219:17241:INFO:parent_tracker.cc(159)] Extra multicast groups changed +02-27 08:04:32.592 17219 17219 I chromium: [17219:17219:INFO:mute_led_als_controller.cc(99)] No COLOR_AND_LIGHT sensor found +02-27 08:04:32.592 17219 17219 I chromium: [17219:17219:INFO:backlight_mitigator.cc(130)] No COLOR_AND_LIGHT sensor found +02-27 08:04:32.592 17219 17241 I chromium: [17219:17241:INFO:parent_tracker.cc(213)] Now using local address [REDACTED] +02-27 08:04:32.592 17219 17241 I chromium: [17219:17241:INFO:directory_service_impl.cc(536)] This device became root +02-27 08:04:32.592 17219 17241 I chromium: [17219:17241:INFO:parent_tracker.cc(231)] Using multicast TTL 1 +02-27 08:04:32.592 17219 17241 I chromium: [17219:17241:INFO:parent_tracker.cc(277)] Add extra group 224.0.0.250 +02-27 08:04:32.598 17219 17219 D cr_NetUtil: [NetUtil.java:123] interfaceSupportsWakeOnLan(): Interface wlan0 not supported +02-27 08:04:32.598 17219 17292 E cr_ClientAuthRawSigner: Widevine UUID unsupported. +02-27 08:04:32.598 17219 17292 E cr_ClientAuthRawSigner: android.media.UnsupportedSchemeException: Failed to instantiate drm object: NO_INIT +02-27 08:04:32.598 17219 17292 E cr_ClientAuthRawSigner: ============================== Beginning of DRM Plugin Log ============================== +02-27 08:04:32.598 17219 17292 E cr_ClientAuthRawSigner: 02-27 08:04:32.585 I found instance=clearkey version=android.hardware.drm@1.4::IDrmFactory +02-27 08:04:32.598 17219 17292 E cr_ClientAuthRawSigner: 02-27 08:04:32.585 I found instance=default version=android.hardware.drm@1.0::IDrmFactory +02-27 08:04:32.598 17219 17292 E cr_ClientAuthRawSigner: 02-27 08:04:32.591 E uuid=[edef8ba979d64ace a3c827dcd51d21ed] No supported hal instance found +02-27 08:04:32.598 17219 17292 E cr_ClientAuthRawSigner: ============================== End of DRM Plugin Log ============================== +02-27 08:04:32.598 17219 17292 E cr_ClientAuthRawSigner: at android.media.MediaDrm.native_setup(Native Method) +02-27 08:04:32.598 17219 17292 E cr_ClientAuthRawSigner: at android.media.MediaDrm.(MediaDrm.java:293) +02-27 08:04:32.598 17219 17292 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthRawSigner.(ClientAuthRawSigner.java:32) +02-27 08:04:32.598 17219 17292 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthRawSigner.isProvisioned(ClientAuthRawSigner.java:83) +02-27 08:04:32.598 17219 17292 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthCredsWidevine.ensurePreProvisioned(ClientAuthCredsWidevine.java:233) +02-27 08:04:32.598 17219 17292 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthCredsWidevine.provisionCredsSync(ClientAuthCredsWidevine.java:186) +02-27 08:04:32.598 17219 17292 E cr_ClientAuthRawSigner: at com.google.android.apps.mediashell.ClientAuthCredsProvisioning.attemptCredsProvisioning(ClientAuthCredsProvisioning.java:88) +02-27 08:04:32.598 17219 17292 E cr_ClientAuthRawSigner: at com.google.android.apps.mediashell.ClientAuthCredsProvisioning.access$000(ClientAuthCredsProvisioning.java:32) +02-27 08:04:32.598 17219 17292 E cr_ClientAuthRawSigner: at com.google.android.apps.mediashell.ClientAuthCredsProvisioning$1.run(ClientAuthCredsProvisioning.java:53) +02-27 08:04:32.598 17219 17292 E cr_ClientAuthRawSigner: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) +02-27 08:04:32.598 17219 17292 E cr_ClientAuthRawSigner: at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:04:32.598 17219 17292 E cr_ClientAuthRawSigner: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) +02-27 08:04:32.598 17219 17292 E cr_ClientAuthRawSigner: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:04:32.598 17219 17292 E cr_ClientAuthRawSigner: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:04:32.598 17219 17292 E cr_ClientAuthRawSigner: at java.lang.Thread.run(Thread.java:920) +02-27 08:04:32.603 17219 17219 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:04:32.607 505 17308 I DropBoxManagerService: add tag=system_app_wtf isTagEnabled=true flags=0x2 +02-27 08:04:32.610 17219 17219 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:04:32.611 17219 17219 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:04:32.613 17219 17244 I chromium: [17219:17244:INFO:libupnp_wrapper_async.cc(144)] SSDP server is initialized: root_device_desc_url = http://10.0.2.16:8008/ssdp/device-desc.xml, handle = 1 +02-27 08:04:32.617 17219 17219 I BindingManager: Bound service connected +02-27 08:04:32.641 17219 17219 D cr_GrpcIpcUidPolicy: [AndroidIpcUidPolicy.java:147] Valid access from com.google.android.apps.mediashell +02-27 08:04:32.641 17219 17219 E cr_GrpcIpcSocketService: Native code not initialized yet. +02-27 08:04:32.641 17219 17219 E GrpcIpcSocketClientImpl: invalid message +02-27 08:04:32.641 17219 17263 E chromium: [17219:17263:ERROR:grpc_ipc_socket_client.cc(76)] Error for usonia-ipc-socket +02-27 08:04:32.641 17219 17263 E chromium: [17219:17263:ERROR:android_grpc_builder.cc(86)] Could not get a socket for binder:com.google.android.apps.mediashell:usonia-ipc-socket +02-27 08:04:32.641 17219 17263 E chromium: [17219:17263:ERROR:grpc_manager_impl.cc(618)] GRPC[uri=]: Grpc cannot connect to host {UNDEFINED} +02-27 08:04:32.641 17219 17263 E chromium: [17219:17263:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:04:32.641 17219 17263 W chromium: [17219:17263:WARNING:grpc_auth_manager_with_grpc_ipc.cc(59)] IPC for Auth.AuthReadyStreaming closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:04:32.641 17219 17263 E chromium: [17219:17263:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:04:32.641 17219 17263 W chromium: [17219:17263:WARNING:distributed_service_discovery_with_grpc_ipc.cc(147)] IPC for DistributedServiceDiscovery.AddService closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:04:32.641 17219 17263 E chromium: [17219:17263:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:04:32.641 17219 17263 W chromium: [17219:17263:WARNING:distributed_service_discovery_with_grpc_ipc.cc(60)] IPC for DistributedServiceDiscovery.UpdateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:04:32.641 17219 17263 E chromium: [17219:17263:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:04:32.641 17219 17263 W chromium: [17219:17263:WARNING:metrics_recorder_with_grpc_ipc.cc(142)] IPC for MetricsRecorder.RecordMetrics closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:04:32.641 17219 17263 E chromium: [17219:17263:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:04:32.641 17219 17263 W chromium: [17219:17263:WARNING:synchronous_sound_player_with_grpc_ipc.cc(171)] IPC for SynchronousSoundPlayer.UpdateSound closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:04:32.641 17219 17263 E chromium: [17219:17263:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:04:32.641 17219 17263 E chromium: [17219:17263:ERROR:ipc_common.h(444)] Error in fetching local device info: [error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:04:32.641 17219 17263 E chromium: [17219:17263:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:04:32.641 17219 17263 W chromium: [17219:17263:WARNING:directory_service_with_grpc_ipc.cc(118)] IPC for DirectoryService.ObserveCommonTime closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:04:32.641 17219 17263 E chromium: [17219:17263:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:04:32.641 17219 17263 E chromium: [17219:17263:ERROR:directory_service_with_grpc_ipc.cc(274)] IPC for DirectoryService.UpdateStateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:04:32.641 17219 17263 E chromium: [17219:17263:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:04:32.641 17219 17263 E chromium: [17219:17263:ERROR:directory_service_with_grpc_ipc.cc(376)] IPC for DirectoryService.UpdateMessageObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:04:32.641 17219 17263 E chromium: [17219:17263:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:04:32.641 17219 17263 I chromium: [17219:17263:INFO:state_manager_with_grpc_ipc.cc(141)] Usonia state changed, state: 1 value: 0 +02-27 08:04:32.641 17219 17263 W chromium: [17219:17263:WARNING:state_manager_with_grpc_ipc.cc(73)] IPC for StateManager.ReceiveStateUpdates closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:04:32.726 17219 17219 D cr_ChromecastConfigAndroid: [ChromecastConfigAndroid.java:106] Device optedIn status update = false +02-27 08:04:32.830 182 182 I lowmemorykiller: Kill 'com.google.process.gservices' (16938), uid 10057, oom_score_adj 700 to free 51340kB rss, 0kB swap; reason: low watermark is breached and thrashing (96%) +02-27 08:04:32.835 505 3128 I ActivityManager: Process com.google.process.gservices (pid 16938) has died: prev LAST +02-27 08:04:32.835 16895 17153 I FontLog : (REDACTED) Updating from directory version %d to %d from disk +02-27 08:04:32.838 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 16938 in 0ms +02-27 08:04:32.838 322 322 I Zygote : Process 16938 exited due to signal 9 (Killed) +02-27 08:04:32.841 16895 16963 I FontLog : (REDACTED) Using directory in FlatBuffer format +02-27 08:04:32.843 16895 17153 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:04:32.844 16895 17153 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:04:32.848 16895 17153 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:04:32.860 16895 17153 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:04:32.874 16895 17153 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:04:33.259 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 08:04:33.259 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 08:04:33.259 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 08:04:33.259 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 08:04:33.260 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 08:04:33.267 322 322 D Zygote : Forked child process 17310 +02-27 08:04:33.269 505 555 I ActivityManager: Start proc 17310:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:04:33.294 17310 17310 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 08:04:33.309 505 3128 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10066; state: DISABLED +02-27 08:04:33.319 17310 17310 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 08:04:33.354 17310 17310 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:04:33.375 17310 17310 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 08:04:33.376 17310 17310 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:04:33.377 17310 17310 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:04:33.378 17310 17310 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:04:33.436 17310 17310 I DeviceStatusMonitor: DeviceStatusMonitor.updateCountryInfo():121 updateCountryInfo(), notifyAnyway = true +02-27 08:04:33.441 17310 17310 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = true +02-27 08:04:33.445 17310 17310 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:04:33.445 17310 17310 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:33.451 17310 17310 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:04:33.454 17310 17334 E FileCache: FileCache.clearObsoleteFilesInternal():271 Failed to delete all obsolete files under folder: /data/user_de/0/com.google.android.inputmethod.latin/cache/kb_def +02-27 08:04:33.506 17310 17310 I TVLatinApp: TVLatinApp.initialize():527 initialize() +02-27 08:04:33.522 17310 17310 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:04:33.524 17310 17331 I LauncherIconVisibilityInitializerBase: LauncherIconVisibilityInitializerBase.lambda$doUpdate$0():52 doUpdate() : Visible = false +02-27 08:04:33.531 17310 17310 I AndroidIME: TVLatinApp.onUserUnlocked():254 device protected preferences are migrated +02-27 08:04:33.549 17310 17340 I SuperpacksManager: SuperpacksManager.initializeInternal():509 initializeInternal() +02-27 08:04:33.551 17310 17339 I ShortcutsDataManager: ShortcutsDataManager.onContentChanged():73 onContentChanged() +02-27 08:04:33.552 17310 17339 I ContactsDataManager: ContactsDataManager.onContentChanged():159 onContentChanged() +02-27 08:04:33.554 17310 17339 I EmailDataManager: EmailDataManager.onContentChanged():115 onContentChanged() +02-27 08:04:33.560 17310 17310 I PhenotypeModule: PhenotypeModule.onCreate():142 onCreate() +02-27 08:04:33.561 17310 17310 I PhenotypeModule: PhenotypeModule.maybeFetchAndUpdate():169 maybeFetchAndUpdate: forceRefresh=true +02-27 08:04:33.566 17310 17347 W putmethod.lati: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:04:33.566 17310 17347 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:04:33.566 17310 17347 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:04:33.588 17310 17340 I SuperpacksManager: SuperpacksManager.initializeInternal():556 Switched background task scheduler: false +02-27 08:04:33.590 17310 17340 I JobSchedulerImpl: JobSchedulerImpl.schedule():73 Schedule task: superpacks-gc-task. Cancel the pre-existing task. +02-27 08:04:33.590 17219 17289 I chromium: [17219:17289:INFO:mdns_app_filter.cc(1602)] MdnsAppFilter: Done probing. +02-27 08:04:33.597 17310 17340 I JobSchedulerImpl: JobSchedulerImpl.schedule():91 Schedule task: superpacks-gc-task. Success. +02-27 08:04:33.605 17310 17344 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:33.610 17310 17344 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:04:33.627 17310 17310 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:33.628 17310 17310 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:04:33.628 17310 17310 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:04:33.634 17310 17310 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:04:33.634 17310 17310 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:33.635 17310 17310 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:33.636 17310 17310 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:04:33.636 17310 17310 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:04:33.636 17310 17310 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:33.638 182 182 I lowmemorykiller: Kill 'com.google.android.gms' (16598), uid 10057, oom_score_adj 905 to free 66792kB rss, 0kB swap; reason: min watermark is breached and thrashing (96%) +02-27 08:04:33.639 17310 17310 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:33.641 17310 17310 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:33.641 17310 17310 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:33.641 17310 17310 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:33.641 17310 17310 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:33.641 17310 17310 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:33.642 505 2251 I ActivityManager: Process com.google.android.gms (pid 16598) has died: cch+5 CEM +02-27 08:04:33.642 17310 17310 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:33.643 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 16598 in 0ms +02-27 08:04:33.643 322 322 I Zygote : Process 16598 exited due to signal 9 (Killed) +02-27 08:04:33.644 182 182 I lowmemorykiller: Kill 'com.google.android.apps.mediashell' (17219), uid 10054, oom_score_adj 500 to free 101900kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:04:33.645 17310 17310 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:04:33.645 17310 17310 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:04:33.645 17310 17310 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:33.645 17310 17310 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:33.646 17310 17310 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:33.646 17310 17310 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:33.647 17310 17310 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:33.647 17310 17310 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:33.647 17310 17310 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:33.648 17310 17310 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:04:33.652 17310 17357 I NetworkInfoNotification: NetworkInfoNotification$Listener.onReceive():93 onNetworkAvailable: networkState = NON_METERED, isAirplaneModeOn = false +02-27 08:04:33.653 17310 17354 I JapaneseMozcExtension: JapaneseMozcExtension.onCreateServiceInternal():78 onCreateServiceInternal() +02-27 08:04:33.656 17310 17310 I DeviceStatusMonitor: DeviceStatusMonitor$1.onReceive():58 onReceive() : Action = android.net.conn.CONNECTIVITY_CHANGE +02-27 08:04:33.659 17310 17310 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = false +02-27 08:04:33.671 322 322 I Zygote : Process 17219 exited due to signal 9 (Killed) +02-27 08:04:33.672 505 830 I ActivityManager: Process com.google.android.apps.mediashell (pid 17219) has died: svc SVC +02-27 08:04:33.673 505 556 I libprocessgroup: Successfully killed process cgroup uid 10054 pid 17219 in 0ms +02-27 08:04:33.673 505 2243 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10054/17219, android.os.BinderProxy@650648d) +02-27 08:04:33.673 505 1212 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10054/17219, android.os.BinderProxy@661c124) +02-27 08:04:33.673 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=229, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] (release request) +02-27 08:04:33.675 505 830 W ActivityManager: Scheduling restart of crashed service com.google.android.apps.mediashell/.MediaShellCastReceiverService in 1163904ms for start-requested +02-27 08:04:33.676 505 1683 E WifiMulticastLockManager: Multicaster binderDied +02-27 08:04:33.678 17310 17310 I UrgentSignalsProcessor: UrgentSignalsProcessor.flagUpdated():97 Received flagsUpdated for urgent signal +02-27 08:04:33.680 17310 17310 I DictionarySuperpacksManager: DictionarySuperpacksManager$1.onEnabledInputMethodEntriesChanged():60 onEnabledInputMethodEntriesChanged +02-27 08:04:33.680 17310 17310 I MetricsProcessorProviderManager: MetricsProcessorProviderManager.onClearcutAdapterReady():102 onClearcutAdapterReady +02-27 08:04:33.683 17310 17310 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 5 +02-27 08:04:33.683 17310 17310 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 5 +02-27 08:04:33.685 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:04:33.686 505 3536 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:04:33.686 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:04:33.686 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:04:33.686 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:04:33.691 17310 17310 I KeyboardDefManager: KeyboardDefManager$LoadKeyboardDefTask$1.onFailure():184 Task to load keyboard def was canceled. +02-27 08:04:33.691 17310 17310 I KeyboardDefManager: java.util.concurrent.CancellationException: Task was cancelled. +02-27 08:04:33.691 17310 17310 I KeyboardDefManager: at jke.s(PG:3) +02-27 08:04:33.691 17310 17310 I KeyboardDefManager: at jke.get(PG:4) +02-27 08:04:33.691 17310 17310 I KeyboardDefManager: at job.k(PG:1) +02-27 08:04:33.691 17310 17310 I KeyboardDefManager: at job.E(PG:2) +02-27 08:04:33.691 17310 17310 I KeyboardDefManager: at jma.run(PG:4) +02-27 08:04:33.691 17310 17310 I KeyboardDefManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:04:33.691 17310 17310 I KeyboardDefManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:04:33.691 17310 17310 I KeyboardDefManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:04:33.691 17310 17310 I KeyboardDefManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:04:33.691 17310 17310 I KeyboardDefManager: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:04:33.691 17310 17310 I KeyboardDefManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:04:33.691 17310 17310 I KeyboardDefManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:04:33.691 17310 17310 I KeyboardDefManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:04:33.692 17310 17310 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. +02-27 08:04:33.692 322 322 D Zygote : Forked child process 17360 +02-27 08:04:33.693 505 555 I ActivityManager: Start proc 17360:com.google.android.gms/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.GmsBoundBrokerService} +02-27 08:04:33.705 17360 17360 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. +02-27 08:04:33.709 17310 17310 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:04:33.709 17310 17310 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 7 +02-27 08:04:33.715 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:04:33.716 505 3536 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:04:33.716 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:04:33.716 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:04:33.716 17360 17360 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:04:33.716 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:04:33.718 322 322 D Zygote : Forked child process 17376 +02-27 08:04:33.719 505 555 I ActivityManager: Start proc 17376:com.google.process.gservices/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider} +02-27 08:04:33.729 17376 17376 E ocess.gservice: Not starting debugger since process cannot load the jdwp agent. +02-27 08:04:33.731 17310 17383 I PhenotypeModule: PhenotypeModule.handlePhenotypeConfigurationUpdatesInternal():365 Latency of updating configurations from phenotype (experiment v4): 1 +02-27 08:04:33.731 17310 17383 I PhenotypeModule: PhenotypeModule.handlePhenotypeConfigurationUpdates():264 Latency of updating configurations from phenotype (ExperimentV4): 2 +02-27 08:04:33.736 505 1683 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:04:33.741 17376 17376 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:04:33.742 17360 17360 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:04:33.746 17310 17389 I PhenotypeModule: PhenotypeModule.lambda$fetchAndUpdate$1():221 fetchAndUpdate() : Success, hasFlags=true, flagCount=6, lastFetchStatus=February 27, 8:04 AM {reason=1, isFullFetch=true, success=true, isEmpty=false, isDelta=false, fetchedFlagsCount=6, deletedFlagsCount=361, updatedFlagsCount=0, totalTime=170} +02-27 08:04:33.754 17360 17360 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:04:33.754 17360 17360 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:04:33.756 17360 17360 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:04:33.757 17360 17360 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:04:33.769 17376 17376 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:04:33.769 17376 17376 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:04:33.770 17376 17376 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:04:33.770 17376 17376 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:04:33.894 17376 17376 I GservicesProvider: Gservices pushing to system: true; secure/global: true +02-27 08:04:33.944 17310 17310 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1145 update screenHeightWithoutNaviBar to: 1080 +02-27 08:04:33.949 17310 17310 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1152 update max height when insets changes +02-27 08:04:33.965 17310 17310 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():2045 +02-27 08:04:33.967 17310 17310 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:04:33.968 17310 17310 I ShortcutsDataManager: AbstractContentDataManager.startImportContentTask():235 startImportContentTask() +02-27 08:04:33.969 17310 17343 I ShortcutsDataManager: AbstractContentDataManager$ImportContentTask.doInBackground():249 doInBackground() +02-27 08:04:33.970 17310 17343 I PersonalDictionaryDataHandler: PersonalDictionaryDataHandler.beginProcess():111 LanguageTags = [en-US] +02-27 08:04:33.972 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10028; state: DISABLED +02-27 08:04:33.973 505 3536 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10028; state: DISABLED +02-27 08:04:33.973 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10028; state: DISABLED +02-27 08:04:33.973 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10028; state: ENABLED +02-27 08:04:33.973 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10028; state: ENABLED +02-27 08:04:33.976 322 322 D Zygote : Forked child process 17400 +02-27 08:04:33.977 505 555 I ActivityManager: Start proc 17400:android.process.acore/u0a28 for content provider {com.android.providers.userdictionary/com.android.providers.userdictionary.UserDictionaryProvider} +02-27 08:04:33.993 17400 17400 E d.process.acor: Not starting debugger since process cannot load the jdwp agent. +02-27 08:04:34.007 505 830 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10028; state: DISABLED +02-27 08:04:34.013 17400 17400 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10028; state: ENABLED +02-27 08:04:34.041 17400 17400 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.userdictionary' set to: 'default' +02-27 08:04:34.041 17400 17400 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:04:34.042 17400 17400 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:04:34.045 17400 17400 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:04:34.064 17400 17400 I ContactsPerf: VoicemailContentProvider.onCreate start +02-27 08:04:34.067 17400 17400 I ContactsPerf: VoicemailContentProvider.onCreate finish +02-27 08:04:34.080 505 830 D CountryDetector: The first listener is added +02-27 08:04:34.080 17400 17400 I ContactsDatabaseHelper: updateUseStrictPhoneNumberComparison: US +02-27 08:04:34.093 17400 17418 I CallLogProvider: Syncing call composer pics -- source user=0, isShadow=true, forAllUser=false +02-27 08:04:34.094 17400 17418 I CallLogProvider: Fetching list of Uris to sync +02-27 08:04:34.110 17310 17343 I ShortcutsDataManager: AbstractContentDataManager.importRecords():339 importRecords() : Success : Count = 0 +02-27 08:04:34.112 17360 17360 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:04:34.112 17360 17360 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:04:34.112 17360 17360 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:04:34.115 17310 17343 I ShortcutsDataManager: AbstractContentDataManager.importContentData():289 importContentData() : Ending import process +02-27 08:04:34.118 17400 17422 D ContactsDatabaseHelper: WAL enabled for contacts2.db: true +02-27 08:04:34.143 17360 17360 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:04:34.161 17400 17422 I ContactLocale: AddressBook Labels [[en_US]]: […, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, Α, Β, Γ, Δ, Ε, Ζ, Η, Θ, Ι, Κ, Λ, Μ, Ν, Ξ, Ο, Π, Ρ, Σ, Τ, Υ, Φ, Χ, Ψ, Ω, …, А, Б, В, Г, Д, Ђ, Е, Є, Ж, З, И, І, Й, Ј, К, Л, Љ, М, Н, Њ, О, П, Р, С, Т, Ћ, У, Ф, Х, Ц, Ч, Џ, Ш, Щ, Ю, Я, …, א, ב, ג, ד, ה, ו, ז, ח, ט, י, כ, ל, מ, נ, ס, ע, פ, צ, ק, ר, ש, ת, …, ا, ب, ت, ث, ج, ح, خ, د, ذ, ر, ز, س, ش, ص, ض, ط, ظ, ع, غ, ف, ق, ك, ل, م, ن, ه, و, ي, …, ก, ข, ฃ, ค, ฅ, ฆ, ง, จ, ฉ, ช, ซ, ฌ, ญ, ฎ, ฏ, ฐ, ฑ, ฒ, ณ, ด, ต, ถ, ท, ธ, น, บ, ป, ผ, ฝ, พ, ฟ, ภ, ม, ย, ร, ฤ, ล, ฦ, ว, ศ, ษ, ส, ห, ฬ, อ, ฮ, …, ㄱ, ㄴ, ㄷ, ㄹ, ㅁ, ㅂ, ㅅ, ㅇ, ㅈ, ㅊ, ㅋ, ㅌ, ㅍ, ㅎ, …, あ, か, さ, た, な, は, ま, や, ら, わ, #, …] +02-27 08:04:34.162 17360 17360 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:04:34.168 17310 17343 I PersonalLanguageModelUpdater: PersonalLanguageModelUpdater$UpdateOperation.performInternal():164 run() : Added 0 words and 0 shortcuts +02-27 08:04:34.169 17310 17343 I DynamicLanguageModelOperation: DynamicLanguageModelOperation.perform():38 perform() : 4 : bxx : Completed +02-27 08:04:34.169 17400 17422 D ContactsDatabaseHelper: WAL enabled for profile.db: false +02-27 08:04:34.170 17310 17310 I ShortcutsDataManager: AbstractContentDataManager$ImportContentTask.onPostExecute():260 onPostExecute() : Result = [2,0] +02-27 08:04:34.170 17310 17310 I ShortcutsDataManager: ShortcutsDataManager.onImportFinished():83 onImportFinished() : Result = 2 : Count = 0 +02-27 08:04:34.294 17360 17429 I Watchcat: Started +02-27 08:04:34.304 17360 17430 I GMS_MM_Logger: Started. +02-27 08:04:34.304 17360 17360 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:04:34.306 17400 17418 I CallLogProvider: Will sync following Uris:[] +02-27 08:04:34.307 17400 17418 I CallLogProvider: Syncing call composer pics -- got [] +02-27 08:04:34.312 16895 17063 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10057; state: ENABLED +02-27 08:04:34.380 17360 17360 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:04:34.380 17360 17360 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:04:34.404 17360 17360 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:04:34.404 17360 17360 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:04:34.414 17360 17373 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:04:34.414 17360 17373 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:04:34.416 16895 16978 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:04:34.485 16895 17062 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:04:34.487 17360 17431 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:04:34.513 16895 16967 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:04:34.523 16895 17441 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:04:34.554 16895 17062 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:04:34.565 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:04:34.565 505 3536 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:04:34.565 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:04:34.565 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:04:34.565 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:04:34.568 322 322 D Zygote : Forked child process 17445 +02-27 08:04:34.568 505 555 I ActivityManager: Start proc 17445:com.google.android.gms.unstable/u0a57 for service {com.google.android.gms/com.google.android.gms.droidguard.DroidGuardService} +02-27 08:04:34.578 17445 17445 E id.gms.unstabl: Not starting debugger since process cannot load the jdwp agent. +02-27 08:04:34.589 17445 17445 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:04:34.609 17445 17445 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:04:34.618 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:04:34.618 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:04:34.624 17445 17445 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:04:34.624 17445 17445 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:04:34.625 17445 17445 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:04:34.628 17445 17445 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:04:34.671 17445 17445 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:04:34.671 17445 17445 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:04:34.671 17445 17445 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:04:34.680 17445 17445 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:04:34.687 17445 17445 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:04:34.696 17445 17479 I Watchcat: Started +02-27 08:04:34.696 17445 17480 I GMS_MM_Logger: Started. +02-27 08:04:34.696 17445 17445 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:04:34.886 17445 17459 W libc : Access denied finding property "persist.adb.tls_server.enable" +02-27 08:04:34.886 17445 17459 W libc : Access denied finding property "service.adb.tls.port" +02-27 08:04:34.880 17445 17445 W Binder:17445_3: type=1400 audit(0.0:2028): avc: denied { read } for name="u:object_r:system_adbd_prop:s0" dev="tmpfs" ino=236 scontext=u:r:gmscore_app:s0:c512,c768 tcontext=u:object_r:system_adbd_prop:s0 tclass=file permissive=0 app=com.google.android.gms +02-27 08:04:34.880 17445 17445 W Binder:17445_3: type=1400 audit(0.0:2029): avc: denied { read } for name="u:object_r:adbd_prop:s0" dev="tmpfs" ino=46 scontext=u:r:gmscore_app:s0:c512,c768 tcontext=u:object_r:adbd_prop:s0 tclass=file permissive=0 app=com.google.android.gms +02-27 08:04:34.936 16895 17062 I DynamiteModule: Considering local module com.google.android.gms.cronet_dynamite:0 and remote module com.google.android.gms.cronet_dynamite:1611 +02-27 08:04:34.936 16895 17062 I DynamiteModule: Selected remote version of com.google.android.gms.cronet_dynamite, version >= 1611 +02-27 08:04:35.158 505 830 D ConnectivityService: requestNetwork for uid/pid:10057/16895 activeRequest: null callbackRequest: 231 [NetworkRequest [ REQUEST id=232, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10057 RequestorUid: 10057 RequestorPkg: com.google.android.gms] ]] callback flags: 0 priority: 2147483647 +02-27 08:04:35.159 16895 17062 I cr_CronetLibraryLoader: Cronet version: 105.0.5195.35, arch: aarch64 +02-27 08:04:35.162 505 709 D ConnectivityService: NetReassign [232 : null → 100] +02-27 08:04:35.164 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=232, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10057 RequestorUid: 10057 RequestorPkg: com.google.android.gms] ] +02-27 08:04:35.164 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:04:35.168 16895 17062 I avhi : Network metric disabled. Skip initializing network monitor. +02-27 08:04:35.168 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=232, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10057 RequestorUid: 10057 RequestorPkg: com.google.android.gms] ] +02-27 08:04:35.168 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=232, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10057 RequestorUid: 10057 RequestorPkg: com.google.android.gms] ] +02-27 08:04:35.354 16895 16975 W GLSUser : [AppCertManager] Failed to get security token. +02-27 08:04:35.354 16895 16975 W GLSUser : java.io.IOException: Invalid scope +02-27 08:04:35.354 16895 16975 W GLSUser : at xom.d(:com.google.android.gms@223616103@22.36.16 (180406-476895098):22) +02-27 08:04:35.354 16895 16975 W GLSUser : at xom.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):8) +02-27 08:04:35.354 16895 16975 W GLSUser : at jpp.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):14) +02-27 08:04:35.354 16895 16975 W GLSUser : at jpn.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:04:35.354 16895 16975 W GLSUser : at jpi.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:04:35.354 16895 16975 W GLSUser : at jpl.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:04:35.354 16895 16975 W GLSUser : at hob.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):13) +02-27 08:04:35.354 16895 16975 W GLSUser : at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:04:35.354 16895 16975 W GLSUser : at oiz.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):6) +02-27 08:04:35.354 16895 16975 W GLSUser : at oiz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:04:35.354 16895 16975 W GLSUser : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:04:35.354 16895 16975 W GLSUser : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:04:35.354 16895 16975 W GLSUser : at ooc.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:04:35.354 16895 16975 W GLSUser : at java.lang.Thread.run(Thread.java:920) +02-27 08:04:35.447 16895 16975 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed +02-27 08:04:35.450 16895 16975 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:04:35.450 16895 16975 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:04:35.510 16895 16975 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed +02-27 08:04:35.511 16895 16975 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:04:35.511 16895 16975 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:04:35.579 16895 16975 W GLSUser : [AppCertManager] IOException while requesting key: +02-27 08:04:35.579 16895 16975 W GLSUser : java.io.IOException: Invalid device key response. +02-27 08:04:35.579 16895 16975 W GLSUser : at jpp.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):30) +02-27 08:04:35.579 16895 16975 W GLSUser : at jpn.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:04:35.579 16895 16975 W GLSUser : at jpi.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:04:35.579 16895 16975 W GLSUser : at jpl.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:04:35.579 16895 16975 W GLSUser : at hob.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):13) +02-27 08:04:35.579 16895 16975 W GLSUser : at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:04:35.579 16895 16975 W GLSUser : at oiz.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):6) +02-27 08:04:35.579 16895 16975 W GLSUser : at oiz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:04:35.579 16895 16975 W GLSUser : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:04:35.579 16895 16975 W GLSUser : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:04:35.579 16895 16975 W GLSUser : at ooc.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:04:35.579 16895 16975 W GLSUser : at java.lang.Thread.run(Thread.java:920) +02-27 08:04:35.590 16895 16978 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:04:36.892 17081 17167 D EGL_emulation: app_time_stats: avg=456.29ms min=8.37ms max=7050.65ms count=16 +02-27 08:04:37.334 16895 17153 W ProviderHelper: Unknown dynamite feature cast_tv_dynamite +02-27 08:04:37.694 17445 17507 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:04:37.694 17445 17507 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:04:37.744 17445 17507 W libc : Access denied finding property "persist.adb.tls_server.enable" +02-27 08:04:37.740 17445 17445 W Binder:17445_4: type=1400 audit(0.0:2030): avc: denied { read } for name="u:object_r:system_adbd_prop:s0" dev="tmpfs" ino=236 scontext=u:r:gmscore_app:s0:c512,c768 tcontext=u:object_r:system_adbd_prop:s0 tclass=file permissive=0 app=com.google.android.gms +02-27 08:04:37.744 17445 17507 W libc : Access denied finding property "service.adb.tls.port" +02-27 08:04:37.740 17445 17445 W Binder:17445_4: type=1400 audit(0.0:2031): avc: denied { read } for name="u:object_r:adbd_prop:s0" dev="tmpfs" ino=46 scontext=u:r:gmscore_app:s0:c512,c768 tcontext=u:object_r:adbd_prop:s0 tclass=file permissive=0 app=com.google.android.gms +02-27 08:04:37.962 17081 17167 D EGL_emulation: app_time_stats: avg=152.86ms min=17.71ms max=472.09ms count=7 +02-27 08:04:37.974 17081 17178 E starboard: Data from client has what = MESSAGE_TO_KIMONO instead of expected MESSAGE_TO_CAST_SENDER - not sending to Cast sender +02-27 08:04:37.980 17081 17178 E starboard: Data from client has what = MESSAGE_TO_KIMONO instead of expected MESSAGE_TO_CAST_SENDER - not sending to Cast sender +02-27 08:04:37.980 17081 17178 E starboard: Data from client has what = MESSAGE_TO_KIMONO instead of expected MESSAGE_TO_CAST_SENDER - not sending to Cast sender +02-27 08:04:37.998 17081 17178 E starboard: Data from client has what = MESSAGE_TO_KIMONO instead of expected MESSAGE_TO_CAST_SENDER - not sending to Cast sender +02-27 08:04:38.873 16895 16895 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.clearcut.bootcount.service.START dat=chimera-action:com.google.android.gms.clearcut.bootcount.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:04:42.785 505 3536 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #11062} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (203 skipped) +02-27 08:04:43.725 17081 17167 D EGL_emulation: app_time_stats: avg=230.50ms min=4.45ms max=5328.18ms count=25 +02-27 08:04:43.835 505 516 W System : A resource failed to call release. +02-27 08:04:43.835 505 516 W System : A resource failed to call release. +02-27 08:04:44.728 17081 17167 D EGL_emulation: app_time_stats: avg=40.07ms min=4.93ms max=275.78ms count=25 +02-27 08:04:45.825 17081 17167 D EGL_emulation: app_time_stats: avg=182.86ms min=15.80ms max=1015.33ms count=6 +02-27 08:04:45.893 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 640, frameHeight: 360, bitrate: 280000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:45.893 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:45.894 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:45.897 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 640, frameHeight: 360, bitrate: 280000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:45.897 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:45.897 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:45.925 17081 17081 I starboard_media: Media focus: playing +02-27 08:04:45.941 505 2908 I MediaFocusControl: requestAudioFocus() from uid/pid 10065/17081 AA=USAGE_UNKNOWN/CONTENT_TYPE_MOVIE clientId=android.media.AudioManager@beb66d2dev.cobalt.media.CobaltMediaSession@4faf3a3 callingPack=com.google.android.youtube.tv req=1 flags=0x0 sdk=30 +02-27 08:04:45.948 505 2908 I AudioService.FadeOutManager: unfadeOutUid() uid:10065 +02-27 08:04:45.950 17081 17081 I starboard_media: MediaSession new +02-27 08:04:45.962 17081 17081 W MediaSessionCompat: Couldn't find a unique registered media button receiver in the given context. +02-27 08:04:45.966 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:04:45.974 17081 17081 I starboard_media: MediaSession state: PLAYING, position: 0 ms, speed: 0.000000 x, duration: 0 ms +02-27 08:04:45.976 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 1 +02-27 08:04:45.977 755 755 D MediaPlayerList: onActiveSessionsChanged: controller: com.google.android.youtube.tv +02-27 08:04:46.000 755 755 D MediaPlayerList: Already have a controller for the player: com.google.android.youtube.tv, updating instead +02-27 08:04:46.008 755 755 D MediaPlayerList: sendMediaUpdate +02-27 08:04:46.008 755 755 I MediaPlayerList: sendMediaUpdate: Creating a one item queue for a player with no queue +02-27 08:04:46.009 755 755 D MediaPlayerList: sendMediaUpdate state=PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=1162785, actions=379, custom actions=[], active item id=-1, error=null} +02-27 08:04:46.009 755 755 D AvrcpNativeInterface: sendMediaUpdate: metadata=true playStatus=true queue=true +02-27 08:04:46.011 755 755 D AvrcpTargetJni: sendMediaUpdateNative +02-27 08:04:46.031 755 755 I bt_stack: [INFO:avrcp_service.cc(402)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=1 : play_state=1 : queue=1 +02-27 08:04:46.184 17081 17081 I starboard_media: MediaSession state: PLAYING, position: 0 ms, speed: 0.000000 x, duration: 0 ms +02-27 08:04:46.198 755 755 V AudioMediaPlayerWrapper: onPlaybackStateChanged(): com.google.android.youtube.tv : PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=1162961, actions=379, custom actions=[], active item id=-1, error=null} +02-27 08:04:46.199 755 755 W AudioMediaPlayerWrapper: onPlaybackStateChanged(): com.google.android.youtube.tv tried to update with no new data +02-27 08:04:46.201 755 755 V AudioMediaPlayerWrapper: trySendMediaUpdate(): Metadata has been updated for com.google.android.youtube.tv +02-27 08:04:46.201 755 755 D MediaPlayerList: sendMediaUpdate +02-27 08:04:46.201 755 755 I MediaPlayerList: sendMediaUpdate: Creating a one item queue for a player with no queue +02-27 08:04:46.201 755 755 D MediaPlayerList: sendMediaUpdate state=PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=1162976, actions=379, custom actions=[], active item id=-1, error=null} +02-27 08:04:46.201 755 755 D AvrcpNativeInterface: sendMediaUpdate: metadata=false playStatus=false queue=false +02-27 08:04:46.201 755 755 D AvrcpTargetJni: sendMediaUpdateNative +02-27 08:04:46.201 755 755 I bt_stack: [INFO:avrcp_service.cc(402)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=0 : play_state=0 : queue=0 +02-27 08:04:46.205 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 1080, frameHeight: 1080, bitrate: 103642, fps: 25, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:46.205 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:46.205 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:04:46.206 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 1080, frameHeight: 1080, bitrate: 594532, fps: 25, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:46.206 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:46.206 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:46.269 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:46.269 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:46.269 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:04:46.269 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:46.269 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:46.269 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:04:46.269 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:46.269 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:46.269 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:46.439 17081 17081 I starboard_media: Media focus: none +02-27 08:04:46.440 505 1683 I MediaFocusControl: abandonAudioFocus() from uid/pid 10065/17081 clientId=android.media.AudioManager@beb66d2dev.cobalt.media.CobaltMediaSession@4faf3a3 +02-27 08:04:46.441 17081 17081 I starboard_media: MediaSession release +02-27 08:04:46.442 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:04:46.442 755 755 W AudioMediaPlayerWrapper: The session was destroyed com.google.android.youtube.tv +02-27 08:04:46.442 755 755 D MediaPlayerList: sessionUpdatedCallback(): packageName: com.google.android.youtube.tv +02-27 08:04:46.443 755 755 D MediaPlayerList: sendMediaUpdate +02-27 08:04:46.443 755 755 D MediaPlayerList: sendMediaUpdate state=null +02-27 08:04:46.443 755 755 D AvrcpNativeInterface: sendMediaUpdate: metadata=true playStatus=true queue=true +02-27 08:04:46.443 755 755 D AvrcpTargetJni: sendMediaUpdateNative +02-27 08:04:46.443 17081 17081 W BasicMediaStatusFactory: Generating null status because MediaSession is not set +02-27 08:04:46.443 17081 17081 W RMCCImpl: Not generating media status because MediaSession doesn't indicate it has media +02-27 08:04:46.443 755 755 I bt_stack: [INFO:avrcp_service.cc(402)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=1 : play_state=1 : queue=1 +02-27 08:04:46.443 755 755 D MediaPlayerList: Removing media player com.google.android.youtube.tv +02-27 08:04:46.443 755 755 D MediaPlayerList: com.google.android.youtube.tv doesn't have a browse service. Recycle player ID. +02-27 08:04:46.444 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:04:46.839 17081 17167 D EGL_emulation: app_time_stats: avg=18.42ms min=10.00ms max=100.65ms count=55 +02-27 08:04:47.841 17081 17167 D EGL_emulation: app_time_stats: avg=20.44ms min=8.82ms max=116.06ms count=49 +02-27 08:04:47.990 16895 16895 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:04:48.997 17081 17167 D EGL_emulation: app_time_stats: avg=25.11ms min=8.39ms max=345.92ms count=46 +02-27 08:04:49.518 17360 17360 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:04:49.543 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 640, frameHeight: 360, bitrate: 280000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:49.543 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:49.545 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:49.548 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 640, frameHeight: 360, bitrate: 280000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:49.548 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:49.548 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:49.552 17081 17081 I starboard_media: Media focus: playing +02-27 08:04:49.562 505 1683 I MediaFocusControl: requestAudioFocus() from uid/pid 10065/17081 AA=USAGE_UNKNOWN/CONTENT_TYPE_MOVIE clientId=android.media.AudioManager@beb66d2dev.cobalt.media.CobaltMediaSession@4faf3a3 callingPack=com.google.android.youtube.tv req=1 flags=0x0 sdk=30 +02-27 08:04:49.565 505 1683 I AudioService.FadeOutManager: unfadeOutUid() uid:10065 +02-27 08:04:49.566 17081 17081 I starboard_media: MediaSession new +02-27 08:04:49.571 17081 17081 W MediaSessionCompat: Couldn't find a unique registered media button receiver in the given context. +02-27 08:04:49.577 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:04:49.589 17081 17081 I starboard_media: MediaSession state: PLAYING, position: 0 ms, speed: 0.000000 x, duration: 0 ms +02-27 08:04:49.589 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 1 +02-27 08:04:49.589 755 755 D MediaPlayerList: onActiveSessionsChanged: controller: com.google.android.youtube.tv +02-27 08:04:49.591 17360 17360 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:04:49.600 755 755 I MediaPlayerList: Adding wrapped media player: com.google.android.youtube.tv at key: 1 +02-27 08:04:49.656 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 1920, frameHeight: 1080, bitrate: 1641779, fps: 25, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:49.657 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:49.657 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:04:49.657 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 1920, frameHeight: 1080, bitrate: 2963264, fps: 25, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:49.657 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:49.657 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:49.677 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:49.677 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:49.677 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:04:49.677 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:49.677 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:49.677 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:04:49.677 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:49.677 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:49.677 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:49.803 17081 17081 I starboard_media: Media focus: none +02-27 08:04:49.804 505 830 I MediaFocusControl: abandonAudioFocus() from uid/pid 10065/17081 clientId=android.media.AudioManager@beb66d2dev.cobalt.media.CobaltMediaSession@4faf3a3 +02-27 08:04:49.804 17081 17081 I starboard_media: MediaSession release +02-27 08:04:49.805 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:04:49.805 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:04:49.805 17081 17081 W BasicMediaStatusFactory: Generating null status because MediaSession is not set +02-27 08:04:49.805 17081 17081 W RMCCImpl: Not generating media status because MediaSession doesn't indicate it has media +02-27 08:04:49.820 16895 16895 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.gmscompliance.service.START dat=chimera-action:com.google.android.gms.gmscompliance.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:04:50.272 17081 17167 D EGL_emulation: app_time_stats: avg=45.52ms min=14.62ms max=567.46ms count=28 +02-27 08:04:50.383 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 640, frameHeight: 360, bitrate: 280000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:50.384 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:50.384 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:50.386 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 640, frameHeight: 360, bitrate: 280000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:50.386 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:50.386 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:50.400 17081 17081 I starboard_media: Media focus: playing +02-27 08:04:50.401 505 830 I MediaFocusControl: requestAudioFocus() from uid/pid 10065/17081 AA=USAGE_UNKNOWN/CONTENT_TYPE_MOVIE clientId=android.media.AudioManager@beb66d2dev.cobalt.media.CobaltMediaSession@4faf3a3 callingPack=com.google.android.youtube.tv req=1 flags=0x0 sdk=30 +02-27 08:04:50.401 505 830 I AudioService.FadeOutManager: unfadeOutUid() uid:10065 +02-27 08:04:50.401 17081 17081 I starboard_media: MediaSession new +02-27 08:04:50.401 17081 17081 W MediaSessionCompat: Couldn't find a unique registered media button receiver in the given context. +02-27 08:04:50.402 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:04:50.403 17081 17081 I starboard_media: MediaSession state: PLAYING, position: 0 ms, speed: 0.000000 x, duration: 0 ms +02-27 08:04:50.404 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 1 +02-27 08:04:50.404 755 755 D MediaPlayerList: onActiveSessionsChanged: controller: com.google.android.youtube.tv +02-27 08:04:50.404 755 755 D MediaPlayerList: Already have a controller for the player: com.google.android.youtube.tv, updating instead +02-27 08:04:50.537 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 1920, frameHeight: 1080, bitrate: 3671727, fps: 24, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:50.537 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:50.537 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:04:50.537 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 3840, frameHeight: 2160, bitrate: 17968967, fps: 24, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:50.537 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:50.537 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:50.563 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:50.564 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:50.564 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:04:50.564 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:50.564 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:50.564 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:04:50.564 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:50.564 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:50.564 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:50.589 16895 16895 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 } +02-27 08:04:50.651 17081 17081 I starboard_media: Media focus: none +02-27 08:04:50.652 505 3536 I MediaFocusControl: abandonAudioFocus() from uid/pid 10065/17081 clientId=android.media.AudioManager@beb66d2dev.cobalt.media.CobaltMediaSession@4faf3a3 +02-27 08:04:50.653 17081 17081 I starboard_media: MediaSession release +02-27 08:04:50.656 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:04:50.656 17081 17081 W BasicMediaStatusFactory: Generating null status because MediaSession is not set +02-27 08:04:50.656 17081 17081 W RMCCImpl: Not generating media status because MediaSession doesn't indicate it has media +02-27 08:04:52.377 770 797 W System : A resource failed to call release. +02-27 08:04:52.393 17081 17167 D EGL_emulation: app_time_stats: avg=75.74ms min=9.79ms max=1403.76ms count=28 +02-27 08:04:53.785 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 640, frameHeight: 360, bitrate: 280000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:53.785 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:53.785 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:53.786 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 640, frameHeight: 360, bitrate: 280000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:53.786 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:53.786 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:53.788 17081 17081 I starboard_media: Media focus: playing +02-27 08:04:53.789 505 3536 I MediaFocusControl: requestAudioFocus() from uid/pid 10065/17081 AA=USAGE_UNKNOWN/CONTENT_TYPE_MOVIE clientId=android.media.AudioManager@beb66d2dev.cobalt.media.CobaltMediaSession@4faf3a3 callingPack=com.google.android.youtube.tv req=1 flags=0x0 sdk=30 +02-27 08:04:53.790 505 3536 I AudioService.FadeOutManager: unfadeOutUid() uid:10065 +02-27 08:04:53.790 17081 17081 I starboard_media: MediaSession new +02-27 08:04:53.790 17081 17081 W MediaSessionCompat: Couldn't find a unique registered media button receiver in the given context. +02-27 08:04:53.791 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:04:53.792 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 1 +02-27 08:04:53.792 755 755 D MediaPlayerList: onActiveSessionsChanged: controller: com.google.android.youtube.tv +02-27 08:04:53.792 755 755 D MediaPlayerList: Already have a controller for the player: com.google.android.youtube.tv, updating instead +02-27 08:04:53.792 17081 17081 I starboard_media: MediaSession state: PLAYING, position: 0 ms, speed: 0.000000 x, duration: 0 ms +02-27 08:04:53.806 17081 17167 D EGL_emulation: app_time_stats: avg=31.39ms min=1.82ms max=489.58ms count=45 +02-27 08:04:53.889 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 1920, frameHeight: 1080, bitrate: 1641779, fps: 25, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:53.889 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:53.889 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:04:53.889 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 1920, frameHeight: 1080, bitrate: 2963264, fps: 25, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:53.890 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:53.890 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:53.908 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:53.908 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:53.908 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:04:53.908 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:53.909 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:53.909 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:04:53.909 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:53.909 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:53.909 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:54.038 17081 17081 I starboard_media: Media focus: none +02-27 08:04:54.039 505 3536 I MediaFocusControl: abandonAudioFocus() from uid/pid 10065/17081 clientId=android.media.AudioManager@beb66d2dev.cobalt.media.CobaltMediaSession@4faf3a3 +02-27 08:04:54.039 17081 17081 I starboard_media: MediaSession release +02-27 08:04:54.039 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:04:54.039 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:04:54.045 17081 17081 W BasicMediaStatusFactory: Generating null status because MediaSession is not set +02-27 08:04:54.045 17081 17081 W RMCCImpl: Not generating media status because MediaSession doesn't indicate it has media +02-27 08:04:54.415 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 640, frameHeight: 360, bitrate: 280000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:54.415 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:54.416 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:54.417 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 640, frameHeight: 360, bitrate: 280000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:54.417 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:54.417 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:54.422 17081 17081 I starboard_media: Media focus: playing +02-27 08:04:54.422 505 830 I MediaFocusControl: requestAudioFocus() from uid/pid 10065/17081 AA=USAGE_UNKNOWN/CONTENT_TYPE_MOVIE clientId=android.media.AudioManager@beb66d2dev.cobalt.media.CobaltMediaSession@4faf3a3 callingPack=com.google.android.youtube.tv req=1 flags=0x0 sdk=30 +02-27 08:04:54.423 505 830 I AudioService.FadeOutManager: unfadeOutUid() uid:10065 +02-27 08:04:54.423 17081 17081 I starboard_media: MediaSession new +02-27 08:04:54.424 17081 17081 W MediaSessionCompat: Couldn't find a unique registered media button receiver in the given context. +02-27 08:04:54.424 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:04:54.427 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 1 +02-27 08:04:54.428 17081 17081 I starboard_media: MediaSession state: PLAYING, position: 0 ms, speed: 0.000000 x, duration: 0 ms +02-27 08:04:54.428 755 755 D MediaPlayerList: onActiveSessionsChanged: controller: com.google.android.youtube.tv +02-27 08:04:54.428 755 755 D MediaPlayerList: Already have a controller for the player: com.google.android.youtube.tv, updating instead +02-27 08:04:54.673 17081 17081 I starboard_media: MediaSession state: PLAYING, position: 0 ms, speed: 0.000000 x, duration: 0 ms +02-27 08:04:54.750 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 1920, frameHeight: 1080, bitrate: 4337907, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:54.750 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:54.750 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:04:54.751 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 1920, frameHeight: 1080, bitrate: 3449914, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:54.751 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:54.751 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:54.786 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:54.786 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:54.786 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:04:54.786 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:54.786 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:54.786 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:04:54.786 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:54.786 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:54.786 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:54.806 17081 17167 D EGL_emulation: app_time_stats: avg=142.84ms min=15.34ms max=320.91ms count=7 +02-27 08:04:54.923 17081 17081 I starboard_media: Media focus: none +02-27 08:04:54.924 505 830 I MediaFocusControl: abandonAudioFocus() from uid/pid 10065/17081 clientId=android.media.AudioManager@beb66d2dev.cobalt.media.CobaltMediaSession@4faf3a3 +02-27 08:04:54.924 17081 17081 I starboard_media: MediaSession release +02-27 08:04:54.925 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:04:54.926 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:04:54.927 17081 17081 W BasicMediaStatusFactory: Generating null status because MediaSession is not set +02-27 08:04:54.927 17081 17081 W RMCCImpl: Not generating media status because MediaSession doesn't indicate it has media +02-27 08:04:55.760 505 830 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #11084} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (29 skipped) +02-27 08:04:55.794 16895 16895 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.clearcut.service.START dat=chimera-action:com.google.android.gms.clearcut.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:04:56.332 17081 17167 D EGL_emulation: app_time_stats: avg=56.49ms min=13.55ms max=789.13ms count=27 +02-27 08:04:57.537 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 640, frameHeight: 360, bitrate: 280000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:57.537 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:57.537 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:57.538 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 640, frameHeight: 360, bitrate: 280000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:57.538 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:57.538 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:57.540 17081 17081 I starboard_media: Media focus: playing +02-27 08:04:57.541 505 830 I MediaFocusControl: requestAudioFocus() from uid/pid 10065/17081 AA=USAGE_UNKNOWN/CONTENT_TYPE_MOVIE clientId=android.media.AudioManager@beb66d2dev.cobalt.media.CobaltMediaSession@4faf3a3 callingPack=com.google.android.youtube.tv req=1 flags=0x0 sdk=30 +02-27 08:04:57.542 505 830 I AudioService.FadeOutManager: unfadeOutUid() uid:10065 +02-27 08:04:57.542 17081 17081 I starboard_media: MediaSession new +02-27 08:04:57.542 17081 17081 W MediaSessionCompat: Couldn't find a unique registered media button receiver in the given context. +02-27 08:04:57.543 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:04:57.544 17081 17081 I starboard_media: MediaSession state: PLAYING, position: 0 ms, speed: 0.000000 x, duration: 0 ms +02-27 08:04:57.544 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 1 +02-27 08:04:57.545 755 755 D MediaPlayerList: onActiveSessionsChanged: controller: com.google.android.youtube.tv +02-27 08:04:57.545 755 755 D MediaPlayerList: Already have a controller for the player: com.google.android.youtube.tv, updating instead +02-27 08:04:57.558 17081 17167 D EGL_emulation: app_time_stats: avg=306.41ms min=25.09ms max=966.20ms count=4 +02-27 08:04:57.668 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 1920, frameHeight: 1080, bitrate: 1641779, fps: 25, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:57.668 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:57.668 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:04:57.668 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 1920, frameHeight: 1080, bitrate: 2963264, fps: 25, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:57.668 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:57.668 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:57.688 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:57.688 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:57.688 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:04:57.688 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:57.688 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:57.688 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:04:57.688 17081 17178 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:04:57.688 17081 17178 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:04:57.688 17081 17178 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:04:57.790 17081 17081 I starboard_media: Media focus: none +02-27 08:04:57.790 505 830 I MediaFocusControl: abandonAudioFocus() from uid/pid 10065/17081 clientId=android.media.AudioManager@beb66d2dev.cobalt.media.CobaltMediaSession@4faf3a3 +02-27 08:04:57.791 17081 17081 I starboard_media: MediaSession release +02-27 08:04:57.791 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:04:57.791 755 755 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 0 +02-27 08:04:57.792 17081 17081 W BasicMediaStatusFactory: Generating null status because MediaSession is not set +02-27 08:04:57.792 17081 17081 W RMCCImpl: Not generating media status because MediaSession doesn't indicate it has media +02-27 08:05:06.210 505 505 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:05:06.213 505 505 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:05:06.213 505 505 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:05:06.213 505 505 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:05:06.213 505 505 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:05:06.214 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:05:06.219 322 322 D Zygote : Forked child process 17531 +02-27 08:05:06.220 505 555 I ActivityManager: Start proc 17531:com.android.vending/u0a58 for service {com.android.vending/com.google.android.finsky.scheduler.process.mainimpl.PhoneskyJobServiceMain} +02-27 08:05:06.243 17531 17531 E android.vendin: Not starting debugger since process cannot load the jdwp agent. +02-27 08:05:06.257 505 3536 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10058; state: DISABLED +02-27 08:05:06.264 17531 17531 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:05:06.365 17531 17531 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:05:06.425 17531 17531 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:05:06.425 17531 17531 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:05:06.427 17531 17531 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:05:06.429 17531 17531 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:05:06.481 17531 17531 I Finsky : [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:05:06.573 17531 17554 I Finsky : [51] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 08:05:06.586 17531 17554 I Finsky : [51] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 08:05:06.628 17531 17531 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:05:06.631 17531 17531 I Finsky : [2] mre.(3): Resetting scheduler db +02-27 08:05:06.637 17531 17550 W Finsky : [47] ehz.d(18): For unauth, use getDfeApiNonAuthenticated() instead! +02-27 08:05:06.650 17531 17550 I Finsky : [47] kvx.(3): PackageMonitorReceiverImpl - Registering in memory receiver for android.intent.action.PACKAGE_ADDED and android.intent.action.PACKAGE_REMOVED +02-27 08:05:06.654 17531 17552 I Finsky : [49] pyq.a(1): Warm data store was already initialized. +02-27 08:05:06.664 17531 17550 I Finsky : [47] pyr.a(1): Warm data store was already initialized. +02-27 08:05:06.665 17531 17560 I Finsky : [57] nlv.run(10): SysCUA: Set {com.android.vending/com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity} enabled state to 0 +02-27 08:05:06.684 17531 17567 W android.vendin: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:05:06.684 17531 17567 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:05:06.684 17531 17567 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:05:06.684 17531 17552 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 08:05:06.686 17531 17552 I Finsky : [49] kmj.i(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileMaximum +02-27 08:05:06.686 17531 17552 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 08:05:06.688 17531 17552 I Finsky : [49] kmj.h(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileRecommended +02-27 08:05:06.689 17531 17560 W Finsky : [57] hne.run(49): HibernationActivity not found +02-27 08:05:06.696 17531 17550 I Finsky : [47] jrs.m(5): Enqueuing libraries load for 0 +02-27 08:05:06.697 17531 17556 I Finsky : [53] jrs.t(1): Starting libraries load for 0 +02-27 08:05:06.699 17531 17552 I Finsky : [49] vbw.c(2): registerListener +02-27 08:05:06.700 17531 17550 I Finsky : [47] gcv.j(3): Subscription detail: N/A +02-27 08:05:06.704 17531 17550 I Finsky : [47] qfs.s(2): Setup app restrictions monitor +02-27 08:05:06.704 17531 17552 I Finsky : [49] vbw.c(2): registerListener +02-27 08:05:06.713 17531 17550 I Finsky : [47] qlg.a(3): Device wide unknown source restriction is changed. +02-27 08:05:06.722 17531 17550 I Finsky : [47] pyq.a(1): Warm data store was already initialized. +02-27 08:05:06.723 17531 17550 I Finsky : [47] pyr.a(1): Warm data store was already initialized. +02-27 08:05:06.728 505 554 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #11094} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (5 skipped) +02-27 08:05:06.732 17531 17554 I Finsky : [51] nvc.(2): Item store provider started. +02-27 08:05:06.736 17531 17556 I Finsky : [53] jrs.t(23): Finished loading 0 libraries. +02-27 08:05:06.742 17531 17563 I Finsky : [60] mar.accept(5): SCH: Scheduling phonesky job Id: 1-1337, CT: 1772153180986, Constraints: [{ L: 43188056, D: 86388056, C: 1, I: 1, N: 1 }] +02-27 08:05:06.743 17531 17563 I Finsky : [60] mar.accept(5): SCH: Scheduling phonesky job Id: 3-8, CT: 1772154257194, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }] +02-27 08:05:06.743 17531 17563 I Finsky : [60] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:05:06.743 17531 17563 I Finsky : [60] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772154157659, Constraints: [{ L: 43200000, D: 44100000, C: 1, I: 1, N: 0 }] +02-27 08:05:06.744 17531 17563 I Finsky : [60] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772154254826, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 08:05:06.747 505 1683 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:05:06.747 505 1683 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:05:06.769 505 1683 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:05:06.769 505 1683 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:05:06.772 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:05:06.797 322 322 D Zygote : Forked child process 17597 +02-27 08:05:06.799 505 555 W ActivityManager: Slow operation: 56ms so far, now at startProcess: returned from zygote! +02-27 08:05:06.801 505 555 W ActivityManager: Slow operation: 58ms so far, now at startProcess: done updating battery stats +02-27 08:05:06.804 505 555 W ActivityManager: Slow operation: 61ms so far, now at startProcess: building log message +02-27 08:05:06.804 505 555 I ActivityManager: Start proc 17597:com.google.process.gapps/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider} +02-27 08:05:06.804 505 555 W ActivityManager: Slow operation: 61ms so far, now at startProcess: starting to update pids map +02-27 08:05:06.807 505 555 W ActivityManager: Slow operation: 64ms so far, now at startProcess: done updating pids map +02-27 08:05:06.875 17597 17597 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. +02-27 08:05:06.944 17597 17597 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:05:06.972 17360 17360 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 08:05:06.972 17360 17360 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 08:05:06.980 17531 17556 I Finsky : [53] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 08:05:06.983 17531 17531 I Finsky : [2] iki.D(3): Installer: Attempting to start installer +02-27 08:05:06.988 17531 17531 I Finsky : [2] vbw.c(2): registerListener +02-27 08:05:06.994 182 182 I lowmemorykiller: Kill 'com.google.android.gms.unstable' (17445), uid 10057, oom_score_adj 905 to free 50872kB rss, 0kB swap; reason: min watermark is breached and thrashing (117%) +02-27 08:05:06.998 505 1212 I ActivityManager: Process com.google.android.gms.unstable (pid 17445) has died: cch+5 CEM +02-27 08:05:06.999 322 322 I Zygote : Process 17445 exited due to signal 9 (Killed) +02-27 08:05:07.000 182 182 I lowmemorykiller: Kill 'android.process.acore' (17400), uid 10028, oom_score_adj 700 to free 46944kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:05:07.001 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 17445 in 0ms +02-27 08:05:07.005 322 322 I Zygote : Process 17400 exited due to signal 9 (Killed) +02-27 08:05:07.005 17531 17531 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:05:07.005 17531 17531 I Finsky : [2] pyr.a(1): Warm data store was already initialized. +02-27 08:05:07.005 17531 17531 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:05:07.006 505 1381 D CountryDetector: No listener is left +02-27 08:05:07.008 17531 17531 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:05:07.008 17531 17531 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:05:07.011 17531 17531 I Finsky : [2] ird.(18): Initializing pausers from value store. +02-27 08:05:07.011 17531 17531 I Finsky : [2] ird.(21): Get the following callers from value store []. +02-27 08:05:07.016 17531 17531 I Finsky : [2] msm.onStartJob(3): SCH: job service start with id 9346. +02-27 08:05:07.017 505 2243 I ActivityManager: Process android.process.acore (pid 17400) has died: cch+5 CEM +02-27 08:05:07.020 505 556 I libprocessgroup: Successfully killed process cgroup uid 10028 pid 17400 in 0ms +02-27 08:05:07.192 17310 17310 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 10 +02-27 08:05:07.193 17531 17531 I Finsky : [2] iki.T(1): Installer: Installer kick - no action, not running yet +02-27 08:05:07.210 17531 17531 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 10 +02-27 08:05:07.219 17310 17310 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 10 +02-27 08:05:07.226 17531 17559 I Finsky : [56] mnx.a(27): SCH: Satisfied jobs for 9346 are: 29-29 +02-27 08:05:07.251 17531 17617 I Finsky : [87] mrk.accept(52): SCH: Job 29-29 starting +02-27 08:05:07.264 17531 17622 I Finsky : [89] pqs.F(0): ProcessRecoveryLogsUtil: No files in recovery directory +02-27 08:05:07.264 17531 17622 I Finsky : [89] mqw.r(4): SCH: jobFinished: 29-29. TimeElapsed: 10ms. +02-27 08:05:07.267 17531 17614 I Finsky : [85] heg.g(1): getDownloads() +02-27 08:05:07.281 17597 17597 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:05:07.281 17597 17597 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:05:07.283 17597 17597 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:05:07.285 17597 17597 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:05:07.325 182 182 I lowmemorykiller: Kill 'com.android.vending' (17531), uid 10058, oom_score_adj 250 to free 105280kB rss, 0kB swap; reason: min watermark is breached and thrashing (114%) +02-27 08:05:07.367 322 322 I Zygote : Process 17531 exited due to signal 9 (Killed) +02-27 08:05:07.408 505 2243 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:05:07.417 505 2243 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:05:07.418 505 2243 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:05:07.418 505 2243 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:05:07.419 505 2243 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:05:07.423 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:05:07.427 505 1698 I ActivityManager: Process com.android.vending (pid 17531) has died: prcl TRNB +02-27 08:05:07.430 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 17531 in 1ms +02-27 08:05:07.432 322 322 D Zygote : Forked child process 17626 +02-27 08:05:07.435 505 1698 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.scheduler.process.mainimpl.PhoneskyJobServiceMain in 1000ms for connection +02-27 08:05:07.447 505 555 W ActivityManager: Slow operation: 51ms so far, now at startProcess: done updating battery stats +02-27 08:05:07.449 505 555 W ActivityManager: Slow operation: 53ms so far, now at startProcess: building log message +02-27 08:05:07.449 505 555 I ActivityManager: Start proc 17626:com.android.vending:background/u0a58 for service {com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService} +02-27 08:05:07.449 505 555 W ActivityManager: Slow operation: 53ms so far, now at startProcess: starting to update pids map +02-27 08:05:07.450 505 555 W ActivityManager: Slow operation: 54ms so far, now at startProcess: done updating pids map +02-27 08:05:07.452 16895 16895 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:05:07.453 16895 16895 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:05:07.454 17360 17360 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 08:05:07.462 182 182 I lowmemorykiller: Kill 'com.google.process.gapps' (17597), uid 10057, oom_score_adj 905 to free 63848kB rss, 0kB swap; reason: low watermark is breached and thrashing (158%) +02-27 08:05:07.468 322 322 I Zygote : Process 17597 exited due to signal 9 (Killed) +02-27 08:05:07.468 505 1212 I ActivityManager: Process com.google.process.gapps (pid 17597) has died: cch+5 CEM +02-27 08:05:07.468 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 17597 in 0ms +02-27 08:05:07.483 17626 17626 E ding:backgroun: Not starting debugger since process cannot load the jdwp agent. +02-27 08:05:07.487 17310 17310 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 15 +02-27 08:05:07.489 505 505 W Looper : Slow dispatch took 121ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@eeb4dfc m=0 +02-27 08:05:07.491 17310 17310 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 15 +02-27 08:05:07.512 17626 17626 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:05:07.540 17626 17626 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:05:07.568 17626 17626 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:05:07.568 17626 17626 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:05:07.569 17626 17626 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:05:07.570 17626 17626 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:05:07.593 17626 17626 I Finsky:background: [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:05:07.627 17626 17626 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 08:05:07.631 17626 17626 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 08:05:18.518 505 554 W ActivityManager: Ignoring remove of inactive process: ProcessRecord{f49af0d 0:com.google.process.gapps/u0a57} +02-27 08:05:18.626 1403 1527 I adbd : host-13: read failed: Success +02-27 08:05:18.626 1403 1527 I adbd : host-13: connection terminated: read failed +02-27 08:05:18.626 1403 1854 I adbd : host-21: read failed: Success +02-27 08:05:18.626 1403 1854 I adbd : host-21: connection terminated: read failed +02-27 08:05:18.627 1403 17643 I adbd : host-22: write thread spawning +02-27 08:05:18.627 1403 1403 I adbd : host-13: already offline +02-27 08:05:18.627 1403 1403 I adbd : destroying transport host-13 +02-27 08:05:18.627 1403 1403 I adbd : BlockingConnectionAdapter(host-13): stopping +02-27 08:05:18.628 1403 1403 I adbd : BlockingConnectionAdapter(host-13): stopped +02-27 08:05:18.628 1403 1403 I adbd : host-21: offline +02-27 08:05:18.631 1403 1403 I adbd : destroying transport host-21 +02-27 08:05:18.631 1403 1403 I adbd : BlockingConnectionAdapter(host-21): stopping +02-27 08:05:18.632 1403 1403 I adbd : BlockingConnectionAdapter(host-21): stopped +02-27 08:05:18.632 1403 1403 I adbd : BlockingConnectionAdapter(host-13): destructing +02-27 08:05:18.632 1403 1403 I adbd : BlockingConnectionAdapter(host-13): already stopped +02-27 08:05:18.632 1403 1403 I adbd : BlockingConnectionAdapter(host-21): destructing +02-27 08:05:18.632 1403 1403 I adbd : BlockingConnectionAdapter(host-21): already stopped +02-27 08:05:18.632 1403 17642 I adbd : host-22: read thread spawning +02-27 08:05:18.632 1403 17642 I adbd : host-22: read failed: Success +02-27 08:05:18.632 1403 17642 I adbd : host-22: connection terminated: read failed +02-27 08:05:18.633 1403 1403 I adbd : host-22: already offline +02-27 08:05:18.633 1403 1403 I adbd : destroying transport host-22 +02-27 08:05:18.633 1403 1403 I adbd : BlockingConnectionAdapter(host-22): stopping +02-27 08:05:18.634 1403 1403 I adbd : BlockingConnectionAdapter(host-22): stopped +02-27 08:05:18.634 1403 1403 I adbd : BlockingConnectionAdapter(host-22): destructing +02-27 08:05:18.634 1403 1403 I adbd : BlockingConnectionAdapter(host-22): already stopped +02-27 08:05:18.710 755 764 I droid.bluetoot: Background concurrent copying GC freed 2524(180KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2273KB/4546KB, paused 71us,99us total 129.342ms +02-27 08:05:19.061 1403 17647 I adbd : host-13: read thread spawning +02-27 08:05:19.061 1403 1403 I adbd : host-13: already offline +02-27 08:05:19.061 1403 1403 I adbd : Calling send_auth_request... +02-27 08:05:19.061 1403 17646 I adbd : host-23: write thread spawning +02-27 08:05:19.061 1403 17645 I adbd : host-23: read thread spawning +02-27 08:05:19.065 1403 17648 I adbd : host-13: write thread spawning +02-27 08:05:19.156 1403 1403 I adbd : adbd_auth: loading keys from /data/misc/adb/adb_keys +02-27 08:05:19.209 1403 1403 I adbd : adb client authorized +02-27 08:05:20.077 505 505 W Looper : Slow dispatch took 130ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:05:20.108 505 514 I system_server: Background young concurrent copying GC freed 513690(13MB) AllocSpace objects, 0(0B) LOS objects, 0% free, 34MB/34MB, paused 1.606ms,598us total 1.272s +02-27 08:05:20.283 505 514 I system_server: Background concurrent copying GC freed 986255(24MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 14MB/29MB, paused 999us,81us total 165.948ms +02-27 08:05:20.926 505 514 I system_server: Background young concurrent copying GC freed 684174(17MB) AllocSpace objects, 0(0B) LOS objects, 54% free, 13MB/29MB, paused 4.785ms,118us total 127.673ms +02-27 08:05:21.861 505 514 I system_server: Background young concurrent copying GC freed 685858(17MB) AllocSpace objects, 0(0B) LOS objects, 54% free, 13MB/29MB, paused 7.694ms,105us total 49.463ms +02-27 08:05:23.177 505 2243 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #11121} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (31 skipped) +02-27 08:05:23.225 16895 16895 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 } +02-27 08:05:23.225 16895 16895 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 } +02-27 08:05:23.677 16895 16895 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:05:24.148 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-BEACON-LOSS +02-27 08:05:24.157 505 514 I system_server: Background young concurrent copying GC freed 684678(17MB) AllocSpace objects, 0(0B) LOS objects, 54% free, 13MB/29MB, paused 59us,2.646ms total 116.166ms +02-27 08:05:32.294 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-BEACON-LOSS +02-27 08:05:34.784 505 553 I UsageStatsService: User[0] Flushing usage stats to disk +02-27 08:05:36.202 505 2586 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #11126} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (5 skipped) +02-27 08:05:36.226 505 514 I system_server: Background young concurrent copying GC freed 715325(17MB) AllocSpace objects, 0(0B) LOS objects, 30% free, 20MB/29MB, paused 7.813ms,4.808ms total 1.103s +02-27 08:05:37.310 505 514 I system_server: Background concurrent copying GC freed 992680(24MB) AllocSpace objects, 2(104KB) LOS objects, 44% free, 29MB/53MB, paused 1.403ms,496us total 806.145ms +02-27 08:05:40.250 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-BEACON-LOSS +02-27 08:05:40.338 346 346 E android.hardware.power.stats@1.0-service-mock: Failed to getEnergyData +02-27 08:05:41.319 505 514 I system_server: Background young concurrent copying GC freed 1041971(26MB) AllocSpace objects, 0(0B) LOS objects, 62% free, 14MB/37MB, paused 5.088ms,2.367ms total 70.695ms +02-27 08:05:42.069 505 514 W system_server: Suspending all threads took: 5.532ms +02-27 08:05:42.097 505 514 I system_server: Background young concurrent copying GC freed 975768(24MB) AllocSpace objects, 0(0B) LOS objects, 63% free, 13MB/37MB, paused 1.276ms,5.806ms total 52.177ms +02-27 08:05:48.178 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-BEACON-LOSS +02-27 08:05:48.190 505 514 I system_server: Background young concurrent copying GC freed 992047(24MB) AllocSpace objects, 0(0B) LOS objects, 62% free, 13MB/37MB, paused 163us,513us total 211.207ms +02-27 08:05:50.352 505 514 I system_server: Background young concurrent copying GC freed 1018235(25MB) AllocSpace objects, 0(0B) LOS objects, 57% free, 15MB/37MB, paused 869us,401us total 495.717ms +02-27 08:05:51.972 505 514 I system_server: Background concurrent copying GC freed 1297391(32MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 24MB/48MB, paused 810us,55us total 988.865ms +02-27 08:05:52.567 505 2586 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #11130} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (7 skipped) +02-27 08:05:52.678 16895 16895 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 } +02-27 08:05:53.846 505 514 I system_server: Background young concurrent copying GC freed 1037880(25MB) AllocSpace objects, 0(0B) LOS objects, 62% free, 14MB/38MB, paused 242us,1.625ms total 156.034ms +02-27 08:05:54.508 505 514 I system_server: Background young concurrent copying GC freed 1025241(25MB) AllocSpace objects, 0(0B) LOS objects, 64% free, 13MB/37MB, paused 1.499ms,429us total 116.167ms +02-27 08:05:55.405 505 514 W system_server: Suspending all threads took: 11.376ms +02-27 08:05:55.488 505 514 I system_server: Background young concurrent copying GC freed 1001258(24MB) AllocSpace objects, 0(0B) LOS objects, 60% free, 14MB/37MB, paused 7.037ms,40.084ms total 232.480ms +02-27 08:05:56.117 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-BEACON-LOSS +02-27 08:05:57.495 505 514 I system_server: Background young concurrent copying GC freed 987572(24MB) AllocSpace objects, 0(0B) LOS objects, 58% free, 15MB/37MB, paused 1.950ms,62us total 107.634ms +02-27 08:05:58.569 505 514 I system_server: Background young concurrent copying GC freed 1011171(25MB) AllocSpace objects, 0(0B) LOS objects, 63% free, 13MB/37MB, paused 132us,398us total 153.362ms +02-27 08:06:00.392 505 514 W system_server: Suspending all threads took: 18.059ms +02-27 08:06:00.447 505 505 W Looper : Slow dispatch took 353ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=com.android.server.alarm.AlarmManagerService$3$$ExternalSyntheticLambda0@3c69e3a m=0 +02-27 08:06:00.448 505 505 W Looper : Slow delivery took 294ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:06:00.473 505 514 I system_server: Background young concurrent copying GC freed 1021784(25MB) AllocSpace objects, 0(0B) LOS objects, 52% free, 17MB/37MB, paused 2.027ms,18.844ms total 358.439ms +02-27 08:06:00.473 505 542 W Looper : Slow dispatch took 119ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:06:01.461 505 514 I system_server: Background concurrent copying GC freed 1091435(27MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 13MB/27MB, paused 818us,43us total 205.854ms +02-27 08:06:02.495 505 514 I system_server: Background young concurrent copying GC freed 581153(14MB) AllocSpace objects, 0(0B) LOS objects, 51% free, 13MB/27MB, paused 10.235ms,121us total 158.523ms +02-27 08:06:03.719 505 514 I system_server: Background young concurrent copying GC freed 614328(15MB) AllocSpace objects, 0(0B) LOS objects, 50% free, 13MB/27MB, paused 11.116ms,46us total 65.778ms +02-27 08:06:04.328 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-BEACON-LOSS +02-27 08:06:05.388 505 505 W Looper : Drained +02-27 08:06:05.414 505 554 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #11132} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (1 skipped) +02-27 08:06:06.274 505 514 I system_server: Background young concurrent copying GC freed 576758(14MB) AllocSpace objects, 0(0B) LOS objects, 51% free, 13MB/27MB, paused 21.657ms,612us total 277.300ms +02-27 08:06:06.431 505 505 W Looper : Slow dispatch took 139ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=android.app.PendingIntent$FinishedDispatcher@f69ee1 m=0 +02-27 08:06:08.201 505 514 I system_server: Background concurrent copying GC freed 768753(19MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 16MB/32MB, paused 2.824ms,8.389ms total 556.919ms +02-27 08:06:08.379 16895 17650 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:06:08.845 505 514 W system_server: Suspending all threads took: 10.630ms +02-27 08:06:08.963 505 514 I system_server: Background young concurrent copying GC freed 770388(19MB) AllocSpace objects, 0(0B) LOS objects, 57% free, 13MB/32MB, paused 81us,11.112ms total 163.527ms +02-27 08:06:09.560 16895 17440 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:06:09.946 505 514 I system_server: Background young concurrent copying GC freed 768011(19MB) AllocSpace objects, 0(0B) LOS objects, 55% free, 14MB/32MB, paused 4.567ms,2.368ms total 126.815ms +02-27 08:06:10.431 16895 17650 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:06:10.514 16895 17661 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:06:10.613 16895 16895 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:06:10.613 16895 16895 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:06:10.925 505 2586 W ActivityManager: Slow operation: 51ms so far, now at startProcess: done creating new process record +02-27 08:06:10.925 505 2586 W ActivityManager: Slow operation: 51ms so far, now at startProcess: stepping in to startProcess +02-27 08:06:11.032 505 2586 W ActivityManager: Slow operation: 106ms so far, now at startProcess: building args +02-27 08:06:11.106 505 2586 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:06:11.151 505 2586 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:06:11.154 505 2586 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:06:11.154 505 2586 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:06:11.165 505 2586 W ActivityManager: Slow operation: 291ms so far, now at startProcess: done starting proc! +02-27 08:06:11.165 505 555 W ActivityManager: Slow operation: 239ms so far, now at startProcess: asking zygote to start proc +02-27 08:06:11.166 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:06:12.310 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-BEACON-LOSS +02-27 08:06:12.701 322 322 D Zygote : Forked child process 17663 +02-27 08:06:13.006 505 555 W ActivityManager: Slow operation: 1968ms so far, now at startProcess: returned from zygote! +02-27 08:06:14.511 505 555 W ActivityManager: Slow operation: 3585ms so far, now at startProcess: done updating battery stats +02-27 08:06:14.532 505 555 W ActivityManager: Slow operation: 3606ms so far, now at startProcess: building log message +02-27 08:06:14.544 505 555 I ActivityManager: Start proc 17663:com.google.android.gms.unstable/u0a57 for service {com.google.android.gms/com.google.android.gms.droidguard.DroidGuardService} +02-27 08:06:14.578 505 555 W ActivityManager: Slow operation: 3652ms so far, now at startProcess: starting to update pids map +02-27 08:06:14.680 505 555 W ActivityManager: Slow operation: 3754ms so far, now at startProcess: done updating pids map +02-27 08:06:14.994 505 514 W system_server: Suspending all threads took: 19.263ms +02-27 08:06:15.793 17663 17663 E id.gms.unstabl: Not starting debugger since process cannot load the jdwp agent. +02-27 08:06:15.876 16895 17650 W PhenotypeFlagCommitter: Committing snapshot for com.google.android.gms.playlog.uploader failed, retrying +02-27 08:06:15.876 16895 17650 W PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task +02-27 08:06:15.876 16895 17650 W PhenotypeFlagCommitter: at apym.l(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:06:15.876 16895 17650 W PhenotypeFlagCommitter: at aksg.i(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:06:15.876 16895 17650 W PhenotypeFlagCommitter: at aksg.f(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:06:15.876 16895 17650 W PhenotypeFlagCommitter: at com.google.android.gms.clearcut.uploader.QosUploaderChimeraService.g(:com.google.android.gms@223616103@22.36.16 (180406-476895098):17) +02-27 08:06:15.876 16895 17650 W PhenotypeFlagCommitter: at com.google.android.gms.clearcut.uploader.QosUploaderChimeraService.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:06:15.876 16895 17650 W PhenotypeFlagCommitter: at zmm.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):4) +02-27 08:06:15.876 16895 17650 W PhenotypeFlagCommitter: at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:06:15.876 16895 17650 W PhenotypeFlagCommitter: at oiz.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):6) +02-27 08:06:15.876 16895 17650 W PhenotypeFlagCommitter: at oiz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:06:15.876 16895 17650 W PhenotypeFlagCommitter: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:06:15.876 16895 17650 W PhenotypeFlagCommitter: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:06:15.876 16895 17650 W PhenotypeFlagCommitter: at ooc.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:06:15.876 16895 17650 W PhenotypeFlagCommitter: at java.lang.Thread.run(Thread.java:920) +02-27 08:06:16.917 17663 17672 I id.gms.unstabl: Background young concurrent copying GC freed 12482(536KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1838KB/25MB, paused 112.732ms,34us total 294.200ms +02-27 08:06:19.044 505 505 W Looper : Slow dispatch took 3437ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:06:19.352 505 2586 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #11155} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (27 skipped) +02-27 08:06:19.488 505 2908 W ActivityManager: Slow operation: 59ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:06:19.522 16895 17650 E PhenotypeFlagCommitter: Retrieving snapshot for com.google.android.gms.playlog.uploader failed +02-27 08:06:19.522 16895 17650 E PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task +02-27 08:06:19.522 16895 17650 E PhenotypeFlagCommitter: at apym.l(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:06:19.522 16895 17650 E PhenotypeFlagCommitter: at aksg.g(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:06:19.522 16895 17650 E PhenotypeFlagCommitter: at aksg.i(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:06:19.522 16895 17650 E PhenotypeFlagCommitter: at aksg.i(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:06:19.522 16895 17650 E PhenotypeFlagCommitter: at aksg.f(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:06:19.522 16895 17650 E PhenotypeFlagCommitter: at com.google.android.gms.clearcut.uploader.QosUploaderChimeraService.g(:com.google.android.gms@223616103@22.36.16 (180406-476895098):17) +02-27 08:06:19.522 16895 17650 E PhenotypeFlagCommitter: at com.google.android.gms.clearcut.uploader.QosUploaderChimeraService.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:06:19.522 16895 17650 E PhenotypeFlagCommitter: at zmm.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):4) +02-27 08:06:19.522 16895 17650 E PhenotypeFlagCommitter: at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:06:19.522 16895 17650 E PhenotypeFlagCommitter: at oiz.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):6) +02-27 08:06:19.522 16895 17650 E PhenotypeFlagCommitter: at oiz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:06:19.522 16895 17650 E PhenotypeFlagCommitter: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:06:19.522 16895 17650 E PhenotypeFlagCommitter: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:06:19.522 16895 17650 E PhenotypeFlagCommitter: at ooc.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:06:19.522 16895 17650 E PhenotypeFlagCommitter: at java.lang.Thread.run(Thread.java:920) +02-27 08:06:19.568 505 2908 W ActivityManager: Slow operation: 139ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:06:19.577 505 2908 W ActivityManager: Slow operation: 148ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:06:19.688 505 514 I system_server: Background young concurrent copying GC freed 773810(19MB) AllocSpace objects, 0(0B) LOS objects, 0% free, 70MB/70MB, paused 3.373ms,95.157ms total 8.228s +02-27 08:06:19.775 505 2908 W ActivityManager: Slow operation: 346ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:06:19.823 17663 17663 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:06:19.945 182 182 I lowmemorykiller: Kill 'com.android.vending:background' (17626), uid 10058, oom_score_adj 905 to free 44640kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (108%) +02-27 08:06:20.227 322 322 I Zygote : Process 17626 exited due to signal 9 (Killed) +02-27 08:06:20.312 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-BEACON-LOSS +02-27 08:06:20.928 505 2586 I ActivityManager: Process com.android.vending:background (pid 17626) has died: cch+5 CEM +02-27 08:06:21.080 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 17626 in 23ms +02-27 08:06:21.132 322 322 I Zygote : Process 17310 exited due to signal 9 (Killed) +02-27 08:06:21.148 322 322 I Zygote : Process 17360 exited due to signal 9 (Killed) +02-27 08:06:21.344 505 514 W system_server: Suspending all threads took: 41.386ms +02-27 08:06:21.455 505 2673 I WindowManager: WIN DEATH: Window{7549d1c u0 InputMethod} +02-27 08:06:21.597 505 2673 W InputManager-JNI: Input channel object '7549d1c InputMethod (client)' was disposed without first being removed with the input manager! +02-27 08:06:21.976 182 182 I lowmemorykiller: Kill 'com.google.android.gms.persistent' (16895), uid 10057, oom_score_adj 100 to free 88344kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (795%) +02-27 08:06:22.082 17663 17663 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:06:22.105 322 322 I Zygote : Process 16895 exited due to signal 9 (Killed) +02-27 08:06:22.206 505 2259 E IPCThreadState: binder thread pool (31 threads) starved for 132 ms +02-27 08:06:22.234 505 830 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10057/16895, android.os.BinderProxy@408acb) +02-27 08:06:22.236 505 1212 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10057/16895, android.os.BinderProxy@9c722a8) +02-27 08:06:22.237 505 1686 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10057/16895, android.os.BinderProxy@c09c19a) +02-27 08:06:22.238 505 542 I ServiceWatcher: [network] disconnected from 10057/com.google.android.gms/com.google.android.location.network.NetworkLocationService@2 +02-27 08:06:22.250 505 542 I ServiceWatcher: [GeocoderProxy] disconnected from 10057/com.google.android.gms/.location.geocode.GeocodeService@2 +02-27 08:06:22.253 505 542 I ServiceWatcher: [fused] disconnected from 10057/com.google.android.gms/com.google.android.location.fused.FusedLocationService@1 +02-27 08:06:22.258 505 542 I ServiceWatcher: [HardwareActivityRecognitionProxy] disconnected from 10057/com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService@1 +02-27 08:06:22.258 505 542 I ServiceWatcher: [GeofenceProxy] disconnected from 10057/com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService@1 +02-27 08:06:22.325 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=232, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10057 RequestorUid: 10057 RequestorPkg: com.google.android.gms] ] (release request) +02-27 08:06:22.394 505 514 I system_server: Background concurrent copying GC freed 3064162(76MB) AllocSpace objects, 0(0B) LOS objects, 42% free, 32MB/56MB, paused 941us,85.805ms total 2.667s +02-27 08:06:22.504 505 543 W Looper : Slow dispatch took 140ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:06:22.532 505 1683 I ActivityManager: Process com.google.android.inputmethod.latin (pid 17310) has died: prcp IMPB +02-27 08:06:22.533 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 17310 in 0ms +02-27 08:06:22.539 505 1683 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 1000ms for connection +02-27 08:06:22.564 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 17360 in 0ms +02-27 08:06:22.564 505 826 I ActivityManager: Process com.google.android.gms (pid 17360) has died: cch+5 CEM +02-27 08:06:22.565 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 16895 in 0ms +02-27 08:06:22.565 505 1925 I ActivityManager: Process com.google.android.gms.persistent (pid 16895) has died: vis FGS +02-27 08:06:22.572 505 505 W InputMethodManagerService: Session failed to close due to remote exception +02-27 08:06:22.572 505 505 W InputMethodManagerService: android.os.DeadObjectException +02-27 08:06:22.572 505 505 W InputMethodManagerService: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:06:22.572 505 505 W InputMethodManagerService: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:06:22.572 505 505 W InputMethodManagerService: at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:425) +02-27 08:06:22.572 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.finishSessionLocked(InputMethodManagerService.java:2812) +02-27 08:06:22.572 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearClientSessionLocked(InputMethodManagerService.java:2803) +02-27 08:06:22.572 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:2830) +02-27 08:06:22.572 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:2859) +02-27 08:06:22.572 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:2097) +02-27 08:06:22.572 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:2112) +02-27 08:06:22.572 505 505 W InputMethodManagerService: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:06:22.572 505 505 W InputMethodManagerService: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:06:22.572 505 505 W InputMethodManagerService: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:06:22.572 505 505 W InputMethodManagerService: at android.os.Looper.loop(Looper.java:288) +02-27 08:06:22.572 505 505 W InputMethodManagerService: at com.android.server.SystemServer.run(SystemServer.java:903) +02-27 08:06:22.572 505 505 W InputMethodManagerService: at com.android.server.SystemServer.main(SystemServer.java:610) +02-27 08:06:22.572 505 505 W InputMethodManagerService: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:06:22.572 505 505 W InputMethodManagerService: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:06:22.572 505 505 W InputMethodManagerService: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) +02-27 08:06:22.576 505 1925 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.location.geocode.GeocodeService in 10963ms for connection +02-27 08:06:22.576 505 1925 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentBoundBrokerService in 20963ms for connection +02-27 08:06:22.576 505 1925 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.fused.FusedLocationService in 30963ms for connection +02-27 08:06:22.576 505 1925 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.gcm.GcmService in 40963ms for start-requested +02-27 08:06:22.576 505 1925 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentDirectBootAwareApiService in 50963ms for connection +02-27 08:06:22.576 505 1925 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService in 60963ms for start-requested +02-27 08:06:22.576 505 1925 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService in 70963ms for start-requested +02-27 08:06:22.576 505 1925 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService in 80963ms for connection +02-27 08:06:22.576 505 1925 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.network.NetworkLocationService in 90963ms for connection +02-27 08:06:22.583 505 505 W Looper : Slow dispatch took 1389ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@a4b08a7 m=0 +02-27 08:06:22.588 505 505 W Looper : Slow delivery took 378ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@6bfc154 m=0 +02-27 08:06:22.590 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 17310 +02-27 08:06:22.748 505 505 W Looper : Slow dispatch took 130ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:06:22.887 505 553 E PackageManager: Optimistic bind failed. +02-27 08:06:22.887 505 553 E PackageManager: java.util.concurrent.TimeoutException: [Optimistic Bind] Didn't bind to resolver in time! +02-27 08:06:22.887 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.waitForBindLocked(InstantAppResolverConnection.java:160) +02-27 08:06:22.887 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.bind(InstantAppResolverConnection.java:225) +02-27 08:06:22.887 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.lambda$optimisticBind$0$InstantAppResolverConnection(InstantAppResolverConnection.java:255) +02-27 08:06:22.887 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection$$ExternalSyntheticLambda0.run(Unknown Source:2) +02-27 08:06:22.887 505 553 E PackageManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:06:22.887 505 553 E PackageManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:06:22.887 505 553 E PackageManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:06:22.887 505 553 E PackageManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:06:22.887 505 553 E PackageManager: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:06:22.926 505 505 W Looper : Drained +02-27 08:06:22.929 17663 17663 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:06:22.929 17663 17663 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:06:22.936 17663 17663 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:06:22.955 17663 17663 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:06:23.309 17663 17663 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:06:23.311 17663 17663 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:06:23.311 17663 17663 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:06:23.397 17663 17663 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:06:23.430 17663 17663 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:06:23.485 17663 17693 I Watchcat: Started +02-27 08:06:23.492 17663 17694 I GMS_MM_Logger: Started. +02-27 08:06:23.496 17663 17663 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:06:23.548 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 08:06:23.548 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 08:06:23.548 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 08:06:23.548 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 08:06:23.548 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 08:06:23.556 322 322 D Zygote : Forked child process 17698 +02-27 08:06:23.568 505 555 I ActivityManager: Start proc 17698:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:06:23.573 505 2908 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:06:23.573 505 2908 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:06:23.573 505 2908 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:06:23.573 505 2908 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:06:23.574 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:06:23.582 322 322 D Zygote : Forked child process 17699 +02-27 08:06:23.582 505 555 I ActivityManager: Start proc 17699:com.google.android.gms.persistent/u0a57 for content provider {com.google.android.gms/com.google.android.gms.phenotype.provider.ConfigurationProvider} +02-27 08:06:23.671 17698 17698 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 08:06:23.674 17699 17699 E .gms.persisten: Not starting debugger since process cannot load the jdwp agent. +02-27 08:06:23.760 17698 17698 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 08:06:23.761 17699 17699 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:06:23.761 505 505 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:06:23.761 505 505 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:06:23.761 505 505 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:06:23.761 505 505 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:06:23.761 505 505 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:06:23.761 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:06:23.765 322 322 D Zygote : Forked child process 17729 +02-27 08:06:23.773 505 555 I ActivityManager: Start proc 17729:com.android.vending/u0a58 for service {com.android.vending/com.google.android.finsky.scheduler.process.mainimpl.PhoneskyJobServiceMain} +02-27 08:06:23.806 17729 17729 E android.vendin: Not starting debugger since process cannot load the jdwp agent. +02-27 08:06:23.840 17729 17729 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:06:23.844 17699 17699 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:06:23.854 17699 17699 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:06:23.856 17699 17699 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:06:23.858 17699 17699 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:06:23.860 17699 17699 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:06:23.865 17698 17698 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:06:23.900 17729 17729 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:06:24.004 17699 17699 I Safeboot: Checking safeboot... +02-27 08:06:24.016 17699 17699 I FixerFramework: Installing ProviderInstaller. +02-27 08:06:24.090 17699 17699 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:06:24.093 17699 17699 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:06:24.093 17699 17699 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:06:24.141 17699 17699 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:06:24.165 17699 17699 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:06:24.166 17699 17699 W SQLiteCompatibilityWalFlags: Cannot read global setting sqlite_compatibility_wal_flags - Application state not available +02-27 08:06:24.177 17698 17698 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 08:06:24.178 17698 17698 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:06:24.178 17698 17698 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:06:24.178 17698 17698 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:06:24.265 17729 17729 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:06:24.265 17729 17729 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:06:24.266 17729 17729 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:06:24.267 17729 17729 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:06:24.514 17699 17725 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:06:24.514 17699 17725 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:06:24.525 17699 17699 I GmsApplication: Registering the BackgroundBroadcastReceiverSupport receiver. +02-27 08:06:24.545 17699 17699 I GmsReceiverSupport: Registered Receiver for 14+1 IntentFilters +02-27 08:06:24.572 17699 17761 I Watchcat: Started +02-27 08:06:24.572 17699 17699 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:06:24.581 17699 17762 I GMS_MM_Logger: Started. +02-27 08:06:24.985 17729 17729 I Finsky : [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:06:25.394 505 514 W system_server: Suspending all threads took: 8.188ms +02-27 08:06:25.940 505 1925 W ContentProviderHelper: Slow operation: 502ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:06:25.940 505 1925 W ContentProviderHelper: Slow operation: 502ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:06:25.940 505 1925 W ContentProviderHelper: Slow operation: 502ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:06:25.940 505 1925 W ContentProviderHelper: Slow operation: 502ms so far, now at getContentProviderImpl: before updateLruProcess +02-27 08:06:25.945 505 1925 W ContentProviderHelper: Slow operation: 507ms so far, now at getContentProviderImpl: after updateLruProcess +02-27 08:06:25.948 505 1925 W ContentProviderHelper: Slow operation: 510ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:06:25.985 505 1925 W ContentProviderHelper: Slow operation: 546ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:06:25.985 505 1925 W ContentProviderHelper: Slow operation: 547ms so far, now at getContentProviderImpl: done! +02-27 08:06:25.992 505 514 I system_server: Background young concurrent copying GC freed 1072663(26MB) AllocSpace objects, 0(0B) LOS objects, 8% free, 34MB/37MB, paused 3.335ms,20.081ms total 975.510ms +02-27 08:06:26.076 17698 17698 I DeviceStatusMonitor: DeviceStatusMonitor.updateCountryInfo():121 updateCountryInfo(), notifyAnyway = true +02-27 08:06:26.093 505 542 I ServiceWatcher: [GeocoderProxy] connected to {com.google.android.gms/com.google.android.gms.location.geocode.GeocodeService} +02-27 08:06:26.216 17698 17698 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = true +02-27 08:06:26.306 17698 17698 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:06:26.307 17698 17698 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:06:26.546 17699 17699 D BoundBrokerSvc: onBind: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:06:26.547 17699 17699 D BoundBrokerSvc: Loading bound service for intent: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:06:26.961 17698 17758 D SharedPreferencesImpl: Time required to fsync /data/user_de/0/com.google.android.inputmethod.latin/shared_prefs/com.google.android.inputmethod.latin_ueh.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 0, <64: 0, <128: 0, <256: 0, <512: 1, <1024: 0, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0] +02-27 08:06:27.218 505 514 W system_server: Suspending all threads took: 37.078ms +02-27 08:06:27.878 17698 17698 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:06:27.992 17698 17785 E FileCache: FileCache.clearObsoleteFilesInternal():271 Failed to delete all obsolete files under folder: /data/user_de/0/com.google.android.inputmethod.latin/cache/kb_def +02-27 08:06:28.161 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-BEACON-LOSS +02-27 08:06:28.242 505 514 I system_server: Background concurrent copying GC freed 1139487(28MB) AllocSpace objects, 0(0B) LOS objects, 43% free, 30MB/54MB, paused 1.779ms,258.228ms total 2.198s +02-27 08:06:28.328 17698 17698 I TVLatinApp: TVLatinApp.initialize():527 initialize() +02-27 08:06:28.470 505 543 W Looper : Slow dispatch took 128ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:06:28.576 17698 17698 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:06:28.588 17698 17765 I LauncherIconVisibilityInitializerBase: LauncherIconVisibilityInitializerBase.lambda$doUpdate$0():52 doUpdate() : Visible = false +02-27 08:06:28.621 505 542 I ServiceWatcher: [fused] connected to {com.google.android.gms/com.google.android.location.fused.FusedLocationService} +02-27 08:06:28.657 505 890 I LocationManagerService: fused provider loaded extra attribution tags: [activity_recognition_provider, awareness_provider, current_semantic_location, fused_location_provider, fused_provider_shim, geofencer_provider, network_location_calibration, network_location_provider, network_provider_shim] +02-27 08:06:28.677 17698 17698 I AndroidIME: TVLatinApp.onUserUnlocked():254 device protected preferences are migrated +02-27 08:06:28.825 505 542 W Looper : Slow dispatch took 108ms android.fg h=android.os.Handler c=com.android.server.location.LocationManagerService$$ExternalSyntheticLambda8@105a83c m=0 +02-27 08:06:28.977 17698 17698 I PhenotypeModule: PhenotypeModule.onCreate():142 onCreate() +02-27 08:06:28.977 17698 17698 I PhenotypeModule: PhenotypeModule.maybeFetchAndUpdate():169 maybeFetchAndUpdate: forceRefresh=true +02-27 08:06:29.001 17698 17713 W putmethod.lati: Suspending all threads took: 9.627ms +02-27 08:06:29.171 17698 17796 I ShortcutsDataManager: ShortcutsDataManager.onContentChanged():73 onContentChanged() +02-27 08:06:29.179 17698 17796 I ContactsDataManager: ContactsDataManager.onContentChanged():159 onContentChanged() +02-27 08:06:29.179 17698 17796 I EmailDataManager: EmailDataManager.onContentChanged():115 onContentChanged() +02-27 08:06:29.206 17698 17804 I SuperpacksManager: SuperpacksManager.initializeInternal():509 initializeInternal() +02-27 08:06:29.243 17698 17803 W putmethod.lati: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:06:29.245 17698 17803 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:06:29.245 17698 17803 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:06:29.282 17729 17780 I Finsky : [51] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 08:06:29.499 505 2621 W ProcessStats: Tracking association SourceState{d5bbe51 system/1000 BTopFgs #11198} whose proc state 2 is better than process ProcessState{7b2e6b6 com.google.android.gms.persistent/10057 pkg=com.google.android.gms} proc state 3 (28 skipped) +02-27 08:06:29.733 505 514 W system_server: Suspending all threads took: 30.305ms +02-27 08:06:29.748 17699 17699 W .gms.persisten: Accessing hidden method Landroid/net/ConnectivityManager;->isNetworkTypeMobile(I)Z (max-target-p, reflection, denied) +02-27 08:06:29.758 505 2586 W ContentProviderHelper: Slow operation: 68ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:06:29.758 505 2586 W ContentProviderHelper: Slow operation: 68ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:06:29.758 505 2586 W ContentProviderHelper: Slow operation: 68ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:06:29.761 505 2586 W ContentProviderHelper: Slow operation: 71ms so far, now at getContentProviderImpl: before updateLruProcess +02-27 08:06:29.761 505 2586 W ContentProviderHelper: Slow operation: 71ms so far, now at getContentProviderImpl: after updateLruProcess +02-27 08:06:29.761 505 2586 W ContentProviderHelper: Slow operation: 71ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:06:29.936 17698 17804 I SuperpacksManager: SuperpacksManager.initializeInternal():556 Switched background task scheduler: false +02-27 08:06:30.136 505 2586 W ContentProviderHelper: Slow operation: 446ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:06:30.136 505 2586 W ContentProviderHelper: Slow operation: 446ms so far, now at getContentProviderImpl: done! +02-27 08:06:30.170 17698 17804 I JobSchedulerImpl: JobSchedulerImpl.schedule():73 Schedule task: superpacks-gc-task. Cancel the pre-existing task. +02-27 08:06:30.173 505 514 I system_server: Background young concurrent copying GC freed 1715273(43MB) AllocSpace objects, 0(0B) LOS objects, 23% free, 41MB/54MB, paused 114us,35.739ms total 963.488ms +02-27 08:06:30.228 17729 17780 I Finsky : [51] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 08:06:30.381 17698 17804 I JobSchedulerImpl: JobSchedulerImpl.schedule():91 Schedule task: superpacks-gc-task. Success. +02-27 08:06:30.406 17729 17737 W android.vendin: Suspending all threads took: 6.468ms +02-27 08:06:30.557 505 542 W Looper : Slow dispatch took 189ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:06:30.631 182 182 I lowmemorykiller: Kill 'com.google.android.gms.unstable' (17663), uid 10057, oom_score_adj 905 to free 56464kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (108%) +02-27 08:06:30.693 322 322 I Zygote : Process 17663 exited due to signal 9 (Killed) +02-27 08:06:30.729 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 17663 in 0ms +02-27 08:06:30.730 17698 17713 W putmethod.lati: Suspending all threads took: 15.011ms +02-27 08:06:30.749 505 2243 I ActivityManager: Process com.google.android.gms.unstable (pid 17663) has died: cch+5 CEM +02-27 08:06:30.930 17729 17737 W android.vendin: Suspending all threads took: 61.559ms +02-27 08:06:31.025 17699 17763 E ActivityThread: Failed to find provider info for instantapp-dev-manager +02-27 08:06:31.142 17729 17737 W android.vendin: Suspending all threads took: 19.777ms +02-27 08:06:31.184 17698 17698 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:06:31.207 17698 17698 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:06:31.214 17698 17698 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:06:32.665 505 514 I system_server: Background concurrent copying GC freed 1927284(48MB) AllocSpace objects, 0(0B) LOS objects, 35% free, 42MB/66MB, paused 297us,97us total 1.892s +02-27 08:06:32.890 17729 17729 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:06:33.281 17729 17729 I Finsky : [2] mre.(3): Resetting scheduler db +02-27 08:06:33.399 17699 17699 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:06:34.110 505 505 W Looper : Slow dispatch took 156ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:06:34.261 17729 17775 W Finsky : [47] ehz.d(18): For unauth, use getDfeApiNonAuthenticated() instead! +02-27 08:06:34.889 17729 17778 I Finsky : [49] kvx.(3): PackageMonitorReceiverImpl - Registering in memory receiver for android.intent.action.PACKAGE_ADDED and android.intent.action.PACKAGE_REMOVED +02-27 08:06:35.169 17698 17698 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:06:35.170 17698 17698 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:06:35.180 505 514 W system_server: Suspending all threads took: 102.984ms +02-27 08:06:36.442 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-BEACON-LOSS +02-27 08:06:37.050 17698 17698 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:06:38.451 322 322 I Zygote : Process 16410 exited due to signal 9 (Killed) +02-27 08:06:38.809 755 1062 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:06:39.751 755 1045 I bt_stack: [INFO:port_api.cc(307)] RFCOMM_RemoveServer: handle=29 +02-27 08:06:39.838 755 1045 E bt_hci : system/bt/main/bte_logmsg.cc:191 LogMsg: Ctlr H/w error event - code:0x42 +02-27 08:06:39.839 755 1045 E bt_btif : system/bt/main/bte_logmsg.cc:191 LogMsg: Received H/W Error. +02-27 08:06:40.113 17729 17737 W android.vendin: Suspending all threads took: 121.892ms +02-27 08:06:41.572 322 322 I Zygote : Process 755 exited due to signal 9 (Killed) +02-27 08:06:41.619 329 329 E android.hardware.bluetooth@1.1-btlinux: BluetoothDeathRecipient::serviceDied - Bluetooth service died +02-27 08:06:41.619 329 329 I android.hardware.bluetooth@1.1-btlinux: BluetoothHci::close() +02-27 08:06:41.619 329 329 I android.hardware.bluetooth@1.1-btlinux: Skipping unlink call, service died. +02-27 08:06:41.635 329 329 E android.hardware.bluetooth@1.1-btlinux: Unable to open /dev/rfkill +02-27 08:06:41.882 770 770 D BluetoothHidHost: Proxy object disconnected +02-27 08:06:41.892 770 770 D BluetoothHidHost: Unbinding service... +02-27 08:06:42.493 17729 17816 I Finsky : [59] mar.accept(5): SCH: Scheduling phonesky job Id: 1-1337, CT: 1772153180986, Constraints: [{ L: 43188056, D: 86388056, C: 1, I: 1, N: 1 }] +02-27 08:06:42.510 17729 17816 I Finsky : [59] mar.accept(5): SCH: Scheduling phonesky job Id: 3-8, CT: 1772154257194, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }] +02-27 08:06:42.512 17729 17816 I Finsky : [59] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:06:42.515 17729 17816 I Finsky : [59] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772154157659, Constraints: [{ L: 43200000, D: 44100000, C: 1, I: 1, N: 0 }] +02-27 08:06:44.389 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-BEACON-LOSS +02-27 08:06:44.962 17698 17698 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:06:46.006 322 322 I Zygote : Process 17081 exited due to signal 9 (Killed) +02-27 08:06:47.384 17698 17698 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:06:47.458 17698 17698 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:06:47.476 17729 17737 W android.vendin: Suspending all threads took: 6.746ms +02-27 08:06:48.015 505 505 W Looper : Slow dispatch took 8918ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:06:48.259 505 1685 W AudioService.PlaybackActivityMonitor: client died +02-27 08:06:48.268 505 1381 E IPCThreadState: binder thread pool (31 threads) starved for 6729 ms +02-27 08:06:48.268 505 3536 W AudioService.RecordingActivityMonitor: client died +02-27 08:06:48.269 505 2673 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10065/17081, android.os.BinderProxy@977be88) +02-27 08:06:48.296 505 3356 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10065/17081, android.os.BinderProxy@939c021) +02-27 08:06:48.296 505 1684 D MediaSessionService: Media button session is changed to null +02-27 08:06:48.300 505 3128 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10065/17081, android.os.BinderProxy@4e4aa2b) +02-27 08:06:48.427 505 2586 I WindowManager: WIN DEATH: Window{a757f13 u0 com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.MainActivity} +02-27 08:06:48.480 505 712 D NsdService: Client disconnected +02-27 08:06:48.480 505 712 D NsdService: Terminating client-ID 2 global-ID 11 type 393225 +02-27 08:06:48.481 505 712 D NsdService: mdnssd [stop-register, 11] +02-27 08:06:48.680 505 554 W ActivityManager: Timeout executing service: ServiceRecord{f346423 u0 com.android.vending/com.google.android.finsky.scheduler.process.mainimpl.PhoneskyJobServiceMain} +02-27 08:06:48.710 505 2243 W BluetoothManagerService: Profile service for profile: ComponentInfo{com.android.bluetooth/com.android.bluetooth.hfp.HeadsetService} died. +02-27 08:06:48.710 505 505 W JobServiceContext: Time-out while trying to bind 2ffbeef #u0a58/9346 com.android.vending/com.google.android.finsky.scheduler.process.mainimpl.PhoneskyJobServiceMain, dropping. +02-27 08:06:48.715 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=226, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] (release request) +02-27 08:06:48.715 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=224, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] (release request) +02-27 08:06:48.718 17698 17698 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:06:48.752 17698 17698 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:06:48.761 17698 17698 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:06:48.779 17698 17698 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:06:48.781 17698 17698 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:06:48.782 17698 17698 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:06:48.854 505 2243 D BluetoothHeadset: Proxy object disconnected +02-27 08:06:48.854 505 2243 D BluetoothHeadset: Proxy object disconnected +02-27 08:06:48.857 770 13673 D BluetoothHeadset: Proxy object disconnected +02-27 08:06:48.865 505 2586 W InputManager-JNI: Input channel object 'a757f13 com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:06:48.918 17698 17698 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:06:48.958 321 394 W netd : dnssd_clientstub DNSServiceProcessResult called with NULL DNSServiceRef +02-27 08:06:49.028 505 514 I system_server: Background young concurrent copying GC freed 2309533(57MB) AllocSpace objects, 0(0B) LOS objects, 0% free, 92MB/92MB, paused 69.893ms,117.645ms total 14.879s +02-27 08:06:49.044 505 2476 W ActivityManager: Exception when unbinding service com.android.bluetooth/.hid.HidHostService +02-27 08:06:49.044 505 2476 W ActivityManager: android.os.DeadObjectException +02-27 08:06:49.044 505 2476 W ActivityManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:06:49.044 505 2476 W ActivityManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:06:49.044 505 2476 W ActivityManager: at android.app.IApplicationThread$Stub$Proxy.scheduleUnbindService(IApplicationThread.java:1790) +02-27 08:06:49.044 505 2476 W ActivityManager: at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:4453) +02-27 08:06:49.044 505 2476 W ActivityManager: at com.android.server.am.ActiveServices.unbindServiceLocked(ActiveServices.java:2997) +02-27 08:06:49.044 505 2476 W ActivityManager: at com.android.server.am.ActivityManagerService.unbindService(ActivityManagerService.java:12007) +02-27 08:06:49.044 505 2476 W ActivityManager: at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2631) +02-27 08:06:49.044 505 2476 W ActivityManager: at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2498) +02-27 08:06:49.044 505 2476 W ActivityManager: at android.os.Binder.execTransactInternal(Binder.java:1184) +02-27 08:06:49.044 505 2476 W ActivityManager: at android.os.Binder.execTransact(Binder.java:1143) +02-27 08:06:49.058 17729 17819 W android.vendin: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:06:49.072 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:06:49.094 17729 17819 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:06:49.094 17729 17819 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:06:49.276 505 2476 W ProcessStats: Tracking association SourceState{d5bbe51 system/1000 BTopFgs #11206} whose proc state 2 is better than process ProcessState{7b2e6b6 com.google.android.gms.persistent/10057 pkg=com.google.android.gms} proc state 3 (7 skipped) +02-27 08:06:49.355 17729 17777 I Finsky : [48] pyq.a(1): Warm data store was already initialized. +02-27 08:06:49.418 770 770 D BluetoothMap: Proxy object disconnected +02-27 08:06:49.418 770 770 D BluetoothMap: Unbinding service... +02-27 08:06:49.501 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 08:06:49.649 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:06:49.686 505 2796 I ActivityManager: Process com.android.bluetooth (pid 755) has died: psvc PER +02-27 08:06:49.729 505 546 I Choreographer: Skipped 45 frames! The application may be doing too much work on its main thread. +02-27 08:06:49.745 505 556 I libprocessgroup: Successfully killed process cgroup uid 1002 pid 755 in 0ms +02-27 08:06:49.745 505 2796 W ActivityManager: Scheduling restart of crashed service com.android.bluetooth/.btservice.AdapterService in 1000ms for connection +02-27 08:06:49.745 505 2796 W ActivityManager: Scheduling restart of crashed service com.android.bluetooth/.gatt.GattService in 11000ms for connection +02-27 08:06:49.767 17729 17810 E Finsky : [54] eln.accept(19): GMS compliance query failed. +02-27 08:06:49.767 17729 17810 E Finsky : com.google.common.util.concurrent.TimeoutFuture$TimeoutFutureException: Timed out (timeout delayed by 59 ms after scheduled time): xpt@ba9be35[status=PENDING, setFuture=[bms@13852ca[status=PENDING, info=[tag=[snq@70fc3b]]]]] +02-27 08:06:49.768 505 556 I libprocessgroup: Successfully killed process cgroup uid 10065 pid 17081 in 0ms +02-27 08:06:49.768 505 890 I ActivityManager: Process com.google.android.youtube.tv (pid 17081) has died: fg TOP +02-27 08:06:49.769 505 890 W ActivityTaskManager: Force removing ActivityRecord{b49c589 u0 com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.MainActivity t22}: app died, no saved state +02-27 08:06:49.825 17729 17818 I Finsky : [60] nlv.run(10): SysCUA: Set {com.android.vending/com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity} enabled state to 0 +02-27 08:06:49.846 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:06:49.904 17698 17698 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:06:49.908 17698 17698 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:06:49.910 17698 17698 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:06:49.917 17698 17698 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:06:49.922 17698 17698 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:06:49.925 17698 17698 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:06:49.928 17698 17698 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:06:49.928 17698 17698 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:06:49.929 17698 17698 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:06:49.930 17698 17698 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:06:49.950 505 542 W Looper : Slow dispatch took 136ms android.fg h=android.os.Handler c=com.android.server.location.injector.SystemAppForegroundHelper$$ExternalSyntheticLambda1@53bb15 m=0 +02-27 08:06:49.973 505 543 W Looper : Slow dispatch took 220ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:06:49.973 505 543 W Looper : Slow delivery took 226ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:06:50.158 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:06:50.258 505 890 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10048; state: DISABLED +02-27 08:06:50.258 505 543 W Looper : Drained +02-27 08:06:50.284 505 546 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=22 attached=false +02-27 08:06:50.321 505 554 W ActivityManager: Timeout executing service: ServiceRecord{ca16902 u0 com.google.android.gms/.gcm.GcmService} +02-27 08:06:50.327 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:06:50.332 17729 17810 W Finsky : [54] hne.run(49): HibernationActivity not found +02-27 08:06:50.452 770 13673 D BluetoothHeadset: Proxy object disconnected +02-27 08:06:50.461 17698 17798 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:06:50.532 505 1698 I ActivityManager: Process com.google.android.tv.remote.service (pid 16410) has died: vis FGS +02-27 08:06:50.537 505 556 I libprocessgroup: Successfully killed process cgroup uid 10049 pid 16410 in 0ms +02-27 08:06:50.541 505 1698 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.RemoteService in 20204ms for start-requested +02-27 08:06:50.542 505 1698 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.AtvRemoteProviderService in 30203ms for connection +02-27 08:06:50.777 770 770 D BluetoothA2dp: Proxy object disconnected +02-27 08:06:50.777 770 770 D BluetoothA2dp: Unbinding service... +02-27 08:06:50.783 17729 17777 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 08:06:50.788 17698 17798 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:06:50.790 17729 17777 I Finsky : [48] kmj.i(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileMaximum +02-27 08:06:50.792 17729 17777 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 08:06:50.792 17729 17777 I Finsky : [48] kmj.h(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileRecommended +02-27 08:06:50.798 505 505 W Looper : Slow delivery took 6256ms main h=com.android.server.job.JobServiceContext$JobServiceHandler c=null m=0 +02-27 08:06:50.801 505 505 W Looper : Slow dispatch took 2783ms main h=com.android.server.job.JobServiceContext$JobServiceHandler c=null m=0 +02-27 08:06:50.801 505 505 D BluetoothA2dp: Proxy object disconnected +02-27 08:06:50.801 505 505 D BluetoothA2dp: Unbinding service... +02-27 08:06:50.890 505 17848 I ActivityManager: dumpStackTraces pids=null nativepids=null +02-27 08:06:51.026 505 545 W ActivityManager: Slow operation: 234ms so far, now at startProcess: done creating new process record +02-27 08:06:51.026 505 545 W ActivityManager: Slow operation: 234ms so far, now at startProcess: stepping in to startProcess +02-27 08:06:51.054 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:06:51.056 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:06:51.056 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:06:51.056 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:06:51.056 505 545 W ActivityManager: Slow operation: 264ms so far, now at startProcess: done starting proc! +02-27 08:06:51.071 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:06:51.072 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 1002; state: DISABLED +02-27 08:06:51.072 505 505 W Looper : Slow dispatch took 271ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@e35e301 m=0 +02-27 08:06:51.077 770 770 D BluetoothPan: Proxy object disconnected +02-27 08:06:51.077 770 770 D BluetoothPan: Unbinding service... +02-27 08:06:51.080 770 770 D BluetoothHidDevice: Proxy object disconnected +02-27 08:06:51.080 770 770 D BluetoothHidDevice: Unbinding service... +02-27 08:06:51.085 322 322 D Zygote : Forked child process 17856 +02-27 08:06:51.089 505 555 W ActivityManager: Slow operation: 63ms so far, now at startProcess: returned from zygote! +02-27 08:06:51.089 505 555 W ActivityManager: Slow operation: 63ms so far, now at startProcess: done updating battery stats +02-27 08:06:51.090 505 505 D BluetoothA2dp: Proxy object disconnected +02-27 08:06:51.090 505 505 D BluetoothA2dp: Unbinding service... +02-27 08:06:51.094 505 555 W ActivityManager: Slow operation: 68ms so far, now at startProcess: building log message +02-27 08:06:51.095 505 555 I ActivityManager: Start proc 17856:com.google.android.tvlauncher/u0a48 for top-activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:06:51.095 505 555 W ActivityManager: Slow operation: 69ms so far, now at startProcess: starting to update pids map +02-27 08:06:51.095 505 555 W ActivityManager: Slow operation: 69ms so far, now at startProcess: done updating pids map +02-27 08:06:51.097 505 505 D BluetoothA2dp: Proxy object disconnected +02-27 08:06:51.097 505 505 D BluetoothA2dp: Unbinding service... +02-27 08:06:51.099 505 505 D BluetoothManagerService: BluetoothServiceConnection, disconnected: com.android.bluetooth.btservice.AdapterService +02-27 08:06:51.105 505 505 D BluetoothManagerService: BluetoothServiceConnection, disconnected: com.android.bluetooth.gatt.GattService +02-27 08:06:51.106 322 322 D Zygote : Forked child process 17857 +02-27 08:06:51.126 505 544 E BluetoothManagerService: MESSAGE_BLUETOOTH_SERVICE_DISCONNECTED(1) +02-27 08:06:51.127 505 555 W ActivityManager: Slow operation: 60ms so far, now at startProcess: returned from zygote! +02-27 08:06:51.127 505 555 W ActivityManager: Slow operation: 60ms so far, now at startProcess: done updating battery stats +02-27 08:06:51.129 505 555 W ActivityManager: Slow operation: 62ms so far, now at startProcess: building log message +02-27 08:06:51.129 505 555 I ActivityManager: Start proc 17857:com.android.bluetooth/1002 for service {com.android.bluetooth/com.android.bluetooth.btservice.AdapterService} +02-27 08:06:51.129 505 555 W ActivityManager: Slow operation: 62ms so far, now at startProcess: starting to update pids map +02-27 08:06:51.129 505 555 W ActivityManager: Slow operation: 62ms so far, now at startProcess: done updating pids map +02-27 08:06:51.138 17698 17858 I JapaneseMozcExtension: JapaneseMozcExtension.onCreateServiceInternal():78 onCreateServiceInternal() +02-27 08:06:51.181 17729 17778 I Finsky : [49] pyr.a(1): Warm data store was already initialized. +02-27 08:06:51.192 17698 17860 I NetworkInfoNotification: NetworkInfoNotification$Listener.onReceive():93 onNetworkAvailable: networkState = NON_METERED, isAirplaneModeOn = false +02-27 08:06:51.210 505 17848 I ActivityManager: Dumping to /data/anr/anr_2026-02-27-08-06-50-961 +02-27 08:06:51.210 505 17848 I ActivityManager: Collecting stacks for pid 17729 +02-27 08:06:51.377 505 505 W Looper : Slow dispatch took 272ms main h=android.app.ActivityThread$H c=null m=124 +02-27 08:06:51.398 505 505 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:06:51.398 505 505 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:06:51.398 505 505 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:06:51.398 505 505 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:06:51.398 505 505 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:06:51.405 505 720 I AS.BtHelper: setBtScoActiveDevice: (null) -> (null) +02-27 08:06:51.405 505 720 I AS.BtHelper: setBtScoActiveDevice: (null) -> (null) +02-27 08:06:51.406 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:06:51.441 322 322 D Zygote : Forked child process 17867 +02-27 08:06:51.478 505 544 D BluetoothManagerService: Broadcasting onBluetoothServiceDown() to 2 receivers. +02-27 08:06:51.478 770 1279 D BluetoothAdapter: onBluetoothServiceDown +02-27 08:06:51.482 505 544 D BluetoothAdapter: onBluetoothServiceDown +02-27 08:06:51.482 505 544 D BluetoothManagerService: Sending BLE State Change: ON > TURNING_OFF +02-27 08:06:51.489 505 555 W ActivityManager: Slow operation: 91ms so far, now at startProcess: returned from zygote! +02-27 08:06:51.495 17729 17777 I Finsky : [48] vbw.c(2): registerListener +02-27 08:06:51.506 505 17848 I system_server: libdebuggerd_client: started dumping process 17729 +02-27 08:06:51.567 505 514 W system_server: Suspending all threads took: 42.898ms +02-27 08:06:51.570 235 235 I tombstoned: registered intercept for pid 17729 and type kDebuggerdJavaBacktrace +02-27 08:06:51.572 17729 17734 I android.vendin: Thread[6,tid=17734,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0916f0,peer=0x131008d8,"Signal Catcher"]: reacting to signal 3 +02-27 08:06:51.572 17729 17734 I android.vendin: +02-27 08:06:51.583 505 544 D BluetoothManagerService: Sending State Change: ON > TURNING_OFF +02-27 08:06:51.584 505 555 W ActivityManager: Slow operation: 185ms so far, now at startProcess: done updating battery stats +02-27 08:06:51.584 505 555 W ActivityManager: Slow operation: 185ms so far, now at startProcess: building log message +02-27 08:06:51.584 505 555 I ActivityManager: Start proc 17867:com.android.vending:instant_app_installer/u0a58 for service {com.android.vending/com.google.android.finsky.instantapps.metrics.LogFlushJob} +02-27 08:06:51.584 505 555 W ActivityManager: Slow operation: 185ms so far, now at startProcess: starting to update pids map +02-27 08:06:51.584 505 555 W ActivityManager: Slow operation: 186ms so far, now at startProcess: done updating pids map +02-27 08:06:51.585 505 544 D BluetoothManagerService: Bluetooth is complete send Service Down +02-27 08:06:51.585 505 544 D BluetoothManagerService: Broadcasting onBluetoothServiceDown() to 2 receivers. +02-27 08:06:51.585 505 544 D BluetoothAdapter: onBluetoothServiceDown +02-27 08:06:51.585 770 1279 D BluetoothAdapter: onBluetoothServiceDown +02-27 08:06:51.622 17856 17856 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:06:51.627 17857 17857 E droid.bluetoot: Not starting debugger since process cannot load the jdwp agent. +02-27 08:06:51.655 17729 17734 W android.vendin: Suspending all threads took: 17.361ms +02-27 08:06:51.657 17867 17867 E t_app_installe: Not starting debugger since process cannot load the jdwp agent. +02-27 08:06:52.421 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-BEACON-LOSS +02-27 08:06:53.609 17856 17893 I roid.tvlaunche: Background young concurrent copying GC freed 12506(549KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1826KB/25MB, paused 35us,12us total 162.168ms +02-27 08:06:53.682 505 2053 E TaskPersister: File error accessing recents directory (directory doesn't exist?). +02-27 08:06:53.710 17729 17778 I Finsky : [49] jrs.m(5): Enqueuing libraries load for 0 +02-27 08:06:53.854 17729 17778 I Finsky : [49] gcv.j(3): Subscription detail: N/A +02-27 08:06:54.182 17729 17778 I Finsky : [49] qfs.s(2): Setup app restrictions monitor +02-27 08:06:54.360 505 505 W Looper : Slow dispatch took 174ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$CancelNotificationRunnable@f069418 m=0 +02-27 08:06:54.440 505 1683 W ActivityManager: Slow operation: 58ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:06:54.442 17698 17713 W putmethod.lati: Suspending all threads took: 47.552ms +02-27 08:06:54.476 505 505 W Looper : Slow dispatch took 103ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=5 +02-27 08:06:54.504 505 544 D BluetoothManagerService: unbindAndFinish(): null mBinding = false mUnbinding = false +02-27 08:06:54.504 505 544 D BluetoothManagerService: Sending BLE State Change: TURNING_OFF > OFF +02-27 08:06:54.519 505 1683 W ActivityManager: Slow operation: 137ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:06:54.519 505 1683 W ActivityManager: Slow operation: 137ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:06:54.613 505 505 W Looper : Slow dispatch took 136ms main h=com.android.server.job.controllers.ConnectivityController$CcHandler c=null m=0 +02-27 08:06:54.638 505 505 W Looper : Drained +02-27 08:06:54.827 17729 17810 I Finsky : [54] jrs.t(1): Starting libraries load for 0 +02-27 08:06:54.832 17729 17777 I Finsky : [48] vbw.c(2): registerListener +02-27 08:06:54.893 505 1683 W ActivityManager: Slow operation: 511ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:06:54.897 17857 17857 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 1002; state: ENABLED +02-27 08:06:54.912 505 514 I system_server: Background concurrent copying GC freed 3571782(89MB) AllocSpace objects, 0(0B) LOS objects, 32% free, 50MB/74MB, paused 78.720ms,44.248ms total 5.847s +02-27 08:06:55.304 235 235 I tombstoned: received crash request for pid 17729 +02-27 08:06:55.304 235 235 I tombstoned: found intercept fd 512 for pid 17729 and type kDebuggerdJavaBacktrace +02-27 08:06:55.304 235 235 W tombstoned: missing output fd +02-27 08:06:55.304 17729 17734 I android.vendin: Wrote stack traces to tombstoned +02-27 08:06:55.356 505 17848 I system_server: libdebuggerd_client: done dumping process 17729 +02-27 08:06:55.439 505 826 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:06:55.440 505 826 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:06:55.440 505 826 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:06:55.440 505 826 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:06:55.440 505 826 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:06:55.440 505 826 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:06:55.440 505 826 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:06:55.440 505 826 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:06:55.440 505 826 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:06:55.440 505 826 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:06:55.729 505 826 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:06:55.730 505 826 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:06:55.730 505 826 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:06:55.730 505 826 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:06:55.730 505 826 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:06:55.730 505 826 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:06:55.730 505 826 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:06:55.730 505 826 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:06:55.730 505 826 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:06:55.730 505 826 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:06:55.758 505 826 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10048; state: DISABLED +02-27 08:06:55.758 505 826 D CompatibilityChangeReporter: Compat change id reported: 181136395; UID 10048; state: DISABLED +02-27 08:06:55.758 505 826 D CompatibilityChangeReporter: Compat change id reported: 174042936; UID 10048; state: DISABLED +02-27 08:06:55.758 505 826 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10048; state: DISABLED +02-27 08:06:55.761 505 826 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10048; state: DISABLED +02-27 08:06:55.776 505 17848 I ActivityManager: Done dumping +02-27 08:06:55.834 505 826 W ActivityManager: Slow operation: 939ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:06:55.840 17729 17816 I Finsky : [59] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 08:06:55.844 17729 17816 I Finsky : [59] mqf.apply(87): SCH: Scheduling system job Id: 9355, L: 0, D: 43841818, C: false, I: false, N: 0 +02-27 08:06:55.858 17856 17856 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:06:56.120 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.bluetooth.adapter.action.STATE_CHANGED flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:06:56.122 505 554 W ActivityManager: Timeout executing service: ServiceRecord{e7d5ed8 u0 com.google.android.gms/.chimera.PersistentBoundBrokerService} +02-27 08:06:56.169 505 544 D BluetoothManagerService: Sending State Change: TURNING_OFF > OFF +02-27 08:06:56.181 17867 17867 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:06:56.259 505 17848 E ActivityManager: ANR in com.android.vending +02-27 08:06:56.259 505 17848 E ActivityManager: PID: 17729 +02-27 08:06:56.259 505 17848 E ActivityManager: Reason: executing service com.android.vending/com.google.android.finsky.scheduler.process.mainimpl.PhoneskyJobServiceMain +02-27 08:06:56.259 505 17848 E ActivityManager: Frozen: false +02-27 08:06:56.259 505 17848 E ActivityManager: Load: 0.0 / 0.0 / 0.0 +02-27 08:06:56.259 505 17848 E ActivityManager: ----- Output from /proc/pressure/memory ----- +02-27 08:06:56.259 505 17848 E ActivityManager: some avg10=17.70 avg60=12.79 avg300=6.70 total=68731750 +02-27 08:06:56.259 505 17848 E ActivityManager: full avg10=5.04 avg60=3.70 avg300=1.80 total=18257925 +02-27 08:06:56.259 505 17848 E ActivityManager: ----- End output from /proc/pressure/memory ----- +02-27 08:06:56.259 505 17848 E ActivityManager: +02-27 08:06:56.259 505 17848 E ActivityManager: CPU usage from 0ms to 6011ms later (2026-02-27 08:06:49.765 to 2026-02-27 08:06:55.776): +02-27 08:06:56.259 505 17848 E ActivityManager: 79% 505/system_server: 44% user + 34% kernel / faults: 16971 minor 358 major +02-27 08:06:56.259 505 17848 E ActivityManager: 51% 17729/com.android.vending: 21% user + 29% kernel / faults: 7658 minor 452 major +02-27 08:06:56.259 505 17848 E ActivityManager: 12% 17698/com.google.android.inputmethod.latin: 6.2% user + 6.1% kernel / faults: 2206 minor 113 major +02-27 08:06:56.259 505 17848 E ActivityManager: 7.8% 17699/com.google.android.gms.persistent: 1.3% user + 6.4% kernel / faults: 965 minor 210 major +02-27 08:06:56.259 505 17848 E ActivityManager: 6.8% 116/kswapd0: 0% user + 6.8% kernel +02-27 08:06:56.259 505 17848 E ActivityManager: 5.4% 181/logd: 1.3% user + 4% kernel / faults: 15 minor 1 major +02-27 08:06:56.259 505 17848 E ActivityManager: 3.1% 13/rcu_preempt: 0% user + 3.1% kernel +02-27 08:06:56.259 505 17848 E ActivityManager: 2.9% 338/android.hardware.graphics.composer@2.3-service: 0.3% user + 2.5% kernel / faults: 10 minor +02-27 08:06:56.259 505 17848 E ActivityManager: 2.5% 770/com.android.systemui: 0.5% user + 2% kernel / faults: 484 minor 55 major +02-27 08:06:56.259 505 17848 E ActivityManager: 1.8% 117/kworker/u9:0-hci0: 0% user + 1.8% kernel +02-27 08:06:56.259 505 17848 E ActivityManager: 1.8% 360/surfaceflinger: 0.6% user + 1.2% kernel / faults: 3 minor +02-27 08:06:56.259 505 17848 E ActivityManager: 1.7% 263/loop14: 0% user + 1.7% kernel +02-27 08:06:56.259 505 17848 E ActivityManager: 1.7% 350/android.hardware.wifi@1.0-service: 0.3% user + 1.3% kernel / faults: 108 minor 5 major +02-27 08:06:56.259 505 17848 E ActivityManager: 1% 12/ksoftirqd/0: 0% user + 1% kernel +02-27 08:06:56.259 505 17848 E ActivityManager: 1% 138/kworker/0:1H-kblockd: 0% user + 1% kernel +02-27 08:06:56.259 505 17848 E ActivityManager: 1% 751/wpa_supplicant: 0.1% user + 0.8% kernel / faults: 70 minor 15 major +02-27 08:06:56.259 505 17848 E ActivityManager: 0.8% 248/loop7: 0% user + 0.8% kernel +02-27 08:06:56.259 505 17848 E ActivityManager: 0.6% 144/kworker/1:1H-kblockd: 0% user + 0.6% kernel +02-27 08:06:56.259 505 17848 E ActivityManager: 0% 143/hwrng: 0% user + 0% kernel +02-27 08:06:56.259 505 17848 E ActivityManager: 0.5% 145/kworker/2:1H-kblockd: 0% user + 0.5% kernel +02-27 08:06:56.259 505 17848 E ActivityManager: 0.5% 244/loop5: 0% user + 0.5% kernel +02-27 08:06:56.259 505 17848 E ActivityManager: 0.5% 320/statsd: 0.3% user + 0.1% kernel / faults: 57 minor 1 major +02-27 08:06:56.259 505 17848 E ActivityManager: 0.5% 322/zygote64: 0% user + 0.5% kernel / faults: 149 minor 2 major +02-27 08:06:56.259 505 17848 E ActivityManager: 0% 416/media.metrics: 0% user + 0% kernel / faults: 25 minor 4 major +02-27 08:06:56.259 505 17848 E ActivityManager: 0.5% 500/kworker/u9:2-blk_crypto_wq: 0% user + 0.5% kernel +02-27 08:06:56.259 505 17848 E ActivityManager: 0.5% 896/com.android.networkstack.process: 0.3% user + 0.1% kernel / faults: 537 minor 13 major +02-27 08:06:56.259 505 17848 E ActivityManager: 0.3% 183/servicemanager: 0% user + 0.3% kernel / faults: 67 minor 5 major +02-27 08:06:56.259 505 17848 E ActivityManager: 0.3% 17530/kworker/u8:1-phy0: 0% user + 0.3% kernel +02-27 08:06:56.259 505 17848 E ActivityManager: 0.1% 130/sugov:1: 0% user + 0.1% kernel +02-27 08:06:56.259 505 17848 E ActivityManager: 0.1% 131/sugov:2: 0% user + 0.1% kernel +02-27 08:06:56.259 505 17848 E ActivityManager: 0.1% 132/sugov:3: 0% user + 0.1% kernel +02-27 08:06:56.259 505 17848 E ActivityManager: 0.1% 182/lmkd: 0% user + 0.1% kernel +02-27 08:06:56.259 505 17848 E ActivityManager: 0.1% 243/loop4: 0% user + 0.1% kernel +02-27 08:06:56.259 505 17848 E ActivityManager: 0.1% 255/loop10: 0% user + 0.1% kernel +02-27 08:06:56.259 505 17848 E ActivityManager: 0.1% 321/netd: 0.1% user + 0% kernel / faults: 33 minor 1 major +02-27 08:06:56.259 505 17848 E ActivityManager: 0.1% 357/audioserver: 0% user + 0.1% kernel / faults: 38 minor 1 major +02-27 08:06:56.259 505 17848 E ActivityManager: 0% 411/cameraserver: 0% user + 0% kernel / faults: 105 minor 16 major +02-27 08:06:56.259 505 17848 E ActivityManager: 0.1% 11961/kworker/2:1-events: 0% user + 0.1% kernel +02-27 08:06:56.259 505 17848 E ActivityManager: 0.1% 16543/mdnsd: 0% user + 0.1% kernel / faults: 44 minor 2 major +02-27 08:06:56.259 505 17848 E ActivityManager: 0.1% 17376/com.google.process.gservices: 0% user + 0.1% kernel / faults: 107 minor 9 major +02-27 08:06:56.259 505 17848 E ActivityManager: 0.1% 17670/kworker/0:2-events: 0% user + 0.1% kernel +02-27 08:06:56.259 505 17848 E ActivityManager: +0% 17856/: 0% user + 0% kernel +02-27 08:06:56.259 505 17848 E ActivityManager: +0% 17857/com.android.bluetooth: 0% user + 0% kernel +02-27 08:06:56.259 505 17848 E ActivityManager: +0% 17867/: 0% user + 0% kernel +02-27 08:06:56.259 505 17848 E ActivityManager: 80% TOTAL: 15% user + 19% kernel + 18% iowait + 16% irq + 10% softirq +02-27 08:06:56.259 505 17848 E ActivityManager: CPU usage from 1286542ms to 1286542ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake: +02-27 08:06:56.259 505 17848 E ActivityManager: 0% TOTAL: 0% user + 0% kernel +02-27 08:06:56.362 17698 17698 I DeviceStatusMonitor: DeviceStatusMonitor$1.onReceive():58 onReceive() : Action = android.net.conn.CONNECTIVITY_CHANGE +02-27 08:06:56.367 505 543 W Looper : Slow dispatch took 178ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:06:56.375 505 544 E BluetoothManagerService: MESSAGE_BLUETOOTH_SERVICE_DISCONNECTED(2) +02-27 08:06:56.378 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:06:56.394 505 544 D BluetoothManagerService: MESSAGE_RESTART_BLUETOOTH_SERVICE: retry count=1 +02-27 08:06:56.394 505 544 D BluetoothManagerService: binding Bluetooth service +02-27 08:06:56.404 17729 17810 I Finsky : [54] jrs.t(23): Finished loading 0 libraries. +02-27 08:06:56.481 505 505 W Looper : Slow dispatch took 373ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=3 +02-27 08:06:56.495 505 505 W Looper : Slow delivery took 387ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=6 +02-27 08:06:56.506 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:06:56.574 17698 17698 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = false +02-27 08:06:56.630 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.bluetooth.adapter.action.STATE_CHANGED flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:06:56.646 17729 17778 I Finsky : [49] qlg.a(3): Device wide unknown source restriction is changed. +02-27 08:06:56.646 17729 17777 I Finsky : [48] pyq.a(1): Warm data store was already initialized. +02-27 08:06:56.646 17729 17777 I Finsky : [48] pyr.a(1): Warm data store was already initialized. +02-27 08:06:56.650 505 505 D CompanionDeviceManagerService: Received BT state transition broadcast: ON -> TURNING_OFF +02-27 08:06:56.660 505 543 W Looper : Slow delivery took 250ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68 +02-27 08:06:56.660 505 543 W Looper : Slow dispatch took 293ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68 +02-27 08:06:56.660 505 543 W Looper : Drained +02-27 08:06:56.717 17729 17780 I Finsky : [51] nvc.(2): Item store provider started. +02-27 08:06:56.738 17729 17813 I Finsky : [56] pyq.a(1): Warm data store was already initialized. +02-27 08:06:56.738 17729 17813 I Finsky : [56] pyr.a(1): Warm data store was already initialized. +02-27 08:06:56.745 17729 17813 I Finsky : [56] pyq.a(1): Warm data store was already initialized. +02-27 08:06:56.822 17698 17698 I UrgentSignalsProcessor: UrgentSignalsProcessor.flagUpdated():97 Received flagsUpdated for urgent signal +02-27 08:06:56.828 505 505 W Looper : Slow dispatch took 156ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@343c5d4 m=0 +02-27 08:06:56.836 505 720 I AS.BtHelper: setBtScoActiveDevice: (null) -> (null) +02-27 08:06:56.837 505 505 D CompanionDeviceManagerService: Received BT state transition broadcast: TURNING_OFF -> OFF +02-27 08:06:56.838 505 505 W Looper : Drained +02-27 08:06:56.841 505 720 I AS.BtHelper: setBtScoActiveDevice: (null) -> (null) +02-27 08:06:56.860 17698 17698 I DictionarySuperpacksManager: DictionarySuperpacksManager$1.onEnabledInputMethodEntriesChanged():60 onEnabledInputMethodEntriesChanged +02-27 08:06:56.860 17856 17856 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:06:56.862 17698 17698 I MetricsProcessorProviderManager: MetricsProcessorProviderManager.onClearcutAdapterReady():102 onClearcutAdapterReady +02-27 08:06:56.982 505 17848 I ActivityManager: Killing 17729:com.android.vending/u0a58 (adj 0): bg anr +02-27 08:06:57.229 505 17912 I DropBoxManagerService: add tag=system_app_anr isTagEnabled=true flags=0x6 +02-27 08:06:57.273 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 17729 in 84ms +02-27 08:06:57.382 505 2259 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:06:57.382 505 2259 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:06:57.382 505 2259 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:06:57.382 505 2259 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:06:57.382 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:06:57.385 505 17848 D ActivityManager: Completed ANR of com.android.vending in 8166ms, latency 11ms +02-27 08:06:57.386 17698 17698 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 5 +02-27 08:06:57.388 322 322 D Zygote : Forked child process 17913 +02-27 08:06:57.393 505 555 I ActivityManager: Start proc 17913:com.google.android.gms/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.GmsBoundBrokerService} +02-27 08:06:57.394 505 17848 I ActivityManager: dumpStackTraces pids=null nativepids=null +02-27 08:06:57.395 505 17848 I ActivityManager: Dumping to /data/anr/anr_2026-02-27-08-06-57-394 +02-27 08:06:57.395 505 17848 I ActivityManager: Collecting stacks for pid 17699 +02-27 08:06:57.396 505 17848 I system_server: libdebuggerd_client: started dumping process 17699 +02-27 08:06:57.397 235 235 I tombstoned: registered intercept for pid 17699 and type kDebuggerdJavaBacktrace +02-27 08:06:57.397 17699 17709 I .gms.persisten: Thread[6,tid=17709,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0916f0,peer=0x13342268,"Signal Catcher"]: reacting to signal 3 +02-27 08:06:57.397 17699 17709 I .gms.persisten: +02-27 08:06:57.397 17698 17698 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 5 +02-27 08:06:57.406 17698 17698 I KeyboardDefManager: KeyboardDefManager$LoadKeyboardDefTask$1.onFailure():184 Task to load keyboard def was canceled. +02-27 08:06:57.406 17698 17698 I KeyboardDefManager: java.util.concurrent.CancellationException: Task was cancelled. +02-27 08:06:57.406 17698 17698 I KeyboardDefManager: at jke.s(PG:3) +02-27 08:06:57.406 17698 17698 I KeyboardDefManager: at jke.get(PG:4) +02-27 08:06:57.406 17698 17698 I KeyboardDefManager: at job.k(PG:1) +02-27 08:06:57.406 17698 17698 I KeyboardDefManager: at job.E(PG:2) +02-27 08:06:57.406 17698 17698 I KeyboardDefManager: at jma.run(PG:4) +02-27 08:06:57.406 17698 17698 I KeyboardDefManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:06:57.406 17698 17698 I KeyboardDefManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:06:57.406 17698 17698 I KeyboardDefManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:06:57.406 17698 17698 I KeyboardDefManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:06:57.406 17698 17698 I KeyboardDefManager: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:06:57.406 17698 17698 I KeyboardDefManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:06:57.406 17698 17698 I KeyboardDefManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:06:57.406 17698 17698 I KeyboardDefManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:06:57.450 322 322 I Zygote : Process 17729 exited due to signal 9 (Killed) +02-27 08:06:57.502 17856 17856 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:06:57.502 17856 17856 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:06:57.517 17856 17856 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:06:57.518 17856 17856 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:06:57.685 505 1683 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.scheduler.process.mainimpl.PhoneskyJobServiceMain in 1000ms for connection +02-27 08:06:57.692 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:06:57.694 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:06:57.695 17867 17867 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:06:57.818 17913 17913 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. +02-27 08:06:57.934 505 1683 W ActivityManager: Slow operation: 64ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:06:57.934 505 1683 W ActivityManager: Slow operation: 65ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:06:57.935 505 1683 W ActivityManager: Slow operation: 66ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:06:57.935 505 1683 W ActivityManager: Slow operation: 66ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:06:58.282 505 514 W system_server: Suspending all threads took: 12.757ms +02-27 08:06:58.337 505 1683 W ActivityManager: Slow operation: 468ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:06:58.505 505 514 I system_server: Background young concurrent copying GC freed 2531160(63MB) AllocSpace objects, 8(420KB) LOS objects, 62% free, 14MB/38MB, paused 6.716ms,13.200ms total 978.774ms +02-27 08:06:58.576 17913 17913 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:06:58.727 505 554 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:06:58.740 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:06:58.741 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:06:58.741 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:06:58.741 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:06:58.742 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:06:59.001 322 322 D Zygote : Forked child process 17931 +02-27 08:06:59.046 505 555 W ActivityManager: Slow operation: 320ms so far, now at startProcess: returned from zygote! +02-27 08:06:59.046 505 555 W ActivityManager: Slow operation: 320ms so far, now at startProcess: done updating battery stats +02-27 08:06:59.046 505 555 W ActivityManager: Slow operation: 320ms so far, now at startProcess: building log message +02-27 08:06:59.046 505 555 I ActivityManager: Start proc 17931:com.android.vending/u0a58 for service {com.android.vending/com.google.android.finsky.scheduler.process.mainimpl.PhoneskyJobServiceMain} +02-27 08:06:59.046 505 555 W ActivityManager: Slow operation: 320ms so far, now at startProcess: starting to update pids map +02-27 08:06:59.089 505 712 D NsdService: mdnssd [stop-service] +02-27 08:06:59.100 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:06:59.153 17857 17857 V GraphicsEnvironment: ANGLE Developer option for 'com.android.bluetooth' set to: 'default' +02-27 08:06:59.153 17857 17857 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:06:59.154 17857 17857 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:06:59.164 17931 17931 E android.vendin: Not starting debugger since process cannot load the jdwp agent. +02-27 08:06:59.181 17857 17857 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:06:59.210 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:06:59.232 505 555 W ActivityManager: Slow operation: 506ms so far, now at startProcess: done updating pids map +02-27 08:06:59.236 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:06:59.350 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:06:59.357 17913 17913 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:06:59.412 505 544 E BluetoothManagerService: MESSAGE_TIMEOUT_BIND +02-27 08:06:59.423 17698 17698 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1145 update screenHeightWithoutNaviBar to: 1080 +02-27 08:06:59.489 17698 17698 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1152 update max height when insets changes +02-27 08:06:59.558 17931 17931 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:06:59.608 17931 17931 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:06:59.628 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:06:59.847 505 712 E mDnsConnector: NDC Command {26 mdnssd stop-service} took too long (756ms) +02-27 08:06:59.894 17699 17699 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:06:59.894 17699 17699 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:07:00.027 17913 17913 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:07:00.027 17913 17913 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:07:00.097 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-BEACON-LOSS +02-27 08:07:00.233 17913 17913 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:07:00.241 17913 17913 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:07:00.858 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10052; state: DISABLED +02-27 08:07:00.863 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10052; state: DISABLED +02-27 08:07:00.864 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10052; state: DISABLED +02-27 08:07:00.864 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10052; state: ENABLED +02-27 08:07:00.864 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10052; state: ENABLED +02-27 08:07:00.918 322 322 D Zygote : Forked child process 17963 +02-27 08:07:00.918 505 555 W ActivityManager: Slow operation: 61ms so far, now at startProcess: returned from zygote! +02-27 08:07:00.918 505 555 W ActivityManager: Slow operation: 61ms so far, now at startProcess: done updating battery stats +02-27 08:07:00.918 505 555 W ActivityManager: Slow operation: 61ms so far, now at startProcess: building log message +02-27 08:07:00.918 505 555 I ActivityManager: Start proc 17963:com.google.android.tvrecommendations/u0a52 for broadcast {com.google.android.tvrecommendations/com.google.android.tvrecommendations.account.TvLauncherAccountReceiver} +02-27 08:07:00.918 505 555 W ActivityManager: Slow operation: 61ms so far, now at startProcess: starting to update pids map +02-27 08:07:00.922 505 555 W ActivityManager: Slow operation: 65ms so far, now at startProcess: done updating pids map +02-27 08:07:01.028 17867 17867 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:07:01.028 17867 17867 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:07:01.070 17931 17931 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:07:01.070 17931 17931 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:07:01.098 17931 17931 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:01.154 17931 17931 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:01.156 17931 17931 I android.vendin: Waiting for a blocking GC ClassLinker +02-27 08:07:01.157 17867 17867 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:01.160 17867 17867 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:01.190 17931 17931 I android.vendin: WaitForGcToComplete blocked ClassLinker on Background for 34.460ms +02-27 08:07:01.239 17856 17856 W Glide : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored +02-27 08:07:01.244 17963 17963 E recommendation: Not starting debugger since process cannot load the jdwp agent. +02-27 08:07:01.282 17856 17968 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:07:01.295 17856 17968 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:07:01.308 17856 17968 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:07:01.334 17963 17963 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10052; state: ENABLED +02-27 08:07:01.384 17867 17867 I t_app_installe: Waiting for a blocking GC ClassLinker +02-27 08:07:01.392 17867 17867 I t_app_installe: WaitForGcToComplete blocked ClassLinker on CollectorTransition for 7.610ms +02-27 08:07:01.444 17867 17867 I Finsky:instant_app_inst: [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:07:01.509 17857 17857 D BluetoothOppFileProvider: Initialized +02-27 08:07:01.551 17857 17857 V AdapterServiceConfig: Adding HeadsetService +02-27 08:07:01.552 17857 17857 V AdapterServiceConfig: Adding A2dpService +02-27 08:07:01.552 17857 17857 V AdapterServiceConfig: Adding HidHostService +02-27 08:07:01.552 17857 17857 V AdapterServiceConfig: Adding PanService +02-27 08:07:01.553 17857 17857 V AdapterServiceConfig: Adding GattService +02-27 08:07:01.553 17857 17857 V AdapterServiceConfig: Adding BluetoothMapService +02-27 08:07:01.553 17857 17857 V AdapterServiceConfig: Adding AvrcpTargetService +02-27 08:07:01.553 17857 17857 V AdapterServiceConfig: Adding HidDeviceService +02-27 08:07:01.553 17857 17857 V AdapterServiceConfig: Adding BluetoothOppService +02-27 08:07:01.553 17857 17857 V AdapterServiceConfig: Adding BluetoothPbapService +02-27 08:07:01.757 17963 17963 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVRecommendations/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:07:01.772 17931 17931 I Finsky : [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:07:01.793 235 235 I tombstoned: received crash request for pid 17699 +02-27 08:07:01.793 235 235 I tombstoned: found intercept fd 512 for pid 17699 and type kDebuggerdJavaBacktrace +02-27 08:07:01.793 235 235 W tombstoned: missing output fd +02-27 08:07:01.793 505 17848 I system_server: libdebuggerd_client: done dumping process 17699 +02-27 08:07:01.793 17699 17709 I .gms.persisten: Wrote stack traces to tombstoned +02-27 08:07:01.799 17699 17699 W SystemServiceRegistry: No service published for: contexthub +02-27 08:07:01.826 17913 17913 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:07:01.845 17913 17913 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:07:01.845 17913 17913 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:07:02.052 505 17848 I ActivityManager: Done dumping +02-27 08:07:02.083 17913 17913 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:07:03.916 17963 17978 I recommendation: Background young concurrent copying GC freed 12916(577KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1878KB/25MB, paused 27us,7us total 756.446ms +02-27 08:07:03.923 17963 17963 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvrecommendations' set to: 'default' +02-27 08:07:03.923 17963 17963 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:07:03.925 17963 17963 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:04.100 505 2476 W ContentProviderHelper: Slow operation: 100ms so far, now at getContentProviderImpl: before getProviderByClass +02-27 08:07:04.100 505 2476 W ContentProviderHelper: Slow operation: 101ms so far, now at getContentProviderImpl: after getProviderByClass +02-27 08:07:04.100 505 2476 W ContentProviderHelper: Slow operation: 101ms so far, now at getContentProviderImpl: before getApplicationInfo +02-27 08:07:04.100 505 2476 W ContentProviderHelper: Slow operation: 101ms so far, now at getContentProviderImpl: after getApplicationInfo +02-27 08:07:04.100 505 2476 W ContentProviderHelper: Slow operation: 101ms so far, now at getContentProviderImpl: now have ContentProviderRecord +02-27 08:07:04.144 17963 17963 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:04.484 505 2476 W ContentProviderHelper: Slow operation: 485ms so far, now at getContentProviderImpl: before set stopped state +02-27 08:07:04.484 505 2476 W ContentProviderHelper: Slow operation: 485ms so far, now at getContentProviderImpl: after set stopped state +02-27 08:07:04.484 505 2476 W ContentProviderHelper: Slow operation: 485ms so far, now at getContentProviderImpl: looking for process record +02-27 08:07:04.484 505 2476 W ContentProviderHelper: Slow operation: 485ms so far, now at getContentProviderImpl: before start process +02-27 08:07:04.622 505 17848 E ActivityManager: ANR in com.google.android.gms.persistent +02-27 08:07:04.622 505 17848 E ActivityManager: PID: 17699 +02-27 08:07:04.622 505 17848 E ActivityManager: Reason: executing service com.google.android.gms/.gcm.GcmService +02-27 08:07:04.622 505 17848 E ActivityManager: Frozen: false +02-27 08:07:04.622 505 17848 E ActivityManager: Load: 0.0 / 0.0 / 0.0 +02-27 08:07:04.622 505 17848 E ActivityManager: ----- Output from /proc/pressure/memory ----- +02-27 08:07:04.622 505 17848 E ActivityManager: some avg10=13.84 avg60=12.51 avg300=6.77 total=69338083 +02-27 08:07:04.622 505 17848 E ActivityManager: full avg10=4.02 avg60=3.63 avg300=1.82 total=18455113 +02-27 08:07:04.622 505 17848 E ActivityManager: ----- End output from /proc/pressure/memory ----- +02-27 08:07:04.622 505 17848 E ActivityManager: +02-27 08:07:04.622 505 17848 E ActivityManager: CPU usage from 1610ms to -4666ms ago (2026-02-27 08:06:55.776 to 2026-02-27 08:07:02.052): +02-27 08:07:04.622 505 17848 E ActivityManager: 66% 505/system_server: 34% user + 31% kernel / faults: 11682 minor 140 major +02-27 08:07:04.622 505 17848 E ActivityManager: 33% 17699/com.google.android.gms.persistent: 12% user + 20% kernel / faults: 6412 minor 368 major +02-27 08:07:04.622 505 17848 E ActivityManager: 27% 17856/com.google.android.tvlauncher: 10% user + 16% kernel / faults: 6097 minor 213 major +02-27 08:07:04.622 505 17848 E ActivityManager: 12% 17857/com.android.bluetooth: 2.6% user + 9.3% kernel / faults: 2366 minor 96 major +02-27 08:07:04.622 505 17848 E ActivityManager: 9.9% 360/surfaceflinger: 2.1% user + 7.7% kernel / faults: 355 minor 6 major +02-27 08:07:04.622 505 17848 E ActivityManager: 9.7% 17867/com.android.vending:instant_app_installer: 2% user + 7.6% kernel / faults: 4266 minor 79 major +02-27 08:07:04.622 505 17848 E ActivityManager: 4.8% 45/kcompactd0: 0% user + 4.8% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 7.1% 17698/com.google.android.inputmethod.latin: 3.3% user + 3.7% kernel / faults: 2693 minor 85 major +02-27 08:07:04.622 505 17848 E ActivityManager: 3% 13/rcu_preempt: 0% user + 3% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 2.5% 770/com.android.systemui: 0.4% user + 2.1% kernel / faults: 686 minor 46 major +02-27 08:07:04.622 505 17848 E ActivityManager: 2.7% 117/kworker/u9:0-hci0: 0% user + 2.7% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 2.3% 338/android.hardware.graphics.composer@2.3-service: 0.2% user + 2% kernel / faults: 105 minor 4 major +02-27 08:07:04.622 505 17848 E ActivityManager: 2% 263/loop14: 0% user + 2% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 1% 229/jbd2/dm-4-8: 0% user + 1% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 1.8% 17376/com.google.process.gservices: 0.6% user + 1.2% kernel / faults: 700 minor 16 major +02-27 08:07:04.622 505 17848 E ActivityManager: 1.9% 116/kswapd0: 0% user + 1.9% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 1.7% 500/kworker/u9:2-blk_crypto_wq: 0% user + 1.7% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 1.6% 17530/kworker/u8:1-phy0: 0% user + 1.6% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 1.7% 12/ksoftirqd/0: 0% user + 1.7% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 0.8% 27/ksoftirqd/2: 0% user + 0.8% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 0.8% 6544/kworker/3:0-cgroup_destroy: 0% user + 0.8% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 1.2% 322/zygote64: 0% user + 1.2% kernel / faults: 230 minor 1 major +02-27 08:07:04.622 505 17848 E ActivityManager: 0.9% 183/servicemanager: 0.2% user + 0.6% kernel / faults: 3 minor +02-27 08:07:04.622 505 17848 E ActivityManager: 0.4% 271/loop18: 0% user + 0.4% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 0.6% 17670/kworker/0:2-events: 0% user + 0.6% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 0.5% 255/loop10: 0% user + 0.5% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 0% 1/init: 0% user + 0% kernel / faults: 20 minor 20 major +02-27 08:07:04.622 505 17848 E ActivityManager: 0.2% 95/kworker/3:1H-kblockd: 0% user + 0.2% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 0.4% 11961/kworker/2:1-events: 0% user + 0.4% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 0.3% 145/kworker/2:1H-kblockd: 0% user + 0.3% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 0.3% 181/logd: 0.3% user + 0% kernel / faults: 7 minor +02-27 08:07:04.622 505 17848 E ActivityManager: 0.3% 182/lmkd: 0.3% user + 0% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 0.2% 320/statsd: 0% user + 0.2% kernel / faults: 26 minor +02-27 08:07:04.622 505 17848 E ActivityManager: 0.2% 321/netd: 0% user + 0.2% kernel / faults: 37 minor 1 major +02-27 08:07:04.622 505 17848 E ActivityManager: 0.1% 6316/kworker/1:0-events: 0% user + 0.1% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 0% 21/ksoftirqd/1: 0% user + 0% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 0% 33/ksoftirqd/3: 0% user + 0% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 0% 129/sugov:0: 0% user + 0% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 0.1% 130/sugov:1: 0% user + 0.1% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 0.1% 131/sugov:2: 0% user + 0.1% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 0.1% 132/sugov:3: 0% user + 0.1% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 0.1% 138/kworker/0:1H-kblockd: 0% user + 0.1% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 0.1% 144/kworker/1:1H-kblockd: 0% user + 0.1% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 0% 190/vold: 0% user + 0% kernel / faults: 7 minor 4 major +02-27 08:07:04.622 505 17848 E ActivityManager: 0.1% 243/loop4: 0% user + 0.1% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 0.1% 248/loop7: 0% user + 0.1% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 0% 251/loop8: 0% user + 0% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 0% 252/loop9: 0% user + 0% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 0% 276/loop21: 0% user + 0% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 0% 287/loop26: 0% user + 0% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 0.1% 357/audioserver: 0.1% user + 0% kernel / faults: 44 minor 2 major +02-27 08:07:04.622 505 17848 E ActivityManager: 0% 408/traced: 0% user + 0% kernel / faults: 64 minor 6 major +02-27 08:07:04.622 505 17848 E ActivityManager: 0.1% 751/wpa_supplicant: 0.1% user + 0% kernel / faults: 23 minor 10 major +02-27 08:07:04.622 505 17848 E ActivityManager: 0% 852/android.hardware.gnss@2.0-service.ranchu: 0% user + 0% kernel / faults: 15 minor +02-27 08:07:04.622 505 17848 E ActivityManager: 0% 1242/com.google.android.providers.media.module: 0% user + 0% kernel / faults: 303 minor 14 major +02-27 08:07:04.622 505 17848 E ActivityManager: 0% 1403/adbd: 0% user + 0% kernel / faults: 11 minor 6 major +02-27 08:07:04.622 505 17848 E ActivityManager: 0% 14666/kworker/3:1-events: 0% user + 0% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: +0% 17913/com.google.android.gms: 0% user + 0% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: +0% 17931/com.android.vending: 0% user + 0% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: +0% 17963/com.google.android.tvrecommendations: 0% user + 0% kernel +02-27 08:07:04.622 505 17848 E ActivityManager: 91% TOTAL: 18% user + 26% kernel + 10% iowait + 26% irq + 9.2% softirq +02-27 08:07:04.622 505 17848 E ActivityManager: CPU usage from 1294163ms to 1294163ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake: +02-27 08:07:04.622 505 17848 E ActivityManager: 0% TOTAL: 0% user + 0% kernel +02-27 08:07:04.839 17913 17923 W gle.android.gm: Suspending all threads took: 98.924ms +02-27 08:07:04.842 505 2476 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:07:04.844 505 2476 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:07:04.844 505 2476 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:07:04.844 505 2476 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:07:04.845 505 2476 W ActivityManager: Slow operation: 361ms so far, now at startProcess: done starting proc! +02-27 08:07:04.845 505 2476 W ContentProviderHelper: Slow operation: 846ms so far, now at getContentProviderImpl: after start process +02-27 08:07:04.845 505 2476 W ContentProviderHelper: Slow operation: 846ms so far, now at getContentProviderImpl: updating data structures +02-27 08:07:04.845 505 2476 W ContentProviderHelper: Slow operation: 846ms so far, now at getContentProviderImpl: done! +02-27 08:07:04.850 505 555 W ActivityManager: Slow operation: 345ms so far, now at startProcess: asking zygote to start proc +02-27 08:07:04.850 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:07:04.862 505 17848 I ActivityManager: Killing 17699:com.google.android.gms.persistent/u0a57 (adj 0): bg anr +02-27 08:07:04.865 505 17848 D ActivityManager: Completed ANR of com.google.android.gms.persistent in 7479ms, latency 6926ms +02-27 08:07:04.885 505 17848 I ActivityManager: Skipping duplicate ANR: com.android.server.am.ProcessErrorStateRecord@c3abd8 executing service com.google.android.gms/.chimera.PersistentBoundBrokerService +02-27 08:07:04.885 505 17848 D ActivityManager: Completed ANR of com.google.android.gms.persistent in 19ms, latency 8741ms +02-27 08:07:04.910 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 17699 in 0ms +02-27 08:07:04.915 505 18011 I DropBoxManagerService: add tag=system_app_anr isTagEnabled=true flags=0x6 +02-27 08:07:05.090 322 322 D Zygote : Forked child process 18014 +02-27 08:07:05.123 505 555 W ActivityManager: Slow operation: 618ms so far, now at startProcess: returned from zygote! +02-27 08:07:05.196 505 2243 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10057/17699, android.os.BinderProxy@f77496d) +02-27 08:07:05.200 322 322 I Zygote : Process 17699 exited due to signal 9 (Killed) +02-27 08:07:05.218 505 554 W BroadcastQueue: Skipping deliver [background] BroadcastRecord{cb3ad84 u-1 android.intent.action.DROPBOX_ENTRY_ADDED} to ReceiverList{ac4e66f 17699 com.google.android.gms.persistent/10057/u0 remote:3e5754e}: process gone or crashing +02-27 08:07:05.241 505 542 I ServiceWatcher: [GeocoderProxy] disconnected from 10057/com.google.android.gms/.location.geocode.GeocodeService@2 +02-27 08:07:05.242 505 542 I ServiceWatcher: [fused] disconnected from 10057/com.google.android.gms/com.google.android.location.fused.FusedLocationService@1 +02-27 08:07:05.290 18014 18014 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. +02-27 08:07:05.349 505 555 W ActivityManager: Slow operation: 844ms so far, now at startProcess: done updating battery stats +02-27 08:07:05.349 505 555 W ActivityManager: Slow operation: 844ms so far, now at startProcess: building log message +02-27 08:07:05.368 505 555 I ActivityManager: Start proc 18014:com.google.process.gapps/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider} +02-27 08:07:05.368 505 555 W ActivityManager: Slow operation: 863ms so far, now at startProcess: starting to update pids map +02-27 08:07:05.368 505 555 W ActivityManager: Slow operation: 863ms so far, now at startProcess: done updating pids map +02-27 08:07:05.411 505 2476 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.location.geocode.GeocodeService in 43852ms for connection +02-27 08:07:05.412 505 2476 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentBoundBrokerService in 83852ms for connection +02-27 08:07:05.412 505 2476 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.fused.FusedLocationService in 123852ms for connection +02-27 08:07:05.413 505 2476 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.auth.GetToken in 1000ms for connection +02-27 08:07:05.413 505 2476 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.gcm.GcmService in 163852ms for start-requested +02-27 08:07:05.413 505 2476 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService in 243852ms for start-requested +02-27 08:07:05.413 505 2476 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService in 283852ms for start-requested +02-27 08:07:05.413 505 2476 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentDirectBootAwareApiService in 25332ms for connection +02-27 08:07:05.413 505 2476 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService in 323852ms for connection +02-27 08:07:05.443 505 2476 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.network.NetworkLocationService in 363852ms for connection +02-27 08:07:05.443 505 2476 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentApiService in 53820ms for connection +02-27 08:07:05.624 17931 17941 W android.vendin: Suspending all threads took: 184.836ms +02-27 08:07:05.624 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:07:05.674 322 322 D Zygote : Forked child process 18030 +02-27 08:07:05.677 505 555 W ActivityManager: Slow operation: 74ms so far, now at startProcess: returned from zygote! +02-27 08:07:05.684 505 2113 W ActivityManager: Slow operation: 68ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:07:05.684 505 2113 W ActivityManager: Slow operation: 68ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:07:05.684 505 2113 W ActivityManager: Slow operation: 68ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:07:05.684 505 2113 W ActivityManager: Slow operation: 68ms so far, now at attachApplicationLocked: after updateOomAdjLocked +02-27 08:07:05.685 505 505 W Looper : Slow dispatch took 216ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:07:05.685 17963 17963 E ActivityThread: Failed to find provider info for tvlauncher.config +02-27 08:07:05.685 17963 17963 E OemConfigurationData: Error reading content://tvlauncher.config/configuration +02-27 08:07:05.685 17963 17963 E OemConfigurationData: No content provider: content://tvlauncher.config/configuration +02-27 08:07:05.714 18014 18014 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:07:05.714 505 555 W ActivityManager: Slow operation: 111ms so far, now at startProcess: done updating battery stats +02-27 08:07:05.714 505 555 W ActivityManager: Slow operation: 112ms so far, now at startProcess: building log message +02-27 08:07:05.714 505 555 I ActivityManager: Start proc 18030:com.google.android.gms.persistent/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.PersistentBoundBrokerService} +02-27 08:07:05.714 505 555 W ActivityManager: Slow operation: 112ms so far, now at startProcess: starting to update pids map +02-27 08:07:05.714 505 555 W ActivityManager: Slow operation: 112ms so far, now at startProcess: done updating pids map +02-27 08:07:05.789 18030 18030 E .gms.persisten: Not starting debugger since process cannot load the jdwp agent. +02-27 08:07:05.823 17913 17913 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:07:05.856 18030 18030 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:07:05.925 17856 17856 W ChimeRegistrationManage: Chime not initialized, cannot register for notifications. +02-27 08:07:06.052 17856 17893 W roid.tvlaunche: Suspending all threads took: 6.554ms +02-27 08:07:06.154 505 543 W Looper : Slow delivery took 301ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:07:06.274 505 553 E PackageManager: Optimistic bind failed. +02-27 08:07:06.274 505 553 E PackageManager: java.util.concurrent.TimeoutException: [Optimistic Bind] Didn't bind to resolver in time! +02-27 08:07:06.274 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.waitForBindLocked(InstantAppResolverConnection.java:160) +02-27 08:07:06.274 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.bind(InstantAppResolverConnection.java:225) +02-27 08:07:06.274 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.lambda$optimisticBind$0$InstantAppResolverConnection(InstantAppResolverConnection.java:255) +02-27 08:07:06.274 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection$$ExternalSyntheticLambda0.run(Unknown Source:2) +02-27 08:07:06.274 505 553 E PackageManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:07:06.274 505 553 E PackageManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:07:06.274 505 553 E PackageManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:07:06.274 505 553 E PackageManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:07:06.274 505 553 E PackageManager: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:07:06.511 17867 17888 W t_app_installe: Suspending all threads took: 18.144ms +02-27 08:07:06.716 17857 17857 I droid.bluetoot: [0227/080706.279622:INFO:btif_config_cache.cc(61)] BtifConfigCache, capacity: 10000 +02-27 08:07:06.917 505 543 W Looper : Drained +02-27 08:07:06.941 505 514 W system_server: Suspending all threads took: 13.126ms +02-27 08:07:07.156 505 540 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10033; state: DISABLED +02-27 08:07:07.175 505 540 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10033; state: DISABLED +02-27 08:07:07.175 505 540 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10033; state: DISABLED +02-27 08:07:07.175 505 540 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10033; state: ENABLED +02-27 08:07:07.176 505 540 W ActivityManager: Slow operation: 108ms so far, now at startProcess: done starting proc! +02-27 08:07:07.176 505 540 W ContentProviderHelper: Slow operation: 109ms so far, now at getContentProviderImpl: after start process +02-27 08:07:07.176 505 540 W ContentProviderHelper: Slow operation: 109ms so far, now at getContentProviderImpl: updating data structures +02-27 08:07:07.176 505 540 W ContentProviderHelper: Slow operation: 109ms so far, now at getContentProviderImpl: done! +02-27 08:07:07.269 17867 17888 W t_app_installe: Suspending all threads took: 9.604ms +02-27 08:07:07.407 17857 17857 I BluetoothServiceJni: hal_util_load_bt_library: loaded Bluetooth library successfully +02-27 08:07:07.492 17857 17857 D BluetoothAdapterService: onCreate() +02-27 08:07:07.670 18030 18030 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:07:07.829 505 542 W Looper : Slow dispatch took 835ms android.fg h=android.os.Handler c=com.android.server.location.provider.proxy.ProxyLocationProvider$1@c763d7f m=0 +02-27 08:07:07.830 505 542 W Looper : Slow delivery took 746ms android.fg h=android.os.Handler c=com.android.server.location.provider.LocationProviderManager$$ExternalSyntheticLambda12@44f114c m=0 +02-27 08:07:07.833 505 555 W ActivityManager: Slow operation: 764ms so far, now at startProcess: asking zygote to start proc +02-27 08:07:07.857 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10033; state: ENABLED +02-27 08:07:07.864 505 542 W Looper : Drained +02-27 08:07:07.865 322 322 D Zygote : Forked child process 18066 +02-27 08:07:07.866 505 555 W ActivityManager: Slow operation: 797ms so far, now at startProcess: returned from zygote! +02-27 08:07:07.866 505 2476 W ContentProviderHelper: Slow operation: 664ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:07:07.866 505 2476 W ContentProviderHelper: Slow operation: 664ms so far, now at getContentProviderImpl: done! +02-27 08:07:07.874 505 555 W ActivityManager: Slow operation: 805ms so far, now at startProcess: done updating battery stats +02-27 08:07:07.874 505 555 W ActivityManager: Slow operation: 805ms so far, now at startProcess: building log message +02-27 08:07:07.874 505 555 I ActivityManager: Start proc 18066:com.android.providers.tv/u0a33 for content provider {com.android.providers.tv/com.android.providers.tv.TvProvider} +02-27 08:07:07.874 505 555 W ActivityManager: Slow operation: 805ms so far, now at startProcess: starting to update pids map +02-27 08:07:07.874 505 555 W ActivityManager: Slow operation: 805ms so far, now at startProcess: done updating pids map +02-27 08:07:07.877 18014 18014 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:07:07.878 18014 18014 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:07:07.878 18014 18014 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:07.878 18014 18014 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:07.926 18030 18030 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:07:07.927 18030 18030 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:07:07.970 18030 18030 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:07:08.000 18030 18030 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:07:08.033 505 505 W Looper : Slow dispatch took 145ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:07:08.308 18066 18066 E id.providers.t: Not starting debugger since process cannot load the jdwp agent. +02-27 08:07:08.386 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-BEACON-LOSS +02-27 08:07:08.429 505 505 W Looper : Slow dispatch took 148ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@c89f88b m=0 +02-27 08:07:08.503 18066 18066 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10033; state: ENABLED +02-27 08:07:08.542 17913 18089 I Watchcat: Started +02-27 08:07:08.577 17913 17913 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:07:08.789 505 514 I system_server: Background young concurrent copying GC freed 1200548(30MB) AllocSpace objects, 5(352KB) LOS objects, 15% free, 32MB/38MB, paused 69.999ms,14.226ms total 4.078s +02-27 08:07:08.813 17913 18090 I GMS_MM_Logger: Started. +02-27 08:07:08.821 17857 17857 D AdapterState: make() - Creating AdapterState +02-27 08:07:08.838 17857 18099 I AdapterState: OFF : entered +02-27 08:07:08.841 18066 18066 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.tv' set to: 'default' +02-27 08:07:08.842 18066 18066 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:07:08.845 18066 18066 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:08.846 18066 18066 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:08.845 17857 18099 D AdapterProperties: Setting state to OFF +02-27 08:07:08.854 17857 17857 D BluetoothKeystoreService: new BluetoothKeystoreService isCommonCriteriaMode: false +02-27 08:07:08.909 17857 17857 D BluetoothKeystoreService: start +02-27 08:07:08.914 17857 17857 I droid.bluetoot: [0227/080708.914006:INFO:com_android_bluetooth_btservice_BluetoothKeystore.cpp(97)] classInitNative: succeeds +02-27 08:07:08.914 17857 17857 D BluetoothKeystoreService: setBluetoothKeystoreService(): set to: com.android.bluetooth.btservice.bluetoothkeystore.BluetoothKeystoreService@3654a3 +02-27 08:07:09.040 18066 18066 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10033; state: ENABLED +02-27 08:07:09.353 505 2621 D ConnectivityService: requestNetwork for uid/pid:10048/17856 activeRequest: null callbackRequest: 235 [NetworkRequest [ REQUEST id=236, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:07:09.354 505 709 D ConnectivityService: NetReassign [236 : null → 100] +02-27 08:07:09.369 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=236, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:07:09.370 17856 17856 W PrtnrWidgetInfoLdr: No content provider for OEM widget found +02-27 08:07:09.370 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=236, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:07:09.380 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=236, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:07:09.422 17931 18005 I Finsky : [49] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 08:07:09.554 17857 17857 D BluetoothKeystoreService: loadConfigData +02-27 08:07:09.738 17931 17941 W android.vendin: Suspending all threads took: 134.007ms +02-27 08:07:09.762 17856 18115 E ActivityThread: Failed to find provider info for tvlauncher.mic +02-27 08:07:09.780 17856 18114 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.searchapi.VoiceInteractionProvider +02-27 08:07:09.822 18030 18030 I Safeboot: Checking safeboot... +02-27 08:07:09.866 17856 18114 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:07:09.885 17856 18115 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:07:09.904 18030 18030 I FixerFramework: Installing ProviderInstaller. +02-27 08:07:09.932 17931 18004 I Finsky : [48] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 08:07:09.947 17856 17856 W PhoneWindow: Previously focused view reported id 2131427936 during save, but can't be found during restore. +02-27 08:07:10.087 18014 18014 I GoogleHttpClient: GMS http client unavailable, use old client +02-27 08:07:10.108 18030 18030 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:07:10.144 18030 18030 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:07:10.145 18030 18030 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:07:10.230 17963 18103 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10052; state: ENABLED +02-27 08:07:10.233 505 514 W system_server: Suspending all threads took: 68.863ms +02-27 08:07:10.718 18014 18014 I CarUiInstaller: CarUiInstaller started for com.google.android.gsf +02-27 08:07:10.898 505 514 I system_server: Background concurrent copying GC freed 1088772(27MB) AllocSpace objects, 1(20KB) LOS objects, 50% free, 15MB/31MB, paused 47us,68.950ms total 1.256s +02-27 08:07:11.017 17931 17931 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:07:11.060 17931 17931 I Finsky : [2] mre.(3): Resetting scheduler db +02-27 08:07:11.206 18030 18030 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:07:11.222 17931 18003 W Finsky : [47] ehz.d(18): For unauth, use getDfeApiNonAuthenticated() instead! +02-27 08:07:11.277 17931 18004 I Finsky : [48] kvx.(3): PackageMonitorReceiverImpl - Registering in memory receiver for android.intent.action.PACKAGE_ADDED and android.intent.action.PACKAGE_REMOVED +02-27 08:07:11.300 18030 18030 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:07:11.304 17931 18142 W android.vendin: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:07:11.304 17931 18142 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:07:11.305 17931 18142 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:07:11.312 18030 18030 W SQLiteCompatibilityWalFlags: Cannot read global setting sqlite_compatibility_wal_flags - Application state not available +02-27 08:07:11.328 17931 18003 I Finsky : [47] pyq.a(1): Warm data store was already initialized. +02-27 08:07:11.637 17931 18004 I Finsky : [48] pyr.a(1): Warm data store was already initialized. +02-27 08:07:11.729 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:07:11.761 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:07:11.791 17931 18137 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 1-1337, CT: 1772153180986, Constraints: [{ L: 43188056, D: 86388056, C: 1, I: 1, N: 1 }] +02-27 08:07:11.792 17931 18137 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 3-8, CT: 1772154257194, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }] +02-27 08:07:11.806 17963 18145 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.google.android.tvrecommendations/shared_prefs/packages_shared_prefs.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 0, <64: 0, <128: 0, <256: 0, <512: 1, <1024: 0, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0] +02-27 08:07:11.816 17931 18106 I Finsky : [52] nlv.run(10): SysCUA: Set {com.android.vending/com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity} enabled state to 0 +02-27 08:07:11.865 17931 18137 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:07:11.882 17931 18137 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772154157659, Constraints: [{ L: 43200000, D: 44100000, C: 1, I: 1, N: 0 }] +02-27 08:07:11.885 17856 17856 I Choreographer: Skipped 36 frames! The application may be doing too much work on its main thread. +02-27 08:07:11.889 18030 18044 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:07:11.889 18030 18044 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:07:11.900 505 2251 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:07:11.904 17931 18003 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 08:07:11.910 17931 18003 I Finsky : [47] kmj.i(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileMaximum +02-27 08:07:11.912 17931 18003 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 08:07:11.914 17931 18003 I Finsky : [47] kmj.h(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileRecommended +02-27 08:07:11.924 17963 17963 D NowPlayingListener: setRemoteControlListener: dqv@2cfd8fd +02-27 08:07:11.924 17963 17963 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:07:11.924 17963 17963 D NowPlayingManager: onClientChanged() called +02-27 08:07:11.933 17963 17963 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:07:11.933 505 505 V NotificationListeners: 0 notification listener service connected: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:07:11.945 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:07:11.948 17931 18003 I Finsky : [47] vbw.c(2): registerListener +02-27 08:07:11.957 17931 18003 I Finsky : [47] vbw.c(2): registerListener +02-27 08:07:11.958 17931 18004 I Finsky : [48] jrs.m(5): Enqueuing libraries load for 0 +02-27 08:07:11.959 17931 18003 I Finsky : [47] gcv.j(3): Subscription detail: N/A +02-27 08:07:12.081 505 546 D CompatibilityChangeReporter: Compat change id reported: 158002302; UID 10048; state: ENABLED +02-27 08:07:12.090 17931 18139 I Finsky : [59] jrs.t(1): Starting libraries load for 0 +02-27 08:07:12.100 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:07:12.117 17931 18138 W Finsky : [58] hne.run(49): HibernationActivity not found +02-27 08:07:12.118 17931 18004 I Finsky : [48] qfs.s(2): Setup app restrictions monitor +02-27 08:07:12.121 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:07:12.127 17963 17963 E TVNotifService.NotifMgr: Cannot show unshown notifications, notification service is null +02-27 08:07:12.150 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:07:12.184 18030 18030 I GmsApplication: Registering the BackgroundBroadcastReceiverSupport receiver. +02-27 08:07:12.916 17931 18183 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.android.vending/shared_prefs/event_generator.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 0, <64: 0, <128: 0, <256: 0, <512: 1, <1024: 0, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0] +02-27 08:07:12.970 17856 17967 D HostConnection: createUnique: call +02-27 08:07:13.101 17856 17967 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b097a50, tid 17967 +02-27 08:07:13.145 17856 17967 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:07:13.594 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 08:07:13.634 17931 18139 I Finsky : [59] jrs.t(23): Finished loading 0 libraries. +02-27 08:07:13.708 17931 18004 I Finsky : [48] qlg.a(3): Device wide unknown source restriction is changed. +02-27 08:07:13.711 17856 17967 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 08:07:13.777 17856 17967 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 08:07:13.870 505 514 W system_server: Suspending all threads took: 118.544ms +02-27 08:07:14.097 17856 17967 D EGL_emulation: eglCreateContext: 0xb400007b8b099910: maj 3 min 0 rcv 3 +02-27 08:07:14.234 17931 18003 I Finsky : [47] pyq.a(1): Warm data store was already initialized. +02-27 08:07:14.237 17931 18003 I Finsky : [47] pyr.a(1): Warm data store was already initialized. +02-27 08:07:14.262 17856 17967 D EGL_emulation: eglMakeCurrent: 0xb400007b8b099910: ver 3 0 (tinfo 0x7da2400080) (first time) +02-27 08:07:14.311 17931 17941 W android.vendin: Suspending all threads took: 18.766ms +02-27 08:07:14.854 17931 17941 W android.vendin: Suspending all threads took: 33.117ms +02-27 08:07:15.311 360 526 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 08:07:15.547 17931 18005 I Finsky : [49] nvc.(2): Item store provider started. +02-27 08:07:15.595 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 08:07:15.601 17856 17967 I Gralloc4: mapper 4.x is not supported +02-27 08:07:15.696 17856 17967 D HostConnection: createUnique: call +02-27 08:07:15.698 17856 17967 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09bc50, tid 17967 +02-27 08:07:15.698 17856 17967 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 08:07:15.699 17856 17967 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 08:07:15.715 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 08:07:15.715 17856 17967 W Gralloc4: allocator 4.x is not supported +02-27 08:07:15.746 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:07:15.762 17856 17967 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:07:15.775 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f97f4000 0x1f9fe0000] +02-27 08:07:15.786 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9fe0000 0x1fa7cc000] +02-27 08:07:15.993 17931 18106 I Finsky : [52] mqf.apply(100): SCH: canceling system job 9355 +02-27 08:07:16.258 505 1395 W ContentProviderHelper: Slow operation: 58ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:07:16.258 505 1395 W ContentProviderHelper: Slow operation: 58ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:07:16.258 505 1395 W ContentProviderHelper: Slow operation: 58ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:07:16.259 505 1395 W ContentProviderHelper: Slow operation: 58ms so far, now at getContentProviderImpl: before updateLruProcess +02-27 08:07:16.260 505 1395 W ContentProviderHelper: Slow operation: 60ms so far, now at getContentProviderImpl: after updateLruProcess +02-27 08:07:16.260 505 1395 W ContentProviderHelper: Slow operation: 60ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:07:16.475 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-BEACON-LOSS +02-27 08:07:16.495 505 1395 W ContentProviderHelper: Slow operation: 295ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:07:16.495 505 1395 W ContentProviderHelper: Slow operation: 295ms so far, now at getContentProviderImpl: done! +02-27 08:07:16.506 17856 17893 I roid.tvlaunche: Background young concurrent copying GC freed 3891(583KB) AllocSpace objects, 2(40KB) LOS objects, 44% free, 3410KB/6151KB, paused 10.581ms,20us total 244.451ms +02-27 08:07:16.513 505 514 I system_server: Background young concurrent copying GC freed 731001(18MB) AllocSpace objects, 0(0B) LOS objects, 0% free, 43MB/43MB, paused 210us,185.116ms total 4.442s +02-27 08:07:16.705 505 542 D CompanionDeviceManagerService: onPackageModified(packageName = com.google.android.tvrecommendations) +02-27 08:07:16.747 505 505 W JobServiceContext: Time-out while trying to bind eb90b36 #u0a58/9355 com.android.vending/com.google.android.finsky.scheduler.process.mainimpl.PhoneskyJobServiceMain, dropping. +02-27 08:07:16.757 505 505 W Looper : Slow dispatch took 2610ms main h=com.android.server.job.JobServiceContext$JobServiceHandler c=null m=0 +02-27 08:07:16.757 505 505 W Looper : Slow delivery took 2104ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:07:16.777 505 615 I RoleService: Granting default roles... +02-27 08:07:16.947 505 615 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10077; state: DISABLED +02-27 08:07:16.948 505 615 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10077; state: DISABLED +02-27 08:07:16.948 505 615 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10077; state: DISABLED +02-27 08:07:16.948 505 615 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10077; state: DISABLED +02-27 08:07:16.978 505 615 W ActivityManager: Slow operation: 186ms so far, now at startProcess: done starting proc! +02-27 08:07:16.978 505 555 W ActivityManager: Slow operation: 174ms so far, now at startProcess: asking zygote to start proc +02-27 08:07:16.984 17963 18108 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10052; state: ENABLED +02-27 08:07:16.988 505 505 W Looper : Slow dispatch took 184ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@21bcf5e m=0 +02-27 08:07:16.994 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10077; state: DISABLED +02-27 08:07:17.049 17857 17857 I droid.bluetoot: [0227/080717.026657:INFO:com_android_bluetooth_btservice_ActivityAttribution.cpp(96)] classInitNative: succeeds +02-27 08:07:17.188 322 322 D Zygote : Forked child process 18195 +02-27 08:07:17.189 505 555 W ActivityManager: Slow operation: 385ms so far, now at startProcess: returned from zygote! +02-27 08:07:17.204 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:07:17.204 505 555 W ActivityManager: Slow operation: 400ms so far, now at startProcess: done updating battery stats +02-27 08:07:17.212 505 505 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:07:17.215 505 505 V NotificationListeners: Not registering ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} is already bound +02-27 08:07:17.215 505 555 W ActivityManager: Slow operation: 411ms so far, now at startProcess: building log message +02-27 08:07:17.215 505 555 I ActivityManager: Start proc 18195:com.google.android.permissioncontroller/u0a77 for service {com.google.android.permissioncontroller/com.android.permissioncontroller.role.service.RoleControllerServiceImpl} +02-27 08:07:17.215 505 555 W ActivityManager: Slow operation: 411ms so far, now at startProcess: starting to update pids map +02-27 08:07:17.218 505 555 W ActivityManager: Slow operation: 414ms so far, now at startProcess: done updating pids map +02-27 08:07:17.226 18030 18030 I GmsReceiverSupport: Registered Receiver for 14+1 IntentFilters +02-27 08:07:17.241 18195 18195 I libc : SetHeapTaggingLevel: tag level set to 0 +02-27 08:07:17.293 17857 17857 D BluetoothKeystoreService: getCompareResult: 0 +02-27 08:07:17.315 505 553 W Searchables: No global search activity found +02-27 08:07:17.362 17931 18106 I Finsky : [52] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 08:07:17.404 505 505 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10049; state: DISABLED +02-27 08:07:17.410 505 505 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10049; state: DISABLED +02-27 08:07:17.410 505 505 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10049; state: DISABLED +02-27 08:07:17.410 505 505 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10049; state: ENABLED +02-27 08:07:17.411 17931 18106 I Finsky : [52] mqf.apply(87): SCH: Scheduling system job Id: 9359, L: 0, D: 43820297, C: false, I: false, N: 0 +02-27 08:07:17.420 505 505 W ActivityManager: Slow operation: 76ms so far, now at startProcess: done starting proc! +02-27 08:07:17.421 505 1680 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:07:17.424 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10049; state: ENABLED +02-27 08:07:17.426 505 505 W Looper : Slow dispatch took 185ms main h=android.os.Handler c=com.android.server.tv.TvRemoteProviderWatcher$2@82b00e9 m=0 +02-27 08:07:17.430 322 322 D Zygote : Forked child process 18203 +02-27 08:07:17.452 18195 18195 E ssioncontrolle: Not starting debugger since process cannot load the jdwp agent. +02-27 08:07:17.455 505 555 W ActivityManager: Slow operation: 60ms so far, now at startProcess: done updating battery stats +02-27 08:07:17.457 505 555 W ActivityManager: Slow operation: 63ms so far, now at startProcess: building log message +02-27 08:07:17.457 505 555 I ActivityManager: Start proc 18203:com.google.android.tv.remote.service/u0a49 for service {com.google.android.tv.remote.service/com.google.android.tv.remote.service.AtvRemoteProviderService} +02-27 08:07:17.457 505 555 W ActivityManager: Slow operation: 63ms so far, now at startProcess: starting to update pids map +02-27 08:07:17.460 505 555 W ActivityManager: Slow operation: 66ms so far, now at startProcess: done updating pids map +02-27 08:07:17.474 505 1395 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:07:17.482 18203 18203 E .remote.servic: Not starting debugger since process cannot load the jdwp agent. +02-27 08:07:17.484 17856 17856 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:07:17.484 17856 17856 W Glide : class byq: Received null model +02-27 08:07:17.503 17857 17857 I bt_btif : system/bt/btif/src/bluetooth.cc:162 init: init: start restricted = 0 ; common criteria mode = 0, config compare result = 0 +02-27 08:07:17.542 17931 17931 I Finsky : [2] iki.D(3): Installer: Attempting to start installer +02-27 08:07:17.561 17857 17857 I bt : bt_common::init_flags: Flags loaded: gd_core=false gd_advertising=false gd_scanning=false gd_security=false gd_acl=false gd_l2cap=false gd_hci=false gd_controller=false gatt_robust_caching=false btaa_hci=false gd_rust=false gd_link_policy=false +02-27 08:07:17.569 17857 18226 I droid.bluetoot: [0227/080717.566448:INFO:message_loop_thread.cc(224)] Run: message loop starting for thread bt_stack_manager_thread +02-27 08:07:17.582 17857 18226 I bt_stack_manager: system/bt/btif/src/stack_manager.cc:200 event_init_stack: is initializing the stack +02-27 08:07:17.618 17856 17856 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:07:17.618 17856 17856 W Glide : class byq: Received null model +02-27 08:07:17.627 505 505 W Looper : Slow dispatch took 200ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$PostNotificationRunnable@30f696e m=0 +02-27 08:07:17.634 18030 18030 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:07:17.642 17931 18005 I Finsky : [49] nvc.r(6): Created new item store. +02-27 08:07:17.657 505 553 W ActivityManager: Stopping service due to app idle: u0a49 -3m41s382ms com.google.android.tv.remote.service/.RemoteService +02-27 08:07:17.673 505 505 W Looper : Drained +02-27 08:07:17.682 17931 17931 I Finsky : [2] vbw.c(2): registerListener +02-27 08:07:17.687 770 770 D TvNotificationHandler: Notification added +02-27 08:07:17.730 18030 18232 I GMS_MM_Logger: Started. +02-27 08:07:17.736 18030 18231 I Watchcat: Started +02-27 08:07:17.737 17931 17950 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. +02-27 08:07:17.739 505 514 W system_server: Suspending all threads took: 18.129ms +02-27 08:07:17.742 17931 17941 I android.vendin: Background young concurrent copying GC freed 15433(1337KB) AllocSpace objects, 2(40KB) LOS objects, 44% free, 6363KB/11MB, paused 10.356ms,31us total 273.908ms +02-27 08:07:17.848 182 182 I lowmemorykiller: Kill 'com.android.vending:instant_app_installer' (17867), uid 10058, oom_score_adj 250 to free 59744kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (130%) +02-27 08:07:17.862 322 322 I Zygote : Process 17867 exited due to signal 9 (Killed) +02-27 08:07:17.895 17857 18242 I bt_osi_thread: system/bt/osi/src/thread.cc:209 run_thread: run_thread: thread id 18242, thread name alarm_default_ca started +02-27 08:07:17.904 17857 18243 I bt_osi_thread: system/bt/osi/src/thread.cc:209 run_thread: run_thread: thread id 18243, thread name alarm_dispatcher started +02-27 08:07:17.904 17857 18226 I bt_btif_core: system/bt/btif/src/btif_core.cc:235 btif_init_bluetooth: btif_init_bluetooth entered +02-27 08:07:17.908 17857 18244 I droid.bluetoot: [0227/080717.908020:INFO:message_loop_thread.cc(224)] Run: message loop starting for thread bt_jni_thread +02-27 08:07:17.912 17857 18226 I bt_btif_core: system/bt/btif/src/btif_core.cc:239 btif_init_bluetooth: btif_init_bluetooth finished +02-27 08:07:17.923 17857 18226 I bt_stack_config: system/bt/main/stack_config.cc:51 init: init attempt to load stack conf from /etc/bluetooth/bt_stack.conf +02-27 08:07:17.934 17857 18226 I bt_stack_manager: system/bt/btif/src/stack_manager.cc:223 event_init_stack: finished +02-27 08:07:17.935 17857 17857 I bt_osi_wakelock: system/bt/osi/src/wakelock.cc:98 wakelock_set_os_callouts: wakelock_set_os_callouts set to non-native +02-27 08:07:17.935 17857 17857 I bt_btif : system/bt/btif/src/bluetooth.cc:420 get_profile_interface: get_profile_interface: id = socket +02-27 08:07:18.130 505 2251 W ActivityManager: Slow operation: 378ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:07:18.138 505 2251 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10049; state: DISABLED +02-27 08:07:18.146 505 2251 W ActivityManager: Slow operation: 394ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:07:18.137 17857 17857 E droid.bluetoot: [0227/080718.137051:ERROR:message_loop_thread.cc(102)] DoInThreadDelayed: message loop is null for thread bt_main_thread(-1), from pc:0x7a912fda74 +02-27 08:07:18.148 17856 17900 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10048; state: ENABLED +02-27 08:07:18.159 17857 17857 E droid.bluetoot: [0227/080718.158957:ERROR:btu_task.cc(94)] do_in_main_thread: failed from pc:0x7a912fda74 +02-27 08:07:18.159 17857 17857 E droid.bluetoot: [0227/080718.159210:ERROR:message_loop_thread.cc(102)] DoInThreadDelayed: message loop is null for thread bt_main_thread(-1), from pc:0x7a912fda74 +02-27 08:07:18.159 17857 17857 E droid.bluetoot: [0227/080718.159229:ERROR:btu_task.cc(94)] do_in_main_thread: failed from pc:0x7a912fda74 +02-27 08:07:18.159 17857 17857 E droid.bluetoot: [0227/080718.159236:ERROR:message_loop_thread.cc(102)] DoInThreadDelayed: message loop is null for thread bt_main_thread(-1), from pc:0x7a912fda74 +02-27 08:07:18.159 17857 17857 E droid.bluetoot: [0227/080718.159240:ERROR:btu_task.cc(94)] do_in_main_thread: failed from pc:0x7a912fda74 +02-27 08:07:18.164 505 2251 W ActivityManager: Slow operation: 412ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:07:18.164 505 2251 W ActivityManager: Slow operation: 412ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:07:18.186 17857 17857 D BluetoothKeystoreService: initJni() +02-27 08:07:18.189 17857 17857 I bt_btif : system/bt/btif/src/bluetooth.cc:420 get_profile_interface: get_profile_interface: id = bluetooth_keystore +02-27 08:07:18.240 17857 17857 I bt_btif : system/bt/btif/src/bluetooth.cc:420 get_profile_interface: get_profile_interface: id = sdp +02-27 08:07:18.257 18030 18070 I FontLog : (REDACTED) Updating from directory version %d to %d from disk +02-27 08:07:18.281 505 2251 W ActivityManager: Slow operation: 528ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:07:18.285 18203 18203 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10049; state: ENABLED +02-27 08:07:18.290 505 2621 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10077; state: DISABLED +02-27 08:07:18.296 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 17867 in 0ms +02-27 08:07:18.296 505 2586 I ActivityManager: Process com.android.vending:instant_app_installer (pid 17867) has died: prcl TRNB +02-27 08:07:18.298 18195 18195 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10077; state: DISABLED +02-27 08:07:18.299 505 2586 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.instantapps.metrics.LogFlushJob in 1000ms for connection +02-27 08:07:18.328 505 514 I system_server: Background concurrent copying GC freed 1638107(41MB) AllocSpace objects, 7(564KB) LOS objects, 44% free, 30MB/54MB, paused 22.817ms,18.569ms total 1.779s +02-27 08:07:18.329 505 505 W Looper : Slow dispatch took 195ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@4cdcd39 m=0 +02-27 08:07:18.329 18030 18070 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:07:18.333 18030 18238 I FontLog : (REDACTED) Using directory in FlatBuffer format +02-27 08:07:18.340 17913 17913 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:07:18.341 17913 17913 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:07:18.356 18195 18195 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar +02-27 08:07:18.370 18030 18070 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:07:18.376 18030 18070 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:07:18.376 18030 18070 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:07:18.377 17857 17857 D BluetoothDatabase: start() +02-27 08:07:18.384 17857 17857 D BluetoothDatabase: Load Database +02-27 08:07:18.388 17857 17857 I BluetoothAdapterService: Phone policy enabled +02-27 08:07:18.403 17857 17857 D BluetoothActiveDeviceManager: start() +02-27 08:07:18.413 18030 18070 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:07:18.478 17857 18251 D BluetoothDatabase: compactLastConnectionTime: Compacting metadata after load +02-27 08:07:18.482 17857 18251 I BluetoothDatabase: cacheMetadata +02-27 08:07:18.483 17857 18251 V BluetoothDatabase: cacheMetadata: found device LocalStorage +02-27 08:07:18.489 17857 18251 I BluetoothDatabase: cacheMetadata: Database is ready +02-27 08:07:18.492 17931 17931 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:07:18.492 17931 17931 I Finsky : [2] pyr.a(1): Warm data store was already initialized. +02-27 08:07:18.493 17857 18252 D BluetoothActiveDeviceManager: onAudioDevicesAdded +02-27 08:07:18.494 17857 18252 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 2 +02-27 08:07:18.497 17857 18252 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 18 +02-27 08:07:18.497 17857 18252 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 15 +02-27 08:07:18.497 17857 18252 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 18 +02-27 08:07:18.497 17857 18252 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 25 +02-27 08:07:18.497 17857 18252 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 16 +02-27 08:07:18.500 17931 17931 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:07:18.502 17857 17857 D BluetoothAdapterService: setAdapterService() - trying to set service to com.android.bluetooth.btservice.AdapterService@314919c +02-27 08:07:18.512 18203 18203 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AtvRemoteService/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:07:18.558 18030 18030 D BoundBrokerSvc: onBind: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:07:18.560 17857 17857 D BluetoothAdapterService: onBind() +02-27 08:07:18.560 17856 17856 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:07:18.562 18030 18030 D BoundBrokerSvc: Loading bound service for intent: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:07:18.564 505 505 D BluetoothManagerService: BluetoothServiceConnection: com.android.bluetooth.btservice.AdapterService +02-27 08:07:18.564 505 544 D BluetoothManagerService: MESSAGE_BLUETOOTH_SERVICE_CONNECTED: 1 +02-27 08:07:18.573 17931 17931 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:07:18.588 17913 17930 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:07:18.588 17913 17930 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:07:18.589 18203 18203 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tv.remote.service' set to: 'default' +02-27 08:07:18.589 18203 18203 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:07:18.593 18203 18203 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:18.605 18203 18203 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:18.605 505 544 D BluetoothManagerService: Broadcasting onBluetoothServiceUp() to 3 receivers. +02-27 08:07:18.605 505 544 D BluetoothAdapter: onBluetoothServiceUp: android.bluetooth.IBluetooth$Stub$Proxy@59c5342 +02-27 08:07:18.605 770 8852 D BluetoothAdapter: onBluetoothServiceUp: android.bluetooth.IBluetooth$Stub$Proxy@8708d24 +02-27 08:07:18.606 17857 17904 D BluetoothAdapter: onBluetoothServiceUp: com.android.bluetooth.btservice.AdapterService$AdapterServiceBinder@af10dfc +02-27 08:07:18.692 18030 18070 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:07:18.701 18195 18195 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.permissioncontroller' set to: 'default' +02-27 08:07:18.701 18195 18195 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:07:18.730 18195 18195 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:18.738 18195 18195 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:18.768 17856 18254 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:07:18.783 17857 17857 I BtGatt.JNI: classInitNative(L1073): classInitNative: Success! +02-27 08:07:18.844 17857 17904 D BluetoothAdapterService: enable() - Enable called with quiet mode status = false +02-27 08:07:18.941 17857 18099 I AdapterState: BLE_TURNING_ON : entered +02-27 08:07:18.943 17857 18099 D AdapterProperties: Setting state to BLE_TURNING_ON +02-27 08:07:18.953 17857 18099 D BluetoothAdapterService: updateAdapterState() - Broadcasting state BLE_TURNING_ON to 1 receivers. +02-27 08:07:18.959 505 544 D BluetoothManagerService: MESSAGE_BLUETOOTH_STATE_CHANGE: OFF > BLE_TURNING_ON +02-27 08:07:18.965 505 544 D BluetoothManagerService: Sending BLE State Change: OFF > BLE_TURNING_ON +02-27 08:07:18.989 505 505 D CompanionDeviceManagerService: Received BT state transition broadcast: OFF -> BLE_TURNING_ON +02-27 08:07:19.000 17913 17923 I gle.android.gm: Background concurrent copying GC freed 1040(199KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3598KB/7195KB, paused 2.667ms,3.996ms total 625.340ms +02-27 08:07:19.037 17857 18099 D AdapterState: Start Timeout Delay: 4000 +02-27 08:07:19.038 17857 18099 D BluetoothAdapterService: bleOnProcessStart() +02-27 08:07:19.043 17857 18099 I AdapterProperties: init(), maxConnectedAudioDevices, default=5, propertyOverlayed=5, finalValue=5 +02-27 08:07:19.058 18195 18195 I CarUiInstaller: CarUiInstaller started for com.google.android.permissioncontroller +02-27 08:07:19.075 18030 18070 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:07:19.088 505 505 D BluetoothManagerService: BluetoothServiceConnection: com.android.bluetooth.gatt.GattService +02-27 08:07:19.088 505 544 D BluetoothManagerService: MESSAGE_BLUETOOTH_SERVICE_CONNECTED: 2 +02-27 08:07:19.088 505 544 D BluetoothManagerService: continueFromBleOnState() +02-27 08:07:19.089 505 544 D BluetoothManagerService: Persisting Bluetooth Setting: 1 +02-27 08:07:19.096 17857 18099 D BluetoothAdapterService: bleOnProcessStart() - Make Bond State Machine +02-27 08:07:19.097 17857 18099 D BluetoothBondStateMachine: make +02-27 08:07:19.099 17857 18279 I BluetoothBondStateMachine: StableState(): Entering Off State +02-27 08:07:19.122 17931 17950 W android.vendin: Verification of cw com.google.android.gms.dynamiteloader.DynamiteLoaderV2.loadModule2NoCrashUtils(cw, java.lang.String, int, cw) took 102.732ms (13160.39 bytecodes/s) (47024B approximate peak alloc) +02-27 08:07:19.136 505 2251 D ConnectivityService: requestNetwork for uid/pid:10052/17963 activeRequest: null callbackRequest: 237 [NetworkRequest [ REQUEST id=238, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ]] callback flags: 0 priority: 2147483647 +02-27 08:07:19.137 17931 17950 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:07:19.137 17931 17950 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 7 +02-27 08:07:19.138 505 709 D ConnectivityService: NetReassign [238 : null → 100] +02-27 08:07:19.138 17857 17857 D BtGatt.DebugUtils: handleDebugAction() action=null +02-27 08:07:19.141 17931 17950 V DynamiteModule: Dynamite loader version >= 2, using loadModule2NoCrashUtils +02-27 08:07:19.157 17856 17856 E Clearcut-EventLogger: Unexpected log parameter home_selected_row_position +02-27 08:07:19.158 17856 17856 W HomeController: onResume: List view global layout completed. +02-27 08:07:19.158 17857 18099 I AdapterState: BLE_TURNING_ON : Unhandled message - USER_TURN_ON +02-27 08:07:19.162 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:07:19.167 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=238, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:07:19.172 17913 17913 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 08:07:19.172 17913 17913 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 08:07:19.182 17856 18254 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:222508000 +02-27 08:07:19.182 17856 18254 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 222508000 +02-27 08:07:19.184 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=238, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:07:19.180 17857 17857 I bt_btif : system/bt/btif/src/bluetooth.cc:420 get_profile_interface: get_profile_interface: id = gatt +02-27 08:07:19.188 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=238, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:07:19.202 17857 17857 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 1002; state: ENABLED +02-27 08:07:19.210 17931 17931 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:07:19.214 18030 18070 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:07:19.237 18203 18203 I AtvRemote.Application: Application started +02-27 08:07:19.253 18030 18070 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:07:19.271 17857 18226 I bt_stack_manager: system/bt/btif/src/stack_manager.cc:246 event_start_up_stack: event_start_up_stack is bringing up the stack +02-27 08:07:19.280 18030 18070 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:07:19.285 18203 18297 W .remote.servic: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:07:19.285 18203 18297 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:07:19.285 18203 18297 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:07:19.313 18195 18195 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:07:19.317 505 2113 I ActivityManager: Background started FGS: Allowed [callingPackage: com.google.android.inputmethod.latin; callingUid: 10066; uidState: IMPB; intent: Intent { act=com.google.android.tv.remote.service.VIRTUAL_REMOTE_IME pkg=com.google.android.tv.remote.service }; code:CURRENT_INPUT_METHOD; tempAllowListReason:; targetSdkVersion:31; callerTargetSdkVersion:31; startForegroundCount:0; bindFromPackage:null] +02-27 08:07:19.341 17963 18135 I cr_CronetLibraryLoader: Cronet version: 105.0.5195.35, arch: aarch64 +02-27 08:07:19.370 505 542 I ServiceWatcher: [GeocoderProxy] connected to {com.google.android.gms/com.google.android.gms.location.geocode.GeocodeService} +02-27 08:07:19.386 18195 18212 I ssioncontrolle: Background young concurrent copying GC freed 13491(614KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1963KB/25MB, paused 20us,27us total 109.198ms +02-27 08:07:19.652 505 2113 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #11344} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (7 skipped) +02-27 08:07:19.819 18203 18215 W .remote.servic: Suspending all threads took: 11.774ms +02-27 08:07:19.868 198 18112 I keystore2: keystore2::watchdog: Watchdog thread idle -> terminating. Have a great day. +02-27 08:07:19.953 18203 18215 I .remote.servic: Background young concurrent copying GC freed 15450(943KB) AllocSpace objects, 0(0B) LOS objects, 91% free, 2231KB/26MB, paused 56.370ms,17.895ms total 424.836ms +02-27 08:07:19.956 17931 17950 W android.vendin: Verification of cm com.google.android.gms.common.GoogleCertificatesImpl.e(java.lang.String, da) took 551.972ms (1076.14 bytecodes/s) (17616B approximate peak alloc) +02-27 08:07:20.053 17931 17931 I Finsky : [2] ird.(18): Initializing pausers from value store. +02-27 08:07:20.086 17931 17931 I Finsky : [2] ird.(21): Get the following callers from value store []. +02-27 08:07:20.164 18195 18304 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:07:20.173 17857 18226 I bt_core_module: system/bt/btcore/src/module.cc:85 module_start_up: module_start_up Starting module "btif_config_module" +02-27 08:07:20.173 17857 18226 I bt_core_module: system/bt/btcore/src/module.cc:90 module_start_up: module_start_up Started module "btif_config_module" +02-27 08:07:20.177 505 542 I ServiceWatcher: [fused] connected to {com.google.android.gms/com.google.android.location.fused.FusedLocationService} +02-27 08:07:20.208 18195 18304 W Role : Cannot get ApplicationInfo for default holder: com.android.contacts +02-27 08:07:20.237 505 2586 I LocationManagerService: fused provider loaded extra attribution tags: [activity_recognition_provider, awareness_provider, current_semantic_location, fused_location_provider, fused_provider_shim, geofencer_provider, network_location_calibration, network_location_provider, network_provider_shim] +02-27 08:07:20.532 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:07:20.889 17856 18255 I gmg : Provider GmsCore_OpenSSL not available +02-27 08:07:20.989 17857 18226 I bt_core_module: system/bt/btcore/src/module.cc:85 module_start_up: module_start_up Starting module "btsnoop_module" +02-27 08:07:21.014 17857 18226 I droid.bluetoot: [0227/080721.007704:INFO:btsnoop.cc(209)] start_up: Snoop Logs disabled +02-27 08:07:21.014 17857 18226 I droid.bluetoot: [0227/080721.014130:INFO:btsnoop.cc(356)] delete_btsnoop_files: Deleting snoop logs if they exist. filtered = 1 +02-27 08:07:21.028 17857 18226 I droid.bluetoot: [0227/080721.028153:INFO:btsnoop.cc(356)] delete_btsnoop_files: Deleting snoop logs if they exist. filtered = 0 +02-27 08:07:21.029 17857 18226 I bt_core_module: system/bt/btcore/src/module.cc:90 module_start_up: module_start_up Started module "btsnoop_module" +02-27 08:07:21.044 505 505 W Looper : Slow dispatch took 233ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@56fc02d m=0 +02-27 08:07:21.053 17856 18254 D DynamitePackage: Instantiated singleton DynamitePackage. +02-27 08:07:21.053 17856 18254 D DynamitePackage: Instantiating com.google.android.gms.ads.adshield.ChimeraAdShieldCreatorImpl +02-27 08:07:21.090 18195 18247 I PermissionControllerServiceImpl: Updating user sensitive for uid 10052 +02-27 08:07:21.200 17857 18226 I bt_core_module: system/bt/btcore/src/module.cc:85 module_start_up: module_start_up Starting module "hci_module" +02-27 08:07:21.200 17857 18226 I bt_hci : system/bt/hci/src/hci_layer.cc:200 hci_module_start_up: hci_module_start_up +02-27 08:07:21.201 17857 18316 I droid.bluetoot: [0227/080721.201409:INFO:message_loop_thread.cc(224)] Run: message loop starting for thread bt_hci_thread +02-27 08:07:21.203 17856 17856 I Choreographer: Skipped 558 frames! The application may be doing too much work on its main thread. +02-27 08:07:21.214 18195 18304 W Role : Cannot get ApplicationInfo for default holder: com.android.gallery3d +02-27 08:07:21.220 17931 17931 I Finsky : [2] iki.T(1): Installer: Installer kick - no action, not running yet +02-27 08:07:21.252 17856 17856 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:07:21.272 505 542 D CompanionDeviceManagerService: onPackageModified(packageName = com.google.android.tvrecommendations) +02-27 08:07:21.303 505 514 I system_server: Background young concurrent copying GC freed 1688474(42MB) AllocSpace objects, 1(36KB) LOS objects, 17% free, 44MB/54MB, paused 27.210ms,14.577ms total 1.510s +02-27 08:07:21.385 17857 18316 I bt_hci : system/bt/hci/src/hci_layer_android.cc:159 hci_initialize: hci_initialize +02-27 08:07:21.386 17857 18226 I bt_hci : system/bt/hci/src/hci_layer.cc:257 hci_module_start_up: hci_module_start_up starting async portion +02-27 08:07:21.429 17856 18254 W roid.tvlaunche: Verification of android.content.Intent aif.b(android.content.Context, int, java.lang.String) took 123.849ms (904.32 bytecodes/s) (3560B approximate peak alloc) +02-27 08:07:21.480 17857 18316 I bt_hci : system/bt/hci/src/hci_layer_android.cc:178 hci_initialize: hci_initialize: IBluetoothHci::getService() returned 0xb400007bab09c150 (remote) +02-27 08:07:21.500 329 329 I android.hardware.bluetooth@1.1-btlinux: BluetoothHci::initialize() +02-27 08:07:21.502 329 329 I android.hardware.bluetooth@1.1-btlinux: openBtHci +02-27 08:07:21.502 329 329 E android.hardware.bluetooth@1.1-btlinux: Unable to open /dev/rfkill +02-27 08:07:21.502 329 329 I android.hardware.bluetooth@1.1-btlinux: waitHciDev +02-27 08:07:21.502 329 329 I android.hardware.bluetooth@1.1-btlinux: HCI device ready +02-27 08:07:21.701 329 18322 E android.hardware.bluetooth@1.1-service.btlinux: ThreadRoutine unable to set SCHED_FIFO for pid 329, tid 18322, error Operation not permitted +02-27 08:07:21.754 17857 18316 I bt_hci : system/bt/hci/src/hci_layer.cc:367 event_finish_startup: event_finish_startup +02-27 08:07:21.763 17857 18226 I bt_core_module: system/bt/btcore/src/module.cc:90 module_start_up: module_start_up Started module "hci_module" +02-27 08:07:22.063 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:07:22.144 17857 18226 I bt_l2cap: system/bt/stack/l2cap/l2c_api.cc:134 L2CA_Register: L2CAP Registered service classic PSM: 0x0001 +02-27 08:07:22.216 17857 18226 I bt_l2cap: system/bt/stack/l2cap/l2c_api.cc:134 L2CA_Register: L2CAP Registered service classic PSM: 0x001f +02-27 08:07:22.226 17857 18226 I bluetooth: system/bt/stack/gatt/gatt_api.cc:1019 GATT_Register: Allocated name:GattProfileDb uuid:81818181-8181-8181-8181-818181818181 gatt_if:1 eatt_support:0 +02-27 08:07:22.233 17857 18226 I droid.bluetoot: [0227/080722.232601:INFO:gatt_api.cc(179)] GATTS_AddService +02-27 08:07:22.233 17857 18226 I droid.bluetoot: [0227/080722.233036:INFO:gatt_api.cc(288)] GATTS_AddService: service parsed correctly, now starting +02-27 08:07:22.241 17857 18226 I droid.bluetoot: [0227/080722.241510:INFO:gatt_sr_hash.cc(124)] gatts_calculate_database_hash: hash=80AEB10BC70DCCEFA207489DCED98FED +02-27 08:07:22.242 17857 18226 I bt_l2cap: system/bt/stack/l2cap/l2c_api.cc:434 L2CA_RegisterLECoc: Registered service LE COC PSM: 0x0027 +02-27 08:07:22.248 17857 18226 I bt_l2cap: system/bt/stack/l2cap/l2c_api.cc:134 L2CA_Register: L2CAP Registered service classic PSM: 0x0003 +02-27 08:07:22.257 17857 18226 I bluetooth: system/bt/stack/gatt/gatt_api.cc:1019 GATT_Register: Allocated name:Gap uuid:82828282-8282-8282-8282-828282828282 gatt_if:2 eatt_support:0 +02-27 08:07:22.258 17857 18226 I droid.bluetoot: [0227/080722.257782:INFO:gatt_api.cc(179)] GATTS_AddService +02-27 08:07:22.258 17857 18226 I droid.bluetoot: [0227/080722.258070:INFO:gatt_api.cc(288)] GATTS_AddService: service parsed correctly, now starting +02-27 08:07:22.258 17857 18226 I droid.bluetoot: [0227/080722.258341:INFO:gatt_sr_hash.cc(124)] gatts_calculate_database_hash: hash=8991C462EBE9D90B9EA0DA3E16D0F513 +02-27 08:07:22.315 17931 17931 I Finsky : [2] msm.onStartJob(3): SCH: job service start with id 9359. +02-27 08:07:23.208 17857 18099 E AdapterState: BLE_TURNING_ON : BLE_START_TIMEOUT +02-27 08:07:23.227 17857 18099 I AdapterState: BLE_TURNING_OFF : entered +02-27 08:07:23.233 17857 18099 D AdapterProperties: Setting state to BLE_TURNING_OFF +02-27 08:07:23.249 17857 18099 D BluetoothAdapterService: updateAdapterState() - Broadcasting state BLE_TURNING_OFF to 1 receivers. +02-27 08:07:23.262 505 544 D BluetoothManagerService: MESSAGE_BLUETOOTH_STATE_CHANGE: BLE_TURNING_ON > BLE_TURNING_OFF +02-27 08:07:23.274 17857 18099 D BluetoothAdapterService: enableBluetoothInCallService() - Enable = false +02-27 08:07:23.278 505 505 W Looper : Slow dispatch took 1929ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@3ba3740 m=0 +02-27 08:07:23.331 505 544 D BluetoothManagerService: Sending BLE State Change: BLE_TURNING_ON > BLE_TURNING_OFF +02-27 08:07:23.481 17931 18306 I Finsky : [86] heg.g(1): getDownloads() +02-27 08:07:23.512 17857 18099 D AdapterState: Stop Timeout Delay: 1000 +02-27 08:07:23.512 17857 18099 D AdapterProperties: onBleDisable +02-27 08:07:23.517 505 505 W Looper : Slow delivery took 2017ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@e9f3679 m=0 +02-27 08:07:23.517 505 505 W Looper : Slow dispatch took 239ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@e9f3679 m=0 +02-27 08:07:23.560 505 542 W Looper : Slow dispatch took 2265ms android.fg h=android.os.Handler c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@6f93fbe m=0 +02-27 08:07:23.581 17931 18139 I Finsky : [59] grw.d(68): System was updated or GL extensions were already cached. +02-27 08:07:23.696 505 546 I Choreographer: Skipped 112 frames! The application may be doing too much work on its main thread. +02-27 08:07:23.750 505 553 W Searchables: No global search activity found +02-27 08:07:23.791 17931 18134 I Finsky : [55] mnx.a(27): SCH: Satisfied jobs for 9359 are: 10-4 +02-27 08:07:24.084 505 542 W Looper : Slow delivery took 2768ms android.fg h=android.os.Handler c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@acb8896 m=0 +02-27 08:07:24.246 505 505 W Looper : Slow dispatch took 714ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@c6d5804 m=0 +02-27 08:07:24.256 17856 18254 W roid.tvlaunche: Verification of void adh.(android.net.ConnectivityManager) took 385.258ms (70.08 bytecodes/s) (2352B approximate peak alloc) +02-27 08:07:24.321 17931 17950 W android.vendin: Verification of void cz.(long[]) took 122.026ms (721.15 bytecodes/s) (3152B approximate peak alloc) +02-27 08:07:24.382 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-BEACON-LOSS +02-27 08:07:24.390 505 1680 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:07:24.409 505 542 W Looper : Drained +02-27 08:07:24.412 18195 18247 I PermissionControllerServiceImpl: Updating user sensitive for uid 10052 +02-27 08:07:24.478 505 890 D ConnectivityService: requestNetwork for uid/pid:10048/17856 activeRequest: null callbackRequest: 240 [NetworkRequest [ REQUEST id=241, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:07:24.503 505 505 W Looper : Slow dispatch took 166ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@d3146e m=0 +02-27 08:07:24.512 17931 18334 I Finsky : [92] mrk.accept(52): SCH: Job 10-4 starting +02-27 08:07:24.513 17931 18138 I Finsky : [58] kwn.n(8): Invalidating cached PackageState for com.android.vending +02-27 08:07:24.530 17931 18106 I Finsky : [52] lct.h(1): Triggered update for experiment package com.google.android.finsky.stable. +02-27 08:07:25.056 505 505 W Looper : Slow dispatch took 394ms main h=com.android.server.media.MediaRouterService$UserHandler c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@8f861a5 m=0 +02-27 08:07:25.269 17856 18254 W roid.tvlaunche: Verification of java.lang.String aca.a(com.google.ads.afma.proto2api.e, java.lang.String) took 146.339ms (1325.68 bytecodes/s) (4920B approximate peak alloc) +02-27 08:07:25.346 505 709 D ConnectivityService: NetReassign [241 : null → 100] +02-27 08:07:25.358 505 505 W Looper : Slow dispatch took 275ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@e3652b m=0 +02-27 08:07:25.383 17856 17893 W roid.tvlaunche: Suspending all threads took: 35.440ms +02-27 08:07:25.552 505 505 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:07:25.726 505 505 V NotificationListeners: Not registering ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} is already bound +02-27 08:07:25.806 505 505 W Looper : Slow dispatch took 305ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=null m=8 +02-27 08:07:25.913 17856 17856 I Choreographer: Skipped 250 frames! The application may be doing too much work on its main thread. +02-27 08:07:25.989 17856 17893 I roid.tvlaunche: Background young concurrent copying GC freed 12297(1070KB) AllocSpace objects, 1(16KB) LOS objects, 14% free, 5243KB/6151KB, paused 55.885ms,35.598ms total 1.807s +02-27 08:07:26.006 17857 18099 E AdapterState: BLE_TURNING_OFF : BLE_STOP_TIMEOUT +02-27 08:07:26.040 17857 17857 D BtGatt.DebugUtils: handleDebugAction() action=null +02-27 08:07:26.061 17857 18099 I AdapterState: OFF : entered +02-27 08:07:26.062 17857 18099 D AdapterProperties: Setting state to OFF +02-27 08:07:26.086 17857 18099 D BluetoothAdapterService: updateAdapterState() - Broadcasting state OFF to 1 receivers. +02-27 08:07:26.098 18203 18203 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:07:26.165 17857 18226 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_HCI : Level 2 +02-27 08:07:26.165 17857 18226 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_L2CAP : Level 2 +02-27 08:07:26.188 17857 18226 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_RFCOMM : Level 2 +02-27 08:07:26.205 17857 18226 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_AVDT : Level 2 +02-27 08:07:26.219 17857 18226 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_AVRC : Level 2 +02-27 08:07:26.245 505 544 D BluetoothManagerService: MESSAGE_BLUETOOTH_STATE_CHANGE: BLE_TURNING_OFF > OFF +02-27 08:07:26.245 505 544 D BluetoothManagerService: Bluetooth is complete send Service Down +02-27 08:07:26.257 17857 18226 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_A2D : Level 2 +02-27 08:07:26.376 505 544 D BluetoothManagerService: Broadcasting onBluetoothServiceDown() to 3 receivers. +02-27 08:07:26.376 17857 18226 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_BNEP : Level 2 +02-27 08:07:26.377 17857 18226 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_BTM : Level 2 +02-27 08:07:26.377 17857 18226 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_HID_HOST : Level 2 +02-27 08:07:26.377 17857 18226 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_PAN : Level 2 +02-27 08:07:26.377 17857 18226 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_SDP : Level 2 +02-27 08:07:26.377 17857 18226 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_SMP : Level 2 +02-27 08:07:26.378 17857 18226 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_HID_DEV : Level 2 +02-27 08:07:26.378 17857 18226 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_BTAPP : Level 2 +02-27 08:07:26.378 17857 18226 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_BTIF : Level 2 +02-27 08:07:26.411 17857 17899 D BluetoothAdapter: onBluetoothServiceDown +02-27 08:07:26.435 505 542 D CompanionDeviceManagerService: onPackageModified(packageName = com.android.bluetooth) +02-27 08:07:26.693 505 544 D BluetoothAdapter: onBluetoothServiceDown +02-27 08:07:26.765 770 8852 D BluetoothAdapter: onBluetoothServiceDown +02-27 08:07:26.864 505 544 D BluetoothManagerService: unbindAndFinish(): android.bluetooth.IBluetooth$Stub$Proxy@59c5342 mBinding = false mUnbinding = false +02-27 08:07:27.433 505 542 W Looper : Slow dispatch took 965ms android.fg h=android.os.Handler c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@edd2864 m=0 +02-27 08:07:27.521 505 542 W Looper : Slow delivery took 1012ms android.fg h=android.os.Handler c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@47666d0 m=0 +02-27 08:07:27.614 505 543 W Looper : Slow dispatch took 1214ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68 +02-27 08:07:27.648 505 505 W Looper : Slow dispatch took 1842ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:07:27.649 17857 18364 I bt_stack: [INFO:message_loop_thread.cc(224)] Run: message loop starting for thread bt_main_thread +02-27 08:07:27.700 505 572 E VerityUtils: Failed to measure fs-verity, errno 1: /product/priv-app/TVLauncher/TVLauncher.apk +02-27 08:07:27.761 505 505 D CompanionDeviceManagerService: Received BT state transition broadcast: BLE_TURNING_ON -> BLE_TURNING_OFF +02-27 08:07:27.672 505 505 W PackageManagerB: type=1400 audit(0.0:2032): avc: denied { ioctl } for path="/product/priv-app/TVLauncher/TVLauncher.apk" dev="dm-2" ino=220 ioctlcmd=0x6686 scontext=u:r:system_server:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 +02-27 08:07:27.826 17856 17967 D EGL_emulation: app_time_stats: avg=3706.54ms min=2688.75ms max=4724.32ms count=2 +02-27 08:07:27.975 505 505 W Looper : Slow dispatch took 136ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@1e561ce m=0 +02-27 08:07:28.145 17931 18137 I Finsky : [57] eoe.run(72): Cannot disable service: qsv +02-27 08:07:28.216 505 505 W Looper : Slow dispatch took 164ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@39b9685 m=0 +02-27 08:07:28.217 505 615 I RoleService: Granting default roles... +02-27 08:07:28.253 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:07:28.265 18203 18295 D PhenotypeContext: Application doesn't implement PhenotypeApplication interface, falling back to globally set context. See go/phenotype-flag#process-stable-init for more info. +02-27 08:07:28.758 505 505 W Looper : Slow dispatch took 420ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@841601 m=0 +02-27 08:07:28.829 17856 17856 I Choreographer: Skipped 170 frames! The application may be doing too much work on its main thread. +02-27 08:07:29.039 505 505 W Looper : Slow dispatch took 281ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@de7b6e7 m=0 +02-27 08:07:29.322 505 505 W Looper : Slow dispatch took 283ms main h=android.os.Handler c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@30d7294 m=0 +02-27 08:07:29.393 17856 18256 W roid.tvlaunche: Verification of void cbt.() took 395.154ms (20.25 bytecodes/s) (1360B approximate peak alloc) +02-27 08:07:29.458 18203 18203 I AtvRemote.RemoteService: Starting bluetooth server +02-27 08:07:29.537 505 514 W system_server: Suspending all threads took: 132.955ms +02-27 08:07:29.566 17931 18362 I Finsky : [93] hvg.run(26): Wrote row to frosting DB: 113 +02-27 08:07:29.611 505 542 W Looper : Drained +02-27 08:07:29.612 505 505 W Looper : Slow dispatch took 231ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@81b113d m=0 +02-27 08:07:29.641 17931 18138 W Finsky : [58] myh.a(11): SUH: Self-update installed derived apk id unavailable. +02-27 08:07:29.642 17931 18137 I Finsky : [57] eoe.run(72): Cannot disable service: qsp +02-27 08:07:30.377 17856 18256 W roid.tvlaunche: Verification of int cbn.w(java.lang.Object, byte[], int, int, int, int, int, int, long, int, long, byr) took 464.018ms (2538.69 bytecodes/s) (31096B approximate peak alloc) +02-27 08:07:30.705 17856 18256 W roid.tvlaunche: Verification of void ccw.() took 178.519ms (1887.75 bytecodes/s) (6768B approximate peak alloc) +02-27 08:07:31.032 17931 18138 E Finsky : [58] eln.accept(19): GMS compliance query failed. +02-27 08:07:31.032 17931 18138 E Finsky : com.google.common.util.concurrent.TimeoutFuture$TimeoutFutureException: Timed out (timeout delayed by 3375 ms after scheduled time): xpt@41e43b9[status=PENDING, setFuture=[bms@39b63fe[status=PENDING, info=[tag=[snq@615275f]]]]] +02-27 08:07:31.142 17931 18138 I Finsky : [58] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772154430297, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 08:07:31.397 17856 17856 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:07:31.531 17931 18138 I Finsky : [58] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 08:07:31.945 17857 18226 I bt_core_module: system/bt/btcore/src/module.cc:85 module_start_up: module_start_up Starting module "controller_module" +02-27 08:07:32.159 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-BEACON-LOSS +02-27 08:07:32.677 17856 17893 I roid.tvlaunche: Background concurrent copying GC freed 5810(758KB) AllocSpace objects, 3(124KB) LOS objects, 49% free, 5116KB/10233KB, paused 176us,902us total 848.836ms +02-27 08:07:32.913 505 505 W Looper : Slow dispatch took 104ms main h=android.os.Handler c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@d992400 m=0 +02-27 08:07:33.281 505 505 W Looper : Slow dispatch took 365ms main h=com.android.server.media.MediaRouterService$UserHandler c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@1482af5 m=0 +02-27 08:07:33.283 18195 18247 I PermissionControllerServiceImpl: Updating user sensitive for uid 1002 +02-27 08:07:33.331 505 514 I system_server: Background concurrent copying GC freed 1875919(47MB) AllocSpace objects, 8(600KB) LOS objects, 30% free, 54MB/78MB, paused 47.670ms,162.786ms total 11.732s +02-27 08:07:33.671 505 543 W Looper : Slow delivery took 215ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:07:33.807 17857 18226 I bt_core_module: system/bt/btcore/src/module.cc:90 module_start_up: module_start_up Started module "controller_module" +02-27 08:07:33.983 505 505 W Looper : Slow dispatch took 701ms main h=android.app.PropertyInvalidatedCache$AutoCorker$1 c=null m=0 +02-27 08:07:34.008 505 544 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #11362} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (5 skipped) +02-27 08:07:34.009 17857 18226 I bt_btm_pm: system/bt/stack/acl/btm_pm.cc:392 btm_pm_reset: reset pm +02-27 08:07:34.044 505 544 D BluetoothManagerService: Sending BLE State Change: BLE_TURNING_OFF > OFF +02-27 08:07:34.049 505 543 W Looper : Slow dispatch took 312ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:07:34.069 17698 17698 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():2045 +02-27 08:07:34.113 17857 18226 I btm_acl : system/bt/stack/acl/btm_acl.cc:664 check_link_policy: park not supported (settings: 0x0007) +02-27 08:07:34.189 17857 18226 I bt_btm_sec: system/bt/stack/btm/btm_sec.cc:226 BTM_SecRegister: BTM_SecRegister p_cb_info->p_le_callback == 0x0x7a9126035c +02-27 08:07:34.189 17857 18226 I bt_btm_sec: system/bt/stack/btm/btm_sec.cc:241 BTM_SecRegister: BTM_SecRegister btm_cb.api.p_le_callback = 0x0x7a9126035c +02-27 08:07:34.414 17857 18226 I bt_stack: [INFO:ble_advertiser_hci_interface.cc(767)] Extended advertising will be in use +02-27 08:07:34.416 17698 17698 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:07:34.635 17857 18364 I bluetooth: system/bt/stack/gatt/gatt_api.cc:1019 GATT_Register: Allocated name:GattClient uuid:c4cb9ec3-89a1-7d6b-0ed3-d8bead7a0887 gatt_if:3 eatt_support:0 +02-27 08:07:34.671 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=241, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:07:34.671 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=241, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:07:34.671 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=241, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:07:35.494 17857 18364 E bt_btif_storage: system/bt/btif/src/btif_storage.cc:632 btif_storage_get_adapter_property: btif_storage_get_adapter_property: Controller ready! +02-27 08:07:35.494 17857 18364 I bt_btif_storage: system/bt/btif/src/btif_storage.cc:661 btif_storage_get_adapter_property: btif_storage_get_adapter_property service_mask:0x20000000 +02-27 08:07:35.511 17857 18364 I bt_stack: [INFO:btif_bqr.cc(229)] EnableBtQualityReport: is_enable: true +02-27 08:07:35.538 17857 18364 W bt_stack: [WARNING:btif_bqr.cc(237)] EnableBtQualityReport: Bluetooth Quality Report is disabled. bqr_prop_evtmask: , bqr_prop_interval_ms: +02-27 08:07:35.562 17857 18373 I bt_osi_thread: system/bt/osi/src/thread.cc:209 run_thread: run_thread: thread id 18373, thread name btif_sock started +02-27 08:07:35.969 17857 18364 I bt_bte_conf: system/bt/main/bte_conf.cc:84 bte_load_did_conf: Device ID record 1 : primary +02-27 08:07:35.969 17857 18364 I bt_bte_conf: system/bt/main/bte_conf.cc:85 bte_load_did_conf: vendorId = 00e0 +02-27 08:07:35.969 17857 18364 I bt_bte_conf: system/bt/main/bte_conf.cc:86 bte_load_did_conf: vendorIdSource = 0001 +02-27 08:07:35.969 17857 18364 I bt_bte_conf: system/bt/main/bte_conf.cc:87 bte_load_did_conf: product = 1200 +02-27 08:07:35.969 17857 18364 I bt_bte_conf: system/bt/main/bte_conf.cc:88 bte_load_did_conf: version = 1436 +02-27 08:07:35.969 17857 18364 I bt_bte_conf: system/bt/main/bte_conf.cc:89 bte_load_did_conf: clientExecutableURL = +02-27 08:07:35.969 17857 18364 I bt_bte_conf: system/bt/main/bte_conf.cc:90 bte_load_did_conf: serviceDescription = +02-27 08:07:35.969 17857 18364 I bt_bte_conf: system/bt/main/bte_conf.cc:91 bte_load_did_conf: documentationURL = +02-27 08:07:35.983 17857 18364 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:3198 bta_dm_eir_update_uuid: EIR Adding UUID=0x1200 into extended inquiry response +02-27 08:07:35.983 17857 18364 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:07:35.985 17857 18364 I bt_bte_conf: system/bt/main/bte_conf.cc:47 bte_load_did_conf: bte_load_did_conf no section named DID2. +02-27 08:07:35.997 17857 18364 I bt_btif_core: system/bt/btif/src/btif_core.cc:312 btif_enable_bluetooth_evt: Bluetooth enable event completed +02-27 08:07:35.997 17857 18364 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:07:35.997 17857 18226 I bt_stack_manager: system/bt/btif/src/stack_manager.cc:311 event_start_up_stack: event_start_up_stack finished +02-27 08:07:36.202 505 505 W Looper : Slow dispatch took 2206ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=null m=8 +02-27 08:07:36.531 505 505 W Looper : Slow dispatch took 319ms main h=android.os.Handler c=com.android.permission.jarjar.com.android.internal.infra.AndroidFuture$$ExternalSyntheticLambda0@fa64c5c m=0 +02-27 08:07:36.548 505 546 I Choreographer: Skipped 139 frames! The application may be doing too much work on its main thread. +02-27 08:07:36.549 505 544 D BluetoothManagerService: Entering STATE_OFF but mEnabled is true; restarting. +02-27 08:07:36.570 505 544 E BluetoothManagerService: waitForState [10] time out +02-27 08:07:36.885 505 2621 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:07:36.890 505 2621 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:07:36.890 505 2621 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:07:36.890 505 2621 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:07:36.890 505 2621 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:07:36.894 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:07:36.919 505 505 W Looper : Slow dispatch took 369ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:07:36.922 505 505 D CompanionDeviceManagerService: Received BT state transition broadcast: BLE_TURNING_OFF -> OFF +02-27 08:07:36.924 322 322 D Zygote : Forked child process 18374 +02-27 08:07:36.928 505 555 W ActivityManager: Slow operation: 51ms so far, now at startProcess: returned from zygote! +02-27 08:07:36.928 505 555 W ActivityManager: Slow operation: 51ms so far, now at startProcess: done updating battery stats +02-27 08:07:36.941 505 555 W ActivityManager: Slow operation: 64ms so far, now at startProcess: building log message +02-27 08:07:36.941 505 555 I ActivityManager: Start proc 18374:com.android.vending:background/u0a58 for service {com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService} +02-27 08:07:36.942 505 555 W ActivityManager: Slow operation: 64ms so far, now at startProcess: starting to update pids map +02-27 08:07:36.942 505 555 W ActivityManager: Slow operation: 65ms so far, now at startProcess: done updating pids map +02-27 08:07:36.981 505 615 E RoleControllerManager: Error calling grantDefaultRoles() +02-27 08:07:36.981 505 615 E RoleControllerManager: java.util.concurrent.TimeoutException +02-27 08:07:36.981 505 615 E RoleControllerManager: at com.android.permission.jarjar.com.android.internal.infra.AndroidFuture.triggerTimeout(AndroidFuture.java:290) +02-27 08:07:36.981 505 615 E RoleControllerManager: at com.android.permission.jarjar.com.android.internal.infra.AndroidFuture$$ExternalSyntheticLambda0.run(Unknown Source:2) +02-27 08:07:36.981 505 615 E RoleControllerManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:07:36.981 505 615 E RoleControllerManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:07:36.981 505 615 E RoleControllerManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:07:36.981 505 615 E RoleControllerManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:07:36.981 505 615 E RoleControllerManager: at com.android.server.SystemServer.run(SystemServer.java:903) +02-27 08:07:36.981 505 615 E RoleControllerManager: at com.android.server.SystemServer.main(SystemServer.java:610) +02-27 08:07:36.981 505 615 E RoleControllerManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:07:36.981 505 615 E RoleControllerManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:07:36.981 505 615 E RoleControllerManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) +02-27 08:07:36.997 505 543 W Looper : Drained +02-27 08:07:36.997 505 543 W Looper : Slow dispatch took 451ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68 +02-27 08:07:36.997 505 543 W Looper : Slow delivery took 275ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:07:37.007 17857 18226 I bt_stack_manager: system/bt/btif/src/stack_manager.cc:322 event_shut_down_stack: event_shut_down_stack is bringing down the stack +02-27 08:07:37.007 505 543 W Looper : Drained +02-27 08:07:37.009 17857 18372 I bt_btif_sock: system/bt/btif/src/btif_sock_thread.cc:515 sock_poll_thread: h:7, process_cmd_sock return false, exit... +02-27 08:07:37.009 17857 18372 I bt_btif_sock: system/bt/btif/src/btif_sock_thread.cc:528 sock_poll_thread: socket poll thread exiting, h:7 +02-27 08:07:37.018 17857 17857 D BluetoothAdapterService: onUnbind() - calling cleanup +02-27 08:07:37.021 17857 17857 D BluetoothAdapterService: cleanup() +02-27 08:07:37.021 17857 18373 W bt_osi_thread: system/bt/osi/src/thread.cc:239 run_thread: run_thread: thread id 18373, thread name btif_sock exited +02-27 08:07:37.021 17857 18364 I bt_stack: [INFO:bta_jv_act.cc(564)] bta_jv_disable +02-27 08:07:37.025 18030 18250 E ActivityThread: Failed to find provider info for instantapp-dev-manager +02-27 08:07:37.026 17857 18364 I bt_stack: [INFO:gatt_api.cc(1042)] GATT_Deregister gatt_if=3 +02-27 08:07:37.027 505 553 W Searchables: No global search activity found +02-27 08:07:37.029 17857 18244 D AdapterProperties: Name is: sdk_google_atv64_arm64 +02-27 08:07:37.030 505 505 W Looper : Drained +02-27 08:07:37.030 505 505 D BluetoothManagerService: Bluetooth Adapter address changed to BB:BB:BB:00:00:01 +02-27 08:07:37.032 17698 17698 I ShortcutsDataManager: AbstractContentDataManager.startImportContentTask():235 startImportContentTask() +02-27 08:07:37.037 505 505 D BluetoothManagerService: Stored Bluetoothaddress: BB:BB:BB:00:00:01 +02-27 08:07:37.038 505 505 D BluetoothManagerService: Bluetooth Adapter name changed to sdk_google_atv64_arm64 by android +02-27 08:07:37.038 505 505 D BluetoothManagerService: Stored Bluetooth name: sdk_google_atv64_arm64 +02-27 08:07:37.040 505 542 W Looper : Slow dispatch took 6646ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:07:37.045 505 542 W Looper : Slow delivery took 3043ms android.fg h=android.os.Handler c=com.android.server.location.injector.SystemAppForegroundHelper$$ExternalSyntheticLambda1@c9d91f9 m=0 +02-27 08:07:37.061 17857 18244 D AdapterProperties: Scan Mode:20 +02-27 08:07:37.062 17857 18244 D AdapterProperties: Discoverable Timeout:120 +02-27 08:07:37.089 182 182 I lowmemorykiller: Kill 'com.google.process.gapps' (18014), uid 10057, oom_score_adj 700 to free 46912kB rss, 0kB swap; reason: min watermark is breached and thrashing (111%) +02-27 08:07:37.090 17857 18099 I AdapterState: OFF : Unhandled message - BLE_STARTED +02-27 08:07:37.094 17698 17806 I ShortcutsDataManager: AbstractContentDataManager$ImportContentTask.doInBackground():249 doInBackground() +02-27 08:07:37.156 505 540 W ContentProviderHelper: Slow operation: 52ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:07:37.156 505 540 W ContentProviderHelper: Slow operation: 52ms so far, now at getContentProviderImpl: done! +02-27 08:07:37.163 505 1395 I ActivityManager: Process com.google.process.gapps (pid 18014) has died: prev LAST +02-27 08:07:37.167 182 182 I lowmemorykiller: Kill 'com.google.android.inputmethod.latin' (17698), uid 10066, oom_score_adj 200 to free 64652kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:07:37.167 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 18014 in 0ms +02-27 08:07:37.175 322 322 I Zygote : Process 18014 exited due to signal 9 (Killed) +02-27 08:07:37.189 18195 18304 W Role : Cannot get ApplicationInfo for default holder: com.google.android.katniss +02-27 08:07:37.195 505 1395 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10049; state: DISABLED +02-27 08:07:37.196 322 322 I Zygote : Process 17698 exited due to signal 9 (Killed) +02-27 08:07:37.206 182 182 I lowmemorykiller: Kill 'com.google.android.tv.remote.service' (18203), uid 10049, oom_score_adj 100 to free 66736kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:07:37.207 505 891 I WindowManager: WIN DEATH: Window{22c692b u0 InputMethod} +02-27 08:07:37.208 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:07:37.216 505 891 W InputManager-JNI: Input channel object '22c692b InputMethod (client)' was disposed without first being removed with the input manager! +02-27 08:07:37.217 18195 18304 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:07:37.230 17857 18364 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2586 bta_dm_disable_conn_down_timer_cback: Stack device manager shutdown completed +02-27 08:07:37.231 505 505 W Looper : Slow dispatch took 192ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$PostNotificationRunnable@2160087 m=0 +02-27 08:07:37.231 17857 18226 I bt_stack: [INFO:btif_bqr.cc(229)] EnableBtQualityReport: is_enable: false +02-27 08:07:37.234 17857 18226 W bt_stack: [WARNING:btif_bqr.cc(237)] EnableBtQualityReport: Bluetooth Quality Report is disabled. bqr_prop_evtmask: , bqr_prop_interval_ms: +02-27 08:07:37.234 17857 18226 I bt_btif_dm: system/bt/btif/src/btif_dm.cc:1489 BTIF_dm_disable: Stack device manager shutdown finished +02-27 08:07:37.257 18195 18304 W Role : Cannot get ApplicationInfo for default holder: com.android.contacts +02-27 08:07:37.258 18195 18304 W Role : Cannot get ApplicationInfo for default holder: com.android.gallery3d +02-27 08:07:37.270 505 826 I ActivityManager: Process com.google.android.inputmethod.latin (pid 17698) has died: prcp IMPB +02-27 08:07:37.271 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 17698 in 0ms +02-27 08:07:37.275 505 826 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 1000ms for connection +02-27 08:07:37.276 18374 18374 E ding:backgroun: Not starting debugger since process cannot load the jdwp agent. +02-27 08:07:37.605 182 182 I lowmemorykiller: Kill 'com.google.android.permissioncontroller' (18195), uid 10077, oom_score_adj 100 to free 63160kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:07:37.643 505 542 W Looper : Drained +02-27 08:07:37.645 505 544 D BluetoothManagerService: MESSAGE_RESTART_BLUETOOTH_SERVICE: retry count=2 +02-27 08:07:37.648 322 322 I Zygote : Process 18195 exited due to signal 9 (Killed) +02-27 08:07:37.650 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 17698 +02-27 08:07:37.655 322 322 I Zygote : Process 18203 exited due to signal 9 (Killed) +02-27 08:07:37.657 505 543 W Looper : Slow dispatch took 377ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:07:37.657 505 543 W Looper : Slow delivery took 381ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:07:37.658 505 2621 I ActivityManager: Process com.google.android.tv.remote.service (pid 18203) has died: vis FGS +02-27 08:07:37.660 505 556 I libprocessgroup: Successfully killed process cgroup uid 10049 pid 18203 in 0ms +02-27 08:07:37.669 505 544 D BluetoothManagerService: binding Bluetooth service +02-27 08:07:37.670 505 543 W Looper : Drained +02-27 08:07:37.676 505 2621 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.RemoteService in 36652ms for start-requested +02-27 08:07:37.676 505 2621 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.AtvRemoteProviderService in 10599ms for connection +02-27 08:07:37.721 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:07:37.733 505 1684 I ActivityManager: Process com.google.android.permissioncontroller (pid 18195) has died: vis IMPF +02-27 08:07:37.734 505 556 I libprocessgroup: Successfully killed process cgroup uid 10077 pid 18195 in 0ms +02-27 08:07:37.734 505 1684 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.role.service.RoleControllerServiceImpl in 20541ms for connection +02-27 08:07:37.734 505 1684 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.permission.service.PermissionControllerServiceImpl in 46594ms for connection +02-27 08:07:37.791 505 544 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 1002; state: DISABLED +02-27 08:07:37.812 17857 17857 W BluetoothSdpJni: Cleaning up Bluetooth SDP Interface... +02-27 08:07:37.814 17931 17931 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 10 +02-27 08:07:37.828 17857 17857 W BluetoothSdpJni: Cleaning up Bluetooth SDP object +02-27 08:07:37.830 505 505 W InputMethodManagerService: Session failed to close due to remote exception +02-27 08:07:37.830 505 505 W InputMethodManagerService: android.os.DeadObjectException +02-27 08:07:37.830 505 505 W InputMethodManagerService: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:07:37.830 505 505 W InputMethodManagerService: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:07:37.830 505 505 W InputMethodManagerService: at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:425) +02-27 08:07:37.830 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.finishSessionLocked(InputMethodManagerService.java:2812) +02-27 08:07:37.830 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearClientSessionLocked(InputMethodManagerService.java:2803) +02-27 08:07:37.830 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:2830) +02-27 08:07:37.830 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:2859) +02-27 08:07:37.830 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:2097) +02-27 08:07:37.830 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:2112) +02-27 08:07:37.830 505 505 W InputMethodManagerService: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:07:37.830 505 505 W InputMethodManagerService: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:07:37.830 505 505 W InputMethodManagerService: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:07:37.830 505 505 W InputMethodManagerService: at android.os.Looper.loop(Looper.java:288) +02-27 08:07:37.830 505 505 W InputMethodManagerService: at com.android.server.SystemServer.run(SystemServer.java:903) +02-27 08:07:37.830 505 505 W InputMethodManagerService: at com.android.server.SystemServer.main(SystemServer.java:610) +02-27 08:07:37.830 505 505 W InputMethodManagerService: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:07:37.830 505 505 W InputMethodManagerService: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:07:37.830 505 505 W InputMethodManagerService: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) +02-27 08:07:37.832 17857 17857 D BluetoothKeystoreService: cleanup +02-27 08:07:37.832 17857 17857 D BluetoothKeystoreService: setBluetoothKeystoreService(): set to: null +02-27 08:07:37.848 17857 17857 D BluetoothAdapterService: cleanup() - Cleaning up adapter native +02-27 08:07:37.864 505 505 W Looper : Slow dispatch took 619ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@a965195 m=0 +02-27 08:07:37.867 505 505 W Looper : Slow delivery took 668ms main h=android.app.PropertyInvalidatedCache$AutoCorker$1 c=null m=0 +02-27 08:07:37.887 17931 17931 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 15 +02-27 08:07:37.921 182 182 W lowmemorykiller: Failed to get t_pid for '0' of pid(17931) +02-27 08:07:37.921 182 182 I lowmemorykiller: Kill 'com.android.vending' (17931), uid 10058, oom_score_adj 250 to free 83484kB rss, 0kB swap; reason: min watermark is breached and thrashing (93%) +02-27 08:07:37.925 505 1684 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10058; state: DISABLED +02-27 08:07:37.925 505 1684 W ActivityManager: Slow operation: 77ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:07:37.947 505 1684 W ActivityManager: Slow operation: 99ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:07:37.947 505 1684 W ActivityManager: Slow operation: 99ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:07:37.949 18030 18071 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:07:37.974 322 322 I Zygote : Process 17931 exited due to signal 9 (Killed) +02-27 08:07:37.982 18030 18071 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:07:37.984 505 1684 W ActivityManager: Slow operation: 136ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:07:37.986 18374 18374 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:07:37.994 505 505 W Looper : Slow dispatch took 127ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$$ExternalSyntheticLambda7@2e12e9b m=0 +02-27 08:07:38.008 182 182 I lowmemorykiller: Kill 'com.google.android.tvlauncher' (17856), uid 10048, oom_score_adj 0 to free 103884kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:07:38.033 322 322 I Zygote : Process 17856 exited due to signal 9 (Killed) +02-27 08:07:38.037 182 182 I lowmemorykiller: Kill 'com.google.android.gms.persistent' (18030), uid 10057, oom_score_adj 0 to free 81676kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:07:38.040 505 595 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/17856, android.os.BinderProxy@ae949e4) +02-27 08:07:38.049 505 830 I WindowManager: WIN DEATH: Window{b2c136e u0 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:07:38.050 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 17931 in 0ms +02-27 08:07:38.050 505 1212 I ActivityManager: Process com.android.vending (pid 17931) has died: prcl TRNB +02-27 08:07:38.064 505 830 W InputManager-JNI: Input channel object 'b2c136e com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:07:38.089 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=236, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:07:38.089 505 2569 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/17856, android.os.BinderProxy@f1a1977) +02-27 08:07:38.119 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=241, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:07:38.138 182 182 I lowmemorykiller: Kill 'com.android.vending:background' (18374), uid 10058, oom_score_adj 0 to free 66728kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:07:38.146 505 542 I ServiceWatcher: [GeocoderProxy] disconnected from 10057/com.google.android.gms/.location.geocode.GeocodeService@2 +02-27 08:07:38.146 505 542 I ServiceWatcher: [fused] disconnected from 10057/com.google.android.gms/com.google.android.location.fused.FusedLocationService@1 +02-27 08:07:38.147 322 322 I Zygote : Process 18030 exited due to signal 9 (Killed) +02-27 08:07:38.153 322 322 I Zygote : Process 18374 exited due to signal 9 (Killed) +02-27 08:07:38.153 17913 17913 E BulkCursor: Unable to get window because the remote process is dead +02-27 08:07:38.153 17913 17913 W BulkCursor: Remote process exception when closing +02-27 08:07:38.154 182 182 I lowmemorykiller: Kill 'com.google.android.gms' (17913), uid 10057, oom_score_adj 0 to free 66592kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:07:38.173 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 08:07:38.178 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:07:38.179 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:07:38.192 505 1212 W ActivityManager: Exception when unbinding service com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService +02-27 08:07:38.192 505 1212 W ActivityManager: android.os.DeadObjectException +02-27 08:07:38.192 505 1212 W ActivityManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:07:38.192 505 1212 W ActivityManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:07:38.192 505 1212 W ActivityManager: at android.app.IApplicationThread$Stub$Proxy.scheduleUnbindService(IApplicationThread.java:1790) +02-27 08:07:38.192 505 1212 W ActivityManager: at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:4453) +02-27 08:07:38.192 505 1212 W ActivityManager: at com.android.server.am.ActiveServices.killServicesLocked(ActiveServices.java:4890) +02-27 08:07:38.192 505 1212 W ActivityManager: at com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked(ActivityManagerService.java:11706) +02-27 08:07:38.192 505 1212 W ActivityManager: at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:3015) +02-27 08:07:38.192 505 1212 W ActivityManager: at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:3122) +02-27 08:07:38.192 505 1212 W ActivityManager: at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1437) +02-27 08:07:38.192 505 1212 W ActivityManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:07:38.192 505 1212 W ActivityManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:07:38.195 505 1212 W ActivityManager: Exception when destroying service com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService +02-27 08:07:38.195 505 1212 W ActivityManager: android.os.DeadObjectException +02-27 08:07:38.195 505 1212 W ActivityManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:07:38.195 505 1212 W ActivityManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:07:38.195 505 1212 W ActivityManager: at android.app.IApplicationThread$Stub$Proxy.scheduleStopService(IApplicationThread.java:1538) +02-27 08:07:38.195 505 1212 W ActivityManager: at com.android.server.am.ActiveServices.bringDownServiceLocked(ActiveServices.java:4303) +02-27 08:07:38.195 505 1212 W ActivityManager: at com.android.server.am.ActiveServices.bringDownServiceIfNeededLocked(ActiveServices.java:4138) +02-27 08:07:38.195 505 1212 W ActivityManager: at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:4477) +02-27 08:07:38.195 505 1212 W ActivityManager: at com.android.server.am.ActiveServices.killServicesLocked(ActiveServices.java:4890) +02-27 08:07:38.195 505 1212 W ActivityManager: at com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked(ActivityManagerService.java:11706) +02-27 08:07:38.195 505 1212 W ActivityManager: at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:3015) +02-27 08:07:38.195 505 1212 W ActivityManager: at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:3122) +02-27 08:07:38.195 505 1212 W ActivityManager: at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1437) +02-27 08:07:38.195 505 1212 W ActivityManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:07:38.195 505 1212 W ActivityManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:07:38.196 505 1212 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.scheduler.process.mainimpl.PhoneskyJobServiceMain in 56133ms for connection +02-27 08:07:38.205 322 322 I Zygote : Process 17913 exited due to signal 9 (Killed) +02-27 08:07:38.212 182 182 I lowmemorykiller: Kill 'com.google.android.tvrecommendations' (17963), uid 10052, oom_score_adj 0 to free 59856kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:07:38.229 322 322 I Zygote : Process 17963 exited due to signal 9 (Killed) +02-27 08:07:38.238 182 182 I lowmemorykiller: Kill 'com.google.process.gservices' (17376), uid 10057, oom_score_adj 0 to free 49676kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:07:38.250 322 322 I Zygote : Process 17376 exited due to signal 9 (Killed) +02-27 08:07:38.250 182 182 I lowmemorykiller: Kill 'com.android.providers.tv' (18066), uid 10033, oom_score_adj 0 to free 49632kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:07:38.258 322 322 I Zygote : Process 18066 exited due to signal 9 (Killed) +02-27 08:07:38.273 17857 18226 I bt_core_module: system/bt/btcore/src/module.cc:104 module_shut_down: module_shut_down Shutting down module "btif_config_module" +02-27 08:07:38.304 17857 18226 I bt_core_module: system/bt/btcore/src/module.cc:109 module_shut_down: module_shut_down Shutdown of module "btif_config_module" completed +02-27 08:07:38.307 505 3536 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10052/17963, android.os.BinderProxy@86d5249) +02-27 08:07:38.307 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=238, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] (release request) +02-27 08:07:38.308 505 540 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10052/17963, android.os.BinderProxy@314774e) +02-27 08:07:38.308 505 1684 I ActivityManager: Process com.google.android.tvlauncher (pid 17856) has died: fg TOP +02-27 08:07:38.308 505 1684 W ActivityManager: Exception when unbinding service com.google.android.gms/.gass.GassService +02-27 08:07:38.308 505 1684 W ActivityManager: android.os.DeadObjectException +02-27 08:07:38.308 505 1684 W ActivityManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:07:38.308 505 1684 W ActivityManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:07:38.308 505 1684 W ActivityManager: at android.app.IApplicationThread$Stub$Proxy.scheduleUnbindService(IApplicationThread.java:1790) +02-27 08:07:38.308 505 1684 W ActivityManager: at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:4453) +02-27 08:07:38.308 505 1684 W ActivityManager: at com.android.server.am.ActiveServices.killServicesLocked(ActiveServices.java:4890) +02-27 08:07:38.308 505 1684 W ActivityManager: at com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked(ActivityManagerService.java:11706) +02-27 08:07:38.308 505 1684 W ActivityManager: at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:3015) +02-27 08:07:38.308 505 1684 W ActivityManager: at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:3122) +02-27 08:07:38.308 505 1684 W ActivityManager: at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1437) +02-27 08:07:38.308 505 1684 W ActivityManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:07:38.308 505 1684 W ActivityManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:07:38.308 505 1684 W ActivityManager: Exception when destroying service com.google.android.gms/.gass.GassService +02-27 08:07:38.308 505 1684 W ActivityManager: android.os.DeadObjectException +02-27 08:07:38.308 505 1684 W ActivityManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:07:38.308 505 1684 W ActivityManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:07:38.308 505 1684 W ActivityManager: at android.app.IApplicationThread$Stub$Proxy.scheduleStopService(IApplicationThread.java:1538) +02-27 08:07:38.308 505 1684 W ActivityManager: at com.android.server.am.ActiveServices.bringDownServiceLocked(ActiveServices.java:4303) +02-27 08:07:38.308 505 1684 W ActivityManager: at com.android.server.am.ActiveServices.bringDownServiceIfNeededLocked(ActiveServices.java:4138) +02-27 08:07:38.308 505 1684 W ActivityManager: at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:4477) +02-27 08:07:38.308 505 1684 W ActivityManager: at com.android.server.am.ActiveServices.killServicesLocked(ActiveServices.java:4890) +02-27 08:07:38.308 505 1684 W ActivityManager: at com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked(ActivityManagerService.java:11706) +02-27 08:07:38.308 505 1684 W ActivityManager: at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:3015) +02-27 08:07:38.308 505 1684 W ActivityManager: at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:3122) +02-27 08:07:38.308 505 1684 W ActivityManager: at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1437) +02-27 08:07:38.308 505 1684 W ActivityManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:07:38.308 505 1684 W ActivityManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:07:38.309 505 2113 D NotificationListeners: Removing active service ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:07:38.310 182 182 W lowmemorykiller: Failed to open /proc/17963/oom_score_adj; errno=2: process 17963 might have been killed +02-27 08:07:38.312 17857 18364 I bt_stack: [INFO:message_loop_thread.cc(245)] Run: message loop finished for thread bt_main_thread +02-27 08:07:38.314 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 17856 in 0ms +02-27 08:07:38.320 17857 18226 I bt_core_module: system/bt/btcore/src/module.cc:122 module_clean_up: module_clean_up Cleaning up module "bte_logmsg_module" +02-27 08:07:38.320 17857 18226 I bt_core_module: system/bt/btcore/src/module.cc:127 module_clean_up: module_clean_up Cleanup of module "bte_logmsg_module" completed +02-27 08:07:38.321 505 1684 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10048; state: DISABLED +02-27 08:07:38.322 182 182 W lowmemorykiller: Failed to open /proc/18066/oom_score_adj; errno=2: process 18066 might have been killed +02-27 08:07:38.326 505 505 W Looper : Slow dispatch took 313ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:07:38.327 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 18030 in 0ms +02-27 08:07:38.327 505 2586 I ActivityManager: Process com.google.android.gms.persistent (pid 18030) has died: fg BFGS +02-27 08:07:38.329 505 2586 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.location.geocode.GeocodeService in 175408ms for connection +02-27 08:07:38.329 505 2586 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentBoundBrokerService in 66000ms for connection +02-27 08:07:38.329 505 2586 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.fused.FusedLocationService in 495408ms for connection +02-27 08:07:38.329 505 2586 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.auth.GetToken in 76000ms for connection +02-27 08:07:38.329 505 2586 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.gcm.GcmService in 655408ms for start-requested +02-27 08:07:38.329 505 2586 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService in 989250ms for start-requested +02-27 08:07:38.329 505 2586 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService in 1135408ms for start-requested +02-27 08:07:38.329 505 2586 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentDirectBootAwareApiService in 86000ms for connection +02-27 08:07:38.329 505 2586 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService in 1295408ms for connection +02-27 08:07:38.329 505 2586 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.network.NetworkLocationService in 1455408ms for connection +02-27 08:07:38.329 505 2586 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentApiService in 96000ms for connection +02-27 08:07:38.332 17857 18226 E bt_l2cap: system/bt/main/bte_logmsg.cc:191 LogMsg: L2CA_FreeLePSM: Invalid PSM=39 value! +02-27 08:07:38.334 505 514 I system_server: Background young concurrent copying GC freed 2742489(69MB) AllocSpace objects, 9(1116KB) LOS objects, 46% free, 27MB/51MB, paused 5.435ms,3.828ms total 676.700ms +02-27 08:07:38.336 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 18374 in 0ms +02-27 08:07:38.336 505 541 I ActivityManager: Process com.android.vending:background (pid 18374) has died: fg SVC +02-27 08:07:38.337 17857 18226 I bt_core_module: system/bt/btcore/src/module.cc:104 module_shut_down: module_shut_down Shutting down module "hci_module" +02-27 08:07:38.337 17857 18226 I bt_hci : system/bt/hci/src/hci_layer.cc:266 hci_module_shut_down: hci_module_shut_down +02-27 08:07:38.337 17857 18316 I bt_stack: [INFO:message_loop_thread.cc(245)] Run: message loop finished for thread bt_hci_thread +02-27 08:07:38.345 505 553 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:07:38.345 505 553 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:07:38.345 505 553 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:07:38.345 505 553 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:07:38.345 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 17856 +02-27 08:07:38.346 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:07:38.347 505 2621 I ActivityManager: Process com.google.android.gms (pid 17913) has died: fg BFGS +02-27 08:07:38.347 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 17913 in 0ms +02-27 08:07:38.348 505 2621 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsBoundBrokerService in 105982ms for connection +02-27 08:07:38.348 182 182 W lowmemorykiller: Failed to open /proc/17376/oom_score_adj; errno=2: process 17376 might have been killed +02-27 08:07:38.352 322 322 D Zygote : Forked child process 18396 +02-27 08:07:38.354 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 08:07:38.354 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 08:07:38.354 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 08:07:38.354 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 08:07:38.354 329 329 I android.hardware.bluetooth@1.1-btlinux: BluetoothHci::close() +02-27 08:07:38.356 505 556 I libprocessgroup: Successfully killed process cgroup uid 10033 pid 18066 in 0ms +02-27 08:07:38.357 505 2673 I ActivityManager: Process com.android.providers.tv (pid 18066) has died: prev LAST +02-27 08:07:38.357 329 329 E android.hardware.bluetooth@1.1-btlinux: Unable to open /dev/rfkill +02-27 08:07:38.358 17857 18226 I bt_core_module: system/bt/btcore/src/module.cc:109 module_shut_down: module_shut_down Shutdown of module "hci_module" completed +02-27 08:07:38.360 17857 18226 I bt_core_module: system/bt/btcore/src/module.cc:104 module_shut_down: module_shut_down Shutting down module "btsnoop_module" +02-27 08:07:38.360 17857 18226 I bt_stack: [INFO:btsnoop.cc(356)] delete_btsnoop_files: Deleting snoop logs if they exist. filtered = 1 +02-27 08:07:38.361 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 17376 in 0ms +02-27 08:07:38.361 505 826 I ActivityManager: Process com.google.process.gservices (pid 17376) has died: prev LAST +02-27 08:07:38.364 17857 18226 I bt_stack: [INFO:btsnoop.cc(356)] delete_btsnoop_files: Deleting snoop logs if they exist. filtered = 0 +02-27 08:07:38.364 17857 18226 I bt_core_module: system/bt/btcore/src/module.cc:109 module_shut_down: module_shut_down Shutdown of module "btsnoop_module" completed +02-27 08:07:38.364 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:07:38.364 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:07:38.364 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:07:38.364 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:07:38.364 17857 18226 I bt_core_module: system/bt/btcore/src/module.cc:104 module_shut_down: module_shut_down Shutting down module "controller_module" +02-27 08:07:38.365 505 555 I ActivityManager: Start proc 18396:com.google.android.gms.persistent/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.PersistentBoundBrokerService} +02-27 08:07:38.365 17857 18226 I bt_core_module: system/bt/btcore/src/module.cc:109 module_shut_down: module_shut_down Shutdown of module "controller_module" completed +02-27 08:07:38.365 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 08:07:38.366 17857 18244 D BluetoothAdapterService: stateChangeCallback: disableNative() completed +02-27 08:07:38.368 17857 18226 I bt_stack_manager: system/bt/btif/src/stack_manager.cc:374 event_shut_down_stack: event_shut_down_stack finished +02-27 08:07:38.368 17857 18226 I bt_stack_manager: system/bt/btif/src/stack_manager.cc:394 event_clean_up_stack: event_clean_up_stack is cleaning up the stack +02-27 08:07:38.368 17857 18226 I bt_btif_core: system/bt/btif/src/btif_core.cc:326 btif_cleanup_bluetooth: btif_cleanup_bluetooth entered +02-27 08:07:38.368 17857 18226 I bt_btif_queue: system/bt/btif/src/btif_profile_queue.cc:216 btif_queue_release: btif_queue_release +02-27 08:07:38.368 17857 18244 I bt_stack: [INFO:message_loop_thread.cc(245)] Run: message loop finished for thread bt_jni_thread +02-27 08:07:38.369 17857 18226 I bt_btif_core: system/bt/btif/src/btif_core.cc:334 btif_cleanup_bluetooth: btif_cleanup_bluetooth finished +02-27 08:07:38.369 322 322 D Zygote : Forked child process 18397 +02-27 08:07:38.370 17857 18226 I bt_core_module: system/bt/btcore/src/module.cc:122 module_clean_up: module_clean_up Cleaning up module "stack_config_module" +02-27 08:07:38.370 505 556 I libprocessgroup: Successfully killed process cgroup uid 10052 pid 17963 in 0ms +02-27 08:07:38.370 505 1686 I ActivityManager: Process com.google.android.tvrecommendations (pid 17963) has died: prcl BFGS +02-27 08:07:38.370 505 1686 W ActivityManager: Scheduling restart of crashed service com.google.android.tvrecommendations/.NotificationsService in 58674118656ms for connection +02-27 08:07:38.377 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:07:38.377 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:07:38.377 505 554 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:07:38.378 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:07:38.378 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:07:38.378 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:07:38.378 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:07:38.378 505 555 I ActivityManager: Start proc 18397:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:07:38.380 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:07:38.380 17857 18226 I bt_core_module: system/bt/btcore/src/module.cc:127 module_clean_up: module_clean_up Cleanup of module "stack_config_module" completed +02-27 08:07:38.383 17857 18226 I bt_core_module: system/bt/btcore/src/module.cc:122 module_clean_up: module_clean_up Cleaning up module "interop_module" +02-27 08:07:38.385 17857 18226 I bt_core_module: system/bt/btcore/src/module.cc:127 module_clean_up: module_clean_up Cleanup of module "interop_module" completed +02-27 08:07:38.385 17857 18226 I bt_core_module: system/bt/btcore/src/module.cc:122 module_clean_up: module_clean_up Cleaning up module "btif_config_module" +02-27 08:07:38.386 18396 18396 E .gms.persisten: Not starting debugger since process cannot load the jdwp agent. +02-27 08:07:38.388 505 505 V NotificationListeners: 0 notification listener connection lost: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:07:38.388 322 322 D Zygote : Forked child process 18404 +02-27 08:07:38.389 505 555 I ActivityManager: Start proc 18404:com.google.android.tvlauncher/u0a48 for top-activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:07:38.389 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:07:38.396 505 505 W Looper : Drained +02-27 08:07:38.403 322 322 D Zygote : Forked child process 18415 +02-27 08:07:38.404 505 555 I ActivityManager: Start proc 18415:com.android.vending/u0a58 for broadcast {com.android.vending/com.google.android.finsky.verifier.impl.settings.SingleUserSettingsReceiver} +02-27 08:07:38.410 17857 18226 I bt_core_module: system/bt/btcore/src/module.cc:127 module_clean_up: module_clean_up Cleanup of module "btif_config_module" completed +02-27 08:07:38.411 17857 18226 I bt_core_module: system/bt/btcore/src/module.cc:122 module_clean_up: module_clean_up Cleaning up module "bt_utils_module" +02-27 08:07:38.411 17857 18226 I bt_core_module: system/bt/btcore/src/module.cc:127 module_clean_up: module_clean_up Cleanup of module "bt_utils_module" completed +02-27 08:07:38.411 17857 18226 I bt_core_module: system/bt/btcore/src/module.cc:122 module_clean_up: module_clean_up Cleaning up module "osi_module" +02-27 08:07:38.411 17857 18243 I bt_osi_alarm: system/bt/osi/src/alarm.cc:662 callback_dispatch: callback_dispatch Callback thread exited +02-27 08:07:38.411 17857 18243 W bt_osi_thread: system/bt/osi/src/thread.cc:239 run_thread: run_thread: thread id 18243, thread name alarm_dispatcher exited +02-27 08:07:38.411 18397 18397 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 08:07:38.413 17857 18242 W bt_osi_thread: system/bt/osi/src/thread.cc:239 run_thread: run_thread: thread id 18242, thread name alarm_default_ca exited +02-27 08:07:38.413 17857 18226 I bt_core_module: system/bt/btcore/src/module.cc:127 module_clean_up: module_clean_up Cleanup of module "osi_module" completed +02-27 08:07:38.413 17857 18226 I bt_stack_manager: system/bt/btif/src/stack_manager.cc:407 event_clean_up_stack: event_clean_up_stack finished +02-27 08:07:38.413 17857 18226 I bt_stack: [INFO:message_loop_thread.cc(245)] Run: message loop finished for thread bt_stack_manager_thread +02-27 08:07:38.414 17857 17857 I BluetoothServiceJni: cleanupNative: return from cleanup +02-27 08:07:38.416 18404 18404 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:07:38.429 18415 18415 E android.vendin: Not starting debugger since process cannot load the jdwp agent. +02-27 08:07:38.429 505 826 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10066; state: DISABLED +02-27 08:07:38.434 18397 18397 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 08:07:38.437 18396 18396 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:07:38.460 18415 18415 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:07:38.467 505 826 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:38.467 505 826 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:38.467 505 826 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:38.467 505 826 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:38.467 505 826 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:38.467 505 826 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:38.467 505 826 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:38.467 505 826 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:38.467 505 826 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:38.467 505 826 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:38.469 505 826 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:38.469 505 826 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:38.469 505 826 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:38.469 505 826 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:38.469 505 826 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:38.469 505 826 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:38.469 505 826 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:38.469 505 826 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:38.469 505 826 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:38.469 505 826 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:38.470 505 826 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10048; state: DISABLED +02-27 08:07:38.471 505 826 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10048; state: DISABLED +02-27 08:07:38.471 505 826 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10048; state: DISABLED +02-27 08:07:38.480 18404 18404 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:07:38.483 17857 17857 D BluetoothActiveDeviceManager: cleanup() +02-27 08:07:38.490 17857 17857 D BluetoothAdapterService: onDestroy() +02-27 08:07:38.492 17857 17857 I BluetoothAdapterService: Force exit to cleanup internal state in Bluetooth stack +02-27 08:07:38.494 17857 17857 I droid.bluetoot: System.exit called, status: 0 +02-27 08:07:38.494 17857 17857 I AndroidRuntime: VM exiting with result code 0, cleanup skipped. +02-27 08:07:38.506 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:07:38.517 505 1684 I ActivityManager: Process com.android.bluetooth (pid 17857) has died: psvc PER +02-27 08:07:38.517 505 556 I libprocessgroup: Successfully killed process cgroup uid 1002 pid 17857 in 0ms +02-27 08:07:38.517 505 1684 W ActivityManager: Scheduling restart of crashed service com.android.bluetooth/.btservice.AdapterService in 55811ms for connection +02-27 08:07:38.519 322 322 I Zygote : Process 17857 exited cleanly (0) +02-27 08:07:38.538 18404 18404 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:07:38.542 18397 18397 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:07:38.552 18396 18396 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:07:38.558 18415 18415 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:07:38.598 18404 18404 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:07:38.598 18404 18404 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:07:38.606 18404 18404 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:38.609 18404 18404 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:38.638 18396 18396 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:07:38.638 18396 18396 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:07:38.644 18396 18396 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:07:38.656 18396 18396 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:07:38.660 18397 18397 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 08:07:38.660 18397 18397 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:07:38.664 18397 18397 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:38.665 18397 18397 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:38.712 505 553 E PackageManager: Optimistic bind failed. +02-27 08:07:38.712 505 553 E PackageManager: java.util.concurrent.TimeoutException: [Optimistic Bind] Didn't bind to resolver in time! +02-27 08:07:38.712 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.waitForBindLocked(InstantAppResolverConnection.java:160) +02-27 08:07:38.712 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.bind(InstantAppResolverConnection.java:225) +02-27 08:07:38.712 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.lambda$optimisticBind$0$InstantAppResolverConnection(InstantAppResolverConnection.java:255) +02-27 08:07:38.712 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection$$ExternalSyntheticLambda0.run(Unknown Source:2) +02-27 08:07:38.712 505 553 E PackageManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:07:38.712 505 553 E PackageManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:07:38.712 505 553 E PackageManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:07:38.712 505 553 E PackageManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:07:38.712 505 553 E PackageManager: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:07:38.789 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:07:38.789 505 2673 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:07:38.790 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:07:38.790 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:07:38.790 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:07:38.796 322 322 D Zygote : Forked child process 18473 +02-27 08:07:38.800 505 555 I ActivityManager: Start proc 18473:com.google.process.gservices/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider} +02-27 08:07:38.810 18415 18415 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:07:38.810 18415 18415 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:07:38.811 18415 18415 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:38.811 18415 18415 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:38.836 18473 18473 E ocess.gservice: Not starting debugger since process cannot load the jdwp agent. +02-27 08:07:38.865 505 2586 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:07:38.870 18473 18473 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:07:38.895 18415 18415 I Finsky : [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:07:38.934 18473 18473 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:07:38.934 18473 18473 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:07:38.936 18473 18473 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:38.936 18473 18473 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:38.963 18473 18473 I GservicesProvider: Gservices pushing to system: true; secure/global: true +02-27 08:07:38.978 18397 18397 I DeviceStatusMonitor: DeviceStatusMonitor.updateCountryInfo():121 updateCountryInfo(), notifyAnyway = true +02-27 08:07:38.988 505 541 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:07:38.988 505 541 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:07:38.988 505 541 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:07:38.988 505 541 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:07:38.989 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:07:38.992 18397 18397 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = true +02-27 08:07:38.994 322 322 D Zygote : Forked child process 18504 +02-27 08:07:38.996 505 555 I ActivityManager: Start proc 18504:com.google.android.gms/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.GmsBoundBrokerService} +02-27 08:07:38.998 18397 18397 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:07:38.999 18397 18397 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:07:39.014 18504 18504 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. +02-27 08:07:39.029 18397 18397 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:07:39.030 18504 18504 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:07:39.047 18504 18504 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:07:39.054 18397 18397 I TVLatinApp: TVLatinApp.initialize():527 initialize() +02-27 08:07:39.056 18397 18521 E FileCache: FileCache.clearObsoleteFilesInternal():271 Failed to delete all obsolete files under folder: /data/user_de/0/com.google.android.inputmethod.latin/cache/kb_def +02-27 08:07:39.058 18504 18504 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:07:39.058 18504 18504 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:07:39.058 18504 18504 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:07:39.060 18504 18504 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:07:39.090 18397 18397 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:07:39.096 18397 18492 I LauncherIconVisibilityInitializerBase: LauncherIconVisibilityInitializerBase.lambda$doUpdate$0():52 doUpdate() : Visible = false +02-27 08:07:39.113 18397 18397 I AndroidIME: TVLatinApp.onUserUnlocked():254 device protected preferences are migrated +02-27 08:07:39.156 18397 18530 I SuperpacksManager: SuperpacksManager.initializeInternal():509 initializeInternal() +02-27 08:07:39.165 18397 18528 I ShortcutsDataManager: ShortcutsDataManager.onContentChanged():73 onContentChanged() +02-27 08:07:39.167 18397 18528 I ContactsDataManager: ContactsDataManager.onContentChanged():159 onContentChanged() +02-27 08:07:39.170 18397 18397 I PhenotypeModule: PhenotypeModule.onCreate():142 onCreate() +02-27 08:07:39.170 18397 18397 I PhenotypeModule: PhenotypeModule.maybeFetchAndUpdate():169 maybeFetchAndUpdate: forceRefresh=true +02-27 08:07:39.171 18397 18528 I EmailDataManager: EmailDataManager.onContentChanged():115 onContentChanged() +02-27 08:07:39.176 18397 18538 W putmethod.lati: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:07:39.176 18397 18538 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:07:39.176 18397 18538 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:07:39.273 18415 18503 I Finsky : [50] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 08:07:39.282 18397 18530 I SuperpacksManager: SuperpacksManager.initializeInternal():556 Switched background task scheduler: false +02-27 08:07:39.288 18397 18530 I JobSchedulerImpl: JobSchedulerImpl.schedule():73 Schedule task: superpacks-gc-task. Cancel the pre-existing task. +02-27 08:07:39.294 18404 18549 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:07:39.302 18404 18549 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:07:39.305 18404 18549 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:07:39.313 18415 18503 I Finsky : [50] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 08:07:39.326 18397 18530 I JobSchedulerImpl: JobSchedulerImpl.schedule():91 Schedule task: superpacks-gc-task. Success. +02-27 08:07:39.342 18397 18397 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:07:39.344 18397 18397 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:07:39.344 18397 18397 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:07:39.366 18396 18396 I Safeboot: Checking safeboot... +02-27 08:07:39.380 18415 18415 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:07:39.382 18396 18396 I FixerFramework: Installing ProviderInstaller. +02-27 08:07:39.386 18397 18397 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:07:39.386 18397 18397 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:07:39.389 18415 18415 I Finsky : [2] mre.(3): Resetting scheduler db +02-27 08:07:39.389 18397 18397 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:07:39.400 18404 18404 W ChimeRegistrationManage: Chime not initialized, cannot register for notifications. +02-27 08:07:39.405 18397 18397 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:07:39.406 18397 18397 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:07:39.406 18397 18397 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:07:39.406 18415 18498 W Finsky : [46] ehz.d(18): For unauth, use getDfeApiNonAuthenticated() instead! +02-27 08:07:39.418 18397 18397 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:07:39.418 505 541 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10033; state: DISABLED +02-27 08:07:39.418 505 541 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10033; state: DISABLED +02-27 08:07:39.418 505 541 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10033; state: DISABLED +02-27 08:07:39.418 505 541 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10033; state: ENABLED +02-27 08:07:39.420 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10033; state: ENABLED +02-27 08:07:39.424 18397 18397 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:07:39.424 18397 18397 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:07:39.425 18397 18397 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:07:39.425 18397 18397 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:07:39.425 18397 18397 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:07:39.425 18397 18397 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:07:39.426 322 322 D Zygote : Forked child process 18588 +02-27 08:07:39.428 505 555 I ActivityManager: Start proc 18588:com.android.providers.tv/u0a33 for content provider {com.android.providers.tv/com.android.providers.tv.TvProvider} +02-27 08:07:39.430 18396 18396 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:07:39.430 18396 18396 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:07:39.430 18396 18396 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:07:39.432 18397 18397 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:07:39.432 18397 18397 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:07:39.432 18397 18397 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:07:39.433 18397 18397 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:07:39.436 18397 18397 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:07:39.437 18397 18397 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:07:39.509 18397 18397 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:07:39.514 18397 18397 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:07:39.516 18397 18397 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:07:39.518 18397 18397 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:07:39.560 18404 18404 W Glide : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored +02-27 08:07:39.586 18588 18588 E id.providers.t: Not starting debugger since process cannot load the jdwp agent. +02-27 08:07:39.625 18397 18609 I JapaneseMozcExtension: JapaneseMozcExtension.onCreateServiceInternal():78 onCreateServiceInternal() +02-27 08:07:39.654 18415 18499 I Finsky : [47] kvx.(3): PackageMonitorReceiverImpl - Registering in memory receiver for android.intent.action.PACKAGE_ADDED and android.intent.action.PACKAGE_REMOVED +02-27 08:07:39.654 18415 18569 I Finsky : [56] mar.accept(5): SCH: Scheduling phonesky job Id: 1-1337, CT: 1772153180986, Constraints: [{ L: 43188056, D: 86388056, C: 1, I: 1, N: 1 }] +02-27 08:07:39.654 18415 18569 I Finsky : [56] mar.accept(5): SCH: Scheduling phonesky job Id: 3-8, CT: 1772154257194, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }] +02-27 08:07:39.655 18415 18569 I Finsky : [56] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:07:39.655 18415 18569 I Finsky : [56] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772154157659, Constraints: [{ L: 43200000, D: 44100000, C: 1, I: 1, N: 0 }] +02-27 08:07:39.655 18415 18569 I Finsky : [56] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772154430297, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 08:07:39.664 18397 18614 I NetworkInfoNotification: NetworkInfoNotification$Listener.onReceive():93 onNetworkAvailable: networkState = NON_METERED, isAirplaneModeOn = false +02-27 08:07:39.666 18415 18498 I Finsky : [46] pyq.a(1): Warm data store was already initialized. +02-27 08:07:39.698 505 2673 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10033; state: DISABLED +02-27 08:07:39.736 18415 18569 I Finsky : [56] nlv.run(10): SysCUA: Set {com.android.vending/com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity} enabled state to 0 +02-27 08:07:39.757 18397 18397 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 10 +02-27 08:07:39.757 18397 18397 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 10 +02-27 08:07:39.758 18397 18397 I DeviceStatusMonitor: DeviceStatusMonitor$1.onReceive():58 onReceive() : Action = android.net.conn.CONNECTIVITY_CHANGE +02-27 08:07:39.761 18415 18570 W Finsky : [57] hne.run(49): HibernationActivity not found +02-27 08:07:39.763 18588 18588 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10033; state: ENABLED +02-27 08:07:39.765 18415 18498 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 08:07:39.771 18415 18498 I Finsky : [46] kmj.i(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileMaximum +02-27 08:07:39.772 18415 18498 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 08:07:39.772 18415 18610 I PlayCommon: [74] vac.k(22): Preparing logs for uploading +02-27 08:07:39.776 18415 18498 I Finsky : [46] kmj.h(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileRecommended +02-27 08:07:39.786 18415 18499 I Finsky : [47] pyr.a(1): Warm data store was already initialized. +02-27 08:07:39.798 18415 18628 W android.vendin: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:07:39.798 18415 18628 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:07:39.798 18415 18628 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:07:39.800 18415 18498 I Finsky : [46] vbw.c(2): registerListener +02-27 08:07:39.856 18504 18504 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:07:39.858 18397 18397 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = false +02-27 08:07:39.867 18415 18498 I Finsky : [46] vbw.c(2): registerListener +02-27 08:07:39.870 18504 18504 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:07:39.870 18504 18504 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:07:39.871 18415 18498 I Finsky : [46] jrs.m(5): Enqueuing libraries load for 0 +02-27 08:07:39.873 18415 18569 I Finsky : [56] jrs.t(1): Starting libraries load for 0 +02-27 08:07:39.876 18397 18397 I UrgentSignalsProcessor: UrgentSignalsProcessor.flagUpdated():97 Received flagsUpdated for urgent signal +02-27 08:07:39.877 18588 18588 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.tv' set to: 'default' +02-27 08:07:39.878 18588 18588 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:07:39.878 18415 18498 I Finsky : [46] gcv.j(3): Subscription detail: N/A +02-27 08:07:39.886 18396 18396 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:07:39.888 18588 18588 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:39.888 18588 18588 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:39.889 18415 18499 I Finsky : [47] qfs.s(2): Setup app restrictions monitor +02-27 08:07:39.894 18397 18397 I DictionarySuperpacksManager: DictionarySuperpacksManager$1.onEnabledInputMethodEntriesChanged():60 onEnabledInputMethodEntriesChanged +02-27 08:07:39.900 18588 18588 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10033; state: ENABLED +02-27 08:07:39.904 18397 18397 I MetricsProcessorProviderManager: MetricsProcessorProviderManager.onClearcutAdapterReady():102 onClearcutAdapterReady +02-27 08:07:39.913 18415 18569 I Finsky : [56] jrs.t(23): Finished loading 0 libraries. +02-27 08:07:39.919 505 514 W system_server: Suspending all threads took: 10.703ms +02-27 08:07:39.929 18415 18498 I Finsky : [46] pyq.a(1): Warm data store was already initialized. +02-27 08:07:39.929 18415 18498 I Finsky : [46] pyr.a(1): Warm data store was already initialized. +02-27 08:07:39.933 18504 18504 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:07:39.948 18415 18503 I Finsky : [50] nvc.(2): Item store provider started. +02-27 08:07:39.959 18396 18396 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:07:39.960 18415 18590 I Finsky : [68] mqf.apply(100): SCH: canceling system job 9359 +02-27 08:07:39.980 18504 18504 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:07:40.035 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-BEACON-LOSS +02-27 08:07:40.069 18415 18499 I Finsky : [47] qlg.a(3): Device wide unknown source restriction is changed. +02-27 08:07:40.080 18396 18396 W SQLiteCompatibilityWalFlags: Cannot read global setting sqlite_compatibility_wal_flags - Application state not available +02-27 08:07:40.100 18415 18610 I PlayCommon: [74] vac.k(135): Connecting to server for timestamp: https://play.googleapis.com/play/log/timestamp +02-27 08:07:40.101 505 891 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:07:40.101 505 891 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:07:40.101 505 891 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:07:40.101 505 891 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:07:40.102 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:07:40.105 505 1381 D ConnectivityService: requestNetwork for uid/pid:10048/18404 activeRequest: null callbackRequest: 242 [NetworkRequest [ REQUEST id=243, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:07:40.106 505 709 D ConnectivityService: NetReassign [243 : null → 100] +02-27 08:07:40.108 18404 18404 W PrtnrWidgetInfoLdr: No content provider for OEM widget found +02-27 08:07:40.109 322 322 D Zygote : Forked child process 18644 +02-27 08:07:40.110 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=243, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:07:40.143 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=243, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:07:40.143 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=243, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:07:40.184 505 555 W ActivityManager: Slow operation: 84ms so far, now at startProcess: done updating battery stats +02-27 08:07:40.184 505 555 W ActivityManager: Slow operation: 84ms so far, now at startProcess: building log message +02-27 08:07:40.184 505 555 I ActivityManager: Start proc 18644:com.google.process.gapps/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider} +02-27 08:07:40.184 505 555 W ActivityManager: Slow operation: 84ms so far, now at startProcess: starting to update pids map +02-27 08:07:40.185 505 555 W ActivityManager: Slow operation: 85ms so far, now at startProcess: done updating pids map +02-27 08:07:40.186 18397 18397 I KeyboardDefManager: KeyboardDefManager$LoadKeyboardDefTask$1.onFailure():184 Task to load keyboard def was canceled. +02-27 08:07:40.186 18397 18397 I KeyboardDefManager: java.util.concurrent.CancellationException: Task was cancelled. +02-27 08:07:40.186 18397 18397 I KeyboardDefManager: at jke.s(PG:3) +02-27 08:07:40.186 18397 18397 I KeyboardDefManager: at jke.get(PG:4) +02-27 08:07:40.186 18397 18397 I KeyboardDefManager: at job.k(PG:1) +02-27 08:07:40.186 18397 18397 I KeyboardDefManager: at job.E(PG:2) +02-27 08:07:40.186 18397 18397 I KeyboardDefManager: at jma.run(PG:4) +02-27 08:07:40.186 18397 18397 I KeyboardDefManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:07:40.186 18397 18397 I KeyboardDefManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:07:40.186 18397 18397 I KeyboardDefManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:07:40.186 18397 18397 I KeyboardDefManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:07:40.186 18397 18397 I KeyboardDefManager: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:07:40.186 18397 18397 I KeyboardDefManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:07:40.186 18397 18397 I KeyboardDefManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:07:40.186 18397 18397 I KeyboardDefManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:07:40.213 18415 18590 I Finsky : [68] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 08:07:40.213 18415 18590 I Finsky : [68] mqf.apply(87): SCH: Scheduling system job Id: 9364, L: 0, D: 30084, C: false, I: false, N: 0 +02-27 08:07:40.214 18644 18644 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. +02-27 08:07:40.248 18415 18415 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 10 +02-27 08:07:40.248 18404 18670 E ActivityThread: Failed to find provider info for tvlauncher.mic +02-27 08:07:40.250 18404 18669 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.searchapi.VoiceInteractionProvider +02-27 08:07:40.253 18644 18644 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:07:40.256 505 514 I system_server: Background young concurrent copying GC freed 1031166(26MB) AllocSpace objects, 0(0B) LOS objects, 44% free, 21MB/37MB, paused 5.431ms,10.892ms total 512.027ms +02-27 08:07:40.260 505 891 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10052; state: DISABLED +02-27 08:07:40.260 505 891 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10052; state: DISABLED +02-27 08:07:40.260 505 891 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10052; state: DISABLED +02-27 08:07:40.260 505 891 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10052; state: ENABLED +02-27 08:07:40.260 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10052; state: ENABLED +02-27 08:07:40.266 18396 18455 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:07:40.266 18396 18455 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:07:40.269 322 322 D Zygote : Forked child process 18676 +02-27 08:07:40.270 505 555 I ActivityManager: Start proc 18676:com.google.android.tvrecommendations/u0a52 for content provider {com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationContentProvider} +02-27 08:07:40.276 18404 18669 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:07:40.280 18404 18670 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:07:40.285 18396 18396 I GmsApplication: Registering the BackgroundBroadcastReceiverSupport receiver. +02-27 08:07:40.319 18676 18676 E recommendation: Not starting debugger since process cannot load the jdwp agent. +02-27 08:07:40.320 18396 18396 I GmsReceiverSupport: Registered Receiver for 14+1 IntentFilters +02-27 08:07:40.344 18415 18415 I Finsky : [2] iki.D(3): Installer: Attempting to start installer +02-27 08:07:40.391 346 346 E android.hardware.power.stats@1.0-service-mock: Failed to getEnergyData +02-27 08:07:40.412 18415 18415 I Finsky : [2] vbw.c(2): registerListener +02-27 08:07:40.421 18504 18504 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:07:40.434 18644 18644 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:07:40.434 18644 18644 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:07:40.453 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:07:40.501 18644 18644 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:40.502 18644 18644 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:40.509 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:07:40.541 505 2908 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10052; state: DISABLED +02-27 08:07:40.542 505 2908 W ActivityManager: Slow operation: 124ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:07:40.553 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:07:40.565 18396 18396 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:07:40.565 505 2908 W ActivityManager: Slow operation: 147ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:07:40.565 505 2908 W ActivityManager: Slow operation: 147ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:07:40.566 505 2908 W ActivityManager: Slow operation: 148ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:07:40.569 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:07:40.576 18397 18397 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1145 update screenHeightWithoutNaviBar to: 1080 +02-27 08:07:40.577 18397 18397 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1152 update max height when insets changes +02-27 08:07:40.581 18404 18546 D HostConnection: createUnique: call +02-27 08:07:40.583 18404 18546 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b098c50, tid 18546 +02-27 08:07:40.585 505 2908 W ActivityManager: Slow operation: 167ms so far, now at attachApplicationLocked: after sendPendingBroadcastsLocked +02-27 08:07:40.585 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:07:40.594 18404 18546 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:07:40.601 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:07:40.604 18676 18676 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10052; state: ENABLED +02-27 08:07:40.613 18415 18415 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:07:40.614 18415 18415 I Finsky : [2] pyr.a(1): Warm data store was already initialized. +02-27 08:07:40.631 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 08:07:40.633 18504 18696 I GMS_MM_Logger: Started. +02-27 08:07:40.636 18404 18546 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 08:07:40.636 18504 18695 I Watchcat: Started +02-27 08:07:40.638 18404 18546 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 08:07:40.638 18396 18700 I GMS_MM_Logger: Started. +02-27 08:07:40.640 18404 18546 D EGL_emulation: eglCreateContext: 0xb400007b8b097b10: maj 3 min 0 rcv 3 +02-27 08:07:40.646 18415 18415 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:07:40.646 18396 18699 I Watchcat: Started +02-27 08:07:40.656 18404 18546 D EGL_emulation: eglMakeCurrent: 0xb400007b8b097b10: ver 3 0 (tinfo 0x7da2400080) (first time) +02-27 08:07:40.660 18415 18415 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:07:40.660 18415 18415 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:07:40.686 505 544 E BluetoothManagerService: MESSAGE_TIMEOUT_BIND +02-27 08:07:40.708 18415 18415 I Finsky : [2] ird.(18): Initializing pausers from value store. +02-27 08:07:40.709 18415 18415 I Finsky : [2] ird.(21): Get the following callers from value store []. +02-27 08:07:40.732 18644 18644 I GoogleHttpClient: GMS http client unavailable, use old client +02-27 08:07:40.774 18676 18676 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVRecommendations/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:07:40.826 18396 18424 I .gms.persisten: Waiting for a blocking GC ClassLinker +02-27 08:07:40.841 18396 18406 I .gms.persisten: Background young concurrent copying GC freed 30186(2286KB) AllocSpace objects, 7(140KB) LOS objects, 85% free, 4185KB/28MB, paused 17.107ms,85us total 466.026ms +02-27 08:07:40.851 18396 18424 I .gms.persisten: WaitForGcToComplete blocked ClassLinker on Background for 25.636ms +02-27 08:07:40.880 18644 18644 I CarUiInstaller: CarUiInstaller started for com.google.android.gsf +02-27 08:07:40.910 18415 18415 I Finsky : [2] iki.T(1): Installer: Installer kick - no action, not running yet +02-27 08:07:40.913 18415 18415 I Finsky : [2] msm.onStartJob(3): SCH: job service start with id 9364. +02-27 08:07:40.932 18676 18676 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvrecommendations' set to: 'default' +02-27 08:07:40.933 18676 18676 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:07:40.934 18676 18676 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:40.936 18676 18676 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:40.951 360 446 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 08:07:40.998 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 08:07:40.998 18404 18546 I Gralloc4: mapper 4.x is not supported +02-27 08:07:41.040 18404 18546 D HostConnection: createUnique: call +02-27 08:07:41.041 18404 18546 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b099c10, tid 18546 +02-27 08:07:41.041 18404 18546 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 08:07:41.041 18404 18546 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 08:07:41.057 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 08:07:41.057 18404 18546 W Gralloc4: allocator 4.x is not supported +02-27 08:07:41.120 337 399 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:07:41.146 18415 18446 W android.vendin: Suspending all threads took: 24.029ms +02-27 08:07:41.160 18415 18503 I Finsky : [50] nvc.r(6): Created new item store. +02-27 08:07:41.161 18404 18546 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:07:41.162 337 399 D goldfish-address-space: claimShared: Ask to claim region [0x1f97f4000 0x1f9fe0000] +02-27 08:07:41.178 337 399 D goldfish-address-space: claimShared: Ask to claim region [0x1f9fe0000 0x1fa7cc000] +02-27 08:07:41.183 18415 18610 W PlayCommon: [74] vac.m(1): No account for auth token provided +02-27 08:07:41.184 18415 18610 I PlayCommon: [74] vac.k(169): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true +02-27 08:07:41.249 18676 18676 E ActivityThread: Failed to find provider info for tvlauncher.config +02-27 08:07:41.252 18676 18676 E OemConfigurationData: Error reading content://tvlauncher.config/configuration +02-27 08:07:41.252 18676 18676 E OemConfigurationData: No content provider: content://tvlauncher.config/configuration +02-27 08:07:41.272 18415 18712 I Finsky : [85] heg.g(1): getDownloads() +02-27 08:07:41.348 18415 18610 I PlayCommon: [74] vac.k(202): Successfully uploaded logs. +02-27 08:07:41.389 18504 18513 I gle.android.gm: Background young concurrent copying GC freed 27417(2154KB) AllocSpace objects, 8(160KB) LOS objects, 88% free, 3158KB/27MB, paused 165us,11us total 377.685ms +02-27 08:07:41.389 18415 18567 I Finsky : [55] mnx.a(27): SCH: Satisfied jobs for 9364 are: 10-4, 29-29 +02-27 08:07:41.429 18415 18732 I Finsky : [91] mrk.accept(52): SCH: Job 10-4 starting +02-27 08:07:41.438 18415 18732 I Finsky : [91] mrk.accept(52): SCH: Job 29-29 starting +02-27 08:07:41.486 505 2673 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:07:41.486 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:07:41.486 505 2673 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:07:41.486 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:07:41.486 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:07:41.487 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:07:41.501 18415 18743 I Finsky : [93] pqs.F(0): ProcessRecoveryLogsUtil: No files in recovery directory +02-27 08:07:41.502 18415 18743 I Finsky : [93] mqw.r(4): SCH: jobFinished: 29-29. TimeElapsed: 52ms. +02-27 08:07:41.502 18397 18531 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:07:41.513 322 322 D Zygote : Forked child process 18744 +02-27 08:07:41.517 18415 18557 I Finsky : [52] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772154459360, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 08:07:41.520 505 555 W ActivityManager: Slow operation: 58ms so far, now at startProcess: returned from zygote! +02-27 08:07:41.545 505 555 W ActivityManager: Slow operation: 83ms so far, now at startProcess: done updating battery stats +02-27 08:07:41.545 505 555 W ActivityManager: Slow operation: 83ms so far, now at startProcess: building log message +02-27 08:07:41.545 505 555 I ActivityManager: Start proc 18744:com.android.vending:background/u0a58 for service {com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService} +02-27 08:07:41.545 505 555 W ActivityManager: Slow operation: 83ms so far, now at startProcess: starting to update pids map +02-27 08:07:41.546 505 555 W ActivityManager: Slow operation: 84ms so far, now at startProcess: done updating pids map +02-27 08:07:41.560 18744 18744 E ding:backgroun: Not starting debugger since process cannot load the jdwp agent. +02-27 08:07:41.614 18397 18531 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:07:41.634 18415 18557 I Finsky : [52] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 08:07:41.773 18404 18404 W HomeController: onResume: List view global layout completed. +02-27 08:07:41.828 505 2908 W ActivityManager: Slow operation: 115ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:07:41.829 505 2908 W ActivityManager: Slow operation: 116ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:07:41.829 505 2908 W ActivityManager: Slow operation: 116ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:07:41.829 505 2908 W ActivityManager: Slow operation: 116ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:07:41.932 18404 18733 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:07:41.948 505 2908 W ActivityManager: Slow operation: 235ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:07:41.951 18744 18744 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:07:42.109 18744 18744 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:07:42.176 18396 18424 I FontLog : (REDACTED) Updating from directory version %d to %d from disk +02-27 08:07:42.184 18396 18424 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:07:42.198 18396 18424 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:07:42.208 18744 18744 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:07:42.208 18744 18744 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:07:42.210 18744 18744 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:42.212 18744 18744 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:42.254 18396 18715 I FontLog : (REDACTED) Using directory in FlatBuffer format +02-27 08:07:42.269 18676 18769 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10052; state: ENABLED +02-27 08:07:42.290 18744 18744 I Finsky:background: [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:07:42.508 18396 18424 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:07:42.512 18396 18424 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:07:42.583 18504 18504 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:07:42.585 18504 18504 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:07:42.781 18396 18396 D BoundBrokerSvc: onBind: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:07:42.781 18396 18396 D BoundBrokerSvc: Loading bound service for intent: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:07:42.946 18404 18734 I gmg : Provider GmsCore_OpenSSL not available +02-27 08:07:43.160 505 543 W Looper : Slow delivery took 391ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:07:43.174 18396 18416 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:07:43.184 18404 18404 I Choreographer: Skipped 161 frames! The application may be doing too much work on its main thread. +02-27 08:07:43.221 18744 18744 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 08:07:43.234 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:07:43.267 18744 18744 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 08:07:43.279 505 543 W Looper : Drained +02-27 08:07:43.327 18744 18744 I Finsky:background: [2] jjo.onCreate(2): IPC-SERVER: Starting gRPC host service... +02-27 08:07:43.347 505 615 E RoleControllerManager: Error calling grantDefaultRoles() +02-27 08:07:43.347 505 615 E RoleControllerManager: java.util.concurrent.TimeoutException +02-27 08:07:43.347 505 615 E RoleControllerManager: at com.android.permission.jarjar.com.android.internal.infra.AndroidFuture.triggerTimeout(AndroidFuture.java:290) +02-27 08:07:43.347 505 615 E RoleControllerManager: at com.android.permission.jarjar.com.android.internal.infra.AndroidFuture$$ExternalSyntheticLambda0.run(Unknown Source:2) +02-27 08:07:43.347 505 615 E RoleControllerManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:07:43.347 505 615 E RoleControllerManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:07:43.347 505 615 E RoleControllerManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:07:43.347 505 615 E RoleControllerManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:07:43.347 505 615 E RoleControllerManager: at com.android.server.SystemServer.run(SystemServer.java:903) +02-27 08:07:43.347 505 615 E RoleControllerManager: at com.android.server.SystemServer.main(SystemServer.java:610) +02-27 08:07:43.347 505 615 E RoleControllerManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:07:43.347 505 615 E RoleControllerManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:07:43.347 505 615 E RoleControllerManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) +02-27 08:07:43.471 505 514 W system_server: Suspending all threads took: 15.320ms +02-27 08:07:45.054 18415 18446 W android.vendin: Suspending all threads took: 22.707ms +02-27 08:07:45.753 505 546 I Choreographer: Skipped 89 frames! The application may be doing too much work on its main thread. +02-27 08:07:45.846 505 543 W Looper : Slow dispatch took 1492ms android.ui h=com.android.server.wm.DisplayPolicy$PolicyHandler c=com.android.server.wm.DisplayPolicy$2$$ExternalSyntheticLambda3@a632c4d m=0 +02-27 08:07:45.846 505 543 W Looper : Slow delivery took 1332ms android.ui h=com.android.server.wm.DisplayPolicy$PolicyHandler c=com.android.server.wm.DisplayPolicy$2$$ExternalSyntheticLambda2@4478302 m=0 +02-27 08:07:46.001 505 514 I system_server: Background young concurrent copying GC freed 1054630(27MB) AllocSpace objects, 0(0B) LOS objects, 22% free, 29MB/37MB, paused 126us,15.669ms total 3.227s +02-27 08:07:46.057 18396 18450 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:07:46.078 505 543 W Looper : Drained +02-27 08:07:46.132 18504 18504 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:07:46.132 18504 18504 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:07:46.133 18396 18450 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:07:46.256 505 542 I ServiceWatcher: [GeocoderProxy] connected to {com.google.android.gms/com.google.android.gms.location.geocode.GeocodeService} +02-27 08:07:46.279 18396 18450 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:07:46.280 18396 18450 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:07:46.282 18396 18450 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:07:46.447 505 505 W Looper : Slow dispatch took 121ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$16@e5fcdb9 m=0 +02-27 08:07:46.469 18504 18504 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 08:07:46.472 18504 18504 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 08:07:46.549 18404 18404 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:07:46.549 18404 18404 W Glide : class byq: Received null model +02-27 08:07:46.573 18404 18733 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:222508000 +02-27 08:07:46.574 18404 18733 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 222508000 +02-27 08:07:46.587 18504 18520 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:07:46.587 18504 18520 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:07:46.629 505 542 I ServiceWatcher: [fused] connected to {com.google.android.gms/com.google.android.location.fused.FusedLocationService} +02-27 08:07:46.645 505 540 I LocationManagerService: fused provider loaded extra attribution tags: [activity_recognition_provider, awareness_provider, current_semantic_location, fused_location_provider, fused_provider_shim, geofencer_provider, network_location_calibration, network_location_provider, network_provider_shim] +02-27 08:07:46.731 18404 18404 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:07:46.731 18404 18404 W Glide : class byq: Received null model +02-27 08:07:46.882 18404 18404 I Choreographer: Skipped 212 frames! The application may be doing too much work on its main thread. +02-27 08:07:47.976 505 542 W Looper : Slow dispatch took 944ms android.fg h=android.os.Handler c=com.android.server.location.LocationManagerService$$ExternalSyntheticLambda8@f4def6a m=0 +02-27 08:07:48.328 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-BEACON-LOSS +02-27 08:07:48.856 505 505 W Looper : Slow dispatch took 786ms main h=android.app.PropertyInvalidatedCache$AutoCorker$1 c=null m=0 +02-27 08:07:48.997 505 2476 D ConnectivityService: requestNetwork for uid/pid:10058/18744 activeRequest: null callbackRequest: 244 [NetworkRequest [ REQUEST id=245, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ]] callback flags: 0 priority: 2147483647 +02-27 08:07:49.052 505 709 D ConnectivityService: NetReassign [245 : null → 100] +02-27 08:07:49.054 505 554 W ActivityManager: Slow operation: 54ms so far, now at startProcess: done creating new process record +02-27 08:07:49.054 505 554 W ActivityManager: Slow operation: 54ms so far, now at startProcess: stepping in to startProcess +02-27 08:07:49.368 505 554 W ActivityManager: Slow operation: 313ms so far, now at startProcess: building args +02-27 08:07:49.426 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10049; state: DISABLED +02-27 08:07:49.426 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10049; state: DISABLED +02-27 08:07:49.427 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10049; state: DISABLED +02-27 08:07:49.429 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10049; state: ENABLED +02-27 08:07:49.433 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=245, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 08:07:49.441 505 554 W ActivityManager: Slow operation: 440ms so far, now at startProcess: done starting proc! +02-27 08:07:49.441 505 555 W ActivityManager: Slow operation: 387ms so far, now at startProcess: asking zygote to start proc +02-27 08:07:49.444 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10049; state: ENABLED +02-27 08:07:49.530 18676 18676 E TVNotifService.NotifMgr: Cannot show unshown notifications, notification service is null +02-27 08:07:49.609 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=245, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 08:07:49.610 505 2673 W ContentProviderHelper: Slow operation: 114ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:07:49.614 505 2673 W ContentProviderHelper: Slow operation: 118ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:07:49.614 505 2673 W ContentProviderHelper: Slow operation: 118ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:07:49.614 505 2673 W ContentProviderHelper: Slow operation: 118ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:07:49.620 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=245, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 08:07:49.649 18396 18396 W .gms.persisten: Accessing hidden method Landroid/net/ConnectivityManager;->isNetworkTypeMobile(I)Z (max-target-p, reflection, denied) +02-27 08:07:49.714 505 2673 W ContentProviderHelper: Slow operation: 217ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:07:49.714 505 2673 W ContentProviderHelper: Slow operation: 218ms so far, now at getContentProviderImpl: done! +02-27 08:07:49.740 18404 18404 I Choreographer: Skipped 132 frames! The application may be doing too much work on its main thread. +02-27 08:07:49.857 322 322 D Zygote : Forked child process 18814 +02-27 08:07:49.857 505 555 W ActivityManager: Slow operation: 803ms so far, now at startProcess: returned from zygote! +02-27 08:07:49.880 18404 18546 D EGL_emulation: app_time_stats: avg=2274.02ms min=12.80ms max=5752.33ms count=3 +02-27 08:07:50.040 505 545 W ActivityManager: Stopping service due to app idle: u0a49 -31s722ms com.google.android.tv.remote.service/.RemoteService +02-27 08:07:50.047 18404 18404 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:07:50.132 505 543 W Looper : Slow dispatch took 284ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:07:51.426 505 514 W system_server: Suspending all threads took: 160.454ms +02-27 08:07:52.034 18814 18814 E .remote.servic: Not starting debugger since process cannot load the jdwp agent. +02-27 08:07:52.138 182 182 I lowmemorykiller: Kill 'com.google.process.gapps' (18644), uid 10057, oom_score_adj 700 to free 47856kB rss, 0kB swap; reason: min watermark is breached and thrashing (117%) +02-27 08:07:52.164 182 182 I lowmemorykiller: Kill 'com.android.vending' (18415), uid 10058, oom_score_adj 250 to free 78900kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:07:52.173 322 322 I Zygote : Process 18644 exited due to signal 9 (Killed) +02-27 08:07:52.190 322 322 I Zygote : Process 18415 exited due to signal 9 (Killed) +02-27 08:07:52.192 182 182 I lowmemorykiller: Kill 'com.google.android.inputmethod.latin' (18397), uid 10066, oom_score_adj 200 to free 62760kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:07:52.349 182 182 I lowmemorykiller: Kill 'com.google.android.gms' (18504), uid 10057, oom_score_adj 100 to free 68540kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:07:52.452 182 182 I lowmemorykiller: Kill 'com.google.android.tvlauncher' (18404), uid 10048, oom_score_adj 0 to free 108840kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:07:52.510 322 322 I Zygote : Process 18397 exited due to signal 9 (Killed) +02-27 08:07:52.534 322 322 I Zygote : Process 18504 exited due to signal 9 (Killed) +02-27 08:07:52.602 322 322 I Zygote : Process 18404 exited due to signal 9 (Killed) +02-27 08:07:52.748 18814 18825 I .remote.servic: Background young concurrent copying GC freed 12499(536KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1839KB/25MB, paused 17.673ms,6us total 558.819ms +02-27 08:07:52.972 505 2113 E IPCThreadState: binder thread pool (31 threads) starved for 441 ms +02-27 08:07:53.028 505 1925 I WindowManager: WIN DEATH: Window{687e8cd u0 InputMethod} +02-27 08:07:53.057 505 826 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/18404, android.os.BinderProxy@699780e) +02-27 08:07:53.102 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=243, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:07:53.162 505 1925 W InputManager-JNI: Input channel object '687e8cd InputMethod (client)' was disposed without first being removed with the input manager! +02-27 08:07:53.219 182 182 W lowmemorykiller: Failed to open /proc/18504/oom_score_adj; errno=2: process 18504 might have been killed +02-27 08:07:53.232 505 514 I system_server: Background concurrent copying GC freed 1297227(33MB) AllocSpace objects, 1(36KB) LOS objects, 44% free, 30MB/54MB, paused 55.716ms,174.688ms total 5.009s +02-27 08:07:53.273 182 182 W lowmemorykiller: Failed to open /proc/18504/oom_score_adj; errno=2: process 18504 might have been killed +02-27 08:07:53.282 182 182 W lowmemorykiller: Failed to open /proc/18504/oom_score_adj; errno=2: process 18504 might have been killed +02-27 08:07:53.318 182 182 W lowmemorykiller: Failed to open /proc/18415/oom_score_adj; errno=2: process 18415 might have been killed +02-27 08:07:53.328 505 2251 W InputMethodManagerService: Session failed to close due to remote exception +02-27 08:07:53.328 505 2251 W InputMethodManagerService: android.os.DeadObjectException +02-27 08:07:53.328 505 2251 W InputMethodManagerService: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:07:53.328 505 2251 W InputMethodManagerService: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:07:53.328 505 2251 W InputMethodManagerService: at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:425) +02-27 08:07:53.328 505 2251 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.finishSessionLocked(InputMethodManagerService.java:2812) +02-27 08:07:53.328 505 2251 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearClientSessionLocked(InputMethodManagerService.java:2803) +02-27 08:07:53.328 505 2251 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.removeClient(InputMethodManagerService.java:2323) +02-27 08:07:53.328 505 2251 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService$ClientDeathRecipient.binderDied(InputMethodManagerService.java:467) +02-27 08:07:53.328 505 2251 W InputMethodManagerService: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:07:53.328 505 2251 W InputMethodManagerService: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:07:53.458 18396 18396 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:07:53.531 505 890 I WindowManager: WIN DEATH: Window{bd94c15 u0 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:07:53.532 505 890 W InputManager-JNI: Input channel object 'bd94c15 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:07:53.604 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 08:07:53.605 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:07:53.684 505 891 W BroadcastQueue: Exception when sending broadcast to ComponentInfo{com.android.vending/com.google.android.finsky.verifier.impl.settings.SingleUserSettingsReceiver} +02-27 08:07:53.684 505 891 W BroadcastQueue: android.os.DeadObjectException +02-27 08:07:53.684 505 891 W BroadcastQueue: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:07:53.684 505 891 W BroadcastQueue: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:07:53.684 505 891 W BroadcastQueue: at android.app.IApplicationThread$Stub$Proxy.scheduleReceiver(IApplicationThread.java:1487) +02-27 08:07:53.684 505 891 W BroadcastQueue: at com.android.server.am.BroadcastQueue.processCurBroadcastLocked(BroadcastQueue.java:326) +02-27 08:07:53.684 505 891 W BroadcastQueue: at com.android.server.am.BroadcastQueue.processNextBroadcastLocked(BroadcastQueue.java:1755) +02-27 08:07:53.684 505 891 W BroadcastQueue: at com.android.server.am.ActivityManagerService.finishReceiver(ActivityManagerService.java:13706) +02-27 08:07:53.684 505 891 W BroadcastQueue: at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2371) +02-27 08:07:53.684 505 891 W BroadcastQueue: at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2498) +02-27 08:07:53.684 505 891 W BroadcastQueue: at android.os.Binder.execTransactInternal(Binder.java:1184) +02-27 08:07:53.684 505 891 W BroadcastQueue: at android.os.Binder.execTransact(Binder.java:1143) +02-27 08:07:53.688 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 18415 in 0ms +02-27 08:07:53.688 505 891 E ActivityManager: ProcessRecord{924f414 18415:com.android.vending/u0a58} is attached to a previous process +02-27 08:07:53.711 505 891 E ActivityManager: Already have existing proc ProcessRecord{924f414 18415:com.android.vending/u0a58} when adding ProcessRecord{8f65b79 0:com.android.vending/u0a58} +02-27 08:07:53.736 505 891 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:07:53.763 505 891 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:07:53.766 505 891 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:07:53.766 505 891 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:07:53.766 505 891 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:07:53.766 505 891 W ActivityManager: Slow operation: 82ms so far, now at startProcess: done starting proc! +02-27 08:07:53.781 182 182 W lowmemorykiller: Failed to open /proc/18504/oom_score_adj; errno=2: process 18504 might have been killed +02-27 08:07:53.828 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 18397 in 0ms +02-27 08:07:53.828 505 1680 I ActivityManager: Process com.google.android.inputmethod.latin (pid 18397) has died: prcp IMPB +02-27 08:07:53.855 505 1680 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 14437ms for connection +02-27 08:07:53.862 182 182 W lowmemorykiller: Failed to open /proc/18415/oom_score_adj; errno=2: process 18415 might have been killed +02-27 08:07:53.882 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 18504 in 0ms +02-27 08:07:53.882 505 830 I ActivityManager: Process com.google.android.gms (pid 18504) has died: vis BTOP +02-27 08:07:53.885 505 830 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsBoundBrokerService in 50443ms for connection +02-27 08:07:53.894 505 554 I DropBoxManagerService: add tag=system_server_wtf isTagEnabled=true flags=0x2 +02-27 08:07:53.938 505 2569 I ActivityManager: Process com.google.android.tvlauncher (pid 18404) has died: fg TOP +02-27 08:07:53.940 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 18404 in 0ms +02-27 08:07:53.972 505 554 I DropBoxManagerService: add tag=system_server_wtf isTagEnabled=true flags=0x2 +02-27 08:07:54.129 505 1698 W ActivityManager: Failure sending service com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService to connection android.os.BinderProxy@8de32b6 (in com.android.vending) +02-27 08:07:54.129 505 1698 W ActivityManager: android.os.DeadObjectException +02-27 08:07:54.129 505 1698 W ActivityManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:07:54.129 505 1698 W ActivityManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:07:54.129 505 1698 W ActivityManager: at android.app.IServiceConnection$Stub$Proxy.connected(IServiceConnection.java:131) +02-27 08:07:54.129 505 1698 W ActivityManager: at com.android.server.am.ActiveServices.publishServiceLocked(ActiveServices.java:2930) +02-27 08:07:54.129 505 1698 W ActivityManager: at com.android.server.am.ActivityManagerService.publishService(ActivityManagerService.java:12021) +02-27 08:07:54.129 505 1698 W ActivityManager: at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2650) +02-27 08:07:54.129 505 1698 W ActivityManager: at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2498) +02-27 08:07:54.129 505 1698 W ActivityManager: at android.os.Binder.execTransactInternal(Binder.java:1179) +02-27 08:07:54.129 505 1698 W ActivityManager: at android.os.Binder.execTransact(Binder.java:1143) +02-27 08:07:54.132 505 2796 W ActivityManager: Slow operation: 5078ms so far, now at startProcess: done updating battery stats +02-27 08:07:54.133 505 2796 W ActivityManager: Slow operation: 5079ms so far, now at startProcess: building log message +02-27 08:07:54.133 505 2796 I ActivityManager: Start proc 18814:com.google.android.tv.remote.service/u0a49 for service {com.google.android.tv.remote.service/com.google.android.tv.remote.service.AtvRemoteProviderService} +02-27 08:07:54.133 505 2796 W ActivityManager: Slow operation: 5079ms so far, now at startProcess: starting to update pids map +02-27 08:07:54.133 505 2796 W ActivityManager: Slow operation: 5079ms so far, now at startProcess: done updating pids map +02-27 08:07:54.191 505 2796 W ActivityManager: Slow operation: 61ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:07:54.191 505 2796 W ActivityManager: Slow operation: 61ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:07:54.224 18676 18812 W recommendation: Verification of void ai.(java.lang.String) took 124.999ms (56.00 bytecodes/s) (1424B approximate peak alloc) +02-27 08:07:54.224 505 2796 W ActivityManager: Slow operation: 94ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:07:54.230 18814 18814 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10049; state: ENABLED +02-27 08:07:54.258 18744 18744 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 5 +02-27 08:07:54.285 505 555 W ActivityManager: Slow operation: 563ms so far, now at startProcess: asking zygote to start proc +02-27 08:07:54.290 18396 18701 E ActivityThread: Failed to find provider info for instantapp-dev-manager +02-27 08:07:54.305 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 18415 in 0ms +02-27 08:07:54.309 505 1685 I ActivityManager: Process com.android.vending (pid 18415) has died: prcl TRNB +02-27 08:07:54.310 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:07:54.313 505 505 W Looper : Slow dispatch took 4219ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:07:54.314 505 1685 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.scheduler.process.mainimpl.PhoneskyJobServiceMain in 60014ms for connection +02-27 08:07:54.317 18744 18744 I Finsky:background: [2] jjo.onDestroy(8): IPC-SERVER: Stopping gRPC host service... +02-27 08:07:54.318 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 18397 +02-27 08:07:54.321 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 18404 +02-27 08:07:54.321 505 505 W Looper : Slow delivery took 4295ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:07:54.337 505 1381 I ActivityManager: Process com.google.process.gapps (pid 18644) has died: prev LAST +02-27 08:07:54.340 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 18644 in 0ms +02-27 08:07:54.354 18744 18744 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 80 +02-27 08:07:54.362 505 554 W BroadcastQueue: Skipping deliver [background] BroadcastRecord{465d097 u0 android.intent.action.PACKAGE_CHANGED} to ReceiverList{c81b088 18404 com.google.android.tvlauncher/10048/u0 remote:af7242b}: process gone or crashing +02-27 08:07:54.362 505 554 W BroadcastQueue: Skipping deliver [background] BroadcastRecord{465d097 u0 android.intent.action.PACKAGE_CHANGED} to ReceiverList{757eaaf 18404 com.google.android.tvlauncher/10048/u0 remote:10ce28e}: process gone or crashing +02-27 08:07:54.386 505 542 D CompanionDeviceManagerService: onPackageModified(packageName = com.google.android.tvrecommendations) +02-27 08:07:54.388 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:07:54.388 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:07:54.388 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:07:54.388 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:07:54.397 322 322 D Zygote : Forked child process 18844 +02-27 08:07:54.408 505 555 W ActivityManager: Slow operation: 686ms so far, now at startProcess: returned from zygote! +02-27 08:07:54.414 505 555 W ActivityManager: Slow operation: 692ms so far, now at startProcess: done updating battery stats +02-27 08:07:54.414 505 555 W ActivityManager: Slow operation: 692ms so far, now at startProcess: building log message +02-27 08:07:54.414 505 555 I ActivityManager: Start proc 18844:com.android.vending/u0a58 for broadcast {com.android.vending/com.google.android.finsky.verifier.impl.settings.SingleUserSettingsReceiver} +02-27 08:07:54.416 505 555 W ActivityManager: Slow operation: 692ms so far, now at startProcess: starting to update pids map +02-27 08:07:54.417 505 555 W ActivityManager: Slow operation: 695ms so far, now at startProcess: done updating pids map +02-27 08:07:54.417 505 555 W ActivityManager: Slow operation: 53ms so far, now at startProcess: asking zygote to start proc +02-27 08:07:54.417 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:07:54.473 18844 18844 E android.vendin: Not starting debugger since process cannot load the jdwp agent. +02-27 08:07:54.480 322 322 D Zygote : Forked child process 18853 +02-27 08:07:54.481 505 555 W ActivityManager: Slow operation: 117ms so far, now at startProcess: returned from zygote! +02-27 08:07:54.483 505 555 W ActivityManager: Slow operation: 119ms so far, now at startProcess: done updating battery stats +02-27 08:07:54.483 505 555 W ActivityManager: Slow operation: 119ms so far, now at startProcess: building log message +02-27 08:07:54.483 505 555 I ActivityManager: Start proc 18853:com.google.android.tvlauncher/u0a48 for top-activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:07:54.483 505 555 W ActivityManager: Slow operation: 119ms so far, now at startProcess: starting to update pids map +02-27 08:07:54.573 505 555 W ActivityManager: Slow operation: 208ms so far, now at startProcess: done updating pids map +02-27 08:07:54.578 505 542 W Looper : Slow dispatch took 145ms android.fg h=android.os.Handler c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@6c446dc m=0 +02-27 08:07:54.579 505 542 W Looper : Slow delivery took 218ms android.fg h=android.os.Handler c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@2b95961 m=0 +02-27 08:07:54.581 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:07:54.583 18853 18853 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:07:54.748 505 542 W Looper : Drained +02-27 08:07:54.774 505 505 W Looper : Slow dispatch took 452ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@492d634 m=0 +02-27 08:07:54.775 18844 18844 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:07:54.816 505 553 W Searchables: No global search activity found +02-27 08:07:54.837 505 1381 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:54.837 505 1381 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:54.838 505 1381 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:54.838 505 1381 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:54.838 505 1381 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:54.838 505 1381 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:54.838 505 1381 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:54.838 505 1381 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:54.838 505 1381 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:54.838 505 1381 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:54.838 505 1381 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:54.838 505 1381 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:54.838 505 1381 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:54.838 505 1381 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:54.838 505 1381 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:54.838 505 1381 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:54.838 505 1381 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:54.838 505 1381 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:54.838 505 1381 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:54.839 505 1381 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:07:54.862 505 1381 W ActivityManager: Slow operation: 55ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:07:54.882 18853 18853 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:07:54.893 505 505 W Looper : Slow dispatch took 110ms main h=com.android.internal.os.HandlerCaller$MyHandler c=null m=7000 +02-27 08:07:54.915 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:07:54.929 505 505 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:07:54.929 505 505 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:07:54.929 505 505 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:07:54.929 505 505 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:07:54.929 505 505 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:07:54.930 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:07:54.933 505 1680 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:07:54.937 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:07:54.964 322 322 D Zygote : Forked child process 18878 +02-27 08:07:54.965 505 555 I ActivityManager: Start proc 18878:com.android.vending:instant_app_installer/u0a58 for service {com.android.vending/com.google.android.finsky.instantapps.metrics.LogFlushJob} +02-27 08:07:55.038 505 542 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10077; state: DISABLED +02-27 08:07:55.049 18676 18676 D NowPlayingListener: setRemoteControlListener: dqv@6e90b4c +02-27 08:07:55.058 18676 18676 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:07:55.060 18676 18676 D NowPlayingManager: onClientChanged() called +02-27 08:07:55.078 18878 18878 E t_app_installe: Not starting debugger since process cannot load the jdwp agent. +02-27 08:07:55.090 505 542 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10077; state: DISABLED +02-27 08:07:55.096 505 542 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10077; state: DISABLED +02-27 08:07:55.097 505 542 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10077; state: DISABLED +02-27 08:07:55.097 505 555 W ActivityManager: Slow operation: 67ms so far, now at startProcess: asking zygote to start proc +02-27 08:07:55.097 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10077; state: DISABLED +02-27 08:07:55.109 505 542 W ActivityManager: Slow operation: 111ms so far, now at startProcess: done starting proc! +02-27 08:07:55.109 505 542 W Looper : Slow dispatch took 112ms android.fg h=android.os.Handler c=com.android.internal.infra.ServiceConnector$Impl$$ExternalSyntheticLambda2@db75683 m=0 +02-27 08:07:55.112 322 322 D Zygote : Forked child process 18890 +02-27 08:07:55.113 505 555 W ActivityManager: Slow operation: 83ms so far, now at startProcess: returned from zygote! +02-27 08:07:55.113 505 555 W ActivityManager: Slow operation: 83ms so far, now at startProcess: done updating battery stats +02-27 08:07:55.113 505 555 W ActivityManager: Slow operation: 83ms so far, now at startProcess: building log message +02-27 08:07:55.113 505 555 I ActivityManager: Start proc 18890:com.google.android.permissioncontroller/u0a77 for service {com.google.android.permissioncontroller/com.android.permissioncontroller.permission.service.PermissionControllerServiceImpl} +02-27 08:07:55.113 505 555 W ActivityManager: Slow operation: 83ms so far, now at startProcess: starting to update pids map +02-27 08:07:55.114 505 555 W ActivityManager: Slow operation: 84ms so far, now at startProcess: done updating pids map +02-27 08:07:55.131 505 505 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:07:55.131 505 505 V NotificationListeners: Not registering ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} is already bound +02-27 08:07:55.141 18676 18676 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:07:55.154 18890 18890 I libc : SetHeapTaggingLevel: tag level set to 0 +02-27 08:07:55.195 18853 18853 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:07:55.214 18890 18890 E ssioncontrolle: Not starting debugger since process cannot load the jdwp agent. +02-27 08:07:55.280 18844 18844 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:07:55.313 18814 18814 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AtvRemoteService/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:07:55.315 505 505 W Looper : Slow dispatch took 183ms main h=android.os.Handler c=com.android.server.tv.TvRemoteProviderWatcher$2@82b00e9 m=0 +02-27 08:07:55.315 505 505 V NotificationListeners: 0 notification listener service connected: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:07:55.343 505 615 I RoleService: Granting default roles... +02-27 08:07:55.362 505 505 W Looper : Drained +02-27 08:07:55.367 505 1685 D CompatibilityChangeReporter: Compat change id reported: 171306433; UID 10057; state: ENABLED +02-27 08:07:55.378 505 1686 W ActivityManager: Slow operation: 60ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:07:55.381 505 1680 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10077; state: DISABLED +02-27 08:07:55.405 18878 18878 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:07:55.473 505 1680 W ActivityManager: Slow operation: 93ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:07:55.476 18890 18890 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10077; state: DISABLED +02-27 08:07:55.485 18853 18853 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:07:55.485 18853 18853 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:07:55.493 18853 18853 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:55.498 18853 18853 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:55.504 505 2796 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:07:55.557 505 540 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:07:55.608 18676 18778 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:07:55.608 18676 18778 W GmsClient: android.os.DeadObjectException +02-27 08:07:55.608 18676 18778 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:07:55.608 18676 18778 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:07:55.608 18676 18778 W GmsClient: at bsl.u(PG:14) +02-27 08:07:55.608 18676 18778 W GmsClient: at apo.run(PG:31) +02-27 08:07:55.608 18676 18778 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:07:55.608 18676 18778 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:07:55.608 18676 18778 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:07:55.608 18676 18778 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:07:55.608 18676 18778 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:07:55.617 18814 18814 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tv.remote.service' set to: 'default' +02-27 08:07:55.617 18814 18814 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:07:55.633 18814 18814 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:55.634 18814 18814 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:55.637 18890 18890 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar +02-27 08:07:55.710 18878 18878 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:07:55.782 505 540 D ConnectivityService: requestNetwork for uid/pid:10052/18676 activeRequest: null callbackRequest: 247 [NetworkRequest [ REQUEST id=248, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ]] callback flags: 0 priority: 2147483647 +02-27 08:07:55.816 770 770 D TvNotificationHandler: Notification added +02-27 08:07:55.954 505 709 D ConnectivityService: NetReassign [248 : null → 100] +02-27 08:07:55.956 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=248, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:07:55.957 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=248, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:07:55.957 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=248, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:07:55.957 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:07:56.033 18814 18814 I AtvRemote.Application: Application started +02-27 08:07:56.046 18396 18699 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:07:56.046 18396 18699 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:07:56.050 18396 18699 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:07:56.083 505 542 W Looper : Slow dispatch took 138ms android.fg h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null m=2 +02-27 08:07:56.181 18676 18812 I cr_CronetLibraryLoader: Cronet version: 105.0.5195.35, arch: aarch64 +02-27 08:07:57.052 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-BEACON-LOSS +02-27 08:07:57.290 505 514 I system_server: Background young concurrent copying GC freed 1601713(41MB) AllocSpace objects, 7(564KB) LOS objects, 62% free, 14MB/38MB, paused 2.115ms,124us total 1.556s +02-27 08:07:57.322 18890 18905 I ssioncontrolle: Background young concurrent copying GC freed 12949(591KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1863KB/25MB, paused 311us,71.176ms total 105.231ms +02-27 08:07:57.374 505 505 W Looper : Slow dispatch took 1066ms main h=android.app.PropertyInvalidatedCache$AutoCorker$1 c=null m=0 +02-27 08:07:57.466 18853 18869 W roid.tvlaunche: Suspending all threads took: 12.311ms +02-27 08:07:57.541 18878 18878 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:07:57.541 18878 18878 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:07:57.546 18844 18844 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:07:57.546 18844 18844 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:07:57.592 18890 18890 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.permissioncontroller' set to: 'default' +02-27 08:07:57.593 18890 18890 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:07:57.601 18890 18890 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:57.607 18878 18878 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:57.607 18844 18844 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:57.607 18878 18878 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:57.609 18890 18890 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:57.628 18844 18844 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:07:57.844 18676 18921 W recommendation: Verification of void org.chromium.base.EarlyTraceEvent.setBackgroundStartupTracingFlag(boolean) took 131.585ms (121.59 bytecodes/s) (1672B approximate peak alloc) +02-27 08:07:58.079 18814 18933 W .remote.servic: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:07:58.080 18814 18933 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:07:58.081 18814 18933 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:07:58.417 505 1925 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:07:58.417 505 1925 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:07:58.417 505 1925 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:07:58.417 505 1925 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:07:58.431 505 1925 W ActivityManager: Slow operation: 88ms so far, now at startProcess: done starting proc! +02-27 08:07:58.466 505 555 W ActivityManager: Slow operation: 88ms so far, now at startProcess: asking zygote to start proc +02-27 08:07:58.466 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:07:58.470 18814 18814 W .remote.servic: Verification of void com.android.media.tv.remoteprovider.TvRemoteProvider.(android.content.Context) took 111.644ms (223.92 bytecodes/s) (1848B approximate peak alloc) +02-27 08:07:58.472 18396 18699 I NetworkManagementSocketTagger: tagSocketFd(-1, 805307399, -1) failed with errno-9 +02-27 08:07:58.589 505 542 D CompanionDeviceManagerService: onPackageModified(packageName = com.google.android.tvrecommendations) +02-27 08:07:58.602 505 615 I RoleService: Granting default roles... +02-27 08:07:58.605 505 1925 I ActivityManager: Background started FGS: Allowed [callingPackage: com.google.android.inputmethod.latin; callingUid: 10066; uidState: IMPB; intent: Intent { act=com.google.android.tv.remote.service.VIRTUAL_REMOTE_IME pkg=com.google.android.tv.remote.service }; code:CURRENT_INPUT_METHOD; tempAllowListReason:; targetSdkVersion:31; callerTargetSdkVersion:31; startForegroundCount:0; bindFromPackage:null] +02-27 08:07:58.634 322 322 D Zygote : Forked child process 18944 +02-27 08:07:58.643 505 555 W ActivityManager: Slow operation: 299ms so far, now at startProcess: returned from zygote! +02-27 08:07:58.646 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:07:58.654 505 553 W Searchables: No global search activity found +02-27 08:07:58.931 505 555 W ActivityManager: Slow operation: 588ms so far, now at startProcess: done updating battery stats +02-27 08:07:58.966 505 505 W Looper : Slow dispatch took 304ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@1a35d81 m=0 +02-27 08:07:58.966 505 505 W Looper : Slow delivery took 382ms main h=android.os.Handler c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@bd24e26 m=0 +02-27 08:07:59.032 505 555 W ActivityManager: Slow operation: 689ms so far, now at startProcess: building log message +02-27 08:07:59.338 505 555 I ActivityManager: Start proc 18944:com.google.android.gms/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.GmsBoundBrokerService} +02-27 08:07:59.374 505 555 W ActivityManager: Slow operation: 995ms so far, now at startProcess: starting to update pids map +02-27 08:07:59.708 18890 18890 I CarUiInstaller: CarUiInstaller started for com.google.android.permissioncontroller +02-27 08:07:59.809 18396 18396 W SystemServiceRegistry: No service published for: contexthub +02-27 08:07:59.849 18944 18944 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. +02-27 08:07:59.923 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.410 18396 18715 E WakeLock: GCM_CONN_ALARM ** IS FORCE-RELEASED ON TIMEOUT ** +02-27 08:08:00.416 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.416 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.416 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.416 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.416 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.416 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.416 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.416 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.416 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.416 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.417 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.417 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.417 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.417 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.417 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.417 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.417 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.417 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.418 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.422 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.422 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.422 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.422 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.422 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.422 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.422 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.422 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.422 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.422 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.422 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.423 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.423 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.423 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.423 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.423 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.423 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.423 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.423 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.423 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.423 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.423 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.423 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.423 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.423 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.423 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.423 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.423 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.424 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.424 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.424 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.424 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.424 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.424 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.428 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.428 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.428 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.428 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.428 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.428 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.429 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.429 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.429 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.429 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.429 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.429 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.429 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.429 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.429 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.429 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.429 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.443 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.443 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.443 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.450 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.576 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.576 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.576 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.576 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.577 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.577 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.577 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.577 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.577 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.577 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.577 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.577 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.615 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.615 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.615 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.615 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.615 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.615 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.615 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.615 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.615 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.615 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.616 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.616 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.646 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.649 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.649 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.649 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.649 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.649 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.649 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.649 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.649 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.694 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.694 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.694 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.729 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.729 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.729 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.729 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.729 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.729 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.729 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.729 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.729 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.729 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.737 505 505 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:08:00.764 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.765 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.765 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.765 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.765 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.765 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.766 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.766 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.766 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.766 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.766 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.766 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.766 505 505 V NotificationListeners: Not registering ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} is already bound +02-27 08:08:00.769 505 505 W Looper : Slow dispatch took 1746ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=null m=8 +02-27 08:08:00.793 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.794 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.794 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.794 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.806 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.806 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.816 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.829 505 555 W ActivityManager: Slow operation: 2486ms so far, now at startProcess: done updating pids map +02-27 08:08:00.831 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.831 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.831 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.836 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:00.838 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:00.893 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.037 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.037 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:01.037 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.037 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.037 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:01.037 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.037 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.037 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.037 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:01.037 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.037 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.045 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:01.045 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.045 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.045 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (783, 663) in display 0. +02-27 08:08:01.045 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.045 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.086 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.253 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.259 18944 18955 W gle.android.gm: Suspending all threads took: 27.323ms +02-27 08:08:01.264 18944 18955 I gle.android.gm: Background young concurrent copying GC freed 12426(534KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1840KB/25MB, paused 7.031ms,27.491ms total 555.595ms +02-27 08:08:01.320 505 826 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #11537} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (9 skipped) +02-27 08:08:01.369 505 505 W Looper : Slow dispatch took 596ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:08:01.444 18844 18844 I Finsky : [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:08:01.613 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:01.614 18878 18878 I Finsky:instant_app_inst: [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:08:01.618 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.618 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.618 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.618 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.618 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.618 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:01.618 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.618 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.618 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:01.618 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.618 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.618 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:01.618 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.618 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.618 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:01.641 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.641 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.641 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:01.641 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.652 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.695 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:01.704 505 2251 W ActivityManager: Slow operation: 142ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:08:01.777 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.777 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.777 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:01.778 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.778 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.778 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:01.778 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.792 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.793 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:01.793 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.793 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.793 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:01.793 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.793 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.793 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.793 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:01.793 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.793 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.793 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:01.793 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.793 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.793 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:01.793 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.793 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.793 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:01.800 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.800 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.801 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:01.815 505 2251 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:08:01.815 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.815 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.815 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:01.845 505 2251 W ActivityManager: Slow operation: 283ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:08:01.847 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.888 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.890 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.890 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:01.891 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.891 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.891 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:01.891 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.893 505 2251 W ActivityManager: Slow operation: 332ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:08:01.893 505 2251 W ActivityManager: Slow operation: 332ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:08:01.954 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.956 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:01.956 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.956 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.956 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:01.956 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.956 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.957 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:01.957 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.957 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.957 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:01.957 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.957 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.960 18878 18889 W t_app_installe: Suspending all threads took: 7.101ms +02-27 08:08:01.995 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.996 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.996 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:01.998 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.998 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:01.998 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:02.014 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:02.028 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:02.029 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:02.029 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:02.029 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:02.029 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:02.029 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:02.038 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:02.038 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:02.038 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:02.051 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:02.051 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:02.051 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:02.062 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:02.062 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:02.062 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:02.196 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:02.196 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:02.196 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:02.196 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:02.222 505 2251 D CompatibilityChangeReporter: Compat change id reported: 181136395; UID 10048; state: DISABLED +02-27 08:08:02.225 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:02.225 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:02.225 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:02.225 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:02.225 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:02.225 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:02.225 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:02.225 505 619 I InputDispatcher: Dropping event because there is no touchable window or gesture monitor at (87, 433) in display 0. +02-27 08:08:02.225 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:02.299 505 2251 D CompatibilityChangeReporter: Compat change id reported: 174042936; UID 10048; state: DISABLED +02-27 08:08:02.354 18844 18855 W android.vendin: Suspending all threads took: 22.643ms +02-27 08:08:02.382 505 542 W Looper : Slow dispatch took 1938ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:08:02.393 505 2251 W ActivityManager: Slow operation: 832ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:08:02.393 18878 18889 W t_app_installe: Suspending all threads took: 61.565ms +02-27 08:08:02.445 505 505 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10049; state: DISABLED +02-27 08:08:02.452 18944 18944 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:08:02.466 505 619 I InputDispatcher: Dropping event because there is no touched foreground window in display 0 or gesture monitor to receive it. +02-27 08:08:02.468 505 505 W Looper : Slow dispatch took 1087ms main h=android.os.Handler c=com.android.server.tv.TvRemoteProviderWatcher$2@82b00e9 m=0 +02-27 08:08:02.484 18890 18890 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:08:02.584 505 540 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:08:02.584 505 540 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:08:02.584 505 540 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:08:02.584 505 540 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:08:02.584 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:08:02.609 322 322 D Zygote : Forked child process 18968 +02-27 08:08:02.615 505 555 I ActivityManager: Start proc 18968:com.google.process.gapps/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider} +02-27 08:08:02.620 18853 18869 W roid.tvlaunche: Suspending all threads took: 38.191ms +02-27 08:08:02.646 505 505 W Looper : Slow dispatch took 169ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=com.android.server.alarm.AlarmManagerService$3$$ExternalSyntheticLambda0@518515e m=0 +02-27 08:08:02.672 505 505 W Looper : Drained +02-27 08:08:02.677 18968 18968 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. +02-27 08:08:02.719 770 770 I LogBufferFreezer: Unfreezing log buffers +02-27 08:08:02.722 505 826 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:08:02.776 18968 18968 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:08:02.792 18853 18962 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:08:02.797 18853 18962 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:08:02.875 18853 18962 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:08:03.361 18890 18918 I PermissionControllerServiceImpl: Updating user sensitive for uid 10052 +02-27 08:08:03.385 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:08:03.386 505 505 W Looper : Slow dispatch took 642ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$PostNotificationRunnable@a29ce0e m=0 +02-27 08:08:03.386 505 505 W Looper : Slow delivery took 600ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$NotificationListeners$$ExternalSyntheticLambda4@d69302f m=0 +02-27 08:08:03.484 505 505 W Looper : Drained +02-27 08:08:03.580 18890 18997 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:08:03.586 18890 18997 W Role : Cannot get ApplicationInfo for default holder: com.android.contacts +02-27 08:08:03.586 18814 18814 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:08:03.590 18890 18911 I PermissionControllerServiceImpl: Updating user sensitive for uid 10052 +02-27 08:08:03.945 18890 18997 W Role : Cannot get ApplicationInfo for default holder: com.android.gallery3d +02-27 08:08:03.978 18814 18814 I AtvRemote.RemoteService: Starting bluetooth server +02-27 08:08:04.134 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-BEACON-LOSS +02-27 08:08:04.168 18844 18987 I Finsky : [50] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 08:08:04.170 18968 18968 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:08:04.171 18968 18968 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:08:04.173 18968 18968 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:08:04.173 18968 18968 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:08:04.193 18814 18814 D TvRemoteProvider: openRemoteInputBridge() for virtual-search: success +02-27 08:08:04.317 505 1686 I TvRemote-native-uiBridge: Registering uinput device virtual-search: touch pad size 1x1, max pointers 1. +02-27 08:08:04.312 505 505 W Binder:505_10: type=1400 audit(0.0:2033): avc: denied { write } for name="uinput" dev="tmpfs" ino=382 scontext=u:r:system_server:s0 tcontext=u:object_r:uhid_device:s0 tclass=chr_file permissive=0 +02-27 08:08:04.328 505 1686 E TvRemote-native-uiBridge: Cannot open /dev/uinput: Permission denied. +02-27 08:08:04.346 18944 18944 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:08:04.373 505 1686 E TvRemoteServiceInput: Cannot create device for virtual-search +02-27 08:08:04.394 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:08:04.645 18853 18853 W ChimeRegistrationManage: Chime not initialized, cannot register for notifications. +02-27 08:08:04.658 18814 18926 D PhenotypeContext: Application doesn't implement PhenotypeApplication interface, falling back to globally set context. See go/phenotype-flag#process-stable-init for more info. +02-27 08:08:04.936 18853 18853 W Glide : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored +02-27 08:08:04.940 18944 18944 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:08:04.940 18944 18944 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:08:04.949 18944 18944 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:08:04.951 505 514 I system_server: Background concurrent copying GC freed 1233970(31MB) AllocSpace objects, 10(672KB) LOS objects, 44% free, 29MB/53MB, paused 10.997ms,667us total 2.664s +02-27 08:08:04.955 18844 18987 I Finsky : [50] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 08:08:04.957 18944 18944 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:08:04.994 505 1680 I ActivityManager: Background started FGS: Allowed [callingPackage: com.google.android.tv.remote.service; callingUid: 10049; uidState: FGS ; intent: Intent { cmp=com.google.android.tv.remote.service/.DiscoveryService }; code:BACKGROUND_ACTIVITY_PERMISSION; tempAllowListReason:; targetSdkVersion:31; callerTargetSdkVersion:31; startForegroundCount:0; bindFromPackage:null] +02-27 08:08:05.035 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:08:05.050 18814 19034 I AtvRemote.TcpServer: Listening on 6466 +02-27 08:08:05.101 18890 18997 W Role : Cannot get ApplicationInfo for default holder: com.google.android.katniss +02-27 08:08:05.105 18844 18844 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:08:05.116 505 712 D NsdService: New client listening to asynchronous messages +02-27 08:08:05.118 505 712 D NsdService: New client, channel: com.android.internal.util.AsyncChannel@8b45218 messenger: android.os.Messenger@c5a7471 +02-27 08:08:05.125 18814 18814 D CompatibilityChangeReporter: Compat change id reported: 191844585; UID 10049; state: ENABLED +02-27 08:08:05.138 18844 18844 I Finsky : [2] mre.(3): Resetting scheduler db +02-27 08:08:05.165 505 826 D ConnectivityService: requestNetwork for uid/pid:10048/18853 activeRequest: null callbackRequest: 250 [NetworkRequest [ REQUEST id=251, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:08:05.169 18853 18853 W PrtnrWidgetInfoLdr: No content provider for OEM widget found +02-27 08:08:05.176 505 709 D ConnectivityService: NetReassign [251 : null → 100] +02-27 08:08:05.184 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=251, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:08:05.184 18844 18967 W Finsky : [47] ehz.d(18): For unauth, use getDfeApiNonAuthenticated() instead! +02-27 08:08:05.186 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=251, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:08:05.186 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=251, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:08:05.190 505 712 D NsdService: Register service +02-27 08:08:05.190 505 712 D NsdService: mdnssd [start-service] +02-27 08:08:05.190 18814 18814 I AtvRemote.RemoteService: Starting up pairing server. +02-27 08:08:05.194 18890 18997 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:08:05.198 18844 18966 I Finsky : [46] kvx.(3): PackageMonitorReceiverImpl - Registering in memory receiver for android.intent.action.PACKAGE_ADDED and android.intent.action.PACKAGE_REMOVED +02-27 08:08:05.198 18890 18997 W Role : Cannot get ApplicationInfo for default holder: com.android.contacts +02-27 08:08:05.201 18890 18997 W Role : Cannot get ApplicationInfo for default holder: com.android.gallery3d +02-27 08:08:05.201 18853 19053 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.searchapi.VoiceInteractionProvider +02-27 08:08:05.205 18844 19056 W android.vendin: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:08:05.205 18853 19054 E ActivityThread: Failed to find provider info for tvlauncher.mic +02-27 08:08:05.209 18853 19054 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:08:05.210 18844 19056 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:08:05.211 18844 19056 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:08:05.232 18853 19053 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:08:05.237 18844 18984 I Finsky : [48] pyq.a(1): Warm data store was already initialized. +02-27 08:08:05.309 18844 19050 I Finsky : [59] nlv.run(10): SysCUA: Set {com.android.vending/com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity} enabled state to 0 +02-27 08:08:05.314 505 554 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10052; state: DISABLED +02-27 08:08:05.317 18968 18968 I GoogleHttpClient: GMS http client unavailable, use old client +02-27 08:08:05.324 18396 18396 E inertial-anchor: Requested sensor:1 and fallback sensor: 1 are both unavailable. +02-27 08:08:05.324 18396 18396 E inertial-anchor: Requested sensor:1 and fallback sensor: 1 are both unavailable. +02-27 08:08:05.333 18890 18997 W Role : Cannot get ApplicationInfo for default holder: com.google.android.katniss +02-27 08:08:05.340 18844 19017 W Finsky : [52] hne.run(49): HibernationActivity not found +02-27 08:08:05.354 18844 19047 I Finsky : [56] mar.accept(5): SCH: Scheduling phonesky job Id: 1-1337, CT: 1772153180986, Constraints: [{ L: 43188056, D: 86388056, C: 1, I: 1, N: 1 }] +02-27 08:08:05.356 505 2251 D CompatibilityChangeReporter: Compat change id reported: 171306433; UID 10057; state: ENABLED +02-27 08:08:05.357 18844 19047 I Finsky : [56] mar.accept(5): SCH: Scheduling phonesky job Id: 3-8, CT: 1772154257194, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }] +02-27 08:08:05.357 18844 19047 I Finsky : [56] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:08:05.358 18844 19047 I Finsky : [56] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772154157659, Constraints: [{ L: 43200000, D: 44100000, C: 1, I: 1, N: 0 }] +02-27 08:08:05.364 18968 18968 I CarUiInstaller: CarUiInstaller started for com.google.android.gsf +02-27 08:08:05.380 18844 18984 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 08:08:05.400 18844 18966 I Finsky : [46] pyr.a(1): Warm data store was already initialized. +02-27 08:08:05.417 18844 18984 I Finsky : [48] kmj.i(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileMaximum +02-27 08:08:05.417 18844 18984 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 08:08:05.426 18844 18984 I Finsky : [48] kmj.h(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileRecommended +02-27 08:08:05.630 505 712 D NsdService: registerService: 12 name: sdk_google_atv64_arm64, type: _androidtvremote2._tcp., host: null, port: 6466, txtRecord: bt=BB:BB:BB:00:00:01 +02-27 08:08:05.630 505 712 D NsdService: mdnssd [register, 12, sdk_google_atv64_arm64, _androidtvremote2._tcp., 6466, FGJ0PUJCOkJCOkJCOjAwOjAwOjAx] +02-27 08:08:05.644 505 712 D NsdService: Register 2 12 +02-27 08:08:05.674 18844 18855 W android.vendin: Suspending all threads took: 13.987ms +02-27 08:08:05.714 505 830 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10048; state: DISABLED +02-27 08:08:05.866 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:08:05.918 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:08:05.970 18844 18984 I Finsky : [48] vbw.c(2): registerListener +02-27 08:08:05.978 18844 18984 I Finsky : [48] vbw.c(2): registerListener +02-27 08:08:05.993 18844 18966 I Finsky : [46] gcv.j(3): Subscription detail: N/A +02-27 08:08:06.001 18853 18853 I Choreographer: Skipped 33 frames! The application may be doing too much work on its main thread. +02-27 08:08:06.002 18844 18984 I Finsky : [48] jrs.m(5): Enqueuing libraries load for 0 +02-27 08:08:06.011 18844 19047 I Finsky : [56] jrs.t(1): Starting libraries load for 0 +02-27 08:08:06.014 18844 18984 I Finsky : [48] qfs.s(2): Setup app restrictions monitor +02-27 08:08:06.038 18844 19047 I Finsky : [56] jrs.t(23): Finished loading 0 libraries. +02-27 08:08:06.040 18844 18984 I Finsky : [48] qlg.a(3): Device wide unknown source restriction is changed. +02-27 08:08:06.069 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:08:06.085 18844 18966 I Finsky : [46] pyq.a(1): Warm data store was already initialized. +02-27 08:08:06.085 18844 18966 I Finsky : [46] pyr.a(1): Warm data store was already initialized. +02-27 08:08:06.103 18396 18779 W WakeLock: GCM_CONN_ALARM counter does not exist +02-27 08:08:06.126 18844 18987 I Finsky : [50] nvc.(2): Item store provider started. +02-27 08:08:06.186 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:08:06.196 18853 18961 D HostConnection: createUnique: call +02-27 08:08:06.199 505 546 D CompatibilityChangeReporter: Compat change id reported: 158002302; UID 10048; state: ENABLED +02-27 08:08:06.208 18853 18961 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b097690, tid 18961 +02-27 08:08:06.218 18853 18961 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:08:06.237 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:08:06.247 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 08:08:06.263 18853 18961 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 08:08:06.266 18853 18961 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 08:08:06.273 18853 18961 D EGL_emulation: eglCreateContext: 0xb400007b8b098350: maj 3 min 0 rcv 3 +02-27 08:08:06.279 505 514 W system_server: Suspending all threads took: 22.661ms +02-27 08:08:06.297 18853 18961 D EGL_emulation: eglMakeCurrent: 0xb400007b8b098350: ver 3 0 (tinfo 0x7da3986080) (first time) +02-27 08:08:06.574 360 748 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 08:08:06.612 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 08:08:06.620 18853 18961 I Gralloc4: mapper 4.x is not supported +02-27 08:08:06.680 18853 18961 D HostConnection: createUnique: call +02-27 08:08:06.680 18853 18961 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b099cd0, tid 18961 +02-27 08:08:06.681 18853 18961 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 08:08:06.681 18853 18961 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 08:08:06.689 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 08:08:06.689 18853 18961 W Gralloc4: allocator 4.x is not supported +02-27 08:08:06.705 337 399 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:08:06.713 18844 19017 I Finsky : [52] mqf.apply(100): SCH: canceling system job 9364 +02-27 08:08:06.716 18853 18961 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:08:06.724 337 399 D goldfish-address-space: claimShared: Ask to claim region [0x1f97f4000 0x1f9fe0000] +02-27 08:08:06.734 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9fe0000 0x1fa7cc000] +02-27 08:08:06.737 182 182 I lowmemorykiller: Kill 'com.android.vending:background' (18744), uid 10058, oom_score_adj 905 to free 53172kB rss, 0kB swap; reason: min watermark is breached and thrashing (101%) +02-27 08:08:06.758 182 182 I lowmemorykiller: Kill 'com.android.vending:instant_app_installer' (18878), uid 10058, oom_score_adj 250 to free 61916kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:08:06.760 322 322 I Zygote : Process 18744 exited due to signal 9 (Killed) +02-27 08:08:06.781 182 182 I lowmemorykiller: Kill 'com.google.android.tv.remote.service' (18814), uid 10049, oom_score_adj 100 to free 61164kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:08:06.782 322 322 I Zygote : Process 18878 exited due to signal 9 (Killed) +02-27 08:08:06.798 322 322 I Zygote : Process 18814 exited due to signal 9 (Killed) +02-27 08:08:06.798 182 182 I lowmemorykiller: Kill 'com.google.android.permissioncontroller' (18890), uid 10077, oom_score_adj 100 to free 56484kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:08:06.813 505 1381 W AudioService.RecordingActivityMonitor: client died +02-27 08:08:06.814 505 1925 I ActivityManager: Process com.android.vending:background (pid 18744) has died: cch+5 CEM +02-27 08:08:06.840 505 542 W Looper : Slow dispatch took 448ms android.fg h=android.os.Handler c=null m=606 +02-27 08:08:06.855 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 18744 in 0ms +02-27 08:08:06.892 505 712 D NsdService: Native daemon message SERVICE_REGISTERED: 606 12 "sdk_google_atv64_arm64" +02-27 08:08:06.898 505 1685 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10058/18744, android.os.BinderProxy@c39483) +02-27 08:08:06.930 322 322 I Zygote : Process 18890 exited due to signal 9 (Killed) +02-27 08:08:06.969 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=245, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] (release request) +02-27 08:08:06.969 505 712 D NsdService: Client disconnected +02-27 08:08:06.970 505 712 D NsdService: Terminating client-ID 2 global-ID 12 type 393225 +02-27 08:08:06.970 505 712 D NsdService: mdnssd [stop-register, 12] +02-27 08:08:06.972 182 182 I lowmemorykiller: Kill 'com.google.android.gms.persistent' (18396), uid 10057, oom_score_adj 0 to free 97052kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:08:06.987 321 394 W netd : dnssd_clientstub DNSServiceProcessResult called with NULL DNSServiceRef +02-27 08:08:06.993 505 712 E NsdService: Send failed, client connection lost +02-27 08:08:07.008 505 594 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10057/18396, android.os.BinderProxy@ad85600) +02-27 08:08:07.017 505 542 I ServiceWatcher: [fused] disconnected from 10057/com.google.android.gms/com.google.android.location.fused.FusedLocationService@1 +02-27 08:08:07.021 505 542 I ServiceWatcher: [GeocoderProxy] disconnected from 10057/com.google.android.gms/.location.geocode.GeocodeService@2 +02-27 08:08:07.024 322 322 I Zygote : Process 18396 exited due to signal 9 (Killed) +02-27 08:08:07.038 505 2476 I ActivityManager: Process com.android.vending:instant_app_installer (pid 18878) has died: prcl TRNB +02-27 08:08:07.038 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 18878 in 0ms +02-27 08:08:07.094 505 2476 W ActivityManager: Exception when unbinding service com.google.android.gms/.chimera.PersistentApiService +02-27 08:08:07.094 505 2476 W ActivityManager: android.os.DeadObjectException +02-27 08:08:07.094 505 2476 W ActivityManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:08:07.094 505 2476 W ActivityManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:08:07.094 505 2476 W ActivityManager: at android.app.IApplicationThread$Stub$Proxy.scheduleUnbindService(IApplicationThread.java:1790) +02-27 08:08:07.094 505 2476 W ActivityManager: at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:4453) +02-27 08:08:07.094 505 2476 W ActivityManager: at com.android.server.am.ActiveServices.killServicesLocked(ActiveServices.java:4890) +02-27 08:08:07.094 505 2476 W ActivityManager: at com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked(ActivityManagerService.java:11706) +02-27 08:08:07.094 505 2476 W ActivityManager: at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:3015) +02-27 08:08:07.094 505 2476 W ActivityManager: at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:3122) +02-27 08:08:07.094 505 2476 W ActivityManager: at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1437) +02-27 08:08:07.094 505 2476 W ActivityManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:08:07.094 505 2476 W ActivityManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:08:07.094 505 514 I system_server: Background young concurrent copying GC freed 1703478(43MB) AllocSpace objects, 2(56KB) LOS objects, 38% free, 33MB/53MB, paused 7.454ms,22.911ms total 973.389ms +02-27 08:08:07.116 505 2476 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.instantapps.metrics.LogFlushJob in 11179ms for connection +02-27 08:08:07.138 505 891 I ActivityManager: Process com.google.android.tv.remote.service (pid 18814) has died: vis FGS +02-27 08:08:07.140 505 556 I libprocessgroup: Successfully killed process cgroup uid 10049 pid 18814 in 0ms +02-27 08:08:07.148 505 891 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.RemoteService in 37180ms for start-requested +02-27 08:08:07.148 505 891 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.AtvRemoteProviderService in 47180ms for connection +02-27 08:08:07.154 505 554 W ActivityManager: Timeout executing service: ServiceRecord{e7d5ed8 u0 com.google.android.gms/.chimera.PersistentBoundBrokerService} +02-27 08:08:07.154 18944 18944 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:08:07.160 18853 19103 I ActivityThread: Removing dead content provider:android.content.ContentProviderProxy@82796a0 +02-27 08:08:07.162 505 554 W ActivityManager: Timeout executing service: ServiceRecord{e7d5ed8 u0 com.google.android.gms/.chimera.PersistentBoundBrokerService} +02-27 08:08:07.165 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 18396 in 0ms +02-27 08:08:07.168 505 3128 I ActivityManager: Process com.google.android.gms.persistent (pid 18396) has died: fg BTOP +02-27 08:08:07.173 505 3128 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.location.geocode.GeocodeService in 701632ms for connection +02-27 08:08:07.173 505 3128 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentBoundBrokerService in 57155ms for connection +02-27 08:08:07.173 505 3128 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.fused.FusedLocationService in 1981632ms for connection +02-27 08:08:07.173 505 3128 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentDirectBootAwareApiService in 67155ms for connection +02-27 08:08:07.173 505 3128 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.gcm.GcmService in 2621632ms for start-requested +02-27 08:08:07.173 505 3128 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService in 3957000ms for start-requested +02-27 08:08:07.183 505 3128 W ActivityManager: Canceling start item Intent { cmp=com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService (has extras) } in service com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService +02-27 08:08:07.183 505 3128 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService in 4541632ms for start-requested +02-27 08:08:07.184 505 3128 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentApiService in 77144ms for connection +02-27 08:08:07.184 505 3128 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.auth.GetToken in 87144ms for connection +02-27 08:08:07.184 505 3128 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService in 5181632ms for connection +02-27 08:08:07.184 505 3128 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.network.NetworkLocationService in 5821632ms for connection +02-27 08:08:07.186 505 516 E System : Uncaught exception thrown by finalizer +02-27 08:08:07.208 505 516 E System : java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Object.equals(java.lang.Object)' on a null object reference +02-27 08:08:07.208 505 516 E System : at com.android.server.tv.UinputBridge.isTokenValid(UinputBridge.java:135) +02-27 08:08:07.208 505 516 E System : at com.android.server.tv.UinputBridge.close(UinputBridge.java:119) +02-27 08:08:07.208 505 516 E System : at com.android.server.tv.UinputBridge.finalize(UinputBridge.java:111) +02-27 08:08:07.208 505 516 E System : at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:291) +02-27 08:08:07.208 505 516 E System : at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:278) +02-27 08:08:07.208 505 516 E System : at java.lang.Daemons$Daemon.run(Daemons.java:139) +02-27 08:08:07.208 505 516 E System : at java.lang.Thread.run(Thread.java:920) +02-27 08:08:07.209 505 553 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:08:07.210 505 553 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:08:07.210 505 553 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:08:07.210 505 553 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:08:07.215 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:08:07.226 322 322 D Zygote : Forked child process 19112 +02-27 08:08:07.229 505 890 I ActivityManager: Process com.google.android.permissioncontroller (pid 18890) has died: vis IMPF +02-27 08:08:07.232 505 556 I libprocessgroup: Successfully killed process cgroup uid 10077 pid 18890 in 0ms +02-27 08:08:07.232 505 890 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.role.service.RoleControllerServiceImpl in 11060ms for connection +02-27 08:08:07.232 505 890 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.permission.service.PermissionControllerServiceImpl in 97096ms for connection +02-27 08:08:07.237 18944 18944 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:08:07.237 18944 18944 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:08:07.244 505 505 W Looper : Slow dispatch took 432ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@8ce9c1d m=0 +02-27 08:08:07.244 505 505 W Looper : Slow delivery took 431ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@ef77e92 m=0 +02-27 08:08:07.245 505 555 W ActivityManager: Slow operation: 56ms so far, now at startProcess: done updating battery stats +02-27 08:08:07.249 505 555 W ActivityManager: Slow operation: 60ms so far, now at startProcess: building log message +02-27 08:08:07.249 505 555 I ActivityManager: Start proc 19112:com.google.android.gms.persistent/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.PersistentBoundBrokerService} +02-27 08:08:07.249 505 555 W ActivityManager: Slow operation: 60ms so far, now at startProcess: starting to update pids map +02-27 08:08:07.249 505 555 W ActivityManager: Slow operation: 60ms so far, now at startProcess: done updating pids map +02-27 08:08:07.257 505 19110 I ActivityManager: Skipping died app ANR: com.android.server.am.ProcessErrorStateRecord@af1de executing service com.google.android.gms/.chimera.PersistentBoundBrokerService +02-27 08:08:07.258 505 19110 D ActivityManager: Completed ANR of com.google.android.gms.persistent in 88ms, latency 8ms +02-27 08:08:07.258 505 19110 I ActivityManager: Skipping died app ANR: com.android.server.am.ProcessErrorStateRecord@af1de executing service com.google.android.gms/.chimera.PersistentBoundBrokerService +02-27 08:08:07.258 505 19110 D ActivityManager: Completed ANR of com.google.android.gms.persistent in 0ms, latency 94ms +02-27 08:08:07.290 18844 19050 I Finsky : [59] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 08:08:07.290 18844 18987 I Finsky : [50] nvc.r(6): Created new item store. +02-27 08:08:07.298 18844 19050 I Finsky : [59] mqf.apply(87): SCH: Scheduling system job Id: 9370, L: 0, D: 43770369, C: false, I: false, N: 0 +02-27 08:08:07.306 505 891 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10058; state: DISABLED +02-27 08:08:07.314 18676 18771 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10052; state: ENABLED +02-27 08:08:07.317 18853 18853 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:08:07.317 18853 18853 W Glide : class byq: Received null model +02-27 08:08:07.334 505 505 D CompatibilityChangeReporter: Compat change id reported: 175319604; UID 10052; state: ENABLED +02-27 08:08:07.342 18844 18844 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 5 +02-27 08:08:07.349 18853 18853 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:08:07.349 18853 18853 W Glide : class byq: Received null model +02-27 08:08:07.363 505 890 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:08:07.370 19112 19112 E .gms.persisten: Not starting debugger since process cannot load the jdwp agent. +02-27 08:08:07.381 18844 18844 I Finsky : [2] iki.D(3): Installer: Attempting to start installer +02-27 08:08:07.388 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:08:07.389 505 505 W Looper : Drained +02-27 08:08:07.397 505 1698 W BroadcastQueue: Skipping deliver [background] BroadcastRecord{be126af u0 com.google.android.intent.action.GCM_RECONNECT} to ReceiverList{6538da 18396 com.google.android.gms.persistent/10057/u0 remote:1213285}: process gone or crashing +02-27 08:08:07.398 18844 18844 I Finsky : [2] vbw.c(2): registerListener +02-27 08:08:07.416 18844 18844 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:08:07.416 18844 18844 I Finsky : [2] pyr.a(1): Warm data store was already initialized. +02-27 08:08:07.418 18844 18844 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:08:07.428 18844 18844 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:08:07.428 18844 18844 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:08:07.434 18844 18844 I Finsky : [2] ird.(18): Initializing pausers from value store. +02-27 08:08:07.436 18844 18844 I Finsky : [2] ird.(21): Get the following callers from value store []. +02-27 08:08:07.441 18844 18844 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 15 +02-27 08:08:07.454 18844 18859 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. +02-27 08:08:07.454 19112 19112 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:08:07.553 18844 18844 I Finsky : [2] iki.T(1): Installer: Installer kick - no action, not running yet +02-27 08:08:07.557 18844 18844 I Finsky : [2] msm.onStartJob(3): SCH: job service start with id 9370. +02-27 08:08:07.592 505 553 E PackageManager: Optimistic bind failed. +02-27 08:08:07.592 505 553 E PackageManager: java.util.concurrent.TimeoutException: [Optimistic Bind] Didn't bind to resolver in time! +02-27 08:08:07.592 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.waitForBindLocked(InstantAppResolverConnection.java:160) +02-27 08:08:07.592 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.bind(InstantAppResolverConnection.java:225) +02-27 08:08:07.592 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.lambda$optimisticBind$0$InstantAppResolverConnection(InstantAppResolverConnection.java:255) +02-27 08:08:07.592 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection$$ExternalSyntheticLambda0.run(Unknown Source:2) +02-27 08:08:07.592 505 553 E PackageManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:08:07.592 505 553 E PackageManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:08:07.592 505 553 E PackageManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:08:07.592 505 553 E PackageManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:08:07.592 505 553 E PackageManager: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:08:07.598 18944 18944 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:08:07.631 18844 19045 I Finsky : [55] mnx.a(27): SCH: Satisfied jobs for 9370 are: 10-4 +02-27 08:08:07.660 18844 19136 I Finsky : [88] mrk.accept(52): SCH: Job 10-4 starting +02-27 08:08:07.670 18944 18944 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:08:07.702 18844 19132 I Finsky : [85] heg.g(1): getDownloads() +02-27 08:08:07.797 19112 19112 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:08:07.816 505 2259 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:08:07.818 505 2259 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:08:07.822 505 2259 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:08:07.822 505 2259 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:08:07.822 505 2259 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:08:07.825 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:08:07.836 322 322 D Zygote : Forked child process 19162 +02-27 08:08:07.854 18853 18853 E Clearcut-EventLogger: Unexpected log parameter home_selected_row_position +02-27 08:08:07.854 18853 18853 W HomeController: onResume: List view global layout completed. +02-27 08:08:07.854 505 555 I ActivityManager: Start proc 19162:com.android.vending:background/u0a58 for service {com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService} +02-27 08:08:07.863 18853 19141 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:08:07.946 505 514 I system_server: Background young concurrent copying GC freed 1685391(42MB) AllocSpace objects, 2(32KB) LOS objects, 62% free, 14MB/38MB, paused 420us,2.766ms total 245.111ms +02-27 08:08:07.998 19162 19162 E ding:backgroun: Not starting debugger since process cannot load the jdwp agent. +02-27 08:08:08.045 19112 19112 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:08:08.045 19112 19112 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:08:08.046 19112 19112 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:08:08.062 19112 19112 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:08:08.074 18944 18944 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:08:08.074 18944 19164 I GMS_MM_Logger: Started. +02-27 08:08:08.092 18944 19163 I Watchcat: Started +02-27 08:08:08.126 505 3128 W ActivityManager: Slow operation: 51ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:08:08.140 19162 19162 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:08:08.267 19162 19162 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:08:08.284 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 08:08:08.284 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 08:08:08.284 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 08:08:08.284 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 08:08:08.287 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 08:08:08.303 18853 19141 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:08:08.308 18853 19143 I gmg : Provider GmsCore_OpenSSL not available +02-27 08:08:08.309 322 322 D Zygote : Forked child process 19189 +02-27 08:08:08.313 505 555 I ActivityManager: Start proc 19189:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:08:08.321 18844 18855 I android.vendin: Background young concurrent copying GC freed 16561(1198KB) AllocSpace objects, 5(100KB) LOS objects, 45% free, 6743KB/12MB, paused 5.300ms,139us total 320.230ms +02-27 08:08:08.329 18853 18869 I roid.tvlaunche: Background young concurrent copying GC freed 14981(1097KB) AllocSpace objects, 6(120KB) LOS objects, 15% free, 5194KB/6116KB, paused 27.519ms,2.764ms total 261.299ms +02-27 08:08:08.330 18853 19141 I roid.tvlaunche: WaitForGcToComplete blocked ClassLinker on Background for 27.352ms +02-27 08:08:08.366 19189 19189 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 08:08:08.413 505 890 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10066; state: DISABLED +02-27 08:08:08.441 19189 19189 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 08:08:08.502 19112 19112 I Safeboot: Checking safeboot... +02-27 08:08:08.518 19189 19189 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:08:08.537 18853 18853 I Choreographer: Skipped 151 frames! The application may be doing too much work on its main thread. +02-27 08:08:08.545 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:08:08.546 19162 19162 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:08:08.547 19162 19162 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:08:08.549 19162 19162 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:08:08.549 18853 18853 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:08:08.550 19162 19162 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:08:08.550 18853 18853 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:08:08.576 505 514 W system_server: Suspending all threads took: 5.010ms +02-27 08:08:08.580 18844 19017 I Finsky : [52] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772154485076, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 08:08:08.625 19162 19162 I Finsky:background: [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:08:08.643 18844 19051 I Finsky : [58] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 08:08:08.704 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:08:08.729 19112 19112 I FixerFramework: Installing ProviderInstaller. +02-27 08:08:08.824 19189 19189 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 08:08:08.826 19189 19189 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:08:08.836 19189 19189 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:08:08.840 505 514 I system_server: Background young concurrent copying GC freed 998632(25MB) AllocSpace objects, 0(0B) LOS objects, 42% free, 21MB/38MB, paused 21us,5.324ms total 361.153ms +02-27 08:08:08.846 19189 19189 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:08:09.346 19112 19112 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:08:09.357 19162 19162 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 08:08:09.377 19162 19162 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 08:08:09.392 19112 19112 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:08:09.392 19112 19112 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:08:09.520 18853 18869 I roid.tvlaunche: Background young concurrent copying GC freed 6077(649KB) AllocSpace objects, 2(184KB) LOS objects, 9% free, 5538KB/6116KB, paused 26.893ms,29us total 55.025ms +02-27 08:08:09.523 19112 19112 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:08:09.602 19112 19112 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:08:09.818 18853 18869 I roid.tvlaunche: Background concurrent copying GC freed 4959(398KB) AllocSpace objects, 8(736KB) LOS objects, 49% free, 5535KB/10MB, paused 35us,1.367ms total 240.284ms +02-27 08:08:09.853 18853 18853 I Choreographer: Skipped 39 frames! The application may be doing too much work on its main thread. +02-27 08:08:09.868 505 514 I system_server: Background young concurrent copying GC freed 1003009(25MB) AllocSpace objects, 0(0B) LOS objects, 15% free, 32MB/38MB, paused 6.518ms,1.047ms total 577.078ms +02-27 08:08:09.902 19112 19112 W SQLiteCompatibilityWalFlags: Cannot read global setting sqlite_compatibility_wal_flags - Application state not available +02-27 08:08:09.925 18853 18961 D EGL_emulation: app_time_stats: avg=356.43ms min=191.50ms max=531.17ms count=4 +02-27 08:08:10.029 19162 19177 W ding:backgroun: Suspending all threads took: 33.349ms +02-27 08:08:10.120 19162 19177 I ding:backgroun: Background young concurrent copying GC freed 21174(1232KB) AllocSpace objects, 0(0B) LOS objects, 90% free, 2592KB/26MB, paused 839us,33.663ms total 261.040ms +02-27 08:08:10.128 19189 19189 I DeviceStatusMonitor: DeviceStatusMonitor.updateCountryInfo():121 updateCountryInfo(), notifyAnyway = true +02-27 08:08:10.203 505 514 I system_server: Background young concurrent copying GC freed 1009804(25MB) AllocSpace objects, 0(0B) LOS objects, 53% free, 17MB/38MB, paused 25us,592us total 219.096ms +02-27 08:08:10.222 19189 19189 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = true +02-27 08:08:10.238 19162 19162 I Finsky:background: [2] jjo.onCreate(2): IPC-SERVER: Starting gRPC host service... +02-27 08:08:10.262 19189 19189 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:08:10.266 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:10.390 19189 19189 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:08:10.464 19189 19221 E FileCache: FileCache.clearObsoleteFilesInternal():271 Failed to delete all obsolete files under folder: /data/user_de/0/com.google.android.inputmethod.latin/cache/kb_def +02-27 08:08:10.582 505 2259 D ConnectivityService: requestNetwork for uid/pid:10058/19162 activeRequest: null callbackRequest: 252 [NetworkRequest [ REQUEST id=253, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ]] callback flags: 0 priority: 2147483647 +02-27 08:08:10.584 505 709 D ConnectivityService: NetReassign [253 : null → 100] +02-27 08:08:10.585 19189 19189 I TVLatinApp: TVLatinApp.initialize():527 initialize() +02-27 08:08:10.596 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=253, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 08:08:10.616 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=253, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 08:08:10.616 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=253, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 08:08:10.709 505 514 W system_server: Suspending all threads took: 11.376ms +02-27 08:08:10.741 19189 19189 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:08:10.777 19189 19214 I LauncherIconVisibilityInitializerBase: LauncherIconVisibilityInitializerBase.lambda$doUpdate$0():52 doUpdate() : Visible = false +02-27 08:08:10.790 19189 19189 I AndroidIME: TVLatinApp.onUserUnlocked():254 device protected preferences are migrated +02-27 08:08:10.838 19112 19134 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:08:10.847 19112 19134 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:08:10.848 19112 19112 I GmsApplication: Registering the BackgroundBroadcastReceiverSupport receiver. +02-27 08:08:10.869 505 514 I system_server: Background young concurrent copying GC freed 1006284(25MB) AllocSpace objects, 0(0B) LOS objects, 57% free, 16MB/38MB, paused 56us,11.832ms total 216.893ms +02-27 08:08:10.912 19189 19247 I SuperpacksManager: SuperpacksManager.initializeInternal():509 initializeInternal() +02-27 08:08:10.937 19162 19248 I Finsky:background: [50] hbv.f(1): getDownloads() +02-27 08:08:10.937 18853 18961 D EGL_emulation: app_time_stats: avg=26.83ms min=6.44ms max=156.59ms count=34 +02-27 08:08:10.944 19189 19189 I PhenotypeModule: PhenotypeModule.onCreate():142 onCreate() +02-27 08:08:10.945 19189 19189 I PhenotypeModule: PhenotypeModule.maybeFetchAndUpdate():169 maybeFetchAndUpdate: forceRefresh=true +02-27 08:08:10.947 19162 19162 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 5 +02-27 08:08:11.004 19112 19112 I GmsReceiverSupport: Registered Receiver for 14+1 IntentFilters +02-27 08:08:11.029 19189 19245 W putmethod.lati: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:08:11.029 19189 19245 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:08:11.029 19189 19245 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:08:11.099 19112 19254 I Watchcat: Started +02-27 08:08:11.113 19112 19112 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:08:11.133 19189 19247 I SuperpacksManager: SuperpacksManager.initializeInternal():556 Switched background task scheduler: false +02-27 08:08:11.161 18844 19047 I Finsky : [56] heg.g(1): getDownloads() +02-27 08:08:11.166 19162 19248 I Finsky:background: [50] hbv.f(1): getDownloads() +02-27 08:08:11.193 19189 19247 I JobSchedulerImpl: JobSchedulerImpl.schedule():73 Schedule task: superpacks-gc-task. Cancel the pre-existing task. +02-27 08:08:11.195 505 890 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10027; state: DISABLED +02-27 08:08:11.195 505 890 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10027; state: DISABLED +02-27 08:08:11.195 505 890 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10027; state: DISABLED +02-27 08:08:11.195 505 890 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10027; state: ENABLED +02-27 08:08:11.203 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10027; state: ENABLED +02-27 08:08:11.220 19112 19255 I GMS_MM_Logger: Started. +02-27 08:08:11.223 322 322 D Zygote : Forked child process 19261 +02-27 08:08:11.228 505 555 I ActivityManager: Start proc 19261:android.process.media/u0a27 for content provider {com.android.providers.downloads/com.android.providers.downloads.DownloadProvider} +02-27 08:08:11.248 19189 19247 I JobSchedulerImpl: JobSchedulerImpl.schedule():91 Schedule task: superpacks-gc-task. Success. +02-27 08:08:11.253 19112 19225 I FontLog : (REDACTED) Updating from directory version %d to %d from disk +02-27 08:08:11.278 19112 19252 I FontLog : (REDACTED) Using directory in FlatBuffer format +02-27 08:08:11.334 19189 19236 I ShortcutsDataManager: ShortcutsDataManager.onContentChanged():73 onContentChanged() +02-27 08:08:11.359 19112 19225 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:08:11.361 19112 19225 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:08:11.364 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:11.365 19189 19189 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:08:11.389 18853 19141 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:222508000 +02-27 08:08:11.389 18853 19141 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 222508000 +02-27 08:08:11.395 19189 19236 I ContactsDataManager: ContactsDataManager.onContentChanged():159 onContentChanged() +02-27 08:08:11.410 19189 19189 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:08:11.665 19261 19261 E d.process.medi: Not starting debugger since process cannot load the jdwp agent. +02-27 08:08:11.821 18844 18859 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:08:11.845 19189 19236 I EmailDataManager: EmailDataManager.onContentChanged():115 onContentChanged() +02-27 08:08:11.869 18844 18859 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 7 +02-27 08:08:11.897 18844 18859 V DynamiteModule: Dynamite loader version >= 2, using loadModule2NoCrashUtils +02-27 08:08:11.939 18853 18961 D EGL_emulation: app_time_stats: avg=18.56ms min=5.31ms max=101.86ms count=42 +02-27 08:08:11.994 19189 19238 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:12.005 19112 19112 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gmscompliance.service.START dat=chimera-action:com.google.android.gms.gmscompliance.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:08:12.005 19112 19112 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gmscompliance.service.START dat=chimera-action:com.google.android.gms.gmscompliance.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:08:12.026 19189 19238 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:12.083 19112 19225 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:08:12.097 19112 19225 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:08:12.100 505 2259 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10027; state: DISABLED +02-27 08:08:12.114 505 2259 W ActivityManager: Slow operation: 112ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:08:12.116 18944 18944 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:08:12.116 18944 18944 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:08:12.132 505 2259 W ActivityManager: Slow operation: 130ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:08:12.132 505 2259 W ActivityManager: Slow operation: 130ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:08:12.153 19189 19238 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:08:12.161 505 2259 W ActivityManager: Slow operation: 159ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:08:12.236 505 514 W system_server: Suspending all threads took: 9.733ms +02-27 08:08:12.242 505 2259 W ActivityManager: Slow operation: 240ms so far, now at attachApplicationLocked: after updateOomAdjLocked +02-27 08:08:12.264 19189 19189 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:08:12.270 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:12.281 19189 19189 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:08:12.282 19189 19189 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:08:12.290 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-BEACON-LOSS +02-27 08:08:12.292 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:12.302 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:12.321 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:12.330 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:12.330 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:12.332 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:12.341 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:12.342 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:12.349 19189 19189 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:08:12.349 19189 19189 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:08:12.350 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:12.358 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:12.361 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:12.362 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:12.362 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:12.370 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:12.370 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:12.372 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:12.696 505 543 W Looper : Slow dispatch took 453ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:08:12.727 19261 19261 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10027; state: ENABLED +02-27 08:08:12.945 18853 18961 D EGL_emulation: app_time_stats: avg=16.82ms min=6.72ms max=73.04ms count=48 +02-27 08:08:13.023 505 505 W Looper : Slow dispatch took 816ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:08:13.024 505 505 W Looper : Slow delivery took 827ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=6 +02-27 08:08:13.031 19112 19225 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:08:13.032 505 514 I system_server: Background young concurrent copying GC freed 1081370(27MB) AllocSpace objects, 1(36KB) LOS objects, 0% free, 43MB/43MB, paused 13.260ms,10.055ms total 988.127ms +02-27 08:08:13.195 19112 19112 D BoundBrokerSvc: onBind: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:08:13.196 19112 19112 D BoundBrokerSvc: Loading bound service for intent: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:08:13.269 505 505 W Looper : Drained +02-27 08:08:13.364 19112 19112 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:08:13.369 19112 19112 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:08:13.373 18853 19141 D DynamitePackage: Instantiated singleton DynamitePackage. +02-27 08:08:13.376 18853 19141 D DynamitePackage: Instantiating com.google.android.gms.ads.adshield.ChimeraAdShieldCreatorImpl +02-27 08:08:13.402 18944 18944 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:08:13.402 18944 18944 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:08:13.453 18944 18944 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 08:08:13.453 18944 18944 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 08:08:13.463 19112 19112 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:08:13.463 19112 19112 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:08:13.491 19189 19288 I NetworkInfoNotification: NetworkInfoNotification$Listener.onReceive():93 onNetworkAvailable: networkState = NON_METERED, isAirplaneModeOn = false +02-27 08:08:13.508 19189 19286 I JapaneseMozcExtension: JapaneseMozcExtension.onCreateServiceInternal():78 onCreateServiceInternal() +02-27 08:08:13.517 19112 19227 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:08:13.565 19112 19227 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:08:13.639 18944 18959 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:08:13.639 18944 18959 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:08:14.016 505 514 W system_server: Suspending all threads took: 6.435ms +02-27 08:08:14.150 19112 19227 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:08:14.151 19112 19227 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:08:14.190 18853 18853 I Choreographer: Skipped 34 frames! The application may be doing too much work on its main thread. +02-27 08:08:14.246 182 182 I lowmemorykiller: Kill 'com.google.process.gapps' (18968), uid 10057, oom_score_adj 700 to free 47876kB rss, 0kB swap; reason: min watermark is breached and thrashing (105%) +02-27 08:08:14.268 182 182 I lowmemorykiller: Kill 'com.google.android.gms' (18944), uid 10057, oom_score_adj 100 to free 79196kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:08:14.272 322 322 I Zygote : Process 18968 exited due to signal 9 (Killed) +02-27 08:08:14.303 322 322 I Zygote : Process 18944 exited due to signal 9 (Killed) +02-27 08:08:14.306 182 182 I lowmemorykiller: Kill 'com.android.vending:background' (19162), uid 10058, oom_score_adj 100 to free 51748kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:08:14.321 322 322 I Zygote : Process 19162 exited due to signal 9 (Killed) +02-27 08:08:14.329 182 182 I lowmemorykiller: Kill 'com.google.android.tvlauncher' (18853), uid 10048, oom_score_adj 0 to free 125460kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:08:14.376 505 3356 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10058/19162, android.os.BinderProxy@4db04e8) +02-27 08:08:14.377 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=253, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] (release request) +02-27 08:08:14.378 322 322 I Zygote : Process 18853 exited due to signal 9 (Killed) +02-27 08:08:14.380 505 2569 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/18853, android.os.BinderProxy@d74a9a6) +02-27 08:08:14.382 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=251, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:08:14.390 505 3536 I WindowManager: WIN DEATH: Window{e0ca8f0 u0 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:08:14.401 505 2251 D ConnectivityService: requestNetwork for uid/pid:10048/18853 activeRequest: null callbackRequest: 254 [NetworkRequest [ REQUEST id=255, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:08:14.402 505 2251 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/18853, android.os.BinderProxy@931ba32) +02-27 08:08:14.402 505 709 D ConnectivityService: NetReassign [255 : null → 100] +02-27 08:08:14.405 19261 19261 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.downloads' set to: 'default' +02-27 08:08:14.407 19261 19261 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:08:14.413 19261 19261 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:08:14.413 19261 19261 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:08:14.425 505 709 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ TRACK_DEFAULT id=254, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:08:14.440 505 3536 W InputManager-JNI: Input channel object 'e0ca8f0 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:08:14.441 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=255, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:08:14.441 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=255, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:08:14.444 18676 18778 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:08:14.444 18676 18778 W GmsClient: android.os.DeadObjectException +02-27 08:08:14.444 18676 18778 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:08:14.444 18676 18778 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:08:14.444 18676 18778 W GmsClient: at bsl.u(PG:14) +02-27 08:08:14.444 18676 18778 W GmsClient: at apo.run(PG:31) +02-27 08:08:14.444 18676 18778 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:08:14.444 18676 18778 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:08:14.444 18676 18778 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:08:14.444 18676 18778 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:08:14.444 18676 18778 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:08:14.448 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=255, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:08:14.448 505 514 I system_server: Background concurrent copying GC freed 1471694(37MB) AllocSpace objects, 0(0B) LOS objects, 43% free, 31MB/55MB, paused 854us,141.403ms total 1.376s +02-27 08:08:14.449 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=255, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:08:14.432 18473 18502 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:08:14.432 18473 18502 W GmsClient: android.os.DeadObjectException +02-27 08:08:14.432 18473 18502 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:08:14.432 18473 18502 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:08:14.432 18473 18502 W GmsClient: at com.google.android.gms.common.internal.IGmsServiceBroker$Stub$zza.getService(IGmsServiceBroker.java:13) +02-27 08:08:14.432 18473 18502 W GmsClient: at com.google.android.gms.common.internal.zzr.zza(GmsClientTracer.java:3) +02-27 08:08:14.432 18473 18502 W GmsClient: at com.google.android.gms.common.internal.BaseGmsClient.getRemoteService(BaseGmsClient.java:269) +02-27 08:08:14.432 18473 18502 W GmsClient: at com.google.android.gms.common.api.internal.zzbb.run(GoogleApiManager.java:11) +02-27 08:08:14.432 18473 18502 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:08:14.432 18473 18502 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:08:14.432 18473 18502 W GmsClient: at com.google.android.gms.libs.punchclock.threads.TracingHandler.dispatchMessageTraced(TracingHandler.java:14) +02-27 08:08:14.432 18473 18502 W GmsClient: at com.google.android.gms.libs.punchclock.threads.TracingHandler.dispatchMessage(TracingHandler.java:12) +02-27 08:08:14.432 18473 18502 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:08:14.432 18473 18502 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:08:14.432 18473 18502 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:08:14.464 182 182 W lowmemorykiller: Failed to open /proc/18944/oom_score_adj; errno=2: process 18944 might have been killed +02-27 08:08:14.524 505 1686 W ActivityManager: Application dead when creating service ServiceRecord{4adfdc4 u0 com.google.android.gms/.gass.GassService} +02-27 08:08:14.524 505 1686 I ActivityManager: Process com.google.android.gms (pid 18944) has died: fg BTOP +02-27 08:08:14.527 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 18944 in 0ms +02-27 08:08:14.533 505 1686 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.gass.GassService in 49796ms for connection +02-27 08:08:14.533 505 1686 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsBoundBrokerService in 59795ms for connection +02-27 08:08:14.542 505 1686 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.gass.GassService in 199184ms for always +02-27 08:08:14.545 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:08:14.546 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 08:08:14.550 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:08:14.554 505 1686 W ActivityManager: Exception when starting service com.google.android.gms/.gass.GassService +02-27 08:08:14.554 505 1686 W ActivityManager: android.os.DeadObjectException +02-27 08:08:14.554 505 1686 W ActivityManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:08:14.554 505 1686 W ActivityManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:08:14.554 505 1686 W ActivityManager: at android.app.IApplicationThread$Stub$Proxy.scheduleCreateService(IApplicationThread.java:1520) +02-27 08:08:14.554 505 1686 W ActivityManager: at com.android.server.am.ActiveServices.realStartServiceLocked(ActiveServices.java:3945) +02-27 08:08:14.554 505 1686 W ActivityManager: at com.android.server.am.ActiveServices.bringUpServiceLocked(ActiveServices.java:3809) +02-27 08:08:14.554 505 1686 W ActivityManager: at com.android.server.am.ActiveServices.bindServiceLocked(ActiveServices.java:2819) +02-27 08:08:14.554 505 1686 W ActivityManager: at com.android.server.am.ActivityManagerService.bindIsolatedService(ActivityManagerService.java:11994) +02-27 08:08:14.554 505 1686 W ActivityManager: at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2608) +02-27 08:08:14.554 505 1686 W ActivityManager: at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2498) +02-27 08:08:14.554 505 1686 W ActivityManager: at android.os.Binder.execTransactInternal(Binder.java:1179) +02-27 08:08:14.554 505 1686 W ActivityManager: at android.os.Binder.execTransact(Binder.java:1143) +02-27 08:08:14.557 505 2796 V ActivityManager: Got obituary of 18944:com.google.android.gms +02-27 08:08:14.557 505 2243 I ActivityManager: Process com.google.process.gapps (pid 18968) has died: prev LAST +02-27 08:08:14.558 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 18968 in 0ms +02-27 08:08:14.562 505 1685 I ActivityManager: Process com.android.vending:background (pid 19162) has died: vis BFGS +02-27 08:08:14.562 505 1685 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService in 69766ms for connection +02-27 08:08:14.562 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 19162 in 0ms +02-27 08:08:14.565 505 2908 I ActivityManager: Process com.google.android.tvlauncher (pid 18853) has died: fg TOP +02-27 08:08:14.565 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 18853 in 0ms +02-27 08:08:14.589 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 18853 +02-27 08:08:14.592 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:08:14.592 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:08:14.592 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:08:14.592 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:08:14.593 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:08:14.599 322 322 D Zygote : Forked child process 19332 +02-27 08:08:14.603 505 555 I ActivityManager: Start proc 19332:com.google.android.tvlauncher/u0a48 for top-activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:08:14.616 18844 18844 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 15 +02-27 08:08:14.630 19189 19189 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 5 +02-27 08:08:14.633 18844 19056 W GmsClient: mServiceBroker is null, client disconnected +02-27 08:08:14.637 19189 19189 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 5 +02-27 08:08:14.662 19189 19189 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:08:14.671 19332 19332 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:08:14.678 19189 19340 I JapaneseMozcExtension: JapaneseMozcExtension.onDestroyServiceInternal():85 onDestroyServiceInternal() +02-27 08:08:14.736 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:14.737 19189 19189 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:08:14.743 19189 19189 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:08:14.761 505 2251 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:08:14.761 505 2251 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:08:14.761 505 2251 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:08:14.761 505 2251 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:08:14.761 505 2251 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:08:14.761 505 2251 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:08:14.761 505 2251 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:08:14.761 505 2251 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:08:14.761 505 2251 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:08:14.761 505 2251 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:08:14.761 505 2251 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:08:14.762 505 2251 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:08:14.762 505 2251 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:08:14.762 505 2251 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:08:14.762 505 2251 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:08:14.762 505 2251 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:08:14.762 505 2251 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:08:14.762 505 2251 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:08:14.762 505 2251 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:08:14.762 505 2251 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:08:14.766 505 2251 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10048; state: DISABLED +02-27 08:08:14.769 505 2251 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10048; state: DISABLED +02-27 08:08:14.773 505 2251 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10048; state: DISABLED +02-27 08:08:14.777 19332 19332 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:08:14.797 505 542 I ServiceWatcher: [GeocoderProxy] connected to {com.google.android.gms/com.google.android.gms.location.geocode.GeocodeService} +02-27 08:08:14.801 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:08:14.814 19189 19189 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:08:14.817 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:14.824 18844 18987 I Finsky : [50] ela.apply(131): AF: sWAA is disabled because isSwaaEnabled() returned false, or was cancelled, or failed. +02-27 08:08:14.824 18844 18987 I Finsky : [50] ela.apply(133): AF: Checkbox is disabled because isCheckboxEnabled() returned false, or was cancelled, or failed. +02-27 08:08:14.826 505 542 I ServiceWatcher: [fused] connected to {com.google.android.gms/com.google.android.location.fused.FusedLocationService} +02-27 08:08:14.828 19189 19189 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:08:14.828 19189 19189 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:08:14.828 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:14.833 505 2908 I LocationManagerService: fused provider loaded extra attribution tags: [activity_recognition_provider, awareness_provider, current_semantic_location, fused_location_provider, fused_provider_shim, geofencer_provider, network_location_calibration, network_location_provider, network_provider_shim] +02-27 08:08:14.834 19332 19332 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:08:14.837 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:14.841 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:14.842 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:14.842 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:14.842 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:14.843 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:14.844 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:14.846 19189 19189 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:08:14.846 19189 19189 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:08:14.849 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:14.849 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:14.854 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:14.857 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:14.857 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:14.858 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:14.858 19332 19332 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:08:14.858 19332 19332 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:08:14.858 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:14.862 19332 19332 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:08:14.863 19332 19332 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:08:14.872 19189 19189 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:08:14.886 19189 19232 I JapaneseMozcExtension: JapaneseMozcExtension.onCreateServiceInternal():78 onCreateServiceInternal() +02-27 08:08:14.886 19189 19351 I NetworkInfoNotification: NetworkInfoNotification$Listener.onReceive():93 onNetworkAvailable: networkState = NON_METERED, isAirplaneModeOn = false +02-27 08:08:14.894 19189 19189 I DeviceStatusMonitor: DeviceStatusMonitor$1.onReceive():58 onReceive() : Action = android.net.conn.CONNECTIVITY_CHANGE +02-27 08:08:14.902 19189 19189 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = false +02-27 08:08:14.913 19189 19189 I UrgentSignalsProcessor: UrgentSignalsProcessor.flagUpdated():97 Received flagsUpdated for urgent signal +02-27 08:08:14.922 19189 19189 I DictionarySuperpacksManager: DictionarySuperpacksManager$1.onEnabledInputMethodEntriesChanged():60 onEnabledInputMethodEntriesChanged +02-27 08:08:14.922 19189 19189 I MetricsProcessorProviderManager: MetricsProcessorProviderManager.onClearcutAdapterReady():102 onClearcutAdapterReady +02-27 08:08:14.934 19189 19189 I KeyboardDefManager: KeyboardDefManager$LoadKeyboardDefTask$1.onFailure():184 Task to load keyboard def was canceled. +02-27 08:08:14.934 19189 19189 I KeyboardDefManager: java.util.concurrent.CancellationException: Task was cancelled. +02-27 08:08:14.934 19189 19189 I KeyboardDefManager: at jke.s(PG:3) +02-27 08:08:14.934 19189 19189 I KeyboardDefManager: at jke.get(PG:4) +02-27 08:08:14.934 19189 19189 I KeyboardDefManager: at job.k(PG:1) +02-27 08:08:14.934 19189 19189 I KeyboardDefManager: at job.E(PG:2) +02-27 08:08:14.934 19189 19189 I KeyboardDefManager: at jma.run(PG:4) +02-27 08:08:14.934 19189 19189 I KeyboardDefManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:08:14.934 19189 19189 I KeyboardDefManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:08:14.934 19189 19189 I KeyboardDefManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:08:14.934 19189 19189 I KeyboardDefManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:08:14.934 19189 19189 I KeyboardDefManager: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:08:14.934 19189 19189 I KeyboardDefManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:08:14.934 19189 19189 I KeyboardDefManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:08:14.934 19189 19189 I KeyboardDefManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:08:14.936 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:08:14.936 505 3536 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:08:14.936 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:08:14.936 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:08:14.936 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:08:14.937 19189 19189 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 15 +02-27 08:08:14.937 19189 19189 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 15 +02-27 08:08:14.941 19189 19189 I KeyboardDefManager: KeyboardDefManager$LoadKeyboardDefTask$1.onFailure():184 Task to load keyboard def was canceled. +02-27 08:08:14.941 19189 19189 I KeyboardDefManager: java.util.concurrent.CancellationException: Task was cancelled. +02-27 08:08:14.941 19189 19189 I KeyboardDefManager: at jke.s(PG:3) +02-27 08:08:14.941 19189 19189 I KeyboardDefManager: at jke.get(PG:4) +02-27 08:08:14.941 19189 19189 I KeyboardDefManager: at job.k(PG:1) +02-27 08:08:14.941 19189 19189 I KeyboardDefManager: at job.E(PG:2) +02-27 08:08:14.941 19189 19189 I KeyboardDefManager: at jma.run(PG:4) +02-27 08:08:14.941 19189 19189 I KeyboardDefManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:08:14.941 19189 19189 I KeyboardDefManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:08:14.941 19189 19189 I KeyboardDefManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:08:14.941 19189 19189 I KeyboardDefManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:08:14.941 19189 19189 I KeyboardDefManager: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:08:14.941 19189 19189 I KeyboardDefManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:08:14.941 19189 19189 I KeyboardDefManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:08:14.941 19189 19189 I KeyboardDefManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:08:14.942 322 322 D Zygote : Forked child process 19356 +02-27 08:08:14.942 505 555 I ActivityManager: Start proc 19356:com.google.android.gms/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.GmsBoundBrokerService} +02-27 08:08:14.976 18844 19132 I Finsky : [85] iju.run(23): Installer: Installer starting +02-27 08:08:14.976 18844 19132 I Finsky : [85] iju.run(26): Installer: Installer started +02-27 08:08:14.989 19356 19356 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. +02-27 08:08:15.000 19112 19112 W .gms.persisten: Accessing hidden method Landroid/net/ConnectivityManager;->isNetworkTypeMobile(I)Z (max-target-p, reflection, denied) +02-27 08:08:15.230 198 19024 I keystore2: keystore2::watchdog: Watchdog thread idle -> terminating. Have a great day. +02-27 08:08:15.273 19189 19198 W putmethod.lati: Suspending all threads took: 14.089ms +02-27 08:08:15.365 18844 18844 I Finsky : [2] gag.a(1): DL: Creating dataloader logger using a new logging context. +02-27 08:08:15.405 182 182 I lowmemorykiller: Kill 'com.android.providers.tv' (18588), uid 10033, oom_score_adj 700 to free 49400kB rss, 0kB swap; reason: min watermark is breached and thrashing (108%) +02-27 08:08:15.426 322 322 I Zygote : Process 18588 exited due to signal 9 (Killed) +02-27 08:08:15.427 182 182 I lowmemorykiller: Kill 'android.process.media' (19261), uid 10027, oom_score_adj 250 to free 73880kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:08:15.442 322 322 I Zygote : Process 19261 exited due to signal 9 (Killed) +02-27 08:08:15.449 182 182 I lowmemorykiller: Kill 'com.android.vending' (18844), uid 10058, oom_score_adj 250 to free 99544kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:08:15.456 19189 19189 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1145 update screenHeightWithoutNaviBar to: 1080 +02-27 08:08:15.461 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:08:15.470 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:08:15.472 322 322 I Zygote : Process 18844 exited due to signal 9 (Killed) +02-27 08:08:15.490 19189 19189 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1152 update max height when insets changes +02-27 08:08:15.507 505 2259 W ActivityManager: Slow operation: 92ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:08:15.513 19356 19356 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:08:15.517 505 2908 I ActivityManager: Process com.android.providers.tv (pid 18588) has died: prev LAST +02-27 08:08:15.519 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:08:15.519 505 556 I libprocessgroup: Successfully killed process cgroup uid 10033 pid 18588 in 0ms +02-27 08:08:15.526 19112 19256 E ActivityThread: Failed to find provider info for instantapp-dev-manager +02-27 08:08:15.694 505 543 W Looper : Slow dispatch took 160ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=32 +02-27 08:08:15.704 505 556 I libprocessgroup: Successfully killed process cgroup uid 10027 pid 19261 in 0ms +02-27 08:08:15.704 505 2796 I ActivityManager: Process android.process.media (pid 19261) has died: prcl BFGS +02-27 08:08:15.707 19189 19189 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 15 +02-27 08:08:15.709 19189 19189 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 15 +02-27 08:08:15.716 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 18844 in 0ms +02-27 08:08:15.716 505 1685 I ActivityManager: Process com.android.vending (pid 18844) has died: prcl BFGS +02-27 08:08:15.717 505 1685 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.scheduler.process.mainimpl.PhoneskyJobServiceMain in 48611ms for connection +02-27 08:08:15.738 505 505 W Looper : Slow dispatch took 268ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@b479420 m=0 +02-27 08:08:15.738 505 505 W Looper : Slow delivery took 230ms main h=android.os.Handler c=null m=1060 +02-27 08:08:15.754 505 514 I system_server: Background young concurrent copying GC freed 1721693(43MB) AllocSpace objects, 0(0B) LOS objects, 51% free, 22MB/46MB, paused 3.362ms,983us total 499.636ms +02-27 08:08:15.764 505 505 W Looper : Drained +02-27 08:08:15.780 19112 19112 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:08:15.823 19356 19356 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:08:15.994 19332 19388 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:08:16.012 19332 19388 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:08:16.029 19332 19388 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:08:16.050 19356 19356 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:08:16.050 19356 19356 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:08:16.053 19356 19356 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:08:16.062 19356 19356 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:08:16.120 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:08:16.198 19332 19332 W ChimeRegistrationManage: Chime not initialized, cannot register for notifications. +02-27 08:08:16.314 19332 19332 W Glide : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored +02-27 08:08:16.315 505 1683 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10033; state: DISABLED +02-27 08:08:16.316 505 1683 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10033; state: DISABLED +02-27 08:08:16.316 505 1683 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10033; state: DISABLED +02-27 08:08:16.316 505 1683 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10033; state: ENABLED +02-27 08:08:16.322 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10033; state: ENABLED +02-27 08:08:16.349 322 322 D Zygote : Forked child process 19414 +02-27 08:08:16.398 505 555 W ActivityManager: Slow operation: 93ms so far, now at startProcess: returned from zygote! +02-27 08:08:16.408 505 555 W ActivityManager: Slow operation: 103ms so far, now at startProcess: done updating battery stats +02-27 08:08:16.409 505 555 W ActivityManager: Slow operation: 104ms so far, now at startProcess: building log message +02-27 08:08:16.409 505 555 I ActivityManager: Start proc 19414:com.android.providers.tv/u0a33 for content provider {com.android.providers.tv/com.android.providers.tv.TvProvider} +02-27 08:08:16.409 505 555 W ActivityManager: Slow operation: 104ms so far, now at startProcess: starting to update pids map +02-27 08:08:16.409 505 555 W ActivityManager: Slow operation: 104ms so far, now at startProcess: done updating pids map +02-27 08:08:16.470 19414 19414 E id.providers.t: Not starting debugger since process cannot load the jdwp agent. +02-27 08:08:16.581 19112 19256 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:08:16.582 19112 19256 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:08:16.584 19112 19256 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:08:16.626 505 1686 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10033; state: DISABLED +02-27 08:08:16.640 19112 19112 W SystemServiceRegistry: No service published for: contexthub +02-27 08:08:16.641 19414 19414 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10033; state: ENABLED +02-27 08:08:16.916 505 1683 D ConnectivityService: requestNetwork for uid/pid:10048/19332 activeRequest: null callbackRequest: 257 [NetworkRequest [ REQUEST id=258, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:08:16.924 19332 19332 W PrtnrWidgetInfoLdr: No content provider for OEM widget found +02-27 08:08:16.925 505 709 D ConnectivityService: NetReassign [258 : null → 100] +02-27 08:08:16.930 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=258, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:08:16.930 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=258, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:08:16.930 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=258, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:08:16.983 505 712 D NsdService: mdnssd [stop-service] +02-27 08:08:17.022 19332 19443 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.searchapi.VoiceInteractionProvider +02-27 08:08:17.036 19332 19443 E ActivityThread: Failed to find provider info for tvlauncher.mic +02-27 08:08:17.059 505 1686 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:08:17.060 505 1686 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:08:17.060 505 1686 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:08:17.060 505 1686 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:08:17.061 19332 19443 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:08:17.066 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:08:17.068 19414 19414 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.tv' set to: 'default' +02-27 08:08:17.069 19414 19414 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:08:17.079 19112 19256 I NetworkManagementSocketTagger: tagSocketFd(-1, 805307399, -1) failed with errno-9 +02-27 08:08:17.126 19356 19370 I gle.android.gm: Background young concurrent copying GC freed 15880(975KB) AllocSpace objects, 4(80KB) LOS objects, 91% free, 2375KB/26MB, paused 56us,42us total 160.855ms +02-27 08:08:17.161 19332 19443 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:08:17.168 19414 19414 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:08:17.169 19414 19414 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:08:17.269 19414 19414 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10033; state: ENABLED +02-27 08:08:17.286 322 322 D Zygote : Forked child process 19446 +02-27 08:08:17.292 505 555 W ActivityManager: Slow operation: 235ms so far, now at startProcess: returned from zygote! +02-27 08:08:17.293 505 555 W ActivityManager: Slow operation: 236ms so far, now at startProcess: done updating battery stats +02-27 08:08:17.300 505 555 W ActivityManager: Slow operation: 243ms so far, now at startProcess: building log message +02-27 08:08:17.300 505 555 I ActivityManager: Start proc 19446:com.google.process.gapps/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider} +02-27 08:08:17.300 505 555 W ActivityManager: Slow operation: 243ms so far, now at startProcess: starting to update pids map +02-27 08:08:17.300 505 555 W ActivityManager: Slow operation: 243ms so far, now at startProcess: done updating pids map +02-27 08:08:17.508 19446 19446 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. +02-27 08:08:17.516 505 712 E mDnsConnector: NDC Command {30 mdnssd stop-service} took too long (532ms) +02-27 08:08:17.614 505 3536 W ActivityManager: Slow operation: 56ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:08:17.614 505 3536 W ActivityManager: Slow operation: 56ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:08:17.615 505 3536 W ActivityManager: Slow operation: 56ms so far, now at attachApplicationLocked: after updateOomAdjLocked +02-27 08:08:17.619 19446 19446 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:08:17.619 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:08:17.694 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:08:17.850 19356 19356 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:08:17.854 19356 19356 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:08:17.854 19356 19356 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:08:17.899 19112 19112 E inertial-anchor: Requested sensor:1 and fallback sensor: 1 are both unavailable. +02-27 08:08:17.899 19112 19112 E inertial-anchor: Requested sensor:1 and fallback sensor: 1 are both unavailable. +02-27 08:08:17.965 19332 19386 D HostConnection: createUnique: call +02-27 08:08:17.969 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:08:17.981 19332 19386 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b099910, tid 19386 +02-27 08:08:18.025 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:08:18.628 19332 19386 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:08:18.800 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 08:08:18.817 19332 19386 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 08:08:18.820 19332 19386 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 08:08:18.851 19332 19386 D EGL_emulation: eglCreateContext: 0xb400007b8b097a50: maj 3 min 0 rcv 3 +02-27 08:08:18.893 19332 19386 D EGL_emulation: eglMakeCurrent: 0xb400007b8b097a50: ver 3 0 (tinfo 0x7da2400080) (first time) +02-27 08:08:18.976 19414 19429 I id.providers.t: Background young concurrent copying GC freed 14781(648KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1926KB/25MB, paused 1.263ms,50us total 324.561ms +02-27 08:08:19.193 19356 19356 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:08:19.228 360 525 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 08:08:19.240 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 08:08:19.241 19332 19386 I Gralloc4: mapper 4.x is not supported +02-27 08:08:19.268 19332 19386 D HostConnection: createUnique: call +02-27 08:08:19.268 19332 19386 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b098650, tid 19386 +02-27 08:08:19.268 19332 19386 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 08:08:19.270 19332 19386 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 08:08:19.270 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 08:08:19.271 19332 19386 W Gralloc4: allocator 4.x is not supported +02-27 08:08:19.287 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:08:19.302 19356 19356 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:08:19.320 19332 19386 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:08:19.335 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f97f4000 0x1f9fe0000] +02-27 08:08:19.343 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9fe0000 0x1fa7cc000] +02-27 08:08:19.409 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10077; state: DISABLED +02-27 08:08:19.410 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10077; state: DISABLED +02-27 08:08:19.410 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10077; state: DISABLED +02-27 08:08:19.410 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10077; state: DISABLED +02-27 08:08:19.410 19446 19446 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:08:19.410 19446 19446 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:08:19.413 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10077; state: DISABLED +02-27 08:08:19.423 322 322 D Zygote : Forked child process 19470 +02-27 08:08:19.439 19446 19446 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:08:19.440 19446 19446 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:08:19.444 505 555 I ActivityManager: Start proc 19470:com.google.android.permissioncontroller/u0a77 for service {com.google.android.permissioncontroller/com.android.permissioncontroller.role.service.RoleControllerServiceImpl} +02-27 08:08:19.454 19470 19470 I libc : SetHeapTaggingLevel: tag level set to 0 +02-27 08:08:19.457 19112 19301 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:08:19.466 19112 19301 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:08:19.484 505 514 I system_server: Background young concurrent copying GC freed 1367297(34MB) AllocSpace objects, 0(0B) LOS objects, 36% free, 29MB/46MB, paused 315us,52.019ms total 1.706s +02-27 08:08:19.500 19112 19301 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:08:19.502 19470 19470 E ssioncontrolle: Not starting debugger since process cannot load the jdwp agent. +02-27 08:08:19.506 19112 19301 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:08:19.556 19356 19489 I Watchcat: Started +02-27 08:08:19.557 19356 19490 I GMS_MM_Logger: Started. +02-27 08:08:19.561 505 1686 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10077; state: DISABLED +02-27 08:08:19.562 19356 19356 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:08:19.571 19470 19470 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10077; state: DISABLED +02-27 08:08:19.576 19112 19301 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:08:19.587 19470 19470 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar +02-27 08:08:19.692 505 505 W Looper : Slow dispatch took 119ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:08:19.731 19112 19301 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:08:19.732 19112 19301 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:08:19.739 19112 19301 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:08:19.741 19446 19446 I GoogleHttpClient: GMS http client unavailable, use old client +02-27 08:08:19.763 19112 19301 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:08:19.789 19112 19225 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:08:19.793 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:08:19.817 19446 19446 I CarUiInstaller: CarUiInstaller started for com.google.android.gsf +02-27 08:08:19.856 19356 19356 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:08:19.857 19356 19356 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:08:19.921 19112 19112 W SystemServiceRegistry: No service published for: contexthub +02-27 08:08:19.942 505 1683 D CompatibilityChangeReporter: Compat change id reported: 168936375; UID 10057; state: ENABLED +02-27 08:08:19.967 19112 19112 E NanoAppLogging: Failed to begin contexthub communication +02-27 08:08:19.967 505 1683 D CompatibilityChangeReporter: Compat change id reported: 73144566; UID 10057; state: ENABLED +02-27 08:08:19.974 19112 19112 W Settings: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. +02-27 08:08:19.983 19112 19112 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:08:19.983 19112 19112 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:08:19.987 505 542 I ServiceWatcher: [GeofenceProxy] connected to {com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService} +02-27 08:08:19.997 19356 19356 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 08:08:19.997 19356 19356 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 08:08:20.004 19112 19124 I .gms.persisten: Compiler allocated 4328KB to compile void mqg.f(android.content.Context) +02-27 08:08:20.037 19356 19356 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:08:20.201 19356 19356 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:08:20.288 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-BEACON-LOSS +02-27 08:08:20.489 19332 19502 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:08:20.681 505 2796 W ContentProviderHelper: Slow operation: 88ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:08:20.681 505 2796 W ContentProviderHelper: Slow operation: 88ms so far, now at getContentProviderImpl: done! +02-27 08:08:20.789 19470 19470 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.permissioncontroller' set to: 'default' +02-27 08:08:20.789 19470 19470 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:08:20.790 19470 19470 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:08:20.791 19356 19356 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 08:08:20.817 19470 19470 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:08:20.833 19356 19356 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:08:20.929 505 3536 W ContentProviderHelper: Slow operation: 160ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:08:20.929 505 3536 W ContentProviderHelper: Slow operation: 161ms so far, now at getContentProviderImpl: done! +02-27 08:08:21.011 19332 19502 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:222508000 +02-27 08:08:21.011 19332 19502 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 222508000 +02-27 08:08:21.194 19112 19250 E WakeLock: GCM_CONN_ALARM ** IS FORCE-RELEASED ON TIMEOUT ** +02-27 08:08:21.430 505 514 W system_server: Suspending all threads took: 9.087ms +02-27 08:08:21.521 19332 19332 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:08:21.528 19332 19332 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:08:21.555 19470 19481 I ssioncontrolle: Background young concurrent copying GC freed 13078(579KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1895KB/25MB, paused 8.946ms,28us total 93.067ms +02-27 08:08:21.693 19189 19526 I PhenotypeModule: PhenotypeModule.handlePhenotypeConfigurationUpdatesInternal():365 Latency of updating configurations from phenotype (experiment v4): 38 +02-27 08:08:21.709 19189 19526 I PhenotypeModule: PhenotypeModule.handlePhenotypeConfigurationUpdates():264 Latency of updating configurations from phenotype (ExperimentV4): 51 +02-27 08:08:21.765 19332 19503 I gmg : Provider GmsCore_OpenSSL not available +02-27 08:08:21.992 19356 19374 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:08:21.993 19356 19374 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:08:22.068 505 514 I system_server: Background concurrent copying GC freed 1435291(36MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 22MB/44MB, paused 16.477ms,9.678ms total 1.777s +02-27 08:08:22.135 19112 19254 W WakeLock: GCM_CONN_ALARM counter does not exist +02-27 08:08:22.248 19470 19470 I CarUiInstaller: CarUiInstaller started for com.google.android.permissioncontroller +02-27 08:08:22.271 19189 19527 I PhenotypeModule: PhenotypeModule.lambda$fetchAndUpdate$1():221 fetchAndUpdate() : Success, hasFlags=true, flagCount=6, lastFetchStatus=February 27, 8:08 AM {reason=1, isFullFetch=true, success=true, isEmpty=false, isDelta=false, fetchedFlagsCount=6, deletedFlagsCount=362, updatedFlagsCount=0, totalTime=10775} +02-27 08:08:22.336 505 542 I ServiceWatcher: [HardwareActivityRecognitionProxy] connected to {com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService} +02-27 08:08:22.579 505 542 I ServiceWatcher: [network] connected to {com.google.android.gms/com.google.android.location.network.NetworkLocationService} +02-27 08:08:22.594 19332 19332 E Clearcut-EventLogger: Unexpected log parameter home_selected_row_position +02-27 08:08:22.594 19332 19332 W HomeController: onResume: List view global layout completed. +02-27 08:08:22.600 505 2796 I LocationManagerService: network provider loaded extra attribution tags: [activity_recognition_provider, awareness_provider, current_semantic_location, fused_location_provider, fused_provider_shim, geofencer_provider, network_location_calibration, network_location_provider, network_provider_shim] +02-27 08:08:22.616 19332 19502 D DynamitePackage: Instantiated singleton DynamitePackage. +02-27 08:08:22.616 19332 19502 D DynamitePackage: Instantiating com.google.android.gms.ads.adshield.ChimeraAdShieldCreatorImpl +02-27 08:08:22.649 19470 19470 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:08:22.677 19112 19112 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.clearcut.service.START dat=chimera-action:com.google.android.gms.clearcut.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:08:22.677 19112 19112 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.clearcut.service.START dat=chimera-action:com.google.android.gms.clearcut.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:08:22.690 19112 19112 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:08:22.690 19112 19112 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:08:22.797 505 594 D ConnectivityService: requestNetwork for uid/pid:10048/19332 activeRequest: null callbackRequest: 259 [NetworkRequest [ REQUEST id=260, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:08:22.804 505 709 D ConnectivityService: NetReassign [260 : null → 100] +02-27 08:08:22.846 19112 19112 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.clearcut.bootcount.service.START dat=chimera-action:com.google.android.gms.clearcut.bootcount.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:08:22.848 19112 19112 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.clearcut.bootcount.service.START dat=chimera-action:com.google.android.gms.clearcut.bootcount.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:08:22.948 19112 19112 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 } +02-27 08:08:22.949 19112 19112 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 } +02-27 08:08:23.011 19332 19540 W roid.tvlaunche: Verification of void bnk.i(java.lang.StringBuilder) took 160.524ms (647.88 bytecodes/s) (3240B approximate peak alloc) +02-27 08:08:23.015 19112 19112 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.usagereporting.service.START dat=chimera-action:com.google.android.gms.usagereporting.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:08:23.015 19112 19112 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.usagereporting.service.START dat=chimera-action:com.google.android.gms.usagereporting.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:08:23.101 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=260, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:08:23.101 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=260, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:08:23.101 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=260, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:08:23.288 19112 19413 D CompatibilityChangeReporter: Compat change id reported: 150935354; UID 10057; state: ENABLED +02-27 08:08:23.365 505 572 E VerityUtils: Failed to measure fs-verity, errno 1: /product/priv-app/TVLauncher/TVLauncher.apk +02-27 08:08:23.360 505 505 W PackageManagerB: type=1400 audit(0.0:2034): avc: denied { ioctl } for path="/product/priv-app/TVLauncher/TVLauncher.apk" dev="dm-2" ino=220 ioctlcmd=0x6686 scontext=u:r:system_server:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 +02-27 08:08:23.427 505 1381 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772154503420 +02-27 08:08:23.433 19112 19112 D CompatibilityChangeReporter: Compat change id reported: 148180766; UID 10057; state: ENABLED +02-27 08:08:23.521 505 1381 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772154503420 +02-27 08:08:23.530 505 1381 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772154503420 +02-27 08:08:23.532 505 1381 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772154503420 +02-27 08:08:23.564 505 2243 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772154503420 +02-27 08:08:23.565 19112 19413 W Settings: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. +02-27 08:08:23.572 505 540 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772154503420 +02-27 08:08:24.363 505 540 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772154503420 +02-27 08:08:25.190 19112 19413 W SystemServiceRegistry: No service published for: wifirtt +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: Usage reporting check failed [CONTEXT service_id=299 ] +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: java.util.concurrent.ExecutionException: java.util.concurrent.TimeoutException +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at bgcy.s(:com.google.android.gms@223616103@22.36.16 (180406-476895098):3) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at bgcy.get(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at bggo.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):1) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at bgfh.q(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at yjm.f(:com.google.android.gms@223616103@22.36.16 (180406-476895098):1) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at yjj.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at bgez.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at bgee.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at bgfn.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):3) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at bgeh.execute(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at bgef.f(:com.google.android.gms@223616103@22.36.16 (180406-476895098):1) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at bgeg.q(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at bgdg.g(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at bgde.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at bgeh.execute(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at bgcy.q(:com.google.android.gms@223616103@22.36.16 (180406-476895098):1) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at bgcy.j(:com.google.android.gms@223616103@22.36.16 (180406-476895098):8) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at bgcy.n(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at aske.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):4) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at apxd.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):1) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at oih.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at ufz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at bgeh.execute(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at uga.execute(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at apxe.gJ(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at apxt.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at apxv.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at apye.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at zla.hP(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at zla.dispatchMessage(:com.google.android.gms@223616103@22.36.16 (180406-476895098):11) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at android.os.Looper.loop(Looper.java:288) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: Caused by: java.util.concurrent.TimeoutException +02-27 08:08:25.801 19112 19112 E GmsCoreLogger: ... 11 more +02-27 08:08:26.237 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:08:26.546 19332 19332 I Choreographer: Skipped 537 frames! The application may be doing too much work on its main thread. +02-27 08:08:26.635 19332 19332 E Clearcut-EventLogger: Unexpected log parameter shown_channel_count +02-27 08:08:26.682 505 514 I system_server: Background young concurrent copying GC freed 1246194(31MB) AllocSpace objects, 1(516KB) LOS objects, 44% free, 24MB/44MB, paused 481us,409us total 1.383s +02-27 08:08:26.760 19332 19332 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:08:26.761 19332 19332 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:08:27.270 19112 19558 I GCoreUlr: ULR code skipped on unsupported form factor. +02-27 08:08:27.852 19112 19255 I NetworkScheduler: Using standalone scheduling engine [CONTEXT service_id=218 ] +02-27 08:08:27.897 19332 19332 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:08:27.897 19332 19332 W Glide : class byq: Received null model +02-27 08:08:27.923 19356 19381 W SQLiteLog: (28) double-quoted string literal: "1771981707912" +02-27 08:08:27.923 19356 19381 W SQLiteLog: (28) double-quoted string literal: "1" +02-27 08:08:27.972 19332 19332 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:08:27.972 19332 19332 W Glide : class byq: Received null model +02-27 08:08:28.008 505 2243 W ActivityManager: Unable to start service Intent { act=com.google.android.gms.nearby.discovery:ACTION_PERMISSION_CHANGE cmp=com.google.android.gms/.nearby.discovery.service.DiscoveryService } U=0: not found +02-27 08:08:28.043 19332 19332 I Choreographer: Skipped 64 frames! The application may be doing too much work on its main thread. +02-27 08:08:28.234 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-BEACON-LOSS +02-27 08:08:28.670 19189 19189 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():2045 +02-27 08:08:28.809 19189 19189 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:08:28.925 19189 19189 I ShortcutsDataManager: AbstractContentDataManager.startImportContentTask():235 startImportContentTask() +02-27 08:08:28.977 19189 19279 I ShortcutsDataManager: AbstractContentDataManager$ImportContentTask.doInBackground():249 doInBackground() +02-27 08:08:28.978 19189 19279 I PersonalDictionaryDataHandler: PersonalDictionaryDataHandler.beginProcess():111 LanguageTags = [en-US] +02-27 08:08:29.790 505 2796 W ActivityManager: Slow operation: 760ms so far, now at startProcess: creating new process record +02-27 08:08:30.092 505 514 W system_server: Suspending all threads took: 100.842ms +02-27 08:08:30.213 505 2796 W ActivityManager: Slow operation: 1184ms so far, now at startProcess: done creating new process record +02-27 08:08:30.213 505 2796 W ActivityManager: Slow operation: 1184ms so far, now at startProcess: stepping in to startProcess +02-27 08:08:30.430 505 2796 W ActivityManager: Slow operation: 185ms so far, now at startProcess: getting gids from package manager +02-27 08:08:30.770 19356 19381 W SQLiteLog: (28) double-quoted string literal: "1771981710104" +02-27 08:08:30.770 19356 19381 W SQLiteLog: (28) double-quoted string literal: "1" +02-27 08:08:31.713 505 2796 W ActivityManager: Slow operation: 1468ms so far, now at startProcess: building args +02-27 08:08:31.773 505 514 I system_server: Background concurrent copying GC freed 1307058(32MB) AllocSpace objects, 1(24KB) LOS objects, 47% free, 26MB/50MB, paused 33.519ms,134.260ms total 3.337s +02-27 08:08:31.780 505 2796 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10028; state: DISABLED +02-27 08:08:31.780 505 2796 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10028; state: DISABLED +02-27 08:08:31.781 505 2796 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10028; state: DISABLED +02-27 08:08:31.781 505 2796 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10028; state: ENABLED +02-27 08:08:31.807 505 2796 W ActivityManager: Slow operation: 2778ms so far, now at startProcess: done starting proc! +02-27 08:08:31.810 505 555 W ActivityManager: Slow operation: 1563ms so far, now at startProcess: asking zygote to start proc +02-27 08:08:31.812 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10028; state: ENABLED +02-27 08:08:31.822 505 2796 W ContentProviderHelper: Slow operation: 2833ms so far, now at getContentProviderImpl: after start process +02-27 08:08:31.822 505 2796 W ContentProviderHelper: Slow operation: 2833ms so far, now at getContentProviderImpl: updating data structures +02-27 08:08:31.838 505 2796 W ContentProviderHelper: Slow operation: 2849ms so far, now at getContentProviderImpl: done! +02-27 08:08:31.882 322 322 D Zygote : Forked child process 19575 +02-27 08:08:31.883 505 555 W ActivityManager: Slow operation: 1638ms so far, now at startProcess: returned from zygote! +02-27 08:08:31.932 505 2569 W ContentProviderHelper: Slow operation: 71ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:08:31.933 505 2569 W ContentProviderHelper: Slow operation: 72ms so far, now at getContentProviderImpl: done! +02-27 08:08:31.946 505 555 W ActivityManager: Slow operation: 1701ms so far, now at startProcess: done updating battery stats +02-27 08:08:31.966 505 555 W ActivityManager: Slow operation: 1721ms so far, now at startProcess: building log message +02-27 08:08:31.967 505 555 I ActivityManager: Start proc 19575:android.process.acore/u0a28 for content provider {com.android.providers.userdictionary/com.android.providers.userdictionary.UserDictionaryProvider} +02-27 08:08:31.967 505 555 W ActivityManager: Slow operation: 1722ms so far, now at startProcess: starting to update pids map +02-27 08:08:31.967 505 555 W ActivityManager: Slow operation: 1722ms so far, now at startProcess: done updating pids map +02-27 08:08:32.025 505 542 W Looper : Slow dispatch took 1363ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:08:32.062 19112 19301 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:08:32.088 19112 19301 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:08:32.179 19575 19575 E d.process.acor: Not starting debugger since process cannot load the jdwp agent. +02-27 08:08:32.368 19112 19301 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:08:32.369 19112 19301 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:08:32.430 19332 19332 I Choreographer: Skipped 218 frames! The application may be doing too much work on its main thread. +02-27 08:08:32.481 505 2243 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10028; state: DISABLED +02-27 08:08:32.506 19112 19301 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:08:32.523 19332 19386 D EGL_emulation: app_time_stats: avg=940.77ms min=50.46ms max=3726.78ms count=7 +02-27 08:08:32.528 505 2243 W ActivityManager: Slow operation: 60ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:08:32.528 505 2243 W ActivityManager: Slow operation: 60ms so far, now at attachApplicationLocked: after updateOomAdjLocked +02-27 08:08:32.530 19575 19575 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10028; state: ENABLED +02-27 08:08:33.008 19332 19342 I roid.tvlaunche: Background concurrent copying GC freed 55457(4284KB) AllocSpace objects, 27(1176KB) LOS objects, 49% free, 6929KB/13MB, paused 45.096ms,163us total 840.510ms +02-27 08:08:33.056 19575 19575 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.userdictionary' set to: 'default' +02-27 08:08:33.057 19575 19575 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:08:33.059 19575 19575 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:08:33.060 19575 19575 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:08:33.364 19332 19332 I Choreographer: Skipped 45 frames! The application may be doing too much work on its main thread. +02-27 08:08:33.423 19575 19575 I ContactsPerf: VoicemailContentProvider.onCreate start +02-27 08:08:33.435 19575 19575 I ContactsPerf: VoicemailContentProvider.onCreate finish +02-27 08:08:34.215 505 514 W system_server: Suspending all threads took: 8.046ms +02-27 08:08:34.713 505 505 W Looper : Slow dispatch took 440ms main h=android.app.ActivityThread$H c=null m=124 +02-27 08:08:34.725 505 514 I system_server: Background young concurrent copying GC freed 1493712(37MB) AllocSpace objects, 1(24KB) LOS objects, 55% free, 19MB/43MB, paused 98us,36.107ms total 1.281s +02-27 08:08:34.826 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 1002; state: DISABLED +02-27 08:08:34.958 505 2796 D CountryDetector: The first listener is added +02-27 08:08:34.976 19575 19575 I ContactsDatabaseHelper: updateUseStrictPhoneNumberComparison: US +02-27 08:08:35.004 322 322 D Zygote : Forked child process 19598 +02-27 08:08:35.026 505 555 W ActivityManager: Slow operation: 212ms so far, now at startProcess: returned from zygote! +02-27 08:08:35.044 505 555 W ActivityManager: Slow operation: 230ms so far, now at startProcess: done updating battery stats +02-27 08:08:35.045 505 555 W ActivityManager: Slow operation: 230ms so far, now at startProcess: building log message +02-27 08:08:35.045 505 555 I ActivityManager: Start proc 19598:com.android.bluetooth/1002 for service {com.android.bluetooth/com.android.bluetooth.btservice.AdapterService} +02-27 08:08:35.045 505 555 W ActivityManager: Slow operation: 231ms so far, now at startProcess: starting to update pids map +02-27 08:08:35.045 505 555 W ActivityManager: Slow operation: 231ms so far, now at startProcess: done updating pids map +02-27 08:08:35.129 19332 19332 I Choreographer: Skipped 105 frames! The application may be doing too much work on its main thread. +02-27 08:08:35.891 19598 19598 E droid.bluetoot: Not starting debugger since process cannot load the jdwp agent. +02-27 08:08:35.893 19112 19112 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:08:36.133 19575 19600 D ContactsDatabaseHelper: WAL enabled for contacts2.db: true +02-27 08:08:36.178 19332 19332 I Choreographer: Skipped 56 frames! The application may be doing too much work on its main thread. +02-27 08:08:36.237 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-BEACON-LOSS +02-27 08:08:36.256 19575 19594 I CallLogProvider: Syncing call composer pics -- source user=0, isShadow=true, forAllUser=false +02-27 08:08:36.257 19575 19594 I CallLogProvider: Fetching list of Uris to sync +02-27 08:08:36.268 19332 19386 D EGL_emulation: app_time_stats: avg=740.57ms min=4.47ms max=2762.90ms count=5 +02-27 08:08:36.447 505 3356 W ActivityManager: Slow operation: 133ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:08:36.452 19598 19598 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 1002; state: ENABLED +02-27 08:08:37.147 19189 19279 I ShortcutsDataManager: AbstractContentDataManager.importRecords():339 importRecords() : Success : Count = 0 +02-27 08:08:37.338 19189 19279 I ShortcutsDataManager: AbstractContentDataManager.importContentData():289 importContentData() : Ending import process +02-27 08:08:37.428 19575 19600 I ContactLocale: AddressBook Labels [[en_US]]: […, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, Α, Β, Γ, Δ, Ε, Ζ, Η, Θ, Ι, Κ, Λ, Μ, Ν, Ξ, Ο, Π, Ρ, Σ, Τ, Υ, Φ, Χ, Ψ, Ω, …, А, Б, В, Г, Д, Ђ, Е, Є, Ж, З, И, І, Й, Ј, К, Л, Љ, М, Н, Њ, О, П, Р, С, Т, Ћ, У, Ф, Х, Ц, Ч, Џ, Ш, Щ, Ю, Я, …, א, ב, ג, ד, ה, ו, ז, ח, ט, י, כ, ל, מ, נ, ס, ע, פ, צ, ק, ר, ש, ת, …, ا, ب, ت, ث, ج, ح, خ, د, ذ, ر, ز, س, ش, ص, ض, ط, ظ, ع, غ, ف, ق, ك, ل, م, ن, ه, و, ي, …, ก, ข, ฃ, ค, ฅ, ฆ, ง, จ, ฉ, ช, ซ, ฌ, ญ, ฎ, ฏ, ฐ, ฑ, ฒ, ณ, ด, ต, ถ, ท, ธ, น, บ, ป, ผ, ฝ, พ, ฟ, ภ, ม, ย, ร, ฤ, ล, ฦ, ว, ศ, ษ, ส, ห, ฬ, อ, ฮ, …, ㄱ, ㄴ, ㄷ, ㄹ, ㅁ, ㅂ, ㅅ, ㅇ, ㅈ, ㅊ, ㅋ, ㅌ, ㅍ, ㅎ, …, あ, か, さ, た, な, は, ま, や, ら, わ, #, …] +02-27 08:08:37.634 19575 19600 D ContactsDatabaseHelper: WAL enabled for profile.db: false +02-27 08:08:38.833 19332 19332 I Choreographer: Skipped 51 frames! The application may be doing too much work on its main thread. +02-27 08:08:38.901 505 543 W Looper : Slow dispatch took 1271ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68 +02-27 08:08:38.947 19598 19598 V GraphicsEnvironment: ANGLE Developer option for 'com.android.bluetooth' set to: 'default' +02-27 08:08:38.947 19598 19598 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:08:39.052 19332 19386 D EGL_emulation: app_time_stats: avg=580.23ms min=67.05ms max=1989.15ms count=4 +02-27 08:08:39.395 19598 19598 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:08:39.421 19189 19279 I PersonalLanguageModelUpdater: PersonalLanguageModelUpdater$UpdateOperation.performInternal():164 run() : Added 0 words and 0 shortcuts +02-27 08:08:39.445 505 2243 W ContentProviderHelper: Slow operation: 75ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:08:39.445 505 2243 W ContentProviderHelper: Slow operation: 76ms so far, now at getContentProviderImpl: done! +02-27 08:08:39.448 19598 19598 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:08:39.449 19189 19279 I DynamicLanguageModelOperation: DynamicLanguageModelOperation.perform():38 perform() : 4 : bxx : Completed +02-27 08:08:39.532 505 505 W Looper : Slow dispatch took 361ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:08:39.641 19112 19112 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.gmscompliance.service.START dat=chimera-action:com.google.android.gms.gmscompliance.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:08:39.722 505 505 W Looper : Slow dispatch took 142ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=android.app.PendingIntent$FinishedDispatcher@a1e1f5d m=0 +02-27 08:08:39.724 19189 19189 I ShortcutsDataManager: AbstractContentDataManager$ImportContentTask.onPostExecute():260 onPostExecute() : Result = [2,0] +02-27 08:08:39.724 19189 19189 I ShortcutsDataManager: ShortcutsDataManager.onImportFinished():83 onImportFinished() : Result = 2 : Count = 0 +02-27 08:08:39.765 505 514 W system_server: Suspending all threads took: 10.136ms +02-27 08:08:40.301 505 514 I system_server: Background concurrent copying GC freed 1361040(34MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 21MB/43MB, paused 11.275ms,31.384ms total 1.461s +02-27 08:08:40.384 19598 19598 D BluetoothOppFileProvider: Initialized +02-27 08:08:40.496 19112 19565 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10057; state: ENABLED +02-27 08:08:40.503 19575 19594 I CallLogProvider: Will sync following Uris:[] +02-27 08:08:40.503 19575 19594 I CallLogProvider: Syncing call composer pics -- got [] +02-27 08:08:40.601 19598 19598 V AdapterServiceConfig: Adding HeadsetService +02-27 08:08:40.601 19598 19598 V AdapterServiceConfig: Adding A2dpService +02-27 08:08:40.601 19598 19598 V AdapterServiceConfig: Adding HidHostService +02-27 08:08:40.601 19598 19598 V AdapterServiceConfig: Adding PanService +02-27 08:08:40.601 19598 19598 V AdapterServiceConfig: Adding GattService +02-27 08:08:40.601 19598 19598 V AdapterServiceConfig: Adding BluetoothMapService +02-27 08:08:40.601 19598 19598 V AdapterServiceConfig: Adding AvrcpTargetService +02-27 08:08:40.601 19598 19598 V AdapterServiceConfig: Adding HidDeviceService +02-27 08:08:40.601 19598 19598 V AdapterServiceConfig: Adding BluetoothOppService +02-27 08:08:40.601 19598 19598 V AdapterServiceConfig: Adding BluetoothPbapService +02-27 08:08:41.964 19112 19112 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:08:42.012 19112 19112 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.clearcut.bootcount.service.START dat=chimera-action:com.google.android.gms.clearcut.bootcount.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:08:42.051 19598 19598 I droid.bluetoot: [0227/080841.944811:INFO:btif_config_cache.cc(61)] BtifConfigCache, capacity: 10000 +02-27 08:08:42.369 19598 19598 I BluetoothServiceJni: hal_util_load_bt_library: loaded Bluetooth library successfully +02-27 08:08:42.505 19598 19598 D BluetoothAdapterService: onCreate() +02-27 08:08:42.733 19112 19112 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 } +02-27 08:08:42.836 505 514 I system_server: Background young concurrent copying GC freed 1261437(31MB) AllocSpace objects, 0(0B) LOS objects, 46% free, 23MB/43MB, paused 659us,6.664ms total 916.470ms +02-27 08:08:42.901 19112 19493 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:08:43.304 19332 19447 W BlockingStubFactory: Got null account. Returning stub without credentials. +02-27 08:08:43.545 19112 19493 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:08:43.592 19598 19598 D AdapterState: make() - Creating AdapterState +02-27 08:08:43.630 19598 19626 I AdapterState: OFF : entered +02-27 08:08:43.630 19598 19626 D AdapterProperties: Setting state to OFF +02-27 08:08:43.672 19598 19598 D BluetoothKeystoreService: new BluetoothKeystoreService isCommonCriteriaMode: false +02-27 08:08:43.674 19598 19598 D BluetoothKeystoreService: start +02-27 08:08:43.730 19598 19598 I droid.bluetoot: [0227/080843.730840:INFO:com_android_bluetooth_btservice_BluetoothKeystore.cpp(97)] classInitNative: succeeds +02-27 08:08:43.732 19598 19598 D BluetoothKeystoreService: setBluetoothKeystoreService(): set to: com.android.bluetooth.btservice.bluetoothkeystore.BluetoothKeystoreService@3654a3 +02-27 08:08:44.032 19598 19598 D BluetoothKeystoreService: loadConfigData +02-27 08:08:44.042 19332 19386 D EGL_emulation: app_time_stats: avg=4988.27ms min=4988.27ms max=4988.27ms count=1 +02-27 08:08:44.113 19112 19566 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:08:44.528 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-BEACON-LOSS +02-27 08:08:44.661 19356 19492 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:08:44.877 505 514 W system_server: Suspending all threads took: 14.181ms +02-27 08:08:44.961 770 795 I ndroid.systemu: Background concurrent copying GC freed 6450(394KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3487KB/6974KB, paused 494us,121us total 216.463ms +02-27 08:08:45.235 770 797 W System : A resource failed to call release. +02-27 08:08:45.745 505 514 I system_server: Background concurrent copying GC freed 1380517(34MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 22MB/44MB, paused 44us,14.479ms total 1.298s +02-27 08:08:46.025 19598 19598 I droid.bluetoot: [0227/080846.024850:INFO:com_android_bluetooth_btservice_ActivityAttribution.cpp(96)] classInitNative: succeeds +02-27 08:08:46.027 19598 19598 D BluetoothKeystoreService: getCompareResult: 0 +02-27 08:08:46.069 19598 19598 I bt_btif : system/bt/btif/src/bluetooth.cc:162 init: init: start restricted = 0 ; common criteria mode = 0, config compare result = 0 +02-27 08:08:46.115 19112 19493 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:08:46.132 19598 19598 I bt : bt_common::init_flags: Flags loaded: gd_core=false gd_advertising=false gd_scanning=false gd_security=false gd_acl=false gd_l2cap=false gd_hci=false gd_controller=false gatt_robust_caching=false btaa_hci=false gd_rust=false gd_link_policy=false +02-27 08:08:46.136 19598 19637 I droid.bluetoot: [0227/080846.133985:INFO:message_loop_thread.cc(224)] Run: message loop starting for thread bt_stack_manager_thread +02-27 08:08:46.177 19598 19637 I bt_stack_manager: system/bt/btif/src/stack_manager.cc:200 event_init_stack: is initializing the stack +02-27 08:08:46.248 19598 19640 I bt_osi_thread: system/bt/osi/src/thread.cc:209 run_thread: run_thread: thread id 19640, thread name alarm_default_ca started +02-27 08:08:46.248 19598 19641 I bt_osi_thread: system/bt/osi/src/thread.cc:209 run_thread: run_thread: thread id 19641, thread name alarm_dispatcher started +02-27 08:08:46.248 19598 19637 I bt_btif_core: system/bt/btif/src/btif_core.cc:235 btif_init_bluetooth: btif_init_bluetooth entered +02-27 08:08:46.248 19598 19642 I droid.bluetoot: [0227/080846.248670:INFO:message_loop_thread.cc(224)] Run: message loop starting for thread bt_jni_thread +02-27 08:08:46.260 19598 19637 I bt_btif_core: system/bt/btif/src/btif_core.cc:239 btif_init_bluetooth: btif_init_bluetooth finished +02-27 08:08:46.262 19598 19637 I bt_stack_config: system/bt/main/stack_config.cc:51 init: init attempt to load stack conf from /etc/bluetooth/bt_stack.conf +02-27 08:08:46.278 19598 19637 I bt_stack_manager: system/bt/btif/src/stack_manager.cc:223 event_init_stack: finished +02-27 08:08:46.279 19598 19598 I bt_osi_wakelock: system/bt/osi/src/wakelock.cc:98 wakelock_set_os_callouts: wakelock_set_os_callouts set to non-native +02-27 08:08:46.279 19598 19598 I bt_btif : system/bt/btif/src/bluetooth.cc:420 get_profile_interface: get_profile_interface: id = socket +02-27 08:08:46.280 19598 19598 E droid.bluetoot: [0227/080846.280478:ERROR:message_loop_thread.cc(102)] DoInThreadDelayed: message loop is null for thread bt_main_thread(-1), from pc:0x7a87509a74 +02-27 08:08:46.280 19598 19598 E droid.bluetoot: [0227/080846.280511:ERROR:btu_task.cc(94)] do_in_main_thread: failed from pc:0x7a87509a74 +02-27 08:08:46.280 19598 19598 E droid.bluetoot: [0227/080846.280516:ERROR:message_loop_thread.cc(102)] DoInThreadDelayed: message loop is null for thread bt_main_thread(-1), from pc:0x7a87509a74 +02-27 08:08:46.280 19598 19598 E droid.bluetoot: [0227/080846.280520:ERROR:btu_task.cc(94)] do_in_main_thread: failed from pc:0x7a87509a74 +02-27 08:08:46.280 19598 19598 E droid.bluetoot: [0227/080846.280524:ERROR:message_loop_thread.cc(102)] DoInThreadDelayed: message loop is null for thread bt_main_thread(-1), from pc:0x7a87509a74 +02-27 08:08:46.280 19598 19598 E droid.bluetoot: [0227/080846.280527:ERROR:btu_task.cc(94)] do_in_main_thread: failed from pc:0x7a87509a74 +02-27 08:08:46.348 19598 19598 D BluetoothKeystoreService: initJni() +02-27 08:08:46.348 19598 19598 I bt_btif : system/bt/btif/src/bluetooth.cc:420 get_profile_interface: get_profile_interface: id = bluetooth_keystore +02-27 08:08:46.361 19598 19598 I bt_btif : system/bt/btif/src/bluetooth.cc:420 get_profile_interface: get_profile_interface: id = sdp +02-27 08:08:46.453 19112 19493 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:08:46.467 19598 19598 D BluetoothDatabase: start() +02-27 08:08:46.472 19598 19598 D BluetoothDatabase: Load Database +02-27 08:08:46.474 19598 19598 I BluetoothAdapterService: Phone policy enabled +02-27 08:08:46.510 19598 19598 D BluetoothActiveDeviceManager: start() +02-27 08:08:46.684 19112 19635 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:08:46.730 19332 19447 W FeaturedCarouselItemValidator: Unknown item type: 3 +02-27 08:08:46.730 19332 19447 E FeaturedCarouselServerDataManager: Featured Carousel item was not valid and will not be added: FeaturedCarouselItem{type=3, titleLogoUri='', title='Fingernails', logoUri='https://lh3.googleusercontent.com/4tC3qvxyyKDTYjhdp7KPWn8Elsh4UdtFMuuaLigr6GcjhE7mA6EcAgTXBORw_bpztJJP94nUds3kWg=h24', logoDescription='Apple TV', description='If you could test your love scientifically, would you?', callToAction='Watch Now', badge='Recommended For You', deepLinkUri='https://tv.apple.com/vn/movie/fingernails/umc.cmc.5kr10v39ex4n13rrwxjzm3jy7?action=play', marketUri='null', appPackageName='com.apple.atve.androidtv.appletv', backgroundUri='https://lh3.googleusercontent.com/MJAWLFRlwZIeK332U3GQbTBIXpze-DhDxOCSE2wZ7lXXixp_kEG6dBt4zqsw3-QuFE7rqgwuT_QcrQ=h1080-rj', videoUri='', conditionalText='', whyThisAdMessage='', whyThisAdReason='', promotionId='0', kgMid='/g/11sy1ltb82', isEntitled='false', contentCategory='HOME' } +02-27 08:08:46.854 19356 19490 I Checkin : [EventLogChimeraService] Opted in for usage reporting: false +02-27 08:08:46.947 19414 19650 D EpgDataCleanupService: Received intent: Intent { act=com.android.providers.tv.intent.CLEAN_UP_EPG_DATA cmp=com.android.providers.tv/.EpgDataCleanupService } +02-27 08:08:46.959 19598 19647 D BluetoothActiveDeviceManager: onAudioDevicesAdded +02-27 08:08:46.961 19598 19647 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 2 +02-27 08:08:46.961 19598 19647 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 18 +02-27 08:08:46.961 19598 19647 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 15 +02-27 08:08:46.961 19598 19647 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 18 +02-27 08:08:46.961 19598 19647 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 25 +02-27 08:08:46.961 19598 19647 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 16 +02-27 08:08:46.961 19356 19490 I Checkin : [EventLogChimeraService] Aggregate from 1772153170449 (log), 0 (data) +02-27 08:08:46.983 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:08:46.984 505 3536 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:08:46.994 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:08:46.995 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:08:47.405 505 3536 W ActivityManager: Slow operation: 456ms so far, now at startProcess: done starting proc! +02-27 08:08:47.411 505 555 W ActivityManager: Slow operation: 450ms so far, now at startProcess: asking zygote to start proc +02-27 08:08:47.421 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:08:47.424 19598 19598 D BluetoothAdapterService: setAdapterService() - trying to set service to com.android.bluetooth.btservice.AdapterService@314919c +02-27 08:08:47.581 505 505 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:08:47.651 322 322 D Zygote : Forked child process 19652 +02-27 08:08:47.687 505 505 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:08:47.689 505 505 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:08:47.689 505 505 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:08:47.690 505 505 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:08:47.693 505 505 W ActivityManager: Slow operation: 139ms so far, now at startProcess: done starting proc! +02-27 08:08:47.714 505 555 W ActivityManager: Slow operation: 752ms so far, now at startProcess: returned from zygote! +02-27 08:08:47.775 505 555 W ActivityManager: Slow operation: 814ms so far, now at startProcess: done updating battery stats +02-27 08:08:47.782 505 555 W ActivityManager: Slow operation: 820ms so far, now at startProcess: building log message +02-27 08:08:47.808 505 555 I ActivityManager: Start proc 19652:com.google.android.gms.unstable/u0a57 for service {com.google.android.gms/com.google.android.gms.droidguard.DroidGuardService} +02-27 08:08:47.828 505 555 W ActivityManager: Slow operation: 867ms so far, now at startProcess: starting to update pids map +02-27 08:08:47.828 505 555 W ActivityManager: Slow operation: 867ms so far, now at startProcess: done updating pids map +02-27 08:08:47.828 505 555 W ActivityManager: Slow operation: 247ms so far, now at startProcess: asking zygote to start proc +02-27 08:08:47.828 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:08:47.851 322 322 D Zygote : Forked child process 19657 +02-27 08:08:47.852 505 555 W ActivityManager: Slow operation: 271ms so far, now at startProcess: returned from zygote! +02-27 08:08:47.906 19598 19646 D BluetoothDatabase: compactLastConnectionTime: Compacting metadata after load +02-27 08:08:47.906 19598 19646 I BluetoothDatabase: cacheMetadata +02-27 08:08:47.909 19598 19646 V BluetoothDatabase: cacheMetadata: found device LocalStorage +02-27 08:08:47.909 19598 19646 I BluetoothDatabase: cacheMetadata: Database is ready +02-27 08:08:48.021 19332 19332 I Choreographer: Skipped 61 frames! The application may be doing too much work on its main thread. +02-27 08:08:48.035 19652 19652 E id.gms.unstabl: Not starting debugger since process cannot load the jdwp agent. +02-27 08:08:48.037 19657 19657 E android.vendin: Not starting debugger since process cannot load the jdwp agent. +02-27 08:08:48.172 19332 19386 D EGL_emulation: app_time_stats: avg=4124.11ms min=4124.11ms max=4124.11ms count=1 +02-27 08:08:49.212 19332 19386 D EGL_emulation: app_time_stats: avg=39.06ms min=7.33ms max=144.07ms count=21 +02-27 08:08:49.421 505 555 W ActivityManager: Slow operation: 1840ms so far, now at startProcess: done updating battery stats +02-27 08:08:49.421 505 555 W ActivityManager: Slow operation: 1840ms so far, now at startProcess: building log message +02-27 08:08:49.421 505 555 I ActivityManager: Start proc 19657:com.android.vending/u0a58 for service {com.android.vending/com.google.android.finsky.scheduler.process.mainimpl.PhoneskyJobServiceMain} +02-27 08:08:49.421 505 555 W ActivityManager: Slow operation: 1840ms so far, now at startProcess: starting to update pids map +02-27 08:08:49.430 505 555 W ActivityManager: Slow operation: 1849ms so far, now at startProcess: done updating pids map +02-27 08:08:49.447 505 594 I DropBoxManagerService: add tag=event_data isTagEnabled=true flags=0x2 +02-27 08:08:49.591 505 514 I system_server: Background young concurrent copying GC freed 1348796(33MB) AllocSpace objects, 0(0B) LOS objects, 34% free, 28MB/44MB, paused 16.675ms,3.970ms total 1.859s +02-27 08:08:49.594 505 505 W Looper : Slow dispatch took 2644ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:08:49.631 505 505 W Looper : Slow delivery took 2644ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=null m=4 +02-27 08:08:49.633 505 2569 W ActivityManager: Slow operation: 59ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:08:49.668 505 2569 W ActivityManager: Slow operation: 94ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:08:49.695 505 2569 W ActivityManager: Slow operation: 121ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:08:49.696 505 2569 W ActivityManager: Slow operation: 122ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:08:50.016 505 2569 W ActivityManager: Slow operation: 442ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:08:50.064 19652 19672 I id.gms.unstabl: Background young concurrent copying GC freed 12588(540KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1899KB/25MB, paused 121us,6us total 191.708ms +02-27 08:08:50.084 505 2796 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10058; state: DISABLED +02-27 08:08:50.085 505 2796 W ActivityManager: Slow operation: 69ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:08:50.097 505 2796 W ActivityManager: Slow operation: 81ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:08:50.110 505 2796 W ActivityManager: Slow operation: 94ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:08:50.115 505 2796 W ActivityManager: Slow operation: 99ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:08:50.145 19652 19652 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:08:50.205 505 505 W Looper : Slow dispatch took 541ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:08:50.232 505 542 W Looper : Slow dispatch took 648ms android.fg h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null m=1 +02-27 08:08:50.240 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:08:50.240 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:08:50.273 19657 19657 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:08:50.329 19332 19386 D EGL_emulation: app_time_stats: avg=47.87ms min=16.87ms max=107.44ms count=20 +02-27 08:08:50.376 19598 19598 D BluetoothAdapterService: onBind() +02-27 08:08:50.390 505 505 D BluetoothManagerService: BluetoothServiceConnection: com.android.bluetooth.btservice.AdapterService +02-27 08:08:50.393 505 544 D BluetoothManagerService: MESSAGE_BLUETOOTH_SERVICE_CONNECTED: 1 +02-27 08:08:50.677 505 544 D BluetoothManagerService: Broadcasting onBluetoothServiceUp() to 4 receivers. +02-27 08:08:50.678 19112 19326 D BluetoothAdapter: onBluetoothServiceUp: android.bluetooth.IBluetooth$Stub$Proxy@3a87e00 +02-27 08:08:50.681 770 11173 D BluetoothAdapter: onBluetoothServiceUp: android.bluetooth.IBluetooth$Stub$Proxy@c5408d +02-27 08:08:50.686 19598 19615 D BluetoothAdapter: onBluetoothServiceUp: com.android.bluetooth.btservice.AdapterService$AdapterServiceBinder@af10dfc +02-27 08:08:50.691 505 544 D BluetoothAdapter: onBluetoothServiceUp: android.bluetooth.IBluetooth$Stub$Proxy@6523bcb +02-27 08:08:50.778 505 505 W Looper : Drained +02-27 08:08:50.848 19598 19615 D BluetoothAdapterService: enable() - Enable called with quiet mode status = false +02-27 08:08:50.973 19598 19626 I AdapterState: BLE_TURNING_ON : entered +02-27 08:08:50.973 19598 19626 D AdapterProperties: Setting state to BLE_TURNING_ON +02-27 08:08:51.061 19598 19626 D BluetoothAdapterService: updateAdapterState() - Broadcasting state BLE_TURNING_ON to 1 receivers. +02-27 08:08:51.066 505 544 D BluetoothManagerService: MESSAGE_BLUETOOTH_STATE_CHANGE: OFF > BLE_TURNING_ON +02-27 08:08:51.111 505 544 D BluetoothManagerService: Sending BLE State Change: OFF > BLE_TURNING_ON +02-27 08:08:51.422 19332 19386 D EGL_emulation: app_time_stats: avg=37.17ms min=7.11ms max=109.36ms count=24 +02-27 08:08:51.426 505 505 D CompanionDeviceManagerService: Received BT state transition broadcast: OFF -> BLE_TURNING_ON +02-27 08:08:51.604 505 514 W system_server: Suspending all threads took: 168.849ms +02-27 08:08:51.608 505 505 W Looper : Slow dispatch took 195ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@4bac1 m=0 +02-27 08:08:51.629 505 505 W Looper : Slow delivery took 220ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:08:51.630 505 505 W Looper : Drained +02-27 08:08:51.678 19598 19626 D AdapterState: Start Timeout Delay: 4000 +02-27 08:08:51.679 19598 19626 D BluetoothAdapterService: bleOnProcessStart() +02-27 08:08:51.686 19598 19626 I AdapterProperties: init(), maxConnectedAudioDevices, default=5, propertyOverlayed=5, finalValue=5 +02-27 08:08:51.701 19652 19652 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:08:51.848 19657 19657 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:08:52.445 19332 19386 D EGL_emulation: app_time_stats: avg=60.54ms min=16.73ms max=147.85ms count=15 +02-27 08:08:52.596 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-BEACON-LOSS +02-27 08:08:53.476 19332 19386 D EGL_emulation: app_time_stats: avg=44.58ms min=9.87ms max=129.80ms count=20 +02-27 08:08:54.064 505 543 W Looper : Slow dispatch took 232ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68 +02-27 08:08:54.265 505 514 I system_server: Background concurrent copying GC freed 1323661(33MB) AllocSpace objects, 0(0B) LOS objects, 43% free, 30MB/54MB, paused 14.263ms,169.090ms total 3.417s +02-27 08:08:54.278 19657 19657 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:08:54.278 19657 19657 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:08:54.278 19652 19652 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:08:54.278 19652 19652 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:08:54.279 19598 19626 D BluetoothAdapterService: bleOnProcessStart() - Make Bond State Machine +02-27 08:08:54.295 19598 19626 D BluetoothBondStateMachine: make +02-27 08:08:54.312 19598 19691 I BluetoothBondStateMachine: StableState(): Entering Off State +02-27 08:08:54.314 19657 19657 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:08:54.323 19652 19652 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:08:54.345 19657 19657 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:08:54.425 505 554 W ActivityManager: Slow operation: 80ms so far, now at startProcess: done creating new process record +02-27 08:08:54.425 505 554 W ActivityManager: Slow operation: 80ms so far, now at startProcess: stepping in to startProcess +02-27 08:08:54.489 505 554 W ActivityManager: Slow operation: 61ms so far, now at startProcess: building args +02-27 08:08:54.581 19332 19386 D EGL_emulation: app_time_stats: avg=51.37ms min=9.11ms max=156.09ms count=20 +02-27 08:08:54.657 198 19633 I keystore2: keystore2::watchdog: Watchdog thread idle -> terminating. Have a great day. +02-27 08:08:54.668 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10049; state: DISABLED +02-27 08:08:54.678 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10049; state: DISABLED +02-27 08:08:54.678 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10049; state: DISABLED +02-27 08:08:54.679 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10049; state: ENABLED +02-27 08:08:54.690 505 555 W ActivityManager: Slow operation: 265ms so far, now at startProcess: asking zygote to start proc +02-27 08:08:54.701 505 554 W ActivityManager: Slow operation: 356ms so far, now at startProcess: done starting proc! +02-27 08:08:54.704 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10049; state: ENABLED +02-27 08:08:54.746 19652 19652 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:08:55.152 322 322 D Zygote : Forked child process 19694 +02-27 08:08:55.154 505 555 W ActivityManager: Slow operation: 729ms so far, now at startProcess: returned from zygote! +02-27 08:08:55.162 19657 19677 W android.vendin: Suspending all threads took: 100.610ms +02-27 08:08:55.173 19598 19598 I BtGatt.JNI: classInitNative(L1073): classInitNative: Success! +02-27 08:08:55.177 505 555 W ActivityManager: Slow operation: 752ms so far, now at startProcess: done updating battery stats +02-27 08:08:55.177 505 555 W ActivityManager: Slow operation: 752ms so far, now at startProcess: building log message +02-27 08:08:55.177 505 555 I ActivityManager: Start proc 19694:com.google.android.tv.remote.service/u0a49 for service {com.google.android.tv.remote.service/com.google.android.tv.remote.service.AtvRemoteProviderService} +02-27 08:08:55.178 505 555 W ActivityManager: Slow operation: 753ms so far, now at startProcess: starting to update pids map +02-27 08:08:55.178 505 555 W ActivityManager: Slow operation: 753ms so far, now at startProcess: done updating pids map +02-27 08:08:55.192 19598 19598 D BtGatt.DebugUtils: handleDebugAction() action=null +02-27 08:08:55.474 19112 19493 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:08:55.546 19598 19598 I bt_btif : system/bt/btif/src/bluetooth.cc:420 get_profile_interface: get_profile_interface: id = gatt +02-27 08:08:55.550 19657 19677 W android.vendin: Suspending all threads took: 45.865ms +02-27 08:08:55.722 19332 19386 D EGL_emulation: app_time_stats: avg=111.88ms min=35.42ms max=570.50ms count=10 +02-27 08:08:55.750 505 2796 D WifiNl80211Manager: Scan result ready event +02-27 08:08:55.750 505 2796 D WifiNative: Scan result ready event +02-27 08:08:55.763 19598 19626 E AdapterState: BLE_TURNING_ON : BLE_START_TIMEOUT +02-27 08:08:55.810 19598 19626 I AdapterState: BLE_TURNING_OFF : entered +02-27 08:08:55.813 19598 19626 D AdapterProperties: Setting state to BLE_TURNING_OFF +02-27 08:08:55.815 19598 19626 D BluetoothAdapterService: updateAdapterState() - Broadcasting state BLE_TURNING_OFF to 1 receivers. +02-27 08:08:55.816 19598 19626 D BluetoothAdapterService: enableBluetoothInCallService() - Enable = false +02-27 08:08:55.853 505 544 D BluetoothManagerService: MESSAGE_BLUETOOTH_STATE_CHANGE: BLE_TURNING_ON > BLE_TURNING_OFF +02-27 08:08:55.854 505 544 D BluetoothManagerService: Sending BLE State Change: BLE_TURNING_ON > BLE_TURNING_OFF +02-27 08:08:56.674 421 421 I wificond: Regulatory domain changed +02-27 08:08:56.754 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-DISCONNECTED bssid=00:13:10:85:fe:01 reason=4 locally_generated=1 +02-27 08:08:56.884 421 421 I wificond: 2.4Ghz frequencies: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 2484 +02-27 08:08:56.950 421 421 I wificond: 5Ghz non-DFS frequencies: +02-27 08:08:56.952 421 421 I wificond: 5Ghz DFS frequencies: 5180 5200 5220 5240 5260 5280 5300 5320 5500 5520 5540 5560 5580 5600 5620 5640 5660 5680 5700 5745 5765 5785 5805 5825 +02-27 08:08:56.952 421 421 I wificond: 6Ghz frequencies: +02-27 08:08:56.952 421 421 I wificond: 60Ghz frequencies: +02-27 08:08:57.217 19332 19332 I Choreographer: Skipped 44 frames! The application may be doing too much work on its main thread. +02-27 08:08:57.764 19332 19386 D EGL_emulation: app_time_stats: avg=211.28ms min=9.26ms max=1427.48ms count=9 +02-27 08:08:58.072 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD +02-27 08:08:58.129 19694 19694 E .remote.servic: Not starting debugger since process cannot load the jdwp agent. +02-27 08:08:58.353 19598 19626 D AdapterState: Stop Timeout Delay: 1000 +02-27 08:08:58.533 19598 19626 D AdapterProperties: onBleDisable +02-27 08:08:58.689 421 421 I wificond: Fail RSSI polling because wifi is not associated. +02-27 08:08:58.692 505 702 E WifiNl80211Manager: Invalid signal poll result from wificond +02-27 08:08:58.699 505 505 D CompanionDeviceManagerService: Received BT state transition broadcast: BLE_TURNING_ON -> BLE_TURNING_OFF +02-27 08:08:58.715 19598 19626 D BluetoothAdapterService: stopGattProfileService() - No profiles services to stop. +02-27 08:08:59.155 19332 19332 I Choreographer: Skipped 110 frames! The application may be doing too much work on its main thread. +02-27 08:08:59.325 182 182 I lowmemorykiller: Kill 'com.google.process.gapps' (19446), uid 10057, oom_score_adj 915 to free 44792kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (147%) +02-27 08:08:59.394 19332 19386 D EGL_emulation: app_time_stats: avg=1629.33ms min=1629.33ms max=1629.33ms count=1 +02-27 08:08:59.701 322 322 I Zygote : Process 19446 exited due to signal 9 (Killed) +02-27 08:08:59.810 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 19446 in 9ms +02-27 08:08:59.810 505 2243 I ActivityManager: Process com.google.process.gapps (pid 19446) has died: cch+15 CEM +02-27 08:08:59.929 19694 19708 I .remote.servic: Background young concurrent copying GC freed 12392(511KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1863KB/25MB, paused 38.853ms,96us total 1.154s +02-27 08:08:59.994 19598 19598 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 1002; state: ENABLED +02-27 08:09:00.040 19598 19626 I AdapterState: OFF : entered +02-27 08:09:00.041 19598 19626 D AdapterProperties: Setting state to OFF +02-27 08:09:00.042 505 2243 W ActivityManager: Stopping service due to app idle: u0a49 -1m6s214ms com.google.android.tv.remote.service/.RemoteService +02-27 08:09:00.195 505 543 W Looper : Slow dispatch took 188ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:09:00.287 19598 19626 D BluetoothAdapterService: updateAdapterState() - Broadcasting state OFF to 1 receivers. +02-27 08:09:01.365 505 544 D BluetoothManagerService: MESSAGE_BLUETOOTH_STATE_CHANGE: BLE_TURNING_OFF > OFF +02-27 08:09:01.383 505 544 D BluetoothManagerService: Bluetooth is complete send Service Down +02-27 08:09:01.383 505 544 D BluetoothManagerService: Broadcasting onBluetoothServiceDown() to 4 receivers. +02-27 08:09:01.412 19112 19130 D BluetoothAdapter: onBluetoothServiceDown +02-27 08:09:01.417 770 11173 D BluetoothAdapter: onBluetoothServiceDown +02-27 08:09:01.426 505 544 D BluetoothAdapter: onBluetoothServiceDown +02-27 08:09:01.426 505 544 D BluetoothManagerService: unbindAndFinish(): android.bluetooth.IBluetooth$Stub$Proxy@6523bcb mBinding = false mUnbinding = false +02-27 08:09:01.448 19598 19693 D BluetoothAdapter: onBluetoothServiceDown +02-27 08:09:01.723 19332 19332 I Choreographer: Skipped 94 frames! The application may be doing too much work on its main thread. +02-27 08:09:01.726 19189 19189 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 15 +02-27 08:09:01.821 896 904 I rkstack.proces: Background young concurrent copying GC freed 19930(813KB) AllocSpace objects, 24(1440KB) LOS objects, 48% free, 2439KB/4777KB, paused 393us,30.842ms total 2.955s +02-27 08:09:01.890 19189 19189 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 15 +02-27 08:09:02.778 182 182 I lowmemorykiller: Kill 'com.google.android.permissioncontroller' (19470), uid 10077, oom_score_adj 905 to free 43544kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (175%) +02-27 08:09:02.814 322 322 I Zygote : Process 19470 exited due to signal 9 (Killed) +02-27 08:09:02.852 505 543 W Looper : Slow dispatch took 599ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:09:03.172 505 514 W system_server: Suspending all threads took: 28.673ms +02-27 08:09:03.174 19657 19677 W android.vendin: Suspending all threads took: 129.241ms +02-27 08:09:03.219 505 3536 W ContentProviderHelper: Slow operation: 306ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:09:03.228 505 3536 W ContentProviderHelper: Slow operation: 315ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:09:03.229 505 3536 W ContentProviderHelper: Slow operation: 316ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:09:03.254 505 3536 W ContentProviderHelper: Slow operation: 341ms so far, now at getContentProviderImpl: before updateLruProcess +02-27 08:09:03.261 505 3536 W ContentProviderHelper: Slow operation: 348ms so far, now at getContentProviderImpl: after updateLruProcess +02-27 08:09:03.262 505 3536 W ContentProviderHelper: Slow operation: 348ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:09:03.509 19332 19332 I Choreographer: Skipped 103 frames! The application may be doing too much work on its main thread. +02-27 08:09:03.728 182 182 I lowmemorykiller: Kill 'android.process.acore' (19575), uid 10028, oom_score_adj 700 to free 46908kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (249%) +02-27 08:09:04.105 322 322 I Zygote : Process 19575 exited due to signal 9 (Killed) +02-27 08:09:04.497 19332 19386 D EGL_emulation: app_time_stats: avg=1264.23ms min=111.34ms max=4188.02ms count=4 +02-27 08:09:04.796 19332 19332 I Choreographer: Skipped 42 frames! The application may be doing too much work on its main thread. +02-27 08:09:05.217 505 3536 W ContentProviderHelper: Slow operation: 2304ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:09:05.218 505 3536 W ContentProviderHelper: Slow operation: 2305ms so far, now at getContentProviderImpl: done! +02-27 08:09:05.224 505 1686 D CountryDetector: No listener is left +02-27 08:09:05.467 19332 19386 D EGL_emulation: app_time_stats: avg=75.52ms min=14.58ms max=255.25ms count=11 +02-27 08:09:05.528 505 2908 W ActivityManager: Slow operation: 111ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:09:05.609 505 2908 W ActivityManager: Slow operation: 192ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:09:05.613 505 2908 W ActivityManager: Slow operation: 196ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:09:05.613 505 514 I system_server: Background young concurrent copying GC freed 1937959(48MB) AllocSpace objects, 0(0B) LOS objects, 46% free, 27MB/51MB, paused 36.118ms,68.344ms total 4.400s +02-27 08:09:05.881 505 702 W LastMileLogger: Failed to read event trace: /sys/kernel/debug/tracing/instances/wifi/trace +02-27 08:09:05.911 505 543 W Looper : Slow dispatch took 118ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:09:06.002 505 2908 W ActivityManager: Slow operation: 585ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:09:06.106 505 505 W Looper : Slow dispatch took 5927ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:09:06.109 505 505 W Looper : Slow delivery took 5947ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:09:06.123 505 1685 I ActivityManager: Process com.google.android.permissioncontroller (pid 19470) has died: cch+5 CEM +02-27 08:09:06.144 505 556 I libprocessgroup: Successfully killed process cgroup uid 10077 pid 19470 in 0ms +02-27 08:09:06.164 505 702 E WifiVendorHal: stopRssiMonitoring(l.2617) failed {.code = ERROR_NOT_AVAILABLE, .description = } +02-27 08:09:06.164 19694 19694 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10049; state: ENABLED +02-27 08:09:06.446 505 540 I ActivityManager: Process android.process.acore (pid 19575) has died: prev LAST +02-27 08:09:06.446 505 556 I libprocessgroup: Successfully killed process cgroup uid 10028 pid 19575 in 0ms +02-27 08:09:06.482 19332 19386 D EGL_emulation: app_time_stats: avg=59.81ms min=19.95ms max=104.56ms count=16 +02-27 08:09:06.609 505 542 W Looper : Slow dispatch took 5589ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:09:06.734 505 544 D BluetoothManagerService: Sending BLE State Change: BLE_TURNING_OFF > OFF +02-27 08:09:06.741 505 544 D BluetoothManagerService: Entering STATE_OFF but mEnabled is true; restarting. +02-27 08:09:06.741 505 544 E BluetoothManagerService: waitForState [10] time out +02-27 08:09:06.761 505 542 W Looper : Slow delivery took 3679ms android.fg h=android.os.Handler c=com.android.server.NetworkManagementService$NetdUnsolicitedEventListener$$ExternalSyntheticLambda0@1721276 m=0 +02-27 08:09:06.762 505 542 W Looper : Slow dispatch took 152ms android.fg h=android.os.Handler c=com.android.server.NetworkManagementService$NetdUnsolicitedEventListener$$ExternalSyntheticLambda0@1721276 m=0 +02-27 08:09:06.770 19598 19598 D BtGatt.DebugUtils: handleDebugAction() action=null +02-27 08:09:06.911 505 505 W Looper : Slow dispatch took 790ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=com.android.server.alarm.AlarmManagerService$3$$ExternalSyntheticLambda0@c760077 m=0 +02-27 08:09:06.915 505 505 W JobServiceContext: Time-out while trying to bind fce7723 #u0a58/9370 com.android.vending/com.google.android.finsky.scheduler.process.mainimpl.PhoneskyJobServiceMain, dropping. +02-27 08:09:06.953 505 542 W Looper : Drained +02-27 08:09:06.970 505 709 D ConnectivityService: [100 WIFI] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to DISCONNECTED +02-27 08:09:06.973 505 709 D ConnectivityService: [100 WIFI] disconnected, was satisfying 26 +02-27 08:09:06.978 505 702 D WifiClientModeImpl[wlan0]: ClientModeImpl: Leaving Connected state +02-27 08:09:07.558 19332 19386 D EGL_emulation: app_time_stats: avg=72.71ms min=21.36ms max=230.02ms count=12 +02-27 08:09:07.665 505 505 W Looper : Slow dispatch took 751ms main h=com.android.server.job.JobServiceContext$JobServiceHandler c=null m=0 +02-27 08:09:07.736 896 1061 D DhcpClient: doQuit +02-27 08:09:07.784 505 702 D WifiCountryCode: evaluateAllCmmStateAndApplyIfAllReady: {ConcreteClientModeManager{id=15227 iface=wlan0 role=ROLE_CLIENT_PRIMARY}=true} +02-27 08:09:07.829 505 505 D CompanionDeviceManagerService: Received BT state transition broadcast: BLE_TURNING_OFF -> OFF +02-27 08:09:08.077 505 505 W Looper : Slow dispatch took 247ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:09:08.093 505 702 D WifiCountryCode: Reading country code from telephony +02-27 08:09:08.109 505 544 D BluetoothManagerService: MESSAGE_RESTART_BLUETOOTH_SERVICE: retry count=3 +02-27 08:09:08.142 505 544 D BluetoothManagerService: binding Bluetooth service +02-27 08:09:08.207 505 702 D WifiCountryCode: Set telephony country code to: +02-27 08:09:08.216 19598 19598 D BluetoothAdapterService: onUnbind() - calling cleanup +02-27 08:09:08.221 19598 19598 D BluetoothAdapterService: cleanup() +02-27 08:09:08.234 505 702 D WifiCountryCode: updateCountryCode to null +02-27 08:09:08.264 505 505 W Looper : Drained +02-27 08:09:08.570 505 702 I WifiClientModeImpl[wlan0]: disconnectedstate enter +02-27 08:09:08.588 19332 19386 D EGL_emulation: app_time_stats: avg=48.46ms min=8.01ms max=145.93ms count=17 +02-27 08:09:08.614 19598 19598 W BluetoothSdpJni: Cleaning up Bluetooth SDP Interface... +02-27 08:09:08.638 19598 19598 W BluetoothSdpJni: Cleaning up Bluetooth SDP object +02-27 08:09:08.639 19598 19598 D BluetoothKeystoreService: cleanup +02-27 08:09:08.640 19598 19598 D BluetoothKeystoreService: setBluetoothKeystoreService(): set to: null +02-27 08:09:08.641 19598 19598 D BluetoothAdapterService: cleanup() - Cleaning up adapter native +02-27 08:09:08.669 896 1061 D DhcpClient: DHCP Packet Handler stopped +02-27 08:09:08.670 896 1061 D DhcpClient: onQuitting +02-27 08:09:08.788 505 702 E WifiScoringParams: Invalid frequency(-1), using 5G as default rssi array +02-27 08:09:09.013 19598 19637 I bt_stack_manager: system/bt/btif/src/stack_manager.cc:394 event_clean_up_stack: event_clean_up_stack is cleaning up the stack +02-27 08:09:09.014 19598 19637 I bt_btif_core: system/bt/btif/src/btif_core.cc:326 btif_cleanup_bluetooth: btif_cleanup_bluetooth entered +02-27 08:09:09.436 19598 19637 I bt_btif_queue: system/bt/btif/src/btif_profile_queue.cc:216 btif_queue_release: btif_queue_release +02-27 08:09:09.442 19598 19642 I droid.bluetoot: [0227/080909.440298:INFO:message_loop_thread.cc(245)] Run: message loop finished for thread bt_jni_thread +02-27 08:09:09.443 19598 19637 I bt_btif_core: system/bt/btif/src/btif_core.cc:334 btif_cleanup_bluetooth: btif_cleanup_bluetooth finished +02-27 08:09:09.654 19112 19256 V NativeCrypto: Read error: ssl=0xb400007b8b09c258: I/O error during system call, Software caused connection abort +02-27 08:09:09.910 505 542 I GnssNetworkConnectivityHandler: Network connection lost. Available networks count: 0 +02-27 08:09:09.912 505 542 I GnssNetworkConnectivityHandler: updateNetworkState, state=CLOSED, connected=false, network=100, capabilities=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED LinkUpBandwidth>=12000Kbps LinkDnBandwidth>=30000Kbps TransportInfo: , BSSID: 02:00:00:00:00:00, MAC: 02:00:00:00:00:00, Security type: 0, Supplicant state: COMPLETED, Wi-Fi standard: 1, RSSI: -50, Link speed: 1Mbps, Tx Link speed: 1Mbps, Max Supported Tx Link speed: 11Mbps, Rx Link speed: -1Mbps, Max Supported Rx Link speed: 11Mbps, Frequency: 2447MHz, Net ID: -1, Metered hint: false, score: 60, CarrierMerged: false, SubscriptionId: -1, IsPrimary: 1> SignalStrength: -50 SSID: "AndroidWifi"], apn: , availableNetworkCount: 0 +02-27 08:09:09.936 19332 19624 W hyh : [{0}] Failed to resolve name. status={1} +02-27 08:09:09.998 505 554 W ActivityManager: Timeout executing service: ServiceRecord{5326e90 u0 com.google.android.gms/.droidguard.DroidGuardService} +02-27 08:09:10.055 896 947 D UpstreamNetworkMonitor: Lost default Internet network: 100 +02-27 08:09:10.141 505 709 D ConnectivityService: Sending DISCONNECTED broadcast for type 1 [100 WIFI] isDefaultNetwork=true +02-27 08:09:10.176 19332 19332 I Choreographer: Skipped 54 frames! The application may be doing too much work on its main thread. +02-27 08:09:10.263 19112 19635 V NativeCrypto: SSL shutdown failed: ssl=0xb400007b8b09c258: I/O error during system call, Broken pipe +02-27 08:09:10.266 19112 19635 E WakeLock: GCM_HB_ALARM release without a matched acquire! +02-27 08:09:10.267 19112 19635 W WakeLock: GCM_HB_ALARM counter does not exist +02-27 08:09:10.276 505 19724 I ActivityManager: dumpStackTraces pids=null nativepids=null +02-27 08:09:10.301 505 709 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendStickyBroadcast:1560 com.android.server.ConnectivityService.sendStickyBroadcast:2790 com.android.server.ConnectivityService.sendLegacyNetworkBroadcast:8711 com.android.server.ConnectivityService$LegacyTypeTracker.remove:1007 com.android.server.ConnectivityService$LegacyTypeTracker.remove:1024 +02-27 08:09:10.331 19694 19694 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AtvRemoteService/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:09:10.368 505 505 W ActivityManager: Slow operation: 114ms so far, now at startProcess: done creating new process record +02-27 08:09:10.368 505 505 W ActivityManager: Slow operation: 174ms so far, now at startProcess: stepping in to startProcess +02-27 08:09:11.174 19332 19386 D EGL_emulation: app_time_stats: avg=198.27ms min=24.60ms max=1319.62ms count=10 +02-27 08:09:11.225 505 544 E BluetoothManagerService: MESSAGE_TIMEOUT_BIND +02-27 08:09:11.420 19332 19332 I Choreographer: Skipped 59 frames! The application may be doing too much work on its main thread. +02-27 08:09:11.431 505 19724 I ActivityManager: Dumping to /data/anr/anr_2026-02-27-08-09-10-352 +02-27 08:09:11.433 505 19724 I ActivityManager: Collecting stacks for pid 19652 +02-27 08:09:11.524 505 19724 I system_server: libdebuggerd_client: started dumping process 19652 +02-27 08:09:11.551 235 235 I tombstoned: registered intercept for pid 19652 and type kDebuggerdJavaBacktrace +02-27 08:09:11.594 19652 19663 I id.gms.unstabl: Thread[6,tid=19663,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0916f0,peer=0x12d80208,"Signal Catcher"]: reacting to signal 3 +02-27 08:09:11.596 19652 19663 I id.gms.unstabl: Mutator lock exclusive owner tid: 0 +02-27 08:09:11.596 19652 19663 I id.gms.unstabl: ThreadList lock owner tid: 0 +02-27 08:09:11.596 19652 19663 I id.gms.unstabl: ClassLinker classes lock owner tid: -1 +02-27 08:09:11.596 19652 19663 I id.gms.unstabl: ClassLinker dex lock owner tid: 0 +02-27 08:09:11.807 19652 19663 W id.gms.unstabl: Suspending all threads took: 36.386ms +02-27 08:09:11.832 505 505 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:09:11.836 505 505 W ActivityManager: Slow operation: 1468ms so far, now at startProcess: building args +02-27 08:09:11.849 19112 19493 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:09:11.871 19332 19624 W hyh : [{0}] Failed to resolve name. status={1} +02-27 08:09:11.880 505 505 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:09:11.880 505 505 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:09:11.880 505 505 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:09:11.880 505 505 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:09:11.880 505 505 W ActivityManager: Slow operation: 1686ms so far, now at startProcess: done starting proc! +02-27 08:09:11.888 505 555 W ActivityManager: Slow operation: 1520ms so far, now at startProcess: asking zygote to start proc +02-27 08:09:11.888 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:09:11.953 322 322 D Zygote : Forked child process 19727 +02-27 08:09:11.954 19332 19386 D EGL_emulation: app_time_stats: avg=776.58ms min=776.58ms max=776.58ms count=1 +02-27 08:09:12.015 505 540 W ContentProviderHelper: Slow operation: 108ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:09:12.029 505 540 W ContentProviderHelper: Slow operation: 123ms so far, now at getContentProviderImpl: done! +02-27 08:09:12.207 505 505 W Looper : Slow dispatch took 2186ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:09:12.242 505 505 W Looper : Slow delivery took 2104ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$CancelNotificationRunnable@b5e0880 m=0 +02-27 08:09:12.505 182 182 I lowmemorykiller: Kill 'com.google.android.inputmethod.latin' (19189), uid 10066, oom_score_adj 200 to free 49448kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (303%) +02-27 08:09:12.790 322 322 I Zygote : Process 19189 exited due to signal 9 (Killed) +02-27 08:09:13.037 19332 19386 D EGL_emulation: app_time_stats: avg=111.52ms min=16.54ms max=297.29ms count=8 +02-27 08:09:13.487 19727 19727 E t_app_installe: Not starting debugger since process cannot load the jdwp agent. +02-27 08:09:13.490 505 555 W ActivityManager: Slow operation: 3121ms so far, now at startProcess: returned from zygote! +02-27 08:09:13.756 505 1685 D WifiNl80211Manager: Scan result ready event +02-27 08:09:13.841 505 1685 D WifiNative: Scan result ready event +02-27 08:09:13.957 19332 19624 W hyh : [{0}] Failed to resolve name. status={1} +02-27 08:09:13.972 235 235 I tombstoned: received crash request for pid 19652 +02-27 08:09:13.973 235 235 I tombstoned: found intercept fd 512 for pid 19652 and type kDebuggerdJavaBacktrace +02-27 08:09:13.980 19652 19663 I id.gms.unstabl: Wrote stack traces to tombstoned +02-27 08:09:13.980 235 235 W tombstoned: missing output fd +02-27 08:09:13.981 19598 19637 I bt_core_module: system/bt/btcore/src/module.cc:122 module_clean_up: module_clean_up Cleaning up module "stack_config_module" +02-27 08:09:13.990 505 1680 I WindowManager: WIN DEATH: Window{a93778f u0 InputMethod} +02-27 08:09:13.995 505 19724 I system_server: libdebuggerd_client: done dumping process 19652 +02-27 08:09:14.002 19598 19637 I bt_core_module: system/bt/btcore/src/module.cc:127 module_clean_up: module_clean_up Cleanup of module "stack_config_module" completed +02-27 08:09:14.058 505 505 W Looper : Slow dispatch took 1816ms main h=com.android.server.job.controllers.ConnectivityController$CcHandler c=null m=0 +02-27 08:09:14.077 19332 19386 D EGL_emulation: app_time_stats: avg=76.66ms min=31.62ms max=212.24ms count=12 +02-27 08:09:14.158 505 19724 I ActivityManager: Done dumping +02-27 08:09:14.246 505 1680 W InputManager-JNI: Input channel object 'a93778f InputMethod (client)' was disposed without first being removed with the input manager! +02-27 08:09:14.309 505 554 W BroadcastQueue: Can't deliver broadcast to com.google.android.inputmethod.latin (pid 19189). Crashing it. +02-27 08:09:15.032 19727 19736 I t_app_installe: Background young concurrent copying GC freed 12394(511KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1863KB/25MB, paused 45.489ms,18us total 784.102ms +02-27 08:09:15.102 19332 19386 D EGL_emulation: app_time_stats: avg=31.34ms min=8.24ms max=57.13ms count=21 +02-27 08:09:15.146 505 561 E WifiThreadRunner: WifiThreadRunner.call() timed out! +02-27 08:09:15.146 505 561 E WifiThreadRunner: java.lang.Throwable: Caller thread Stack trace: +02-27 08:09:15.146 505 561 E WifiThreadRunner: at com.android.server.wifi.WifiThreadRunner.call(WifiThreadRunner.java:85) +02-27 08:09:15.146 505 561 E WifiThreadRunner: at com.android.server.wifi.WifiServiceImpl.getSupportedFeaturesInternal(WifiServiceImpl.java:4352) +02-27 08:09:15.146 505 561 E WifiThreadRunner: at com.android.server.wifi.WifiServiceImpl.getSupportedFeatures(WifiServiceImpl.java:2375) +02-27 08:09:15.146 505 561 E WifiThreadRunner: at android.net.wifi.WifiManager.getSupportedFeatures(WifiManager.java:2778) +02-27 08:09:15.146 505 561 E WifiThreadRunner: at android.net.wifi.WifiManager.isFeatureSupported(WifiManager.java:2785) +02-27 08:09:15.146 505 561 E WifiThreadRunner: at android.net.wifi.WifiManager.isEnhancedPowerReportingSupported(WifiManager.java:2927) +02-27 08:09:15.146 505 561 E WifiThreadRunner: at com.android.server.am.BatteryExternalStatsWorker.updateExternalStatsLocked(BatteryExternalStatsWorker.java:521) +02-27 08:09:15.146 505 561 E WifiThreadRunner: at com.android.server.am.BatteryExternalStatsWorker.access$1000(BatteryExternalStatsWorker.java:70) +02-27 08:09:15.146 505 561 E WifiThreadRunner: at com.android.server.am.BatteryExternalStatsWorker$1.run(BatteryExternalStatsWorker.java:463) +02-27 08:09:15.146 505 561 E WifiThreadRunner: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) +02-27 08:09:15.146 505 561 E WifiThreadRunner: at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:09:15.146 505 561 E WifiThreadRunner: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) +02-27 08:09:15.146 505 561 E WifiThreadRunner: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:09:15.146 505 561 E WifiThreadRunner: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:09:15.146 505 561 E WifiThreadRunner: at com.android.server.am.BatteryExternalStatsWorker.lambda$new$0(BatteryExternalStatsWorker.java:88) +02-27 08:09:15.146 505 561 E WifiThreadRunner: at com.android.server.am.BatteryExternalStatsWorker$$ExternalSyntheticLambda6.run(Unknown Source:2) +02-27 08:09:15.146 505 561 E WifiThreadRunner: at java.lang.Thread.run(Thread.java:920) +02-27 08:09:15.148 505 561 E WifiThreadRunner: WifiThreadRunner.call() timed out! +02-27 08:09:15.148 505 561 E WifiThreadRunner: java.lang.Throwable: Wifi thread Stack trace: +02-27 08:09:15.148 505 561 E WifiThreadRunner: at com.android.server.wifi.hotspot2.NetworkDetail.getBSSIDString(NetworkDetail.java:601) +02-27 08:09:15.148 505 561 E WifiThreadRunner: at com.android.server.wifi.ScanDetail.getBSSIDString(ScanDetail.java:133) +02-27 08:09:15.148 505 561 E WifiThreadRunner: at com.android.server.wifi.ScanDetailCache.put(ScanDetailCache.java:68) +02-27 08:09:15.148 505 561 E WifiThreadRunner: at com.android.server.wifi.WifiConfigManager.saveToScanDetailCacheForNetwork(WifiConfigManager.java:2377) +02-27 08:09:15.148 505 561 E WifiThreadRunner: at com.android.server.wifi.WifiConfigManager.updateScanDetailCacheFromScanDetailForSavedNetwork(WifiConfigManager.java:2430) +02-27 08:09:15.148 505 561 E WifiThreadRunner: at com.android.server.wifi.WifiNetworkSelector.updateScanDetailCache(WifiNetworkSelector.java:1125) +02-27 08:09:15.148 505 561 E WifiThreadRunner: at com.android.server.wifi.WifiNetworkSelector.getCandidatesFromScan(WifiNetworkSelector.java:814) +02-27 08:09:15.148 505 561 E WifiThreadRunner: at com.android.server.wifi.WifiConnectivityManager.handleScanResults(WifiConnectivityManager.java:399) +02-27 08:09:15.148 505 561 E WifiThreadRunner: at com.android.server.wifi.WifiConnectivityManager.access$1300(WifiConnectivityManager.java:82) +02-27 08:09:15.148 505 561 E WifiThreadRunner: at com.android.server.wifi.WifiConnectivityManager$AllSingleScanListener.onResults(WifiConnectivityManager.java:714) +02-27 08:09:15.148 505 561 E WifiThreadRunner: at android.net.wifi.WifiScanner$ServiceHandler.lambda$handleMessage$1(WifiScanner.java:1826) +02-27 08:09:15.148 505 561 E WifiThreadRunner: at android.net.wifi.WifiScanner$ServiceHandler$$ExternalSyntheticLambda4.run(Unknown Source:4) +02-27 08:09:15.148 505 561 E WifiThreadRunner: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:09:15.148 505 561 E WifiThreadRunner: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:09:15.148 505 561 E WifiThreadRunner: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:09:15.148 505 561 E WifiThreadRunner: at android.os.Looper.loop(Looper.java:288) +02-27 08:09:15.148 505 561 E WifiThreadRunner: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:09:15.157 505 505 W InputMethodManagerService: Session failed to close due to remote exception +02-27 08:09:15.157 505 505 W InputMethodManagerService: android.os.DeadObjectException +02-27 08:09:15.157 505 505 W InputMethodManagerService: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:09:15.157 505 505 W InputMethodManagerService: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:09:15.157 505 505 W InputMethodManagerService: at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:425) +02-27 08:09:15.157 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.finishSessionLocked(InputMethodManagerService.java:2812) +02-27 08:09:15.157 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearClientSessionLocked(InputMethodManagerService.java:2803) +02-27 08:09:15.157 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:2830) +02-27 08:09:15.157 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:2859) +02-27 08:09:15.157 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:2097) +02-27 08:09:15.157 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:2112) +02-27 08:09:15.157 505 505 W InputMethodManagerService: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:09:15.157 505 505 W InputMethodManagerService: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:09:15.157 505 505 W InputMethodManagerService: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:09:15.157 505 505 W InputMethodManagerService: at android.os.Looper.loop(Looper.java:288) +02-27 08:09:15.157 505 505 W InputMethodManagerService: at com.android.server.SystemServer.run(SystemServer.java:903) +02-27 08:09:15.157 505 505 W InputMethodManagerService: at com.android.server.SystemServer.main(SystemServer.java:610) +02-27 08:09:15.157 505 505 W InputMethodManagerService: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:09:15.157 505 505 W InputMethodManagerService: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:09:15.157 505 505 W InputMethodManagerService: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) +02-27 08:09:15.241 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:09:15.410 505 554 I ActivityManager: Killing 19189:com.google.android.inputmethod.latin/u0a66 (adj 200): scheduleCrash for 'can't deliver broadcast' failed +02-27 08:09:15.733 505 505 W Looper : Slow dispatch took 1674ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@6c50d7b m=0 +02-27 08:09:15.851 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 19189 in 1ms +02-27 08:09:15.980 505 554 W BroadcastQueue: Failure sending broadcast Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } +02-27 08:09:15.980 505 554 W BroadcastQueue: android.os.DeadObjectException +02-27 08:09:15.980 505 554 W BroadcastQueue: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:09:15.980 505 554 W BroadcastQueue: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:09:15.980 505 554 W BroadcastQueue: at android.app.IApplicationThread$Stub$Proxy.scheduleRegisteredReceiver(IApplicationThread.java:1854) +02-27 08:09:15.980 505 554 W BroadcastQueue: at com.android.server.am.BroadcastQueue.performReceiveLocked(BroadcastQueue.java:594) +02-27 08:09:15.980 505 554 W BroadcastQueue: at com.android.server.am.BroadcastQueue.deliverToRegisteredReceiverLocked(BroadcastQueue.java:897) +02-27 08:09:15.980 505 554 W BroadcastQueue: at com.android.server.am.BroadcastQueue.processNextBroadcastLocked(BroadcastQueue.java:1099) +02-27 08:09:15.980 505 554 W BroadcastQueue: at com.android.server.am.BroadcastQueue.processNextBroadcast(BroadcastQueue.java:1052) +02-27 08:09:15.980 505 554 W BroadcastQueue: at com.android.server.am.BroadcastQueue.access$000(BroadcastQueue.java:80) +02-27 08:09:15.980 505 554 W BroadcastQueue: at com.android.server.am.BroadcastQueue$BroadcastHandler.handleMessage(BroadcastQueue.java:198) +02-27 08:09:15.980 505 554 W BroadcastQueue: at android.os.Handler.dispatchMessage(Handler.java:106) +02-27 08:09:15.980 505 554 W BroadcastQueue: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:09:15.980 505 554 W BroadcastQueue: at android.os.Looper.loop(Looper.java:288) +02-27 08:09:15.980 505 554 W BroadcastQueue: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:09:15.980 505 554 W BroadcastQueue: at com.android.server.ServiceThread.run(ServiceThread.java:44) +02-27 08:09:15.982 19694 19694 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tv.remote.service' set to: 'default' +02-27 08:09:15.982 19694 19694 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:09:16.029 505 554 W BroadcastQueue: Target SDK mismatch: receiver ActivityInfo{2a09bf1 com.google.android.gms.gcm.ServiceAutoStarter} targets 33 but delivery restricted to [0, 23] broadcasting Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from android (pid=505, uid=1000) to com.google.android.gms/.gcm.ServiceAutoStarter +02-27 08:09:16.172 19694 19694 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:09:16.205 505 505 W Looper : Slow dispatch took 299ms main h=com.android.internal.os.HandlerCaller$MyHandler c=null m=7000 +02-27 08:09:16.226 19694 19694 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:09:16.320 505 514 W system_server: Suspending all threads took: 23.233ms +02-27 08:09:16.324 505 543 W Looper : Slow dispatch took 120ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:09:17.866 19332 19624 W hyh : [{0}] Failed to resolve name. status={1} +02-27 08:09:17.982 19112 19635 E WakeLock: GCM_CONN_ALARM release without a matched acquire! +02-27 08:09:17.982 19112 19635 W WakeLock: GCM_CONN_ALARM counter does not exist +02-27 08:09:18.038 19657 19657 I Finsky : [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:09:18.050 19598 19637 I bt_core_module: system/bt/btcore/src/module.cc:122 module_clean_up: module_clean_up Cleaning up module "interop_module" +02-27 08:09:18.057 19598 19637 I bt_core_module: system/bt/btcore/src/module.cc:127 module_clean_up: module_clean_up Cleanup of module "interop_module" completed +02-27 08:09:18.086 505 540 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 1000ms for connection +02-27 08:09:19.081 19694 19694 I AtvRemote.Application: Application started +02-27 08:09:19.580 19598 19637 I bt_core_module: system/bt/btcore/src/module.cc:122 module_clean_up: module_clean_up Cleaning up module "btif_config_module" +02-27 08:09:19.764 19598 19637 I bt_core_module: system/bt/btcore/src/module.cc:127 module_clean_up: module_clean_up Cleanup of module "btif_config_module" completed +02-27 08:09:20.045 505 543 W Looper : Slow dispatch took 1927ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=32 +02-27 08:09:20.095 505 546 I Choreographer: Skipped 129 frames! The application may be doing too much work on its main thread. +02-27 08:09:20.108 505 555 W ActivityManager: Slow operation: 9740ms so far, now at startProcess: done updating battery stats +02-27 08:09:20.110 505 555 W ActivityManager: Slow operation: 9742ms so far, now at startProcess: building log message +02-27 08:09:20.110 505 555 I ActivityManager: Start proc 19727:com.android.vending:instant_app_installer/u0a58 for service {com.android.vending/com.google.android.finsky.instantapps.metrics.LogFlushJob} +02-27 08:09:20.110 505 555 W ActivityManager: Slow operation: 9742ms so far, now at startProcess: starting to update pids map +02-27 08:09:20.111 505 543 W Looper : Slow delivery took 1808ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:09:20.124 505 555 W ActivityManager: Slow operation: 9756ms so far, now at startProcess: done updating pids map +02-27 08:09:20.130 505 1685 E WifiThreadRunner: WifiThreadRunner.call() timed out! +02-27 08:09:20.130 505 1685 E WifiThreadRunner: java.lang.Throwable: Caller thread Stack trace: +02-27 08:09:20.130 505 1685 E WifiThreadRunner: at com.android.server.wifi.WifiThreadRunner.call(WifiThreadRunner.java:85) +02-27 08:09:20.130 505 1685 E WifiThreadRunner: at com.android.server.wifi.WifiServiceImpl.getPrimaryClientModeManagerBlockingThreadSafe(WifiServiceImpl.java:878) +02-27 08:09:20.130 505 1685 E WifiThreadRunner: at com.android.server.wifi.WifiServiceImpl.getWifiEnabledState(WifiServiceImpl.java:1011) +02-27 08:09:20.130 505 1685 E WifiThreadRunner: at android.net.wifi.IWifiManager$Stub.onTransact(IWifiManager.java:913) +02-27 08:09:20.130 505 1685 E WifiThreadRunner: at android.os.Binder.execTransactInternal(Binder.java:1179) +02-27 08:09:20.130 505 1685 E WifiThreadRunner: at android.os.Binder.execTransact(Binder.java:1143) +02-27 08:09:20.130 505 1685 E WifiThreadRunner: WifiThreadRunner.call() timed out! +02-27 08:09:20.130 505 1685 E WifiThreadRunner: java.lang.Throwable: Wifi thread Stack trace: +02-27 08:09:20.130 505 1685 E WifiThreadRunner: at java.util.stream.SortedOps$OfRef.opWrapSink(SortedOps.java:141) +02-27 08:09:20.130 505 1685 E WifiThreadRunner: at java.util.stream.AbstractPipeline.wrapSink(AbstractPipeline.java:523) +02-27 08:09:20.130 505 1685 E WifiThreadRunner: at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:475) +02-27 08:09:20.130 505 1685 E WifiThreadRunner: at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) +02-27 08:09:20.130 505 1685 E WifiThreadRunner: at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:236) +02-27 08:09:20.130 505 1685 E WifiThreadRunner: at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:517) +02-27 08:09:20.130 505 1685 E WifiThreadRunner: at com.android.server.wifi.WifiNetworkSelector.selectNetwork(WifiNetworkSelector.java:1032) +02-27 08:09:20.130 505 1685 E WifiThreadRunner: at com.android.server.wifi.WifiConnectivityManager.handleCandidatesFromScanResultsForPrimaryCmmUsingMbbIfAvailable(WifiConnectivityManager.java:546) +02-27 08:09:20.130 505 1685 E WifiThreadRunner: at com.android.server.wifi.WifiConnectivityManager.handleScanResults(WifiConnectivityManager.java:442) +02-27 08:09:20.130 505 1685 E WifiThreadRunner: at com.android.server.wifi.WifiConnectivityManager.access$1300(WifiConnectivityManager.java:82) +02-27 08:09:20.130 505 1685 E WifiThreadRunner: at com.android.server.wifi.WifiConnectivityManager$AllSingleScanListener.onResults(WifiConnectivityManager.java:714) +02-27 08:09:20.130 505 1685 E WifiThreadRunner: at android.net.wifi.WifiScanner$ServiceHandler.lambda$handleMessage$1(WifiScanner.java:1826) +02-27 08:09:20.130 505 1685 E WifiThreadRunner: at android.net.wifi.WifiScanner$ServiceHandler$$ExternalSyntheticLambda4.run(Unknown Source:4) +02-27 08:09:20.130 505 1685 E WifiThreadRunner: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:09:20.130 505 1685 E WifiThreadRunner: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:09:20.130 505 1685 E WifiThreadRunner: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:09:20.130 505 1685 E WifiThreadRunner: at android.os.Looper.loop(Looper.java:288) +02-27 08:09:20.130 505 1685 E WifiThreadRunner: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:09:20.157 505 543 W Looper : Drained +02-27 08:09:20.196 505 514 I system_server: Background concurrent copying GC freed 1724795(43MB) AllocSpace objects, 4(208KB) LOS objects, 39% free, 37MB/61MB, paused 695.137ms,24.341ms total 8.477s +02-27 08:09:20.226 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 19189 +02-27 08:09:20.241 505 561 E WifiThreadRunner: WifiThreadRunner.call() timed out! +02-27 08:09:20.241 505 561 E WifiThreadRunner: java.lang.Throwable: Caller thread Stack trace: +02-27 08:09:20.241 505 561 E WifiThreadRunner: at com.android.server.wifi.WifiThreadRunner.call(WifiThreadRunner.java:85) +02-27 08:09:20.241 505 561 E WifiThreadRunner: at com.android.server.wifi.WifiServiceImpl.getSupportedFeaturesInternal(WifiServiceImpl.java:4390) +02-27 08:09:20.241 505 561 E WifiThreadRunner: at com.android.server.wifi.WifiServiceImpl.getSupportedFeatures(WifiServiceImpl.java:2375) +02-27 08:09:20.241 505 561 E WifiThreadRunner: at android.net.wifi.WifiManager.getSupportedFeatures(WifiManager.java:2778) +02-27 08:09:20.241 505 561 E WifiThreadRunner: at android.net.wifi.WifiManager.isFeatureSupported(WifiManager.java:2785) +02-27 08:09:20.241 505 561 E WifiThreadRunner: at android.net.wifi.WifiManager.isEnhancedPowerReportingSupported(WifiManager.java:2927) +02-27 08:09:20.241 505 561 E WifiThreadRunner: at com.android.server.am.BatteryExternalStatsWorker.updateExternalStatsLocked(BatteryExternalStatsWorker.java:521) +02-27 08:09:20.241 505 561 E WifiThreadRunner: at com.android.server.am.BatteryExternalStatsWorker.access$1000(BatteryExternalStatsWorker.java:70) +02-27 08:09:20.241 505 561 E WifiThreadRunner: at com.android.server.am.BatteryExternalStatsWorker$1.run(BatteryExternalStatsWorker.java:463) +02-27 08:09:20.241 505 561 E WifiThreadRunner: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) +02-27 08:09:20.241 505 561 E WifiThreadRunner: at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:09:20.241 505 561 E WifiThreadRunner: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) +02-27 08:09:20.241 505 561 E WifiThreadRunner: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:09:20.241 505 561 E WifiThreadRunner: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:09:20.241 505 561 E WifiThreadRunner: at com.android.server.am.BatteryExternalStatsWorker.lambda$new$0(BatteryExternalStatsWorker.java:88) +02-27 08:09:20.241 505 561 E WifiThreadRunner: at com.android.server.am.BatteryExternalStatsWorker$$ExternalSyntheticLambda6.run(Unknown Source:2) +02-27 08:09:20.241 505 561 E WifiThreadRunner: at java.lang.Thread.run(Thread.java:920) +02-27 08:09:20.242 505 561 E WifiThreadRunner: WifiThreadRunner.call() timed out! +02-27 08:09:20.242 505 561 E WifiThreadRunner: java.lang.Throwable: Wifi thread Stack trace: +02-27 08:09:20.242 505 561 E WifiThreadRunner: at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:509) +02-27 08:09:20.242 505 561 E WifiThreadRunner: at com.android.server.wifi.WifiNetworkSelector.selectNetwork(WifiNetworkSelector.java:1032) +02-27 08:09:20.242 505 561 E WifiThreadRunner: at com.android.server.wifi.WifiConnectivityManager.handleCandidatesFromScanResultsForPrimaryCmmUsingMbbIfAvailable(WifiConnectivityManager.java:546) +02-27 08:09:20.242 505 561 E WifiThreadRunner: at com.android.server.wifi.WifiConnectivityManager.handleScanResults(WifiConnectivityManager.java:442) +02-27 08:09:20.242 505 561 E WifiThreadRunner: at com.android.server.wifi.WifiConnectivityManager.access$1300(WifiConnectivityManager.java:82) +02-27 08:09:20.242 505 561 E WifiThreadRunner: at com.android.server.wifi.WifiConnectivityManager$AllSingleScanListener.onResults(WifiConnectivityManager.java:714) +02-27 08:09:20.242 505 561 E WifiThreadRunner: at android.net.wifi.WifiScanner$ServiceHandler.lambda$handleMessage$1(WifiScanner.java:1826) +02-27 08:09:20.242 505 561 E WifiThreadRunner: at android.net.wifi.WifiScanner$ServiceHandler$$ExternalSyntheticLambda4.run(Unknown Source:4) +02-27 08:09:20.242 505 561 E WifiThreadRunner: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:09:20.242 505 561 E WifiThreadRunner: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:09:20.242 505 561 E WifiThreadRunner: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:09:20.242 505 561 E WifiThreadRunner: at android.os.Looper.loop(Looper.java:288) +02-27 08:09:20.242 505 561 E WifiThreadRunner: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:09:20.321 505 1395 W ActivityManager: Slow operation: 75ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:09:20.338 505 19724 E ActivityManager: ANR in com.google.android.gms.unstable +02-27 08:09:20.338 505 19724 E ActivityManager: PID: 19652 +02-27 08:09:20.338 505 19724 E ActivityManager: Reason: executing service com.google.android.gms/.droidguard.DroidGuardService +02-27 08:09:20.338 505 19724 E ActivityManager: Frozen: false +02-27 08:09:20.338 505 19724 E ActivityManager: Load: 0.0 / 0.0 / 0.0 +02-27 08:09:20.338 505 19724 E ActivityManager: ----- Output from /proc/pressure/memory ----- +02-27 08:09:20.338 505 19724 E ActivityManager: some avg10=33.67 avg60=30.28 avg300=16.39 total=114249359 +02-27 08:09:20.338 505 19724 E ActivityManager: full avg10=8.47 avg60=7.90 avg300=4.17 total=29846045 +02-27 08:09:20.338 505 19724 E ActivityManager: ----- End output from /proc/pressure/memory ----- +02-27 08:09:20.338 505 19724 E ActivityManager: +02-27 08:09:20.338 505 19724 E ActivityManager: CPU usage from 3789ms to -4073ms ago (2026-02-27 08:09:06.312 to 2026-02-27 08:09:14.158): +02-27 08:09:20.338 505 19724 E ActivityManager: 66% 505/system_server: 21% user + 44% kernel / faults: 15574 minor 1201 major +02-27 08:09:20.338 505 19724 E ActivityManager: 43% 19332/com.google.android.tvlauncher: 10% user + 33% kernel / faults: 10179 minor 521 major +02-27 08:09:20.338 505 19724 E ActivityManager: 21% 360/surfaceflinger: 3.2% user + 18% kernel / faults: 2556 minor 11 major +02-27 08:09:20.338 505 19724 E ActivityManager: 20% 338/android.hardware.graphics.composer@2.3-service: 1.2% user + 19% kernel / faults: 881 minor 4 major +02-27 08:09:20.338 505 19724 E ActivityManager: 20% 19112/com.google.android.gms.persistent: 3.8% user + 16% kernel / faults: 8432 minor 703 major +02-27 08:09:20.338 505 19724 E ActivityManager: 17% 116/kswapd0: 0% user + 17% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 11% 19652/com.google.android.gms.unstable: 2.2% user + 9% kernel / faults: 5984 minor 387 major +02-27 08:09:20.338 505 19724 E ActivityManager: 8.2% 19598/com.android.bluetooth: 0.3% user + 7.8% kernel / faults: 1452 minor 344 major +02-27 08:09:20.338 505 19724 E ActivityManager: 8.2% 19657/com.android.vending: 0.6% user + 7.5% kernel / faults: 3152 minor 374 major +02-27 08:09:20.338 505 19724 E ActivityManager: 7.9% 263/loop14: 0% user + 7.9% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 5.5% 19694/com.google.android.tv.remote.service: 0.5% user + 4.9% kernel / faults: 2840 minor 124 major +02-27 08:09:20.338 505 19724 E ActivityManager: 6.1% 12/ksoftirqd/0: 0% user + 6.1% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 4% 350/android.hardware.wifi@1.0-service: 0% user + 4% kernel / faults: 121 minor 22 major +02-27 08:09:20.338 505 19724 E ActivityManager: 3.7% 19356/com.google.android.gms: 1.2% user + 2.4% kernel / faults: 3919 minor 109 major +02-27 08:09:20.338 505 19724 E ActivityManager: 4% 13/rcu_preempt: 0% user + 4% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 3.5% 896/com.android.networkstack.process: 0.6% user + 2.9% kernel / faults: 2061 minor 65 major +02-27 08:09:20.338 505 19724 E ActivityManager: 3.5% 321/netd: 0.2% user + 3.3% kernel / faults: 389 minor 50 major +02-27 08:09:20.338 505 19724 E ActivityManager: 2.6% 18676/com.google.android.tvrecommendations: 0% user + 2.6% kernel / faults: 1156 minor 66 major +02-27 08:09:20.338 505 19724 E ActivityManager: 2.2% 770/com.android.systemui: 0.2% user + 2% kernel / faults: 981 minor 91 major +02-27 08:09:20.338 505 19724 E ActivityManager: 2% 751/wpa_supplicant: 0% user + 2% kernel / faults: 222 minor 37 major +02-27 08:09:20.338 505 19724 E ActivityManager: 2% 181/logd: 0% user + 2% kernel / faults: 39 minor 9 major +02-27 08:09:20.338 505 19724 E ActivityManager: 1.6% 244/loop5: 0% user + 1.6% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 1.5% 182/lmkd: 0.2% user + 1.2% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 1.2% 17670/kworker/0:2-events: 0% user + 1.2% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 1% 248/loop7: 0% user + 1% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 0.8% 6316/kworker/1:0-events: 0% user + 0.8% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 0.8% 255/loop10: 0% user + 0.8% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 0.6% 132/sugov:3: 0% user + 0.6% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 0.5% 9196/kworker/u9:4-blk_crypto_wq: 0% user + 0.5% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 0.5% 18830/kworker/2:0-events: 0% user + 0.5% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 0.5% 185/psimon: 0% user + 0.5% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 0.5% 243/loop4: 0% user + 0.5% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 0.4% 320/statsd: 0.1% user + 0.3% kernel / faults: 214 minor 11 major +02-27 08:09:20.338 505 19724 E ActivityManager: 0.4% 500/kworker/u9:2-blk_crypto_wq: 0% user + 0.4% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 0.4% 19702/kworker/3:2-events: 0% user + 0.4% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 0.3% 1/init: 0% user + 0.3% kernel / faults: 8 minor 19 major +02-27 08:09:20.338 505 19724 E ActivityManager: 0.3% 138/kworker/0:1H-kblockd: 0% user + 0.3% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 0.3% 145/kworker/2:1H-kblockd: 0% user + 0.3% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 0.3% 17530/kworker/u8:1-phy0: 0% user + 0.3% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 0.2% 33/ksoftirqd/3: 0% user + 0.2% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 0.2% 95/kworker/3:1H-kblockd: 0% user + 0.2% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 0.2% 131/sugov:2: 0% user + 0.2% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 0.2% 144/kworker/1:1H-kblockd: 0% user + 0.2% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 0.2% 259/loop12: 0% user + 0.2% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 0.2% 284/loop25: 0% user + 0.2% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 0.2% 322/zygote64: 0% user + 0.2% kernel / faults: 133 minor 3 major +02-27 08:09:20.338 505 19724 E ActivityManager: 0.2% 347/android.hardware.sensors@2.1-service.multihal: 0% user + 0.2% kernel / faults: 197 minor 7 major +02-27 08:09:20.338 505 19724 E ActivityManager: 0.2% 421/wificond: 0.1% user + 0.1% kernel / faults: 61 minor 8 major +02-27 08:09:20.338 505 19724 E ActivityManager: 0.1% 27/ksoftirqd/2: 0% user + 0.1% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 0.1% 46/khugepaged: 0% user + 0.1% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 0.1% 129/sugov:0: 0% user + 0.1% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 0.1% 130/sugov:1: 0% user + 0.1% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 0.1% 183/servicemanager: 0% user + 0.1% kernel / faults: 131 minor 7 major +02-27 08:09:20.338 505 19724 E ActivityManager: 0% 235/tombstoned: 0% user + 0% kernel / faults: 48 minor 7 major +02-27 08:09:20.338 505 19724 E ActivityManager: 0.1% 268/loop17: 0% user + 0.1% kernel +02-27 08:09:20.338 505 19724 E ActivityManager: 0.1% 271/loop18: 0% user + 0.1% kernel +02-27 08:09:20.341 505 19724 E ActivityManager: 0.1% 272/loop19: 0% user + 0.1% kernel +02-27 08:09:20.341 505 19724 E ActivityManager: 0.1% 353/android.hardware.power-service.example: 0.1% user + 0% kernel / faults: 272 minor 2 major +02-27 08:09:20.341 505 19724 E ActivityManager: 0.1% 357/audioserver: 0% user + 0.1% kernel / faults: 32 minor +02-27 08:09:20.341 505 19724 E ActivityManager: 0% 365/iptables-restore: 0% user + 0% kernel / faults: 198 minor 15 major +02-27 08:09:20.341 505 19724 E ActivityManager: 0% 366/ip6tables-restore: 0% user + 0% kernel / faults: 451 minor +02-27 08:09:20.341 505 19724 E ActivityManager: 0.1% 1403/adbd: 0% user + 0.1% kernel / faults: 9 minor 6 major +02-27 08:09:20.341 505 19724 E ActivityManager: 0.1% 6150/kworker/u8:0-ext4-rsv-conversion: 0% user + 0.1% kernel +02-27 08:09:20.341 505 19724 E ActivityManager: 0.1% 14040/kworker/u9:1-blk_crypto_wq: 0% user + 0.1% kernel +02-27 08:09:20.341 505 19724 E ActivityManager: +0% 19727/com.google.android.gms: 0% user + 0% kernel +02-27 08:09:20.341 505 19724 E ActivityManager: 93% TOTAL: 11% user + 52% kernel + 7.9% iowait + 14% irq + 7% softirq +02-27 08:09:20.341 505 19724 E ActivityManager: CPU usage from 1426862ms to 1426862ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake: +02-27 08:09:20.341 505 19724 E ActivityManager: 0% TOTAL: 0% user + 0% kernel +02-27 08:09:20.480 505 505 W Looper : Drained +02-27 08:09:20.480 505 505 W Looper : Slow dispatch took 4203ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:09:20.481 505 702 D WifiNetworkAgent: NetworkAgent: NetworkAgent channel lost +02-27 08:09:20.494 505 505 W Looper : Slow delivery took 1471ms main h=com.android.server.power.Notifier$NotifierHandler c=null m=1 +02-27 08:09:20.497 19727 19727 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:09:20.593 505 505 W Looper : Drained +02-27 08:09:21.722 505 546 I Choreographer: Skipped 71 frames! The application may be doing too much work on its main thread. +02-27 08:09:21.828 505 543 W Looper : Slow delivery took 1051ms android.ui h=android.view.GestureDetector$GestureHandler c=null m=1 +02-27 08:09:21.928 505 505 W Looper : Slow dispatch took 145ms main h=com.android.server.power.Notifier$NotifierHandler c=null m=1 +02-27 08:09:21.929 505 2259 W ActivityManager: Slow operation: 163ms so far, now at startProcess: done creating new process record +02-27 08:09:21.929 505 2259 W ActivityManager: Slow operation: 163ms so far, now at startProcess: stepping in to startProcess +02-27 08:09:22.017 505 2259 W ActivityManager: Slow operation: 88ms so far, now at startProcess: building args +02-27 08:09:22.298 505 2259 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 08:09:22.310 505 2259 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 08:09:22.310 505 2259 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 08:09:22.310 505 2259 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 08:09:22.332 505 2259 W ActivityManager: Slow operation: 566ms so far, now at startProcess: done starting proc! +02-27 08:09:22.334 505 19724 I ActivityManager: Killing 19652:com.google.android.gms.unstable/u0a57 (adj 0): bg anr +02-27 08:09:22.337 505 555 W ActivityManager: Slow operation: 408ms so far, now at startProcess: asking zygote to start proc +02-27 08:09:22.338 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 08:09:22.345 505 19747 I DropBoxManagerService: add tag=system_app_anr isTagEnabled=true flags=0x6 +02-27 08:09:22.420 505 19724 D ActivityManager: Completed ANR of com.google.android.gms.unstable in 12356ms, latency 5ms +02-27 08:09:22.420 322 322 D Zygote : Forked child process 19751 +02-27 08:09:22.479 505 555 W ActivityManager: Slow operation: 495ms so far, now at startProcess: returned from zygote! +02-27 08:09:22.481 505 555 W ActivityManager: Slow operation: 551ms so far, now at startProcess: done updating battery stats +02-27 08:09:22.481 505 555 W ActivityManager: Slow operation: 552ms so far, now at startProcess: building log message +02-27 08:09:22.482 505 555 I ActivityManager: Start proc 19751:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:09:22.482 505 555 W ActivityManager: Slow operation: 553ms so far, now at startProcess: starting to update pids map +02-27 08:09:22.482 505 555 W ActivityManager: Slow operation: 553ms so far, now at startProcess: done updating pids map +02-27 08:09:22.522 19332 19624 W hyh : [{0}] Failed to resolve name. status={1} +02-27 08:09:22.523 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 19652 in 168ms +02-27 08:09:22.634 322 322 I Zygote : Process 19652 exited due to signal 9 (Killed) +02-27 08:09:22.805 505 1680 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.droidguard.DroidGuardService in 1000ms for connection +02-27 08:09:22.806 505 543 W Looper : Drained +02-27 08:09:22.880 505 542 W Looper : Slow dispatch took 232ms android.fg h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null m=1 +02-27 08:09:23.030 19694 19749 W .remote.servic: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:09:23.065 19694 19749 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:09:23.094 19694 19749 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:09:23.094 505 1680 W ContentProviderHelper: Slow operation: 88ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:09:23.117 505 1680 W ContentProviderHelper: Slow operation: 111ms so far, now at getContentProviderImpl: done! +02-27 08:09:23.188 19751 19751 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 08:09:23.771 19598 19637 I bt_core_module: system/bt/btcore/src/module.cc:122 module_clean_up: module_clean_up Cleaning up module "bt_utils_module" +02-27 08:09:23.772 19598 19637 I bt_core_module: system/bt/btcore/src/module.cc:127 module_clean_up: module_clean_up Cleanup of module "bt_utils_module" completed +02-27 08:09:24.029 505 619 W InputDispatcher: Window 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) is unresponsive: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) is not responding. Waited 5067ms for MotionEvent +02-27 08:09:24.032 505 619 W InputDispatcher: Canceling events for 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) because it is unresponsive +02-27 08:09:24.312 505 554 W ActivityManager: Slow operation: 266ms so far, now at startProcess: done creating new process record +02-27 08:09:24.313 505 554 W ActivityManager: Slow operation: 267ms so far, now at startProcess: stepping in to startProcess +02-27 08:09:24.342 505 619 I WindowManager: ANR in com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity. Reason:6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) is not responding. Waited 5067ms for MotionEvent +02-27 08:09:24.398 19332 19332 W roid.tvlaunche: Verification of android.window.OnBackInvokedCallback lz.a(java.lang.Runnable) took 1.298s (6.93 bytecodes/s) (1488B approximate peak alloc) +02-27 08:09:24.611 505 554 W ActivityManager: Slow operation: 298ms so far, now at startProcess: building args +02-27 08:09:24.784 505 702 D WifiScoreReport: setShouldReduceNetworkScore=false mNetworkAgent is null? true +02-27 08:09:24.786 505 702 D WifiClientModeImpl[wlan0]: CMD_START_CONNECT my state DisconnectedState nid=0 roam=false +02-27 08:09:24.800 505 505 W Looper : Slow dispatch took 276ms main h=android.os.Handler c=android.app.AlarmManager$ListenerWrapper@d849626 m=0 +02-27 08:09:24.853 505 702 W LastMileLogger: Failed to open free_buffer pseudo-file: /sys/kernel/debug/tracing/instances/wifi/free_buffer: open failed: ENOENT (No such file or directory) +02-27 08:09:24.853 505 702 W LastMileLogger: Failed to arm fail-safe. +02-27 08:09:26.253 19751 19761 I putmethod.lati: Background young concurrent copying GC freed 12509(549KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1826KB/25MB, paused 111.450ms,343us total 1.355s +02-27 08:09:26.568 19694 19694 W .remote.servic: Verification of void com.android.media.tv.remoteprovider.TvRemoteProvider.(android.content.Context) took 146.682ms (170.44 bytecodes/s) (1848B approximate peak alloc) +02-27 08:09:26.569 19727 19727 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:09:26.662 19332 19332 I Choreographer: Skipped 648 frames! The application may be doing too much work on its main thread. +02-27 08:09:27.586 505 702 I WifiClientModeImpl[wlan0]: Connecting with 02:15:b2:00:00:00 as the mac address +02-27 08:09:27.637 505 514 W system_server: Suspending all threads took: 23.011ms +02-27 08:09:27.793 19598 19637 I bt_core_module: system/bt/btcore/src/module.cc:122 module_clean_up: module_clean_up Cleaning up module "osi_module" +02-27 08:09:27.805 19598 19641 I bt_osi_alarm: system/bt/osi/src/alarm.cc:662 callback_dispatch: callback_dispatch Callback thread exited +02-27 08:09:27.805 421 421 W wificond: Scan is not started. Ignore abort request +02-27 08:09:27.805 19598 19641 W bt_osi_thread: system/bt/osi/src/thread.cc:239 run_thread: run_thread: thread id 19641, thread name alarm_dispatcher exited +02-27 08:09:27.813 19598 19640 W bt_osi_thread: system/bt/osi/src/thread.cc:239 run_thread: run_thread: thread id 19640, thread name alarm_default_ca exited +02-27 08:09:27.822 19598 19637 I bt_core_module: system/bt/btcore/src/module.cc:127 module_clean_up: module_clean_up Cleanup of module "osi_module" completed +02-27 08:09:27.946 505 702 D SupplicantStaIfaceHal: connectToNetwork "AndroidWifi"NONE +02-27 08:09:28.896 19332 19386 D EGL_emulation: app_time_stats: avg=1704.58ms min=33.40ms max=12977.39ms count=8 +02-27 08:09:29.469 19598 19637 I bt_stack_manager: system/bt/btif/src/stack_manager.cc:407 event_clean_up_stack: event_clean_up_stack finished +02-27 08:09:29.494 19598 19637 I droid.bluetoot: [0227/080929.484532:INFO:message_loop_thread.cc(245)] Run: message loop finished for thread bt_stack_manager_thread +02-27 08:09:29.499 19598 19598 I BluetoothServiceJni: cleanupNative: return from cleanup +02-27 08:09:29.630 505 702 D SupplicantStaIfaceHal: Network is already saved, but need to update BSSID. +02-27 08:09:30.026 505 514 I system_server: Background young concurrent copying GC freed 1898278(48MB) AllocSpace objects, 6(180KB) LOS objects, 33% free, 40MB/61MB, paused 15.316ms,41.928ms total 4.192s +02-27 08:09:30.120 19727 19727 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:09:30.120 19727 19727 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:09:30.215 19727 19727 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:09:30.290 19727 19727 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:09:30.370 19332 19624 W hyh : [{0}] Failed to resolve name. status={1} +02-27 08:09:30.573 505 702 D WifiCountryCode: evaluateAllCmmStateAndApplyIfAllReady: {ConcreteClientModeManager{id=15227 iface=wlan0 role=ROLE_CLIENT_PRIMARY}=false} +02-27 08:09:30.593 505 702 D WifiClientModeImpl[wlan0]: Start Connecting Watchdog 2 +02-27 08:09:30.677 505 619 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10065; state: DISABLED +02-27 08:09:30.682 505 619 D CompatibilityChangeReporter: Compat change id reported: 181136395; UID 10065; state: DISABLED +02-27 08:09:30.682 505 619 D CompatibilityChangeReporter: Compat change id reported: 174042936; UID 10065; state: DISABLED +02-27 08:09:30.705 505 619 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10065; state: DISABLED +02-27 08:09:30.714 505 619 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10065; state: DISABLED +02-27 08:09:30.727 505 2569 E WifiThreadRunner: WifiThreadRunner.call() timed out! +02-27 08:09:30.727 505 2569 E WifiThreadRunner: java.lang.Throwable: Caller thread Stack trace: +02-27 08:09:30.727 505 2569 E WifiThreadRunner: at com.android.server.wifi.WifiThreadRunner.call(WifiThreadRunner.java:85) +02-27 08:09:30.727 505 2569 E WifiThreadRunner: at com.android.server.wifi.WifiServiceImpl.getPrimaryClientModeManagerBlockingThreadSafe(WifiServiceImpl.java:878) +02-27 08:09:30.727 505 2569 E WifiThreadRunner: at com.android.server.wifi.WifiServiceImpl.getWifiEnabledState(WifiServiceImpl.java:1011) +02-27 08:09:30.727 505 2569 E WifiThreadRunner: at android.net.wifi.IWifiManager$Stub.onTransact(IWifiManager.java:913) +02-27 08:09:30.727 505 2569 E WifiThreadRunner: at android.os.Binder.execTransactInternal(Binder.java:1179) +02-27 08:09:30.727 505 2569 E WifiThreadRunner: at android.os.Binder.execTransact(Binder.java:1143) +02-27 08:09:30.729 505 2569 E WifiThreadRunner: WifiThreadRunner.call() timed out! +02-27 08:09:30.729 505 2569 E WifiThreadRunner: java.lang.Throwable: Wifi thread Stack trace: +02-27 08:09:30.729 505 2569 E WifiThreadRunner: at libcore.io.Linux.access(Native Method) +02-27 08:09:30.729 505 2569 E WifiThreadRunner: at libcore.io.ForwardingOs.access(ForwardingOs.java:131) +02-27 08:09:30.729 505 2569 E WifiThreadRunner: at libcore.io.BlockGuardOs.access(BlockGuardOs.java:76) +02-27 08:09:30.729 505 2569 E WifiThreadRunner: at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:281) +02-27 08:09:30.729 505 2569 E WifiThreadRunner: at java.io.File.exists(File.java:813) +02-27 08:09:30.729 505 2569 E WifiThreadRunner: at android.util.AtomicFile.startWrite(AtomicFile.java:145) +02-27 08:09:30.729 505 2569 E WifiThreadRunner: at android.util.AtomicFile.startWrite(AtomicFile.java:123) +02-27 08:09:30.729 505 2569 E WifiThreadRunner: at com.android.server.wifi.WifiConfigStore$StoreFile.writeBufferedRawData(WifiConfigStore.java:940) +02-27 08:09:30.729 505 2569 E WifiThreadRunner: at com.android.server.wifi.WifiConfigStore.writeBufferedData(WifiConfigStore.java:506) +02-27 08:09:30.729 505 2569 E WifiThreadRunner: at com.android.server.wifi.WifiConfigStore.access$000(WifiConfigStore.java:82) +02-27 08:09:30.729 505 2569 E WifiThreadRunner: at com.android.server.wifi.WifiConfigStore$2.onAlarm(WifiConfigStore.java:221) +02-27 08:09:30.729 505 2569 E WifiThreadRunner: at android.app.AlarmManager$ListenerWrapper.run(AlarmManager.java:323) +02-27 08:09:30.729 505 2569 E WifiThreadRunner: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:09:30.729 505 2569 E WifiThreadRunner: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:09:30.729 505 2569 E WifiThreadRunner: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:09:30.729 505 2569 E WifiThreadRunner: at android.os.Looper.loop(Looper.java:288) +02-27 08:09:30.729 505 2569 E WifiThreadRunner: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:09:30.970 505 702 D WifiConfigStore: Writing to stores completed in 376 ms. +02-27 08:09:30.976 505 702 D WifiScoreReport: setShouldReduceNetworkScore=false mNetworkAgent is null? true +02-27 08:09:30.981 505 702 D WifiClientModeImpl[wlan0]: CMD_START_CONNECT my state L2ConnectingState nid=0 roam=false +02-27 08:09:31.635 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:09:31.635 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:09:31.635 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:09:31.636 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:09:31.643 505 554 W ActivityManager: Slow operation: 7597ms so far, now at startProcess: done starting proc! +02-27 08:09:31.658 505 555 W ActivityManager: Slow operation: 7345ms so far, now at startProcess: asking zygote to start proc +02-27 08:09:31.662 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:09:31.681 505 554 W ActivityManager: Timeout executing service: ServiceRecord{32e0f8e u0 com.android.vending/com.google.android.finsky.scheduler.process.mainimpl.PhoneskyJobServiceMain} +02-27 08:09:31.714 505 554 W ActivityManager: Timeout executing service: ServiceRecord{c469bc0 u0 com.android.bluetooth/.gatt.GattService} +02-27 08:09:31.772 322 322 D Zygote : Forked child process 19779 +02-27 08:09:31.788 505 555 W ActivityManager: Slow operation: 7474ms so far, now at startProcess: returned from zygote! +02-27 08:09:31.998 505 505 W Looper : Slow delivery took 221ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:09:31.998 505 505 W Looper : Slow dispatch took 7198ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:09:32.004 505 505 W JobServiceContext: Time-out while trying to bind 63edcf4 #u0a58/165064389 com.android.vending/com.google.android.finsky.instantapps.metrics.LogFlushJob, dropping. +02-27 08:09:32.020 19727 19727 I Finsky:instant_app_inst: [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:09:32.132 505 702 I WifiClientModeImpl[wlan0]: Connecting with 02:15:b2:00:00:00 as the mac address +02-27 08:09:32.154 505 2673 I ActivityManager: Background started FGS: Allowed [callingPackage: com.google.android.inputmethod.latin; callingUid: 10066; uidState: IMPB; intent: Intent { act=com.google.android.tv.remote.service.VIRTUAL_REMOTE_IME pkg=com.google.android.tv.remote.service }; code:CURRENT_INPUT_METHOD; tempAllowListReason:; targetSdkVersion:31; callerTargetSdkVersion:31; startForegroundCount:0; bindFromPackage:null] +02-27 08:09:32.169 421 421 W wificond: Scan is not started. Ignore abort request +02-27 08:09:32.179 505 702 D SupplicantStaIfaceHal: connectToNetwork "AndroidWifi"NONE +02-27 08:09:32.179 505 702 D SupplicantStaIfaceHal: Network is already saved, will not trigger remove and add operation. +02-27 08:09:32.213 505 19778 I ActivityManager: dumpStackTraces pids=null nativepids=null +02-27 08:09:32.237 19657 19677 W android.vendin: Suspending all threads took: 33.012ms +02-27 08:09:32.284 505 702 D WifiClientModeImpl[wlan0]: Start Connecting Watchdog 3 +02-27 08:09:32.391 505 2796 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #11950} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (24 skipped) +02-27 08:09:32.466 505 19778 I ActivityManager: Dumping to /data/anr/anr_2026-02-27-08-09-32-316 +02-27 08:09:32.485 505 3356 W ActivityManager: Slow operation: 60ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:09:32.486 505 19778 I ActivityManager: Collecting stacks for pid 19657 +02-27 08:09:32.497 505 3356 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10066; state: DISABLED +02-27 08:09:32.497 505 3356 W ActivityManager: Slow operation: 72ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:09:32.525 505 3356 W ActivityManager: Slow operation: 99ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:09:32.554 19779 19779 E id.gms.unstabl: Not starting debugger since process cannot load the jdwp agent. +02-27 08:09:32.559 505 19778 I system_server: libdebuggerd_client: started dumping process 19657 +02-27 08:09:32.566 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 13743ms processing MotionEvent +02-27 08:09:32.598 235 235 I tombstoned: registered intercept for pid 19657 and type kDebuggerdJavaBacktrace +02-27 08:09:32.601 19657 19668 I android.vendin: Thread[6,tid=19668,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0916f0,peer=0x12c408d8,"Signal Catcher"]: reacting to signal 3 +02-27 08:09:32.601 19657 19668 I android.vendin: +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12487ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12485ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12472ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12472ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12472ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12472ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12472ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12472ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12469ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12469ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12469ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12468ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12468ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12468ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12468ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12468ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12468ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12468ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12468ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12468ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12467ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12467ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12467ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12467ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12467ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12467ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12467ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12467ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12467ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12467ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12467ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12467ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12467ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12467ms processing MotionEvent +02-27 08:09:32.625 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12465ms processing MotionEvent +02-27 08:09:32.626 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12465ms processing MotionEvent +02-27 08:09:32.626 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12465ms processing MotionEvent +02-27 08:09:32.626 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12465ms processing MotionEvent +02-27 08:09:32.626 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12084ms processing MotionEvent +02-27 08:09:32.626 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12054ms processing MotionEvent +02-27 08:09:32.626 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12008ms processing MotionEvent +02-27 08:09:32.626 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 12007ms processing MotionEvent +02-27 08:09:32.626 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 11985ms processing MotionEvent +02-27 08:09:32.626 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 11985ms processing MotionEvent +02-27 08:09:32.626 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 11985ms processing MotionEvent +02-27 08:09:32.626 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 11984ms processing MotionEvent +02-27 08:09:32.626 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 11983ms processing MotionEvent +02-27 08:09:32.626 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 11981ms processing MotionEvent +02-27 08:09:32.626 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 11981ms processing MotionEvent +02-27 08:09:32.626 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 11860ms processing MotionEvent +02-27 08:09:32.626 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 11858ms processing MotionEvent +02-27 08:09:33.694 19657 19668 I android.vendin: Waiting for a blocking GC ObjectsAllocated +02-27 08:09:33.966 19657 19677 W android.vendin: Suspending all threads took: 12.115ms +02-27 08:09:34.081 19657 19668 I android.vendin: WaitForGcToComplete blocked ObjectsAllocated on Background for 396.805ms +02-27 08:09:34.090 19657 19668 W android.vendin: Suspending all threads took: 8.340ms +02-27 08:09:34.097 505 3356 W ActivityManager: Slow operation: 1670ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:09:34.560 182 182 I lowmemorykiller: Kill 'com.google.android.tv.remote.service' (19694), uid 10049, oom_score_adj 100 to free 52340kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (419%) +02-27 08:09:34.671 322 322 I Zygote : Process 19694 exited due to signal 9 (Killed) +02-27 08:09:34.713 505 543 W Looper : Slow dispatch took 316ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:09:34.752 505 542 W Looper : Slow dispatch took 3156ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:09:34.826 421 421 I wificond: Received external scan result notification from kernel. +02-27 08:09:34.896 751 751 I wpa_supplicant: wlan0: SME: Trying to authenticate with 00:13:10:85:fe:01 (SSID='AndroidWifi' freq=2447 MHz) +02-27 08:09:35.176 751 751 I wpa_supplicant: wlan0: Trying to associate with 00:13:10:85:fe:01 (SSID='AndroidWifi' freq=2447 MHz) +02-27 08:09:35.391 751 751 I wpa_supplicant: wlan0: Associated with 00:13:10:85:fe:01 +02-27 08:09:35.397 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-CONNECTED - Connection to 00:13:10:85:fe:01 completed [id=0 id_str=%7B%22configKey%22%3A%22%5C%22AndroidWifi%5C%22NONE%22%2C%22creatorUid%22%3A%2210050%22%7D] +02-27 08:09:35.401 751 751 I wpa_supplicant: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0 +02-27 08:09:35.778 505 542 W Looper : Slow delivery took 2473ms android.fg h=android.os.Handler c=com.android.server.location.injector.SystemAppForegroundHelper$$ExternalSyntheticLambda1@83b08b3 m=0 +02-27 08:09:35.784 505 2621 D WifiNl80211Manager: Scan result ready event +02-27 08:09:35.785 505 2621 D WifiNative: Scan result ready event +02-27 08:09:35.802 505 3356 W ActivityManager: Slow operation: 3377ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:09:35.876 505 542 W Looper : Drained +02-27 08:09:35.910 505 514 I system_server: Background concurrent copying GC freed 2049247(51MB) AllocSpace objects, 8(256KB) LOS objects, 47% free, 26MB/50MB, paused 3.726ms,4.699ms total 3.689s +02-27 08:09:35.930 19751 19751 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 08:09:35.934 19657 19677 W android.vendin: Suspending all threads took: 103.357ms +02-27 08:09:36.025 235 235 I tombstoned: received crash request for pid 19657 +02-27 08:09:36.025 235 235 I tombstoned: found intercept fd 512 for pid 19657 and type kDebuggerdJavaBacktrace +02-27 08:09:36.028 235 235 W tombstoned: missing output fd +02-27 08:09:36.029 19657 19668 I android.vendin: Wrote stack traces to tombstoned +02-27 08:09:36.056 505 19778 I system_server: libdebuggerd_client: done dumping process 19657 +02-27 08:09:36.157 505 19778 I ActivityManager: Done dumping +02-27 08:09:36.161 505 2259 W ActivityManager: Failure sending service com.google.android.gms/.chimera.PersistentDirectBootAwareApiService to connection android.os.BinderProxy@b3b6e70 (in com.google.android.tv.remote.service) +02-27 08:09:36.161 505 2259 W ActivityManager: android.os.DeadObjectException +02-27 08:09:36.161 505 2259 W ActivityManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:09:36.161 505 2259 W ActivityManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:09:36.161 505 2259 W ActivityManager: at android.app.IServiceConnection$Stub$Proxy.connected(IServiceConnection.java:131) +02-27 08:09:36.161 505 2259 W ActivityManager: at com.android.server.am.ActiveServices.bindServiceLocked(ActiveServices.java:2858) +02-27 08:09:36.161 505 2259 W ActivityManager: at com.android.server.am.ActivityManagerService.bindIsolatedService(ActivityManagerService.java:11994) +02-27 08:09:36.161 505 2259 W ActivityManager: at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2608) +02-27 08:09:36.161 505 2259 W ActivityManager: at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2498) +02-27 08:09:36.161 505 2259 W ActivityManager: at android.os.Binder.execTransactInternal(Binder.java:1179) +02-27 08:09:36.161 505 2259 W ActivityManager: at android.os.Binder.execTransact(Binder.java:1143) +02-27 08:09:36.164 505 555 W ActivityManager: Slow operation: 11851ms so far, now at startProcess: done updating battery stats +02-27 08:09:36.180 505 555 W ActivityManager: Slow operation: 11866ms so far, now at startProcess: building log message +02-27 08:09:36.180 505 555 I ActivityManager: Start proc 19779:com.google.android.gms.unstable/u0a57 for service {com.google.android.gms/com.google.android.gms.droidguard.DroidGuardService} +02-27 08:09:36.180 505 555 W ActivityManager: Slow operation: 11867ms so far, now at startProcess: starting to update pids map +02-27 08:09:36.180 505 555 W ActivityManager: Slow operation: 11867ms so far, now at startProcess: done updating pids map +02-27 08:09:36.217 505 553 W Looper : Slow dispatch took 10790ms android.bg h=android.os.Handler c=com.android.server.am.ContentProviderHelper$$ExternalSyntheticLambda1@7c1019c m=0 +02-27 08:09:36.420 505 19778 E ActivityManager: ANR in com.android.vending +02-27 08:09:36.420 505 19778 E ActivityManager: PID: 19657 +02-27 08:09:36.420 505 19778 E ActivityManager: Reason: executing service com.android.vending/com.google.android.finsky.scheduler.process.mainimpl.PhoneskyJobServiceMain +02-27 08:09:36.420 505 19778 E ActivityManager: Frozen: false +02-27 08:09:36.420 505 19778 E ActivityManager: Load: 0.0 / 0.0 / 0.0 +02-27 08:09:36.420 505 19778 E ActivityManager: ----- Output from /proc/pressure/memory ----- +02-27 08:09:36.420 505 19778 E ActivityManager: some avg10=41.70 avg60=34.34 avg300=18.37 total=123948562 +02-27 08:09:36.420 505 19778 E ActivityManager: full avg10=13.53 avg60=9.71 avg300=4.87 total=32961542 +02-27 08:09:36.420 505 19778 E ActivityManager: ----- End output from /proc/pressure/memory ----- +02-27 08:09:36.420 505 19778 E ActivityManager: +02-27 08:09:36.420 505 19778 E ActivityManager: CPU usage from 17636ms to 0ms ago (2026-02-27 08:09:14.158 to 2026-02-27 08:09:31.796) with 99% awake: +02-27 08:09:36.420 505 19778 E ActivityManager: 92% 505/system_server: 35% user + 56% kernel / faults: 38117 minor 3153 major +02-27 08:09:36.420 505 19778 E ActivityManager: 22% 116/kswapd0: 0% user + 22% kernel +02-27 08:09:36.420 505 19778 E ActivityManager: 20% 19112/com.google.android.gms.persistent: 3.1% user + 17% kernel / faults: 10436 minor 1544 major +02-27 08:09:36.420 505 19778 E ActivityManager: 16% 19332/com.google.android.tvlauncher: 1.1% user + 15% kernel / faults: 4098 minor 579 major +02-27 08:09:36.420 505 19778 E ActivityManager: 14% 19657/com.android.vending: 1.6% user + 12% kernel / faults: 7272 minor 1177 major +02-27 08:09:36.420 505 19778 E ActivityManager: 12% 19694/com.google.android.tv.remote.service: 1.8% user + 10% kernel / faults: 8588 minor 875 major +02-27 08:09:36.420 505 19778 E ActivityManager: 11% 19598/com.android.bluetooth: 0.1% user + 11% kernel / faults: 480 minor 957 major +02-27 08:09:36.420 505 19778 E ActivityManager: 11% 19727/com.google.android.gms: 1.2% user + 9.7% kernel / faults: 6850 minor 501 major +02-27 08:09:36.420 505 19778 E ActivityManager: 8.9% 360/surfaceflinger: 0.3% user + 8.6% kernel / faults: 1430 minor 155 major +02-27 08:09:36.420 505 19778 E ActivityManager: 8.5% 263/loop14: 0% user + 8.5% kernel +02-27 08:09:36.420 505 19778 E ActivityManager: 6.6% 338/android.hardware.graphics.composer@2.3-service: 0.6% user + 5.9% kernel / faults: 577 minor 69 major +02-27 08:09:36.420 505 19778 E ActivityManager: 6.1% 19356/com.google.android.gms: 0.7% user + 5.4% kernel / faults: 4747 minor 387 major +02-27 08:09:36.420 505 19778 E ActivityManager: 3.5% 320/statsd: 0% user + 3.5% kernel / faults: 408 minor 25 major +02-27 08:09:36.420 505 19778 E ActivityManager: 3.2% 12/ksoftirqd/0: 0% user + 3.2% kernel +02-27 08:09:36.420 505 19778 E ActivityManager: 3.1% 751/wpa_supplicant: 0% user + 3.1% kernel / faults: 216 minor 80 major +02-27 08:09:36.420 505 19778 E ActivityManager: 2.8% 350/android.hardware.wifi@1.0-service: 0% user + 2.8% kernel / faults: 99 minor 22 major +02-27 08:09:36.420 505 19778 E ActivityManager: 1.8% 244/loop5: 0% user + 1.8% kernel +02-27 08:09:36.420 505 19778 E ActivityManager: 1.2% 437/android.hardware.biometrics.fingerprint@2.1-service: 0% user + 1.2% kernel / faults: 23 minor 8 major +02-27 08:09:36.420 505 19778 E ActivityManager: 1.6% 13/rcu_preempt: 0% user + 1.6% kernel +02-27 08:09:36.420 505 19778 E ActivityManager: 1.5% 183/servicemanager: 0% user + 1.5% kernel / faults: 235 minor 23 major +02-27 08:09:36.420 505 19778 E ActivityManager: 1.4% 271/loop18: 0% user + 1.4% kernel +02-27 08:09:36.420 505 19778 E ActivityManager: 1% 321/netd: 0% user + 0.9% kernel / faults: 511 minor 78 major +02-27 08:09:36.420 505 19778 E ActivityManager: 1% 18676/com.google.android.tvrecommendations: 0% user + 0.9% kernel / faults: 603 minor 59 major +02-27 08:09:36.420 505 19778 E ActivityManager: 0.9% 17670/kworker/0:2-events: 0% user + 0.9% kernel +02-27 08:09:36.420 505 19778 E ActivityManager: 0.8% 181/logd: 0.1% user + 0.7% kernel / faults: 173 minor 30 major +02-27 08:09:36.420 505 19778 E ActivityManager: 0.8% 182/lmkd: 0.2% user + 0.6% kernel +02-27 08:09:36.420 505 19778 E ActivityManager: 0.8% 243/loop4: 0% user + 0.8% kernel +02-27 08:09:36.420 505 19778 E ActivityManager: 0.8% 248/loop7: 0% user + 0.8% kernel +02-27 08:09:36.420 505 19778 E ActivityManager: 0.9% 353/android.hardware.power-service.example: 0% user + 0.8% kernel / faults: 241 minor 15 major +02-27 08:09:36.420 505 19778 E ActivityManager: 0.7% 770/com.android.systemui: 0% user + 0.6% kernel / faults: 501 minor 38 major +02-27 08:09:36.420 505 19778 E ActivityManager: 0.5% 144/kworker/1:1H-kblockd: 0% user + 0.5% kernel +02-27 08:09:36.420 505 19778 E ActivityManager: 0.5% 6316/kworker/1:0-events: 0% user + 0.5% kernel +02-27 08:09:36.420 505 19778 E ActivityManager: 0.3% 18473/com.google.process.gservices: 0% user + 0.3% kernel / faults: 710 minor 39 major +02-27 08:09:36.420 505 19778 E ActivityManager: 0.4% 347/android.hardware.sensors@2.1-service.multihal: 0% user + 0.4% kernel / faults: 394 minor 12 major +02-27 08:09:36.420 505 19778 E ActivityManager: 0.4% 500/kworker/u9:2-blk_crypto_wq: 0% user + 0.4% kernel +02-27 08:09:36.420 505 19778 E ActivityManager: 0.4% 17530/kworker/u8:1-phy0: 0% user + 0.4% kernel +02-27 08:09:36.420 505 19778 E ActivityManager: 0.4% 19702/kworker/3:2-events: 0% user + 0.4% kernel +02-27 08:09:36.420 505 19778 E ActivityManager: 0.4% 322/zygote64: 0% user + 0.4% kernel / faults: 187 minor 7 major +02-27 08:09:36.420 505 19778 E ActivityManager: 0.4% 18830/kworker/2:0-events: 0% user + 0.4% kernel +02-27 08:09:36.420 505 19778 E ActivityManager: 0.3% 130/sugov:1: 0% user + 0.3% kernel +02-27 08:09:36.420 505 19778 E ActivityManager: 0.3% 131/sugov:2: 0% user + 0.3% kernel +02-27 08:09:36.420 505 19778 E ActivityManager: 0.3% 255/loop10: 0% user + 0.3% kernel +02-27 08:09:36.420 505 19778 E ActivityManager: 0.2% 138/kworker/0:1H-kblockd: 0% user + 0.2% kernel +02-27 08:09:36.420 505 19778 E ActivityManager: 0.1% 184/hwservicemanager: 0% user + 0.1% kernel / faults: 58 minor 18 major +02-27 08:09:36.420 505 19778 E ActivityManager: 0.3% 9196/kworker/u9:4-blk_crypto_wq: 0% user + 0.3% kernel +02-27 08:09:36.420 505 19778 E ActivityManager: 0.3% 14040/kworker/u9:1-blk_crypto_wq: 0% user + 0.3% kernel +02-27 08:09:36.420 505 19778 E ActivityManager: 0.2% 185/psimon: 0% user + 0.2% kernel +02-27 08:09:36.420 505 19778 E ActivityManager: 0.1% 229/jbd2/dm-4-8: 0% user + 0.1% kernel +02-27 08:09:36.420 505 19778 E ActivityManager: 0.2% 259/loop12: 0% user + 0.2% kernel +02-27 08:09:36.420 505 19778 E ActivityManager: 0.1% 95/kworker/3:1H-kblockd: 0% user + 0.1% kernel +02-27 08:09:36.420 505 19778 E ActivityManager: 0.1% 129/sugov:0: 0% user + 0.1% kernel +02-27 08:09:36.420 505 19778 E ActivityManager: 0.1% 132/sugov:3: 0% user + 0.1% kernel +02-27 08:09:36.421 505 19778 E ActivityManager: 0.1% 272/loop19: 0% user + 0.1% kernel +02-27 08:09:36.421 505 19778 E ActivityManager: 0% 14/rcub/0: 0% user + 0% kernel +02-27 08:09:36.421 505 19778 E ActivityManager: 0% 21/ksoftirqd/1: 0% user + 0% kernel +02-27 08:09:36.421 505 19778 E ActivityManager: 0.1% 33/ksoftirqd/3: 0% user + 0.1% kernel +02-27 08:09:36.421 505 19778 E ActivityManager: 0% 45/kcompactd0: 0% user + 0% kernel +02-27 08:09:36.421 505 19778 E ActivityManager: 0.1% 145/kworker/2:1H-kblockd: 0% user + 0.1% kernel +02-27 08:09:36.421 505 19778 E ActivityManager: 0% 287/loop26: 0% user + 0% kernel +02-27 08:09:36.421 505 19778 E ActivityManager: 0% 339/android.hardware.health@2.1-service: 0% user + 0% kernel / faults: 31 minor 13 major +02-27 08:09:36.421 505 19778 E ActivityManager: 0.1% 357/audioserver: 0% user + 0.1% kernel / faults: 133 minor 13 major +02-27 08:09:36.421 505 19778 E ActivityManager: 0% 27/ksoftirqd/2: 0% user + 0% kernel +02-27 08:09:36.421 505 19778 E ActivityManager: 0% 256/loop11: 0% user + 0% kernel +02-27 08:09:36.421 505 19778 E ActivityManager: 0% 266/loop16: 0% user + 0% kernel +02-27 08:09:36.421 505 19778 E ActivityManager: 0% 276/loop21: 0% user + 0% kernel +02-27 08:09:36.421 505 19778 E ActivityManager: 0% 284/loop25: 0% user + 0% kernel +02-27 08:09:36.421 505 19778 E ActivityManager: 0% 407/traced_probes: 0% user + 0% kernel / faults: 60 minor 8 major +02-27 08:09:36.421 505 19778 E ActivityManager: 0% 411/cameraserver: 0% user + 0% kernel / faults: 102 minor 12 major +02-27 08:09:36.421 505 19778 E ActivityManager: 0% 421/wificond: 0% user + 0% kernel / faults: 105 minor 8 major +02-27 08:09:36.421 505 19778 E ActivityManager: 0% 852/android.hardware.gnss@2.0-service.ranchu: 0% user + 0% kernel / faults: 140 minor 1 major +02-27 08:09:36.421 505 19778 E ActivityManager: 0% 896/com.android.networkstack.process: 0% user + 0% kernel / faults: 25 minor +02-27 08:09:36.421 505 19778 E ActivityManager: +0% 19751/: 0% user + 0% kernel +02-27 08:09:36.421 505 19778 E ActivityManager: +0% 19779/zygote64: 0% user + 0% kernel +02-27 08:09:36.421 505 19778 E ActivityManager: 91% TOTAL: 11% user + 48% kernel + 11% iowait + 13% irq + 6.2% softirq +02-27 08:09:36.421 505 19778 E ActivityManager: CPU usage from 1448571ms to 1448571ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake: +02-27 08:09:36.421 505 19778 E ActivityManager: 0% TOTAL: 0% user + 0% kernel +02-27 08:09:36.527 505 1381 W ActivityManager: Slow operation: 198ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:09:36.580 505 1381 W ActivityManager: Slow operation: 251ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:09:36.581 505 1381 W ActivityManager: Slow operation: 252ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:09:36.699 505 19797 I DropBoxManagerService: add tag=system_app_anr isTagEnabled=true flags=0x6 +02-27 08:09:36.745 19657 19677 W android.vendin: Suspending all threads took: 23.138ms +02-27 08:09:36.798 505 1381 W ActivityManager: Slow operation: 468ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:09:36.822 505 556 I libprocessgroup: Successfully killed process cgroup uid 10049 pid 19694 in 0ms +02-27 08:09:36.822 505 1685 I ActivityManager: Process com.google.android.tv.remote.service (pid 19694) has died: vis FGS +02-27 08:09:36.832 505 1685 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.AtvRemoteProviderService in 188720ms for connection +02-27 08:09:36.833 505 1685 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.RemoteService in 9040ms for start-requested +02-27 08:09:36.844 19779 19779 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:09:37.213 505 542 W Looper : Slow dispatch took 502ms android.fg h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null m=1 +02-27 08:09:37.225 19598 19598 D BluetoothActiveDeviceManager: cleanup() +02-27 08:09:37.239 505 19778 I ActivityManager: Killing 19657:com.android.vending/u0a58 (adj 0): bg anr +02-27 08:09:37.244 505 19778 D ActivityManager: Completed ANR of com.android.vending in 5462ms, latency 69ms +02-27 08:09:37.283 505 505 W Looper : Slow dispatch took 5284ms main h=com.android.server.job.JobServiceContext$JobServiceHandler c=null m=0 +02-27 08:09:37.295 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 19657 in 42ms +02-27 08:09:37.321 322 322 I Zygote : Process 19657 exited due to signal 9 (Killed) +02-27 08:09:37.342 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4762ms processing MotionEvent +02-27 08:09:37.349 19598 19598 D BluetoothAdapterService: onDestroy() +02-27 08:09:37.349 19598 19598 I BluetoothAdapterService: Force exit to cleanup internal state in Bluetooth stack +02-27 08:09:37.358 19727 19736 W t_app_installe: Suspending all threads took: 133.967ms +02-27 08:09:37.360 505 543 W Looper : Slow dispatch took 1075ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68 +02-27 08:09:37.360 505 543 W Looper : Slow delivery took 1066ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:09:37.369 505 2569 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:09:37.370 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:09:37.370 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:09:37.370 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:09:37.403 19598 19598 I droid.bluetoot: System.exit called, status: 0 +02-27 08:09:37.413 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4839ms processing MotionEvent +02-27 08:09:37.413 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4839ms processing MotionEvent +02-27 08:09:37.414 19598 19598 I AndroidRuntime: VM exiting with result code 0, cleanup skipped. +02-27 08:09:37.416 505 543 W Looper : Drained +02-27 08:09:37.451 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4877ms processing MotionEvent +02-27 08:09:37.452 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4878ms processing MotionEvent +02-27 08:09:37.464 505 19778 I ActivityManager: dumpStackTraces pids=null nativepids=[] +02-27 08:09:37.465 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4891ms processing MotionEvent +02-27 08:09:37.465 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4892ms processing MotionEvent +02-27 08:09:37.466 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4892ms processing MotionEvent +02-27 08:09:37.466 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4892ms processing MotionEvent +02-27 08:09:37.466 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4892ms processing MotionEvent +02-27 08:09:37.466 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4892ms processing MotionEvent +02-27 08:09:37.466 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4892ms processing MotionEvent +02-27 08:09:37.466 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4892ms processing MotionEvent +02-27 08:09:37.466 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4892ms processing MotionEvent +02-27 08:09:37.466 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4892ms processing MotionEvent +02-27 08:09:37.466 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4892ms processing MotionEvent +02-27 08:09:37.466 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4892ms processing MotionEvent +02-27 08:09:37.466 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4892ms processing MotionEvent +02-27 08:09:37.466 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4892ms processing MotionEvent +02-27 08:09:37.466 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4892ms processing MotionEvent +02-27 08:09:37.466 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4892ms processing MotionEvent +02-27 08:09:37.466 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4892ms processing MotionEvent +02-27 08:09:37.466 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4892ms processing MotionEvent +02-27 08:09:37.466 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4892ms processing MotionEvent +02-27 08:09:37.466 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4892ms processing MotionEvent +02-27 08:09:37.466 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4892ms processing MotionEvent +02-27 08:09:37.466 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4892ms processing MotionEvent +02-27 08:09:37.466 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4892ms processing MotionEvent +02-27 08:09:37.466 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4892ms processing MotionEvent +02-27 08:09:37.466 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4892ms processing MotionEvent +02-27 08:09:37.466 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4892ms processing MotionEvent +02-27 08:09:37.466 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4892ms processing MotionEvent +02-27 08:09:37.466 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4892ms processing MotionEvent +02-27 08:09:37.466 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4893ms processing MotionEvent +02-27 08:09:37.472 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4893ms processing MotionEvent +02-27 08:09:37.472 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4893ms processing MotionEvent +02-27 08:09:37.472 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4893ms processing MotionEvent +02-27 08:09:37.472 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4893ms processing MotionEvent +02-27 08:09:37.472 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4893ms processing MotionEvent +02-27 08:09:37.472 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4893ms processing MotionEvent +02-27 08:09:37.472 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4893ms processing MotionEvent +02-27 08:09:37.473 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4899ms processing MotionEvent +02-27 08:09:37.473 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4899ms processing MotionEvent +02-27 08:09:37.474 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4900ms processing MotionEvent +02-27 08:09:37.474 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4900ms processing MotionEvent +02-27 08:09:37.474 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4900ms processing MotionEvent +02-27 08:09:37.474 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4900ms processing MotionEvent +02-27 08:09:37.474 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4900ms processing MotionEvent +02-27 08:09:37.474 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4900ms processing MotionEvent +02-27 08:09:37.474 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4900ms processing MotionEvent +02-27 08:09:37.474 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4900ms processing MotionEvent +02-27 08:09:37.474 505 619 I InputDispatcher: 6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) spent 4900ms processing MotionEvent +02-27 08:09:37.476 505 505 E TvRemoteProviderProxy: com.android.server.tv.TvRemoteProviderProxy@25095b5: Failed remote call to setRemoteServiceInputSink +02-27 08:09:37.481 505 19778 I ActivityManager: Dumping to /data/anr/anr_2026-02-27-08-09-37-476 +02-27 08:09:37.484 505 19778 I ActivityManager: Collecting stacks for pid 19598 +02-27 08:09:37.496 505 19778 I system_server: libdebuggerd_client: started dumping process 19598 +02-27 08:09:37.498 235 235 I tombstoned: registered intercept for pid 19598 and type kDebuggerdJavaBacktrace +02-27 08:09:37.518 322 322 I Zygote : Process 19598 exited cleanly (0) +02-27 08:09:37.520 505 556 I libprocessgroup: Successfully killed process cgroup uid 1002 pid 19598 in 0ms +02-27 08:09:37.520 505 1381 I ActivityManager: Process com.android.bluetooth (pid 19598) has died: psvc PER +02-27 08:09:37.521 505 1381 W ActivityManager: Scheduling restart of crashed service com.android.bluetooth/.btservice.AdapterService in 18352ms for connection +02-27 08:09:37.636 19751 19751 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:09:37.653 19779 19779 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:09:38.251 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:09:38.313 505 505 W Looper : Slow dispatch took 742ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$PostNotificationRunnable@92bb0f5 m=0 +02-27 08:09:38.396 19727 19736 W t_app_installe: Suspending all threads took: 12.669ms +02-27 08:09:38.430 505 505 W Looper : Slow dispatch took 112ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$NotificationListeners$$ExternalSyntheticLambda4@a032e8a m=0 +02-27 08:09:38.538 770 770 D TvNotificationHandler: Notification added +02-27 08:09:38.652 19751 19751 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 08:09:38.653 19751 19751 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:09:38.656 19779 19779 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:09:38.656 19779 19779 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:09:38.670 19751 19751 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:09:38.685 19779 19779 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:09:38.699 19112 19767 E WakeLock: GCM_HB_ALARM release without a matched acquire! +02-27 08:09:38.699 505 702 D ConnectivityService: registerNetworkAgent NetworkAgentInfo{network{101} handle{437197393933} ni{WIFI CONNECTING extra: } Score(60 ; KeepConnected : 0 ; Policies : IS_UNMETERED) lp{{InterfaceName: wlan0 LinkAddresses: [ ] DnsAddresses: [ ] Domains: null MTU: 0 Routes: [ ]}} nc{[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED LinkUpBandwidth>=11000Kbps LinkDnBandwidth>=11000Kbps Specifier: TransportInfo: OwnerUid: 10050 AdminUids: [10050] SSID: "AndroidWifi"]}} +02-27 08:09:38.708 19751 19751 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:09:38.710 19112 19767 W WakeLock: GCM_HB_ALARM counter does not exist +02-27 08:09:39.366 505 541 I ActivityTaskManager: START u0 {act=android.intent.action.VIEW dat=https://www.youtube.com/... flg=0x10000000 pkg=com.google.android.youtube.tv cmp=com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.ShellActivity (has extras)} from uid 10048 +02-27 08:09:39.855 19779 19779 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:09:39.924 19751 19751 I putmethod.lati: Waiting for a blocking GC ClassLinker +02-27 08:09:39.982 19751 19751 I putmethod.lati: WaitForGcToComplete blocked ClassLinker on CollectorTransition for 63.732ms +02-27 08:09:41.964 19332 19624 W hyh : [{0}] Failed to resolve name. status={1} +02-27 08:09:42.002 505 505 W Looper : Drained +02-27 08:09:42.029 505 505 W Looper : Slow dispatch took 1662ms main h=android.app.ActivityThread$H c=com.android.server.powerstats.TimerTrigger$2@3304e2 m=0 +02-27 08:09:42.093 346 346 E android.hardware.power.stats@1.0-service-mock: Failed to getEnergyData +02-27 08:09:42.098 505 514 I system_server: Background young concurrent copying GC freed 1486031(37MB) AllocSpace objects, 6(248KB) LOS objects, 9% free, 46MB/50MB, paused 2.783ms,860us total 4.089s +02-27 08:09:42.154 19332 19589 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10048; state: ENABLED +02-27 08:09:42.362 505 541 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=23 attached=false +02-27 08:09:42.502 19727 19736 W t_app_installe: Suspending all threads took: 21.938ms +02-27 08:09:42.622 19112 19250 E WakeLock: GCM_CONN_ALARM ** IS FORCE-RELEASED ON TIMEOUT ** +02-27 08:09:42.819 19112 19768 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:09:43.066 505 541 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10065; state: DISABLED +02-27 08:09:43.436 505 709 D ConnectivityService: [101 WIFI] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTING +02-27 08:09:43.557 19112 19768 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:09:43.677 505 514 I system_server: Background concurrent copying GC freed 1654444(41MB) AllocSpace objects, 1(24KB) LOS objects, 50% free, 19MB/38MB, paused 6.261ms,567us total 1.169s +02-27 08:09:43.709 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10065; state: DISABLED +02-27 08:09:43.709 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10065; state: DISABLED +02-27 08:09:43.709 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10065; state: DISABLED +02-27 08:09:43.709 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10065; state: ENABLED +02-27 08:09:43.710 505 545 W ActivityTaskManager: Activity top resumed state loss timeout for ActivityRecord{408f24a u0 com.google.android.tvlauncher/.MainActivity t17} +02-27 08:09:43.712 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10065; state: ENABLED +02-27 08:09:43.728 505 554 W ActivityManager: Bringing down service while still waiting for start foreground: ServiceRecord{60d0657 u0 com.google.android.tv.remote.service/.RemoteService} +02-27 08:09:43.732 322 322 D Zygote : Forked child process 19821 +02-27 08:09:43.746 505 555 I ActivityManager: Start proc 19821:com.google.android.youtube.tv/u0a65 for pre-top-activity {com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.ShellActivity} +02-27 08:09:43.769 19332 19332 I Choreographer: Skipped 371 frames! The application may be doing too much work on its main thread. +02-27 08:09:44.028 505 545 W ActivityTaskManager: Activity pause timeout for ActivityRecord{408f24a u0 com.google.android.tvlauncher/.MainActivity t17} +02-27 08:09:44.071 19821 19821 E roid.youtube.t: Not starting debugger since process cannot load the jdwp agent. +02-27 08:09:44.120 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:09:44.132 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fa7cc000 0x1fafb8000] +02-27 08:09:44.214 770 770 D TvPipController: onTaskStackChanged() +02-27 08:09:44.277 19112 19767 E WakeLock: GCM_CONN_ALARM release without a matched acquire! +02-27 08:09:44.278 19112 19767 W WakeLock: GCM_CONN_ALARM counter does not exist +02-27 08:09:44.310 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fafb8000 0x1fb7a4000] +02-27 08:09:44.320 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fb7a4000 0x1fbf90000] +02-27 08:09:45.240 19751 19761 W putmethod.lati: Suspending all threads took: 127.679ms +02-27 08:09:45.329 19332 19386 D EGL_emulation: app_time_stats: avg=16403.14ms min=16403.14ms max=16403.14ms count=1 +02-27 08:09:45.388 770 825 I Choreographer: Skipped 77 frames! The application may be doing too much work on its main thread. +02-27 08:09:45.873 505 890 W ActivityManager: Slow operation: 97ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:09:46.118 505 890 W ActivityManager: Slow operation: 344ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:09:46.163 19821 19832 I roid.youtube.t: Background young concurrent copying GC freed 12556(549KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1842KB/25MB, paused 47us,91us total 301.500ms +02-27 08:09:46.182 505 890 W ActivityManager: Slow operation: 409ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:09:46.282 505 890 W ActivityManager: Slow operation: 509ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:09:46.762 505 890 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:09:46.764 505 890 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:09:46.764 505 890 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:09:46.764 505 890 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:09:46.764 505 890 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:09:46.764 505 890 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:09:46.764 505 890 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:09:46.764 505 890 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:09:46.764 505 890 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:09:46.764 505 890 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:09:46.788 505 890 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:09:46.788 505 890 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:09:46.788 505 890 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:09:46.788 505 890 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:09:46.788 505 890 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:09:46.788 505 890 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:09:46.788 505 890 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:09:46.788 505 890 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:09:46.789 505 890 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:09:46.789 505 890 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:09:46.909 505 890 W ActivityManager: Slow operation: 1136ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:09:46.965 19821 19821 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10065; state: DISABLED +02-27 08:09:47.463 505 505 W Looper : Slow dispatch took 395ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=6 +02-27 08:09:47.590 505 505 W Looper : Slow delivery took 472ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:09:47.594 235 235 I tombstoned: intercept for pid 19598 and type kDebuggerdJavaBacktrace terminated: due to timeout +02-27 08:09:47.600 505 505 W Looper : Drained +02-27 08:09:47.618 505 19778 E system_server: libdebuggerd_client: failed to read status response from tombstoned: timeout reached? +02-27 08:09:47.630 19112 19112 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.clearcut.service.START dat=chimera-action:com.google.android.gms.clearcut.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:09:47.651 19332 19332 I Choreographer: Skipped 231 frames! The application may be doing too much work on its main thread. +02-27 08:09:47.678 505 546 I Choreographer: Skipped 45 frames! The application may be doing too much work on its main thread. +02-27 08:09:48.264 505 19778 W ActivityManager: Dumping Java threads failed, initiating native stack dump. +02-27 08:09:48.341 505 19778 W system_server: libdebuggerd_client: Failed to get process tids +02-27 08:09:48.341 505 19778 I system_server: libdebuggerd_client: started dumping process 19598 +02-27 08:09:48.371 505 19778 E system_server: libdebuggerd_client: failed to send signal to pid 19598: No such process +02-27 08:09:48.372 235 235 I tombstoned: registered intercept for pid 19598 and type kDebuggerdNativeBacktrace +02-27 08:09:48.372 235 235 I tombstoned: intercept for pid 19598 and type kDebuggerdNativeBacktrace terminated: due to input +02-27 08:09:48.542 505 19778 W ActivityManager: Native stack dump failed! +02-27 08:09:48.689 505 19778 I ActivityManager: Done dumping +02-27 08:09:49.215 19821 19821 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/YouTubeLeanback/lib/arm64:/product/app/YouTubeLeanback/YouTubeLeanback.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:09:49.258 505 19778 E ActivityManager: ANR in com.android.bluetooth +02-27 08:09:49.258 505 19778 E ActivityManager: PID: 19598 +02-27 08:09:49.258 505 19778 E ActivityManager: Reason: executing service com.android.bluetooth/.gatt.GattService +02-27 08:09:49.258 505 19778 E ActivityManager: Frozen: false +02-27 08:09:49.258 505 19778 E ActivityManager: Load: 0.0 / 0.0 / 0.0 +02-27 08:09:49.258 505 19778 E ActivityManager: ----- Output from /proc/pressure/memory ----- +02-27 08:09:49.258 505 19778 E ActivityManager: some avg10=38.47 avg60=34.30 avg300=18.59 total=125547049 +02-27 08:09:49.258 505 19778 E ActivityManager: full avg10=13.53 avg60=10.01 avg300=5.00 total=33603283 +02-27 08:09:49.258 505 19778 E ActivityManager: ----- End output from /proc/pressure/memory ----- +02-27 08:09:49.258 505 19778 E ActivityManager: +02-27 08:09:49.258 505 19778 E ActivityManager: CPU usage from 0ms to 11552ms later (2026-02-27 08:09:37.244 to 2026-02-27 08:09:48.796): +02-27 08:09:49.258 505 19778 E ActivityManager: 91% 505/system_server: 41% user + 49% kernel / faults: 33228 minor 2070 major +02-27 08:09:49.258 505 19778 E ActivityManager: 19% 19112/com.google.android.gms.persistent: 2.5% user + 16% kernel / faults: 9303 minor 956 major +02-27 08:09:49.258 505 19778 E ActivityManager: 19% 116/kswapd0: 0% user + 19% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 16% 19332/com.google.android.tvlauncher: 2.2% user + 14% kernel / faults: 8383 minor 767 major +02-27 08:09:49.258 505 19778 E ActivityManager: 16% 19779/zygote64: 3.2% user + 13% kernel / faults: 8668 minor 614 major +02-27 08:09:49.258 505 19778 E ActivityManager: 14% 19727/com.google.android.gms: 2.3% user + 12% kernel / faults: 5826 minor 624 major +02-27 08:09:49.258 505 19778 E ActivityManager: 9.5% 19751/com.google.android.inputmethod.latin: 2.4% user + 7.1% kernel / faults: 8024 minor 434 major +02-27 08:09:49.258 505 19778 E ActivityManager: 7.9% 263/loop14: 0% user + 7.9% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 6.8% 360/surfaceflinger: 0.9% user + 5.9% kernel / faults: 1021 minor 54 major +02-27 08:09:49.258 505 19778 E ActivityManager: 6.7% 18676/com.google.android.tvrecommendations: 0.9% user + 5.8% kernel / faults: 3306 minor 164 major +02-27 08:09:49.258 505 19778 E ActivityManager: 6.7% 19356/com.google.android.gms: 1.3% user + 5.4% kernel / faults: 5192 minor 134 major +02-27 08:09:49.258 505 19778 E ActivityManager: 6.4% 338/android.hardware.graphics.composer@2.3-service: 0.4% user + 6% kernel / faults: 352 minor 24 major +02-27 08:09:49.258 505 19778 E ActivityManager: 5.8% 896/com.android.networkstack.process: 1.1% user + 4.7% kernel / faults: 3551 minor 166 major +02-27 08:09:49.258 505 19778 E ActivityManager: 4.5% 12/ksoftirqd/0: 0% user + 4.5% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 4.3% 770/com.android.systemui: 0.6% user + 3.6% kernel / faults: 2635 minor 229 major +02-27 08:09:49.258 505 19778 E ActivityManager: 2% 13/rcu_preempt: 0% user + 2% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 1.3% 229/jbd2/dm-4-8: 0% user + 1.3% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 1.9% 321/netd: 0% user + 1.8% kernel / faults: 444 minor 65 major +02-27 08:09:49.258 505 19778 E ActivityManager: 1.9% 751/wpa_supplicant: 0% user + 1.9% kernel / faults: 279 minor 70 major +02-27 08:09:49.258 505 19778 E ActivityManager: 1.8% 271/loop18: 0% user + 1.8% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 1.5% 244/loop5: 0% user + 1.5% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 1.3% 17670/kworker/0:2-events: 0% user + 1.3% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 1.1% 357/audioserver: 0% user + 1.1% kernel / faults: 763 minor 136 major +02-27 08:09:49.258 505 19778 E ActivityManager: 1% 182/lmkd: 0% user + 0.9% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0% 327/android.hardware.audio.service: 0% user + 0% kernel / faults: 138 minor 30 major +02-27 08:09:49.258 505 19778 E ActivityManager: 1% 347/android.hardware.sensors@2.1-service.multihal: 0% user + 1% kernel / faults: 206 minor 8 major +02-27 08:09:49.258 505 19778 E ActivityManager: 0.8% 243/loop4: 0% user + 0.8% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0.5% 500/kworker/u9:2-blk_crypto_wq: 0% user + 0.5% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0.6% 6316/kworker/1:0-events: 0% user + 0.6% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0.5% 185/psimon: 0% user + 0.5% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0.5% 255/loop10: 0% user + 0.5% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0.5% 19702/kworker/3:2-events: 0% user + 0.5% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0.5% 320/statsd: 0.1% user + 0.3% kernel / faults: 181 minor 20 major +02-27 08:09:49.258 505 19778 E ActivityManager: 0.5% 14040/kworker/u9:1-blk_crypto_wq: 0% user + 0.5% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0.5% 17530/kworker/u8:1-phy0: 0% user + 0.5% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0.5% 18830/kworker/2:0-events: 0% user + 0.5% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0.2% 132/sugov:3: 0% user + 0.2% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0.4% 181/logd: 0% user + 0.4% kernel / faults: 31 minor 17 major +02-27 08:09:49.258 505 19778 E ActivityManager: 0.4% 248/loop7: 0% user + 0.4% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0.4% 421/wificond: 0% user + 0.3% kernel / faults: 33 minor 5 major +02-27 08:09:49.258 505 19778 E ActivityManager: 0.4% 9196/kworker/u9:4-blk_crypto_wq: 0% user + 0.4% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0.3% 138/kworker/0:1H-kblockd: 0% user + 0.3% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0.3% 18473/com.google.process.gservices: 0% user + 0.2% kernel / faults: 941 minor 28 major +02-27 08:09:49.258 505 19778 E ActivityManager: 0.1% 33/ksoftirqd/3: 0% user + 0.1% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0.2% 95/kworker/3:1H-kblockd: 0% user + 0.2% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0.2% 131/sugov:2: 0% user + 0.2% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0.2% 145/kworker/2:1H-kblockd: 0% user + 0.2% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0.2% 272/loop19: 0% user + 0.2% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0.1% 129/sugov:0: 0% user + 0.1% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0.1% 130/sugov:1: 0% user + 0.1% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0.1% 144/kworker/1:1H-kblockd: 0% user + 0.1% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0.1% 235/tombstoned: 0% user + 0.1% kernel / faults: 33 minor 5 major +02-27 08:09:49.258 505 19778 E ActivityManager: 0.1% 259/loop12: 0% user + 0.1% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0.1% 287/loop26: 0% user + 0.1% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0% 337/android.hardware.graphics.allocator@3.0-service: 0% user + 0% kernel / faults: 32 minor 3 major +02-27 08:09:49.258 505 19778 E ActivityManager: 0.1% 350/android.hardware.wifi@1.0-service: 0% user + 0.1% kernel / faults: 129 minor 24 major +02-27 08:09:49.258 505 19778 E ActivityManager: 0% 416/media.metrics: 0% user + 0% kernel / faults: 189 minor 9 major +02-27 08:09:49.258 505 19778 E ActivityManager: 0% 21/ksoftirqd/1: 0% user + 0% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0% 45/kcompactd0: 0% user + 0% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0% 183/servicemanager: 0% user + 0% kernel / faults: 179 minor 8 major +02-27 08:09:49.258 505 19778 E ActivityManager: 0% 184/hwservicemanager: 0% user + 0% kernel / faults: 67 minor 11 major +02-27 08:09:49.258 505 19778 E ActivityManager: 0% 260/loop13: 0% user + 0% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0% 266/loop16: 0% user + 0% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0% 276/loop21: 0% user + 0% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0% 279/loop22: 0% user + 0% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0% 284/loop25: 0% user + 0% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 0% 353/android.hardware.power-service.example: 0% user + 0% kernel / faults: 173 minor 10 major +02-27 08:09:49.258 505 19778 E ActivityManager: 0% 411/cameraserver: 0% user + 0% kernel / faults: 87 minor 8 major +02-27 08:09:49.258 505 19778 E ActivityManager: 0% 852/android.hardware.gnss@2.0-service.ranchu: 0% user + 0% kernel / faults: 78 minor 3 major +02-27 08:09:49.258 505 19778 E ActivityManager: 0% 1265/com.android.emulator.multidisplay: 0% user + 0% kernel / faults: 521 minor +02-27 08:09:49.258 505 19778 E ActivityManager: +0% 19821/com.google.android.youtube.tv: 0% user + 0% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: +0% 19852/kworker/u8:3-phy0: 0% user + 0% kernel +02-27 08:09:49.258 505 19778 E ActivityManager: 89% TOTAL: 14% user + 45% kernel + 10% iowait + 12% irq + 6% softirq +02-27 08:09:49.258 505 19778 E ActivityManager: CPU usage from 1454021ms to 1454021ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake: +02-27 08:09:49.258 505 19778 E ActivityManager: 0% TOTAL: 0% user + 0% kernel +02-27 08:09:49.338 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:09:49.430 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:09:49.457 505 2053 E TaskPersister: File error accessing recents directory (directory doesn't exist?). +02-27 08:09:49.462 505 2621 W ContentProviderHelper: Slow operation: 57ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:09:49.465 505 2621 W ContentProviderHelper: Slow operation: 60ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:09:49.465 505 2621 W ContentProviderHelper: Slow operation: 60ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:09:49.465 505 2621 W ContentProviderHelper: Slow operation: 60ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:09:49.468 505 2621 W ContentProviderHelper: Slow operation: 63ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:09:49.468 505 2621 W ContentProviderHelper: Slow operation: 63ms so far, now at getContentProviderImpl: done! +02-27 08:09:49.577 19821 19821 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.youtube.tv' set to: 'default' +02-27 08:09:49.613 19821 19821 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:09:49.692 19821 19821 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:09:49.693 505 19778 I ActivityManager: Killing 0:com.android.bluetooth/1002 (adj -10000): bg anr +02-27 08:09:49.701 505 19778 D ActivityManager: Completed ANR of com.android.bluetooth in 12457ms, latency 5515ms +02-27 08:09:49.725 505 19854 I DropBoxManagerService: add tag=system_app_anr isTagEnabled=true flags=0x2 +02-27 08:09:49.755 19821 19821 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:09:49.762 321 321 E Netd : no such netId 101 +02-27 08:09:49.984 182 182 I lowmemorykiller: Kill 'com.android.vending:instant_app_installer' (19727), uid 10058, oom_score_adj 905 to free 48100kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (131%) +02-27 08:09:50.190 322 322 I Zygote : Process 19727 exited due to signal 9 (Killed) +02-27 08:09:50.238 505 514 W system_server: Suspending all threads took: 292.597ms +02-27 08:09:50.734 18676 18676 I Choreographer: Skipped 251 frames! The application may be doing too much work on its main thread. +02-27 08:09:51.130 505 1686 I ActivityManager: Process com.android.vending:instant_app_installer (pid 19727) has died: cch+5 CEM +02-27 08:09:51.137 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 19727 in 0ms +02-27 08:09:51.165 19821 19832 W roid.youtube.t: Suspending all threads took: 6.689ms +02-27 08:09:51.318 505 514 I system_server: Background young concurrent copying GC freed 1178964(29MB) AllocSpace objects, 2(56KB) LOS objects, 29% free, 27MB/38MB, paused 1.664ms,376.447ms total 2.510s +02-27 08:09:51.571 505 516 W System : A resource failed to call release. +02-27 08:09:52.033 321 321 E Netd : no such netId 101 +02-27 08:09:52.034 321 321 E Netd : no such netId 101 +02-27 08:09:52.038 896 1061 D DhcpClient: l2key: Weeb8d35a19fddf3a lease address: /10.0.2.16 lease expiry: 1772239542136 current time: 1772154592022 +02-27 08:09:52.047 505 546 D CompatibilityChangeReporter: Compat change id reported: 158002302; UID 10052; state: ENABLED +02-27 08:09:52.061 360 526 W ServiceManager: Permission failure: android.permission.ACCESS_SURFACE_FLINGER from uid=10052 pid=18676 +02-27 08:09:52.063 360 526 D PermissionCache: checking android.permission.ACCESS_SURFACE_FLINGER for uid=10052 => denied (14344 us) +02-27 08:09:52.065 19332 19332 W View : requestLayout() improperly called by android.widget.FrameLayout{a03b9d5 V.E...... ......ID 0,0-1920,1080 #7f0b0068 app:id/background_image_container} during layout: running second layout pass +02-27 08:09:52.065 19332 19332 W View : requestLayout() improperly called by android.widget.FrameLayout{8aea99e V.E...... ......ID 640,0-1920,720 #7f0b00bf app:id/current_image} during layout: running second layout pass +02-27 08:09:52.065 19332 19332 W View : requestLayout() improperly called by android.widget.FrameLayout{8408c7f I.E...... ......ID 640,0-1920,720 #7f0b0224 app:id/old_image} during layout: running second layout pass +02-27 08:09:52.071 360 526 W ServiceManager: Permission failure: android.permission.ROTATE_SURFACE_FLINGER from uid=10052 pid=18676 +02-27 08:09:52.071 360 526 D PermissionCache: checking android.permission.ROTATE_SURFACE_FLINGER for uid=10052 => denied (7671 us) +02-27 08:09:53.378 505 542 W Looper : Slow dispatch took 199ms android.fg h=android.os.Handler c=com.android.server.location.injector.SystemAppForegroundHelper$$ExternalSyntheticLambda1@f766d31 m=0 +02-27 08:09:53.457 505 542 W Looper : Slow delivery took 410ms android.fg h=android.os.Handler c=com.android.server.power.hint.HintManagerService$UidObserver$$ExternalSyntheticLambda0@f979c16 m=0 +02-27 08:09:53.552 505 543 W Looper : Slow dispatch took 1472ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:09:53.649 505 545 W ActivityTaskManager: Launch timeout has expired, giving up wake lock! +02-27 08:09:53.732 19821 19821 D JavaScriptCore.Version: 250230.2.1 +02-27 08:09:53.749 18676 19843 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:09:53.763 18676 19843 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:09:53.772 18676 19843 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:09:53.789 896 1061 D DhcpClient: Broadcasting DHCPREQUEST ciaddr=0.0.0.0 request=10.0.2.16 serverid=null +02-27 08:09:53.817 18676 19843 D HostConnection: createUnique: call +02-27 08:09:53.840 18676 19843 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09ad50, tid 19843 +02-27 08:09:53.870 18676 19843 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:09:53.925 505 19778 I ActivityManager: dumpStackTraces pids={1242=true, 18473=true, 18676=true, 19112=true, 19356=true, 19414=true, 19727=true, 19751=true, 19779=true, 19821=true} nativepids=[190, 198, 320, 321, 357, 360, 411, 415, 416, 417, 425] +02-27 08:09:53.964 19332 19386 D EGL_emulation: app_time_stats: avg=8634.58ms min=8634.58ms max=8634.58ms count=1 +02-27 08:09:54.316 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 08:09:54.328 896 1061 D DhcpClient: Received packet: 02:15:b2:00:00:00 ACK: your new IP /10.0.2.16, netmask /255.255.255.0, gateways [/10.0.2.2] DNS servers: /10.0.2.3 , lease time 86400 +02-27 08:09:54.341 18676 19843 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 08:09:54.382 18676 19843 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 08:09:54.384 18676 19843 D EGL_emulation: eglCreateContext: 0xb400007b8b09ab10: maj 3 min 0 rcv 3 +02-27 08:09:54.388 18676 19843 D EGL_emulation: eglMakeCurrent: 0xb400007b8b09ab10: ver 3 0 (tinfo 0x7da398d080) (first time) +02-27 08:09:54.508 505 543 W Looper : Slow delivery took 726ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:09:54.669 896 1061 D DhcpClient: Confirmed lease: android.net.networkstack.DhcpResults@aa9b247 DHCP server /10.0.2.2 Vendor info null lease 86400 seconds Servername +02-27 08:09:54.728 505 19778 I ActivityManager: Skipping next CPU consuming process, not a java proc: 505 +02-27 08:09:54.729 505 19778 I ActivityManager: Skipping next CPU consuming process, not a java proc: 12 +02-27 08:09:54.729 505 19778 I ActivityManager: Skipping next CPU consuming process, not a java proc: 263 +02-27 08:09:54.729 505 19778 I ActivityManager: Skipping next CPU consuming process, not a java proc: 19332 +02-27 08:09:54.729 505 19778 I ActivityManager: Skipping next CPU consuming process, not a java proc: 243 +02-27 08:09:54.729 505 19778 I ActivityManager: Skipping next CPU consuming process, not a java proc: 338 +02-27 08:09:54.729 505 19778 I ActivityManager: Skipping next CPU consuming process, not a java proc: 244 +02-27 08:09:54.729 505 19778 I ActivityManager: Skipping next CPU consuming process, not a java proc: 896 +02-27 08:09:54.729 505 19778 I ActivityManager: Skipping next CPU consuming process, not a java proc: 33 +02-27 08:09:54.729 505 19778 I ActivityManager: Skipping next CPU consuming process, not a java proc: 181 +02-27 08:09:54.729 505 19778 I ActivityManager: Skipping next CPU consuming process, not a java proc: 184 +02-27 08:09:54.729 505 19778 I ActivityManager: Skipping next CPU consuming process, not a java proc: 360 +02-27 08:09:54.729 505 19778 I ActivityManager: Skipping next CPU consuming process, not a java proc: 500 +02-27 08:09:54.729 505 19778 I ActivityManager: Skipping next CPU consuming process, not a java proc: 1403 +02-27 08:09:54.840 505 1212 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:09:54.897 505 1680 D ConnectivityService: requestNetwork for uid/pid:10065/19821 activeRequest: null callbackRequest: 261 [NetworkRequest [ REQUEST id=262, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ]] callback flags: 0 priority: 2147483647 +02-27 08:09:54.947 505 543 W Looper : Drained +02-27 08:09:55.042 896 1061 D DhcpClient: Scheduling renewal in 43199s +02-27 08:09:55.042 896 1061 D DhcpClient: Scheduling rebind in 75599s +02-27 08:09:55.042 896 1061 D DhcpClient: Scheduling expiry in 86399s +02-27 08:09:55.262 505 2673 W ContentProviderHelper: Slow operation: 165ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:09:55.268 505 19778 I ActivityManager: Dumping to /data/anr/anr_2026-02-27-08-09-54-797 +02-27 08:09:55.268 505 19778 I ActivityManager: Collecting stacks for pid 19332 +02-27 08:09:55.269 505 2673 W ContentProviderHelper: Slow operation: 173ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:09:55.269 505 2673 W ContentProviderHelper: Slow operation: 173ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:09:55.269 505 2673 W ContentProviderHelper: Slow operation: 173ms so far, now at getContentProviderImpl: before updateLruProcess +02-27 08:09:55.269 505 2673 W ContentProviderHelper: Slow operation: 173ms so far, now at getContentProviderImpl: after updateLruProcess +02-27 08:09:55.269 505 2673 W ContentProviderHelper: Slow operation: 173ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:09:55.298 505 2673 W ContentProviderHelper: Slow operation: 202ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:09:55.298 505 2673 W ContentProviderHelper: Slow operation: 202ms so far, now at getContentProviderImpl: done! +02-27 08:09:55.305 505 19778 I system_server: libdebuggerd_client: started dumping process 19332 +02-27 08:09:55.324 505 542 W Looper : Drained +02-27 08:09:55.334 19332 19332 I Choreographer: Skipped 460 frames! The application may be doing too much work on its main thread. +02-27 08:09:55.346 235 235 I tombstoned: registered intercept for pid 19332 and type kDebuggerdJavaBacktrace +02-27 08:09:55.379 19332 19337 I roid.tvlaunche: Thread[5,tid=19337,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0932c0,peer=0x132c2388,"Signal Catcher"]: reacting to signal 3 +02-27 08:09:55.390 19332 19337 I roid.tvlaunche: +02-27 08:09:55.414 360 525 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 08:09:55.438 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 08:09:55.440 18676 19843 I Gralloc4: mapper 4.x is not supported +02-27 08:09:56.451 18676 19843 D HostConnection: createUnique: call +02-27 08:09:56.478 18676 19843 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09dbd0, tid 19843 +02-27 08:09:56.479 18676 19843 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 08:09:56.479 18676 19843 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 08:09:56.569 505 514 W system_server: Suspending all threads took: 84.434ms +02-27 08:09:56.665 19821 19832 W roid.youtube.t: Suspending all threads took: 9.226ms +02-27 08:09:56.729 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 08:09:56.731 18676 19843 W Gralloc4: allocator 4.x is not supported +02-27 08:09:56.748 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fbf90000 0x1fbfe4000] +02-27 08:09:56.798 18676 19843 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:09:57.035 19821 19832 W roid.youtube.t: Suspending all threads took: 14.240ms +02-27 08:09:57.076 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f8000000 0x1f8054000] +02-27 08:09:57.145 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f8054000 0x1f80a8000] +02-27 08:09:57.848 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:09:57.849 19821 19879 W DynamiteModule: Local module descriptor class for com.google.android.gms.providerinstaller.dynamite not found. +02-27 08:09:57.936 19332 19332 I Choreographer: Skipped 152 frames! The application may be doing too much work on its main thread. +02-27 08:09:58.288 505 554 W ActivityManager: Timeout executing service: ServiceRecord{6cb9bd2 u0 com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:09:58.292 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:09:58.333 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 1002; state: DISABLED +02-27 08:09:58.337 505 514 I system_server: Background concurrent copying GC freed 1346570(34MB) AllocSpace objects, 3(60KB) LOS objects, 42% free, 32MB/56MB, paused 25.976ms,117.426ms total 5.082s +02-27 08:09:58.344 505 505 W Looper : Slow dispatch took 4944ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=5 +02-27 08:09:58.344 505 505 W Looper : Slow delivery took 3528ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=null m=4 +02-27 08:09:58.364 505 505 W Looper : Drained +02-27 08:09:58.373 18676 18676 I Choreographer: Skipped 375 frames! The application may be doing too much work on its main thread. +02-27 08:09:58.382 322 322 D Zygote : Forked child process 19899 +02-27 08:09:58.388 505 555 W ActivityManager: Slow operation: 83ms so far, now at startProcess: returned from zygote! +02-27 08:09:58.406 505 555 W ActivityManager: Slow operation: 101ms so far, now at startProcess: done updating battery stats +02-27 08:09:59.040 235 235 I tombstoned: received crash request for pid 19332 +02-27 08:09:59.040 235 235 I tombstoned: found intercept fd 512 for pid 19332 and type kDebuggerdJavaBacktrace +02-27 08:09:59.040 235 235 W tombstoned: missing output fd +02-27 08:09:59.229 505 555 W ActivityManager: Slow operation: 781ms so far, now at startProcess: building log message +02-27 08:09:59.229 505 555 I ActivityManager: Start proc 19899:com.android.bluetooth/1002 for service {com.android.bluetooth/com.android.bluetooth.btservice.AdapterService} +02-27 08:09:59.229 505 555 W ActivityManager: Slow operation: 924ms so far, now at startProcess: starting to update pids map +02-27 08:09:59.322 19821 19895 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:09:59.405 19332 19337 I roid.tvlaunche: Wrote stack traces to tombstoned +02-27 08:09:59.496 505 19778 I system_server: libdebuggerd_client: done dumping process 19332 +02-27 08:09:59.563 505 543 W Looper : Slow dispatch took 1195ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:09:59.579 505 543 W Looper : Slow delivery took 1194ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:09:59.706 505 19778 I ActivityManager: Collecting stacks for pid 505 +02-27 08:09:59.940 505 19778 I system_server: libdebuggerd_client: started dumping process 505 +02-27 08:09:59.946 19332 19332 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:09:59.966 321 321 E Netd : no such netId 101 +02-27 08:09:59.967 235 235 I tombstoned: registered intercept for pid 505 and type kDebuggerdJavaBacktrace +02-27 08:09:59.994 505 511 I system_server: Thread[2,tid=511,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0932c0,peer=0x12e40158,"Signal Catcher"]: reacting to signal 3 +02-27 08:09:59.995 505 511 I system_server: +02-27 08:10:00.027 505 511 W system_server: Suspending all threads took: 29.767ms +02-27 08:10:00.058 19332 19624 W hyh : [{0}] Failed to resolve name. status={1} +02-27 08:10:00.126 19332 19332 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:10:00.156 505 511 W system_server: Suspending all threads took: 44.933ms +02-27 08:10:00.164 505 1395 D ConnectivityService: requestNetwork for uid/pid:10065/19821 activeRequest: null callbackRequest: 263 [NetworkRequest [ REQUEST id=264, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ]] callback flags: 0 priority: 2147483647 +02-27 08:10:00.172 505 709 E ConnectivityService: Exception in networkAddRouteParcel for non-gateway: android.os.ServiceSpecificException: Machine is not on the network (code 64) +02-27 08:10:00.172 321 321 E Netd : no such netId 101 +02-27 08:10:00.173 505 709 E ConnectivityService: Exception in networkAddRouteParcel for gateway: android.os.ServiceSpecificException: Machine is not on the network (code 64) +02-27 08:10:00.217 19899 19899 E droid.bluetoot: Not starting debugger since process cannot load the jdwp agent. +02-27 08:10:00.536 19751 19751 I DeviceStatusMonitor: DeviceStatusMonitor.updateCountryInfo():121 updateCountryInfo(), notifyAnyway = true +02-27 08:10:00.606 19332 19396 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.google.android.tvlauncher/shared_prefs/notif_panel_seen_state.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 1, <64: 0, <128: 0, <256: 1, <512: 1, <1024: 0, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0] +02-27 08:10:00.609 19821 19895 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:10:00.662 19821 19895 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:10:01.992 505 546 I Choreographer: Skipped 108 frames! The application may be doing too much work on its main thread. +02-27 08:10:02.084 19332 19342 W roid.tvlaunche: Suspending all threads took: 9.974ms +02-27 08:10:02.095 19779 19779 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:10:02.097 19899 19911 I droid.bluetoot: Background young concurrent copying GC freed 12517(549KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1826KB/25MB, paused 15.098ms,185us total 233.763ms +02-27 08:10:02.192 19821 19892 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10065; state: DISABLED +02-27 08:10:02.466 19779 19779 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:10:02.466 19779 19779 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:10:02.513 19112 19301 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:10:02.626 19821 19879 W ProviderInstaller: Failed to load providerinstaller module: No acceptable module found. Local version is 0 and remote version is 0. +02-27 08:10:02.984 19779 19779 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:10:03.244 19779 19779 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:10:03.818 505 547 I Choreographer: Skipped 204 frames! The application may be doing too much work on its main thread. +02-27 08:10:03.826 505 555 W ActivityManager: Slow operation: 5521ms so far, now at startProcess: done updating pids map +02-27 08:10:03.830 505 505 W Looper : Slow dispatch took 5354ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:10:04.026 505 543 W Looper : Drained +02-27 08:10:04.052 505 709 D ConnectivityService: Setting DNS servers for network 101 to [/10.0.2.3] +02-27 08:10:04.360 505 890 W ContentProviderHelper: Slow operation: 194ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:10:04.360 505 890 W ContentProviderHelper: Slow operation: 196ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:10:04.360 505 890 W ContentProviderHelper: Slow operation: 196ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:10:04.360 505 890 W ContentProviderHelper: Slow operation: 196ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:10:04.361 505 890 W ContentProviderHelper: Slow operation: 197ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:10:04.361 505 890 W ContentProviderHelper: Slow operation: 197ms so far, now at getContentProviderImpl: done! +02-27 08:10:04.788 505 1212 W ActivityManager: Slow operation: 243ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:10:05.113 505 1212 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 1002; state: DISABLED +02-27 08:10:05.129 505 1212 W ActivityManager: Slow operation: 585ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:10:05.191 235 235 I tombstoned: received crash request for pid 505 +02-27 08:10:05.192 235 235 I tombstoned: found intercept fd 512 for pid 505 and type kDebuggerdJavaBacktrace +02-27 08:10:05.192 235 235 W tombstoned: missing output fd +02-27 08:10:05.206 505 511 I system_server: Wrote stack traces to tombstoned +02-27 08:10:05.257 505 546 I Choreographer: Skipped 65 frames! The application may be doing too much work on its main thread. +02-27 08:10:05.260 505 19778 I system_server: libdebuggerd_client: done dumping process 505 +02-27 08:10:05.293 505 2673 I ActivityTaskManager: START u0 {act=android.intent.action.VIEW dat=https://www.youtube.com/... flg=0x5000000 pkg=com.google.android.youtube.tv cmp=com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.MainActivity bnds=[844,567][1232,785] (has extras)} from uid 10065 +02-27 08:10:05.521 505 19778 I ActivityManager: Collecting stacks for pid 1265 +02-27 08:10:05.605 505 19778 I system_server: libdebuggerd_client: started dumping process 1265 +02-27 08:10:05.642 505 2673 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=24 attached=false +02-27 08:10:05.714 235 235 I tombstoned: registered intercept for pid 1265 and type kDebuggerdJavaBacktrace +02-27 08:10:05.727 18676 18765 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.google.android.tvrecommendations/shared_prefs/notif_heads_up_shown.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 0, <64: 0, <128: 0, <256: 0, <512: 1, <1024: 0, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0] +02-27 08:10:05.859 1265 1271 I or.multidispla: Thread[4,tid=1271,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b08df50,peer=0x12cc00b0,"Signal Catcher"]: reacting to signal 3 +02-27 08:10:05.859 1265 1271 I or.multidispla: +02-27 08:10:05.917 19751 19751 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = true +02-27 08:10:06.252 505 890 D WifiNl80211Manager: Scan result ready event +02-27 08:10:06.256 505 546 I Choreographer: Skipped 54 frames! The application may be doing too much work on its main thread. +02-27 08:10:06.256 505 1212 W ActivityManager: Slow operation: 1679ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:10:06.256 505 1212 W ActivityManager: Slow operation: 1712ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:10:06.256 505 1395 W InputManager-JNI: Input channel object '7786bc TvHeadsUpManager (client)' was disposed without first being removed with the input manager! +02-27 08:10:06.257 505 890 D WifiNative: Scan result ready event +02-27 08:10:06.442 505 545 W ActivityTaskManager: Activity top resumed state loss timeout for ActivityRecord{2808d2e u0 com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.ShellActivity t23} +02-27 08:10:07.202 505 543 W Looper : Slow dispatch took 419ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:10:07.628 770 825 I Choreographer: Skipped 54 frames! The application may be doing too much work on its main thread. +02-27 08:10:07.822 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:10:08.057 235 235 I tombstoned: received crash request for pid 1265 +02-27 08:10:08.057 235 235 I tombstoned: found intercept fd 512 for pid 1265 and type kDebuggerdJavaBacktrace +02-27 08:10:08.058 1265 1271 I or.multidispla: Wrote stack traces to tombstoned +02-27 08:10:08.059 235 235 W tombstoned: missing output fd +02-27 08:10:08.061 505 19778 I system_server: libdebuggerd_client: done dumping process 1265 +02-27 08:10:08.073 505 19778 I ActivityManager: Collecting stacks for pid 948 +02-27 08:10:08.093 505 19778 I system_server: libdebuggerd_client: started dumping process 948 +02-27 08:10:08.101 235 235 I tombstoned: registered intercept for pid 948 and type kDebuggerdJavaBacktrace +02-27 08:10:08.108 948 953 I com.android.se: Thread[4,tid=953,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0932c0,peer=0x12d000b0,"Signal Catcher"]: reacting to signal 3 +02-27 08:10:08.108 948 953 I com.android.se: +02-27 08:10:08.278 235 235 I tombstoned: received crash request for pid 948 +02-27 08:10:08.278 235 235 I tombstoned: found intercept fd 512 for pid 948 and type kDebuggerdJavaBacktrace +02-27 08:10:08.278 948 953 I com.android.se: Wrote stack traces to tombstoned +02-27 08:10:08.278 505 19778 I system_server: libdebuggerd_client: done dumping process 948 +02-27 08:10:08.278 235 235 W tombstoned: missing output fd +02-27 08:10:08.297 505 19778 I ActivityManager: Collecting stacks for pid 896 +02-27 08:10:08.297 505 19778 I system_server: libdebuggerd_client: started dumping process 896 +02-27 08:10:08.298 235 235 I tombstoned: registered intercept for pid 896 and type kDebuggerdJavaBacktrace +02-27 08:10:08.299 896 901 I rkstack.proces: Thread[2,tid=901,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0ab820,peer=0x12f000b0,"Signal Catcher"]: reacting to signal 3 +02-27 08:10:08.299 896 901 I rkstack.proces: +02-27 08:10:08.333 505 1212 W ActivityManager: Slow operation: 3789ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:10:08.494 505 514 I system_server: Background young concurrent copying GC freed 1742104(44MB) AllocSpace objects, 0(0B) LOS objects, 35% free, 36MB/56MB, paused 4.207ms,3.771ms total 1.977s +02-27 08:10:08.570 19899 19899 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 1002; state: ENABLED +02-27 08:10:09.025 505 546 I Choreographer: Skipped 72 frames! The application may be doing too much work on its main thread. +02-27 08:10:09.029 235 235 I tombstoned: received crash request for pid 896 +02-27 08:10:09.030 235 235 I tombstoned: found intercept fd 512 for pid 896 and type kDebuggerdJavaBacktrace +02-27 08:10:09.036 896 901 I rkstack.proces: Wrote stack traces to tombstoned +02-27 08:10:09.037 235 235 W tombstoned: missing output fd +02-27 08:10:09.047 505 19778 I system_server: libdebuggerd_client: done dumping process 896 +02-27 08:10:09.064 505 19778 I ActivityManager: Collecting stacks for pid 770 +02-27 08:10:09.065 505 19778 I system_server: libdebuggerd_client: started dumping process 770 +02-27 08:10:09.066 235 235 I tombstoned: registered intercept for pid 770 and type kDebuggerdJavaBacktrace +02-27 08:10:09.071 770 776 I ndroid.systemu: Thread[6,tid=776,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0932c0,peer=0x12e400b0,"Signal Catcher"]: reacting to signal 3 +02-27 08:10:09.072 770 776 I ndroid.systemu: +02-27 08:10:09.266 770 776 W ndroid.systemu: Suspending all threads took: 24.573ms +02-27 08:10:09.346 505 505 W Looper : Slow delivery took 5361ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:10:09.346 505 505 W Looper : Slow dispatch took 5516ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:10:09.399 505 542 W Looper : Slow dispatch took 5579ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:10:09.402 505 545 W ActivityTaskManager: Activity pause timeout for ActivityRecord{2808d2e u0 com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.ShellActivity t23 f}} +02-27 08:10:09.431 505 545 W ActivityTaskManager: Tried to set launchTime (0) < mLastActivityLaunchTime (1463610) +02-27 08:10:09.445 505 542 W Looper : Slow delivery took 2568ms android.fg h=android.os.Handler c=com.android.server.location.injector.SystemAppForegroundHelper$$ExternalSyntheticLambda1@dd57272 m=0 +02-27 08:10:09.493 505 545 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:10:09.493 505 545 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:10:09.493 505 545 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:10:09.493 505 545 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:10:09.493 505 545 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:10:09.493 505 545 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:10:09.493 505 545 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:10:09.494 505 545 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:10:09.494 505 545 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:10:09.494 505 545 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:10:09.536 19821 19879 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:10:09.552 505 545 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:10:09.552 505 545 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:10:09.552 505 545 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:10:09.552 505 545 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:10:09.552 505 545 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:10:09.552 505 545 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:10:09.552 505 545 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:10:09.552 505 545 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:10:09.552 505 545 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:10:09.552 505 545 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:10:09.689 505 542 W Looper : Drained +02-27 08:10:09.929 19751 19751 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:10:09.996 19751 19751 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:10:10.041 505 505 W Looper : Slow dispatch took 693ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:10:10.065 505 543 W Looper : Slow dispatch took 185ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68 +02-27 08:10:10.104 505 545 W ActivityTaskManager: Activity stop timeout for ActivityRecord{408f24a u0 com.google.android.tvlauncher/.MainActivity t17} +02-27 08:10:10.856 505 505 W Looper : Slow dispatch took 232ms main h=com.android.server.job.controllers.ConnectivityController$CcHandler c=null m=0 +02-27 08:10:11.044 505 2053 E TaskPersister: File error accessing recents directory (directory doesn't exist?). +02-27 08:10:11.114 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:10:11.186 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f97f4000 0x1f9fe0000] +02-27 08:10:11.197 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9fe0000 0x1fa7cc000] +02-27 08:10:11.210 505 505 W Looper : Slow dispatch took 353ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=3 +02-27 08:10:11.254 19112 19822 W ReceiverIntentOperation: Broadcast task took longer than expected. Ending operation. +02-27 08:10:11.327 505 505 W Looper : Slow dispatch took 116ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=6 +02-27 08:10:11.453 505 505 W Looper : Slow dispatch took 126ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:10:11.534 235 235 I tombstoned: received crash request for pid 770 +02-27 08:10:11.536 235 235 I tombstoned: found intercept fd 512 for pid 770 and type kDebuggerdJavaBacktrace +02-27 08:10:11.544 770 776 I ndroid.systemu: Wrote stack traces to tombstoned +02-27 08:10:11.539 235 235 W tombstoned: missing output fd +02-27 08:10:11.730 505 19778 I system_server: libdebuggerd_client: done dumping process 770 +02-27 08:10:11.909 770 770 D TvPipController: onTaskStackChanged() +02-27 08:10:12.074 505 19778 I ActivityManager: Collecting stacks for native pid 190 +02-27 08:10:12.093 505 19778 I system_server: libdebuggerd_client: started dumping process 190 +02-27 08:10:12.095 235 235 I tombstoned: registered intercept for pid 190 and type kDebuggerdNativeBacktrace +02-27 08:10:12.101 190 190 I libc : Requested dump for tid 190 (Binder:190_2) +02-27 08:10:12.114 770 825 I Choreographer: Skipped 183 frames! The application may be doing too much work on its main thread. +02-27 08:10:12.237 505 505 W Looper : Drained +02-27 08:10:13.424 19937 19937 W crash_dump64: type=1400 audit(0.0:2035): avc: denied { ptrace } for scontext=u:r:crash_dump:s0 tcontext=u:r:vold:s0 tclass=process permissive=0 +02-27 08:10:13.430 19937 19937 F crash_dump64: crash_dump.cpp:482] failed to attach to thread 190: Permission denied +02-27 08:10:13.458 770 825 I Choreographer: Skipped 76 frames! The application may be doing too much work on its main thread. +02-27 08:10:13.495 235 235 I tombstoned: received crash request for pid 190 +02-27 08:10:13.496 235 235 I tombstoned: found registered intercept of type kDebuggerdNativeBacktrace for requested type kDebuggerdAnyIntercept +02-27 08:10:13.496 235 235 I tombstoned: found intercept fd 512 for pid 190 and type kDebuggerdNativeBacktrace +--------- beginning of crash +02-27 08:10:13.501 190 190 F libc : crash_dump helper failed to exec, or was killed +02-27 08:10:13.502 235 235 W tombstoned: crash socket received short read of length 0 (expected 12) +02-27 08:10:13.517 505 19778 I system_server: libdebuggerd_client: done dumping process 190 +02-27 08:10:13.617 505 19778 I ActivityManager: Collecting stacks for native pid 198 +02-27 08:10:13.696 505 19778 I system_server: libdebuggerd_client: started dumping process 198 +02-27 08:10:13.717 235 235 I tombstoned: registered intercept for pid 198 and type kDebuggerdNativeBacktrace +02-27 08:10:13.726 198 198 I libc : Requested dump for tid 198 (Binder:198_2) +02-27 08:10:13.747 505 543 W Looper : Slow delivery took 1643ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:10:13.813 19940 19940 F crash_dump64: crash_dump.cpp:482] failed to attach to thread 198: Permission denied +02-27 08:10:13.813 235 235 I tombstoned: received crash request for pid 198 +02-27 08:10:13.813 235 235 I tombstoned: found registered intercept of type kDebuggerdNativeBacktrace for requested type kDebuggerdAnyIntercept +02-27 08:10:13.813 235 235 I tombstoned: found intercept fd 512 for pid 198 and type kDebuggerdNativeBacktrace +02-27 08:10:13.814 235 235 W tombstoned: crash socket received short read of length 0 (expected 12) +02-27 08:10:13.816 198 198 F libc : crash_dump helper failed to exec, or was killed +02-27 08:10:13.817 505 19778 I system_server: libdebuggerd_client: done dumping process 198 +02-27 08:10:13.800 19940 19940 W crash_dump64: type=1400 audit(0.0:2036): avc: denied { ptrace } for scontext=u:r:crash_dump:s0 tcontext=u:r:keystore:s0 tclass=process permissive=0 +02-27 08:10:13.918 505 19778 I ActivityManager: Collecting stacks for native pid 320 +02-27 08:10:13.918 505 19778 I system_server: libdebuggerd_client: started dumping process 320 +02-27 08:10:13.918 235 235 I tombstoned: registered intercept for pid 320 and type kDebuggerdNativeBacktrace +02-27 08:10:13.920 19899 19899 V GraphicsEnvironment: ANGLE Developer option for 'com.android.bluetooth' set to: 'default' +02-27 08:10:13.925 19899 19899 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:10:13.945 320 320 I libc : Requested dump for tid 320 (Binder:320_2) +02-27 08:10:14.060 19899 19899 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:10:14.304 505 543 W Looper : Drained +02-27 08:10:14.378 19899 19899 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:10:15.045 505 19778 E system_server: libdebuggerd_client: failed to read status response from tombstoned: Try again +02-27 08:10:15.054 235 235 I tombstoned: intercept for pid 320 and type kDebuggerdNativeBacktrace terminated: due to input +02-27 08:10:15.412 19944 19944 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdNativeBacktrace +02-27 08:10:15.426 235 235 I tombstoned: received crash request for pid 320 +02-27 08:10:15.428 235 235 E tombstoned: failed to get crash output for type kDebuggerdNativeBacktrace +02-27 08:10:15.439 19944 19944 E libc : failed to read response to DumpRequest packet: No message of desired type +02-27 08:10:15.440 19944 19944 I crash_dump64: performing dump of process 320 (target tid = 320) +02-27 08:10:15.770 505 505 W Looper : Slow delivery took 415ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:10:15.771 505 505 W Looper : Slow dispatch took 165ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:10:15.778 505 19778 E ActivityManager: Aborting stack trace dump (current native pid=320); deadline exceeded. +02-27 08:10:15.948 505 709 D ConnectivityService: [101 WIFI] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED +02-27 08:10:16.127 505 19778 W ProcessCpuTracker: Failed to stat(/proc/19944): android.system.ErrnoException: stat failed: ENOENT (No such file or directory) +02-27 08:10:16.130 505 19778 W ProcessCpuTracker: Skipping unknown process pid 19944 +02-27 08:10:16.141 505 19778 W ProcessCpuTracker: Failed to stat(/proc/19946): android.system.ErrnoException: stat failed: ENOENT (No such file or directory) +02-27 08:10:16.142 505 19778 W ProcessCpuTracker: Skipping unknown process pid 19946 +02-27 08:10:16.138 19821 19879 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:10:16.166 505 702 W WifiScoreReport: Cannot start external scoring netId=101 currentNetId=101 currentNetCapabilities=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED LinkUpBandwidth>=12000Kbps LinkDnBandwidth>=30000Kbps Specifier: TransportInfo: SignalStrength: -50 OwnerUid: 10050 AdminUids: [10050] SSID: "AndroidWifi"] sessionId=1017 +02-27 08:10:16.195 505 709 D DnsManager: sendDnsConfigurationForNetwork(101, [10.0.2.3], [], 1800, 25, 8, 64, 0, 0, , []) +02-27 08:10:16.292 505 709 W DnsManager: updatePrivateDns(101, PrivateDnsConfig{true:/[]}) +02-27 08:10:16.292 505 709 D ConnectivityService: Setting DNS servers for network 101 to [/10.0.2.3] +02-27 08:10:16.293 505 709 D DnsManager: sendDnsConfigurationForNetwork(101, [10.0.2.3], [], 1800, 25, 8, 64, 0, 0, , [10.0.2.3]) +02-27 08:10:16.328 321 19947 W resolv : Validating DnsTlsServer 10.0.2.3 with mark 0xf0065 +02-27 08:10:16.426 321 19947 W resolv : Socket failed to connect: Network is unreachable +02-27 08:10:16.426 321 19947 W resolv : TCP Handshake failed: 101 +02-27 08:10:16.428 321 19947 W resolv : query failed +02-27 08:10:16.428 321 19947 W resolv : validateDnsTlsServer returned 0 for 10.0.2.3 +02-27 08:10:16.428 321 19947 W resolv : Validation failed +02-27 08:10:17.180 505 543 W Looper : Slow dispatch took 196ms android.ui h=com.android.server.wm.DisplayPolicy$PolicyHandler c=com.android.server.wm.DisplayPolicy$2$$ExternalSyntheticLambda3@4a7186e m=0 +02-27 08:10:17.293 505 19778 E ActivityManager: ANR in com.google.android.tvlauncher (com.google.android.tvlauncher/.MainActivity) +02-27 08:10:17.293 505 19778 E ActivityManager: PID: 19332 +02-27 08:10:17.293 505 19778 E ActivityManager: Reason: Input dispatching timed out (6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (server) is not responding. Waited 5067ms for MotionEvent) +02-27 08:10:17.293 505 19778 E ActivityManager: Parent: com.google.android.tvlauncher/.MainActivity +02-27 08:10:17.293 505 19778 E ActivityManager: Frozen: false +02-27 08:10:17.293 505 19778 E ActivityManager: Load: 12.07 / 7.75 / 3.93 +02-27 08:10:17.293 505 19778 E ActivityManager: ----- Output from /proc/pressure/memory ----- +02-27 08:10:17.293 505 19778 E ActivityManager: some avg10=39.57 avg60=35.20 avg300=19.62 total=132794719 +02-27 08:10:17.293 505 19778 E ActivityManager: full avg10=11.43 avg60=10.29 avg300=5.33 total=35811620 +02-27 08:10:17.293 505 19778 E ActivityManager: ----- End output from /proc/pressure/memory ----- +02-27 08:10:17.293 505 19778 E ActivityManager: +02-27 08:10:17.293 505 19778 E ActivityManager: CPU usage from 1488ms to -25589ms ago (2026-02-27 08:09:48.796 to 2026-02-27 08:10:15.873): +02-27 08:10:17.293 505 19778 E ActivityManager: 88% 505/system_server: 36% user + 51% kernel / faults: 62058 minor 4512 major +02-27 08:10:17.293 505 19778 E ActivityManager: 23% 19821/com.google.android.youtube.tv: 4.7% user + 18% kernel / faults: 22307 minor 1917 major +02-27 08:10:17.293 505 19778 E ActivityManager: 14% 116/kswapd0: 0% user + 14% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 14% 19332/com.google.android.tvlauncher: 2.6% user + 11% kernel / faults: 11736 minor 1211 major +02-27 08:10:17.293 505 19778 E ActivityManager: 12% 19112/com.google.android.gms.persistent: 2.2% user + 10% kernel / faults: 12781 minor 1460 major +02-27 08:10:17.293 505 19778 E ActivityManager: 10% 360/surfaceflinger: 1% user + 9.7% kernel / faults: 3605 minor 238 major +02-27 08:10:17.293 505 19778 E ActivityManager: 8.2% 338/android.hardware.graphics.composer@2.3-service: 0.6% user + 7.5% kernel / faults: 1219 minor 86 major +02-27 08:10:17.293 505 19778 E ActivityManager: 8% 18676/com.google.android.tvrecommendations: 1% user + 7% kernel / faults: 9262 minor 543 major +02-27 08:10:17.293 505 19778 E ActivityManager: 7.9% 263/loop14: 0% user + 7.9% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 7.2% 19751/com.google.android.inputmethod.latin: 0.8% user + 6.3% kernel / faults: 6000 minor 658 major +02-27 08:10:17.293 505 19778 E ActivityManager: 6.9% 770/com.android.systemui: 0.9% user + 5.9% kernel / faults: 5020 minor 427 major +02-27 08:10:17.293 505 19778 E ActivityManager: 6.2% 19779/zygote64: 1.4% user + 4.7% kernel / faults: 8919 minor 844 major +02-27 08:10:17.293 505 19778 E ActivityManager: 3.6% 12/ksoftirqd/0: 0% user + 3.6% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 3% 896/com.android.networkstack.process: 0.8% user + 2.2% kernel / faults: 4438 minor 210 major +02-27 08:10:17.293 505 19778 E ActivityManager: 2.6% 13/rcu_preempt: 0% user + 2.6% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 2.2% 1265/com.android.emulator.multidisplay: 0.5% user + 1.7% kernel / faults: 1123 minor 124 major +02-27 08:10:17.293 505 19778 E ActivityManager: 1.8% 182/lmkd: 0.3% user + 1.4% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 1.7% 19356/com.google.android.gms: 0.2% user + 1.4% kernel / faults: 4240 minor 124 major +02-27 08:10:17.293 505 19778 E ActivityManager: 1.6% 45/kcompactd0: 0% user + 1.6% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 1.3% 244/loop5: 0% user + 1.3% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 1.1% 751/wpa_supplicant: 0% user + 1.1% kernel / faults: 319 minor 69 major +02-27 08:10:17.293 505 19778 E ActivityManager: 1% 235/tombstoned: 0% user + 1% kernel / faults: 86 minor 19 major +02-27 08:10:17.293 505 19778 E ActivityManager: 0.9% 248/loop7: 0% user + 0.9% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0.9% 17670/kworker/0:2-events: 0% user + 0.9% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0.9% 18473/com.google.process.gservices: 0.1% user + 0.7% kernel / faults: 2296 minor 108 major +02-27 08:10:17.293 505 19778 E ActivityManager: 0.8% 243/loop4: 0% user + 0.8% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0.8% 9196/kworker/u9:4-blk_crypto_wq: 0% user + 0.8% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0.7% 320/statsd: 0.1% user + 0.6% kernel / faults: 713 minor 38 major +02-27 08:10:17.293 505 19778 E ActivityManager: 0.7% 347/android.hardware.sensors@2.1-service.multihal: 0% user + 0.7% kernel / faults: 447 minor 23 major +02-27 08:10:17.293 505 19778 E ActivityManager: 0.7% 181/logd: 0.1% user + 0.5% kernel / faults: 147 minor 18 major +02-27 08:10:17.293 505 19778 E ActivityManager: 0.6% 350/android.hardware.wifi@1.0-service: 0% user + 0.6% kernel / faults: 266 minor 29 major +02-27 08:10:17.293 505 19778 E ActivityManager: 0.3% 437/android.hardware.biometrics.fingerprint@2.1-service: 0% user + 0.3% kernel / faults: 38 minor 10 major +02-27 08:10:17.293 505 19778 E ActivityManager: 0.5% 321/netd: 0% user + 0.5% kernel / faults: 700 minor 80 major +02-27 08:10:17.293 505 19778 E ActivityManager: 0.5% 411/cameraserver: 0% user + 0.5% kernel / faults: 167 minor 16 major +02-27 08:10:17.293 505 19778 E ActivityManager: 0.4% 185/psimon: 0% user + 0.4% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0.4% 183/servicemanager: 0% user + 0.3% kernel / faults: 461 minor 27 major +02-27 08:10:17.293 505 19778 E ActivityManager: 0.4% 255/loop10: 0% user + 0.4% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0.4% 18830/kworker/2:0-events: 0% user + 0.4% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0.3% 33/ksoftirqd/3: 0% user + 0.3% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0.3% 6316/kworker/1:0-events: 0% user + 0.3% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0.2% 948/com.android.se: 0.1% user + 0.1% kernel / faults: 635 minor 38 major +02-27 08:10:17.293 505 19778 E ActivityManager: 0% 6317/kworker/u8:2: 0% user + 0% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0.2% 138/kworker/0:1H-kblockd: 0% user + 0.2% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0.2% 145/kworker/2:1H-kblockd: 0% user + 0.2% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0.2% 272/loop19: 0% user + 0.2% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0.2% 19414/com.android.providers.tv: 0% user + 0.1% kernel / faults: 845 minor 2 major +02-27 08:10:17.293 505 19778 E ActivityManager: 0.2% 19702/kworker/3:2-events: 0% user + 0.2% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0.2% 95/kworker/3:1H-kblockd: 0% user + 0.2% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0.2% 130/sugov:1: 0% user + 0.2% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0.2% 144/kworker/1:1H-kblockd: 0% user + 0.2% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0.2% 184/hwservicemanager: 0% user + 0.1% kernel / faults: 181 minor 28 major +02-27 08:10:17.293 505 19778 E ActivityManager: 0.2% 271/loop18: 0% user + 0.2% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0.2% 353/android.hardware.power-service.example: 0% user + 0.1% kernel / faults: 362 minor 31 major +02-27 08:10:17.293 505 19778 E ActivityManager: 0.2% 337/android.hardware.graphics.allocator@3.0-service: 0% user + 0.2% kernel / faults: 117 minor 7 major +02-27 08:10:17.293 505 19778 E ActivityManager: 0% 365/iptables-restore: 0% user + 0% kernel / faults: 222 minor 21 major +02-27 08:10:17.293 505 19778 E ActivityManager: 0.2% 421/wificond: 0% user + 0.1% kernel / faults: 125 minor 14 major +02-27 08:10:17.293 505 19778 E ActivityManager: 0.1% 129/sugov:0: 0% user + 0.1% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0.1% 259/loop12: 0% user + 0.1% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0.1% 500/kworker/u9:2-blk_crypto_wq: 0% user + 0.1% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0.1% 14040/kworker/u9:1-blk_crypto_wq: 0% user + 0.1% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0.1% 131/sugov:2: 0% user + 0.1% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0.1% 229/jbd2/dm-4-8: 0% user + 0.1% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0.1% 852/android.hardware.gnss@2.0-service.ranchu: 0% user + 0.1% kernel / faults: 109 minor 1 major +02-27 08:10:17.293 505 19778 E ActivityManager: 0% 1/init: 0% user + 0% kernel / faults: 6 minor 14 major +02-27 08:10:17.293 505 19778 E ActivityManager: 0.1% 21/ksoftirqd/1: 0% user + 0.1% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0.1% 132/sugov:3: 0% user + 0.1% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0% 171/loop1: 0% user + 0% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0% 189/qemu-props: 0% user + 0% kernel / faults: 3 minor 3 major +02-27 08:10:17.293 505 19778 E ActivityManager: 0% 322/zygote64: 0% user + 0% kernel / faults: 241 minor 6 major +02-27 08:10:17.293 505 19778 E ActivityManager: 0% 357/audioserver: 0% user + 0% kernel / faults: 135 minor 12 major +02-27 08:10:17.293 505 19778 E ActivityManager: 0% 366/ip6tables-restore: 0% user + 0% kernel / faults: 229 minor +02-27 08:10:17.293 505 19778 E ActivityManager: 0% 1403/adbd: 0% user + 0% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0% 17530/kworker/u8:1-phy0: 0% user + 0% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0% 27/ksoftirqd/2: 0% user + 0% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0% 198/keystore2: 0% user + 0% kernel / faults: 21 minor +02-27 08:10:17.293 505 19778 E ActivityManager: 0% 256/loop11: 0% user + 0% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0% 266/loop16: 0% user + 0% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0% 268/loop17: 0% user + 0% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0% 276/loop21: 0% user + 0% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0% 279/loop22: 0% user + 0% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0% 284/loop25: 0% user + 0% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0% 287/loop26: 0% user + 0% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 0% 315/dhcpclient: 0% user + 0% kernel / faults: 6 minor 1 major +02-27 08:10:17.293 505 19778 E ActivityManager: 0% 408/traced: 0% user + 0% kernel / faults: 35 minor 7 major +02-27 08:10:17.293 505 19778 E ActivityManager: +0% 19899/com.android.bluetooth: 0% user + 0% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 86% TOTAL: 11% user + 39% kernel + 14% iowait + 15% irq + 6.9% softirq +02-27 08:10:17.293 505 19778 E ActivityManager: CPU usage from 3641ms to 4347ms later (2026-02-27 08:09:53.950 to 2026-02-27 08:09:54.631) with 103% awake: +02-27 08:10:17.293 505 19778 E ActivityManager: 90% 505/system_server: 37% user + 52% kernel / faults: 296 minor 32 major +02-27 08:10:17.293 505 19778 E ActivityManager: 31% 19778/AnrConsumer: 8.4% user + 23% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 14% 702/WifiHandlerThre: 2.1% user + 12% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 14% 1212/Binder:505_9: 2.1% user + 12% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 8.4% 709/ConnectivitySer: 2.1% user + 6.3% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 6.3% 2621/Binder:505_1A: 2.1% user + 4.2% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 4.2% 740/Thread-11: 4.2% user + 0% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 2.1% 514/HeapTaskDaemon: 0% user + 2.1% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 2.1% 2569/Binder:505_18: 0% user + 2.1% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 23% 18676/com.google.android.tvrecommendations: 2.3% user + 20% kernel / faults: 52 minor 13 major +02-27 08:10:17.293 505 19778 E ActivityManager: 23% 19843/RenderThread: 0% user + 23% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 14% 12/ksoftirqd/0: 0% user + 14% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 8.8% 263/loop14: 0% user + 8.8% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 11% 19332/com.google.android.tvlauncher: 2.3% user + 9.4% kernel / faults: 59 minor 18 major +02-27 08:10:17.293 505 19778 E ActivityManager: 11% 19332/roid.tvlauncher: 2.3% user + 9.4% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 7% 243/loop4: 0% user + 7% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 5.6% 338/android.hardware.graphics.composer@2.3-service: 1.8% user + 3.7% kernel / faults: 6 minor 1 major +02-27 08:10:17.293 505 19778 E ActivityManager: 9.3% 402/: 3.7% user + 5.6% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 6.9% 19112/com.google.android.gms.persistent: 2.3% user + 4.6% kernel / faults: 60 minor 4 major +02-27 08:10:17.293 505 19778 E ActivityManager: 9.5% 19821/com.google.android.youtube.tv: 3.1% user + 6.3% kernel / faults: 95 minor 12 major +02-27 08:10:17.293 505 19778 E ActivityManager: 3.1% 19821/roid.youtube.tv: 0% user + 3.1% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 3.1% 19853/Profile Saver: 3.1% user + 0% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 3.5% 244/loop5: 0% user + 3.5% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 4.5% 896/com.android.networkstack.process: 4.5% user + 0% kernel / faults: 98 minor 7 major +02-27 08:10:17.293 505 19778 E ActivityManager: 6.7% 1061/IpClient.wlan0: 4.5% user + 2.2% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 1.7% 33/ksoftirqd/3: 0% user + 1.7% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 1.7% 181/logd: 0% user + 1.7% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 1.7% 187/logd.writer: 0% user + 1.7% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 1.7% 184/hwservicemanager: 0% user + 1.7% kernel / faults: 34 minor 8 major +02-27 08:10:17.293 505 19778 E ActivityManager: 2% 360/surfaceflinger: 0% user + 2% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 2% 500/kworker/u9:2-blk_crypto_wq: 0% user + 2% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 2.3% 1403/adbd: 0% user + 2.3% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 2.3% 17645/adbd: 0% user + 2.3% kernel +02-27 08:10:17.293 505 19778 E ActivityManager: 83% TOTAL: 9.6% user + 27% kernel + 20% iowait + 15% irq + 10% softirq +02-27 08:10:19.528 19751 19751 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:10:19.852 182 182 I lowmemorykiller: Kill 'com.google.android.tvlauncher' (19332), uid 10048, oom_score_adj 600 to free 78604kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (170%) +02-27 08:10:20.111 322 322 I Zygote : Process 19332 exited due to signal 9 (Killed) +02-27 08:10:20.206 19821 19879 I roid.youtube.t: Waiting for a blocking GC ClassLinker +02-27 08:10:20.350 19751 19950 E FileCache: FileCache.clearObsoleteFilesInternal():271 Failed to delete all obsolete files under folder: /data/user_de/0/com.google.android.inputmethod.latin/cache/kb_def +02-27 08:10:20.497 19821 19832 I roid.youtube.t: Background young concurrent copying GC freed 7804(605KB) AllocSpace objects, 0(0B) LOS objects, 44% free, 2832KB/5143KB, paused 53.289ms,40us total 640.083ms +02-27 08:10:20.502 19821 19879 I roid.youtube.t: WaitForGcToComplete blocked ClassLinker on Background for 305.491ms +02-27 08:10:20.594 505 594 E IPCThreadState: binder thread pool (31 threads) starved for 461 ms +02-27 08:10:20.612 505 1685 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/19332, android.os.BinderProxy@a7b4188) +02-27 08:10:20.619 505 2908 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/19332, android.os.BinderProxy@ba28721) +02-27 08:10:20.620 505 2796 D WifiMemoryStoreImpl: Set cluster G2bb60c7946622aae for Weeb8d35a19fddf3a: SUCCESS +02-27 08:10:20.633 505 505 W Looper : Drained +02-27 08:10:20.639 19821 19879 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:10:20.653 505 1212 D WifiMemoryStoreImpl: Set cluster G2bb60c7946622aae for W2bb60c7946622aae: SUCCESS +02-27 08:10:20.670 505 514 I system_server: Background concurrent copying GC freed 2329209(58MB) AllocSpace objects, 6(264KB) LOS objects, 33% free, 48MB/72MB, paused 832.545ms,5.758ms total 9.068s +02-27 08:10:20.767 505 516 W System : A resource failed to call release. +02-27 08:10:20.851 505 546 I Choreographer: Skipped 380 frames! The application may be doing too much work on its main thread. +02-27 08:10:20.911 505 545 W ActivityTaskManager: Launch timeout has expired, giving up wake lock! +02-27 08:10:20.945 505 2251 I WindowManager: WIN DEATH: Window{6427841 u0 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:10:20.949 505 2251 W InputManager-JNI: Input channel object '6427841 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:10:20.961 19751 19751 I TVLatinApp: TVLatinApp.initialize():527 initialize() +02-27 08:10:21.039 505 546 W InputManager-JNI: Input channel object 'd7c0ee1 Splash Screen com.google.android.youtube.tv (client)' was disposed without first being removed with the input manager! +02-27 08:10:21.070 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:10:21.084 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:10:21.104 505 890 I ActivityManager: Process com.google.android.tvlauncher (pid 19332) has died: home HOME +02-27 08:10:21.106 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 19332 in 0ms +02-27 08:10:21.220 505 1395 W WindowManager: Failed looking up window session=Session{21e6ff1 770:u0a10071} callers=com.android.server.wm.WindowManagerService.windowForClientLocked:5603 com.android.server.wm.WindowManagerService.removeWindow:2029 com.android.server.wm.Session.remove:218 +02-27 08:10:21.246 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=262, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] +02-27 08:10:21.246 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=262, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] +02-27 08:10:21.247 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=262, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] +02-27 08:10:21.300 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 19332 +02-27 08:10:21.309 505 709 D ConnectivityService: Adding iface wlan0 to network 101 +02-27 08:10:21.310 505 505 W Looper : Slow dispatch took 199ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:10:21.312 505 19951 I DropBoxManagerService: add tag=system_app_anr isTagEnabled=true flags=0x6 +02-27 08:10:21.317 505 553 W UsageStatsService: Unexpected activity event reported! (com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity event : 23 instanceId : 232991669) +02-27 08:10:21.325 505 19778 I ActivityManager: Killing 0:com.google.android.tvlauncher/u0a48 (adj -10000): bg anr +02-27 08:10:21.326 505 19778 D ActivityManager: Completed ANR of com.google.android.tvlauncher in 31579ms, latency 17321ms +02-27 08:10:21.346 19899 19899 D BluetoothOppFileProvider: Initialized +02-27 08:10:21.474 505 19778 I ActivityManager: dumpStackTraces pids=null nativepids=null +02-27 08:10:21.528 505 19778 I ActivityManager: Dumping to /data/anr/anr_2026-02-27-08-10-21-511 +02-27 08:10:21.528 505 19778 I ActivityManager: Collecting stacks for pid 19751 +02-27 08:10:21.544 505 19778 I system_server: libdebuggerd_client: started dumping process 19751 +02-27 08:10:21.560 235 235 I tombstoned: registered intercept for pid 19751 and type kDebuggerdJavaBacktrace +02-27 08:10:21.568 19751 19756 I putmethod.lati: Thread[3,tid=19756,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b09a200,peer=0x12c80000,"Signal Catcher"]: reacting to signal 3 +02-27 08:10:21.569 19751 19756 I putmethod.lati: +02-27 08:10:21.596 19779 19810 W id.gms.unstabl: Couldn't lock the profile file /data/misc/profiles/cur/0/com.google.android.gms/primary.prof: Failed to lock file '/data/misc/profiles/cur/0/com.google.android.gms/primary.prof': Try again +02-27 08:10:21.596 19779 19810 W id.gms.unstabl: Could not forcefully load profile /data/misc/profiles/cur/0/com.google.android.gms/primary.prof +02-27 08:10:21.628 19779 19779 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:10:21.630 19779 19957 I GMS_MM_Logger: Started. +02-27 08:10:21.640 321 321 E libnetd_resolv: Error adding route ::/0 -> fe80::2 wlan0 to table 1016: File exists +02-27 08:10:21.642 505 709 D ConnectivityService: Setting DNS servers for network 101 to [/10.0.2.3] +02-27 08:10:21.643 505 709 D DnsManager: sendDnsConfigurationForNetwork(101, [10.0.2.3], [], 1800, 25, 8, 64, 0, 0, , [10.0.2.3]) +02-27 08:10:21.645 505 2569 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:10:21.650 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:10:21.651 19899 19899 V AdapterServiceConfig: Adding HeadsetService +02-27 08:10:21.652 19899 19899 V AdapterServiceConfig: Adding A2dpService +02-27 08:10:21.652 19899 19899 V AdapterServiceConfig: Adding HidHostService +02-27 08:10:21.652 19899 19899 V AdapterServiceConfig: Adding PanService +02-27 08:10:21.652 19899 19899 V AdapterServiceConfig: Adding GattService +02-27 08:10:21.652 19899 19899 V AdapterServiceConfig: Adding BluetoothMapService +02-27 08:10:21.652 19899 19899 V AdapterServiceConfig: Adding AvrcpTargetService +02-27 08:10:21.652 19899 19899 V AdapterServiceConfig: Adding HidDeviceService +02-27 08:10:21.652 19899 19899 V AdapterServiceConfig: Adding BluetoothOppService +02-27 08:10:21.652 19899 19899 V AdapterServiceConfig: Adding BluetoothPbapService +02-27 08:10:21.654 19779 19956 I Watchcat: Started +02-27 08:10:21.657 321 19961 W resolv : Validating DnsTlsServer 10.0.2.3 with mark 0xf0065 +02-27 08:10:22.692 19751 19756 W putmethod.lati: Suspending all threads took: 212.442ms +02-27 08:10:22.922 321 19961 W resolv : validateDnsTlsServer returned 1 for 10.0.2.3 +02-27 08:10:22.923 321 19961 W resolv : Validation success +02-27 08:10:23.641 19112 19767 E WakeLock: GCM_HB_ALARM release without a matched acquire! +02-27 08:10:23.641 19112 19767 W WakeLock: GCM_HB_ALARM counter does not exist +02-27 08:10:23.660 505 514 W system_server: Suspending all threads took: 12.507ms +02-27 08:10:23.895 505 709 D ConnectivityService: NetReassign [43 : null → 101, 7 : null → 101, 24 : null → 101, 22 : null → 101, 17 : null → 101, 1 : null → 101, 57 : null → 101, 260 : null → 101, 248 : null → 101, 15 : null → 101, 68 : null → 101, 258 : null → 101, 26 : null → 101, 36 : null → 101, 19 : null → 101, 262 : null → 101, 50 : null → 101] +02-27 08:10:23.908 505 709 D ConnectivityService: Switching to new default network for: uid/pid:1000/505 activeRequest: 1 callbackRequest: 1 [NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_VCN_MANAGED RequestorUid: 1000 RequestorPkg: android] ]] callback flags: 1 priority: 2147483647 using NetworkAgentInfo{network{101} handle{437197393933} ni{WIFI CONNECTED extra: } Score(60 ; KeepConnected : 0 ; Policies : TRANSPORT_PRIMARY&IS_UNMETERED) lp{{InterfaceName: wlan0 LinkAddresses: [ fe80::9060:a35b:2b92:dc3a/64,fec0::d507:6104:4094:206a/64,fec0::1cba:767e:989f:d686/64,10.0.2.16/24 ] DnsAddresses: [ /10.0.2.3 ] Domains: null MTU: 0 ServerAddress: /10.0.2.2 TcpBufferSizes: 524288,1048576,2097152,262144,524288,1048576 Routes: [ fe80::/64 -> :: wlan0 mtu 0,::/0 -> fe80::2 wlan0 mtu 0,fec0::/64 -> :: wlan0 mtu 0,10.0.2.0/24 -> 0.0.0.0 wlan0 mtu 0,0.0.0.0/0 -> 10.0.2.2 wlan0 mtu 0 ]}} nc{[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED LinkUpBandwidth>=12000Kbps LinkDnBandwidth>=30000Kbps Specifier: TransportInfo: SignalStrength: -50 OwnerUid: 10050 AdminUids: [10050] SSID: "AndroidWifi"]}} +02-27 08:10:23.913 19112 19725 I DynamiteModule: Considering local module com.google.android.gms.cronet_dynamite:0 and remote module com.google.android.gms.cronet_dynamite:1611 +02-27 08:10:23.913 19112 19725 I DynamiteModule: Selected remote version of com.google.android.gms.cronet_dynamite, version >= 1611 +02-27 08:10:23.944 235 235 I tombstoned: received crash request for pid 19751 +02-27 08:10:23.944 235 235 I tombstoned: found intercept fd 512 for pid 19751 and type kDebuggerdJavaBacktrace +02-27 08:10:23.945 19751 19756 I putmethod.lati: Wrote stack traces to tombstoned +02-27 08:10:23.945 235 235 W tombstoned: missing output fd +02-27 08:10:23.951 505 19778 I system_server: libdebuggerd_client: done dumping process 19751 +02-27 08:10:24.043 505 19778 I ActivityManager: Done dumping +02-27 08:10:24.921 19751 19751 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:10:25.198 19899 19899 I droid.bluetoot: [0227/081025.185160:INFO:btif_config_cache.cc(61)] BtifConfigCache, capacity: 10000 +02-27 08:10:25.364 19899 19899 I BluetoothServiceJni: hal_util_load_bt_library: loaded Bluetooth library successfully +02-27 08:10:25.566 19751 19848 I LauncherIconVisibilityInitializerBase: LauncherIconVisibilityInitializerBase.lambda$doUpdate$0():52 doUpdate() : Visible = false +02-27 08:10:25.606 505 702 D WifiClientModeImpl[wlan0]: Received signal strength thresholds: [] +02-27 08:10:25.674 505 505 W Looper : Slow dispatch took 305ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=null m=7 +02-27 08:10:25.756 321 386 E NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'INTERFACE' not found +02-27 08:10:25.756 321 386 E NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'STATE' not found +02-27 08:10:25.756 321 386 E NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'TIME_NS' not found +02-27 08:10:25.756 321 386 E NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found +02-27 08:10:25.782 19899 19899 D BluetoothAdapterService: onCreate() +02-27 08:10:25.810 505 514 I system_server: Background young concurrent copying GC freed 2326729(58MB) AllocSpace objects, 11(2512KB) LOS objects, 34% free, 45MB/69MB, paused 10.681ms,16.344ms total 3.207s +02-27 08:10:25.816 505 595 W ContentProviderHelper: Slow operation: 96ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:10:25.816 505 595 W ContentProviderHelper: Slow operation: 149ms so far, now at getContentProviderImpl: done! +02-27 08:10:25.871 505 505 W Looper : Slow delivery took 389ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=null m=4 +02-27 08:10:25.872 505 505 W Looper : Slow dispatch took 106ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=null m=4 +02-27 08:10:25.898 505 19778 E ActivityManager: ANR in com.google.android.inputmethod.latin +02-27 08:10:25.898 505 19778 E ActivityManager: PID: 19751 +02-27 08:10:25.898 505 19778 E ActivityManager: Reason: executing service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME +02-27 08:10:25.898 505 19778 E ActivityManager: Frozen: false +02-27 08:10:25.898 505 19778 E ActivityManager: Load: 0.0 / 0.0 / 0.0 +02-27 08:10:25.898 505 19778 E ActivityManager: ----- Output from /proc/pressure/memory ----- +02-27 08:10:25.898 505 19778 E ActivityManager: some avg10=39.70 avg60=37.12 avg300=21.54 total=143043667 +02-27 08:10:25.898 505 19778 E ActivityManager: full avg10=11.54 avg60=10.57 avg300=5.85 total=38643697 +02-27 08:10:25.898 505 19778 E ActivityManager: ----- End output from /proc/pressure/memory ----- +02-27 08:10:25.898 505 19778 E ActivityManager: +02-27 08:10:25.898 505 19778 E ActivityManager: CPU usage from 5453ms to 0ms ago (2026-02-27 08:10:15.873 to 2026-02-27 08:10:21.326): +02-27 08:10:25.898 505 19778 E ActivityManager: 105% 505/system_server: 51% user + 54% kernel / faults: 17970 minor 1137 major +02-27 08:10:25.898 505 19778 E ActivityManager: 20% 19751/com.google.android.inputmethod.latin: 3.5% user + 16% kernel / faults: 4648 minor 362 major +02-27 08:10:25.898 505 19778 E ActivityManager: 18% 19821/com.google.android.youtube.tv: 2.8% user + 15% kernel / faults: 4168 minor 354 major +02-27 08:10:25.898 505 19778 E ActivityManager: 17% 116/kswapd0: 0% user + 17% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 13% 19779/zygote64: 1.3% user + 12% kernel / faults: 2460 minor 323 major +02-27 08:10:25.898 505 19778 E ActivityManager: 8.4% 896/com.android.networkstack.process: 0.9% user + 7.5% kernel / faults: 1698 minor 120 major +02-27 08:10:25.898 505 19778 E ActivityManager: 7.5% 263/loop14: 0% user + 7.5% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 7.3% 350/android.hardware.wifi@1.0-service: 0% user + 7.3% kernel / faults: 188 minor 35 major +02-27 08:10:25.898 505 19778 E ActivityManager: 7.5% 19899/com.android.bluetooth: 0.7% user + 6.8% kernel / faults: 2986 minor 187 major +02-27 08:10:25.898 505 19778 E ActivityManager: 7% 360/surfaceflinger: 0.7% user + 6.2% kernel / faults: 509 minor 57 major +02-27 08:10:25.898 505 19778 E ActivityManager: 6.8% 338/android.hardware.graphics.composer@2.3-service: 0.5% user + 6.2% kernel / faults: 206 minor 18 major +02-27 08:10:25.898 505 19778 E ActivityManager: 4.2% 437/android.hardware.biometrics.fingerprint@2.1-service: 0% user + 4.2% kernel / faults: 5 minor 3 major +02-27 08:10:25.898 505 19778 E ActivityManager: 3.1% 244/loop5: 0% user + 3.1% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 3.1% 347/android.hardware.sensors@2.1-service.multihal: 0% user + 3.1% kernel / faults: 121 minor 8 major +02-27 08:10:25.898 505 19778 E ActivityManager: 2.9% 12/ksoftirqd/0: 0% user + 2.9% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 2.5% 770/com.android.systemui: 0.1% user + 2.3% kernel / faults: 744 minor 87 major +02-27 08:10:25.898 505 19778 E ActivityManager: 2% 182/lmkd: 0.5% user + 1.4% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 1.8% 19702/kworker/3:2-events: 0% user + 1.8% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 1.4% 13/rcu_preempt: 0% user + 1.4% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 1.4% 243/loop4: 0% user + 1.4% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 1.4% 18676/com.google.android.tvrecommendations: 0.1% user + 1.2% kernel / faults: 364 minor 8 major +02-27 08:10:25.898 505 19778 E ActivityManager: 1.4% 19112/com.google.android.gms.persistent: 0.3% user + 1.1% kernel / faults: 797 minor 35 major +02-27 08:10:25.898 505 19778 E ActivityManager: 1.1% 321/netd: 0% user + 1.1% kernel / faults: 168 minor 54 major +02-27 08:10:25.898 505 19778 E ActivityManager: 1.1% 6316/kworker/1:0-events: 0% user + 1.1% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 1.1% 19356/com.google.android.gms: 0% user + 1.1% kernel / faults: 545 minor 49 major +02-27 08:10:25.898 505 19778 E ActivityManager: 0.5% 33/ksoftirqd/3: 0% user + 0.5% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 0.5% 138/kworker/0:1H-kblockd: 0% user + 0.5% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 0.5% 229/jbd2/dm-4-8: 0% user + 0.5% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 0.5% 255/loop10: 0% user + 0.5% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 0.5% 259/loop12: 0% user + 0.5% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 0.5% 17670/kworker/0:2-events: 0% user + 0.5% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 0.5% 19414/com.android.providers.tv: 0% user + 0.5% kernel / faults: 251 minor 4 major +02-27 08:10:25.898 505 19778 E ActivityManager: 0.3% 21/ksoftirqd/1: 0% user + 0.3% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 0.3% 95/kworker/3:1H-kblockd: 0% user + 0.3% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 0.3% 144/kworker/1:1H-kblockd: 0% user + 0.3% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 0.3% 181/logd: 0.1% user + 0.1% kernel / faults: 35 minor 5 major +02-27 08:10:25.898 505 19778 E ActivityManager: 0.3% 248/loop7: 0% user + 0.3% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 0.3% 320/statsd: 0% user + 0.3% kernel / faults: 172 minor 8 major +02-27 08:10:25.898 505 19778 E ActivityManager: 0.3% 353/android.hardware.power-service.example: 0% user + 0.3% kernel / faults: 100 minor 7 major +02-27 08:10:25.898 505 19778 E ActivityManager: 0.3% 357/audioserver: 0% user + 0.3% kernel / faults: 18 minor 5 major +02-27 08:10:25.898 505 19778 E ActivityManager: 0.3% 500/kworker/u9:2-blk_crypto_wq: 0% user + 0.3% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 0.3% 1265/com.android.emulator.multidisplay: 0% user + 0.3% kernel / faults: 83 minor +02-27 08:10:25.898 505 19778 E ActivityManager: 0.3% 1403/adbd: 0% user + 0.3% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 0.3% 6317/kworker/u8:2: 0% user + 0.3% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 0.3% 14040/kworker/u9:1-blk_crypto_wq: 0% user + 0.3% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 0.3% 18830/kworker/2:0-events: 0% user + 0.3% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 0.1% 27/ksoftirqd/2: 0% user + 0.1% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 0.1% 129/sugov:0: 0% user + 0.1% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 0.1% 130/sugov:1: 0% user + 0.1% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 0.1% 131/sugov:2: 0% user + 0.1% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 0.1% 145/kworker/2:1H-kblockd: 0% user + 0.1% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 0.1% 185/psimon: 0% user + 0.1% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 0.1% 271/loop18: 0% user + 0.1% kernel +02-27 08:10:25.898 505 19778 E ActivityManager: 0.1% 421/wificond: 0% user + 0.1% kernel / faults: 18 minor 5 major +02-27 08:10:25.900 505 19778 E ActivityManager: 0.1% 852/android.hardware.gnss@2.0-service.ranchu: 0% user + 0.1% kernel / faults: 29 minor 1 major +02-27 08:10:25.900 505 19778 E ActivityManager: 0.1% 18473/com.google.process.gservices: 0% user + 0.1% kernel / faults: 79 minor 4 major +02-27 08:10:25.900 505 19778 E ActivityManager: 88% TOTAL: 13% user + 38% kernel + 15% iowait + 14% irq + 6% softirq +02-27 08:10:25.900 505 19778 E ActivityManager: CPU usage from 1498103ms to 1498103ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake: +02-27 08:10:25.900 505 19778 E ActivityManager: 0% TOTAL: 0% user + 0% kernel +02-27 08:10:26.083 19821 19821 I starboard_media: MediaSession new +02-27 08:10:26.236 505 19778 I ActivityManager: Killing 19751:com.google.android.inputmethod.latin/u0a66 (adj 0): bg anr +02-27 08:10:26.239 896 19967 D NetworkMonitor/101: PROBE_DNS www.google.com 270ms OK 142.250.197.68,2404:6800:4005:827::2004 +02-27 08:10:26.262 896 19968 D NetworkMonitor/101: PROBE_DNS connectivitycheck.gstatic.com 392ms OK 142.250.199.67,2404:6800:4005:805::2003 +02-27 08:10:26.282 19821 19821 W MediaSessionCompat: Couldn't find a unique registered media button receiver in the given context. +02-27 08:10:26.291 505 19778 D ActivityManager: Completed ANR of com.google.android.inputmethod.latin in 4966ms, latency 23034ms +02-27 08:10:26.304 505 19975 I DropBoxManagerService: add tag=system_app_anr isTagEnabled=true flags=0x6 +02-27 08:10:26.372 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 19751 in 55ms +02-27 08:10:26.404 322 322 I Zygote : Process 19751 exited due to signal 9 (Killed) +02-27 08:10:26.423 19112 19767 E WakeLock: GCM_CONN_ALARM release without a matched acquire! +02-27 08:10:26.501 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:10:26.618 505 709 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ TRACK_DEFAULT id=259, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:10:26.632 505 894 D NetworkTimeUpdateService: New default network 101; checking time. +02-27 08:10:26.641 505 709 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ TRACK_DEFAULT id=257, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:10:26.645 896 947 D UpstreamNetworkMonitor: New default Internet network: 101 +02-27 08:10:26.669 505 890 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 1000ms for connection +02-27 08:10:26.708 505 709 D ConnectivityService: Sending CONNECTED broadcast for type 1 [101 WIFI] isDefaultNetwork=true +02-27 08:10:26.711 505 505 W Looper : Drained +02-27 08:10:26.726 505 505 W Looper : Slow dispatch took 107ms main h=android.net.ConnectivityManager$CallbackHandler c=null m=2 +02-27 08:10:26.791 505 2569 D MediaSessionService: Media button session is changed to com.google.android.youtube.tv/starboard_media (userId=0) +02-27 08:10:26.809 505 505 W Looper : Slow delivery took 204ms main h=android.net.ConnectivityManager$CallbackHandler c=null m=2 +02-27 08:10:26.828 505 543 W Looper : Slow dispatch took 145ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:10:26.837 896 19968 D NetworkMonitor/101: PROBE_HTTP http://connectivitycheck.gstatic.com/generate_204 time=451ms ret=204 request={Connection=[close], User-Agent=[Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.32 Safari/537.36]} headers={null=[HTTP/1.1 204 No Content], Connection=[close], Content-Length=[0], Cross-Origin-Resource-Policy=[cross-origin], Date=[Sun, 01 Mar 2026 01:20:24 GMT], X-Android-Received-Millis=[1772154626833], X-Android-Response-Source=[NETWORK 204], X-Android-Selected-Protocol=[http/1.1], X-Android-Sent-Millis=[1772154626743]} +02-27 08:10:26.909 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:10:26.925 505 709 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendStickyBroadcast:1560 com.android.server.ConnectivityService.sendStickyBroadcast:2790 com.android.server.ConnectivityService.sendGeneralBroadcast:2765 com.android.server.ConnectivityService.sendConnectedBroadcast:2738 com.android.server.ConnectivityService.sendLegacyNetworkBroadcast:8683 +02-27 08:10:26.957 505 505 W Looper : Slow dispatch took 146ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:10:26.968 505 709 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ TRACK_DEFAULT id=257, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:10:26.968 505 709 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ TRACK_DEFAULT id=259, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:10:26.969 505 709 D ConnectivityService: NetReassign [264 : null → 101] +02-27 08:10:26.971 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:10:26.973 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=260, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:10:26.973 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=258, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:10:26.975 505 554 W BroadcastQueue: Target SDK mismatch: receiver ActivityInfo{26c17ad com.google.android.gms.gcm.ServiceAutoStarter} targets 33 but delivery restricted to [0, 23] broadcasting Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from android (pid=505, uid=1000) to com.google.android.gms/.gcm.ServiceAutoStarter +02-27 08:10:27.242 505 505 W Looper : Drained +02-27 08:10:27.436 19899 19899 D AdapterState: make() - Creating AdapterState +02-27 08:10:27.476 19899 19984 I AdapterState: OFF : entered +02-27 08:10:27.476 19899 19984 D AdapterProperties: Setting state to OFF +02-27 08:10:27.492 19899 19899 D BluetoothKeystoreService: new BluetoothKeystoreService isCommonCriteriaMode: false +02-27 08:10:27.492 19899 19899 D BluetoothKeystoreService: start +02-27 08:10:27.501 19899 19899 I droid.bluetoot: [0227/081027.501288:INFO:com_android_bluetooth_btservice_BluetoothKeystore.cpp(97)] classInitNative: succeeds +02-27 08:10:27.502 19899 19899 D BluetoothKeystoreService: setBluetoothKeystoreService(): set to: com.android.bluetooth.btservice.bluetoothkeystore.BluetoothKeystoreService@3654a3 +02-27 08:10:27.511 505 702 D WifiConfigStore: Writing to stores completed in 546 ms. +02-27 08:10:27.525 505 702 E WifiVendorHal: stopRssiMonitoring(l.2617) failed {.code = ERROR_NOT_AVAILABLE, .description = } +02-27 08:10:27.527 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=264, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] +02-27 08:10:27.527 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=264, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] +02-27 08:10:27.527 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=264, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] +02-27 08:10:28.852 505 554 W ActivityManager: Slow operation: 76ms so far, now at startProcess: done creating new process record +02-27 08:10:28.852 505 554 W ActivityManager: Slow operation: 230ms so far, now at startProcess: stepping in to startProcess +02-27 08:10:28.947 505 554 W ActivityManager: Slow operation: 52ms so far, now at startProcess: building args +02-27 08:10:29.000 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 08:10:29.003 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 08:10:29.007 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 08:10:29.007 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 08:10:29.011 505 554 W ActivityManager: Slow operation: 389ms so far, now at startProcess: done starting proc! +02-27 08:10:29.013 505 555 W ActivityManager: Slow operation: 127ms so far, now at startProcess: asking zygote to start proc +02-27 08:10:29.025 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 08:10:29.328 322 322 D Zygote : Forked child process 19988 +02-27 08:10:29.329 505 555 W ActivityManager: Slow operation: 443ms so far, now at startProcess: returned from zygote! +02-27 08:10:29.333 505 555 W ActivityManager: Slow operation: 447ms so far, now at startProcess: done updating battery stats +02-27 08:10:29.345 505 1686 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:10:29.345 505 555 W ActivityManager: Slow operation: 459ms so far, now at startProcess: building log message +02-27 08:10:29.346 505 555 I ActivityManager: Start proc 19988:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:10:29.346 505 555 W ActivityManager: Slow operation: 460ms so far, now at startProcess: starting to update pids map +02-27 08:10:29.346 505 555 W ActivityManager: Slow operation: 460ms so far, now at startProcess: done updating pids map +02-27 08:10:29.537 896 19966 D NetworkMonitor/101: PROBE_FALLBACK http://www.google.com/gen_204 time=460ms ret=204 request={Connection=[close], User-Agent=[Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.32 Safari/537.36]} headers={null=[HTTP/1.1 204 No Content], Connection=[close], Content-Length=[0], Content-Security-Policy=[object-src 'none';base-uri 'self';script-src 'nonce-KPJCU_GTj31vVIrDPl-NYg' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/other], Content-Type=[text/html; charset=UTF-8], Date=[Sun, 01 Mar 2026 01:20:27 GMT], Permissions-Policy=[unload=()], Reporting-Endpoints=[default="//www.google.com/httpservice/retry/jserror?ei=W5SjaYapDYDZ1e8Pn--gyQU&cad=crash&error=Page%20Crash&jsel=1&bver=2385&dpf=ZgZxs0QUtLNVgwoYO1DWp1MCK2BzgYDANERZv7TvcLk"], Server=[gws], X-Android-Received-Millis=[1772154629536], X-Android-Response-Source=[NETWORK 204], X-Android-Selected-Protocol=[http/1.1], X-Android-Sent-Millis=[1772154629476], X-Frame-Options=[SAMEORIGIN], X-XSS-Protection=[0]} +02-27 08:10:29.570 19899 19899 D BluetoothKeystoreService: loadConfigData +02-27 08:10:29.753 896 19967 D NetworkMonitor/101: PROBE_HTTPS https://www.google.com/generate_204 time=3338ms ret=204 request={Connection=[close], User-Agent=[Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.32 Safari/537.36]} headers={null=[HTTP/1.1 204 No Content], Alt-Svc=[h3=":443"; ma=2592000,h3-29=":443"; ma=2592000], Connection=[close], Content-Length=[0], Cross-Origin-Resource-Policy=[cross-origin], Date=[Sun, 01 Mar 2026 01:20:27 GMT], X-Android-Received-Millis=[1772154629673], X-Android-Response-Source=[NETWORK 204], X-Android-Selected-Protocol=[http/1.1], X-Android-Sent-Millis=[1772154629560]} +02-27 08:10:29.894 18676 18676 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:10:29.914 18676 18676 D NowPlayingManager: onClientChanged() called +02-27 08:10:29.925 18676 18676 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:10:29.943 19988 19988 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 08:10:29.980 896 19966 D NetworkMonitor/101: isCaptivePortal: isSuccessful()=true isPortal()=false RedirectUrl=null isPartialConnectivity()=false Time=4336ms +02-27 08:10:29.993 505 709 D ConnectivityService: [101 WIFI] validation passed +02-27 08:10:30.009 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:10:30.012 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:10:30.074 505 709 D ConnectivityService: Setting DNS servers for network 101 to [/10.0.2.3] +02-27 08:10:30.074 505 709 D DnsManager: sendDnsConfigurationForNetwork(101, [10.0.2.3], [], 1800, 25, 8, 64, 0, 0, , [10.0.2.3]) +02-27 08:10:30.092 770 770 D TvNotificationHandler: Notification added +02-27 08:10:30.148 505 1683 W ActivityManager: Slow operation: 53ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:10:30.194 505 1683 W ActivityManager: Slow operation: 100ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:10:30.267 505 1683 W ActivityManager: Slow operation: 172ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:10:30.274 505 1683 W ActivityManager: Slow operation: 179ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:10:30.477 505 542 E TelephonyManager: Error calling #isDataEnabled, returning default (false). +02-27 08:10:30.477 505 542 E TelephonyManager: java.lang.IllegalStateException: telephony service is null. +02-27 08:10:30.477 505 542 E TelephonyManager: at android.telephony.TelephonyManager.isDataEnabledForReason(TelephonyManager.java:12329) +02-27 08:10:30.477 505 542 E TelephonyManager: at android.telephony.TelephonyManager.isDataEnabledForReason(TelephonyManager.java:12320) +02-27 08:10:30.477 505 542 E TelephonyManager: at android.telephony.TelephonyManager.isDataEnabled(TelephonyManager.java:9981) +02-27 08:10:30.477 505 542 E TelephonyManager: at android.telephony.TelephonyManager.getDataEnabled(TelephonyManager.java:9955) +02-27 08:10:30.477 505 542 E TelephonyManager: at com.android.server.location.gnss.GnssNetworkConnectivityHandler.handleUpdateNetworkState(GnssNetworkConnectivityHandler.java:436) +02-27 08:10:30.477 505 542 E TelephonyManager: at com.android.server.location.gnss.GnssNetworkConnectivityHandler.access$700(GnssNetworkConnectivityHandler.java:54) +02-27 08:10:30.477 505 542 E TelephonyManager: at com.android.server.location.gnss.GnssNetworkConnectivityHandler$2.onCapabilitiesChanged(GnssNetworkConnectivityHandler.java:369) +02-27 08:10:30.477 505 542 E TelephonyManager: at android.net.ConnectivityManager$NetworkCallback.onAvailable(ConnectivityManager.java:3565) +02-27 08:10:30.477 505 542 E TelephonyManager: at android.net.ConnectivityManager$NetworkCallback.onAvailable(ConnectivityManager.java:3542) +02-27 08:10:30.477 505 542 E TelephonyManager: at android.net.ConnectivityManager$CallbackHandler.handleMessage(ConnectivityManager.java:3866) +02-27 08:10:30.477 505 542 E TelephonyManager: at android.os.Handler.dispatchMessage(Handler.java:106) +02-27 08:10:30.477 505 542 E TelephonyManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:10:30.477 505 542 E TelephonyManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:10:30.477 505 542 E TelephonyManager: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:10:30.477 505 542 E TelephonyManager: at com.android.server.ServiceThread.run(ServiceThread.java:44) +02-27 08:10:31.078 505 542 I GnssNetworkConnectivityHandler: updateNetworkState, state=CLOSED, connected=true, network=101, capabilities=[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED LinkUpBandwidth>=12000Kbps LinkDnBandwidth>=30000Kbps TransportInfo: , BSSID: 02:00:00:00:00:00, MAC: 02:00:00:00:00:00, Security type: 0, Supplicant state: COMPLETED, Wi-Fi standard: 1, RSSI: -50, Link speed: 1Mbps, Tx Link speed: 1Mbps, Max Supported Tx Link speed: 11Mbps, Rx Link speed: -1Mbps, Max Supported Rx Link speed: 11Mbps, Frequency: 2447MHz, Net ID: -1, Metered hint: false, score: 60, CarrierMerged: false, SubscriptionId: -1, IsPrimary: 1> SignalStrength: -50 SSID: "AndroidWifi"], apn: , availableNetworkCount: 1 +02-27 08:10:31.082 505 542 W Looper : Slow dispatch took 1065ms android.fg h=android.net.ConnectivityManager$CallbackHandler c=null m=2 +02-27 08:10:31.082 505 542 W Looper : Slow delivery took 1065ms android.fg h=android.net.ConnectivityManager$CallbackHandler c=null m=6 +02-27 08:10:31.224 505 543 W Looper : Slow dispatch took 186ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:10:31.492 357 477 W AudioFlinger: createTrack_l(): mismatch between requested flags (00000008) and output flags (00000002) +02-27 08:10:31.499 357 477 D AudioFlinger: Client defaulted notificationFrames to 4096 for frameCount 8192 +02-27 08:10:31.506 505 545 W ActivityTaskManager: Activity destroy timeout for ActivityRecord{2808d2e u0 com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.ShellActivity t23 f}} +02-27 08:10:31.615 505 514 W system_server: Suspending all threads took: 10.114ms +02-27 08:10:31.645 505 890 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:10:32.312 182 182 I lowmemorykiller: Kill 'com.android.providers.tv' (19414), uid 10033, oom_score_adj 905 to free 44896kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (132%) +02-27 08:10:32.656 322 322 I Zygote : Process 19414 exited due to signal 9 (Killed) +02-27 08:10:34.494 505 1683 W ActivityManager: Slow operation: 4389ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:10:34.494 505 546 I Choreographer: Skipped 163 frames! The application may be doing too much work on its main thread. +02-27 08:10:34.530 505 505 W Looper : Slow dispatch took 4435ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:10:34.546 357 477 D AF::TrackHandle: OpPlayAudio: track:68 usage:1 not muted +02-27 08:10:34.729 505 505 W Looper : Slow delivery took 4437ms main h=com.android.server.job.controllers.ConnectivityController$CcHandler c=null m=0 +02-27 08:10:34.729 505 505 W Looper : Slow dispatch took 198ms main h=com.android.server.job.controllers.ConnectivityController$CcHandler c=null m=0 +02-27 08:10:35.619 357 718 I TimeCheck: requesting tombstone for pid: 327 +02-27 08:10:35.918 327 327 I libc : Requested dump for tid 327 (audio.service) +02-27 08:10:36.167 19988 19988 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 08:10:36.565 505 546 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=23 attached=false +02-27 08:10:36.584 505 514 I system_server: Background concurrent copying GC freed 2531058(64MB) AllocSpace objects, 7(232KB) LOS objects, 31% free, 51MB/75MB, paused 237.534ms,22.928ms total 7.042s +02-27 08:10:36.634 357 718 F TimeCheck: TimeCheck timeout for IAudioFlinger command 1 +02-27 08:10:36.634 357 718 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 718 (TimeCheckThread), pid 357 (audioserver) +02-27 08:10:36.728 19112 19822 W ReceiverIntentOperation: Broadcast task took longer than expected. Ending operation. +02-27 08:10:36.779 505 709 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendStickyBroadcast:1560 com.android.server.ConnectivityService.sendStickyBroadcast:2790 com.android.server.ConnectivityService.sendGeneralBroadcast:2765 com.android.server.ConnectivityService.sendInetConditionBroadcast:2742 com.android.server.ConnectivityService.updateInetCondition:8430 +02-27 08:10:36.784 505 702 W LastMileLogger: Failed to stop event tracing: /sys/kernel/debug/tracing/instances/wifi/tracing_on: open failed: ENOENT (No such file or directory) +02-27 08:10:36.876 20017 20017 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstoneProto +02-27 08:10:36.882 235 235 I tombstoned: received crash request for pid 718 +02-27 08:10:36.944 505 702 W LastMileLogger: Failed to read event trace: /sys/kernel/debug/tracing/instances/wifi/trace +02-27 08:10:36.944 20017 20017 I crash_dump64: performing dump of process 357 (target tid = 718) +02-27 08:10:37.036 20018 20018 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstoneProto +02-27 08:10:37.038 235 235 I tombstoned: received crash request for pid 327 +02-27 08:10:37.039 235 235 I tombstoned: enqueueing crash request for pid 327 +02-27 08:10:37.051 505 2251 I ActivityManager: Process com.android.providers.tv (pid 19414) has died: cch+5 CEM +02-27 08:10:37.088 505 556 I libprocessgroup: Successfully killed process cgroup uid 10033 pid 19414 in 36ms +02-27 08:10:37.159 505 546 I Choreographer: Skipped 157 frames! The application may be doing too much work on its main thread. +02-27 08:10:37.158 20017 20017 E DEBUG : failed to read /proc/uptime: Permission denied +02-27 08:10:37.182 505 2053 E TaskPersister: File error accessing recents directory (directory doesn't exist?). +02-27 08:10:37.570 505 505 W Looper : Slow dispatch took 2841ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=6 +02-27 08:10:37.599 505 543 W Looper : Slow dispatch took 273ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:10:37.599 505 543 W Looper : Slow delivery took 247ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:10:37.734 505 505 W Looper : Slow dispatch took 137ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:10:37.773 505 542 W Looper : Slow dispatch took 3758ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:10:37.968 505 543 W Looper : Drained +02-27 08:10:38.246 19988 19988 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:10:38.262 19112 19725 W .gms.persisten: Verification of java.lang.String fi.a(android.content.Context) took 166.470ms (810.96 bytecodes/s) (4056B approximate peak alloc) +02-27 08:10:38.299 505 1683 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:10:38.618 19112 20025 W .gms.persisten: Verification of void da.onLost(android.net.Network) took 145.210ms (640.45 bytecodes/s) (3760B approximate peak alloc) +02-27 08:10:38.744 505 505 W Looper : Drained +02-27 08:10:38.744 505 505 W Looper : Slow dispatch took 375ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$CancelNotificationRunnable@5d1a2db m=0 +02-27 08:10:39.421 505 505 W Looper : Slow delivery took 242ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$NotificationListeners$$ExternalSyntheticLambda5@765a051 m=0 +02-27 08:10:39.601 505 505 W Looper : Slow dispatch took 148ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$NotificationListeners$$ExternalSyntheticLambda9@cc420b6 m=0 +02-27 08:10:39.894 505 505 W Looper : Drained +02-27 08:10:39.894 505 505 W Looper : Slow dispatch took 159ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:10:39.916 198 19991 I keystore2: keystore2::watchdog: Watchdog thread idle -> terminating. Have a great day. +02-27 08:10:40.280 770 770 D TvNotificationHandler: Notification removed +02-27 08:10:40.340 19112 20025 W .gms.persisten: Verification of void org.chromium.net.NetworkChangeNotifierAutoDetect$NetworkConnectivityIntentFilter.() took 150.876ms (59.65 bytecodes/s) (1496B approximate peak alloc) +02-27 08:10:40.426 505 1683 D ConnectivityService: requestNetwork for uid/pid:10057/19112 activeRequest: null callbackRequest: 266 [NetworkRequest [ REQUEST id=267, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10057 RequestorUid: 10057 RequestorPkg: com.google.android.gms] ]] callback flags: 0 priority: 2147483647 +02-27 08:10:40.432 505 709 D ConnectivityService: NetReassign [267 : null → 101] +02-27 08:10:40.442 505 1381 D WifiMemoryStoreImpl: Set cluster G2bb60c7946622aae for Weeb8d35a19fddf3a: SUCCESS +02-27 08:10:40.473 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:10:40.893 19988 19988 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 08:10:40.893 19988 19988 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:10:41.241 19988 19988 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:10:41.369 19988 19988 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:10:41.637 19112 19725 W .gms.persisten: Verification of void org.chromium.base.BuildInfo.() took 363.456ms (445.72 bytecodes/s) (4640B approximate peak alloc) +02-27 08:10:41.733 505 890 D WifiMemoryStoreImpl: Set cluster G2bb60c7946622aae for W2bb60c7946622aae: SUCCESS +02-27 08:10:41.842 19112 19725 I cr_CronetLibraryLoader: Cronet version: 105.0.5195.35, arch: aarch64 +02-27 08:10:41.894 505 505 W Looper : Slow dispatch took 559ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=null m=7 +02-27 08:10:43.310 19112 20025 W .gms.persisten: Verification of void org.chromium.base.TraceEvent.() took 165.030ms (78.77 bytecodes/s) (1544B approximate peak alloc) +02-27 08:10:43.663 19112 20025 W .gms.persisten: Verification of org.chromium.base.TraceEvent org.chromium.base.TraceEvent.a(java.lang.String) took 294.685ms (50.90 bytecodes/s) (1576B approximate peak alloc) +02-27 08:10:43.797 19112 19725 I avhi : Network metric disabled. Skip initializing network monitor. +02-27 08:10:43.976 505 514 W system_server: Suspending all threads took: 274.354ms +02-27 08:10:44.006 20017 20017 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** +02-27 08:10:44.006 20017 20017 F DEBUG : Build fingerprint: 'google/sdk_google_atv64_arm64/emulator64_arm64:12/STT9.221129.002/9351024:user/dev-keys' +02-27 08:10:44.006 20017 20017 F DEBUG : Revision: '0' +02-27 08:10:44.006 20017 20017 F DEBUG : ABI: 'arm64' +02-27 08:10:44.006 20017 20017 F DEBUG : Timestamp: 2026-02-27 08:10:36.954986263+0700 +02-27 08:10:44.006 20017 20017 F DEBUG : Process uptime: 0s +02-27 08:10:44.006 20017 20017 F DEBUG : Cmdline: /system/bin/audioserver +02-27 08:10:44.006 20017 20017 F DEBUG : pid: 357, tid: 718, name: TimeCheckThread >>> /system/bin/audioserver <<< +02-27 08:10:44.006 20017 20017 F DEBUG : uid: 1041 +02-27 08:10:44.006 20017 20017 F DEBUG : tagged_addr_ctrl: 0000000000000001 +02-27 08:10:44.006 20017 20017 F DEBUG : signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr -------- +02-27 08:10:44.006 20017 20017 F DEBUG : Abort message: 'TimeCheck timeout for IAudioFlinger command 1' +02-27 08:10:44.006 20017 20017 F DEBUG : x0 0000000000000000 x1 00000000000002ce x2 0000000000000006 x3 0000007c5b399530 +02-27 08:10:44.006 20017 20017 F DEBUG : x4 6d686b456e686374 x5 6d686b456e686374 x6 6d686b456e686374 x7 7f7f7f7f7f7f7f7f +02-27 08:10:44.006 20017 20017 F DEBUG : x8 00000000000000f0 x9 d4fc279859954ba3 x10 0000000000000000 x11 ffffff80ffffffdf +02-27 08:10:44.006 20017 20017 F DEBUG : x12 0000000000000001 x13 000000000000002e x14 0000007c5b3996c0 x15 0000059eff90aa9c +02-27 08:10:44.006 20017 20017 F DEBUG : x16 0000007f0237b050 x17 0000007f02357eb0 x18 0000007c5ab52000 x19 0000000000000165 +02-27 08:10:44.006 20017 20017 F DEBUG : x20 00000000000002ce x21 00000000ffffffff x22 b400007c96263f50 x23 b400007c7625a294 +02-27 08:10:44.006 20017 20017 F DEBUG : x24 b400007c7625a294 x25 0000007c5b399cb0 x26 0000007c5b399ff8 x27 00000000000fc000 +02-27 08:10:44.006 20017 20017 F DEBUG : x28 0000007c5b2a1000 x29 0000007c5b3995b0 +02-27 08:10:44.006 20017 20017 F DEBUG : lr 0000007f0230aba0 sp 0000007c5b399510 pc 0000007f0230abcc pst 0000000000001000 +02-27 08:10:44.006 20017 20017 F DEBUG : backtrace: +02-27 08:10:44.006 20017 20017 F DEBUG : #00 pc 000000000004fbcc /apex/com.android.runtime/lib64/bionic/libc.so (abort+164) (BuildId: ba489d4985c0cf173209da67405662f9) +02-27 08:10:44.006 20017 20017 F DEBUG : #01 pc 00000000000062c0 /system/lib64/liblog.so (__android_log_default_aborter+12) (BuildId: c9ff8e786b88d6738dc7e6abd0a6fc35) +02-27 08:10:44.006 20017 20017 F DEBUG : #02 pc 0000000000006dc8 /system/lib64/liblog.so (__android_log_assert+308) (BuildId: c9ff8e786b88d6738dc7e6abd0a6fc35) +02-27 08:10:44.006 20017 20017 F DEBUG : #03 pc 0000000000034da0 /system/lib64/libmediautils.so (android::TimeCheck::TimeCheckThread::threadLoop()+900) (BuildId: 8b26bf32a9f97e5e0797821283643512) +02-27 08:10:44.006 20017 20017 F DEBUG : #04 pc 0000000000012174 /system/lib64/libutils.so (android::Thread::_threadLoop(void*)+460) (BuildId: a3acb0eba7fd91ea48db6f0befa41c65) +02-27 08:10:44.006 20017 20017 F DEBUG : #05 pc 0000000000011964 /system/lib64/libutils.so (thread_data_t::trampoline(thread_data_t const*)+404) (BuildId: a3acb0eba7fd91ea48db6f0befa41c65) +02-27 08:10:44.006 20017 20017 F DEBUG : #06 pc 00000000000b1910 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+264) (BuildId: ba489d4985c0cf173209da67405662f9) +02-27 08:10:44.006 20017 20017 F DEBUG : #07 pc 00000000000513f0 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: ba489d4985c0cf173209da67405662f9) +02-27 08:10:44.037 505 702 I WifiClientModeImpl: Default Gateway MAC address of 00:13:10:85:fe:01 from routes is : 52:55:0a:00:02:02 +02-27 08:10:44.194 505 1212 E WifiThreadRunner: WifiThreadRunner.call() timed out! +02-27 08:10:44.194 505 1212 E WifiThreadRunner: java.lang.Throwable: Caller thread Stack trace: +02-27 08:10:44.194 505 1212 E WifiThreadRunner: at com.android.server.wifi.WifiThreadRunner.call(WifiThreadRunner.java:85) +02-27 08:10:44.194 505 1212 E WifiThreadRunner: at com.android.server.wifi.WifiServiceImpl.getConnectionInfo(WifiServiceImpl.java:3159) +02-27 08:10:44.194 505 1212 E WifiThreadRunner: at android.net.wifi.IWifiManager$Stub.onTransact(IWifiManager.java:887) +02-27 08:10:44.194 505 1212 E WifiThreadRunner: at android.os.Binder.execTransactInternal(Binder.java:1179) +02-27 08:10:44.194 505 1212 E WifiThreadRunner: at android.os.Binder.execTransact(Binder.java:1143) +02-27 08:10:44.196 505 1212 E WifiThreadRunner: WifiThreadRunner.call() timed out! +02-27 08:10:44.196 505 1212 E WifiThreadRunner: java.lang.Throwable: Wifi thread Stack trace: +02-27 08:10:44.196 505 1212 E WifiThreadRunner: at java.io.BufferedReader.close(BufferedReader.java:532) +02-27 08:10:44.196 505 1212 E WifiThreadRunner: at com.android.server.wifi.ClientModeImpl.macAddressFromRoute(ClientModeImpl.java:3105) +02-27 08:10:44.196 505 1212 E WifiThreadRunner: at com.android.server.wifi.ClientModeImpl.retrieveConnectedNetworkDefaultGateway(ClientModeImpl.java:6608) +02-27 08:10:44.196 505 1212 E WifiThreadRunner: at com.android.server.wifi.ClientModeImpl.access$13700(ClientModeImpl.java:173) +02-27 08:10:44.196 505 1212 E WifiThreadRunner: at com.android.server.wifi.ClientModeImpl$L3ConnectedState.processMessage(ClientModeImpl.java:5636) +02-27 08:10:44.196 505 1212 E WifiThreadRunner: at com.android.wifi.x.com.android.internal.util.StateMachine$SmHandler.processMsg(StateMachine.java:993) +02-27 08:10:44.196 505 1212 E WifiThreadRunner: at com.android.wifi.x.com.android.internal.util.StateMachine$SmHandler.handleMessage(StateMachine.java:810) +02-27 08:10:44.196 505 1212 E WifiThreadRunner: at android.os.Handler.dispatchMessage(Handler.java:106) +02-27 08:10:44.196 505 1212 E WifiThreadRunner: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:10:44.196 505 1212 E WifiThreadRunner: at android.os.Looper.loop(Looper.java:288) +02-27 08:10:44.196 505 1212 E WifiThreadRunner: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:10:44.321 19112 19725 W .gms.persisten: Verification of fe ff.a() took 188.351ms (785.77 bytecodes/s) (4600B approximate peak alloc) +02-27 08:10:44.338 19112 19493 I NetworkManagementSocketTagger: tagSocketFd(-1, 805307399, -1) failed with errno-9 +02-27 08:10:44.810 505 543 W Looper : Slow dispatch took 574ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:10:44.866 505 828 W NativeCrashListener: Couldn't find ProcessRecord for pid 357 +02-27 08:10:44.968 19112 20025 W .gms.persisten: Verification of void cv.run() took 106.553ms (431.71 bytecodes/s) (1936B approximate peak alloc) +02-27 08:10:44.979 235 235 E tombstoned: Tombstone written to: tombstone_00 +02-27 08:10:45.647 20018 20018 I crash_dump64: performing dump of process 327 (target tid = 327) +02-27 08:10:45.776 19821 19999 E AudioTrack: createTrack_l(0): AudioFlinger could not create track, status: -32 output 0 +02-27 08:10:45.776 19821 19999 E AudioTrack-JNI: Error -32 initializing AudioTrack +02-27 08:10:45.787 20018 20018 E DEBUG : failed to read fdsan table entry 0: I/O error +02-27 08:10:45.798 19821 19999 D AudioTrack: gather(): no metrics gathered, track status=-32 +02-27 08:10:45.848 19821 19999 E android.media.AudioTrack: Error code -20 when initializing AudioTrack. +02-27 08:10:45.850 505 890 W AudioSystem: AudioPolicyService server died! +02-27 08:10:45.917 235 235 W tombstoned: crash socket received short read of length 0 (expected 12) +02-27 08:10:46.349 19821 19983 E AudioSystem-JNI: Command failed for android_media_AudioSystem_error_callback: -32 +02-27 08:10:46.366 505 514 I system_server: Background young concurrent copying GC freed 2520794(63MB) AllocSpace objects, 5(244KB) LOS objects, 43% free, 31MB/55MB, paused 28.203ms,345.528ms total 5.338s +02-27 08:10:46.384 505 546 I Choreographer: Skipped 133 frames! The application may be doing too much work on its main thread. +02-27 08:10:46.425 505 2113 E AudioSystem-JNI: Command failed for android_media_AudioSystem_error_callback: -32 +02-27 08:10:46.430 505 890 W CaptureStateTracker: Audio policy service died +02-27 08:10:46.461 19821 19983 W AudioSystem: AudioFlinger server died! +02-27 08:10:46.534 505 945 W SoundTriggerModule: Underlying HAL driver died. +02-27 08:10:46.562 505 945 D SoundTriggerMiddlewareService: Connecting to default ISoundTriggerHw +02-27 08:10:46.574 505 724 I ServiceManager: Waiting for service 'media.audio_policy' on '/dev/binder'... +02-27 08:10:46.817 19821 19999 I ServiceManager: Waiting for service 'media.audio_flinger' on '/dev/binder'... +02-27 08:10:46.824 19112 19725 W .gms.persisten: Verification of void org.chromium.net.impl.CronetUrlRequest.onMetricsCollected(long, long, long, long, long, long, long, long, long, long, long, long, long, boolean, long, long, boolean, boolean) took 1.872s (33.10 bytecodes/s) (3216B approximate peak alloc) +02-27 08:10:46.830 505 2113 W AudioSystem: AudioFlinger server died! +02-27 08:10:46.833 505 719 E AudioSystem-JNI: Command failed for android_media_AudioSystem_checkAudioFlinger: -32 +02-27 08:10:46.961 505 505 W Looper : Slow dispatch took 387ms main h=android.app.ActivityThread$H c=null m=124 +02-27 08:10:46.965 505 719 E AS.AudioService: Audioserver died. +02-27 08:10:47.173 19112 19250 E WakeLock: GCM_CONN_ALARM ** IS FORCE-RELEASED ON TIMEOUT ** +02-27 08:10:47.177 184 184 I hwservicemanager: Since android.hardware.soundtrigger@2.0::ISoundTriggerHw/default is not registered, trying to start it as a lazy HAL. +02-27 08:10:47.193 184 184 I hwservicemanager: Since android.hardware.soundtrigger@2.0::ISoundTriggerHw/default is not registered, trying to start it as a lazy HAL. +02-27 08:10:47.194 505 945 I HidlServiceManagement: getService: Trying again for android.hardware.soundtrigger@2.0::ISoundTriggerHw/default... +02-27 08:10:47.350 184 20046 W libc : Unable to set property "ctl.interface_start" to "android.hardware.soundtrigger@2.0::ISoundTriggerHw/default": error code: 0x20 +02-27 08:10:47.350 184 20046 I hwservicemanager: Tried to start android.hardware.soundtrigger@2.0::ISoundTriggerHw/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly. +02-27 08:10:47.513 184 20047 W libc : Unable to set property "ctl.interface_start" to "android.hardware.soundtrigger@2.0::ISoundTriggerHw/default": error code: 0x20 +02-27 08:10:47.514 184 20047 I hwservicemanager: Tried to start android.hardware.soundtrigger@2.0::ISoundTriggerHw/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly. +02-27 08:10:47.556 19112 19725 W .gms.persisten: Verification of void org.chromium.net.impl.CronetUrlRequest.onStatus(org.chromium.net.impl.VersionSafeCallbacks$UrlRequestStatusListener, int) took 695.016ms (12.95 bytecodes/s) (1504B approximate peak alloc) +02-27 08:10:47.632 505 719 E AudioSystem-JNI: Command failed for android_media_AudioSystem_checkAudioFlinger: -32 +02-27 08:10:47.633 505 719 E AS.AudioService: Audioserver died. +02-27 08:10:47.981 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.audio@7.0::IDevicesFactory/default in either framework or device VINTF manifest. +02-27 08:10:48.020 20044 20044 E LegacySupport: Could not get passthrough implementation for android.hardware.audio@7.0::IDevicesFactory/default. +02-27 08:10:48.044 505 610 I BootReceiver: Copying /data/tombstones/tombstone_00 to DropBox (SYSTEM_TOMBSTONE) +02-27 08:10:48.044 505 610 I DropBoxManagerService: add tag=SYSTEM_TOMBSTONE isTagEnabled=true flags=0x6 +02-27 08:10:48.095 505 542 W Looper : Drained +02-27 08:10:48.139 505 719 E AudioSystem-JNI: Command failed for android_media_AudioSystem_checkAudioFlinger: -32 +02-27 08:10:48.140 505 719 E AS.AudioService: Audioserver died. +02-27 08:10:48.194 505 945 W HidlServiceManagement: Waited one second for android.hardware.soundtrigger@2.0::ISoundTriggerHw/default +02-27 08:10:48.196 184 184 I hwservicemanager: Since android.hardware.soundtrigger@2.0::ISoundTriggerHw/default is not registered, trying to start it as a lazy HAL. +02-27 08:10:48.196 505 945 I HidlServiceManagement: getService: Trying again for android.hardware.soundtrigger@2.0::ISoundTriggerHw/default... +02-27 08:10:48.265 184 20051 W libc : Unable to set property "ctl.interface_start" to "android.hardware.soundtrigger@2.0::ISoundTriggerHw/default": error code: 0x20 +02-27 08:10:48.266 184 20051 I hwservicemanager: Tried to start android.hardware.soundtrigger@2.0::ISoundTriggerHw/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly. +02-27 08:10:48.280 505 702 D WifiConfigStore: Writing to stores completed in 1725 ms. +02-27 08:10:48.490 505 505 W Looper : Slow dispatch took 397ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:10:48.490 505 505 W Looper : Slow delivery took 390ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=3 +02-27 08:10:48.502 505 610 E NativeTombstoneManager: Tombstone's UID (1041) not an app, ignoring +02-27 08:10:48.529 505 514 W system_server: Suspending all threads took: 8.195ms +02-27 08:10:48.536 505 610 I DropBoxManagerService: add tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4 +02-27 08:10:48.539 505 542 W Looper : Slow dispatch took 329ms android.fg h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null m=1 +02-27 08:10:48.540 505 505 W Looper : Drained +02-27 08:10:48.751 20044 20044 I HidlServiceManagement: Registered android.hardware.audio@6.0::IDevicesFactory/default +02-27 08:10:48.752 20044 20044 I HidlServiceManagement: Removing namespace from process name android.hardware.audio.service to audio.service. +02-27 08:10:48.752 20044 20044 I LegacySupport: Registration complete for android.hardware.audio@6.0::IDevicesFactory/default. +02-27 08:10:48.761 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.audio.effect@7.0::IEffectsFactory/default in either framework or device VINTF manifest. +02-27 08:10:48.767 20044 20044 E LegacySupport: Could not get passthrough implementation for android.hardware.audio.effect@7.0::IEffectsFactory/default. +02-27 08:10:48.984 20044 20044 I HidlServiceManagement: Registered android.hardware.audio.effect@6.0::IEffectsFactory/default +02-27 08:10:48.985 20044 20044 I LegacySupport: Registration complete for android.hardware.audio.effect@6.0::IEffectsFactory/default. +02-27 08:10:48.991 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.soundtrigger@2.3::ISoundTriggerHw/default in either framework or device VINTF manifest. +02-27 08:10:48.994 20044 20044 E LegacySupport: Could not get passthrough implementation for android.hardware.soundtrigger@2.3::ISoundTriggerHw/default. +02-27 08:10:49.114 20044 20044 I HidlServiceManagement: Registered android.hardware.soundtrigger@2.2::ISoundTriggerHw/default +02-27 08:10:49.114 20044 20044 I LegacySupport: Registration complete for android.hardware.soundtrigger@2.2::ISoundTriggerHw/default. +02-27 08:10:49.114 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.bluetooth.audio@2.1::IBluetoothAudioProvidersFactory/default in either framework or device VINTF manifest. +02-27 08:10:49.117 184 184 I hw-BpHwBinder: onLastStrongRef automatically unlinking death recipients +02-27 08:10:49.118 505 945 I android_os_HwBinder: HwBinder: Starting thread pool for getting: android.hardware.soundtrigger@2.0::ISoundTriggerHw/default +02-27 08:10:49.160 505 719 E AudioSystem-JNI: Command failed for android_media_AudioSystem_checkAudioFlinger: -32 +02-27 08:10:49.160 505 719 E AS.AudioService: Audioserver died. +02-27 08:10:49.168 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=267, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10057 RequestorUid: 10057 RequestorPkg: com.google.android.gms] ] +02-27 08:10:49.168 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=267, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10057 RequestorUid: 10057 RequestorPkg: com.google.android.gms] ] +02-27 08:10:49.168 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=267, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10057 RequestorUid: 10057 RequestorPkg: com.google.android.gms] ] +02-27 08:10:49.213 505 702 W AlarmManager: No in-flight alarm for listener android.app.AlarmManager$ListenerWrapper@a67afb4 +02-27 08:10:49.358 20044 20044 I BTAudioProviderA2dpSoftware: A2dpSoftwareAudioProvider - size of audio buffer 7680 byte(s) +02-27 08:10:49.360 20044 20044 I BTAudioProviderHearingAid: HearingAidAudioProvider - size of audio buffer 3584 byte(s) +02-27 08:10:49.380 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:10:49.380 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:10:49.397 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:10:49.468 505 542 W Looper : Slow dispatch took 898ms android.fg h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null m=1 +02-27 08:10:49.609 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.bluetooth.audio@2.1::IBluetoothAudioProvidersFactory/default in either framework or device VINTF manifest. +02-27 08:10:49.670 505 719 E AudioSystem-JNI: Command failed for android_media_AudioSystem_checkAudioFlinger: -32 +02-27 08:10:49.670 505 719 E AS.AudioService: Audioserver died. +02-27 08:10:49.989 20044 20044 E HidlServiceManagement: Service android.hardware.bluetooth.audio@2.1::IBluetoothAudioProvidersFactory/default must be in VINTF manifest in order to register/get. +02-27 08:10:49.989 20044 20044 E LegacySupport: Could not register service android.hardware.bluetooth.audio@2.1::IBluetoothAudioProvidersFactory/default (-2147483648). +02-27 08:10:50.033 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:10:50.331 505 719 E AudioSystem-JNI: Command failed for android_media_AudioSystem_checkAudioFlinger: -32 +02-27 08:10:50.331 505 719 E AS.AudioService: Audioserver died. +02-27 08:10:50.424 20044 20044 E LegacySupport: Could not get passthrough implementation for android.hardware.bluetooth.audio@2.0::IBluetoothAudioProvidersFactory/default. +02-27 08:10:50.454 20044 20044 W audiohalservice: Could not register Bluetooth Audio API +02-27 08:10:50.456 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.bluetooth.a2dp@1.0::IBluetoothAudioOffload/default in either framework or device VINTF manifest. +02-27 08:10:50.456 20044 20044 E LegacySupport: Could not get passthrough implementation for android.hardware.bluetooth.a2dp@1.0::IBluetoothAudioOffload/default. +02-27 08:10:50.456 20044 20044 W audiohalservice: Could not register Bluetooth Audio Offload API +02-27 08:10:50.560 505 514 I system_server: Background concurrent copying GC freed 1209803(30MB) AllocSpace objects, 9(436KB) LOS objects, 48% free, 25MB/49MB, paused 50us,8.420ms total 3.365s +02-27 08:10:50.560 19988 20001 W putmethod.lati: Suspending all threads took: 45.039ms +02-27 08:10:50.838 505 719 E AudioSystem-JNI: Command failed for android_media_AudioSystem_checkAudioFlinger: -32 +02-27 08:10:50.838 505 719 E AS.AudioService: Audioserver died. +02-27 08:10:50.942 505 1212 D WifiNl80211Manager: Scan result ready event +02-27 08:10:50.946 505 1212 D WifiNative: Scan result ready event +02-27 08:10:50.961 19112 20060 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:10:51.394 505 719 E AudioSystem-JNI: Command failed for android_media_AudioSystem_checkAudioFlinger: -32 +02-27 08:10:51.394 505 719 E AS.AudioService: Audioserver died. +02-27 08:10:51.481 19112 19250 W MessengerIpcClient: Timing out request: 1 +02-27 08:10:51.518 19112 19493 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:10:51.532 19112 19246 W GLSUser : [AppCertManager] Failed to get security token. +02-27 08:10:51.532 19112 19246 W GLSUser : java.io.IOException: SERVICE_NOT_AVAILABLE +02-27 08:10:51.532 19112 19246 W GLSUser : at xom.d(:com.google.android.gms@223616103@22.36.16 (180406-476895098):18) +02-27 08:10:51.532 19112 19246 W GLSUser : at xom.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):8) +02-27 08:10:51.532 19112 19246 W GLSUser : at jpp.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):14) +02-27 08:10:51.532 19112 19246 W GLSUser : at jpn.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:10:51.532 19112 19246 W GLSUser : at jpi.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:10:51.532 19112 19246 W GLSUser : at jpl.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:10:51.532 19112 19246 W GLSUser : at hob.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):13) +02-27 08:10:51.532 19112 19246 W GLSUser : at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:10:51.532 19112 19246 W GLSUser : at oiz.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):6) +02-27 08:10:51.532 19112 19246 W GLSUser : at oiz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:10:51.532 19112 19246 W GLSUser : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:10:51.532 19112 19246 W GLSUser : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:10:51.532 19112 19246 W GLSUser : at ooc.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:10:51.532 19112 19246 W GLSUser : at java.lang.Thread.run(Thread.java:920) +02-27 08:10:51.533 20043 20043 I FastMixerState: sMaxFastTracks = 8 +02-27 08:10:51.726 19821 19821 I Choreographer: Skipped 618 frames! The application may be doing too much work on its main thread. +02-27 08:10:51.823 505 724 W ServiceManager: Service media.audio_policy didn't start. Returning NULL +02-27 08:10:51.975 505 719 E AudioSystem-JNI: Command failed for android_media_AudioSystem_checkAudioFlinger: -32 +02-27 08:10:51.976 505 719 E AS.AudioService: Audioserver died. +02-27 08:10:51.977 505 724 W AudioSystem: AudioPolicyService not published, waiting... +02-27 08:10:51.981 19821 19999 W ServiceManager: Service media.audio_flinger didn't start. Returning NULL +02-27 08:10:51.981 19821 19999 W AudioSystem: AudioFlinger not published, waiting... +02-27 08:10:52.257 20043 20043 V MediaUtils: physMem: 1010663424 +02-27 08:10:52.257 20043 20043 V MediaUtils: requested limit: 202132680 +02-27 08:10:52.257 20043 20043 I libc : malloc_limit: Allocation limit enabled, max size 202132680 bytes +02-27 08:10:52.263 20043 20043 I audioserver: ServiceManager: 0xb4000079fdf27d00 +02-27 08:10:52.287 19112 20060 E WakeLock: GCM_CONN_ALARM release without a matched acquire! +02-27 08:10:52.287 19112 20060 W WakeLock: GCM_CONN_ALARM counter does not exist +02-27 08:10:52.489 505 719 E AudioSystem-JNI: Command failed for android_media_AudioSystem_checkAudioFlinger: -32 +02-27 08:10:52.489 505 719 E AS.AudioService: Audioserver died. +02-27 08:10:52.590 19821 19999 I ServiceManager: Waiting for service 'media.audio_flinger' on '/dev/binder'... +02-27 08:10:52.598 505 724 I ServiceManager: Waiting for service 'media.audio_policy' on '/dev/binder'... +02-27 08:10:52.622 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.audio@7.0::IDevicesFactory/default in either framework or device VINTF manifest. +02-27 08:10:52.698 19899 19899 I droid.bluetoot: [0227/081052.684730:INFO:com_android_bluetooth_btservice_ActivityAttribution.cpp(96)] classInitNative: succeeds +02-27 08:10:52.706 19899 19899 D BluetoothKeystoreService: getCompareResult: 0 +02-27 08:10:53.058 505 719 E AudioSystem-JNI: Command failed for android_media_AudioSystem_checkAudioFlinger: -32 +02-27 08:10:53.062 505 719 E AS.AudioService: Audioserver died. +02-27 08:10:53.105 505 546 D CompatibilityChangeReporter: Compat change id reported: 158002302; UID 10065; state: ENABLED +02-27 08:10:53.312 505 594 W ContentProviderHelper: Slow operation: 338ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:10:53.314 505 594 W ContentProviderHelper: Slow operation: 339ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:10:53.314 505 594 W ContentProviderHelper: Slow operation: 340ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:10:53.314 505 594 W ContentProviderHelper: Slow operation: 340ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:10:53.359 505 594 W ContentProviderHelper: Slow operation: 385ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:10:53.360 505 594 W ContentProviderHelper: Slow operation: 386ms so far, now at getContentProviderImpl: done! +02-27 08:10:53.897 505 719 E AudioSystem-JNI: Command failed for android_media_AudioSystem_checkAudioFlinger: -32 +02-27 08:10:53.897 505 719 E AS.AudioService: Audioserver died. +02-27 08:10:54.292 19112 20040 W .gms.persisten: Verification of java.security.cert.X509Certificate dm.a(byte[]) took 181.016ms (93.91 bytecodes/s) (1768B approximate peak alloc) +02-27 08:10:54.407 19112 20040 W .gms.persisten: Verification of org.chromium.net.AndroidCertVerifyResult dm.b(byte[][], java.lang.String, java.lang.String) took 114.582ms (4651.65 bytecodes/s) (15664B approximate peak alloc) +02-27 08:10:54.468 19899 19899 I bt_btif : system/bt/btif/src/bluetooth.cc:162 init: init: start restricted = 0 ; common criteria mode = 0, config compare result = 0 +02-27 08:10:54.657 19112 19246 W GoogleHttpServiceClient: Timeout on service connection +02-27 08:10:54.657 19112 19246 W GoogleHttpServiceClient: java.lang.Throwable +02-27 08:10:54.657 19112 19246 W GoogleHttpServiceClient: at wbr.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):3) +02-27 08:10:54.657 19112 19246 W GoogleHttpServiceClient: at wbs.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):3) +02-27 08:10:54.657 19112 19246 W GoogleHttpServiceClient: at wbj.d(:com.google.android.gms@223616103@22.36.16 (180406-476895098):1) +02-27 08:10:54.657 19112 19246 W GoogleHttpServiceClient: at wbn.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:10:54.657 19112 19246 W GoogleHttpServiceClient: at wbj.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:10:54.657 19112 19246 W GoogleHttpServiceClient: at kxd.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):4) +02-27 08:10:54.657 19112 19246 W GoogleHttpServiceClient: at hpl.e(:com.google.android.gms@223616103@22.36.16 (180406-476895098):4) +02-27 08:10:54.657 19112 19246 W GoogleHttpServiceClient: at hpl.d(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:10:54.657 19112 19246 W GoogleHttpServiceClient: at hpl.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:10:54.657 19112 19246 W GoogleHttpServiceClient: at hpl.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:10:54.657 19112 19246 W GoogleHttpServiceClient: at jpp.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):29) +02-27 08:10:54.657 19112 19246 W GoogleHttpServiceClient: at jpn.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:10:54.657 19112 19246 W GoogleHttpServiceClient: at jpi.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:10:54.657 19112 19246 W GoogleHttpServiceClient: at jpl.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:10:54.657 19112 19246 W GoogleHttpServiceClient: at hob.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):13) +02-27 08:10:54.657 19112 19246 W GoogleHttpServiceClient: at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:10:54.657 19112 19246 W GoogleHttpServiceClient: at oiz.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):6) +02-27 08:10:54.657 19112 19246 W GoogleHttpServiceClient: at oiz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:10:54.657 19112 19246 W GoogleHttpServiceClient: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:10:54.657 19112 19246 W GoogleHttpServiceClient: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:10:54.657 19112 19246 W GoogleHttpServiceClient: at ooc.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:10:54.657 19112 19246 W GoogleHttpServiceClient: at java.lang.Thread.run(Thread.java:920) +02-27 08:10:54.694 19899 19899 I bt : bt_common::init_flags: Flags loaded: gd_core=false gd_advertising=false gd_scanning=false gd_security=false gd_acl=false gd_l2cap=false gd_hci=false gd_controller=false gatt_robust_caching=false btaa_hci=false gd_rust=false gd_link_policy=false +02-27 08:10:54.746 19899 20075 I droid.bluetoot: [0227/081054.736580:INFO:message_loop_thread.cc(224)] Run: message loop starting for thread bt_stack_manager_thread +02-27 08:10:54.780 19821 19992 I starboard: Prepare to resume +02-27 08:10:54.815 19899 20075 I bt_stack_manager: system/bt/btif/src/stack_manager.cc:200 event_init_stack: is initializing the stack +02-27 08:10:54.820 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.audio.effect@7.0::IEffectsFactory/default in either framework or device VINTF manifest. +02-27 08:10:54.834 505 719 E AudioSystem-JNI: Command failed for android_media_AudioSystem_checkAudioFlinger: -32 +02-27 08:10:54.837 20043 20043 I AudioFlinger: Using default 3000 mSec as standby time. +02-27 08:10:54.852 505 719 E AS.AudioService: Audioserver died. +02-27 08:10:55.002 416 591 W AudioAnalytics: (key=audio.flinger) Audioflinger constructor event detected +02-27 08:10:55.353 505 595 W ContentProviderHelper: Slow operation: 153ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:10:55.354 505 595 W ContentProviderHelper: Slow operation: 153ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:10:55.354 505 595 W ContentProviderHelper: Slow operation: 153ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:10:55.354 505 595 W ContentProviderHelper: Slow operation: 154ms so far, now at getContentProviderImpl: before updateLruProcess +02-27 08:10:55.384 505 595 W ContentProviderHelper: Slow operation: 184ms so far, now at getContentProviderImpl: after updateLruProcess +02-27 08:10:55.384 505 595 W ContentProviderHelper: Slow operation: 184ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:10:55.387 505 595 W ContentProviderHelper: Slow operation: 187ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:10:55.387 505 595 W ContentProviderHelper: Slow operation: 187ms so far, now at getContentProviderImpl: done! +02-27 08:10:55.598 19821 19821 I Choreographer: Skipped 213 frames! The application may be doing too much work on its main thread. +02-27 08:10:55.598 19821 19821 I starboard_media: Media focus: none +02-27 08:10:55.674 505 719 I AS.AudioService: Audioserver started. +02-27 08:10:55.680 19988 19988 I DeviceStatusMonitor: DeviceStatusMonitor.updateCountryInfo():121 updateCountryInfo(), notifyAnyway = true +02-27 08:10:55.686 19821 19999 I ServiceManager: Waiting for service 'media.audio_flinger' on '/dev/binder' successful after waiting 3096ms +02-27 08:10:55.786 505 514 W system_server: Suspending all threads took: 110.099ms +02-27 08:10:55.920 505 719 I android_os_HwBinder: HwBinder: Starting thread pool for getting: android.hidl.manager@1.0::IServiceManager/default +02-27 08:10:56.137 20043 20043 D APM_EngineLoader: Loaded engine from libaudiopolicyenginedefault.so +02-27 08:10:56.146 20043 20043 D APM::AudioPolicyEngine/Base: loadAudioPolicyEngineConfig: No configuration found, using default matching phone experience. +02-27 08:10:56.226 20043 20043 W APM::AudioPolicyEngine/Base: loadAudioPolicyEngineConfig: No configuration of AUDIO_STREAM_CALL_ASSISTANT found, using default volume configuration +02-27 08:10:56.273 20043 20086 I ServiceManager: Waiting for service 'media.audio_policy' on '/dev/binder'... +02-27 08:10:56.298 20043 20043 I AudioFlinger: loadHwModule() Loaded primary audio interface, handle 10 +02-27 08:10:56.356 20043 20043 I AudioFlinger: openOutput() this 0xb400007aedf25d20, module 10 Device type:0x2,@:, SamplingRate 44100, Format 0x000001, Channels 0x3, flags 0x2 +02-27 08:10:57.059 20043 20043 I AudioFlinger: HAL output buffer size 976 frames, normal sink buffer size 976 frames +02-27 08:10:57.116 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.audio.effect@7.0::IEffectsFactory/default in either framework or device VINTF manifest. +02-27 08:10:57.266 20043 20043 I BufferProvider: found effect "Multichannel Downmix To Stereo" from The Android Open Source Project +02-27 08:10:57.282 20044 20044 E android.hardware.audio@6.0-impl.ranchu: device/generic/goldfish/audio/stream_out.cpp:setEventCallback:469 failure: Result::NOT_SUPPORTED +02-27 08:10:57.284 20043 20043 D AudioFlinger: Failed to add event callback +02-27 08:10:57.288 20043 20091 I AudioFlinger: AudioFlinger's thread 0xb400007c79632a60 tid=20091 ready to run +02-27 08:10:57.290 20043 20091 W AudioFlinger: no wake lock to update, system not ready yet +02-27 08:10:57.290 20043 20091 D AudioFlinger: ro.audio.silent is ignored since no output device is set +02-27 08:10:57.290 20044 20044 E android.hardware.audio@6.0-impl.ranchu: device/generic/goldfish/audio/stream_out.cpp:getPresentationPosition:501 failure: Result::INVALID_STATE +02-27 08:10:57.290 20044 20057 E android.hardware.audio@6.0-impl.ranchu: device/generic/goldfish/audio/primary_device.cpp:getParameters:234 failure: Result::NOT_SUPPORTED +02-27 08:10:57.368 20043 20091 W AudioFlinger: no wake lock to update, system not ready yet +02-27 08:10:57.368 20043 20091 D AudioFlinger: ro.audio.silent is ignored since no output device is set +02-27 08:10:57.374 19899 20094 I bt_osi_thread: system/bt/osi/src/thread.cc:209 run_thread: run_thread: thread id 20094, thread name alarm_default_ca started +02-27 08:10:57.376 19899 20095 I bt_osi_thread: system/bt/osi/src/thread.cc:209 run_thread: run_thread: thread id 20095, thread name alarm_dispatcher started +02-27 08:10:57.381 19899 20075 I bt_btif_core: system/bt/btif/src/btif_core.cc:235 btif_init_bluetooth: btif_init_bluetooth entered +02-27 08:10:57.400 19899 20096 I droid.bluetoot: [0227/081057.399649:INFO:message_loop_thread.cc(224)] Run: message loop starting for thread bt_jni_thread +02-27 08:10:57.416 19899 20075 I bt_btif_core: system/bt/btif/src/btif_core.cc:239 btif_init_bluetooth: btif_init_bluetooth finished +02-27 08:10:57.418 20043 20043 W AudioFlinger: moveEffects() bad srcOutput 0 +02-27 08:10:57.421 19899 20075 I bt_stack_config: system/bt/main/stack_config.cc:51 init: init attempt to load stack conf from /etc/bluetooth/bt_stack.conf +02-27 08:10:57.445 19899 20075 I bt_stack_manager: system/bt/btif/src/stack_manager.cc:223 event_init_stack: finished +02-27 08:10:57.446 19899 19899 I bt_osi_wakelock: system/bt/osi/src/wakelock.cc:98 wakelock_set_os_callouts: wakelock_set_os_callouts set to non-native +02-27 08:10:57.448 19899 19899 I bt_btif : system/bt/btif/src/bluetooth.cc:420 get_profile_interface: get_profile_interface: id = socket +02-27 08:10:57.547 20043 20043 I AudioFlinger: openOutput() this 0xb400007aedf25d20, module 10 Device type:0x10000,@:, SamplingRate 44100, Format 0x000001, Channels 0x3, flags 0 +02-27 08:10:57.559 19112 19112 W MessengerIpcClient: Received response for unknown request: 1 +02-27 08:10:57.607 20043 20043 I AudioFlinger: HAL output buffer size 976 frames, normal sink buffer size 976 frames +02-27 08:10:57.625 20044 20057 E android.hardware.audio@6.0-impl.ranchu: device/generic/goldfish/audio/stream_out.cpp:setEventCallback:469 failure: Result::NOT_SUPPORTED +02-27 08:10:57.626 20043 20043 D AudioFlinger: Failed to add event callback +02-27 08:10:57.629 20043 20097 I AudioFlinger: AudioFlinger's thread 0xb400007c795d8a60 tid=20097 ready to run +02-27 08:10:57.629 20043 20097 W AudioFlinger: no wake lock to update, system not ready yet +02-27 08:10:57.630 20043 20097 D AudioFlinger: ro.audio.silent is ignored since no output device is set +02-27 08:10:57.635 20044 20044 E android.hardware.audio@6.0-impl.ranchu: device/generic/goldfish/audio/stream_out.cpp:getPresentationPosition:501 failure: Result::INVALID_STATE +02-27 08:10:57.646 20044 20057 E android.hardware.audio@6.0-impl.ranchu: device/generic/goldfish/audio/primary_device.cpp:getParameters:234 failure: Result::NOT_SUPPORTED +02-27 08:10:57.652 19899 19899 E droid.bluetoot: [0227/081057.651009:ERROR:message_loop_thread.cc(102)] DoInThreadDelayed: message loop is null for thread bt_main_thread(-1), from pc:0x7a7e68aa74 +02-27 08:10:57.652 19899 19899 E droid.bluetoot: [0227/081057.652447:ERROR:btu_task.cc(94)] do_in_main_thread: failed from pc:0x7a7e68aa74 +02-27 08:10:57.653 19899 19899 E droid.bluetoot: [0227/081057.652859:ERROR:message_loop_thread.cc(102)] DoInThreadDelayed: message loop is null for thread bt_main_thread(-1), from pc:0x7a7e68aa74 +02-27 08:10:57.653 19899 19899 E droid.bluetoot: [0227/081057.653033:ERROR:btu_task.cc(94)] do_in_main_thread: failed from pc:0x7a7e68aa74 +02-27 08:10:57.653 19899 19899 E droid.bluetoot: [0227/081057.653044:ERROR:message_loop_thread.cc(102)] DoInThreadDelayed: message loop is null for thread bt_main_thread(-1), from pc:0x7a7e68aa74 +02-27 08:10:57.653 19899 19899 E droid.bluetoot: [0227/081057.653066:ERROR:btu_task.cc(94)] do_in_main_thread: failed from pc:0x7a7e68aa74 +02-27 08:10:57.665 20043 20097 W AudioFlinger: no wake lock to update, system not ready yet +02-27 08:10:57.665 20043 20097 D AudioFlinger: ro.audio.silent is ignored since no output device is set +02-27 08:10:57.709 505 724 W ServiceManager: Service media.audio_policy didn't start. Returning NULL +02-27 08:10:57.709 505 724 W AudioSystem: AudioPolicyService not published, waiting... +02-27 08:10:57.803 19899 19899 D BluetoothKeystoreService: initJni() +02-27 08:10:57.839 505 514 I system_server: Background young concurrent copying GC freed 1476133(37MB) AllocSpace objects, 11(972KB) LOS objects, 19% free, 39MB/49MB, paused 12.263ms,110.505ms total 3.728s +02-27 08:10:57.841 19899 19899 I bt_btif : system/bt/btif/src/bluetooth.cc:420 get_profile_interface: get_profile_interface: id = bluetooth_keystore +02-27 08:10:58.033 20043 20100 I AudioFlinger: AudioFlinger's thread 0xb400007c79593c60 tid=20100 ready to run +02-27 08:10:58.110 20043 20100 W AudioFlinger: no wake lock to update, system not ready yet +02-27 08:10:58.139 20043 20100 W AudioFlinger: no wake lock to update, system not ready yet +02-27 08:10:58.162 19899 19899 I bt_btif : system/bt/btif/src/bluetooth.cc:420 get_profile_interface: get_profile_interface: id = sdp +02-27 08:10:58.248 505 724 I ServiceManager: Waiting for service 'media.audio_policy' on '/dev/binder'... +02-27 08:10:58.251 19988 19988 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = true +02-27 08:10:58.256 20043 20103 I AudioFlinger: AudioFlinger's thread 0xb400007c79593c60 tid=20103 ready to run +02-27 08:10:58.571 20043 20106 I AudioFlinger: AudioFlinger's thread 0xb400007c79593c60 tid=20106 ready to run +02-27 08:10:58.592 20043 20106 W AudioFlinger: no wake lock to update, system not ready yet +02-27 08:10:58.594 19988 19988 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:10:58.594 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:10:58.701 20044 20057 I r_submix: adev_open(name=audio_hw_if) +02-27 08:10:58.717 20044 20057 I r_submix: adev_init_check() +02-27 08:10:58.718 20043 20043 I AudioFlinger: loadHwModule() Loaded r_submix audio interface, handle 18 +02-27 08:10:58.724 20044 20057 D r_submix: adev_open_input_stream(addr=0) +02-27 08:10:58.725 20044 20057 D r_submix: submix_audio_device_create_pipe_l(addr=0, idx=9) +02-27 08:10:58.725 20044 20057 D r_submix: now using address 0 for route 9 +02-27 08:10:58.769 19899 19899 D BluetoothDatabase: start() +02-27 08:10:58.798 20043 20110 I AudioFlinger: AudioFlinger's thread 0xb400007c79593c60 tid=20110 ready to run +02-27 08:10:58.798 20044 20057 I r_submix: in_standby() +02-27 08:10:59.010 20043 20110 W AudioFlinger: no wake lock to update, system not ready yet +02-27 08:10:59.010 20044 20057 I r_submix: in_standby() +02-27 08:10:59.010 20043 20110 W AudioFlinger: no wake lock to update, system not ready yet +02-27 08:10:59.019 20044 20057 D r_submix: adev_close_input_stream() +02-27 08:10:59.020 20044 20057 D r_submix: submix_audio_device_release_pipe_l(idx=9) addr=0 +02-27 08:10:59.020 20044 20057 D r_submix: submix_audio_device_destroy_pipe_l(): pipe destroyed +02-27 08:10:59.026 19899 19899 D BluetoothDatabase: Load Database +02-27 08:10:59.049 19899 19899 I BluetoothAdapterService: Phone policy enabled +02-27 08:10:59.241 19899 19899 D BluetoothActiveDeviceManager: start() +02-27 08:10:59.241 19821 19992 D HostConnection: createUnique: call +02-27 08:10:59.313 19821 19992 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b099010, tid 19992 +02-27 08:10:59.997 19821 19992 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:11:00.328 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 08:11:00.795 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 08:11:00.808 19821 19992 I Gralloc4: mapper 4.x is not supported +02-27 08:11:00.857 505 543 W Looper : Slow dispatch took 145ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:11:00.857 505 505 W Looper : Slow dispatch took 479ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=com.android.server.alarm.AlarmManagerService$3$$ExternalSyntheticLambda0@591b8ae m=0 +02-27 08:11:01.066 19821 19992 D HostConnection: createUnique: call +02-27 08:11:01.077 19821 19992 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b097d50, tid 19992 +02-27 08:11:01.078 19821 19992 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 08:11:01.083 19821 19992 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 08:11:01.142 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 08:11:01.146 19821 19992 W Gralloc4: allocator 4.x is not supported +02-27 08:11:01.251 20043 20089 I TimeCheck: requesting tombstone for pid: 20044 +02-27 08:11:01.269 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fa7cc000 0x1fafb8000] +02-27 08:11:01.294 19821 19992 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:11:01.302 20044 20044 I libc : Requested dump for tid 20044 (audio.service) +02-27 08:11:01.357 19821 19992 D EGL_emulation: eglCreateContext: 0xb400007b8b098410: maj 3 min 0 rcv 3 +02-27 08:11:01.434 19821 19992 D EGL_emulation: eglMakeCurrent: 0xb400007b8b098410: ver 3 0 (tinfo 0x7da2400080) (first time) +02-27 08:11:01.562 505 724 I ServiceManager: Waiting for service 'media.audio_policy' on '/dev/binder' successful after waiting 3315ms +02-27 08:11:01.562 20043 20086 I ServiceManager: Waiting for service 'media.audio_policy' on '/dev/binder' successful after waiting 5289ms +02-27 08:11:01.648 20043 20097 W AudioFlinger: no wake lock to update, system not ready yet +02-27 08:11:01.650 20043 20091 W AudioFlinger: no wake lock to update, system not ready yet +02-27 08:11:01.669 505 542 W Looper : Slow dispatch took 3520ms android.fg h=android.os.Handler c=com.android.server.wm.ActivityMetricsLogger$$ExternalSyntheticLambda1@226dfc8 m=0 +02-27 08:11:01.669 505 542 I ActivityTaskManager: Displayed com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.MainActivity: +1m19s343ms +02-27 08:11:01.669 505 542 W Looper : Slow delivery took 3524ms android.fg h=android.os.Handler c=com.android.server.wm.ActivityMetricsLogger$$ExternalSyntheticLambda2@f6c6861 m=0 +02-27 08:11:01.726 19821 20122 D HostConnection: createUnique: call +02-27 08:11:01.727 19821 20122 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09bb90, tid 20122 +02-27 08:11:01.750 19821 20122 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:11:01.754 19821 20122 D EGL_emulation: eglMakeCurrent: 0xb400007b8b098410: ver 3 0 (tinfo 0x7da2400100) (first time) +02-27 08:11:01.927 19112 19246 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed +02-27 08:11:02.056 20126 20126 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstoneProto +02-27 08:11:02.092 235 235 I tombstoned: received crash request for pid 20044 +02-27 08:11:02.149 19988 19988 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:11:02.251 20126 20126 I crash_dump64: performing dump of process 20044 (target tid = 20044) +02-27 08:11:02.257 20043 20089 F TimeCheck: TimeCheck timeout for IAudioFlinger command 23 +02-27 08:11:02.257 20043 20089 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 20089 (TimeCheckThread), pid 20043 (audioserver) +02-27 08:11:02.270 20126 20126 E DEBUG : failed to read fdsan table entry 0: I/O error +02-27 08:11:02.284 19899 20109 D BluetoothDatabase: compactLastConnectionTime: Compacting metadata after load +02-27 08:11:02.284 19899 20109 I BluetoothDatabase: cacheMetadata +02-27 08:11:02.285 19899 20109 V BluetoothDatabase: cacheMetadata: found device LocalStorage +02-27 08:11:02.297 19899 20109 I BluetoothDatabase: cacheMetadata: Database is ready +02-27 08:11:02.304 20126 20126 E DEBUG : failed to read /proc/uptime: Permission denied +02-27 08:11:02.317 20132 20132 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstoneProto +02-27 08:11:02.319 235 235 I tombstoned: received crash request for pid 20089 +02-27 08:11:02.319 235 235 I tombstoned: enqueueing crash request for pid 20089 +02-27 08:11:02.352 19112 19246 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:11:02.352 19112 19246 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:11:02.912 505 514 W system_server: Suspending all threads took: 24.563ms +02-27 08:11:04.149 19988 20001 W putmethod.lati: Suspending all threads took: 14.110ms +02-27 08:11:04.356 19988 20136 E FileCache: FileCache.clearObsoleteFilesInternal():271 Failed to delete all obsolete files under folder: /data/user_de/0/com.google.android.inputmethod.latin/cache/kb_def +02-27 08:11:04.556 20126 20126 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** +02-27 08:11:04.556 20126 20126 F DEBUG : Build fingerprint: 'google/sdk_google_atv64_arm64/emulator64_arm64:12/STT9.221129.002/9351024:user/dev-keys' +02-27 08:11:04.556 20126 20126 F DEBUG : Revision: '0' +02-27 08:11:04.556 20126 20126 F DEBUG : ABI: 'arm64' +02-27 08:11:04.556 20126 20126 F DEBUG : Timestamp: 2026-02-27 08:11:02.270945275+0700 +02-27 08:11:04.556 20126 20126 F DEBUG : Process uptime: 0s +02-27 08:11:04.556 20126 20126 F DEBUG : Cmdline: /vendor/bin/hw/android.hardware.audio.service +02-27 08:11:04.556 20126 20126 F DEBUG : pid: 20044, tid: 20044, name: audio.service >>> /vendor/bin/hw/android.hardware.audio.service <<< +02-27 08:11:04.556 20126 20126 F DEBUG : uid: 1041 +02-27 08:11:04.556 20126 20126 F DEBUG : tagged_addr_ctrl: 0000000000000001 +02-27 08:11:04.556 20126 20126 F DEBUG : signal 35 (), code -1 (SI_QUEUE from pid 20043, uid 1041), fault addr -------- +02-27 08:11:04.556 20126 20126 F DEBUG : x0 fffffffffffffffc x1 00000000c0306201 x2 0000007fe075f9f8 x3 0000006f6be25020 +02-27 08:11:04.556 20126 20126 F DEBUG : x4 0000000000000000 x5 b4000070cc131a40 x6 00000000ffffffff x7 0000000000000000 +02-27 08:11:04.556 20126 20126 F DEBUG : x8 000000000000001d x9 0000007fe075f900 x10 0000007fe075f900 x11 0000007fe075f8d0 +02-27 08:11:04.556 20126 20126 F DEBUG : x12 ffffff80ffffffd0 x13 00000000000001c4 x14 0000000000000000 x15 0000000070742a85 +02-27 08:11:04.556 20126 20126 F DEBUG : x16 00000071fefb9758 x17 00000071fc17735c x18 000000720084e000 x19 00000071ff880010 +02-27 08:11:04.556 20126 20126 F DEBUG : x20 b4000070cc131b70 x21 b4000070cc131ae8 x22 0000000000000001 x23 00000000fffffff7 +02-27 08:11:04.556 20126 20126 F DEBUG : x24 00000071ff880010 x25 b40000703c129478 x26 000000000000000e x27 00000000746c7561 +02-27 08:11:04.556 20126 20126 F DEBUG : x28 0000007fe075fd21 x29 0000007fe075f930 +02-27 08:11:04.556 20126 20126 F DEBUG : lr 00000071fc1773f8 sp 0000007fe075f850 pc 00000071fc1bb5d8 pst 0000000080001000 +02-27 08:11:04.556 20126 20126 F DEBUG : backtrace: +02-27 08:11:04.556 20126 20126 F DEBUG : #00 pc 000000000009d5d8 /apex/com.android.runtime/lib64/bionic/libc.so (__ioctl+8) (BuildId: ba489d4985c0cf173209da67405662f9) +02-27 08:11:04.556 20126 20126 F DEBUG : #01 pc 00000000000593f4 /apex/com.android.runtime/lib64/bionic/libc.so (ioctl+152) (BuildId: ba489d4985c0cf173209da67405662f9) +02-27 08:11:04.556 20126 20126 F DEBUG : #02 pc 0000000000069ad8 /apex/com.android.vndk.v31/lib64/libhidlbase.so (android::hardware::IPCThreadState::getAndExecuteCommand()+176) (BuildId: 33c318923ea2ad09c0fbcbbdbe7fce95) +02-27 08:11:04.556 20126 20126 F DEBUG : #03 pc 0000000000069948 /apex/com.android.vndk.v31/lib64/libhidlbase.so (android::hardware::IPCThreadState::joinThreadPool(bool)+96) (BuildId: 33c318923ea2ad09c0fbcbbdbe7fce95) +02-27 08:11:04.556 20126 20126 F DEBUG : #04 pc 0000000000001c80 /vendor/bin/hw/android.hardware.audio.service (main+3116) (BuildId: 14fe59355956e11c63c67ab27adf08ee) +02-27 08:11:04.556 20126 20126 F DEBUG : #05 pc 00000000000488c8 /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+96) (BuildId: ba489d4985c0cf173209da67405662f9) +02-27 08:11:04.680 235 235 E tombstoned: Tombstone written to: tombstone_01 +02-27 08:11:04.681 20132 20132 I crash_dump64: performing dump of process 20043 (target tid = 20089) +02-27 08:11:04.726 20132 20132 E DEBUG : failed to read /proc/uptime: Permission denied +02-27 08:11:04.824 505 546 I Choreographer: Skipped 100 frames! The application may be doing too much work on its main thread. +02-27 08:11:04.827 505 547 I Choreographer: Skipped 124 frames! The application may be doing too much work on its main thread. +02-27 08:11:04.832 19112 19246 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed +02-27 08:11:06.166 505 547 I Choreographer: Skipped 70 frames! The application may be doing too much work on its main thread. +02-27 08:11:06.246 505 514 I system_server: Background concurrent copying GC freed 1902492(47MB) AllocSpace objects, 1(36KB) LOS objects, 40% free, 34MB/58MB, paused 12.932ms,211.876ms total 5.186s +02-27 08:11:06.612 505 546 I Choreographer: Skipped 92 frames! The application may be doing too much work on its main thread. +02-27 08:11:07.165 505 610 I BootReceiver: Copying /data/tombstones/tombstone_01 to DropBox (SYSTEM_TOMBSTONE) +02-27 08:11:07.166 505 610 I DropBoxManagerService: add tag=SYSTEM_TOMBSTONE isTagEnabled=true flags=0x6 +02-27 08:11:07.213 505 546 I Choreographer: Skipped 34 frames! The application may be doing too much work on its main thread. +02-27 08:11:07.360 19112 19246 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:11:07.360 19112 19246 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:11:07.622 19821 20139 I starboard: Not all Zlib optimizations enabled: neon is 1, crc32 is 0, pmull is 1. +02-27 08:11:07.726 505 1212 W InputManager-JNI: Input channel object '6f91514 Splash Screen com.google.android.youtube.tv (client)' was disposed without first being removed with the input manager! +02-27 08:11:07.727 505 610 E NativeTombstoneManager: Tombstone's UID (1041) not an app, ignoring +02-27 08:11:07.728 505 610 I DropBoxManagerService: add tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4 +02-27 08:11:07.745 770 825 I Choreographer: Skipped 362 frames! The application may be doing too much work on its main thread. +02-27 08:11:07.901 505 542 W Looper : Slow dispatch took 3735ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:11:08.641 505 542 W Looper : Slow dispatch took 674ms android.fg h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null m=1 +02-27 08:11:09.013 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fafb8000 0x1fb7a4000] +02-27 08:11:09.200 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:11:09.208 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:11:09.068 19779 19779 W Binder:19779_2: type=1400 audit(0.0:2037): avc: denied { read } for name="u:object_r:system_adbd_prop:s0" dev="tmpfs" ino=236 scontext=u:r:gmscore_app:s0:c512,c768 tcontext=u:object_r:system_adbd_prop:s0 tclass=file permissive=0 app=com.google.android.gms +02-27 08:11:09.268 19779 19795 W libc : Access denied finding property "persist.adb.tls_server.enable" +02-27 08:11:09.269 19779 19795 W libc : Access denied finding property "service.adb.tls.port" +02-27 08:11:09.272 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fb7a4000 0x1fbf90000] +02-27 08:11:09.268 19779 19779 W Binder:19779_2: type=1400 audit(0.0:2038): avc: denied { read } for name="u:object_r:adbd_prop:s0" dev="tmpfs" ino=46 scontext=u:r:gmscore_app:s0:c512,c768 tcontext=u:object_r:adbd_prop:s0 tclass=file permissive=0 app=com.google.android.gms +02-27 08:11:09.310 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:11:09.589 505 542 W Looper : Slow dispatch took 924ms android.fg h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null m=1 +02-27 08:11:09.606 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:11:09.608 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:11:10.276 19821 20122 D EGL_emulation: app_time_stats: avg=117.99ms min=27.05ms max=253.13ms count=7 +02-27 08:11:11.137 20132 20132 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** +02-27 08:11:11.139 20132 20132 F DEBUG : Build fingerprint: 'google/sdk_google_atv64_arm64/emulator64_arm64:12/STT9.221129.002/9351024:user/dev-keys' +02-27 08:11:11.139 20132 20132 F DEBUG : Revision: '0' +02-27 08:11:11.139 20132 20132 F DEBUG : ABI: 'arm64' +02-27 08:11:11.139 20132 20132 F DEBUG : Timestamp: 2026-02-27 08:11:04.684602484+0700 +02-27 08:11:11.139 20132 20132 F DEBUG : Process uptime: 0s +02-27 08:11:11.139 20132 20132 F DEBUG : Cmdline: /system/bin/audioserver +02-27 08:11:11.139 20132 20132 F DEBUG : pid: 20043, tid: 20089, name: TimeCheckThread >>> /system/bin/audioserver <<< +02-27 08:11:11.139 20132 20132 F DEBUG : uid: 1041 +02-27 08:11:11.139 20132 20132 F DEBUG : tagged_addr_ctrl: 0000000000000001 +02-27 08:11:11.139 20132 20132 F DEBUG : signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr -------- +02-27 08:11:11.140 20132 20132 F DEBUG : Abort message: 'TimeCheck timeout for IAudioFlinger command 23' +02-27 08:11:11.140 20132 20132 F DEBUG : x0 0000000000000000 x1 0000000000004e79 x2 0000000000000006 x3 00000079d47a3530 +02-27 08:11:11.140 20132 20132 F DEBUG : x4 6d686b456e686374 x5 6d686b456e686374 x6 6d686b456e686374 x7 7f7f7f7f7f7f7f7f +02-27 08:11:11.140 20132 20132 F DEBUG : x8 00000000000000f0 x9 e32d835da2a9d00c x10 0000000000000000 x11 ffffff80ffffffdf +02-27 08:11:11.140 20132 20132 F DEBUG : x12 0000000000000001 x13 000000000000002f x14 00000079d47a36c0 x15 0000059f24381340 +02-27 08:11:11.140 20132 20132 F DEBUG : x16 0000007c7091b050 x17 0000007c708f7eb0 x18 00000079d16fa000 x19 0000000000004e4b +02-27 08:11:11.140 20132 20132 F DEBUG : x20 0000000000004e79 x21 00000000ffffffff x22 b400007a0df31b50 x23 b4000079edf27874 +02-27 08:11:11.140 20132 20132 F DEBUG : x24 b4000079edf27874 x25 00000079d47a3cb0 x26 00000079d47a3ff8 x27 00000000000fc000 +02-27 08:11:11.140 20132 20132 F DEBUG : x28 00000079d46ab000 x29 00000079d47a35b0 +02-27 08:11:11.140 20132 20132 F DEBUG : lr 0000007c708aaba0 sp 00000079d47a3510 pc 0000007c708aabcc pst 0000000000001000 +02-27 08:11:11.140 20132 20132 F DEBUG : backtrace: +02-27 08:11:11.140 20132 20132 F DEBUG : #00 pc 000000000004fbcc /apex/com.android.runtime/lib64/bionic/libc.so (abort+164) (BuildId: ba489d4985c0cf173209da67405662f9) +02-27 08:11:11.140 20132 20132 F DEBUG : #01 pc 00000000000062c0 /system/lib64/liblog.so (__android_log_default_aborter+12) (BuildId: c9ff8e786b88d6738dc7e6abd0a6fc35) +02-27 08:11:11.140 20132 20132 F DEBUG : #02 pc 0000000000006dc8 /system/lib64/liblog.so (__android_log_assert+308) (BuildId: c9ff8e786b88d6738dc7e6abd0a6fc35) +02-27 08:11:11.140 20132 20132 F DEBUG : #03 pc 0000000000034da0 /system/lib64/libmediautils.so (android::TimeCheck::TimeCheckThread::threadLoop()+900) (BuildId: 8b26bf32a9f97e5e0797821283643512) +02-27 08:11:11.140 20132 20132 F DEBUG : #04 pc 0000000000012174 /system/lib64/libutils.so (android::Thread::_threadLoop(void*)+460) (BuildId: a3acb0eba7fd91ea48db6f0befa41c65) +02-27 08:11:11.140 20132 20132 F DEBUG : #05 pc 0000000000011964 /system/lib64/libutils.so (thread_data_t::trampoline(thread_data_t const*)+404) (BuildId: a3acb0eba7fd91ea48db6f0befa41c65) +02-27 08:11:11.140 20132 20132 F DEBUG : #06 pc 00000000000b1910 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+264) (BuildId: ba489d4985c0cf173209da67405662f9) +02-27 08:11:11.140 20132 20132 F DEBUG : #07 pc 00000000000513f0 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: ba489d4985c0cf173209da67405662f9) +02-27 08:11:11.190 505 505 W Looper : Slow delivery took 1174ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:11:11.349 19821 20122 D EGL_emulation: app_time_stats: avg=44.67ms min=9.12ms max=138.00ms count=24 +02-27 08:11:11.373 505 828 W NativeCrashListener: Couldn't find ProcessRecord for pid 20043 +02-27 08:11:11.387 235 235 E tombstoned: Tombstone written to: tombstone_02 +02-27 08:11:12.249 770 795 I ndroid.systemu: Background concurrent copying GC freed 5724(384KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3555KB/7111KB, paused 107us,472us total 4.196s +02-27 08:11:12.275 505 890 W AudioSystem: AudioPolicyService server died! +02-27 08:11:12.326 19899 19929 W AudioSystem: AudioPolicyService server died! +02-27 08:11:12.493 505 610 I BootReceiver: Copying /data/tombstones/tombstone_02 to DropBox (SYSTEM_TOMBSTONE) +02-27 08:11:12.498 505 610 I DropBoxManagerService: add tag=SYSTEM_TOMBSTONE isTagEnabled=true flags=0x6 +02-27 08:11:12.610 505 724 W CaptureStateTracker: Audio policy service died +02-27 08:11:12.518 19899 19899 I ServiceManager: Waiting for service 'media.audio_policy' on '/dev/binder'... +02-27 08:11:12.675 505 1395 E AudioSystem-JNI: Command failed for android_media_AudioSystem_error_callback: -32 +02-27 08:11:12.708 19821 19983 E AudioSystem-JNI: Command failed for android_media_AudioSystem_error_callback: -32 +02-27 08:11:12.710 19821 19983 W AudioSystem: AudioFlinger server died! +02-27 08:11:12.726 505 724 I ServiceManager: Waiting for service 'media.audio_policy' on '/dev/binder'... +02-27 08:11:12.730 505 1395 W AudioSystem: AudioFlinger server died! +02-27 08:11:12.736 19821 20122 D EGL_emulation: app_time_stats: avg=277.44ms min=9.52ms max=606.19ms count=5 +02-27 08:11:12.806 505 945 W SoundTriggerModule: Underlying HAL driver died. +02-27 08:11:12.826 19821 19999 E AudioTrack: createTrack_l(0): AudioFlinger could not create track, status: -32 output 0 +02-27 08:11:12.856 505 514 W system_server: Suspending all threads took: 42.459ms +02-27 08:11:12.862 505 945 D SoundTriggerMiddlewareService: Connecting to default ISoundTriggerHw +02-27 08:11:12.870 505 719 I ServiceManager: Waiting for service 'media.audio_flinger' on '/dev/binder'... +02-27 08:11:12.878 19821 19999 E AudioTrack-JNI: Error -32 initializing AudioTrack +02-27 08:11:12.878 19821 19999 D AudioTrack: gather(): no metrics gathered, track status=-32 +02-27 08:11:12.878 19821 19999 E android.media.AudioTrack: Error code -20 when initializing AudioTrack. +02-27 08:11:12.956 184 184 I hwservicemanager: Since android.hardware.soundtrigger@2.0::ISoundTriggerHw/default is not registered, trying to start it as a lazy HAL. +02-27 08:11:12.958 184 184 I hwservicemanager: Since android.hardware.soundtrigger@2.0::ISoundTriggerHw/default is not registered, trying to start it as a lazy HAL. +02-27 08:11:12.960 505 945 I HidlServiceManagement: getService: Trying again for android.hardware.soundtrigger@2.0::ISoundTriggerHw/default... +02-27 08:11:13.018 184 20164 W libc : Unable to set property "ctl.interface_start" to "android.hardware.soundtrigger@2.0::ISoundTriggerHw/default": error code: 0x20 +02-27 08:11:13.020 184 20164 I hwservicemanager: Tried to start android.hardware.soundtrigger@2.0::ISoundTriggerHw/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly. +02-27 08:11:13.098 184 20163 W libc : Unable to set property "ctl.interface_start" to "android.hardware.soundtrigger@2.0::ISoundTriggerHw/default": error code: 0x20 +02-27 08:11:13.098 184 20163 I hwservicemanager: Tried to start android.hardware.soundtrigger@2.0::ISoundTriggerHw/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly. +02-27 08:11:13.372 19112 19493 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:11:13.754 19821 20122 D EGL_emulation: app_time_stats: avg=78.09ms min=11.76ms max=390.54ms count=13 +02-27 08:11:13.776 19821 19999 I ServiceManager: Waiting for service 'media.audio_flinger' on '/dev/binder'... +02-27 08:11:13.800 770 797 W System : A resource failed to call release. +02-27 08:11:13.968 505 945 W HidlServiceManagement: Waited one second for android.hardware.soundtrigger@2.0::ISoundTriggerHw/default +02-27 08:11:13.976 184 184 I hwservicemanager: Since android.hardware.soundtrigger@2.0::ISoundTriggerHw/default is not registered, trying to start it as a lazy HAL. +02-27 08:11:13.977 505 945 I HidlServiceManagement: getService: Trying again for android.hardware.soundtrigger@2.0::ISoundTriggerHw/default... +02-27 08:11:13.980 184 20170 W libc : Unable to set property "ctl.interface_start" to "android.hardware.soundtrigger@2.0::ISoundTriggerHw/default": error code: 0x20 +02-27 08:11:13.981 184 20170 I hwservicemanager: Tried to start android.hardware.soundtrigger@2.0::ISoundTriggerHw/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly. +02-27 08:11:14.557 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.audio@7.0::IDevicesFactory/default in either framework or device VINTF manifest. +02-27 08:11:14.616 20162 20162 E LegacySupport: Could not get passthrough implementation for android.hardware.audio@7.0::IDevicesFactory/default. +02-27 08:11:14.756 19821 20122 D EGL_emulation: app_time_stats: avg=66.62ms min=7.78ms max=209.21ms count=15 +02-27 08:11:14.984 505 945 W HidlServiceManagement: Waited one second for android.hardware.soundtrigger@2.0::ISoundTriggerHw/default +02-27 08:11:14.988 184 184 I hwservicemanager: Since android.hardware.soundtrigger@2.0::ISoundTriggerHw/default is not registered, trying to start it as a lazy HAL. +02-27 08:11:14.993 505 945 I HidlServiceManagement: getService: Trying again for android.hardware.soundtrigger@2.0::ISoundTriggerHw/default... +02-27 08:11:14.994 184 20173 W libc : Unable to set property "ctl.interface_start" to "android.hardware.soundtrigger@2.0::ISoundTriggerHw/default": error code: 0x20 +02-27 08:11:14.994 184 20173 I hwservicemanager: Tried to start android.hardware.soundtrigger@2.0::ISoundTriggerHw/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly. +02-27 08:11:15.677 505 610 E NativeTombstoneManager: Tombstone's UID (1041) not an app, ignoring +02-27 08:11:15.688 505 610 I DropBoxManagerService: add tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4 +02-27 08:11:15.722 505 542 W Looper : Drained +02-27 08:11:15.722 505 542 W Looper : Slow dispatch took 3032ms android.fg h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null m=1 +02-27 08:11:15.748 505 514 I system_server: Background young concurrent copying GC freed 1776539(44MB) AllocSpace objects, 12(1008KB) LOS objects, 44% free, 29MB/53MB, paused 20.548ms,42.900ms total 6.323s +02-27 08:11:15.760 19821 20122 D EGL_emulation: app_time_stats: avg=71.57ms min=11.36ms max=196.18ms count=14 +02-27 08:11:15.762 20162 20162 I HidlServiceManagement: Registered android.hardware.audio@6.0::IDevicesFactory/default +02-27 08:11:15.762 20162 20162 I HidlServiceManagement: Removing namespace from process name android.hardware.audio.service to audio.service. +02-27 08:11:15.762 20162 20162 I LegacySupport: Registration complete for android.hardware.audio@6.0::IDevicesFactory/default. +02-27 08:11:15.768 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.audio.effect@7.0::IEffectsFactory/default in either framework or device VINTF manifest. +02-27 08:11:15.770 20162 20162 E LegacySupport: Could not get passthrough implementation for android.hardware.audio.effect@7.0::IEffectsFactory/default. +02-27 08:11:15.839 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:11:15.858 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:11:15.884 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:11:15.884 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:11:15.988 20162 20162 I HidlServiceManagement: Registered android.hardware.audio.effect@6.0::IEffectsFactory/default +02-27 08:11:15.994 20162 20162 I LegacySupport: Registration complete for android.hardware.audio.effect@6.0::IEffectsFactory/default. +02-27 08:11:16.032 505 945 W HidlServiceManagement: Waited one second for android.hardware.soundtrigger@2.0::ISoundTriggerHw/default +02-27 08:11:16.032 19112 19725 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:11:16.032 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.soundtrigger@2.3::ISoundTriggerHw/default in either framework or device VINTF manifest. +02-27 08:11:16.033 184 184 I hwservicemanager: Since android.hardware.soundtrigger@2.0::ISoundTriggerHw/default is not registered, trying to start it as a lazy HAL. +02-27 08:11:16.037 20162 20162 E LegacySupport: Could not get passthrough implementation for android.hardware.soundtrigger@2.3::ISoundTriggerHw/default. +02-27 08:11:16.038 184 20176 W libc : Unable to set property "ctl.interface_start" to "android.hardware.soundtrigger@2.0::ISoundTriggerHw/default": error code: 0x20 +02-27 08:11:16.038 184 20176 I hwservicemanager: Tried to start android.hardware.soundtrigger@2.0::ISoundTriggerHw/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly. +02-27 08:11:16.039 505 945 I HidlServiceManagement: getService: Trying again for android.hardware.soundtrigger@2.0::ISoundTriggerHw/default... +02-27 08:11:16.198 505 505 W Looper : Drained +02-27 08:11:16.324 184 184 I hw-BpHwBinder: onLastStrongRef automatically unlinking death recipients +02-27 08:11:16.352 20162 20162 I HidlServiceManagement: Registered android.hardware.soundtrigger@2.2::ISoundTriggerHw/default +02-27 08:11:16.369 20162 20162 I LegacySupport: Registration complete for android.hardware.soundtrigger@2.2::ISoundTriggerHw/default. +02-27 08:11:16.372 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.bluetooth.audio@2.1::IBluetoothAudioProvidersFactory/default in either framework or device VINTF manifest. +02-27 08:11:16.380 505 945 I android_os_HwBinder: HwBinder: Starting thread pool for getting: android.hardware.soundtrigger@2.0::ISoundTriggerHw/default +02-27 08:11:16.509 19988 19988 I TVLatinApp: TVLatinApp.initialize():527 initialize() +02-27 08:11:16.637 20162 20162 I BTAudioProviderA2dpSoftware: A2dpSoftwareAudioProvider - size of audio buffer 7680 byte(s) +02-27 08:11:16.682 20162 20162 I BTAudioProviderHearingAid: HearingAidAudioProvider - size of audio buffer 3584 byte(s) +02-27 08:11:16.702 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.bluetooth.audio@2.1::IBluetoothAudioProvidersFactory/default in either framework or device VINTF manifest. +02-27 08:11:16.710 20162 20162 E HidlServiceManagement: Service android.hardware.bluetooth.audio@2.1::IBluetoothAudioProvidersFactory/default must be in VINTF manifest in order to register/get. +02-27 08:11:16.710 20162 20162 E LegacySupport: Could not register service android.hardware.bluetooth.audio@2.1::IBluetoothAudioProvidersFactory/default (-2147483648). +02-27 08:11:16.730 20162 20162 E LegacySupport: Could not get passthrough implementation for android.hardware.bluetooth.audio@2.0::IBluetoothAudioProvidersFactory/default. +02-27 08:11:16.730 20162 20162 W audiohalservice: Could not register Bluetooth Audio API +02-27 08:11:16.730 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.bluetooth.a2dp@1.0::IBluetoothAudioOffload/default in either framework or device VINTF manifest. +02-27 08:11:16.730 20162 20162 E LegacySupport: Could not get passthrough implementation for android.hardware.bluetooth.a2dp@1.0::IBluetoothAudioOffload/default. +02-27 08:11:16.730 20162 20162 W audiohalservice: Could not register Bluetooth Audio Offload API +02-27 08:11:16.839 19821 20122 D EGL_emulation: app_time_stats: avg=59.68ms min=9.21ms max=190.02ms count=18 +02-27 08:11:17.720 19899 19899 W ServiceManager: Service media.audio_policy didn't start. Returning NULL +02-27 08:11:17.720 19899 19899 W AudioSystem: AudioPolicyService not published, waiting... +02-27 08:11:17.839 19821 20122 D EGL_emulation: app_time_stats: avg=55.49ms min=8.25ms max=274.93ms count=18 +02-27 08:11:17.868 505 724 W ServiceManager: Service media.audio_policy didn't start. Returning NULL +02-27 08:11:17.868 505 724 W AudioSystem: AudioPolicyService not published, waiting... +02-27 08:11:18.209 505 719 W ServiceManager: Service media.audio_flinger didn't start. Returning NULL +02-27 08:11:18.227 505 719 W AudioSystem: AudioFlinger not published, waiting... +02-27 08:11:18.248 19899 19899 I ServiceManager: Waiting for service 'media.audio_policy' on '/dev/binder'... +02-27 08:11:18.389 505 724 I ServiceManager: Waiting for service 'media.audio_policy' on '/dev/binder'... +02-27 08:11:18.768 505 719 I ServiceManager: Waiting for service 'media.audio_flinger' on '/dev/binder'... +02-27 08:11:18.795 19821 19999 W ServiceManager: Service media.audio_flinger didn't start. Returning NULL +02-27 08:11:18.795 19821 19999 W AudioSystem: AudioFlinger not published, waiting... +02-27 08:11:18.866 19821 20122 D EGL_emulation: app_time_stats: avg=127.33ms min=32.12ms max=488.81ms count=8 +02-27 08:11:19.368 19821 19999 I ServiceManager: Waiting for service 'media.audio_flinger' on '/dev/binder'... +02-27 08:11:19.911 19821 20122 D EGL_emulation: app_time_stats: avg=52.17ms min=6.55ms max=152.54ms count=20 +02-27 08:11:20.936 505 1395 W ContentProviderHelper: Slow operation: 230ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:11:20.936 505 1395 W ContentProviderHelper: Slow operation: 230ms so far, now at getContentProviderImpl: done! +02-27 08:11:20.966 19821 20122 D EGL_emulation: app_time_stats: avg=49.08ms min=6.35ms max=183.86ms count=21 +02-27 08:11:21.170 505 543 W Looper : Slow delivery took 203ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:11:21.990 19821 20122 D EGL_emulation: app_time_stats: avg=102.27ms min=19.84ms max=249.50ms count=10 +02-27 08:11:23.016 505 514 W system_server: Suspending all threads took: 14.889ms +02-27 08:11:23.019 19821 20122 D EGL_emulation: app_time_stats: avg=112.96ms min=49.23ms max=346.67ms count=9 +02-27 08:11:23.486 505 724 W ServiceManager: Service media.audio_policy didn't start. Returning NULL +02-27 08:11:23.487 505 724 W AudioSystem: AudioPolicyService not published, waiting... +02-27 08:11:23.552 19899 19899 W ServiceManager: Service media.audio_policy didn't start. Returning NULL +02-27 08:11:23.552 19899 19899 W AudioSystem: AudioPolicyService not published, waiting... +02-27 08:11:23.907 505 719 W ServiceManager: Service media.audio_flinger didn't start. Returning NULL +02-27 08:11:23.907 505 719 W AudioSystem: AudioFlinger not published, waiting... +02-27 08:11:24.008 505 724 I ServiceManager: Waiting for service 'media.audio_policy' on '/dev/binder'... +02-27 08:11:24.054 19899 19899 I ServiceManager: Waiting for service 'media.audio_policy' on '/dev/binder'... +02-27 08:11:24.069 19821 20122 D EGL_emulation: app_time_stats: avg=86.48ms min=28.34ms max=208.67ms count=12 +02-27 08:11:24.076 19112 19493 E PhenotypeFlagCommitter: Retrieving snapshot for com.google.android.gms.playlog.uploader failed +02-27 08:11:24.076 19112 19493 E PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task +02-27 08:11:24.076 19112 19493 E PhenotypeFlagCommitter: at apym.l(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:11:24.076 19112 19493 E PhenotypeFlagCommitter: at aksg.g(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:11:24.076 19112 19493 E PhenotypeFlagCommitter: at aksg.i(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:11:24.076 19112 19493 E PhenotypeFlagCommitter: at aksg.f(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:11:24.076 19112 19493 E PhenotypeFlagCommitter: at com.google.android.gms.clearcut.uploader.QosUploaderChimeraService.g(:com.google.android.gms@223616103@22.36.16 (180406-476895098):17) +02-27 08:11:24.076 19112 19493 E PhenotypeFlagCommitter: at com.google.android.gms.clearcut.uploader.QosUploaderChimeraService.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:11:24.076 19112 19493 E PhenotypeFlagCommitter: at zmm.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):4) +02-27 08:11:24.076 19112 19493 E PhenotypeFlagCommitter: at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:11:24.076 19112 19493 E PhenotypeFlagCommitter: at oiz.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):6) +02-27 08:11:24.076 19112 19493 E PhenotypeFlagCommitter: at oiz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:11:24.076 19112 19493 E PhenotypeFlagCommitter: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:11:24.076 19112 19493 E PhenotypeFlagCommitter: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:11:24.076 19112 19493 E PhenotypeFlagCommitter: at ooc.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:11:24.076 19112 19493 E PhenotypeFlagCommitter: at java.lang.Thread.run(Thread.java:920) +02-27 08:11:24.233 19988 19988 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:11:24.258 19112 19246 W GLSUser : [AppCertManager] IOException while requesting key: +02-27 08:11:24.258 19112 19246 W GLSUser : java.io.IOException: Invalid device key response. +02-27 08:11:24.258 19112 19246 W GLSUser : at jpp.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):30) +02-27 08:11:24.258 19112 19246 W GLSUser : at jpn.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:11:24.258 19112 19246 W GLSUser : at jpi.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:11:24.258 19112 19246 W GLSUser : at jpl.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:11:24.258 19112 19246 W GLSUser : at hob.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):13) +02-27 08:11:24.258 19112 19246 W GLSUser : at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:11:24.258 19112 19246 W GLSUser : at oiz.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):6) +02-27 08:11:24.258 19112 19246 W GLSUser : at oiz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:11:24.258 19112 19246 W GLSUser : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:11:24.258 19112 19246 W GLSUser : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:11:24.258 19112 19246 W GLSUser : at ooc.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:11:24.258 19112 19246 W GLSUser : at java.lang.Thread.run(Thread.java:920) +02-27 08:11:24.420 505 719 I ServiceManager: Waiting for service 'media.audio_flinger' on '/dev/binder'... +02-27 08:11:24.764 19821 19999 W ServiceManager: Service media.audio_flinger didn't start. Returning NULL +02-27 08:11:24.777 19821 19999 W AudioSystem: AudioFlinger not published, waiting... +02-27 08:11:25.150 19821 20122 D EGL_emulation: app_time_stats: avg=37.94ms min=10.97ms max=135.05ms count=28 +02-27 08:11:25.354 19821 19999 I ServiceManager: Waiting for service 'media.audio_flinger' on '/dev/binder'... +02-27 08:11:26.008 20161 20161 I FastMixerState: sMaxFastTracks = 8 +02-27 08:11:26.194 19821 20122 D EGL_emulation: app_time_stats: avg=39.99ms min=6.62ms max=99.84ms count=26 +02-27 08:11:26.359 322 322 I Zygote : Process 18676 exited due to signal 9 (Killed) +02-27 08:11:26.448 505 505 V NotificationListeners: 0 notification listener connection lost: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:11:26.449 505 1925 D NotificationListeners: Removing active service ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:11:26.470 505 1686 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10052/18676, android.os.BinderProxy@900ea0f) +02-27 08:11:26.470 505 2796 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10052/18676, android.os.BinderProxy@34e6a9c) +02-27 08:11:26.596 505 543 W Looper : Drained +02-27 08:11:26.640 505 514 I system_server: Background concurrent copying GC freed 2072667(52MB) AllocSpace objects, 12(1008KB) LOS objects, 34% free, 44MB/68MB, paused 131.017ms,114.234ms total 7.263s +02-27 08:11:26.782 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=248, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] (release request) +02-27 08:11:26.799 505 556 I libprocessgroup: Successfully killed process cgroup uid 10052 pid 18676 in 0ms +02-27 08:11:26.845 505 2673 I ActivityManager: Process com.google.android.tvrecommendations (pid 18676) has died: prcl BFGS +02-27 08:11:26.876 20161 20161 V MediaUtils: physMem: 1010663424 +02-27 08:11:26.876 20161 20161 V MediaUtils: requested limit: 202132680 +02-27 08:11:26.876 20161 20161 I libc : malloc_limit: Allocation limit enabled, max size 202132680 bytes +02-27 08:11:26.900 505 2673 W ActivityManager: Scheduling restart of crashed service com.google.android.tvrecommendations/.NotificationsService in 1000ms for connection +02-27 08:11:26.936 20161 20161 I audioserver: ServiceManager: 0xb4000074a512bfa0 +02-27 08:11:27.117 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 18676 +02-27 08:11:27.165 505 505 W Looper : Slow dispatch took 101ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:11:27.208 19821 20122 D EGL_emulation: app_time_stats: avg=50.46ms min=4.54ms max=111.64ms count=20 +02-27 08:11:27.302 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.audio@7.0::IDevicesFactory/default in either framework or device VINTF manifest. +02-27 08:11:27.304 19356 19356 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:11:27.310 896 904 I rkstack.proces: Background concurrent copying GC freed 34686(1472KB) AllocSpace objects, 6(360KB) LOS objects, 49% free, 2584KB/5168KB, paused 229us,137us total 503.726ms +02-27 08:11:27.377 19988 20067 I LauncherIconVisibilityInitializerBase: LauncherIconVisibilityInitializerBase.lambda$doUpdate$0():52 doUpdate() : Visible = false +02-27 08:11:27.639 505 543 W Looper : Slow dispatch took 698ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:11:27.640 505 543 W Looper : Slow delivery took 646ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:11:28.205 505 554 W ActivityManager: Slow operation: 96ms so far, now at startProcess: building args +02-27 08:11:28.285 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10052; state: DISABLED +02-27 08:11:28.285 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10052; state: DISABLED +02-27 08:11:28.285 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10052; state: DISABLED +02-27 08:11:28.285 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10052; state: ENABLED +02-27 08:11:28.285 505 554 W ActivityManager: Slow operation: 187ms so far, now at startProcess: done starting proc! +02-27 08:11:28.286 505 555 W ActivityManager: Slow operation: 177ms so far, now at startProcess: asking zygote to start proc +02-27 08:11:28.286 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10052; state: ENABLED +02-27 08:11:28.312 19821 20122 D EGL_emulation: app_time_stats: avg=64.92ms min=8.26ms max=163.33ms count=17 +02-27 08:11:28.315 322 322 D Zygote : Forked child process 20191 +02-27 08:11:28.317 19988 19988 I AndroidIME: TVLatinApp.onUserUnlocked():254 device protected preferences are migrated +02-27 08:11:28.319 505 555 W ActivityManager: Slow operation: 211ms so far, now at startProcess: returned from zygote! +02-27 08:11:28.359 505 543 W Looper : Drained +02-27 08:11:28.401 505 555 W ActivityManager: Slow operation: 293ms so far, now at startProcess: done updating battery stats +02-27 08:11:28.403 505 555 W ActivityManager: Slow operation: 295ms so far, now at startProcess: building log message +02-27 08:11:28.403 505 555 I ActivityManager: Start proc 20191:com.google.android.tvrecommendations/u0a52 for service {com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:11:28.403 505 555 W ActivityManager: Slow operation: 295ms so far, now at startProcess: starting to update pids map +02-27 08:11:28.403 505 555 W ActivityManager: Slow operation: 295ms so far, now at startProcess: done updating pids map +02-27 08:11:28.406 19112 19112 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:11:28.406 19112 19112 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:11:28.595 20191 20191 E recommendation: Not starting debugger since process cannot load the jdwp agent. +02-27 08:11:28.598 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.audio.effect@7.0::IEffectsFactory/default in either framework or device VINTF manifest. +02-27 08:11:28.637 20161 20161 I AudioFlinger: Using default 3000 mSec as standby time. +02-27 08:11:28.658 416 591 W AudioAnalytics: (key=audio.flinger) Audioflinger constructor event detected +02-27 08:11:28.786 19988 20001 W putmethod.lati: Suspending all threads took: 39.767ms +02-27 08:11:28.890 20161 20161 D APM_EngineLoader: Loaded engine from libaudiopolicyenginedefault.so +02-27 08:11:28.912 20161 20161 D APM::AudioPolicyEngine/Base: loadAudioPolicyEngineConfig: No configuration found, using default matching phone experience. +02-27 08:11:28.925 505 541 W ActivityManager: Slow operation: 155ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:11:28.940 20161 20161 W APM::AudioPolicyEngine/Base: loadAudioPolicyEngineConfig: No configuration of AUDIO_STREAM_CALL_ASSISTANT found, using default volume configuration +02-27 08:11:28.993 20161 20161 I AudioFlinger: loadHwModule() Loaded primary audio interface, handle 10 +02-27 08:11:28.993 20191 20191 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10052; state: ENABLED +02-27 08:11:29.010 20161 20161 I AudioFlinger: openOutput() this 0xb400007595132d50, module 10 Device type:0x2,@:, SamplingRate 44100, Format 0x000001, Channels 0x3, flags 0x2 +02-27 08:11:29.070 19112 19493 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:11:29.092 20161 20161 I AudioFlinger: HAL output buffer size 976 frames, normal sink buffer size 976 frames +02-27 08:11:29.104 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.audio.effect@7.0::IEffectsFactory/default in either framework or device VINTF manifest. +02-27 08:11:29.106 505 724 W ServiceManager: Service media.audio_policy didn't start. Returning NULL +02-27 08:11:29.108 505 724 W AudioSystem: AudioPolicyService not published, waiting... +02-27 08:11:29.115 19899 19899 W ServiceManager: Service media.audio_policy didn't start. Returning NULL +02-27 08:11:29.115 19899 19899 W AudioSystem: AudioPolicyService not published, waiting... +02-27 08:11:29.314 19821 20122 D EGL_emulation: app_time_stats: avg=22.67ms min=4.08ms max=75.10ms count=44 +02-27 08:11:29.356 19112 19125 I .gms.persisten: Background concurrent copying GC freed 318680(16MB) AllocSpace objects, 52(1528KB) LOS objects, 49% free, 8978KB/17MB, paused 17.557ms,1.856ms total 2.895s +02-27 08:11:29.371 20161 20161 I BufferProvider: found effect "Multichannel Downmix To Stereo" from The Android Open Source Project +02-27 08:11:29.446 20162 20162 E android.hardware.audio@6.0-impl.ranchu: device/generic/goldfish/audio/stream_out.cpp:setEventCallback:469 failure: Result::NOT_SUPPORTED +02-27 08:11:29.448 20161 20161 D AudioFlinger: Failed to add event callback +02-27 08:11:29.449 20161 20224 I AudioFlinger: AudioFlinger's thread 0xb40000772a1e2a60 tid=20224 ready to run +02-27 08:11:29.465 20162 20162 E android.hardware.audio@6.0-impl.ranchu: device/generic/goldfish/audio/primary_device.cpp:getParameters:234 failure: Result::NOT_SUPPORTED +02-27 08:11:29.468 20161 20224 W AudioFlinger: no wake lock to update, system not ready yet +02-27 08:11:29.476 20161 20224 D AudioFlinger: ro.audio.silent is ignored since no output device is set +02-27 08:11:29.478 20162 20162 E android.hardware.audio@6.0-impl.ranchu: device/generic/goldfish/audio/stream_out.cpp:getPresentationPosition:501 failure: Result::INVALID_STATE +02-27 08:11:29.521 20161 20224 W AudioFlinger: no wake lock to update, system not ready yet +02-27 08:11:29.521 20161 20224 D AudioFlinger: ro.audio.silent is ignored since no output device is set +02-27 08:11:29.536 19821 19999 I ServiceManager: Waiting for service 'media.audio_flinger' on '/dev/binder' successful after waiting 4182ms +02-27 08:11:29.554 20161 20161 W AudioFlinger: moveEffects() bad srcOutput 0 +02-27 08:11:29.573 20161 20221 I ServiceManager: Waiting for service 'media.audio_policy' on '/dev/binder'... +02-27 08:11:29.617 20161 20161 I AudioFlinger: openOutput() this 0xb400007595132d50, module 10 Device type:0x10000,@:, SamplingRate 44100, Format 0x000001, Channels 0x3, flags 0 +02-27 08:11:29.619 505 724 I ServiceManager: Waiting for service 'media.audio_policy' on '/dev/binder'... +02-27 08:11:29.628 19899 19899 I ServiceManager: Waiting for service 'media.audio_policy' on '/dev/binder'... +02-27 08:11:29.629 20161 20161 I AudioFlinger: HAL output buffer size 976 frames, normal sink buffer size 976 frames +02-27 08:11:29.632 20162 20162 E android.hardware.audio@6.0-impl.ranchu: device/generic/goldfish/audio/stream_out.cpp:setEventCallback:469 failure: Result::NOT_SUPPORTED +02-27 08:11:29.632 20161 20161 D AudioFlinger: Failed to add event callback +02-27 08:11:29.632 20162 20162 E android.hardware.audio@6.0-impl.ranchu: device/generic/goldfish/audio/primary_device.cpp:getParameters:234 failure: Result::NOT_SUPPORTED +02-27 08:11:29.636 20161 20226 I AudioFlinger: AudioFlinger's thread 0xb40000772a123a60 tid=20226 ready to run +02-27 08:11:29.636 20161 20226 W AudioFlinger: no wake lock to update, system not ready yet +02-27 08:11:29.636 20161 20226 D AudioFlinger: ro.audio.silent is ignored since no output device is set +02-27 08:11:29.636 20162 20162 E android.hardware.audio@6.0-impl.ranchu: device/generic/goldfish/audio/stream_out.cpp:getPresentationPosition:501 failure: Result::INVALID_STATE +02-27 08:11:29.645 20161 20226 W AudioFlinger: no wake lock to update, system not ready yet +02-27 08:11:29.646 20161 20226 D AudioFlinger: ro.audio.silent is ignored since no output device is set +02-27 08:11:29.667 505 719 I ServiceManager: Waiting for service 'media.audio_flinger' on '/dev/binder' successful after waiting 5247ms +02-27 08:11:29.682 19112 19127 W inertial-anchor: NdkSensorDataProvider is not started before calling Stop(). +02-27 08:11:29.687 19112 19127 W System : A resource failed to call close. +02-27 08:11:29.689 20161 20229 I AudioFlinger: AudioFlinger's thread 0xb400007729fa1c60 tid=20229 ready to run +02-27 08:11:29.702 20161 20229 W AudioFlinger: no wake lock to update, system not ready yet +02-27 08:11:29.710 20161 20229 W AudioFlinger: no wake lock to update, system not ready yet +02-27 08:11:29.721 20161 20231 I AudioFlinger: AudioFlinger's thread 0xb400007729fa1c60 tid=20231 ready to run +02-27 08:11:29.721 20161 20231 W AudioFlinger: no wake lock to update, system not ready yet +02-27 08:11:29.738 20161 20231 W AudioFlinger: no wake lock to update, system not ready yet +02-27 08:11:29.749 20161 20233 I AudioFlinger: AudioFlinger's thread 0xb400007728aa4c60 tid=20233 ready to run +02-27 08:11:29.952 20162 20162 I r_submix: adev_open(name=audio_hw_if) +02-27 08:11:29.959 20162 20162 I r_submix: adev_init_check() +02-27 08:11:29.963 20161 20161 I AudioFlinger: loadHwModule() Loaded r_submix audio interface, handle 18 +02-27 08:11:29.973 20162 20162 D r_submix: adev_open_input_stream(addr=0) +02-27 08:11:29.973 20162 20162 D r_submix: submix_audio_device_create_pipe_l(addr=0, idx=9) +02-27 08:11:29.973 20162 20162 D r_submix: now using address 0 for route 9 +02-27 08:11:30.035 20161 20236 I AudioFlinger: AudioFlinger's thread 0xb400007728aa4c60 tid=20236 ready to run +02-27 08:11:30.041 19988 20235 I SuperpacksManager: SuperpacksManager.initializeInternal():509 initializeInternal() +02-27 08:11:30.043 20162 20175 D r_submix: adev_close_input_stream() +02-27 08:11:30.043 20162 20175 D r_submix: submix_audio_device_release_pipe_l(idx=9) addr=0 +02-27 08:11:30.043 20162 20175 D r_submix: submix_audio_device_destroy_pipe_l(): pipe destroyed +02-27 08:11:30.234 505 514 I system_server: Background young concurrent copying GC freed 2226950(56MB) AllocSpace objects, 0(0B) LOS objects, 48% free, 25MB/49MB, paused 1.306ms,96us total 1.252s +02-27 08:11:30.316 19821 20122 D EGL_emulation: app_time_stats: avg=22.74ms min=7.26ms max=60.31ms count=44 +02-27 08:11:30.347 19988 20219 I ShortcutsDataManager: ShortcutsDataManager.onContentChanged():73 onContentChanged() +02-27 08:11:30.358 19988 20219 I ContactsDataManager: ContactsDataManager.onContentChanged():159 onContentChanged() +02-27 08:11:30.359 19988 20219 I EmailDataManager: EmailDataManager.onContentChanged():115 onContentChanged() +02-27 08:11:30.632 19899 19899 I ServiceManager: Waiting for service 'media.audio_policy' on '/dev/binder' successful after waiting 1012ms +02-27 08:11:30.636 505 724 I ServiceManager: Waiting for service 'media.audio_policy' on '/dev/binder' successful after waiting 1017ms +02-27 08:11:30.677 20161 20228 I CaptureStateNotifier: Registering a listener +02-27 08:11:30.717 20161 20221 I ServiceManager: Waiting for service 'media.audio_policy' on '/dev/binder' successful after waiting 1144ms +02-27 08:11:30.852 20161 20221 D AudioFlinger: Client defaulted notificationFrames to 1066 for frameCount 2132 +02-27 08:11:31.099 19988 20001 W putmethod.lati: Suspending all threads took: 198.566ms +02-27 08:11:31.265 20161 20221 D AF::TrackHandle: OpPlayAudio: track:55 usage:1 not muted +02-27 08:11:31.318 19821 20122 D EGL_emulation: app_time_stats: avg=50.07ms min=12.18ms max=194.43ms count=20 +02-27 08:11:31.469 19988 19988 I PhenotypeModule: PhenotypeModule.onCreate():142 onCreate() +02-27 08:11:31.469 19988 19988 I PhenotypeModule: PhenotypeModule.maybeFetchAndUpdate():169 maybeFetchAndUpdate: forceRefresh=true +02-27 08:11:31.529 20161 20220 D PermissionCache: checking android.permission.MODIFY_AUDIO_SETTINGS for uid=1000 => granted (670978 us) +02-27 08:11:31.568 20161 20220 D AudioFlinger: isLowRamDevice:false totalMemory:1010663424 mClientSharedHeapSize:4194304 +02-27 08:11:31.581 19899 20115 D BluetoothActiveDeviceManager: onAudioDevicesAdded +02-27 08:11:31.588 505 724 I SoundTriggerMiddlewareLogging: setCaptureState[this=com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareImpl@c2be8d, client=null](false) +02-27 08:11:31.598 19988 20235 I SuperpacksManager: SuperpacksManager.initializeInternal():556 Switched background task scheduler: false +02-27 08:11:31.607 19988 20249 W putmethod.lati: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:11:31.610 19988 20249 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:11:31.613 19988 20235 I JobSchedulerImpl: JobSchedulerImpl.schedule():73 Schedule task: superpacks-gc-task. Cancel the pre-existing task. +02-27 08:11:31.620 19899 20115 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 2 +02-27 08:11:31.621 19899 20115 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 18 +02-27 08:11:31.621 19899 20115 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 15 +02-27 08:11:31.621 19899 20115 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 18 +02-27 08:11:31.621 19899 20115 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 25 +02-27 08:11:31.621 19899 20115 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 16 +02-27 08:11:31.628 19988 20249 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:11:31.630 19112 19725 W PhenotypeFlagCommitter: Committing snapshot for com.google.android.gms.playlog.uploader failed, retrying +02-27 08:11:31.630 19112 19725 W PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task +02-27 08:11:31.630 19112 19725 W PhenotypeFlagCommitter: at apym.l(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:11:31.630 19112 19725 W PhenotypeFlagCommitter: at aksg.i(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:11:31.630 19112 19725 W PhenotypeFlagCommitter: at aksg.f(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:11:31.630 19112 19725 W PhenotypeFlagCommitter: at com.google.android.gms.clearcut.uploader.QosUploaderChimeraService.g(:com.google.android.gms@223616103@22.36.16 (180406-476895098):17) +02-27 08:11:31.630 19112 19725 W PhenotypeFlagCommitter: at com.google.android.gms.clearcut.uploader.QosUploaderChimeraService.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:11:31.630 19112 19725 W PhenotypeFlagCommitter: at zmm.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):4) +02-27 08:11:31.630 19112 19725 W PhenotypeFlagCommitter: at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:11:31.630 19112 19725 W PhenotypeFlagCommitter: at oiz.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):6) +02-27 08:11:31.630 19112 19725 W PhenotypeFlagCommitter: at oiz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):8) +02-27 08:11:31.630 19112 19725 W PhenotypeFlagCommitter: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:11:31.630 19112 19725 W PhenotypeFlagCommitter: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:11:31.630 19112 19725 W PhenotypeFlagCommitter: at ooc.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:11:31.630 19112 19725 W PhenotypeFlagCommitter: at java.lang.Thread.run(Thread.java:920) +02-27 08:11:31.694 19899 19899 D BluetoothAdapterService: setAdapterService() - trying to set service to com.android.bluetooth.btservice.AdapterService@314919c +02-27 08:11:31.970 20161 20161 W APM::AudioPolicyEngine/Base: setPhoneState() setting same state 0 +02-27 08:11:31.970 20161 20161 W APM_AudioPolicyManager: setPhoneState() invalid or same state 0 +02-27 08:11:31.970 20161 20221 D PermissionCache: checking android.permission.MODIFY_AUDIO_ROUTING for uid=1000 => granted (1951 us) +02-27 08:11:32.044 505 720 I AS.AudioDeviceInventory: removePreferredDevicesForStrategySync, strategy: 15 +02-27 08:11:32.072 19988 20235 I JobSchedulerImpl: JobSchedulerImpl.schedule():91 Schedule task: superpacks-gc-task. Success. +02-27 08:11:32.262 20191 20191 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVRecommendations/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:11:32.406 19821 20122 D EGL_emulation: app_time_stats: avg=60.39ms min=6.56ms max=239.35ms count=18 +02-27 08:11:32.410 19899 19899 D BluetoothAdapterService: onBind() +02-27 08:11:32.492 505 505 D BluetoothManagerService: BluetoothServiceConnection: com.android.bluetooth.btservice.AdapterService +02-27 08:11:32.493 505 544 D BluetoothManagerService: MESSAGE_BLUETOOTH_SERVICE_CONNECTED: 1 +02-27 08:11:32.763 505 719 I AS.AudioService: after audioserver restart: initStreamVolume succeeded +02-27 08:11:32.776 20191 20191 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvrecommendations' set to: 'default' +02-27 08:11:32.776 20191 20191 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:11:32.798 19988 20001 W putmethod.lati: Suspending all threads took: 35.620ms +02-27 08:11:32.818 20191 20191 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:11:32.825 505 720 I AS.AudioDeviceInventory: removePreferredDevicesForStrategySync, strategy: 15 +02-27 08:11:32.861 20191 20191 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:11:32.896 20161 20228 I AudioFlinger: systemReady +02-27 08:11:32.931 19899 19911 I droid.bluetoot: Background concurrent copying GC freed 3099(519KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2086KB/4173KB, paused 1.420ms,7us total 311.743ms +02-27 08:11:32.932 505 544 D BluetoothManagerService: Broadcasting onBluetoothServiceUp() to 4 receivers. +02-27 08:11:32.932 505 544 D BluetoothAdapter: onBluetoothServiceUp: android.bluetooth.IBluetooth$Stub$Proxy@525edf +02-27 08:11:32.932 19112 19304 D BluetoothAdapter: onBluetoothServiceUp: android.bluetooth.IBluetooth$Stub$Proxy@f99448c +02-27 08:11:32.934 770 19928 D BluetoothAdapter: onBluetoothServiceUp: android.bluetooth.IBluetooth$Stub$Proxy@fda88a8 +02-27 08:11:32.936 19899 19929 D BluetoothAdapter: onBluetoothServiceUp: com.android.bluetooth.btservice.AdapterService$AdapterServiceBinder@af10dfc +02-27 08:11:32.942 19821 19999 I starboard_media: AudioTrack created with buffer size 16384 (preferred: 65536). The minimum buffer size is 17056. +02-27 08:11:32.942 19821 19999 I starboard_media: Audio routing disabled. +02-27 08:11:32.967 505 719 I AS.AudioService: Audioserver started. +02-27 08:11:32.988 19899 20159 D BluetoothAdapterService: enable() - Enable called with quiet mode status = false +02-27 08:11:32.990 505 719 I android_os_HwBinder: HwBinder: Starting thread pool for getting: android.hidl.manager@1.0::IServiceManager/default +02-27 08:11:33.110 19899 19984 I AdapterState: BLE_TURNING_ON : entered +02-27 08:11:33.114 19899 19984 D AdapterProperties: Setting state to BLE_TURNING_ON +02-27 08:11:33.185 505 719 W AS.AudioService: AudioFlinger informed of device's low RAM attribute; status -38 +02-27 08:11:33.193 19899 19984 D BluetoothAdapterService: updateAdapterState() - Broadcasting state BLE_TURNING_ON to 1 receivers. +02-27 08:11:33.230 505 544 D BluetoothManagerService: MESSAGE_BLUETOOTH_STATE_CHANGE: OFF > BLE_TURNING_ON +02-27 08:11:33.239 505 544 D BluetoothManagerService: Sending BLE State Change: OFF > BLE_TURNING_ON +02-27 08:11:33.339 20161 20228 W APM::AudioPolicyEngine/Base: setPhoneState() setting same state 0 +02-27 08:11:33.340 20161 20228 W APM_AudioPolicyManager: setPhoneState() invalid or same state 0 +02-27 08:11:33.363 505 720 I AS.AudioDeviceInventory: removePreferredDevicesForStrategySync, strategy: 15 +02-27 08:11:33.391 505 505 D CompanionDeviceManagerService: Received BT state transition broadcast: OFF -> BLE_TURNING_ON +02-27 08:11:33.408 19821 20122 D EGL_emulation: app_time_stats: avg=29.44ms min=6.60ms max=95.67ms count=34 +02-27 08:11:33.474 20162 20265 I android.hardware.audio.service: external/tinyalsa_new/src/mixer.c:736:26: runtime error: unsigned integer overflow: 0 - 1 cannot be represented in type 'unsigned int' +02-27 08:11:33.478 20162 20265 I android.hardware.audio.service: SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior external/tinyalsa_new/src/mixer.c:736:26 in +02-27 08:11:33.554 19899 19984 D AdapterState: Start Timeout Delay: 4000 +02-27 08:11:33.576 19899 19984 D BluetoothAdapterService: bleOnProcessStart() +02-27 08:11:33.672 19821 20260 D AudioTrack: getTimestamp_l(15): device stall time corrected using current time 1570449393998 +02-27 08:11:33.675 19899 19984 I AdapterProperties: init(), maxConnectedAudioDevices, default=5, propertyOverlayed=5, finalValue=5 +02-27 08:11:33.729 20161 20224 D AudioFlinger: mixer(0xb40000772a1e2a60) throttle end: throttle time(43) +02-27 08:11:33.794 20161 20224 D AudioFlinger: mixer(0xb40000772a1e2a60) throttle end: throttle time(36) +02-27 08:11:33.968 19821 20260 D AudioTrack: getTimestamp_l(15): device stall time corrected using current time 1570745302290 +02-27 08:11:33.999 505 505 W Looper : Slow dispatch took 530ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:11:34.445 505 719 I AS.AudioService: after audioserver restart: initStreamVolume succeeded +02-27 08:11:34.453 19821 20122 D EGL_emulation: app_time_stats: avg=57.22ms min=4.21ms max=293.97ms count=18 +02-27 08:11:34.488 505 891 W ContentProviderHelper: Slow operation: 489ms so far, now at getContentProviderImpl: before updateLruProcess +02-27 08:11:34.488 505 891 W ContentProviderHelper: Slow operation: 489ms so far, now at getContentProviderImpl: after updateLruProcess +02-27 08:11:34.489 505 891 W ContentProviderHelper: Slow operation: 490ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:11:34.556 20161 20224 D AudioFlinger: mixer(0xb40000772a1e2a60) throttle end: throttle time(21) +02-27 08:11:34.558 19988 20001 W putmethod.lati: Suspending all threads took: 598.196ms +02-27 08:11:34.746 505 891 W ContentProviderHelper: Slow operation: 739ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:11:34.746 505 891 W ContentProviderHelper: Slow operation: 747ms so far, now at getContentProviderImpl: done! +02-27 08:11:34.753 505 505 W Looper : Slow dispatch took 635ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@b38ea18 m=0 +02-27 08:11:35.094 505 505 W Looper : Slow dispatch took 230ms main h=com.android.server.media.AudioPlayerStateMonitor$MessageHandler c=null m=1 +02-27 08:11:35.286 20161 20228 I AudioFlinger: systemReady +02-27 08:11:35.292 20161 20228 W AudioFlinger: systemReady called twice +02-27 08:11:35.485 19821 20122 D EGL_emulation: app_time_stats: avg=64.40ms min=10.29ms max=246.43ms count=16 +02-27 08:11:35.768 19112 19725 W PhenotypeFlagCommitter: Committing snapshot for com.google.android.gms.playlog.uploader failed, retrying +02-27 08:11:35.768 19112 19725 W PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task +02-27 08:11:35.768 19112 19725 W PhenotypeFlagCommitter: at apym.l(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:11:35.768 19112 19725 W PhenotypeFlagCommitter: at aksg.i(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:11:35.768 19112 19725 W PhenotypeFlagCommitter: at aksg.i(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:11:35.768 19112 19725 W PhenotypeFlagCommitter: at aksg.f(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:11:35.768 19112 19725 W PhenotypeFlagCommitter: at com.google.android.gms.clearcut.uploader.QosUploaderChimeraService.g(:com.google.android.gms@223616103@22.36.16 (180406-476895098):17) +02-27 08:11:35.768 19112 19725 W PhenotypeFlagCommitter: at com.google.android.gms.clearcut.uploader.QosUploaderChimeraService.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:11:35.768 19112 19725 W PhenotypeFlagCommitter: at zmm.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):4) +02-27 08:11:35.768 19112 19725 W PhenotypeFlagCommitter: at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:11:35.768 19112 19725 W PhenotypeFlagCommitter: at oiz.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):6) +02-27 08:11:35.768 19112 19725 W PhenotypeFlagCommitter: at oiz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):8) +02-27 08:11:35.768 19112 19725 W PhenotypeFlagCommitter: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:11:35.768 19112 19725 W PhenotypeFlagCommitter: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:11:35.768 19112 19725 W PhenotypeFlagCommitter: at ooc.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:11:35.768 19112 19725 W PhenotypeFlagCommitter: at java.lang.Thread.run(Thread.java:920) +02-27 08:11:35.789 505 543 W Looper : Slow dispatch took 2320ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68 +02-27 08:11:35.789 505 543 W Looper : Slow delivery took 2043ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:11:35.863 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:11:35.906 19899 19984 D BluetoothAdapterService: bleOnProcessStart() - Make Bond State Machine +02-27 08:11:35.931 505 542 W Looper : Slow dispatch took 1563ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:11:35.957 19988 19988 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:11:36.293 19899 19984 D BluetoothBondStateMachine: make +02-27 08:11:36.442 19988 19988 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:11:36.509 505 543 W Looper : Drained +02-27 08:11:36.515 19821 20122 D EGL_emulation: app_time_stats: avg=53.82ms min=12.99ms max=266.76ms count=19 +02-27 08:11:36.706 19899 20269 I BluetoothBondStateMachine: StableState(): Entering Off State +02-27 08:11:36.762 20191 20191 E ActivityThread: Failed to find provider info for tvlauncher.config +02-27 08:11:36.854 20191 20191 E OemConfigurationData: Error reading content://tvlauncher.config/configuration +02-27 08:11:36.854 20191 20191 E OemConfigurationData: No content provider: content://tvlauncher.config/configuration +02-27 08:11:36.898 505 514 W system_server: Suspending all threads took: 44.103ms +02-27 08:11:36.902 20161 20228 W AudioFlinger: createTrack_l(): mismatch between requested flags (00000008) and output flags (00000002) +02-27 08:11:36.906 19112 20187 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:11:36.953 20161 20228 D AudioFlinger: Client defaulted notificationFrames to 2048 for frameCount 4096 +02-27 08:11:37.592 19821 20122 D EGL_emulation: app_time_stats: avg=53.75ms min=4.67ms max=157.80ms count=20 +02-27 08:11:38.607 19821 20122 D EGL_emulation: app_time_stats: avg=37.56ms min=10.60ms max=103.55ms count=27 +02-27 08:11:39.514 505 505 W Looper : Slow dispatch took 1573ms main h=com.android.server.pm.SnapshotStatistics$1 c=null m=0 +02-27 08:11:39.541 20161 20228 D AF::TrackHandle: OpPlayAudio: track:56 usage:1 not muted +02-27 08:11:39.639 19821 20122 D EGL_emulation: app_time_stats: avg=50.08ms min=4.87ms max=191.98ms count=20 +02-27 08:11:39.714 505 514 I system_server: Background young concurrent copying GC freed 1460428(36MB) AllocSpace objects, 0(0B) LOS objects, 28% free, 35MB/49MB, paused 107.236ms,55.996ms total 5.928s +02-27 08:11:40.057 19988 20242 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:11:40.344 19899 19984 E AdapterState: BLE_TURNING_ON : BLE_START_TIMEOUT +02-27 08:11:40.352 19899 19899 I BtGatt.JNI: classInitNative(L1073): classInitNative: Success! +02-27 08:11:40.402 19899 19984 I AdapterState: BLE_TURNING_OFF : entered +02-27 08:11:40.402 19899 19984 D AdapterProperties: Setting state to BLE_TURNING_OFF +02-27 08:11:40.402 19821 19999 I starboard_media: AudioTrack created with buffer size 32768 (preferred: 32768). The minimum buffer size is 7872. +02-27 08:11:40.406 19821 19999 I starboard_media: Audio routing disabled. +02-27 08:11:40.408 19899 19899 D BtGatt.DebugUtils: handleDebugAction() action=null +02-27 08:11:40.421 19899 19984 D BluetoothAdapterService: updateAdapterState() - Broadcasting state BLE_TURNING_OFF to 1 receivers. +02-27 08:11:40.422 19899 19984 D BluetoothAdapterService: enableBluetoothInCallService() - Enable = false +02-27 08:11:40.473 19899 19984 D AdapterState: Stop Timeout Delay: 1000 +02-27 08:11:40.473 19899 19984 D AdapterProperties: onBleDisable +02-27 08:11:40.593 505 2621 W ContentProviderHelper: Slow operation: 308ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:11:40.597 505 2621 W ContentProviderHelper: Slow operation: 312ms so far, now at getContentProviderImpl: done! +02-27 08:11:40.653 505 544 D BluetoothManagerService: MESSAGE_BLUETOOTH_STATE_CHANGE: BLE_TURNING_ON > BLE_TURNING_OFF +02-27 08:11:40.653 19899 19984 D BluetoothAdapterService: stopGattProfileService() - No profiles services to stop. +02-27 08:11:40.669 19821 20122 D EGL_emulation: app_time_stats: avg=79.16ms min=35.79ms max=173.81ms count=13 +02-27 08:11:40.740 19899 19984 I AdapterState: OFF : entered +02-27 08:11:40.746 19899 19984 D AdapterProperties: Setting state to OFF +02-27 08:11:40.753 19899 19984 D BluetoothAdapterService: updateAdapterState() - Broadcasting state OFF to 1 receivers. +02-27 08:11:40.756 19899 19899 I bt_btif : system/bt/btif/src/bluetooth.cc:420 get_profile_interface: get_profile_interface: id = gatt +02-27 08:11:40.757 505 544 D BluetoothManagerService: Sending BLE State Change: BLE_TURNING_ON > BLE_TURNING_OFF +02-27 08:11:40.822 505 505 D CompanionDeviceManagerService: Received BT state transition broadcast: BLE_TURNING_ON -> BLE_TURNING_OFF +02-27 08:11:40.833 505 544 D BluetoothManagerService: MESSAGE_BLUETOOTH_STATE_CHANGE: BLE_TURNING_OFF > OFF +02-27 08:11:40.833 505 544 D BluetoothManagerService: Bluetooth is complete send Service Down +02-27 08:11:40.833 505 544 D BluetoothManagerService: Broadcasting onBluetoothServiceDown() to 4 receivers. +02-27 08:11:40.834 505 544 D BluetoothAdapter: onBluetoothServiceDown +02-27 08:11:40.835 19112 19130 D BluetoothAdapter: onBluetoothServiceDown +02-27 08:11:40.835 19899 20159 D BluetoothAdapter: onBluetoothServiceDown +02-27 08:11:40.836 770 19928 D BluetoothAdapter: onBluetoothServiceDown +02-27 08:11:41.064 19988 20242 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:11:41.079 505 544 D BluetoothManagerService: unbindAndFinish(): android.bluetooth.IBluetooth$Stub$Proxy@525edf mBinding = false mUnbinding = false +02-27 08:11:41.271 19899 19899 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 1002; state: ENABLED +02-27 08:11:41.285 505 544 D BluetoothManagerService: Sending BLE State Change: BLE_TURNING_OFF > OFF +02-27 08:11:41.285 505 544 D BluetoothManagerService: Entering STATE_OFF but mEnabled is true; restarting. +02-27 08:11:41.285 505 544 E BluetoothManagerService: waitForState [10] time out +02-27 08:11:41.288 505 505 D CompanionDeviceManagerService: Received BT state transition broadcast: BLE_TURNING_OFF -> OFF +02-27 08:11:41.289 19899 19899 D BtGatt.DebugUtils: handleDebugAction() action=null +02-27 08:11:41.292 19988 19988 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:11:41.294 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:11:41.306 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:11:41.338 20161 20224 D AudioFlinger: mixer(0xb40000772a1e2a60) throttle end: throttle time(49) +02-27 08:11:41.346 19988 19988 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:11:41.358 19988 19988 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:11:41.366 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:11:41.408 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:11:41.408 19899 19899 D BluetoothAdapterService: onUnbind() - calling cleanup +02-27 08:11:41.410 19899 19899 D BluetoothAdapterService: cleanup() +02-27 08:11:41.417 20161 20224 D AudioFlinger: mixer(0xb40000772a1e2a60) throttle end: throttle time(16) +02-27 08:11:41.472 19899 19899 W BluetoothSdpJni: Cleaning up Bluetooth SDP Interface... +02-27 08:11:41.475 19899 19899 W BluetoothSdpJni: Cleaning up Bluetooth SDP object +02-27 08:11:41.476 19899 19899 D BluetoothKeystoreService: cleanup +02-27 08:11:41.476 19899 19899 D BluetoothKeystoreService: setBluetoothKeystoreService(): set to: null +02-27 08:11:41.476 19899 19899 D BluetoothAdapterService: cleanup() - Cleaning up adapter native +02-27 08:11:41.487 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:11:41.590 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:11:41.590 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:11:41.607 19899 20075 I bt_stack_manager: system/bt/btif/src/stack_manager.cc:394 event_clean_up_stack: event_clean_up_stack is cleaning up the stack +02-27 08:11:41.607 19899 20075 I bt_btif_core: system/bt/btif/src/btif_core.cc:326 btif_cleanup_bluetooth: btif_cleanup_bluetooth entered +02-27 08:11:41.619 19899 20075 I bt_btif_queue: system/bt/btif/src/btif_profile_queue.cc:216 btif_queue_release: btif_queue_release +02-27 08:11:41.648 505 543 W Looper : Slow dispatch took 518ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:11:41.649 505 543 W Looper : Slow delivery took 476ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:11:41.668 19821 20278 D AudioTrack: getTimestamp_l(16): device stall time corrected using current time 1578445148793 +02-27 08:11:41.682 19821 20122 D EGL_emulation: app_time_stats: avg=59.54ms min=14.43ms max=198.02ms count=17 +02-27 08:11:41.707 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:11:41.708 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:11:41.713 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:11:41.915 20161 20224 D AudioFlinger: mixer(0xb40000772a1e2a60) throttle end: throttle time(30) +02-27 08:11:42.038 20161 20224 D AudioFlinger: mixer(0xb40000772a1e2a60) throttle end: throttle time(27) +02-27 08:11:42.044 19821 20278 D AudioTrack: getTimestamp_l(16): device stall time corrected using current time 1578821917585 +02-27 08:11:42.104 19821 19832 I roid.youtube.t: Background concurrent copying GC freed 7682(651KB) AllocSpace objects, 1(516KB) LOS objects, 49% free, 3526KB/7052KB, paused 108us,134us total 1.978s +02-27 08:11:42.105 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:42.105 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:42.130 19821 20278 W AudioTrack: getTimestamp_l(16): retrograde timestamp time corrected, 1578884869960 < 1578889039169 +02-27 08:11:42.173 346 346 E android.hardware.power.stats@1.0-service-mock: Failed to getEnergyData +02-27 08:11:42.188 505 543 W Looper : Drained +02-27 08:11:42.266 20161 20224 D AudioFlinger: mixer(0xb40000772a1e2a60) throttle end: throttle time(5) +02-27 08:11:42.273 19899 20096 I droid.bluetoot: [0227/081142.266964:INFO:message_loop_thread.cc(245)] Run: message loop finished for thread bt_jni_thread +02-27 08:11:42.288 19899 20075 I bt_btif_core: system/bt/btif/src/btif_core.cc:334 btif_cleanup_bluetooth: btif_cleanup_bluetooth finished +02-27 08:11:42.310 20161 20224 D AudioFlinger: mixer(0xb40000772a1e2a60) throttle end: throttle time(6) +02-27 08:11:42.689 19821 20122 D EGL_emulation: app_time_stats: avg=83.87ms min=8.22ms max=343.13ms count=12 +02-27 08:11:42.863 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:11:42.910 505 544 D BluetoothManagerService: MESSAGE_RESTART_BLUETOOTH_SERVICE: retry count=4 +02-27 08:11:42.921 505 544 D BluetoothManagerService: binding Bluetooth service +02-27 08:11:43.019 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:43.019 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:43.021 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:11:43.024 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 640, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:43.024 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:43.024 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:11:43.025 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 99999, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:43.025 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:43.025 19821 20145 V starboard_media: Rejecting c2.goldfish.vp9.decoder, reason: supported widths [96, 3840] does not contain 99999 +02-27 08:11:43.025 19821 20145 V starboard_media: Rejecting c2.android.vp9.decoder, reason: supported widths [2, 2048] does not contain 99999 +02-27 08:11:43.025 19821 20145 V starboard_media: Rejecting OMX.google.vp9.decoder, reason: codec is black listed +02-27 08:11:43.026 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:43.026 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:43.026 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:11:43.026 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 360, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:43.026 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:43.030 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:11:43.031 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 99999, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:43.031 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:43.031 19821 20145 V starboard_media: Rejecting c2.goldfish.vp9.decoder, reason: supported heights [96, 2160] does not contain 99999 +02-27 08:11:43.032 19821 20145 V starboard_media: Rejecting c2.android.vp9.decoder, reason: supported heights [2, 2048] does not contain 99999 +02-27 08:11:43.032 19821 20145 V starboard_media: Rejecting OMX.google.vp9.decoder, reason: codec is black listed +02-27 08:11:43.032 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:43.032 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:43.032 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:11:43.032 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:43.032 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:43.032 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:11:43.032 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 9999, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:43.032 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:43.040 19821 20145 V starboard_media: Rejecting c2.goldfish.vp9.decoder, reason: supported frame rates [1, 480] does not contain 9999 +02-27 08:11:43.040 19821 20145 V starboard_media: Rejecting c2.android.vp9.decoder, reason: supported frame rates [0, 960] does not contain 9999 +02-27 08:11:43.040 19821 20145 V starboard_media: Rejecting OMX.google.vp9.decoder, reason: codec is black listed +02-27 08:11:43.041 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 3840, frameHeight: 2160, bitrate: 2000000, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:43.041 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:43.041 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:11:43.041 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 3840, frameHeight: 2160, bitrate: 20000000, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:43.041 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:43.041 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:11:43.042 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:43.042 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:43.042 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:11:43.042 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 300000, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:43.042 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:43.042 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:11:43.042 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 2000000000, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:43.042 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:43.042 19821 20145 V starboard_media: Rejecting c2.goldfish.vp9.decoder, reason: bitrate range [1, 60000000] does not contain 2000000000 +02-27 08:11:43.042 19821 20145 V starboard_media: Rejecting c2.android.vp9.decoder, reason: bitrate range [1, 40000000] does not contain 2000000000 +02-27 08:11:43.042 19821 20145 V starboard_media: Rejecting OMX.google.vp9.decoder, reason: codec is black listed +02-27 08:11:43.042 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:43.042 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:43.042 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:11:43.058 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:43.059 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:43.059 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:11:43.060 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:43.061 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:43.062 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:11:43.062 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:43.062 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:43.062 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:11:43.062 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:43.065 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:43.065 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:11:43.065 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:43.065 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:43.065 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:11:43.066 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/av01, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:43.066 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:43.068 19821 20145 V starboard_media: Found suitable decoder, c2.android.av1.decoder +02-27 08:11:43.068 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:43.068 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:43.068 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:11:43.069 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:43.070 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:43.070 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:11:43.070 19988 19988 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:11:43.072 19988 19988 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:11:43.072 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:43.072 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:43.072 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:11:43.072 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:11:43.073 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:43.073 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:43.073 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:11:43.073 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: true, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: true +02-27 08:11:43.073 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:43.073 19821 20145 V starboard_media: Rejecting c2.goldfish.vp9.decoder, reason: want secure decoder and !FEATURE_SecurePlayback +02-27 08:11:43.073 19821 20145 V starboard_media: Rejecting c2.android.vp9.decoder, reason: want secure decoder and !FEATURE_SecurePlayback +02-27 08:11:43.073 19821 20145 V starboard_media: Rejecting OMX.google.vp9.decoder, reason: codec is black listed +02-27 08:11:43.105 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:11:43.225 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:11:43.226 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:11:43.256 505 505 W Looper : Slow dispatch took 242ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:11:43.256 505 505 W Looper : Slow delivery took 246ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=3 +02-27 08:11:43.258 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:11:43.260 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:11:43.260 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:11:43.262 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:11:43.298 19112 19725 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.google.android.gms/shared_prefs/CCTQosUploaderService.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 0, <64: 0, <128: 0, <256: 0, <512: 0, <1024: 1, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0] +02-27 08:11:43.421 19988 20298 I JapaneseMozcExtension: JapaneseMozcExtension.onCreateServiceInternal():78 onCreateServiceInternal() +02-27 08:11:43.765 19821 20122 D EGL_emulation: app_time_stats: avg=39.82ms min=7.33ms max=95.09ms count=27 +02-27 08:11:44.795 19821 20122 D EGL_emulation: app_time_stats: avg=68.61ms min=20.19ms max=185.28ms count=15 +02-27 08:11:45.075 19988 20301 I NetworkInfoNotification: NetworkInfoNotification$Listener.onReceive():93 onNetworkAvailable: networkState = NON_METERED, isAirplaneModeOn = false +02-27 08:11:45.897 19821 20122 D EGL_emulation: app_time_stats: avg=68.81ms min=13.62ms max=184.92ms count=16 +02-27 08:11:45.926 505 544 E BluetoothManagerService: MESSAGE_TIMEOUT_BIND +02-27 08:11:46.427 19899 20075 I bt_core_module: system/bt/btcore/src/module.cc:122 module_clean_up: module_clean_up Cleaning up module "stack_config_module" +02-27 08:11:46.441 19899 20075 I bt_core_module: system/bt/btcore/src/module.cc:127 module_clean_up: module_clean_up Cleanup of module "stack_config_module" completed +02-27 08:11:46.884 505 505 W Looper : Drained +02-27 08:11:46.884 505 505 W Looper : Slow dispatch took 395ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:11:47.108 19821 20122 D EGL_emulation: app_time_stats: avg=110.00ms min=22.87ms max=412.99ms count=11 +02-27 08:11:47.355 19988 19988 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 10 +02-27 08:11:47.357 19988 19988 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 10 +02-27 08:11:47.385 19988 19988 I DeviceStatusMonitor: DeviceStatusMonitor$1.onReceive():58 onReceive() : Action = android.net.conn.CONNECTIVITY_CHANGE +02-27 08:11:47.470 505 514 W system_server: Suspending all threads took: 17.452ms +02-27 08:11:47.536 948 956 I com.android.se: Background concurrent copying GC freed 95(48KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 1883KB/3766KB, paused 157us,25us total 813.080ms +02-27 08:11:48.149 19821 20122 D EGL_emulation: app_time_stats: avg=79.29ms min=17.68ms max=198.57ms count=13 +02-27 08:11:49.142 19821 20122 D EGL_emulation: app_time_stats: avg=61.97ms min=17.28ms max=170.67ms count=16 +02-27 08:11:49.206 20191 20297 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10052; state: ENABLED +02-27 08:11:49.602 19899 20075 I bt_core_module: system/bt/btcore/src/module.cc:122 module_clean_up: module_clean_up Cleaning up module "interop_module" +02-27 08:11:49.622 19899 20075 I bt_core_module: system/bt/btcore/src/module.cc:127 module_clean_up: module_clean_up Cleanup of module "interop_module" completed +02-27 08:11:49.685 19899 20075 I bt_core_module: system/bt/btcore/src/module.cc:122 module_clean_up: module_clean_up Cleaning up module "btif_config_module" +02-27 08:11:50.147 19821 20122 D EGL_emulation: app_time_stats: avg=41.79ms min=9.04ms max=102.16ms count=24 +02-27 08:11:50.183 19899 20075 I bt_core_module: system/bt/btcore/src/module.cc:127 module_clean_up: module_clean_up Cleanup of module "btif_config_module" completed +02-27 08:11:50.343 19899 20075 I bt_core_module: system/bt/btcore/src/module.cc:122 module_clean_up: module_clean_up Cleaning up module "bt_utils_module" +02-27 08:11:50.343 19899 20075 I bt_core_module: system/bt/btcore/src/module.cc:127 module_clean_up: module_clean_up Cleanup of module "bt_utils_module" completed +02-27 08:11:50.360 19899 20075 I bt_core_module: system/bt/btcore/src/module.cc:122 module_clean_up: module_clean_up Cleaning up module "osi_module" +02-27 08:11:50.360 19899 20095 I bt_osi_alarm: system/bt/osi/src/alarm.cc:662 callback_dispatch: callback_dispatch Callback thread exited +02-27 08:11:50.360 19899 20095 W bt_osi_thread: system/bt/osi/src/thread.cc:239 run_thread: run_thread: thread id 20095, thread name alarm_dispatcher exited +02-27 08:11:50.360 19899 20094 W bt_osi_thread: system/bt/osi/src/thread.cc:239 run_thread: run_thread: thread id 20094, thread name alarm_default_ca exited +02-27 08:11:50.361 19899 20075 I bt_core_module: system/bt/btcore/src/module.cc:127 module_clean_up: module_clean_up Cleanup of module "osi_module" completed +02-27 08:11:50.362 19899 20075 I bt_stack_manager: system/bt/btif/src/stack_manager.cc:407 event_clean_up_stack: event_clean_up_stack finished +02-27 08:11:50.410 19899 20075 I droid.bluetoot: [0227/081150.406350:INFO:message_loop_thread.cc(245)] Run: message loop finished for thread bt_stack_manager_thread +02-27 08:11:50.414 19899 19899 I BluetoothServiceJni: cleanupNative: return from cleanup +02-27 08:11:51.229 19821 20122 D EGL_emulation: app_time_stats: avg=51.25ms min=9.50ms max=249.44ms count=21 +02-27 08:11:51.304 505 505 W Looper : Slow dispatch took 984ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=6 +02-27 08:11:52.266 19821 20122 D EGL_emulation: app_time_stats: avg=64.79ms min=7.59ms max=220.94ms count=16 +02-27 08:11:52.354 505 514 I system_server: Background concurrent copying GC freed 2068319(52MB) AllocSpace objects, 1(36KB) LOS objects, 33% free, 48MB/72MB, paused 118.118ms,21.560ms total 8.730s +02-27 08:11:52.413 19899 19899 D BluetoothActiveDeviceManager: cleanup() +02-27 08:11:52.860 505 505 W Looper : Slow dispatch took 595ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:11:53.004 19899 19899 D BluetoothAdapterService: onDestroy() +02-27 08:11:53.024 19899 19899 I BluetoothAdapterService: Force exit to cleanup internal state in Bluetooth stack +02-27 08:11:53.057 19988 19988 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = false +02-27 08:11:53.206 19779 19795 W libc : Access denied finding property "persist.adb.tls_server.enable" +02-27 08:11:53.208 19779 19795 W libc : Access denied finding property "service.adb.tls.port" +02-27 08:11:53.188 19779 19779 W Binder:19779_2: type=1400 audit(0.0:2039): avc: denied { read } for name="u:object_r:system_adbd_prop:s0" dev="tmpfs" ino=236 scontext=u:r:gmscore_app:s0:c512,c768 tcontext=u:object_r:system_adbd_prop:s0 tclass=file permissive=0 app=com.google.android.gms +02-27 08:11:53.188 19779 19779 W Binder:19779_2: type=1400 audit(0.0:2040): avc: denied { read } for name="u:object_r:adbd_prop:s0" dev="tmpfs" ino=46 scontext=u:r:gmscore_app:s0:c512,c768 tcontext=u:object_r:adbd_prop:s0 tclass=file permissive=0 app=com.google.android.gms +02-27 08:11:53.285 19899 19899 I droid.bluetoot: System.exit called, status: 0 +02-27 08:11:53.285 19899 19899 I AndroidRuntime: VM exiting with result code 0, cleanup skipped. +02-27 08:11:53.347 19821 20122 D EGL_emulation: app_time_stats: avg=71.88ms min=7.85ms max=279.27ms count=15 +02-27 08:11:53.370 505 556 I libprocessgroup: Successfully killed process cgroup uid 1002 pid 19899 in 0ms +02-27 08:11:53.370 505 3356 I ActivityManager: Process com.android.bluetooth (pid 19899) has died: psvc PER +02-27 08:11:53.381 322 322 I Zygote : Process 19899 exited cleanly (0) +02-27 08:11:53.454 1265 1274 I or.multidispla: Background concurrent copying GC freed 112(48KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 1868KB/3736KB, paused 128us,64us total 899.395ms +02-27 08:11:53.490 505 3356 W ActivityManager: Scheduling restart of crashed service com.android.bluetooth/.btservice.AdapterService in 1000ms for connection +02-27 08:11:53.879 505 543 W Looper : Slow dispatch took 371ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:11:53.879 505 543 W Looper : Slow delivery took 350ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:11:54.354 505 543 W Looper : Drained +02-27 08:11:54.371 19821 20122 D EGL_emulation: app_time_stats: avg=73.09ms min=23.45ms max=303.04ms count=14 +02-27 08:11:54.428 19988 19988 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:11:55.438 19821 20122 D EGL_emulation: app_time_stats: avg=79.63ms min=11.52ms max=195.37ms count=13 +02-27 08:11:56.354 505 554 W ActivityManager: Slow operation: 142ms so far, now at startProcess: done creating new process record +02-27 08:11:56.354 505 554 W ActivityManager: Slow operation: 142ms so far, now at startProcess: stepping in to startProcess +02-27 08:11:56.605 19821 20122 D EGL_emulation: app_time_stats: avg=61.24ms min=10.73ms max=198.76ms count=19 +02-27 08:11:56.785 505 554 W ActivityManager: Slow operation: 431ms so far, now at startProcess: building args +02-27 08:11:56.796 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 1002; state: DISABLED +02-27 08:11:56.801 505 554 W ActivityManager: Slow operation: 589ms so far, now at startProcess: done starting proc! +02-27 08:11:56.802 505 555 W ActivityManager: Slow operation: 448ms so far, now at startProcess: asking zygote to start proc +02-27 08:11:57.125 322 322 D Zygote : Forked child process 20326 +02-27 08:11:57.147 505 555 W ActivityManager: Slow operation: 793ms so far, now at startProcess: returned from zygote! +02-27 08:11:57.262 505 555 W ActivityManager: Slow operation: 908ms so far, now at startProcess: done updating battery stats +02-27 08:11:57.292 505 555 W ActivityManager: Slow operation: 938ms so far, now at startProcess: building log message +02-27 08:11:57.320 505 555 I ActivityManager: Start proc 20326:com.android.bluetooth/1002 for service {com.android.bluetooth/com.android.bluetooth.btservice.AdapterService} +02-27 08:11:57.321 505 555 W ActivityManager: Slow operation: 966ms so far, now at startProcess: starting to update pids map +02-27 08:11:57.321 505 555 W ActivityManager: Slow operation: 967ms so far, now at startProcess: done updating pids map +02-27 08:11:57.497 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: true, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:57.498 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:57.618 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:11:57.641 19821 20122 D EGL_emulation: app_time_stats: avg=73.89ms min=26.83ms max=243.24ms count=14 +02-27 08:11:57.687 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 640, frameHeight: 360, bitrate: 280000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:57.687 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:57.706 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:11:58.008 20326 20326 E droid.bluetoot: Not starting debugger since process cannot load the jdwp agent. +02-27 08:11:58.107 19988 20335 I JapaneseMozcExtension: JapaneseMozcExtension.onDestroyServiceInternal():85 onDestroyServiceInternal() +02-27 08:11:58.747 19821 20122 D EGL_emulation: app_time_stats: avg=77.91ms min=28.22ms max=164.00ms count=14 +02-27 08:11:59.346 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 640, frameHeight: 360, bitrate: 280000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:11:59.349 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:11:59.350 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:11:59.533 505 505 W Looper : Slow dispatch took 831ms main h=android.app.ActivityThread$H c=null m=124 +02-27 08:11:59.606 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:11:59.611 20326 20337 I droid.bluetoot: Background young concurrent copying GC freed 12517(549KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1826KB/25MB, paused 41us,125us total 106.091ms +02-27 08:11:59.632 19988 19988 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:11:59.706 19988 19988 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:11:59.840 19821 20122 D EGL_emulation: app_time_stats: avg=45.47ms min=10.93ms max=142.91ms count=24 +02-27 08:12:00.927 19821 20122 D EGL_emulation: app_time_stats: avg=72.06ms min=14.34ms max=377.58ms count=14 +02-27 08:12:01.558 505 514 W system_server: Suspending all threads took: 8.234ms +02-27 08:12:01.907 19821 20122 D EGL_emulation: app_time_stats: avg=139.30ms min=65.39ms max=355.43ms count=7 +02-27 08:12:02.909 19821 20122 D EGL_emulation: app_time_stats: avg=58.84ms min=10.76ms max=196.48ms count=17 +02-27 08:12:04.056 19821 20122 D EGL_emulation: app_time_stats: avg=47.71ms min=7.96ms max=250.35ms count=24 +02-27 08:12:04.556 505 505 W Looper : Slow dispatch took 891ms main h=android.app.PropertyInvalidatedCache$AutoCorker$1 c=null m=0 +02-27 08:12:04.596 505 505 W Looper : Slow delivery took 2583ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:12:05.107 19821 20122 D EGL_emulation: app_time_stats: avg=49.63ms min=3.20ms max=216.13ms count=21 +02-27 08:12:05.586 505 2621 W ActivityManager: Slow operation: 4348ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:12:05.657 505 2621 W ActivityManager: Slow operation: 4419ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:12:05.658 505 514 I system_server: Background young concurrent copying GC freed 2456948(61MB) AllocSpace objects, 0(0B) LOS objects, 38% free, 38MB/62MB, paused 56.112ms,43.533ms total 7.037s +02-27 08:12:05.792 505 2621 W ActivityManager: Slow operation: 4554ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:12:05.792 505 2621 W ActivityManager: Slow operation: 4554ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:12:06.123 19821 20122 D EGL_emulation: app_time_stats: avg=67.54ms min=10.05ms max=146.68ms count=15 +02-27 08:12:06.327 505 3356 D WifiNl80211Manager: Scan result ready event +02-27 08:12:06.366 505 3356 D WifiNative: Scan result ready event +02-27 08:12:06.885 19988 20001 W putmethod.lati: Suspending all threads took: 329.110ms +02-27 08:12:07.011 19779 19790 W id.gms.unstabl: Suspending all threads took: 213.419ms +02-27 08:12:07.133 505 2621 W ActivityManager: Slow operation: 5895ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:12:07.152 19821 20122 D EGL_emulation: app_time_stats: avg=39.51ms min=9.18ms max=240.77ms count=26 +02-27 08:12:07.462 20326 20326 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 1002; state: ENABLED +02-27 08:12:07.674 505 543 W Looper : Slow dispatch took 1154ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:12:07.674 505 543 W Looper : Slow delivery took 613ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:12:07.696 19988 19988 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:12:07.706 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:12:07.713 19988 19988 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:12:07.715 19988 19988 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:12:07.717 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:12:07.917 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:12:07.965 505 2621 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10033; state: DISABLED +02-27 08:12:07.965 505 2621 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10033; state: DISABLED +02-27 08:12:07.965 505 2621 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10033; state: DISABLED +02-27 08:12:07.965 505 2621 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10033; state: ENABLED +02-27 08:12:07.986 505 2621 W ActivityManager: Slow operation: 75ms so far, now at startProcess: done starting proc! +02-27 08:12:07.986 505 2621 W ContentProviderHelper: Slow operation: 77ms so far, now at getContentProviderImpl: after start process +02-27 08:12:07.986 505 2621 W ContentProviderHelper: Slow operation: 77ms so far, now at getContentProviderImpl: updating data structures +02-27 08:12:07.986 505 2621 W ContentProviderHelper: Slow operation: 77ms so far, now at getContentProviderImpl: done! +02-27 08:12:07.991 505 555 W ActivityManager: Slow operation: 76ms so far, now at startProcess: asking zygote to start proc +02-27 08:12:07.991 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10033; state: ENABLED +02-27 08:12:07.994 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:12:07.995 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:12:07.995 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:12:07.995 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:12:07.996 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:12:07.996 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:12:08.011 505 542 W Looper : Slow dispatch took 3402ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:12:08.020 505 542 W Looper : Slow delivery took 1180ms android.fg h=android.os.Handler c=com.android.server.location.injector.SystemAppForegroundHelper$$ExternalSyntheticLambda1@45e6068 m=0 +02-27 08:12:08.020 322 322 D Zygote : Forked child process 20352 +02-27 08:12:08.024 505 542 D CompanionDeviceManagerService: onPackageModified(packageName = com.google.android.tvrecommendations) +02-27 08:12:08.029 505 555 W ActivityManager: Slow operation: 115ms so far, now at startProcess: returned from zygote! +02-27 08:12:08.030 505 555 W ActivityManager: Slow operation: 116ms so far, now at startProcess: done updating battery stats +02-27 08:12:08.038 505 555 W ActivityManager: Slow operation: 124ms so far, now at startProcess: building log message +02-27 08:12:08.038 505 555 I ActivityManager: Start proc 20352:com.android.providers.tv/u0a33 for content provider {com.android.providers.tv/com.android.providers.tv.TvProvider} +02-27 08:12:08.038 505 555 W ActivityManager: Slow operation: 124ms so far, now at startProcess: starting to update pids map +02-27 08:12:08.040 505 555 W ActivityManager: Slow operation: 126ms so far, now at startProcess: done updating pids map +02-27 08:12:08.552 19821 20122 D EGL_emulation: app_time_stats: avg=92.00ms min=8.65ms max=388.18ms count=14 +02-27 08:12:09.530 19821 20122 D EGL_emulation: app_time_stats: avg=88.82ms min=16.00ms max=216.99ms count=11 +02-27 08:12:09.969 505 505 W Looper : Drained +02-27 08:12:09.969 505 505 W Looper : Slow dispatch took 5333ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=null m=3 +02-27 08:12:09.969 505 505 W Looper : Slow delivery took 2734ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=3 +02-27 08:12:10.129 19988 19988 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:12:10.148 20352 20352 E id.providers.t: Not starting debugger since process cannot load the jdwp agent. +02-27 08:12:10.150 505 702 W AlarmManager: No in-flight alarm for listener android.app.AlarmManager$ListenerWrapper@a67afb4 +02-27 08:12:10.232 20191 20348 W recommendation: Verification of void ai.(java.lang.String) took 260.870ms (26.83 bytecodes/s) (1424B approximate peak alloc) +02-27 08:12:10.426 19988 19988 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:12:10.495 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 640, frameHeight: 360, bitrate: 280000, fps: 30, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:12:10.496 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:12:10.504 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:12:10.542 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:12:10.549 20191 20348 W recommendation: Verification of cw com.google.android.gms.dynamiteloader.DynamiteLoaderV2.loadModule2NoCrashUtils(cw, java.lang.String, int, cw) took 312.228ms (4330.16 bytecodes/s) (47024B approximate peak alloc) +02-27 08:12:10.607 19821 20122 D EGL_emulation: app_time_stats: avg=134.54ms min=46.72ms max=304.36ms count=8 +02-27 08:12:10.614 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:12:10.639 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:12:10.641 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:12:10.642 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:12:10.642 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:12:10.643 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:12:10.651 19988 19988 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:12:11.001 505 553 W Searchables: No global search activity found +02-27 08:12:11.014 505 543 W Looper : Drained +02-27 08:12:11.016 505 505 W Looper : Slow dispatch took 1047ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=6 +02-27 08:12:11.058 770 795 I ndroid.systemu: Background concurrent copying GC freed 1056(116KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3519KB/7038KB, paused 268us,1.076ms total 3.479s +02-27 08:12:11.873 19821 20122 D EGL_emulation: app_time_stats: avg=79.66ms min=10.17ms max=328.84ms count=13 +02-27 08:12:12.681 19821 20122 D EGL_emulation: app_time_stats: avg=61.93ms min=10.23ms max=255.52ms count=13 +02-27 08:12:13.648 20352 20361 I id.providers.t: Background young concurrent copying GC freed 12501(535KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1840KB/25MB, paused 311.672ms,261us total 1.738s +02-27 08:12:13.700 19821 20122 D EGL_emulation: app_time_stats: avg=59.87ms min=9.60ms max=210.41ms count=17 +02-27 08:12:14.788 19821 20122 D EGL_emulation: app_time_stats: avg=47.28ms min=5.97ms max=255.72ms count=23 +02-27 08:12:15.568 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:12:15.816 19821 20122 D EGL_emulation: app_time_stats: avg=60.03ms min=11.01ms max=174.75ms count=17 +02-27 08:12:15.871 505 514 W system_server: Suspending all threads took: 28.297ms +02-27 08:12:16.865 19821 20122 D EGL_emulation: app_time_stats: avg=41.89ms min=11.10ms max=100.99ms count=25 +02-27 08:12:17.206 19821 19821 I starboard_media: Media focus: playing +02-27 08:12:17.702 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 1920, frameHeight: 810, bitrate: 2104890, fps: 24, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:12:17.710 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:12:17.751 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:12:17.756 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 3840, frameHeight: 1620, bitrate: 10926693, fps: 24, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:12:17.760 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:12:17.760 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:12:17.864 505 2621 W ActivityManager: Slow operation: 3218ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:12:17.952 19821 20122 D EGL_emulation: app_time_stats: avg=60.36ms min=11.40ms max=145.06ms count=18 +02-27 08:12:18.006 505 3536 I MediaFocusControl: requestAudioFocus() from uid/pid 10065/19821 AA=USAGE_UNKNOWN/CONTENT_TYPE_MOVIE clientId=android.media.AudioManager@9bf26ffdev.cobalt.media.CobaltMediaSession@c7f7ccc callingPack=com.google.android.youtube.tv req=1 flags=0x0 sdk=30 +02-27 08:12:18.174 505 2621 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10033; state: DISABLED +02-27 08:12:18.277 505 3536 I AudioService.FadeOutManager: unfadeOutUid() uid:10065 +02-27 08:12:18.338 19821 19821 I starboard_media: MediaSession new +02-27 08:12:18.619 19821 19821 W MediaSessionCompat: Couldn't find a unique registered media button receiver in the given context. +02-27 08:12:18.620 505 2621 W ActivityManager: Slow operation: 3974ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:12:18.685 505 514 I system_server: Background concurrent copying GC freed 2315551(58MB) AllocSpace objects, 2(56KB) LOS objects, 41% free, 33MB/57MB, paused 65.591ms,47.984ms total 8.340s +02-27 08:12:18.690 505 2621 W ActivityManager: Slow operation: 4044ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:12:18.709 505 2621 W ActivityManager: Slow operation: 4063ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:12:18.796 20326 20326 V GraphicsEnvironment: ANGLE Developer option for 'com.android.bluetooth' set to: 'default' +02-27 08:12:18.796 20326 20326 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:12:18.843 19821 19821 I starboard_media: MediaSession state: PLAYING, position: 0 ms, speed: 0.000000 x, duration: 0 ms +02-27 08:12:18.892 19821 19821 I Choreographer: Skipped 95 frames! The application may be doing too much work on its main thread. +02-27 08:12:18.900 505 2621 D CompatibilityChangeReporter: Compat change id reported: 181136395; UID 10065; state: DISABLED +02-27 08:12:18.901 505 2621 D CompatibilityChangeReporter: Compat change id reported: 174042936; UID 10065; state: DISABLED +02-27 08:12:18.903 505 2621 W ActivityManager: Slow operation: 4257ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:12:18.916 20326 20326 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:12:18.952 505 542 W Looper : Drained +02-27 08:12:18.994 19821 20122 D EGL_emulation: app_time_stats: avg=52.04ms min=5.00ms max=196.51ms count=20 +02-27 08:12:19.008 505 2621 W ActivityManager: Slow operation: 4362ms so far, now at attachApplicationLocked: after updateOomAdjLocked +02-27 08:12:19.112 505 543 W Looper : Slow dispatch took 196ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:12:19.148 20326 20326 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:12:19.269 20191 20348 W recommendation: Verification of boolean au.d(fb) took 103.383ms (1064.00 bytecodes/s) (4904B approximate peak alloc) +02-27 08:12:19.271 20352 20352 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10033; state: ENABLED +02-27 08:12:19.320 505 505 W Looper : Slow dispatch took 8303ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:12:19.408 505 615 I RoleService: Granting default roles... +02-27 08:12:19.569 505 505 W Looper : Slow dispatch took 160ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@34ef47 m=0 +02-27 08:12:19.775 505 615 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10077; state: DISABLED +02-27 08:12:19.776 505 615 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10077; state: DISABLED +02-27 08:12:19.808 505 505 W Looper : Slow dispatch took 108ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@a4738e3 m=0 +02-27 08:12:19.820 505 615 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10077; state: DISABLED +02-27 08:12:19.821 505 615 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10077; state: DISABLED +02-27 08:12:19.828 505 555 W ActivityManager: Slow operation: 108ms so far, now at startProcess: asking zygote to start proc +02-27 08:12:19.828 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10077; state: DISABLED +02-27 08:12:19.830 505 615 W ActivityManager: Slow operation: 117ms so far, now at startProcess: done starting proc! +02-27 08:12:19.909 505 1925 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:12:19.934 322 322 D Zygote : Forked child process 20373 +02-27 08:12:19.934 505 555 W ActivityManager: Slow operation: 214ms so far, now at startProcess: returned from zygote! +02-27 08:12:20.005 19988 20198 I JapaneseMozcExtension: JapaneseMozcExtension.onCreateServiceInternal():78 onCreateServiceInternal() +02-27 08:12:20.057 19821 20145 I DrmHal : found instance=clearkey version=android.hardware.drm@1.4::IDrmFactory +02-27 08:12:20.058 19821 20145 I DrmHal : found instance=default version=android.hardware.drm@1.0::IDrmFactory +02-27 08:12:20.070 19821 20122 D EGL_emulation: app_time_stats: avg=48.89ms min=4.38ms max=105.63ms count=22 +02-27 08:12:20.116 19988 20374 I NetworkInfoNotification: NetworkInfoNotification$Listener.onReceive():93 onNetworkAvailable: networkState = NON_METERED, isAirplaneModeOn = false +02-27 08:12:20.230 19112 19725 W Brotli : Brotli not supported for Android TVs +02-27 08:12:20.240 20373 20373 I libc : SetHeapTaggingLevel: tag level set to 0 +02-27 08:12:19.951 505 555 W ActivityManager: Slow operation: 231ms so far, now at startProcess: done updating battery stats +02-27 08:12:20.392 505 505 W Looper : Slow dispatch took 215ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@65fd0c m=0 +02-27 08:12:20.793 505 555 W ActivityManager: Slow operation: 1070ms so far, now at startProcess: building log message +02-27 08:12:20.829 505 555 I ActivityManager: Start proc 20373:com.google.android.permissioncontroller/u0a77 for service {com.google.android.permissioncontroller/com.android.permissioncontroller.role.service.RoleControllerServiceImpl} +02-27 08:12:20.874 505 555 W ActivityManager: Slow operation: 1154ms so far, now at startProcess: starting to update pids map +02-27 08:12:20.915 505 555 W ActivityManager: Slow operation: 1190ms so far, now at startProcess: done updating pids map +02-27 08:12:21.282 896 904 I rkstack.proces: Background concurrent copying GC freed 1222(107KB) AllocSpace objects, 10(440KB) LOS objects, 49% free, 2460KB/4921KB, paused 67us,259us total 1.850s +02-27 08:12:21.301 19821 20122 D EGL_emulation: app_time_stats: avg=410.18ms min=165.99ms max=602.78ms count=3 +02-27 08:12:21.337 505 505 W Looper : Slow dispatch took 944ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=android.app.PendingIntent$FinishedDispatcher@daf42d1 m=0 +02-27 08:12:21.656 20373 20373 E ssioncontrolle: Not starting debugger since process cannot load the jdwp agent. +02-27 08:12:21.733 505 2621 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:12:21.797 505 505 W Looper : Slow dispatch took 458ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=com.android.server.alarm.AlarmManagerService$3$$ExternalSyntheticLambda0@9323837 m=0 +02-27 08:12:21.980 20191 20348 W recommendation: Verification of void com.google.android.gms.chimera.DynamiteModuleInitializer.initializeModuleV1(android.content.Context) took 108.029ms (129.59 bytecodes/s) (1528B approximate peak alloc) +02-27 08:12:22.110 20191 20348 W recommendation: Verification of void com.google.android.gms.chimera.DynamiteModuleInitializer.initializeModuleV2(android.content.Context, boolean) took 121.649ms (57.54 bytecodes/s) (1416B approximate peak alloc) +02-27 08:12:22.117 19112 19246 W GLSUser : [AppCertManager] Failed to get security token. +02-27 08:12:22.117 19112 19246 W GLSUser : java.io.IOException: Invalid scope +02-27 08:12:22.117 19112 19246 W GLSUser : at xom.d(:com.google.android.gms@223616103@22.36.16 (180406-476895098):22) +02-27 08:12:22.117 19112 19246 W GLSUser : at xom.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):8) +02-27 08:12:22.117 19112 19246 W GLSUser : at jpp.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):14) +02-27 08:12:22.117 19112 19246 W GLSUser : at jpn.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:12:22.117 19112 19246 W GLSUser : at jpi.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:12:22.117 19112 19246 W GLSUser : at jpl.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:12:22.117 19112 19246 W GLSUser : at hob.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):13) +02-27 08:12:22.117 19112 19246 W GLSUser : at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:12:22.117 19112 19246 W GLSUser : at oiz.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):6) +02-27 08:12:22.117 19112 19246 W GLSUser : at oiz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:12:22.117 19112 19246 W GLSUser : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:12:22.117 19112 19246 W GLSUser : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:12:22.117 19112 19246 W GLSUser : at ooc.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:12:22.117 19112 19246 W GLSUser : at java.lang.Thread.run(Thread.java:920) +02-27 08:12:22.160 19988 19988 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 15 +02-27 08:12:22.174 505 505 W Looper : Slow dispatch took 377ms main h=android.app.PropertyInvalidatedCache$AutoCorker$1 c=null m=0 +02-27 08:12:22.182 19988 19988 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 15 +02-27 08:12:22.320 19821 20122 D EGL_emulation: app_time_stats: avg=59.41ms min=6.57ms max=142.09ms count=17 +02-27 08:12:22.328 505 505 W Looper : Slow dispatch took 154ms main h=com.android.server.media.MediaSessionService$MessageHandler c=null m=1 +02-27 08:12:22.372 20191 20191 D NowPlayingListener: setRemoteControlListener: dqv@69d3d20 +02-27 08:12:22.452 20191 20191 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[android.media.session.MediaController@f5f689e]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:12:22.582 505 505 W Looper : Slow dispatch took 204ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:12:22.654 20191 20191 D NowPlayingListener: MediaController {packageName = com.google.android.youtube.tv, state = 3} +02-27 08:12:22.664 19988 19988 I UrgentSignalsProcessor: UrgentSignalsProcessor.flagUpdated():97 Received flagsUpdated for urgent signal +02-27 08:12:22.673 505 505 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:12:22.674 505 505 V NotificationListeners: Not registering ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} is already bound +02-27 08:12:22.744 19988 19988 I DictionarySuperpacksManager: DictionarySuperpacksManager$1.onEnabledInputMethodEntriesChanged():60 onEnabledInputMethodEntriesChanged +02-27 08:12:22.883 20191 20191 D NowPlayingListener: updateNowPlayingNotification with controller: NowPlayingMediaController {packageName = com.google.android.youtube.tv, state = 3, metadata = null, null, null} +02-27 08:12:22.883 20191 20191 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@69d3d20 +02-27 08:12:22.924 19988 19988 I MetricsProcessorProviderManager: MetricsProcessorProviderManager.onClearcutAdapterReady():102 onClearcutAdapterReady +02-27 08:12:22.988 20373 20384 I ssioncontrolle: Background young concurrent copying GC freed 12572(551KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1839KB/25MB, paused 70.502ms,30us total 735.189ms +02-27 08:12:23.336 19821 20122 D EGL_emulation: app_time_stats: avg=59.65ms min=10.60ms max=241.88ms count=17 +02-27 08:12:24.396 19821 20122 D EGL_emulation: app_time_stats: avg=80.06ms min=16.78ms max=346.10ms count=13 +02-27 08:12:24.682 505 2251 W ActivityManager: Slow operation: 1513ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:12:25.060 505 2251 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10077; state: DISABLED +02-27 08:12:25.161 505 2251 W ActivityManager: Slow operation: 1992ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:12:25.472 19821 20122 D EGL_emulation: app_time_stats: avg=104.57ms min=9.07ms max=293.05ms count=10 +02-27 08:12:25.622 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:12:25.624 20191 20348 W recommendation: Verification of eb eb.addPublicKeyPins(java.lang.String, java.util.Set, boolean, java.util.Date) took 118.509ms (1788.88 bytecodes/s) (7640B approximate peak alloc) +02-27 08:12:25.642 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:12:25.713 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:12:25.815 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/avc, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:12:25.816 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:12:25.816 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.h264.decoder +02-27 08:12:25.816 19821 20145 V starboard_media: Searching for video decoder with parameters mimeType: video/x-vnd.on2.vp9, secure: false, frameWidth: 0, frameHeight: 0, bitrate: 0, fps: 0, hdr: false, requireSoftwareCodec: false, requireTunneledPlayback: false +02-27 08:12:25.816 19821 20145 V starboard_media: brand: google, model: sdk_google_atv64_arm64, version: 12, API level: 31, isVp9WhiteListed: false +02-27 08:12:25.816 19821 20145 V starboard_media: Found suitable decoder, c2.goldfish.vp9.decoder +02-27 08:12:25.829 505 2251 W ActivityManager: Slow operation: 2661ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:12:25.860 505 2251 W ActivityManager: Slow operation: 2692ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:12:25.968 20191 20348 W recommendation: Verification of org.chromium.net.ExperimentalUrlRequest$Builder dx.newUrlRequestBuilder(java.lang.String, org.chromium.net.UrlRequest$Callback, java.util.concurrent.Executor) took 114.504ms (52.40 bytecodes/s) (1536B approximate peak alloc) +02-27 08:12:26.575 20352 20352 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.tv' set to: 'default' +02-27 08:12:26.576 19821 20122 D EGL_emulation: app_time_stats: avg=68.34ms min=15.26ms max=234.30ms count=16 +02-27 08:12:26.578 20352 20352 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:12:26.673 20352 20352 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:12:26.793 20352 20352 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:12:26.846 20191 20395 W recommendation: Verification of android.net.wifi.WifiInfo org.chromium.net.AndroidNetworkLibrary.b() took 204.273ms (509.12 bytecodes/s) (3856B approximate peak alloc) +02-27 08:12:26.961 505 514 W system_server: Suspending all threads took: 109.210ms +02-27 08:12:27.147 20191 20395 W recommendation: Verification of java.lang.String org.chromium.net.AndroidNetworkLibrary.getNetworkOperator() took 299.763ms (66.72 bytecodes/s) (1736B approximate peak alloc) +02-27 08:12:27.262 20191 20395 W recommendation: Verification of org.chromium.net.AndroidCertVerifyResult org.chromium.net.AndroidNetworkLibrary.verifyServerCertificates(byte[][], java.lang.String, java.lang.String) took 112.231ms (240.57 bytecodes/s) (2288B approximate peak alloc) +02-27 08:12:27.460 20191 20191 D NowPlayingManager: onMediaDataUpdated() called with: NowPlayingData [dqs@b732795, title=Unknown, artist=Unknown] +02-27 08:12:27.490 20191 20191 D NowPlayingListener: updatePlayback() called with: state = [PlaybackState {state=3, position=0, buffered position=0, speed=0.0, updated=1619525, actions=379, custom actions=[], active item id=-1, error=null}] and now playing listener: dqv@69d3d20 +02-27 08:12:27.503 20191 20191 D NowPlayingManager: onClientPlaybackStateUpdate() called with: state = [3], stateChangeTimeMs = [1619525], currentPosMs = [0] +02-27 08:12:27.616 19821 20122 D EGL_emulation: app_time_stats: avg=115.43ms min=23.08ms max=229.24ms count=9 +02-27 08:12:27.856 19112 19246 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed +02-27 08:12:28.425 19112 19246 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:12:28.425 19112 19246 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:12:28.554 19112 19246 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed +02-27 08:12:28.563 19112 19246 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:12:28.563 19112 19246 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:12:28.649 19821 20122 D EGL_emulation: app_time_stats: avg=53.63ms min=12.24ms max=183.06ms count=19 +02-27 08:12:29.701 19821 20122 D EGL_emulation: app_time_stats: avg=93.13ms min=20.59ms max=325.77ms count=11 +02-27 08:12:30.760 19821 20122 D EGL_emulation: app_time_stats: avg=45.99ms min=4.34ms max=134.89ms count=23 +02-27 08:12:30.881 19821 19821 I starboard_media: MediaSession state: PLAYING, position: 0 ms, speed: 0.000000 x, duration: 0 ms +02-27 08:12:30.945 20191 20350 E ActivityThread: Failed to find provider info for android.media.tv +02-27 08:12:30.982 20191 20191 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:12:30.984 20191 20191 D NowPlayingListener: updateMetadata() called with: metadata description = [null, null, null] and now playing listener: dqv@69d3d20 +02-27 08:12:31.239 505 2251 W ActivityManager: Slow operation: 8071ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:12:31.324 505 505 W Looper : Slow dispatch took 8610ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:12:31.383 505 3536 D ConnectivityService: requestNetwork for uid/pid:10052/20191 activeRequest: null callbackRequest: 269 [NetworkRequest [ REQUEST id=270, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ]] callback flags: 0 priority: 2147483647 +02-27 08:12:31.562 505 543 W Looper : Slow dispatch took 4292ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:12:31.628 20352 20352 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10033; state: ENABLED +02-27 08:12:31.677 20373 20373 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10077; state: DISABLED +02-27 08:12:31.705 505 709 D ConnectivityService: NetReassign [270 : null → 101] +02-27 08:12:31.762 19821 20122 D EGL_emulation: app_time_stats: avg=57.84ms min=8.95ms max=263.44ms count=17 +02-27 08:12:31.781 20191 20350 E AndroidRuntime: FATAL EXCEPTION: SharedBackgroundThread +02-27 08:12:31.781 20191 20350 E AndroidRuntime: Process: com.google.android.tvrecommendations, PID: 20191 +02-27 08:12:31.781 20191 20350 E AndroidRuntime: java.lang.IllegalArgumentException: Unknown authority android.media.tv +02-27 08:12:31.781 20191 20350 E AndroidRuntime: at android.content.ContentResolver.call(ContentResolver.java:2447) +02-27 08:12:31.781 20191 20350 E AndroidRuntime: at android.content.ContentResolver.call(ContentResolver.java:2430) +02-27 08:12:31.781 20191 20350 E AndroidRuntime: at duk.b(PG:1) +02-27 08:12:31.781 20191 20350 E AndroidRuntime: at asd.run(PG:12) +02-27 08:12:31.781 20191 20350 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:12:31.781 20191 20350 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:12:31.781 20191 20350 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:12:31.781 20191 20350 E AndroidRuntime: at android.os.Looper.loop(Looper.java:288) +02-27 08:12:31.781 20191 20350 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:12:31.783 505 514 I system_server: Background young concurrent copying GC freed 1833365(46MB) AllocSpace objects, 6(544KB) LOS objects, 29% free, 40MB/57MB, paused 73.806ms,109.589ms total 6.615s +02-27 08:12:31.792 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:12:31.814 20191 20348 W recommendation: Verification of void bi.d(java.lang.String, java.lang.String, java.lang.Object[]) took 158.050ms (164.50 bytecodes/s) (1696B approximate peak alloc) +02-27 08:12:31.818 20191 20348 I cr_CronetLibraryLoader: Cronet version: 105.0.5195.35, arch: aarch64 +02-27 08:12:32.112 19988 20001 W putmethod.lati: Suspending all threads took: 46.507ms +02-27 08:12:32.205 20191 20395 W recommendation: Verification of java.lang.Object bk.next() took 224.085ms (223.13 bytecodes/s) (2376B approximate peak alloc) +02-27 08:12:32.285 505 554 W ActivityManager: Unable to launch app com.android.providers.tv/10033 for provider android.media.tv: launching app became null +02-27 08:12:32.311 505 554 I ActivityManager: Killing 20191:com.google.android.tvrecommendations/u0a52 (adj 0): depends on provider com.android.providers.tv/.TvProvider in dying proc com.android.providers.tv (adj 0) +02-27 08:12:32.362 505 554 I ActivityManager: Killing 20352:com.android.providers.tv/u0a33 (adj 0): timeout publishing content providers +02-27 08:12:32.513 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=270, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:12:32.536 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=270, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:12:32.536 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=270, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:12:32.788 19821 20122 D EGL_emulation: app_time_stats: avg=102.29ms min=10.59ms max=333.11ms count=10 +02-27 08:12:33.152 505 543 W Looper : Slow delivery took 256ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=32 +02-27 08:12:33.152 505 543 W Looper : Slow dispatch took 354ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=32 +02-27 08:12:33.159 505 556 I libprocessgroup: Successfully killed process cgroup uid 10052 pid 20191 in 759ms +02-27 08:12:33.519 322 322 I Zygote : Process 20352 exited due to signal 9 (Killed) +02-27 08:12:33.792 505 1685 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10052/20191, android.os.BinderProxy@56d0a1f) +02-27 08:12:33.788 19988 19988 I KeyboardDefManager: KeyboardDefManager$LoadKeyboardDefTask$1.onFailure():184 Task to load keyboard def was canceled. +02-27 08:12:33.788 19988 19988 I KeyboardDefManager: java.util.concurrent.CancellationException: Task was cancelled. +02-27 08:12:33.788 19988 19988 I KeyboardDefManager: at jke.s(PG:3) +02-27 08:12:33.788 19988 19988 I KeyboardDefManager: at jke.get(PG:4) +02-27 08:12:33.788 19988 19988 I KeyboardDefManager: at job.k(PG:1) +02-27 08:12:33.788 19988 19988 I KeyboardDefManager: at job.E(PG:2) +02-27 08:12:33.788 19988 19988 I KeyboardDefManager: at jma.run(PG:4) +02-27 08:12:33.788 19988 19988 I KeyboardDefManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:12:33.788 19988 19988 I KeyboardDefManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:12:33.788 19988 19988 I KeyboardDefManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:12:33.788 19988 19988 I KeyboardDefManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:12:33.788 19988 19988 I KeyboardDefManager: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:12:33.788 19988 19988 I KeyboardDefManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:12:33.788 19988 19988 I KeyboardDefManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:12:33.788 19988 19988 I KeyboardDefManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:12:33.841 322 322 I Zygote : Process 20191 exited due to signal 9 (Killed) +02-27 08:12:33.940 19821 20122 D EGL_emulation: app_time_stats: avg=104.60ms min=8.62ms max=224.37ms count=11 +02-27 08:12:34.034 505 556 I libprocessgroup: Successfully killed process cgroup uid 10033 pid 20352 in 0ms +02-27 08:12:34.180 505 2673 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10052/20191, android.os.BinderProxy@b7cf16c) +02-27 08:12:34.453 505 505 W ActivityManager: Slow operation: 239ms so far, now at startProcess: creating new process record +02-27 08:12:34.490 505 505 W ActivityManager: Slow operation: 276ms so far, now at startProcess: done creating new process record +02-27 08:12:34.490 505 505 W ActivityManager: Slow operation: 276ms so far, now at startProcess: stepping in to startProcess +02-27 08:12:34.518 19988 19988 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 5 +02-27 08:12:34.569 19988 19988 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 5 +02-27 08:12:34.573 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=270, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] (release request) +02-27 08:12:34.630 19988 19988 I KeyboardDefManager: KeyboardDefManager$LoadKeyboardDefTask$1.onFailure():184 Task to load keyboard def was canceled. +02-27 08:12:34.630 19988 19988 I KeyboardDefManager: java.util.concurrent.CancellationException: Task was cancelled. +02-27 08:12:34.630 19988 19988 I KeyboardDefManager: at jke.s(PG:3) +02-27 08:12:34.630 19988 19988 I KeyboardDefManager: at jke.get(PG:4) +02-27 08:12:34.630 19988 19988 I KeyboardDefManager: at job.k(PG:1) +02-27 08:12:34.630 19988 19988 I KeyboardDefManager: at job.E(PG:2) +02-27 08:12:34.630 19988 19988 I KeyboardDefManager: at jma.run(PG:4) +02-27 08:12:34.630 19988 19988 I KeyboardDefManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:12:34.630 19988 19988 I KeyboardDefManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:12:34.630 19988 19988 I KeyboardDefManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:12:34.630 19988 19988 I KeyboardDefManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:12:34.630 19988 19988 I KeyboardDefManager: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:12:34.630 19988 19988 I KeyboardDefManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:12:34.630 19988 19988 I KeyboardDefManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:12:34.630 19988 19988 I KeyboardDefManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:12:34.660 505 505 W ActivityManager: Slow operation: 170ms so far, now at startProcess: building args +02-27 08:12:34.781 505 505 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10049; state: DISABLED +02-27 08:12:34.782 505 505 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10049; state: DISABLED +02-27 08:12:34.782 505 505 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10049; state: DISABLED +02-27 08:12:34.789 505 505 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10049; state: ENABLED +02-27 08:12:34.801 505 505 W ActivityManager: Slow operation: 587ms so far, now at startProcess: done starting proc! +02-27 08:12:34.813 505 505 W Looper : Slow dispatch took 3488ms main h=android.os.Handler c=com.android.server.tv.TvRemoteProviderWatcher$2@82b00e9 m=0 +02-27 08:12:34.853 505 555 W ActivityManager: Slow operation: 363ms so far, now at startProcess: asking zygote to start proc +02-27 08:12:34.854 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10049; state: ENABLED +02-27 08:12:34.889 948 956 I com.android.se: Background concurrent copying GC freed 12(48KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 1883KB/3766KB, paused 22.032ms,88us total 1.743s +02-27 08:12:34.922 505 3356 W ActivityManager: Scheduling restart of crashed service com.google.android.tvrecommendations/.NotificationsService in 1000ms for connection +02-27 08:12:34.927 505 543 W Looper : Drained +02-27 08:12:34.988 19821 20122 D EGL_emulation: app_time_stats: avg=43.59ms min=9.10ms max=158.91ms count=24 +02-27 08:12:35.001 322 322 D Zygote : Forked child process 20405 +02-27 08:12:35.021 19112 19246 W GLSUser : [AppCertManager] IOException while requesting key: +02-27 08:12:35.021 19112 19246 W GLSUser : java.io.IOException: Invalid device key response. +02-27 08:12:35.021 19112 19246 W GLSUser : at jpp.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):30) +02-27 08:12:35.021 19112 19246 W GLSUser : at jpn.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:12:35.021 19112 19246 W GLSUser : at jpi.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:12:35.021 19112 19246 W GLSUser : at jpl.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:12:35.021 19112 19246 W GLSUser : at hob.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):13) +02-27 08:12:35.021 19112 19246 W GLSUser : at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:12:35.021 19112 19246 W GLSUser : at oiz.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):6) +02-27 08:12:35.021 19112 19246 W GLSUser : at oiz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:12:35.021 19112 19246 W GLSUser : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:12:35.021 19112 19246 W GLSUser : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:12:35.021 19112 19246 W GLSUser : at ooc.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:12:35.021 19112 19246 W GLSUser : at java.lang.Thread.run(Thread.java:920) +02-27 08:12:35.064 505 555 W ActivityManager: Slow operation: 574ms so far, now at startProcess: returned from zygote! +02-27 08:12:35.158 20373 20373 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar +02-27 08:12:35.229 505 543 W Looper : Slow dispatch took 150ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:12:35.370 505 505 W Looper : Slow dispatch took 410ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@e5043ed m=0 +02-27 08:12:35.473 20326 20326 D BluetoothOppFileProvider: Initialized +02-27 08:12:35.573 505 595 V ActivityManager: Got obituary of 20352:com.android.providers.tv +02-27 08:12:35.574 505 555 W ActivityManager: Slow operation: 1084ms so far, now at startProcess: done updating battery stats +02-27 08:12:35.574 505 555 W ActivityManager: Slow operation: 1084ms so far, now at startProcess: building log message +02-27 08:12:35.574 505 555 I ActivityManager: Start proc 20405:com.google.android.tv.remote.service/u0a49 for service {com.google.android.tv.remote.service/com.google.android.tv.remote.service.AtvRemoteProviderService} +02-27 08:12:35.574 505 555 W ActivityManager: Slow operation: 1084ms so far, now at startProcess: starting to update pids map +02-27 08:12:35.574 505 555 W ActivityManager: Slow operation: 1084ms so far, now at startProcess: done updating pids map +02-27 08:12:35.949 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10052; state: DISABLED +02-27 08:12:35.955 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10052; state: DISABLED +02-27 08:12:35.955 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10052; state: DISABLED +02-27 08:12:35.955 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10052; state: ENABLED +02-27 08:12:35.984 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10052; state: ENABLED +02-27 08:12:36.058 19821 20122 D EGL_emulation: app_time_stats: avg=48.46ms min=12.54ms max=174.44ms count=22 +02-27 08:12:36.061 505 505 W Looper : Slow dispatch took 475ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:12:36.061 322 322 D Zygote : Forked child process 20412 +02-27 08:12:36.064 505 555 W ActivityManager: Slow operation: 123ms so far, now at startProcess: returned from zygote! +02-27 08:12:36.065 505 555 W ActivityManager: Slow operation: 124ms so far, now at startProcess: done updating battery stats +02-27 08:12:36.066 505 555 W ActivityManager: Slow operation: 125ms so far, now at startProcess: building log message +02-27 08:12:36.066 505 555 I ActivityManager: Start proc 20412:com.google.android.tvrecommendations/u0a52 for service {com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:12:36.066 505 555 W ActivityManager: Slow operation: 125ms so far, now at startProcess: starting to update pids map +02-27 08:12:36.066 505 555 W ActivityManager: Slow operation: 125ms so far, now at startProcess: done updating pids map +02-27 08:12:36.252 505 505 W Looper : Slow dispatch took 191ms main h=android.app.PropertyInvalidatedCache$AutoCorker$1 c=null m=0 +02-27 08:12:36.273 505 553 W Searchables: No global search activity found +02-27 08:12:36.290 505 615 E RoleControllerManager: Error calling grantDefaultRoles() +02-27 08:12:36.290 505 615 E RoleControllerManager: java.util.concurrent.TimeoutException +02-27 08:12:36.290 505 615 E RoleControllerManager: at com.android.permission.jarjar.com.android.internal.infra.AndroidFuture.triggerTimeout(AndroidFuture.java:290) +02-27 08:12:36.290 505 615 E RoleControllerManager: at com.android.permission.jarjar.com.android.internal.infra.AndroidFuture$$ExternalSyntheticLambda0.run(Unknown Source:2) +02-27 08:12:36.290 505 615 E RoleControllerManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:12:36.290 505 615 E RoleControllerManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:12:36.290 505 615 E RoleControllerManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:12:36.290 505 615 E RoleControllerManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:12:36.290 505 615 E RoleControllerManager: at com.android.server.SystemServer.run(SystemServer.java:903) +02-27 08:12:36.290 505 615 E RoleControllerManager: at com.android.server.SystemServer.main(SystemServer.java:610) +02-27 08:12:36.290 505 615 E RoleControllerManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:12:36.290 505 615 E RoleControllerManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:12:36.290 505 615 E RoleControllerManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) +02-27 08:12:37.193 19821 20122 D EGL_emulation: app_time_stats: avg=160.17ms min=11.57ms max=523.49ms count=7 +02-27 08:12:37.197 505 542 W Looper : Slow dispatch took 2431ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:12:37.330 505 505 W Looper : Slow dispatch took 1007ms main h=android.os.Handler c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@1b9c6da m=0 +02-27 08:12:37.437 505 542 W Looper : Slow delivery took 2133ms android.fg h=android.os.Handler c=com.android.server.location.injector.SystemAppForegroundHelper$$ExternalSyntheticLambda1@d4c470b m=0 +02-27 08:12:37.438 505 542 W Looper : Slow dispatch took 225ms android.fg h=android.os.Handler c=com.android.server.location.injector.SystemAppForegroundHelper$$ExternalSyntheticLambda1@d4c470b m=0 +02-27 08:12:37.630 505 542 D CompanionDeviceManagerService: onPackageModified(packageName = com.google.android.tvrecommendations) +02-27 08:12:37.671 505 542 W Looper : Slow dispatch took 123ms android.fg h=android.os.Handler c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@27d76a6 m=0 +02-27 08:12:37.701 505 505 W Looper : Slow dispatch took 371ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@3f648e7 m=0 +02-27 08:12:38.024 20412 20412 E recommendation: Not starting debugger since process cannot load the jdwp agent. +02-27 08:12:38.025 20405 20405 E .remote.servic: Not starting debugger since process cannot load the jdwp agent. +02-27 08:12:38.155 505 542 W Looper : Slow dispatch took 484ms android.fg h=android.os.Handler c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@3bd9c94 m=0 +02-27 08:12:38.182 19821 20122 D EGL_emulation: app_time_stats: avg=54.83ms min=10.78ms max=142.98ms count=18 +02-27 08:12:38.212 505 505 W Looper : Slow dispatch took 511ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@be8f33d m=0 +02-27 08:12:38.333 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:12:38.488 19821 19821 I starboard_media: Media focus: none +02-27 08:12:38.540 505 505 W Looper : Slow dispatch took 264ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@af68639 m=0 +02-27 08:12:38.722 505 505 W Looper : Slow dispatch took 181ms main h=android.os.Handler c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@fcf7d18 m=0 +02-27 08:12:38.989 505 505 W Looper : Slow dispatch took 213ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@c05c371 m=0 +02-27 08:12:38.999 505 3128 I MediaFocusControl: abandonAudioFocus() from uid/pid 10065/19821 clientId=android.media.AudioManager@9bf26ffdev.cobalt.media.CobaltMediaSession@c7f7ccc +02-27 08:12:39.086 20405 20426 I .remote.servic: Background young concurrent copying GC freed 12403(511KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1831KB/25MB, paused 128.129ms,5us total 608.365ms +02-27 08:12:39.101 20412 20422 I recommendation: Background young concurrent copying GC freed 12389(511KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1831KB/25MB, paused 1.331ms,3.358ms total 628.110ms +02-27 08:12:39.189 19821 20122 D EGL_emulation: app_time_stats: avg=67.12ms min=10.16ms max=152.58ms count=15 +02-27 08:12:39.241 19821 19821 I starboard_media: MediaSession release +02-27 08:12:39.252 505 505 W Looper : Slow dispatch took 259ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@a66d556 m=0 +02-27 08:12:39.298 505 505 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:12:39.298 505 505 V NotificationListeners: Not registering ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} is already bound +02-27 08:12:39.446 505 2243 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10052; state: DISABLED +02-27 08:12:39.473 505 2243 W ActivityManager: Slow operation: 117ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:12:39.701 505 505 W Looper : Drained +02-27 08:12:39.702 505 505 W Looper : Slow dispatch took 228ms main h=com.android.server.pm.SnapshotStatistics$1 c=null m=0 +02-27 08:12:40.262 19821 20122 D EGL_emulation: app_time_stats: avg=59.42ms min=4.39ms max=156.88ms count=18 +02-27 08:12:40.491 19821 19821 I Choreographer: Skipped 105 frames! The application may be doing too much work on its main thread. +02-27 08:12:40.505 505 2621 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10066; state: DISABLED +02-27 08:12:40.627 505 735 V MediaSessionRecord: Removing dead callback in pushSessionDestroyed, this=com.google.android.youtube.tv/starboard_media (userId=0), callback package=com.google.android.tvrecommendations, exception=android.os.DeadObjectException +02-27 08:12:41.342 19821 20122 D EGL_emulation: app_time_stats: avg=35.49ms min=3.64ms max=172.54ms count=28 +02-27 08:12:42.027 20373 20373 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.permissioncontroller' set to: 'default' +02-27 08:12:42.028 20373 20373 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:12:42.173 20373 20373 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:12:42.218 20373 20373 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:12:42.275 19821 20122 D EGL_emulation: app_time_stats: avg=103.66ms min=20.40ms max=520.15ms count=9 +02-27 08:12:42.477 505 505 W Looper : Slow delivery took 1156ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=6 +02-27 08:12:42.673 505 2243 W ActivityManager: Slow operation: 3317ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:12:42.696 505 2243 W ActivityManager: Slow operation: 3339ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:12:43.713 19821 20122 D EGL_emulation: app_time_stats: avg=114.92ms min=13.68ms max=643.97ms count=11 +02-27 08:12:43.845 505 505 W Looper : Slow dispatch took 1177ms main h=android.app.PropertyInvalidatedCache$AutoCorker$1 c=null m=0 +02-27 08:12:44.249 505 514 W system_server: Suspending all threads took: 68.696ms +02-27 08:12:44.654 19821 20122 D EGL_emulation: app_time_stats: avg=94.01ms min=32.93ms max=203.60ms count=10 +02-27 08:12:44.804 19988 19988 I Choreographer: Skipped 320 frames! The application may be doing too much work on its main thread. +02-27 08:12:45.734 19821 20122 D EGL_emulation: app_time_stats: avg=67.37ms min=11.03ms max=260.40ms count=16 +02-27 08:12:45.894 19988 19988 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1145 update screenHeightWithoutNaviBar to: 1080 +02-27 08:12:46.102 19112 20435 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:12:46.292 19988 19988 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1152 update max height when insets changes +02-27 08:12:46.985 19821 20122 D EGL_emulation: app_time_stats: avg=114.80ms min=18.12ms max=234.07ms count=10 +02-27 08:12:47.974 19821 20122 D EGL_emulation: app_time_stats: avg=75.29ms min=6.01ms max=222.60ms count=13 +02-27 08:12:48.845 322 322 I Zygote : Process 19779 exited due to signal 9 (Killed) +02-27 08:12:49.017 19821 20122 D EGL_emulation: app_time_stats: avg=60.45ms min=13.28ms max=162.52ms count=17 +02-27 08:12:49.762 19112 20406 W ReceiverIntentOperation: Broadcast task took longer than expected. Ending operation. +02-27 08:12:50.012 19821 20122 D EGL_emulation: app_time_stats: avg=45.08ms min=4.28ms max=147.40ms count=22 +02-27 08:12:50.403 505 505 W Looper : Slow dispatch took 4907ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:12:51.009 505 505 W Looper : Drained +02-27 08:12:51.085 19821 20122 D EGL_emulation: app_time_stats: avg=44.61ms min=11.03ms max=105.09ms count=24 +02-27 08:12:51.260 505 505 W Looper : Slow dispatch took 127ms main h=android.os.Handler c=null m=1061 +02-27 08:12:51.345 505 514 I system_server: Background concurrent copying GC freed 2506894(63MB) AllocSpace objects, 7(564KB) LOS objects, 28% free, 59MB/83MB, paused 15.660ms,295.735ms total 12.746s +02-27 08:12:51.788 505 505 W Looper : Slow dispatch took 196ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=3 +02-27 08:12:51.982 505 546 I Choreographer: Skipped 51 frames! The application may be doing too much work on its main thread. +02-27 08:12:52.159 19821 20122 D EGL_emulation: app_time_stats: avg=71.52ms min=27.53ms max=144.44ms count=15 +02-27 08:12:52.678 505 2243 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10052; state: DISABLED +02-27 08:12:52.871 505 2243 W ActivityManager: Slow operation: 13515ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:12:52.887 505 543 W Looper : Slow dispatch took 1346ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:12:52.889 505 543 W Looper : Slow delivery took 1132ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:12:53.166 19821 20122 D EGL_emulation: app_time_stats: avg=71.81ms min=16.47ms max=259.15ms count=14 +02-27 08:12:53.228 505 543 W Looper : Drained +02-27 08:12:53.260 20412 20412 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10052; state: ENABLED +02-27 08:12:53.442 505 553 W Looper : Slow dispatch took 11719ms android.bg h=android.os.Handler c=com.android.server.am.ContentProviderHelper$$ExternalSyntheticLambda1@58af4f4 m=0 +02-27 08:12:53.508 19112 20038 W .gms.persisten: Verification of void es.(org.chromium.net.impl.CronetUrlRequest, org.chromium.net.RequestFinishedInfo) took 166.282ms (48.11 bytecodes/s) (1432B approximate peak alloc) +02-27 08:12:53.572 505 1685 I ActivityManager: Process com.google.android.gms.unstable (pid 19779) has died: cch+5 CEM +02-27 08:12:53.767 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 19779 in 33ms +02-27 08:12:53.972 19988 19988 I Choreographer: Skipped 467 frames! The application may be doing too much work on its main thread. +02-27 08:12:54.166 505 3128 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10049; state: DISABLED +02-27 08:12:54.226 19821 20122 D EGL_emulation: app_time_stats: avg=70.67ms min=18.30ms max=248.54ms count=15 +02-27 08:12:54.229 505 3128 W ActivityManager: Slow operation: 164ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:12:54.229 505 3128 W ActivityManager: Slow operation: 164ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:12:54.229 505 3128 W ActivityManager: Slow operation: 164ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:12:54.230 19988 19988 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():2045 +02-27 08:12:54.232 505 542 W Looper : Drained +02-27 08:12:54.259 19988 19988 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:12:54.386 20373 20373 I CarUiInstaller: CarUiInstaller started for com.google.android.permissioncontroller +02-27 08:12:55.405 20326 20326 V AdapterServiceConfig: Adding HeadsetService +02-27 08:12:55.420 19821 20122 D EGL_emulation: app_time_stats: avg=69.24ms min=5.14ms max=299.47ms count=14 +02-27 08:12:55.947 20326 20326 V AdapterServiceConfig: Adding A2dpService +02-27 08:12:55.948 20326 20326 V AdapterServiceConfig: Adding HidHostService +02-27 08:12:55.948 20326 20326 V AdapterServiceConfig: Adding PanService +02-27 08:12:55.948 20326 20326 V AdapterServiceConfig: Adding GattService +02-27 08:12:55.948 20326 20326 V AdapterServiceConfig: Adding BluetoothMapService +02-27 08:12:55.948 20326 20326 V AdapterServiceConfig: Adding AvrcpTargetService +02-27 08:12:55.948 20326 20326 V AdapterServiceConfig: Adding HidDeviceService +02-27 08:12:55.948 20326 20326 V AdapterServiceConfig: Adding BluetoothOppService +02-27 08:12:55.948 20326 20326 V AdapterServiceConfig: Adding BluetoothPbapService +02-27 08:12:56.218 19988 19988 I ShortcutsDataManager: AbstractContentDataManager.startImportContentTask():235 startImportContentTask() +02-27 08:12:56.402 505 3128 W ActivityManager: Slow operation: 2336ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:12:56.490 19821 20122 D EGL_emulation: app_time_stats: avg=62.91ms min=18.26ms max=164.59ms count=17 +02-27 08:12:56.518 19988 20241 I ShortcutsDataManager: AbstractContentDataManager$ImportContentTask.doInBackground():249 doInBackground() +02-27 08:12:56.802 20405 20405 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10049; state: ENABLED +02-27 08:12:56.931 19988 20241 I PersonalDictionaryDataHandler: PersonalDictionaryDataHandler.beginProcess():111 LanguageTags = [en-US] +02-27 08:12:57.013 505 514 W system_server: Suspending all threads took: 8.558ms +02-27 08:12:57.400 20412 20412 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVRecommendations/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:12:57.517 19821 20122 D EGL_emulation: app_time_stats: avg=73.27ms min=11.38ms max=228.17ms count=14 +02-27 08:12:58.664 19821 20122 D EGL_emulation: app_time_stats: avg=67.62ms min=12.01ms max=272.23ms count=15 +02-27 08:12:59.545 19821 20122 D EGL_emulation: app_time_stats: avg=34.42ms min=12.18ms max=142.02ms count=24 +02-27 08:12:59.807 505 514 I system_server: Background young concurrent copying GC freed 2900661(72MB) AllocSpace objects, 1(36KB) LOS objects, 40% free, 35MB/59MB, paused 38.978ms,10.215ms total 4.293s +02-27 08:12:59.854 20326 20326 I droid.bluetoot: [0227/081259.622342:INFO:btif_config_cache.cc(61)] BtifConfigCache, capacity: 10000 +02-27 08:12:59.953 505 546 I Choreographer: Skipped 325 frames! The application may be doing too much work on its main thread. +02-27 08:12:59.981 505 554 W ActivityManager: Timeout executing service: ServiceRecord{d4b9d27 u0 com.google.android.permissioncontroller/com.android.permissioncontroller.role.service.RoleControllerServiceImpl} +02-27 08:13:00.209 505 505 W Looper : Slow dispatch took 8421ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:13:00.219 505 505 W Looper : Slow delivery took 8348ms main h=android.os.Handler c=null m=1060 +02-27 08:13:00.426 505 505 W Looper : Slow dispatch took 206ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:13:00.430 1265 1274 I or.multidispla: Background concurrent copying GC freed 12(48KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 1868KB/3736KB, paused 29us,270us total 426.355ms +02-27 08:13:00.444 20326 20326 I BluetoothServiceJni: hal_util_load_bt_library: loaded Bluetooth library successfully +02-27 08:13:00.478 20412 20412 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvrecommendations' set to: 'default' +02-27 08:13:00.522 20412 20412 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:13:00.631 20412 20412 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:13:00.639 19821 20122 D EGL_emulation: app_time_stats: avg=60.60ms min=8.70ms max=261.07ms count=18 +02-27 08:13:00.756 505 505 W Looper : Slow dispatch took 135ms main h=com.android.server.job.controllers.ConnectivityController$CcHandler c=null m=0 +02-27 08:13:00.790 20412 20412 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:13:00.919 505 505 W Looper : Drained +02-27 08:13:00.923 505 2243 W ActivityManager: Slow operation: 128ms so far, now at startProcess: building args +02-27 08:13:00.924 505 2243 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10028; state: DISABLED +02-27 08:13:00.926 505 2243 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10028; state: DISABLED +02-27 08:13:00.926 505 2243 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10028; state: DISABLED +02-27 08:13:00.926 505 2243 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10028; state: ENABLED +02-27 08:13:00.929 505 555 W ActivityManager: Slow operation: 134ms so far, now at startProcess: asking zygote to start proc +02-27 08:13:00.929 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10028; state: ENABLED +02-27 08:13:00.943 505 2243 W ActivityManager: Slow operation: 162ms so far, now at startProcess: done starting proc! +02-27 08:13:00.943 505 2243 W ContentProviderHelper: Slow operation: 165ms so far, now at getContentProviderImpl: after start process +02-27 08:13:00.943 505 2243 W ContentProviderHelper: Slow operation: 165ms so far, now at getContentProviderImpl: updating data structures +02-27 08:13:00.943 505 2243 W ContentProviderHelper: Slow operation: 165ms so far, now at getContentProviderImpl: done! +02-27 08:13:00.953 322 322 D Zygote : Forked child process 20448 +02-27 08:13:00.956 505 555 W ActivityManager: Slow operation: 160ms so far, now at startProcess: returned from zygote! +02-27 08:13:01.139 505 555 W ActivityManager: Slow operation: 344ms so far, now at startProcess: done updating battery stats +02-27 08:13:01.139 505 555 W ActivityManager: Slow operation: 344ms so far, now at startProcess: building log message +02-27 08:13:01.139 505 555 I ActivityManager: Start proc 20448:android.process.acore/u0a28 for content provider {com.android.providers.userdictionary/com.android.providers.userdictionary.UserDictionaryProvider} +02-27 08:13:01.139 505 555 W ActivityManager: Slow operation: 344ms so far, now at startProcess: starting to update pids map +02-27 08:13:01.421 20326 20326 D BluetoothAdapterService: onCreate() +02-27 08:13:01.564 505 555 W ActivityManager: Slow operation: 769ms so far, now at startProcess: done updating pids map +02-27 08:13:01.606 505 20447 I ActivityManager: dumpStackTraces pids=null nativepids=null +02-27 08:13:01.648 19821 20122 D EGL_emulation: app_time_stats: avg=100.74ms min=12.22ms max=271.20ms count=10 +02-27 08:13:02.698 19821 20122 D EGL_emulation: app_time_stats: avg=91.82ms min=13.73ms max=423.68ms count=11 +02-27 08:13:02.720 20405 20405 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AtvRemoteService/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:13:03.412 505 20447 I ActivityManager: Dumping to /data/anr/anr_2026-02-27-08-13-02-716 +02-27 08:13:03.412 505 20447 I ActivityManager: Collecting stacks for pid 20373 +02-27 08:13:03.470 20448 20448 E d.process.acor: Not starting debugger since process cannot load the jdwp agent. +02-27 08:13:03.609 505 20447 I system_server: libdebuggerd_client: started dumping process 20373 +02-27 08:13:03.650 235 235 I tombstoned: registered intercept for pid 20373 and type kDebuggerdJavaBacktrace +02-27 08:13:03.684 20373 20380 I ssioncontrolle: Thread[5,tid=20380,WaitingInMainSignalCatcherLoop,Thread*=0x7c6b0932c0,peer=0x12d80000,"Signal Catcher"]: reacting to signal 3 +02-27 08:13:03.684 20373 20380 I ssioncontrolle: +02-27 08:13:03.708 19821 20122 D EGL_emulation: app_time_stats: avg=67.22ms min=16.01ms max=105.41ms count=15 +02-27 08:13:03.876 20373 20380 W ssioncontrolle: Suspending all threads took: 121.405ms +02-27 08:13:04.489 20405 20405 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tv.remote.service' set to: 'default' +02-27 08:13:04.490 20405 20405 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:13:04.496 19356 19492 I Icing : Using TV flags by method 2 +02-27 08:13:04.625 20405 20405 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:13:04.921 19821 20122 D EGL_emulation: app_time_stats: avg=80.85ms min=26.10ms max=335.70ms count=15 +02-27 08:13:05.010 20405 20405 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:13:05.144 20448 20462 I d.process.acor: Background young concurrent copying GC freed 12421(511KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1864KB/25MB, paused 461us,174us total 1.006s +02-27 08:13:05.839 235 235 I tombstoned: received crash request for pid 20373 +02-27 08:13:05.839 235 235 I tombstoned: found intercept fd 512 for pid 20373 and type kDebuggerdJavaBacktrace +02-27 08:13:05.839 235 235 W tombstoned: missing output fd +02-27 08:13:05.870 20373 20380 I ssioncontrolle: Wrote stack traces to tombstoned +02-27 08:13:05.974 505 20447 I system_server: libdebuggerd_client: done dumping process 20373 +02-27 08:13:05.987 19821 20122 D EGL_emulation: app_time_stats: avg=68.46ms min=8.56ms max=336.73ms count=15 +02-27 08:13:06.052 19356 19622 I Icing : Storage manager: low false usage 1.54MB avail 5.40GB capacity 5.80GB +02-27 08:13:06.121 505 542 W Looper : Slow dispatch took 1219ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:13:06.254 505 20447 I ActivityManager: Done dumping +02-27 08:13:06.514 505 1395 W ActivityManager: Slow operation: 82ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:13:06.550 505 1395 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10028; state: DISABLED +02-27 08:13:06.640 505 1395 W ActivityManager: Slow operation: 209ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:13:06.669 505 1395 W ActivityManager: Slow operation: 238ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:13:06.670 505 1395 W ActivityManager: Slow operation: 238ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:13:07.010 19821 20122 D EGL_emulation: app_time_stats: avg=67.31ms min=7.17ms max=122.95ms count=15 +02-27 08:13:07.045 20326 20326 D AdapterState: make() - Creating AdapterState +02-27 08:13:07.155 20326 20477 I AdapterState: OFF : entered +02-27 08:13:07.155 20326 20477 D AdapterProperties: Setting state to OFF +02-27 08:13:07.172 1242 1251 I FuseDaemon: Background concurrent copying GC freed 186(50KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2248KB/4496KB, paused 74us,214us total 688.245ms +02-27 08:13:07.181 505 1395 W ActivityManager: Slow operation: 750ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:13:07.216 505 20447 E ActivityManager: ANR in com.google.android.permissioncontroller +02-27 08:13:07.216 505 20447 E ActivityManager: PID: 20373 +02-27 08:13:07.216 505 20447 E ActivityManager: Reason: executing service com.google.android.permissioncontroller/com.android.permissioncontroller.role.service.RoleControllerServiceImpl +02-27 08:13:07.216 505 20447 E ActivityManager: Frozen: false +02-27 08:13:07.216 505 20447 E ActivityManager: Load: 0.0 / 0.0 / 0.0 +02-27 08:13:07.216 505 20447 E ActivityManager: ----- Output from /proc/pressure/memory ----- +02-27 08:13:07.216 505 20447 E ActivityManager: some avg10=31.74 avg60=34.10 avg300=26.80 total=198716299 +02-27 08:13:07.216 505 20447 E ActivityManager: full avg10=6.61 avg60=6.67 avg300=6.11 total=49928803 +02-27 08:13:07.216 505 20447 E ActivityManager: ----- End output from /proc/pressure/memory ----- +02-27 08:13:07.216 505 20447 E ActivityManager: +02-27 08:13:07.216 505 20447 E ActivityManager: CPU usage from 4ms to 5859ms later (2026-02-27 08:13:00.439 to 2026-02-27 08:13:06.293): +02-27 08:13:07.216 505 20447 E ActivityManager: 57% 19821/com.google.android.youtube.tv: 16% user + 41% kernel / faults: 4487 minor 212 major +02-27 08:13:07.216 505 20447 E ActivityManager: 39% 505/system_server: 18% user + 20% kernel / faults: 6989 minor 295 major +02-27 08:13:07.216 505 20447 E ActivityManager: 24% 19356/com.google.android.gms: 6.6% user + 18% kernel / faults: 5368 minor 399 major +02-27 08:13:07.216 505 20447 E ActivityManager: 23% 19112/com.google.android.gms.persistent: 3.9% user + 19% kernel / faults: 6019 minor 459 major +02-27 08:13:07.216 505 20447 E ActivityManager: 19% 338/android.hardware.graphics.composer@2.3-service: 1.3% user + 17% kernel / faults: 354 minor 3 major +02-27 08:13:07.216 505 20447 E ActivityManager: 15% 360/surfaceflinger: 4.7% user + 11% kernel / faults: 1045 minor 4 major +02-27 08:13:07.216 505 20447 E ActivityManager: 13% 116/kswapd0: 0% user + 13% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 9.7% 20373/com.google.android.permissioncontroller: 1.3% user + 8.3% kernel / faults: 2312 minor 215 major +02-27 08:13:07.216 505 20447 E ActivityManager: 8.7% 20405/com.google.android.tv.remote.service: 0.6% user + 8% kernel / faults: 1811 minor 88 major +02-27 08:13:07.216 505 20447 E ActivityManager: 8.1% 20326/com.android.bluetooth: 0.6% user + 7.4% kernel / faults: 1702 minor 115 major +02-27 08:13:07.216 505 20447 E ActivityManager: 5.4% 263/loop14: 0% user + 5.4% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 5.1% 12/ksoftirqd/0: 0% user + 5.1% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 4.4% 13/rcu_preempt: 0% user + 4.4% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 4.5% 20412/com.google.android.tvrecommendations: 0.8% user + 3.6% kernel / faults: 3416 minor 145 major +02-27 08:13:07.216 505 20447 E ActivityManager: 3% 770/com.android.systemui: 0.1% user + 2.8% kernel / faults: 518 minor 99 major +02-27 08:13:07.216 505 20447 E ActivityManager: 2.7% 1403/adbd: 0% user + 2.7% kernel / faults: 16 minor 6 major +02-27 08:13:07.216 505 20447 E ActivityManager: 2.5% 229/jbd2/dm-4-8: 0% user + 2.5% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 1.8% 19988/com.google.android.inputmethod.latin: 0.1% user + 1.7% kernel / faults: 757 minor 22 major +02-27 08:13:07.216 505 20447 E ActivityManager: 1.7% 266/loop16: 0% user + 1.7% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 1.5% 14040/kworker/u9:1-blk_crypto_wq: 0% user + 1.5% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 1.3% 20268/kworker/0:0-events: 0% user + 1.3% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 1.2% 182/lmkd: 1% user + 0.1% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 1.2% 243/loop4: 0% user + 1.2% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 1.1% 9196/kworker/u9:4-blk_crypto_wq: 0% user + 1.1% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 1% 18473/com.google.process.gservices: 0.1% user + 0.8% kernel / faults: 290 minor 12 major +02-27 08:13:07.216 505 20447 E ActivityManager: 0.8% 244/loop5: 0% user + 0.8% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 0.8% 347/android.hardware.sensors@2.1-service.multihal: 0% user + 0.8% kernel / faults: 68 minor 4 major +02-27 08:13:07.216 505 20447 E ActivityManager: 0.6% 138/kworker/0:1H-kblockd: 0% user + 0.6% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 0.6% 181/logd: 0.3% user + 0.3% kernel / faults: 28 minor 3 major +02-27 08:13:07.216 505 20447 E ActivityManager: 0.6% 259/loop12: 0% user + 0.6% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 0.6% 407/traced_probes: 0% user + 0.6% kernel / faults: 22 minor 2 major +02-27 08:13:07.216 505 20447 E ActivityManager: 0.6% 6316/kworker/1:0-events: 0% user + 0.6% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 0.5% 95/kworker/3:1H-kblockd: 0% user + 0.5% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 0.5% 117/kworker/u9:0-hci0: 0% user + 0.5% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 0.5% 255/loop10: 0% user + 0.5% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 0.5% 408/traced: 0% user + 0.5% kernel / faults: 22 minor 2 major +02-27 08:13:07.216 505 20447 E ActivityManager: 0.5% 896/com.android.networkstack.process: 0% user + 0.5% kernel / faults: 249 minor 6 major +02-27 08:13:07.216 505 20447 E ActivityManager: 0.3% 1/init: 0% user + 0.3% kernel / faults: 13 minor 20 major +02-27 08:13:07.216 505 20447 E ActivityManager: 0.3% 129/sugov:0: 0% user + 0.3% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 0.3% 144/kworker/1:1H-kblockd: 0% user + 0.3% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 0.3% 185/psimon: 0% user + 0.3% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 0.3% 248/loop7: 0% user + 0.3% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 0% 279/loop22: 0% user + 0% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 0.3% 315/dhcpclient: 0.3% user + 0% kernel / faults: 20 minor 1 major +02-27 08:13:07.216 505 20447 E ActivityManager: 0.3% 320/statsd: 0.1% user + 0.1% kernel / faults: 140 minor 1 major +02-27 08:13:07.216 505 20447 E ActivityManager: 0.3% 1242/com.google.android.providers.media.module: 0.1% user + 0.1% kernel / faults: 162 minor 11 major +02-27 08:13:07.216 505 20447 E ActivityManager: 0.1% 21/ksoftirqd/1: 0% user + 0.1% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 0.1% 27/ksoftirqd/2: 0% user + 0.1% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 0.1% 33/ksoftirqd/3: 0% user + 0.1% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 0.1% 45/kcompactd0: 0% user + 0.1% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 0.1% 130/sugov:1: 0% user + 0.1% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 0.1% 131/sugov:2: 0% user + 0.1% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 0.1% 145/kworker/2:1H-kblockd: 0% user + 0.1% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 0.1% 184/hwservicemanager: 0% user + 0.1% kernel / faults: 20 minor 4 major +02-27 08:13:07.216 505 20447 E ActivityManager: 0.1% 190/vold: 0% user + 0.1% kernel / faults: 20 minor 4 major +02-27 08:13:07.216 505 20447 E ActivityManager: 0.1% 251/loop8: 0% user + 0.1% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 0.1% 322/zygote64: 0% user + 0.1% kernel / faults: 110 minor +02-27 08:13:07.216 505 20447 E ActivityManager: 0.1% 437/android.hardware.biometrics.fingerprint@2.1-service: 0% user + 0.1% kernel / faults: 6 minor +02-27 08:13:07.216 505 20447 E ActivityManager: 0.1% 751/wpa_supplicant: 0% user + 0.1% kernel / faults: 13 minor 5 major +02-27 08:13:07.216 505 20447 E ActivityManager: 0.1% 852/android.hardware.gnss@2.0-service.ranchu: 0% user + 0.1% kernel / faults: 16 minor +02-27 08:13:07.216 505 20447 E ActivityManager: 0.1% 2455/kworker/2:3-mm_percpu_wq: 0% user + 0.1% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 0.1% 6317/kworker/u8:2: 0% user + 0.1% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: +0% 20448/: 0% user + 0% kernel +02-27 08:13:07.216 505 20447 E ActivityManager: 94% TOTAL: 13% user + 48% kernel + 5.7% iowait + 18% irq + 8.7% softirq +02-27 08:13:07.216 505 20447 E ActivityManager: CPU usage from 1657211ms to 1657211ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake: +02-27 08:13:07.216 505 20447 E ActivityManager: 0% TOTAL: 0% user + 0% kernel +02-27 08:13:07.230 505 1395 W ActivityManager: Slow operation: 799ms so far, now at attachApplicationLocked: after updateOomAdjLocked +02-27 08:13:07.243 20326 20326 D BluetoothKeystoreService: new BluetoothKeystoreService isCommonCriteriaMode: false +02-27 08:13:07.252 20326 20326 D BluetoothKeystoreService: start +02-27 08:13:07.321 20448 20448 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10028; state: ENABLED +02-27 08:13:07.483 505 595 W ContentProviderHelper: Slow operation: 109ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:13:07.483 505 595 W ContentProviderHelper: Slow operation: 110ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:13:07.483 505 595 W ContentProviderHelper: Slow operation: 110ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:13:07.483 505 595 W ContentProviderHelper: Slow operation: 110ms so far, now at getContentProviderImpl: done! +02-27 08:13:07.566 505 543 W Looper : Slow dispatch took 359ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:13:07.566 505 543 W Looper : Slow delivery took 255ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:13:07.834 20412 20412 E ActivityThread: Failed to find provider info for tvlauncher.config +02-27 08:13:08.004 19821 20122 D EGL_emulation: app_time_stats: avg=39.74ms min=4.49ms max=131.48ms count=25 +02-27 08:13:08.140 505 595 W ContentProviderHelper: Slow operation: 105ms so far, now at getContentProviderImpl: before updateLruProcess +02-27 08:13:08.141 505 595 W ContentProviderHelper: Slow operation: 106ms so far, now at getContentProviderImpl: after updateLruProcess +02-27 08:13:08.141 505 595 W ContentProviderHelper: Slow operation: 106ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:13:08.428 505 595 W ContentProviderHelper: Slow operation: 386ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:13:08.442 505 595 W ContentProviderHelper: Slow operation: 406ms so far, now at getContentProviderImpl: done! +02-27 08:13:08.461 505 543 W Looper : Drained +02-27 08:13:08.474 505 505 W Looper : Slow dispatch took 911ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=6 +02-27 08:13:08.474 505 505 W Looper : Slow delivery took 914ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:13:08.538 505 20447 I ActivityManager: Killing 20373:com.google.android.permissioncontroller/u0a77 (adj 0): bg anr +02-27 08:13:08.546 505 20482 I DropBoxManagerService: add tag=system_app_anr isTagEnabled=true flags=0x6 +02-27 08:13:08.547 505 20447 D ActivityManager: Completed ANR of com.google.android.permissioncontroller in 8124ms, latency 295ms +02-27 08:13:08.705 322 322 I Zygote : Process 20373 exited due to signal 9 (Killed) +02-27 08:13:08.736 505 556 I libprocessgroup: Successfully killed process cgroup uid 10077 pid 20373 in 178ms +02-27 08:13:08.933 505 3536 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.role.service.RoleControllerServiceImpl in 1000ms for connection +02-27 08:13:08.934 505 3536 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.permission.service.PermissionControllerServiceImpl in 10999ms for connection +02-27 08:13:08.948 20412 20412 E OemConfigurationData: Error reading content://tvlauncher.config/configuration +02-27 08:13:08.948 20412 20412 E OemConfigurationData: No content provider: content://tvlauncher.config/configuration +02-27 08:13:09.063 19821 20122 D EGL_emulation: app_time_stats: avg=58.51ms min=7.39ms max=220.36ms count=18 +02-27 08:13:09.199 505 543 W Looper : Slow dispatch took 136ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=32 +02-27 08:13:09.437 20326 20326 I droid.bluetoot: [0227/081309.432582:INFO:com_android_bluetooth_btservice_BluetoothKeystore.cpp(97)] classInitNative: succeeds +02-27 08:13:09.444 20326 20326 D BluetoothKeystoreService: setBluetoothKeystoreService(): set to: com.android.bluetooth.btservice.bluetoothkeystore.BluetoothKeystoreService@3654a3 +02-27 08:13:09.606 505 543 W Looper : Slow delivery took 246ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:13:09.608 505 543 W Looper : Slow dispatch took 407ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:13:09.736 505 542 W Looper : Slow dispatch took 955ms android.fg h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null m=1 +02-27 08:13:09.736 505 542 W Looper : Slow delivery took 537ms android.fg h=android.os.Handler c=com.android.server.location.injector.SystemAppForegroundHelper$$ExternalSyntheticLambda1@d420976 m=0 +02-27 08:13:09.737 19112 20483 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:13:09.772 20405 20405 I AtvRemote.Application: Application started +02-27 08:13:09.861 505 505 W Looper : Drained +02-27 08:13:09.861 505 505 W Looper : Slow dispatch took 312ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:13:09.861 505 505 W Looper : Slow delivery took 312ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=5 +02-27 08:13:09.864 505 543 W Looper : Drained +02-27 08:13:09.877 19356 19622 W native : W0000 00:00:1772154789.877631 19622 model-utils.cc:16] No CRC32, most likely an old model; skip CRC32 check +02-27 08:13:09.885 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:13:09.885 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:13:09.935 19356 19622 I native : I0000 00:00:1772154789.934993 19622 permission-checker.cc:81] Creating PermissionChecker based on ACL with config_version 1 having 9 permissions defined. +02-27 08:13:09.937 20326 20326 D BluetoothKeystoreService: loadConfigData +02-27 08:13:10.101 19821 20122 D EGL_emulation: app_time_stats: avg=61.02ms min=11.20ms max=197.99ms count=17 +02-27 08:13:11.004 505 505 W Looper : Drained +02-27 08:13:11.053 505 505 W Looper : Slow dispatch took 450ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:13:11.170 19356 19622 W native : W0000 00:00:1772154791.141854 19622 words-map.cc:36] INVALID_ARGUMENT: Empty URI +02-27 08:13:11.170 19356 19622 W native : W0000 00:00:1772154791.170987 19622 words-map.cc:40] WordsMap was not properly initialized +02-27 08:13:11.216 19821 20122 D EGL_emulation: app_time_stats: avg=74.15ms min=22.87ms max=171.37ms count=15 +02-27 08:13:11.388 505 554 W ActivityManager: Slow operation: 1426ms so far, now at startProcess: done creating new process record +02-27 08:13:11.388 505 554 W ActivityManager: Slow operation: 1426ms so far, now at startProcess: stepping in to startProcess +02-27 08:13:12.194 19356 19489 W OptedInLoggerCreator: Could not retrieve Usage & Diagnostics setting. Giving up. +02-27 08:13:12.310 19821 20122 D EGL_emulation: app_time_stats: avg=156.15ms min=9.67ms max=368.53ms count=7 +02-27 08:13:12.437 505 554 W ActivityManager: Slow operation: 1049ms so far, now at startProcess: building args +02-27 08:13:12.510 19356 19489 I GMS_MM_Logger: Memory Metric Logging not allowed. Stopping. +02-27 08:13:12.599 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10077; state: DISABLED +02-27 08:13:12.599 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10077; state: DISABLED +02-27 08:13:12.600 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10077; state: DISABLED +02-27 08:13:12.600 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10077; state: DISABLED +02-27 08:13:12.621 505 554 W ActivityManager: Slow operation: 2659ms so far, now at startProcess: done starting proc! +02-27 08:13:12.810 505 555 W ActivityManager: Slow operation: 1422ms so far, now at startProcess: asking zygote to start proc +02-27 08:13:12.813 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10077; state: DISABLED +02-27 08:13:12.937 19356 19370 W gle.android.gm: Suspending all threads took: 9.307ms +02-27 08:13:13.157 322 322 D Zygote : Forked child process 20491 +02-27 08:13:13.158 505 555 W ActivityManager: Slow operation: 1770ms so far, now at startProcess: returned from zygote! +02-27 08:13:13.310 20448 20448 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.userdictionary' set to: 'default' +02-27 08:13:13.310 20448 20448 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:13:13.326 19821 20122 D EGL_emulation: app_time_stats: avg=78.07ms min=9.41ms max=366.20ms count=13 +02-27 08:13:13.952 20491 20491 I libc : SetHeapTaggingLevel: tag level set to 0 +02-27 08:13:14.242 20405 20487 W .remote.servic: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:13:14.242 505 514 W system_server: Suspending all threads took: 276.010ms +02-27 08:13:14.283 20448 20448 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:13:14.368 19821 20122 D EGL_emulation: app_time_stats: avg=173.07ms min=40.20ms max=490.97ms count=6 +02-27 08:13:14.639 20448 20448 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:13:14.718 19356 20481 I GmscoreIpa: (REDACTED) Using %s flags by method %d +02-27 08:13:14.740 20405 20487 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:13:14.740 20405 20487 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:13:14.820 20491 20491 E ssioncontrolle: Not starting debugger since process cannot load the jdwp agent. +02-27 08:13:15.398 19821 20122 D EGL_emulation: app_time_stats: avg=46.78ms min=6.48ms max=238.19ms count=22 +02-27 08:13:16.613 19821 20122 D EGL_emulation: app_time_stats: avg=113.53ms min=9.69ms max=518.44ms count=9 +02-27 08:13:17.486 19821 20122 D EGL_emulation: app_time_stats: avg=66.95ms min=6.82ms max=233.55ms count=13 +02-27 08:13:17.665 20491 20500 I ssioncontrolle: Background young concurrent copying GC freed 12581(549KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1826KB/25MB, paused 1.632ms,78us total 959.083ms +02-27 08:13:18.516 505 505 W Looper : Slow dispatch took 2311ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:13:19.522 19356 20458 W IcingInternalCorpora: Failed to get global search sources +02-27 08:13:19.523 505 514 I system_server: Background concurrent copying GC freed 2038298(51MB) AllocSpace objects, 7(200KB) LOS objects, 34% free, 44MB/68MB, paused 36.473ms,284.344ms total 10.580s +02-27 08:13:19.670 505 555 W ActivityManager: Slow operation: 8282ms so far, now at startProcess: done updating battery stats +02-27 08:13:19.670 505 555 W ActivityManager: Slow operation: 8282ms so far, now at startProcess: building log message +02-27 08:13:19.670 505 555 I ActivityManager: Start proc 20491:com.google.android.permissioncontroller/u0a77 for service {com.google.android.permissioncontroller/com.android.permissioncontroller.role.service.RoleControllerServiceImpl} +02-27 08:13:19.670 505 555 W ActivityManager: Slow operation: 8282ms so far, now at startProcess: starting to update pids map +02-27 08:13:19.670 505 555 W ActivityManager: Slow operation: 8282ms so far, now at startProcess: done updating pids map +02-27 08:13:19.750 505 1685 W ContentProviderHelper: Slow operation: 70ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:13:19.750 505 1685 W ContentProviderHelper: Slow operation: 70ms so far, now at getContentProviderImpl: done! +02-27 08:13:19.965 505 2796 W ActivityManager: Slow operation: 120ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:13:20.128 505 2796 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10077; state: DISABLED +02-27 08:13:20.189 505 2796 W ActivityManager: Slow operation: 344ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:13:20.194 20405 20405 W .remote.servic: Verification of void com.android.media.tv.remoteprovider.TvRemoteProvider.(android.content.Context) took 169.593ms (147.41 bytecodes/s) (1848B approximate peak alloc) +02-27 08:13:20.200 505 2796 W ActivityManager: Slow operation: 353ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:13:20.200 505 2796 W ActivityManager: Slow operation: 355ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:13:20.261 505 505 E PermissionControllerManager: Error updating user_sensitive flags for uid 10052 +02-27 08:13:20.261 505 505 E PermissionControllerManager: java.util.concurrent.TimeoutException +02-27 08:13:20.261 505 505 E PermissionControllerManager: at com.android.internal.infra.AndroidFuture.triggerTimeout(AndroidFuture.java:290) +02-27 08:13:20.261 505 505 E PermissionControllerManager: at com.android.internal.infra.AndroidFuture$$ExternalSyntheticLambda0.run(Unknown Source:2) +02-27 08:13:20.261 505 505 E PermissionControllerManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:13:20.261 505 505 E PermissionControllerManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:13:20.261 505 505 E PermissionControllerManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:13:20.261 505 505 E PermissionControllerManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:13:20.261 505 505 E PermissionControllerManager: at com.android.server.SystemServer.run(SystemServer.java:903) +02-27 08:13:20.261 505 505 E PermissionControllerManager: at com.android.server.SystemServer.main(SystemServer.java:610) +02-27 08:13:20.261 505 505 E PermissionControllerManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:13:20.261 505 505 E PermissionControllerManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:13:20.261 505 505 E PermissionControllerManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) +02-27 08:13:20.261 505 505 W Looper : Slow dispatch took 459ms main h=android.os.Handler c=com.android.internal.infra.AndroidFuture$$ExternalSyntheticLambda0@fe2e6ce m=0 +02-27 08:13:20.324 505 2796 W ActivityManager: Slow operation: 479ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:13:20.345 198 20484 I keystore2: keystore2::watchdog: Watchdog thread idle -> terminating. Have a great day. +02-27 08:13:20.346 20491 20491 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10077; state: DISABLED +02-27 08:13:20.347 505 554 W ActivityManager: Timeout executing service: ServiceRecord{94a8863 u0 com.google.android.tv.remote.service/.AtvRemoteProviderService} +02-27 08:13:20.349 19821 20122 D EGL_emulation: app_time_stats: avg=714.25ms min=127.59ms max=2159.29ms count=4 +02-27 08:13:20.470 182 182 I lowmemorykiller: Kill 'android.process.acore' (20448), uid 10028, oom_score_adj 200 to free 59508kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (1272%) +02-27 08:13:20.693 505 542 W Looper : Slow dispatch took 362ms android.fg h=android.os.Handler c=com.android.server.location.injector.SystemAppForegroundHelper$$ExternalSyntheticLambda1@120acfc m=0 +02-27 08:13:20.963 322 322 I Zygote : Process 20448 exited due to signal 9 (Killed) +02-27 08:13:21.028 19988 20241 E ActivityThread: Failed to find provider info for user_dictionary +02-27 08:13:21.065 505 543 W Looper : Slow dispatch took 763ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:13:21.082 505 543 W Looper : Slow delivery took 747ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:13:21.106 19988 20241 W ShortcutsDataManager: AbstractContentDataManager.importRecords():315 importRecords() : Failed to open cursor +02-27 08:13:21.113 19988 20241 I ShortcutsDataManager: AbstractContentDataManager.importContentData():289 importContentData() : Ending import process +02-27 08:13:21.145 505 543 W Looper : Drained +02-27 08:13:21.245 505 891 I ActivityManager: Background started FGS: Allowed [callingPackage: com.google.android.inputmethod.latin; callingUid: 10066; uidState: IMPB; intent: Intent { act=com.google.android.tv.remote.service.VIRTUAL_REMOTE_IME pkg=com.google.android.tv.remote.service }; code:CURRENT_INPUT_METHOD; tempAllowListReason:; targetSdkVersion:31; callerTargetSdkVersion:31; startForegroundCount:0; bindFromPackage:null] +02-27 08:13:21.747 20491 20491 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar +02-27 08:13:21.780 505 543 W Looper : Slow dispatch took 482ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:13:22.272 505 543 W Looper : Slow delivery took 494ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:13:22.273 505 543 W Looper : Slow dispatch took 492ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:13:22.506 505 542 W Looper : Slow dispatch took 101ms android.fg h=android.os.Handler c=com.android.server.location.injector.SystemAppForegroundHelper$$ExternalSyntheticLambda1@24101a6 m=0 +02-27 08:13:22.549 505 3536 I ActivityManager: Process android.process.acore (pid 20448) has died: prcp IMPB +02-27 08:13:22.568 505 556 I libprocessgroup: Successfully killed process cgroup uid 10028 pid 20448 in 2ms +02-27 08:13:22.592 19988 20241 I PersonalLanguageModelUpdater: PersonalLanguageModelUpdater$UpdateOperation.performInternal():164 run() : Added 0 words and 0 shortcuts +02-27 08:13:22.597 19988 20241 I DynamicLanguageModelOperation: DynamicLanguageModelOperation.perform():38 perform() : 4 : bxx : Completed +02-27 08:13:22.740 19112 20504 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:13:22.769 19112 20406 W ReceiverIntentOperation: Broadcast task took longer than expected. Ending operation. +02-27 08:13:22.850 19988 19988 I ShortcutsDataManager: AbstractContentDataManager$ImportContentTask.onPostExecute():260 onPostExecute() : Result = [1,0] +02-27 08:13:22.851 19988 19988 I ShortcutsDataManager: ShortcutsDataManager.onImportFinished():83 onImportFinished() : Result = 1 : Count = 0 +02-27 08:13:23.041 505 514 W system_server: Suspending all threads took: 10.620ms +02-27 08:13:24.367 19356 20520 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=ContactsIndexer serviceId=33 +02-27 08:13:24.536 19356 20525 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36 +02-27 08:13:24.566 19356 19370 W gle.android.gm: Suspending all threads took: 25.172ms +02-27 08:13:24.749 19356 19370 I gle.android.gm: Background concurrent copying GC freed 11831(772KB) AllocSpace objects, 2(40KB) LOS objects, 49% free, 4831KB/9663KB, paused 29.852ms,25.774ms total 3.506s +02-27 08:13:24.764 19356 20527 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=32 +02-27 08:13:25.539 505 543 W Looper : Slow dispatch took 1603ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=32 +02-27 08:13:25.610 505 542 W Looper : Drained +02-27 08:13:25.876 182 182 I lowmemorykiller: Kill 'com.google.android.inputmethod.latin' (19988), uid 10066, oom_score_adj 200 to free 49412kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (431%) +02-27 08:13:26.057 505 3536 W ActivityManager: Slow operation: 94ms so far, now at startProcess: done removing from pids map +02-27 08:13:26.062 505 3536 W ActivityManager: Slow operation: 100ms so far, now at startProcess: starting to update cpu stats +02-27 08:13:26.062 505 3536 W ActivityManager: Slow operation: 100ms so far, now at startProcess: done updating cpu stats +02-27 08:13:26.167 505 3536 W ActivityManager: Slow operation: 205ms so far, now at startProcess: getting gids from package manager +02-27 08:13:26.369 505 2569 I WindowManager: WIN DEATH: Window{6a86fa9 u0 InputMethod} +02-27 08:13:26.372 322 322 I Zygote : Process 19988 exited due to signal 9 (Killed) +02-27 08:13:26.382 505 514 I system_server: Background young concurrent copying GC freed 2269813(57MB) AllocSpace objects, 0(0B) LOS objects, 37% free, 40MB/64MB, paused 28.025ms,18.112ms total 4.716s +02-27 08:13:26.425 505 3536 W ActivityManager: Slow operation: 463ms so far, now at startProcess: building args +02-27 08:13:26.517 505 543 W Looper : Slow dispatch took 978ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:13:26.570 505 2569 W InputManager-JNI: Input channel object '6a86fa9 InputMethod (client)' was disposed without first being removed with the input manager! +02-27 08:13:26.766 20491 20491 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.permissioncontroller' set to: 'default' +02-27 08:13:26.769 20491 20491 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:13:26.891 20491 20491 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:13:26.966 20491 20491 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:13:27.112 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10028; state: DISABLED +02-27 08:13:27.112 505 3536 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10028; state: DISABLED +02-27 08:13:27.114 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10028; state: DISABLED +02-27 08:13:27.114 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10028; state: ENABLED +02-27 08:13:27.153 505 555 W ActivityManager: Slow operation: 1191ms so far, now at startProcess: asking zygote to start proc +02-27 08:13:27.156 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10028; state: ENABLED +02-27 08:13:27.163 505 543 W Looper : Drained +02-27 08:13:27.209 322 322 D Zygote : Forked child process 20529 +02-27 08:13:27.249 505 555 W ActivityManager: Slow operation: 1286ms so far, now at startProcess: returned from zygote! +02-27 08:13:27.305 505 543 W Looper : Slow dispatch took 129ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:13:27.332 505 3536 W ProcessStats: Tracking association SourceState{73607fb com.google.android.gms/10057 BTopFgs #12367} whose proc state 2 is better than process ProcessState{7b2e6b6 com.google.android.gms.persistent/10057 pkg=com.google.android.gms} proc state 3 (9 skipped) +02-27 08:13:27.355 505 505 W Looper : Slow dispatch took 7010ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:13:27.355 505 505 W Looper : Slow delivery took 6639ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=6 +02-27 08:13:27.688 505 595 I ActivityManager: Process com.google.android.inputmethod.latin (pid 19988) has died: prcp IMPB +02-27 08:13:27.709 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 19988 in 6ms +02-27 08:13:27.762 20491 20491 I CarUiInstaller: CarUiInstaller started for com.google.android.permissioncontroller +02-27 08:13:27.822 505 595 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 2111ms for connection +02-27 08:13:27.917 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 19988 +02-27 08:13:27.962 505 20517 I ActivityManager: dumpStackTraces pids={1242=true, 18473=true, 19112=true, 19356=true, 19821=true, 19988=true, 20326=true, 20412=true, 20491=true} nativepids=[190, 198, 320, 321, 360, 411, 415, 416, 417, 425, 20161, 20326] +02-27 08:13:27.982 20529 20529 E d.process.acor: Not starting debugger since process cannot load the jdwp agent. +02-27 08:13:27.997 505 555 W ActivityManager: Slow operation: 2035ms so far, now at startProcess: done updating battery stats +02-27 08:13:28.010 505 555 W ActivityManager: Slow operation: 2048ms so far, now at startProcess: building log message +02-27 08:13:28.069 505 555 I ActivityManager: Start proc 20529:android.process.acore/u0a28 for restart android.process.acore +02-27 08:13:28.073 505 555 W ActivityManager: Slow operation: 2111ms so far, now at startProcess: starting to update pids map +02-27 08:13:28.074 505 555 W ActivityManager: Slow operation: 2112ms so far, now at startProcess: done updating pids map +02-27 08:13:28.220 19112 19134 W ProviderHelper: Unknown dynamite feature cast_tv_dynamite +02-27 08:13:28.344 19356 19622 I Icing : updateResources: need to parse wls{com.google.android.gms} +02-27 08:13:28.406 505 505 W Looper : Slow dispatch took 953ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=null m=7 +02-27 08:13:30.018 19356 19370 W gle.android.gm: Suspending all threads took: 185.623ms +02-27 08:13:30.065 505 594 I ActivityManager: Background started FGS: Allowed [callingPackage: com.google.android.tv.remote.service; callingUid: 10049; uidState: FGS ; intent: Intent { act=com.google.android.tv.remote.service.VIRTUAL_REMOTE_IME pkg=com.google.android.tv.remote.service }; code:BACKGROUND_ACTIVITY_PERMISSION; tempAllowListReason:; targetSdkVersion:31; callerTargetSdkVersion:31; startForegroundCount:0; bindFromPackage:null]; startForegroundDelayMs:106610 +02-27 08:13:30.270 20529 20538 I d.process.acor: Background young concurrent copying GC freed 12503(536KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1839KB/25MB, paused 103us,109us total 598.829ms +02-27 08:13:30.353 505 505 W InputMethodManagerService: Session failed to close due to remote exception +02-27 08:13:30.353 505 505 W InputMethodManagerService: android.os.DeadObjectException +02-27 08:13:30.353 505 505 W InputMethodManagerService: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:13:30.353 505 505 W InputMethodManagerService: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:13:30.353 505 505 W InputMethodManagerService: at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:425) +02-27 08:13:30.353 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.finishSessionLocked(InputMethodManagerService.java:2812) +02-27 08:13:30.353 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearClientSessionLocked(InputMethodManagerService.java:2803) +02-27 08:13:30.353 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:2830) +02-27 08:13:30.353 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:2859) +02-27 08:13:30.353 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:2097) +02-27 08:13:30.353 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:2112) +02-27 08:13:30.353 505 505 W InputMethodManagerService: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:13:30.353 505 505 W InputMethodManagerService: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:13:30.353 505 505 W InputMethodManagerService: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:13:30.353 505 505 W InputMethodManagerService: at android.os.Looper.loop(Looper.java:288) +02-27 08:13:30.353 505 505 W InputMethodManagerService: at com.android.server.SystemServer.run(SystemServer.java:903) +02-27 08:13:30.353 505 505 W InputMethodManagerService: at com.android.server.SystemServer.main(SystemServer.java:610) +02-27 08:13:30.353 505 505 W InputMethodManagerService: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:13:30.353 505 505 W InputMethodManagerService: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:13:30.353 505 505 W InputMethodManagerService: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) +02-27 08:13:30.421 505 505 W Looper : Slow dispatch took 1977ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@97cbd30 m=0 +02-27 08:13:30.479 19112 20343 I GMS_MM_Logger: Memory Metric Logging not allowed. Stopping. +02-27 08:13:31.854 505 20517 I ActivityManager: Skipping next CPU consuming process, not a java proc: 505 +02-27 08:13:31.854 505 20517 I ActivityManager: Skipping next CPU consuming process, not a java proc: 116 +02-27 08:13:31.855 505 20517 I ActivityManager: Skipping next CPU consuming process, not a java proc: 321 +02-27 08:13:32.374 20405 20511 D PhenotypeContext: Application doesn't implement PhenotypeApplication interface, falling back to globally set context. See go/phenotype-flag#process-stable-init for more info. +02-27 08:13:32.841 20491 20491 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:13:32.906 505 20517 I ActivityManager: Dumping to /data/anr/anr_2026-02-27-08-13-32-274 +02-27 08:13:33.036 505 20517 I ActivityManager: Collecting stacks for pid 20405 +02-27 08:13:33.135 505 20517 I system_server: libdebuggerd_client: started dumping process 20405 +02-27 08:13:33.151 505 554 W ActivityManager: Slow operation: 231ms so far, now at startProcess: done creating new process record +02-27 08:13:33.152 505 554 W ActivityManager: Slow operation: 254ms so far, now at startProcess: stepping in to startProcess +02-27 08:13:33.169 235 235 I tombstoned: registered intercept for pid 20405 and type kDebuggerdJavaBacktrace +02-27 08:13:33.188 20405 20411 I .remote.servic: Thread[6,tid=20411,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0916f0,peer=0x12d00000,"Signal Catcher"]: reacting to signal 3 +02-27 08:13:33.188 20405 20411 I .remote.servic: +02-27 08:13:33.213 505 514 W system_server: Suspending all threads took: 48.037ms +02-27 08:13:33.352 20405 20411 W .remote.servic: Suspending all threads took: 9.301ms +02-27 08:13:34.555 505 514 I system_server: Background concurrent copying GC freed 2490263(63MB) AllocSpace objects, 0(0B) LOS objects, 37% free, 39MB/63MB, paused 36.211ms,58.069ms total 4.943s +02-27 08:13:34.580 505 554 W ActivityManager: Slow operation: 1428ms so far, now at startProcess: building args +02-27 08:13:34.628 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 08:13:34.654 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 08:13:34.768 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 08:13:34.768 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 08:13:34.770 505 555 W ActivityManager: Slow operation: 1618ms so far, now at startProcess: asking zygote to start proc +02-27 08:13:34.770 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 08:13:34.779 505 554 W ActivityManager: Slow operation: 1880ms so far, now at startProcess: done starting proc! +02-27 08:13:35.002 322 322 D Zygote : Forked child process 20551 +02-27 08:13:35.013 505 555 W ActivityManager: Slow operation: 1861ms so far, now at startProcess: returned from zygote! +02-27 08:13:35.113 235 235 I tombstoned: received crash request for pid 20405 +02-27 08:13:35.113 235 235 I tombstoned: found intercept fd 512 for pid 20405 and type kDebuggerdJavaBacktrace +02-27 08:13:35.115 20405 20411 I .remote.servic: Wrote stack traces to tombstoned +02-27 08:13:35.116 235 235 W tombstoned: missing output fd +02-27 08:13:35.118 505 20517 I system_server: libdebuggerd_client: done dumping process 20405 +02-27 08:13:35.216 505 20517 I ActivityManager: Collecting stacks for pid 505 +02-27 08:13:35.266 19356 20450 W IcingInternalCorpora: Failed to get global search sources +02-27 08:13:35.294 505 20517 I system_server: libdebuggerd_client: started dumping process 505 +02-27 08:13:35.305 235 235 I tombstoned: registered intercept for pid 505 and type kDebuggerdJavaBacktrace +02-27 08:13:35.382 505 511 I system_server: Thread[2,tid=511,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0932c0,peer=0x12e40158,"Signal Catcher"]: reacting to signal 3 +02-27 08:13:35.383 505 511 I system_server: +02-27 08:13:35.480 505 505 W Looper : Slow dispatch took 5059ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:13:35.777 19112 19112 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 } +02-27 08:13:35.777 19112 19112 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 } +02-27 08:13:36.105 20551 20551 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 08:13:36.109 20326 20326 I droid.bluetoot: [0227/081336.104582:INFO:com_android_bluetooth_btservice_ActivityAttribution.cpp(96)] classInitNative: succeeds +02-27 08:13:36.123 20326 20326 D BluetoothKeystoreService: getCompareResult: 0 +02-27 08:13:36.345 505 2243 W ActivityManager: Slow operation: 606ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:13:36.347 505 2243 W ActivityManager: Slow operation: 609ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:13:36.353 505 2243 W ActivityManager: Slow operation: 614ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:13:36.353 505 2243 W ActivityManager: Slow operation: 615ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:13:36.398 505 2243 W ActivityManager: Slow operation: 660ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:13:36.402 505 2243 W ActivityManager: Slow operation: 664ms so far, now at attachApplicationLocked: after updateOomAdjLocked +02-27 08:13:36.410 20529 20529 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10028; state: ENABLED +02-27 08:13:36.512 505 542 W Looper : Slow dispatch took 1677ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:13:37.508 20529 20529 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.userdictionary' set to: 'default' +02-27 08:13:37.508 20529 20529 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:13:37.532 20529 20529 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:13:37.552 20529 20529 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:13:38.152 505 555 W ActivityManager: Slow operation: 4999ms so far, now at startProcess: done updating battery stats +02-27 08:13:38.157 505 555 W ActivityManager: Slow operation: 5004ms so far, now at startProcess: building log message +02-27 08:13:38.157 505 555 I ActivityManager: Start proc 20551:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:13:38.157 505 555 W ActivityManager: Slow operation: 5005ms so far, now at startProcess: starting to update pids map +02-27 08:13:38.157 505 555 W ActivityManager: Slow operation: 5005ms so far, now at startProcess: done updating pids map +02-27 08:13:38.177 505 505 W Looper : Slow dispatch took 2656ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:13:38.418 505 2908 W ActivityManager: Slow operation: 137ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:13:38.418 505 2908 W ActivityManager: Slow operation: 137ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:13:38.485 505 505 W Looper : Slow dispatch took 191ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@f3d9bc1 m=0 +02-27 08:13:38.620 20529 20529 I ContactsPerf: VoicemailContentProvider.onCreate start +02-27 08:13:38.702 505 2908 W ActivityManager: Slow operation: 421ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:13:38.702 505 543 W Looper : Slow dispatch took 180ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:13:38.730 20529 20529 I ContactsPerf: VoicemailContentProvider.onCreate finish +02-27 08:13:38.733 20551 20551 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 08:13:38.794 235 235 I tombstoned: received crash request for pid 505 +02-27 08:13:38.794 235 235 I tombstoned: found intercept fd 512 for pid 505 and type kDebuggerdJavaBacktrace +02-27 08:13:38.796 505 511 I system_server: Wrote stack traces to tombstoned +02-27 08:13:38.802 19356 19370 W gle.android.gm: Suspending all threads took: 57.453ms +02-27 08:13:38.805 235 235 W tombstoned: missing output fd +02-27 08:13:38.838 505 20517 I system_server: libdebuggerd_client: done dumping process 505 +02-27 08:13:38.906 505 1925 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #12402} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (58 skipped) +02-27 08:13:38.989 505 505 W Looper : Slow dispatch took 485ms main h=android.app.ActivityThread$H c=null m=124 +02-27 08:13:39.349 505 20517 I ActivityManager: Collecting stacks for pid 1265 +02-27 08:13:39.909 505 20517 I system_server: libdebuggerd_client: started dumping process 1265 +02-27 08:13:39.920 505 505 W Looper : Slow dispatch took 815ms main h=android.service.notification.NotificationListenerService$MyHandler c=null m=7 +02-27 08:13:39.953 235 235 I tombstoned: registered intercept for pid 1265 and type kDebuggerdJavaBacktrace +02-27 08:13:39.973 1265 1271 I or.multidispla: Thread[4,tid=1271,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b08df50,peer=0x12cc00b0,"Signal Catcher"]: reacting to signal 3 +02-27 08:13:40.012 20491 20550 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:13:40.014 1265 1271 I or.multidispla: +02-27 08:13:40.939 770 795 I ndroid.systemu: Background concurrent copying GC freed 694(129KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3501KB/7003KB, paused 232us,373us total 2.544s +02-27 08:13:41.023 505 505 W Looper : Slow dispatch took 972ms main h=android.os.Handler c=com.android.server.statusbar.StatusBarManagerService$$ExternalSyntheticLambda3@35901f9 m=0 +02-27 08:13:41.550 20412 20547 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10052; state: ENABLED +02-27 08:13:41.651 20551 20551 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:13:41.693 20326 20326 I bt_btif : system/bt/btif/src/bluetooth.cc:162 init: init: start restricted = 0 ; common criteria mode = 0, config compare result = 0 +02-27 08:13:42.187 20326 20326 I bt : bt_common::init_flags: Flags loaded: gd_core=false gd_advertising=false gd_scanning=false gd_security=false gd_acl=false gd_l2cap=false gd_hci=false gd_controller=false gatt_robust_caching=false btaa_hci=false gd_rust=false gd_link_policy=false +02-27 08:13:42.385 20326 20576 I droid.bluetoot: [0227/081342.314983:INFO:message_loop_thread.cc(224)] Run: message loop starting for thread bt_stack_manager_thread +02-27 08:13:42.402 505 505 W Looper : Slow dispatch took 1379ms main h=com.android.internal.os.HandlerCaller$MyHandler c=null m=7000 +02-27 08:13:42.437 20326 20576 I bt_stack_manager: system/bt/btif/src/stack_manager.cc:200 event_init_stack: is initializing the stack +02-27 08:13:42.615 505 1685 D CountryDetector: The first listener is added +02-27 08:13:42.750 20529 20529 I ContactsDatabaseHelper: updateUseStrictPhoneNumberComparison: US +02-27 08:13:42.986 505 514 W system_server: Suspending all threads took: 289.182ms +02-27 08:13:44.761 19821 20122 D EGL_emulation: app_time_stats: avg=12112.75ms min=186.01ms max=24039.50ms count=2 +02-27 08:13:44.814 20551 20559 W putmethod.lati: Suspending all threads took: 8.621ms +02-27 08:13:45.387 235 235 I tombstoned: received crash request for pid 1265 +02-27 08:13:45.388 235 235 I tombstoned: found intercept fd 512 for pid 1265 and type kDebuggerdJavaBacktrace +02-27 08:13:45.388 1265 1271 I or.multidispla: Wrote stack traces to tombstoned +02-27 08:13:45.389 235 235 W tombstoned: missing output fd +02-27 08:13:45.421 505 20517 I system_server: libdebuggerd_client: done dumping process 1265 +02-27 08:13:45.581 505 20517 I ActivityManager: Collecting stacks for pid 948 +02-27 08:13:45.621 505 20517 I system_server: libdebuggerd_client: started dumping process 948 +02-27 08:13:45.642 235 235 I tombstoned: registered intercept for pid 948 and type kDebuggerdJavaBacktrace +02-27 08:13:45.649 948 953 I com.android.se: Thread[4,tid=953,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0932c0,peer=0x12d000b0,"Signal Catcher"]: reacting to signal 3 +02-27 08:13:45.650 948 953 I com.android.se: +02-27 08:13:46.494 182 182 I lowmemorykiller: Kill 'android.process.acore' (20529), uid 10028, oom_score_adj 905 to free 46052kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (132%) +02-27 08:13:47.188 322 322 I Zygote : Process 20529 exited due to signal 9 (Killed) +02-27 08:13:48.093 505 2476 D CountryDetector: No listener is left +02-27 08:13:48.157 235 235 I tombstoned: received crash request for pid 948 +02-27 08:13:48.159 235 235 I tombstoned: found intercept fd 512 for pid 948 and type kDebuggerdJavaBacktrace +02-27 08:13:48.169 235 235 W tombstoned: missing output fd +02-27 08:13:48.176 948 953 I com.android.se: Wrote stack traces to tombstoned +02-27 08:13:48.187 505 20517 I system_server: libdebuggerd_client: done dumping process 948 +02-27 08:13:48.187 20491 20550 W Role : Cannot get ApplicationInfo for default holder: com.android.contacts +02-27 08:13:48.370 505 20517 I ActivityManager: Collecting stacks for pid 896 +02-27 08:13:49.270 505 20517 I system_server: libdebuggerd_client: started dumping process 896 +02-27 08:13:49.317 235 235 I tombstoned: registered intercept for pid 896 and type kDebuggerdJavaBacktrace +02-27 08:13:49.318 20491 20516 I PermissionControllerServiceImpl: Updating user sensitive for uid 10052 +02-27 08:13:49.402 896 901 I rkstack.proces: Thread[2,tid=901,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0ab820,peer=0x12f000b0,"Signal Catcher"]: reacting to signal 3 +02-27 08:13:49.414 505 514 I system_server: Background concurrent copying GC freed 1844224(46MB) AllocSpace objects, 1(36KB) LOS objects, 35% free, 43MB/67MB, paused 16.424ms,291.434ms total 10.379s +02-27 08:13:49.418 896 901 I rkstack.proces: +02-27 08:13:49.438 505 2908 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #12408} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (1 skipped) +02-27 08:13:49.551 505 505 W Looper : Slow dispatch took 7121ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$$ExternalSyntheticLambda7@150cd10 m=0 +02-27 08:13:50.014 20405 20405 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:13:50.046 505 554 I ActivityManager: Killing 20529:android.process.acore/u0a28 (adj 905): timeout publishing content providers +02-27 08:13:50.055 505 556 I libprocessgroup: Successfully killed process cgroup uid 10028 pid 20529 in 0ms +02-27 08:13:50.069 20551 20551 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 08:13:50.070 20551 20551 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:13:50.108 20491 20506 I PermissionControllerServiceImpl: Updating user sensitive for uid 10052 +02-27 08:13:50.117 505 543 W Looper : Slow dispatch took 271ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:13:50.137 20551 20551 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:13:50.276 20551 20551 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:13:50.494 505 505 W Looper : Slow dispatch took 846ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=6 +02-27 08:13:50.545 19112 19112 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:13:50.546 19112 19112 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:13:50.552 505 2113 V ActivityManager: Got obituary of 20529:android.process.acore +02-27 08:13:50.713 505 505 E PermissionControllerManager: Error updating user_sensitive flags for uid 10052 +02-27 08:13:50.713 505 505 E PermissionControllerManager: java.util.concurrent.TimeoutException +02-27 08:13:50.713 505 505 E PermissionControllerManager: at com.android.internal.infra.AndroidFuture.triggerTimeout(AndroidFuture.java:290) +02-27 08:13:50.713 505 505 E PermissionControllerManager: at com.android.internal.infra.AndroidFuture$$ExternalSyntheticLambda0.run(Unknown Source:2) +02-27 08:13:50.713 505 505 E PermissionControllerManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:13:50.713 505 505 E PermissionControllerManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:13:50.713 505 505 E PermissionControllerManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:13:50.713 505 505 E PermissionControllerManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:13:50.713 505 505 E PermissionControllerManager: at com.android.server.SystemServer.run(SystemServer.java:903) +02-27 08:13:50.713 505 505 E PermissionControllerManager: at com.android.server.SystemServer.main(SystemServer.java:610) +02-27 08:13:50.713 505 505 E PermissionControllerManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:13:50.713 505 505 E PermissionControllerManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:13:50.713 505 505 E PermissionControllerManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) +02-27 08:13:50.713 505 505 W Looper : Slow dispatch took 211ms main h=android.os.Handler c=com.android.internal.infra.AndroidFuture$$ExternalSyntheticLambda0@e8c9972 m=0 +02-27 08:13:51.178 346 346 E android.hardware.power.stats@1.0-service-mock: Failed to getEnergyData +02-27 08:13:51.528 505 505 W Looper : Drained +02-27 08:13:51.553 505 505 W Looper : Slow dispatch took 756ms main h=com.android.server.powerstats.PowerStatsLogger c=null m=2 +02-27 08:13:51.858 20491 20550 W Role : Cannot get ApplicationInfo for default holder: com.android.gallery3d +02-27 08:13:51.948 19821 20122 D EGL_emulation: app_time_stats: avg=7168.30ms min=7168.30ms max=7168.30ms count=1 +02-27 08:13:53.726 505 20517 E system_server: libdebuggerd_client: failed to read status response from tombstoned: Try again +02-27 08:13:53.728 20405 20405 I AtvRemote.RemoteService: Starting bluetooth server +02-27 08:13:53.791 235 235 I tombstoned: intercept for pid 896 and type kDebuggerdJavaBacktrace terminated: due to input +02-27 08:13:54.058 505 20517 W ActivityManager: Dumping Java threads failed, initiating native stack dump. +02-27 08:13:54.103 505 20517 I system_server: libdebuggerd_client: started dumping process 896 +02-27 08:13:54.184 235 235 I tombstoned: registered intercept for pid 896 and type kDebuggerdNativeBacktrace +02-27 08:13:54.278 896 896 I libc : Requested dump for tid 896 (rkstack.process) +02-27 08:13:54.329 19356 20523 W IcingInternalCorpora: Failed to get global search sources +02-27 08:13:54.388 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:13:54.452 505 505 W Looper : Slow dispatch took 2496ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$PostNotificationRunnable@2acb0ff m=0 +02-27 08:13:54.470 505 505 W Looper : Slow delivery took 1980ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$NotificationListeners$$ExternalSyntheticLambda4@5af3ecc m=0 +02-27 08:13:54.642 505 505 W Looper : Slow dispatch took 172ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$NotificationListeners$$ExternalSyntheticLambda4@99b902a m=0 +02-27 08:13:54.683 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:13:54.745 505 505 W Looper : Slow dispatch took 102ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=5 +02-27 08:13:54.842 19112 19112 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:13:54.846 19112 19112 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:13:55.540 182 182 I lowmemorykiller: Kill 'com.google.android.gms' (19356), uid 10057, oom_score_adj 500 to free 81708kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (102%) +02-27 08:13:55.774 322 322 I Zygote : Process 19356 exited due to signal 9 (Killed) +02-27 08:13:56.087 20326 20599 I bt_osi_thread: system/bt/osi/src/thread.cc:209 run_thread: run_thread: thread id 20599, thread name alarm_default_ca started +02-27 08:13:56.091 20326 20600 I bt_osi_thread: system/bt/osi/src/thread.cc:209 run_thread: run_thread: thread id 20600, thread name alarm_dispatcher started +02-27 08:13:56.102 20326 20576 I bt_btif_core: system/bt/btif/src/btif_core.cc:235 btif_init_bluetooth: btif_init_bluetooth entered +02-27 08:13:56.168 505 20517 E system_server: libdebuggerd_client: failed to read status response from tombstoned: Try again +02-27 08:13:56.168 20326 20601 I droid.bluetoot: [0227/081356.141047:INFO:message_loop_thread.cc(224)] Run: message loop starting for thread bt_jni_thread +02-27 08:13:56.185 235 235 I tombstoned: intercept for pid 896 and type kDebuggerdNativeBacktrace terminated: due to input +02-27 08:13:56.188 20326 20576 I bt_btif_core: system/bt/btif/src/btif_core.cc:239 btif_init_bluetooth: btif_init_bluetooth finished +02-27 08:13:56.332 20596 20596 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdNativeBacktrace +02-27 08:13:56.334 235 235 I tombstoned: received crash request for pid 896 +02-27 08:13:56.334 235 235 E tombstoned: failed to get crash output for type kDebuggerdNativeBacktrace +02-27 08:13:56.334 20596 20596 E libc : failed to read response to DumpRequest packet: No message of desired type +02-27 08:13:56.334 20596 20596 I crash_dump64: performing dump of process 896 (target tid = 896) +02-27 08:13:56.635 505 20517 W ActivityManager: Native stack dump failed! +02-27 08:13:56.709 505 20517 E ActivityManager: Aborting stack trace dump (current firstPid=896); deadline exceeded. +02-27 08:13:58.143 505 514 W system_server: Suspending all threads took: 90.779ms +02-27 08:13:58.230 896 904 I rkstack.proces: Background concurrent copying GC freed 3600(222KB) AllocSpace objects, 8(480KB) LOS objects, 49% free, 2461KB/4923KB, paused 87us,224us total 1.387s +02-27 08:13:59.430 19821 20145 E starboard: Data from client has what = MESSAGE_TO_KIMONO instead of expected MESSAGE_TO_CAST_SENDER - not sending to Cast sender +02-27 08:13:59.460 19821 20145 E starboard: Data from client has what = MESSAGE_TO_KIMONO instead of expected MESSAGE_TO_CAST_SENDER - not sending to Cast sender +02-27 08:13:59.469 19821 20145 E starboard: Data from client has what = MESSAGE_TO_KIMONO instead of expected MESSAGE_TO_CAST_SENDER - not sending to Cast sender +02-27 08:13:59.743 896 901 W libbacktrace: bool ThreadEntry::Wait(int): pthread_cond_timedwait for value 1 failed: Connection timed out +02-27 08:13:59.795 235 235 I tombstoned: received crash request for pid 896 +02-27 08:13:59.824 235 235 E tombstoned: Traces for pid 896 written to: trace_00 +02-27 08:13:59.831 896 901 I rkstack.proces: Wrote stack traces to tombstoned +02-27 08:13:59.881 20326 20576 I bt_stack_config: system/bt/main/stack_config.cc:51 init: init attempt to load stack conf from /etc/bluetooth/bt_stack.conf +02-27 08:13:59.889 20326 20576 I bt_stack_manager: system/bt/btif/src/stack_manager.cc:223 event_init_stack: finished +02-27 08:13:59.897 20326 20326 I bt_osi_wakelock: system/bt/osi/src/wakelock.cc:98 wakelock_set_os_callouts: wakelock_set_os_callouts set to non-native +02-27 08:13:59.903 20326 20326 I bt_btif : system/bt/btif/src/bluetooth.cc:420 get_profile_interface: get_profile_interface: id = socket +02-27 08:14:00.047 20326 20326 E droid.bluetoot: [0227/081400.037982:ERROR:message_loop_thread.cc(102)] DoInThreadDelayed: message loop is null for thread bt_main_thread(-1), from pc:0x7a81c93a74 +02-27 08:14:00.047 20326 20326 E droid.bluetoot: [0227/081400.047717:ERROR:btu_task.cc(94)] do_in_main_thread: failed from pc:0x7a81c93a74 +02-27 08:14:00.047 20326 20326 E droid.bluetoot: [0227/081400.047914:ERROR:message_loop_thread.cc(102)] DoInThreadDelayed: message loop is null for thread bt_main_thread(-1), from pc:0x7a81c93a74 +02-27 08:14:00.048 20326 20326 E droid.bluetoot: [0227/081400.048402:ERROR:btu_task.cc(94)] do_in_main_thread: failed from pc:0x7a81c93a74 +02-27 08:14:00.048 20326 20326 E droid.bluetoot: [0227/081400.048569:ERROR:message_loop_thread.cc(102)] DoInThreadDelayed: message loop is null for thread bt_main_thread(-1), from pc:0x7a81c93a74 +02-27 08:14:00.048 20326 20326 E droid.bluetoot: [0227/081400.048585:ERROR:btu_task.cc(94)] do_in_main_thread: failed from pc:0x7a81c93a74 +02-27 08:14:00.066 505 20517 W Process : Unable to open /proc/20604/status +02-27 08:14:00.089 505 505 W Looper : Slow dispatch took 5344ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$$ExternalSyntheticLambda7@1485d01 m=0 +02-27 08:14:00.106 20326 20326 D BluetoothKeystoreService: initJni() +02-27 08:14:00.117 20326 20326 I bt_btif : system/bt/btif/src/bluetooth.cc:420 get_profile_interface: get_profile_interface: id = bluetooth_keystore +02-27 08:14:00.148 505 514 I system_server: Background young concurrent copying GC freed 2266233(57MB) AllocSpace objects, 0(0B) LOS objects, 35% free, 43MB/67MB, paused 4.258ms,289.379ms total 5.468s +02-27 08:14:00.170 505 20517 E ActivityManager: ANR in com.google.android.tv.remote.service +02-27 08:14:00.170 505 20517 E ActivityManager: PID: 20405 +02-27 08:14:00.170 505 20517 E ActivityManager: Reason: executing service com.google.android.tv.remote.service/.AtvRemoteProviderService +02-27 08:14:00.170 505 20517 E ActivityManager: Frozen: false +02-27 08:14:00.170 505 20517 E ActivityManager: Load: 18.53 / 12.89 / 6.76 +02-27 08:14:00.170 505 20517 E ActivityManager: ----- Output from /proc/pressure/memory ----- +02-27 08:14:00.170 505 20517 E ActivityManager: some avg10=42.08 avg60=37.68 avg300=28.32 total=210257402 +02-27 08:14:00.170 505 20517 E ActivityManager: full avg10=10.24 avg60=7.73 avg300=6.41 total=52536200 +02-27 08:14:00.170 505 20517 E ActivityManager: ----- End output from /proc/pressure/memory ----- +02-27 08:14:00.170 505 20517 E ActivityManager: +02-27 08:14:00.170 505 20517 E ActivityManager: CPU usage from 1ms to 35654ms later (2026-02-27 08:13:21.103 to 2026-02-27 08:13:56.753): +02-27 08:14:00.170 505 20517 E ActivityManager: 76% 505/system_server: 32% user + 44% kernel / faults: 70657 minor 4949 major +02-27 08:14:00.170 505 20517 E ActivityManager: 19% 19821/com.google.android.youtube.tv: 3.7% user + 16% kernel / faults: 12331 minor 1332 major +02-27 08:14:00.170 505 20517 E ActivityManager: 17% 19112/com.google.android.gms.persistent: 3.2% user + 14% kernel / faults: 22334 minor 2662 major +02-27 08:14:00.170 505 20517 E ActivityManager: 17% 116/kswapd0: 0% user + 17% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 8.5% 20326/com.android.bluetooth: 0.3% user + 8.2% kernel / faults: 2363 minor 1771 major +02-27 08:14:00.170 505 20517 E ActivityManager: 7.9% 263/loop14: 0% user + 7.9% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 7.7% 20491/com.google.android.permissioncontroller: 1.1% user + 6.6% kernel / faults: 12116 minor 936 major +02-27 08:14:00.170 505 20517 E ActivityManager: 7.3% 20405/com.google.android.tv.remote.service: 1.5% user + 5.7% kernel / faults: 15141 minor 998 major +02-27 08:14:00.170 505 20517 E ActivityManager: 5.7% 20412/com.google.android.tvrecommendations: 1.1% user + 4.6% kernel / faults: 12779 minor 878 major +02-27 08:14:00.170 505 20517 E ActivityManager: 4.4% 12/ksoftirqd/0: 0% user + 4.4% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 4.1% 182/lmkd: 0.5% user + 3.5% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 3.6% 896/com.android.networkstack.process: 0.6% user + 3% kernel / faults: 5077 minor 359 major +02-27 08:14:00.170 505 20517 E ActivityManager: 3.1% 338/android.hardware.graphics.composer@2.3-service: 0.4% user + 2.7% kernel / faults: 440 minor 54 major +02-27 08:14:00.170 505 20517 E ActivityManager: 1.5% 1265/com.android.emulator.multidisplay: 0% user + 1.5% kernel / faults: 1585 minor 179 major +02-27 08:14:00.170 505 20517 E ActivityManager: 2.2% 13/rcu_preempt: 0% user + 2.2% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 1.1% 948/com.android.se: 0.2% user + 0.9% kernel / faults: 870 minor 131 major +02-27 08:14:00.170 505 20517 E ActivityManager: 1.7% 18473/com.google.process.gservices: 0.1% user + 1.6% kernel / faults: 3887 minor 145 major +02-27 08:14:00.170 505 20517 E ActivityManager: 1.5% 360/surfaceflinger: 0.2% user + 1.3% kernel / faults: 488 minor 114 major +02-27 08:14:00.170 505 20517 E ActivityManager: 1.4% 320/statsd: 0% user + 1.3% kernel / faults: 494 minor 80 major +02-27 08:14:00.170 505 20517 E ActivityManager: 0.9% 770/com.android.systemui: 0.1% user + 0.7% kernel / faults: 1975 minor 136 major +02-27 08:14:00.170 505 20517 E ActivityManager: 1.2% 266/loop16: 0% user + 1.2% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 1.1% 181/logd: 0.1% user + 1% kernel / faults: 191 minor 28 major +02-27 08:14:00.170 505 20517 E ActivityManager: 1% 248/loop7: 0% user + 1% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 1% 117/kworker/u9:0-hci0: 0% user + 1% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.9% 45/kcompactd0: 0% user + 0.9% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.9% 20268/kworker/0:0-events: 0% user + 0.9% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.8% 183/servicemanager: 0% user + 0.8% kernel / faults: 506 minor 35 major +02-27 08:14:00.170 505 20517 E ActivityManager: 0.8% 189/qemu-props: 0% user + 0.8% kernel / faults: 1 minor 2 major +02-27 08:14:00.170 505 20517 E ActivityManager: 0.8% 244/loop5: 0% user + 0.8% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.8% 243/loop4: 0% user + 0.8% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.7% 350/android.hardware.wifi@1.0-service: 0% user + 0.7% kernel / faults: 218 minor 87 major +02-27 08:14:00.170 505 20517 E ActivityManager: 0.6% 321/netd: 0% user + 0.6% kernel / faults: 118 minor 32 major +02-27 08:14:00.170 505 20517 E ActivityManager: 0.6% 347/android.hardware.sensors@2.1-service.multihal: 0% user + 0.5% kernel / faults: 651 minor 35 major +02-27 08:14:00.170 505 20517 E ActivityManager: 0.6% 9196/kworker/u9:4-blk_crypto_wq: 0% user + 0.6% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.4% 272/loop19: 0% user + 0.4% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.4% 437/android.hardware.biometrics.fingerprint@2.1-service: 0% user + 0.4% kernel / faults: 33 minor 11 major +02-27 08:14:00.170 505 20517 E ActivityManager: 0.4% 6316/kworker/1:0-events: 0% user + 0.4% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.4% 19702/kworker/3:2-events: 0% user + 0.4% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.4% 255/loop10: 0% user + 0.4% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.4% 322/zygote64: 0% user + 0.3% kernel / faults: 254 minor 16 major +02-27 08:14:00.170 505 20517 E ActivityManager: 0.4% 2455/kworker/2:3-mm_percpu_wq: 0% user + 0.4% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.2% 17530/kworker/u8:1-phy0: 0% user + 0.2% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.4% 185/psimon: 0% user + 0.4% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.4% 14040/kworker/u9:1-blk_crypto_wq: 0% user + 0.4% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.3% 95/kworker/3:1H-kblockd: 0% user + 0.3% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.3% 131/sugov:2: 0% user + 0.3% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.3% 751/wpa_supplicant: 0% user + 0.3% kernel / faults: 54 minor 22 major +02-27 08:14:00.170 505 20517 E ActivityManager: 0.3% 259/loop12: 0% user + 0.3% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.2% 408/traced: 0% user + 0.2% kernel / faults: 17 minor 6 major +02-27 08:14:00.170 505 20517 E ActivityManager: 0.2% 21/ksoftirqd/1: 0% user + 0.2% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.2% 138/kworker/0:1H-kblockd: 0% user + 0.2% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.2% 144/kworker/1:1H-kblockd: 0% user + 0.2% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.2% 145/kworker/2:1H-kblockd: 0% user + 0.2% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.2% 271/loop18: 0% user + 0.2% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.1% 407/traced_probes: 0% user + 0.1% kernel / faults: 17 minor 6 major +02-27 08:14:00.170 505 20517 E ActivityManager: 0.1% 27/ksoftirqd/2: 0% user + 0.1% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.1% 129/sugov:0: 0% user + 0.1% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.1% 130/sugov:1: 0% user + 0.1% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.1% 235/tombstoned: 0% user + 0.1% kernel / faults: 81 minor 28 major +02-27 08:14:00.170 505 20517 E ActivityManager: 0.1% 184/hwservicemanager: 0% user + 0.1% kernel / faults: 71 minor 32 major +02-27 08:14:00.170 505 20517 E ActivityManager: 0.1% 229/jbd2/dm-4-8: 0% user + 0.1% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.1% 339/android.hardware.health@2.1-service: 0% user + 0% kernel / faults: 63 minor 17 major +02-27 08:14:00.170 505 20517 E ActivityManager: 0.1% 132/sugov:3: 0% user + 0.1% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.1% 33/ksoftirqd/3: 0% user + 0.1% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.1% 421/wificond: 0% user + 0.1% kernel / faults: 123 minor 20 major +02-27 08:14:00.170 505 20517 E ActivityManager: 0.1% 20161/audioserver: 0% user + 0.1% kernel / faults: 252 minor 23 major +02-27 08:14:00.170 505 20517 E ActivityManager: 0% 411/cameraserver: 0% user + 0% kernel / faults: 126 minor 16 major +02-27 08:14:00.170 505 20517 E ActivityManager: 0% 420/storaged: 0% user + 0% kernel / faults: 52 minor 12 major +02-27 08:14:00.170 505 20517 E ActivityManager: 0% 1242/com.google.android.providers.media.module: 0% user + 0% kernel / faults: 200 minor 2 major +02-27 08:14:00.170 505 20517 E ActivityManager: 0% 1403/adbd: 0% user + 0% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0% 190/vold: 0% user + 0% kernel / faults: 7 minor 4 major +02-27 08:14:00.170 505 20517 E ActivityManager: 0% 284/loop25: 0% user + 0% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0% 287/loop26: 0% user + 0% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0% 353/android.hardware.power-service.example: 0% user + 0% kernel / faults: 61 minor 17 major +02-27 08:14:00.170 505 20517 E ActivityManager: 0% 852/android.hardware.gnss@2.0-service.ranchu: 0% user + 0% kernel / faults: 217 minor 4 major +02-27 08:14:00.170 505 20517 E ActivityManager: 0% 6317/kworker/u8:2: 0% user + 0% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0% 260/loop13: 0% user + 0% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0% 268/loop17: 0% user + 0% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0% 276/loop21: 0% user + 0% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0% 279/loop22: 0% user + 0% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0% 315/dhcpclient: 0% user + 0% kernel / faults: 52 minor 6 major +02-27 08:14:00.170 505 20517 E ActivityManager: 0% 346/android.hardware.power.stats@1.0-service.mock: 0% user + 0% kernel / faults: 35 minor 4 major +02-27 08:14:00.170 505 20517 E ActivityManager: 0% 500/kworker/u9:2-blk_crypto_wq: 0% user + 0% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: +0% 20551/com.google.android.inputmethod.latin: 0% user + 0% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: +0% 20587/kworker/u9:3-blk_crypto_wq: 0% user + 0% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: +0% 20596/crash_dump64: 0% user + 0% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: +0% 20604/com.android.networkstack.process: 0% user + 0% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 89% TOTAL: 11% user + 43% kernel + 11% iowait + 15% irq + 7.6% softirq +02-27 08:14:00.170 505 20517 E ActivityManager: CPU usage from 6875ms to 8597ms later (2026-02-27 08:13:27.974 to 2026-02-27 08:13:29.696): +02-27 08:14:00.170 505 20517 E ActivityManager: 79% 505/system_server: 32% user + 47% kernel / faults: 3087 minor 165 major +02-27 08:14:00.170 505 20517 E ActivityManager: 37% 740/Thread-11: 27% user + 10% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 10% 505/system_server: 1.2% user + 9.4% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 10% 714/ranker: 0.6% user + 10% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 10% 20517/AnrConsumer: 2.5% user + 7.5% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 5% 554/ActivityManager: 0.6% user + 4.4% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 3.1% 594/Binder:505_3: 0.6% user + 2.5% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 2.5% 2243/Binder:505_14: 0% user + 2.5% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 1.8% 2673/Binder:505_1B: 1.2% user + 0.6% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 1.2% 514/HeapTaskDaemon: 0.6% user + 0.6% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 1.2% 544/android.io: 0% user + 1.2% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 1.2% 553/android.bg: 0.6% user + 0.6% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.6% 2796/Binder:505_1C: 0.6% user + 0% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 26% 19112/com.google.android.gms.persistent: 4.8% user + 21% kernel / faults: 1556 minor 294 major +02-27 08:14:00.170 505 20517 E ActivityManager: 2.6% 20406/-Executor] idle: 0.5% user + 2.1% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 2.1% 20483/lowpool[25]: 0.5% user + 1.6% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 1.6% 19227/Binder:19112_6: 0.5% user + 1% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 1% 19230/GoogleApiHandle: 1% user + 0% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 1% 19246/highpool[0]: 0.5% user + 0.5% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 1% 19258/GlobalScheduler: 0% user + 1% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 1% 19303/Binder:19112_8: 0.5% user + 0.5% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 1% 20343/lowpool[21]: 0% user + 1% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.5% 19112/.gms.persistent: 0% user + 0.5% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.5% 19725/lowpool[9]: 0% user + 0.5% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.5% 20504/lowpool[26]: 0% user + 0.5% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: +0% 20545/lowpool[27]: 0% user + 0% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: +0% 20546/-Executor] idle: 0% user + 0% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 29% 116/kswapd0: 0% user + 29% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 21% 20491/com.google.android.permissioncontroller: 1% user + 20% kernel / faults: 1404 minor 27 major +02-27 08:14:00.170 505 20517 E ActivityManager: 16% 20491/ssioncontroller: 0.5% user + 15% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 3% 20526/Profile Saver: 0% user + 3% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.5% 20500/HeapTaskDaemon: 0% user + 0.5% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 29% 19356/com.google.android.gms: 7.6% user + 21% kernel / faults: 1196 minor 94 major +02-27 08:14:00.170 505 20517 E ActivityManager: 13% 19622/lowpool[3]: 5.4% user + 7.6% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 6.5% 19356/gle.android.gms: 1% user + 5.4% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 3.2% 19509/GoogleApiHandle: 0% user + 3.2% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 3.2% 20523/BOX_ENTRY_ADDED: 1% user + 2.1% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 1% 19369/Jit thread pool: 0% user + 1% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 15% 321/netd: 0.6% user + 14% kernel / faults: 88 minor 26 major +02-27 08:14:00.170 505 20517 E ActivityManager: 11% 18473/com.google.process.gservices: 0% user + 11% kernel / faults: 393 minor 31 major +02-27 08:14:00.170 505 20517 E ActivityManager: 10% 18473/ocess.gservices: 0% user + 10% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 1.1% 19106/Binder:18473_9: 0% user + 1.1% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 16% 19821/com.google.android.youtube.tv: 2.2% user + 14% kernel / faults: 596 minor 41 major +02-27 08:14:00.170 505 20517 E ActivityManager: 15% 20145/MainWebModule: 2.2% user + 13% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 3.3% 20122/Rasterizer: 0% user + 3.3% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 1.1% 19821/roid.youtube.tv: 0% user + 1.1% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 1.1% 19846/Binder:19821_3: 0% user + 1.1% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 1.1% 19983/Binder:19821_4: 0% user + 1.1% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 1.1% 19992/StarboardMain: 0% user + 1.1% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 8.7% 263/loop14: 0% user + 8.7% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 10% 20412/com.google.android.tvrecommendations: 1.5% user + 9.1% kernel / faults: 720 minor 52 major +02-27 08:14:00.170 505 20517 E ActivityManager: 9.1% 20412/recommendations: 0.7% user + 8.3% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 7% 13/rcu_preempt: 0% user + 7% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 6.4% 12/ksoftirqd/0: 0% user + 6.4% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 6.1% 20326/com.android.bluetooth: 0% user + 6.1% kernel / faults: 3 minor 70 major +02-27 08:14:00.170 505 20517 E ActivityManager: 5.3% 20326/droid.bluetooth: 0% user + 5.3% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 5.3% 20405/com.google.android.tv.remote.service: 0.7% user + 4.6% kernel / faults: 525 minor 31 major +02-27 08:14:00.170 505 20517 E ActivityManager: 4.6% 20486/Primes-1: 1.5% user + 3% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.7% 20405/.remote.service: 0% user + 0.7% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.7% 20487/GoogleApiHandle: 0% user + 0.7% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 3.2% 20529/com.google.android.gms: 0.9% user + 2.3% kernel / faults: 972 minor 28 major +02-27 08:14:00.170 505 20517 E ActivityManager: 1.8% 20529/gle.android.gms: 0.4% user + 1.3% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.4% 20538/HeapTaskDaemon: 0% user + 0.4% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 3.1% 266/loop16: 0% user + 3.1% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 3% 770/com.android.systemui: 0% user + 3% kernel / faults: 214 minor 22 major +02-27 08:14:00.170 505 20517 E ActivityManager: 2.4% 770/ndroid.systemui: 0% user + 2.4% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.6% 8852/Binder:770_9: 0% user + 0.6% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 2.4% 338/android.hardware.graphics.composer@2.3-service: 0% user + 2.4% kernel / faults: 10 minor +02-27 08:14:00.170 505 20517 E ActivityManager: 2.4% 402/: 0.6% user + 1.8% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 1.2% 243/loop4: 0% user + 1.2% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 1.2% 284/loop25: 0% user + 1.2% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.6% 21/ksoftirqd/1: 0% user + 0.6% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.6% 117/kworker/u9:0+fscrypt_read_queue: 0% user + 0.6% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.6% 138/kworker/0:1H-kblockd: 0% user + 0.6% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.6% 145/kworker/2:1H-kblockd: 0% user + 0.6% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.6% 181/logd: 0% user + 0.6% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.6% 182/lmkd: 0% user + 0.6% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.6% 185/psimon: 0% user + 0.6% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.6% 229/jbd2/dm-4-8: 0% user + 0.6% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.6% 276/loop21: 0% user + 0.6% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.6% 320/statsd: 0% user + 0.6% kernel / faults: 2 minor +02-27 08:14:00.170 505 20517 E ActivityManager: 0.6% 1403/adbd: 0% user + 0.6% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.6% 2455/kworker/2:3-mm_percpu_wq: 0% user + 0.6% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.6% 6316/kworker/1:0-mm_percpu_wq: 0% user + 0.6% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 0.6% 9196/kworker/u9:4-fscrypt_read_queue: 0% user + 0.6% kernel +02-27 08:14:00.170 505 20517 E ActivityManager: 95% TOTAL: 11% user + 51% kernel + 7.3% iowait + 16% irq + 8.7% softirq +02-27 08:14:00.170 505 556 I ActivityManager: Process PhantomProcessRecord {e5cc83d 20596:896:crash_dump64/1073} died +02-27 08:14:00.193 20326 20326 I bt_btif : system/bt/btif/src/bluetooth.cc:420 get_profile_interface: get_profile_interface: id = sdp +02-27 08:14:00.214 505 20619 I DropBoxManagerService: add tag=system_app_anr isTagEnabled=true flags=0x6 +02-27 08:14:00.223 19821 20122 D EGL_emulation: app_time_stats: avg=8273.85ms min=8273.85ms max=8273.85ms count=1 +02-27 08:14:00.234 505 2908 W ActivityManager: Failure sending service com.google.android.gms/.chimera.PersistentApiService to connection android.os.BinderProxy@e881515 (in com.google.android.gms) +02-27 08:14:00.234 505 2908 W ActivityManager: android.os.DeadObjectException +02-27 08:14:00.234 505 2908 W ActivityManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:14:00.234 505 2908 W ActivityManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:14:00.234 505 2908 W ActivityManager: at android.app.IServiceConnection$Stub$Proxy.connected(IServiceConnection.java:131) +02-27 08:14:00.234 505 2908 W ActivityManager: at com.android.server.am.ActiveServices.publishServiceLocked(ActiveServices.java:2930) +02-27 08:14:00.234 505 2908 W ActivityManager: at com.android.server.am.ActivityManagerService.publishService(ActivityManagerService.java:12021) +02-27 08:14:00.234 505 2908 W ActivityManager: at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2650) +02-27 08:14:00.234 505 2908 W ActivityManager: at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2498) +02-27 08:14:00.234 505 2908 W ActivityManager: at android.os.Binder.execTransactInternal(Binder.java:1179) +02-27 08:14:00.234 505 2908 W ActivityManager: at android.os.Binder.execTransact(Binder.java:1143) +02-27 08:14:00.282 505 505 W Looper : Slow dispatch took 155ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=com.android.server.alarm.AlarmManagerService$3$$ExternalSyntheticLambda0@929c1f5 m=0 +02-27 08:14:00.313 505 2621 W ProcessStats: Tracking association SourceState{b218871 com.google.android.tvrecommendations/10052 BTopFgs #12425} whose proc state 2 is better than process ProcessState{7b2e6b6 com.google.android.gms.persistent/10057 pkg=com.google.android.gms} proc state 3 (13 skipped) +02-27 08:14:00.345 505 505 W Looper : Drained +02-27 08:14:00.354 505 20517 D ActivityManager: Completed ANR of com.google.android.tv.remote.service in 39263ms, latency 30ms +02-27 08:14:00.373 505 3128 I ActivityManager: Process com.google.android.gms (pid 19356) has died: svc SVC +02-27 08:14:00.377 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 19356 in 0ms +02-27 08:14:00.485 182 182 I lowmemorykiller: Kill 'com.google.android.tv.remote.service' (20405), uid 10049, oom_score_adj 100 to free 57292kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (316%) +02-27 08:14:00.521 322 322 I Zygote : Process 20405 exited due to signal 9 (Killed) +02-27 08:14:00.573 505 3128 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsIntentOperationService in 1000ms for start-requested +02-27 08:14:00.666 505 542 W Looper : Slow dispatch took 342ms android.fg h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null m=1 +02-27 08:14:00.668 19112 19112 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 } +02-27 08:14:00.674 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:14:00.675 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:14:00.694 19112 19112 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:14:00.771 20326 20326 D BluetoothDatabase: start() +02-27 08:14:00.878 505 543 I ActivityManager: Killing 20405:com.google.android.tv.remote.service/u0a49 (adj 100): user request after error +02-27 08:14:00.984 505 556 I libprocessgroup: Successfully killed process cgroup uid 10049 pid 20405 in 0ms +02-27 08:14:00.997 505 2113 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.AtvRemoteProviderService in 10576ms for connection +02-27 08:14:00.998 505 2113 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.RemoteService in 77220ms for start-requested +02-27 08:14:01.099 20326 20326 D BluetoothDatabase: Load Database +02-27 08:14:01.129 20326 20326 I BluetoothAdapterService: Phone policy enabled +02-27 08:14:01.147 20491 20550 W Role : Cannot get ApplicationInfo for default holder: com.google.android.katniss +02-27 08:14:01.171 505 543 W Looper : Slow dispatch took 805ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=2 +02-27 08:14:01.171 505 543 W Looper : Slow delivery took 587ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:14:01.482 505 505 W Looper : Slow dispatch took 460ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$CancelNotificationRunnable@81041a7 m=0 +02-27 08:14:01.502 505 505 W Looper : Slow delivery took 415ms main h=android.app.PropertyInvalidatedCache$AutoCorker$1 c=null m=0 +02-27 08:14:01.552 505 543 W Looper : Slow dispatch took 376ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:14:01.654 505 554 W ActivityManager: Slow operation: 93ms so far, now at startProcess: done creating new process record +02-27 08:14:01.654 505 554 W ActivityManager: Slow operation: 93ms so far, now at startProcess: stepping in to startProcess +02-27 08:14:01.712 505 554 W ActivityManager: Slow operation: 58ms so far, now at startProcess: building args +02-27 08:14:01.721 20326 20326 D BluetoothActiveDeviceManager: start() +02-27 08:14:01.826 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:14:01.843 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:14:01.843 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:14:01.843 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:14:01.936 505 555 W ActivityManager: Slow operation: 282ms so far, now at startProcess: asking zygote to start proc +02-27 08:14:01.937 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:14:01.938 505 554 W ActivityManager: Slow operation: 365ms so far, now at startProcess: done starting proc! +02-27 08:14:01.938 505 505 W Looper : Slow dispatch took 361ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:14:02.014 322 322 D Zygote : Forked child process 20628 +02-27 08:14:02.028 505 555 W ActivityManager: Slow operation: 374ms so far, now at startProcess: returned from zygote! +02-27 08:14:02.030 505 555 W ActivityManager: Slow operation: 376ms so far, now at startProcess: done updating battery stats +02-27 08:14:02.054 505 555 W ActivityManager: Slow operation: 400ms so far, now at startProcess: building log message +02-27 08:14:02.054 505 555 I ActivityManager: Start proc 20628:com.google.android.gms/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.GmsIntentOperationService} +02-27 08:14:02.054 505 555 W ActivityManager: Slow operation: 400ms so far, now at startProcess: starting to update pids map +02-27 08:14:02.054 505 555 W ActivityManager: Slow operation: 400ms so far, now at startProcess: done updating pids map +02-27 08:14:02.071 505 543 W Looper : Drained +02-27 08:14:02.077 19112 19301 E JavaBinder: *** Uncaught remote exception! (Exceptions are not yet supported across processes.) +02-27 08:14:02.077 19112 19301 E JavaBinder: android.database.StaleDataException: Attempted to access a cursor after it has been closed. +02-27 08:14:02.077 19112 19301 E JavaBinder: at android.database.CursorToBulkCursorAdaptor.throwIfCursorIsClosed(CursorToBulkCursorAdaptor.java:137) +02-27 08:14:02.077 19112 19301 E JavaBinder: at android.database.CursorToBulkCursorAdaptor.getBulkCursorDescriptor(CursorToBulkCursorAdaptor.java:155) +02-27 08:14:02.077 19112 19301 E JavaBinder: at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:117) +02-27 08:14:02.077 19112 19301 E JavaBinder: at android.os.Binder.execTransactInternal(Binder.java:1179) +02-27 08:14:02.077 19112 19301 E JavaBinder: at android.os.Binder.execTransact(Binder.java:1143) +02-27 08:14:02.356 20326 20625 D BluetoothDatabase: compactLastConnectionTime: Compacting metadata after load +02-27 08:14:02.357 20326 20625 I BluetoothDatabase: cacheMetadata +02-27 08:14:02.371 20326 20625 V BluetoothDatabase: cacheMetadata: found device LocalStorage +02-27 08:14:02.401 20326 20625 I BluetoothDatabase: cacheMetadata: Database is ready +02-27 08:14:02.410 20551 20551 I DeviceStatusMonitor: DeviceStatusMonitor.updateCountryInfo():121 updateCountryInfo(), notifyAnyway = true +02-27 08:14:03.164 20628 20628 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. +02-27 08:14:03.221 20326 20626 D BluetoothActiveDeviceManager: onAudioDevicesAdded +02-27 08:14:03.290 20326 20626 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 2 +02-27 08:14:03.293 20326 20626 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 18 +02-27 08:14:03.293 20326 20626 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 15 +02-27 08:14:03.293 20326 20626 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 18 +02-27 08:14:03.293 20326 20626 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 25 +02-27 08:14:03.293 20326 20626 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 16 +02-27 08:14:03.530 20326 20326 D BluetoothAdapterService: setAdapterService() - trying to set service to com.android.bluetooth.btservice.AdapterService@314919c +02-27 08:14:04.011 505 891 W ActivityManager: Slow operation: 106ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:14:04.066 20551 20551 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = true +02-27 08:14:04.093 505 891 W ActivityManager: Slow operation: 188ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:14:04.093 505 891 W ActivityManager: Slow operation: 188ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:14:05.220 19821 20122 D EGL_emulation: app_time_stats: avg=2492.03ms min=52.53ms max=4931.53ms count=2 +02-27 08:14:05.674 20628 20637 I gle.android.gm: Background young concurrent copying GC freed 12547(538KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1853KB/25MB, paused 42.153ms,1.192ms total 663.087ms +02-27 08:14:06.065 505 891 W ActivityManager: Slow operation: 2160ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:14:06.441 20628 20628 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:14:06.689 20551 20551 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:14:06.694 505 514 W system_server: Suspending all threads took: 10.325ms +02-27 08:14:06.805 20551 20551 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:14:07.537 19821 20122 D EGL_emulation: app_time_stats: avg=708.22ms min=108.61ms max=1710.55ms count=3 +02-27 08:14:07.785 20551 20559 W putmethod.lati: Suspending all threads took: 8.176ms +02-27 08:14:07.826 19821 20145 E starboard: Data from client has what = MESSAGE_TO_KIMONO instead of expected MESSAGE_TO_CAST_SENDER - not sending to Cast sender +02-27 08:14:08.249 505 505 W Looper : Drained +02-27 08:14:08.249 505 505 W Looper : Slow dispatch took 1243ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=5 +02-27 08:14:08.472 505 514 I system_server: Background concurrent copying GC freed 2407153(60MB) AllocSpace objects, 13(2552KB) LOS objects, 42% free, 33MB/57MB, paused 36.186ms,35.987ms total 6.431s +02-27 08:14:08.588 505 505 W Looper : Slow dispatch took 116ms main h=android.app.PropertyInvalidatedCache$AutoCorker$1 c=null m=0 +02-27 08:14:08.881 505 542 W Looper : Slow dispatch took 2999ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:14:08.941 505 3536 W ActivityManager: Slow operation: 73ms so far, now at startProcess: building args +02-27 08:14:08.993 505 542 W Looper : Slow delivery took 2264ms android.fg h=android.os.Handler c=com.android.server.NetworkManagementService$NetdUnsolicitedEventListener$$ExternalSyntheticLambda6@c141fa m=0 +02-27 08:14:08.993 505 542 W Looper : Slow dispatch took 112ms android.fg h=android.os.Handler c=com.android.server.NetworkManagementService$NetdUnsolicitedEventListener$$ExternalSyntheticLambda6@c141fa m=0 +02-27 08:14:09.001 20551 20551 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:14:09.002 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:14:09.002 505 3536 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:14:09.002 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:14:09.002 505 3536 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:14:09.022 505 555 W ActivityManager: Slow operation: 154ms so far, now at startProcess: asking zygote to start proc +02-27 08:14:09.023 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:14:09.029 505 3536 W ActivityManager: Slow operation: 179ms so far, now at startProcess: done starting proc! +02-27 08:14:09.122 322 322 D Zygote : Forked child process 20654 +02-27 08:14:09.123 505 555 W ActivityManager: Slow operation: 254ms so far, now at startProcess: returned from zygote! +02-27 08:14:09.244 20551 20655 E FileCache: FileCache.clearObsoleteFilesInternal():271 Failed to delete all obsolete files under folder: /data/user_de/0/com.google.android.inputmethod.latin/cache/kb_def +02-27 08:14:09.266 505 3128 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10033; state: DISABLED +02-27 08:14:09.266 505 3128 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10033; state: DISABLED +02-27 08:14:09.266 505 3128 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10033; state: DISABLED +02-27 08:14:09.266 505 3128 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10033; state: ENABLED +02-27 08:14:09.283 505 555 W ActivityManager: Slow operation: 415ms so far, now at startProcess: done updating battery stats +02-27 08:14:09.284 505 555 W ActivityManager: Slow operation: 416ms so far, now at startProcess: building log message +02-27 08:14:09.284 505 555 I ActivityManager: Start proc 20654:com.google.android.gms.unstable/u0a57 for service {com.google.android.gms/com.google.android.gms.droidguard.DroidGuardService} +02-27 08:14:09.284 505 555 W ActivityManager: Slow operation: 416ms so far, now at startProcess: starting to update pids map +02-27 08:14:09.284 505 555 W ActivityManager: Slow operation: 416ms so far, now at startProcess: done updating pids map +02-27 08:14:09.285 505 542 W Looper : Drained +02-27 08:14:09.285 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10033; state: ENABLED +02-27 08:14:09.297 322 322 D Zygote : Forked child process 20664 +02-27 08:14:09.320 505 555 W ActivityManager: Slow operation: 54ms so far, now at startProcess: done updating battery stats +02-27 08:14:09.320 505 555 W ActivityManager: Slow operation: 54ms so far, now at startProcess: building log message +02-27 08:14:09.320 505 555 I ActivityManager: Start proc 20664:com.android.providers.tv/u0a33 for content provider {com.android.providers.tv/com.android.providers.tv.TvProvider} +02-27 08:14:09.320 505 555 W ActivityManager: Slow operation: 54ms so far, now at startProcess: starting to update pids map +02-27 08:14:09.320 505 555 W ActivityManager: Slow operation: 54ms so far, now at startProcess: done updating pids map +02-27 08:14:09.346 20654 20654 E id.gms.unstabl: Not starting debugger since process cannot load the jdwp agent. +02-27 08:14:09.349 20551 20551 I TVLatinApp: TVLatinApp.initialize():527 initialize() +02-27 08:14:09.356 20664 20664 E id.providers.t: Not starting debugger since process cannot load the jdwp agent. +02-27 08:14:10.013 20326 20326 D BluetoothAdapterService: onBind() +02-27 08:14:10.053 20628 20628 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:14:10.226 505 543 W Looper : Slow delivery took 317ms android.ui h=android.view.GestureDetector$GestureHandler c=null m=1 +02-27 08:14:10.334 505 543 W Looper : Slow dispatch took 107ms android.ui h=android.view.GestureDetector$GestureHandler c=null m=2 +02-27 08:14:10.864 505 505 W Looper : Slow dispatch took 210ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@229b949 m=0 +02-27 08:14:10.873 505 542 D CompanionDeviceManagerService: onPackageModified(packageName = com.google.android.tvrecommendations) +02-27 08:14:10.874 505 542 W Looper : Slow dispatch took 215ms android.fg h=android.os.Handler c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@9ae524e m=0 +02-27 08:14:10.893 505 505 W Looper : Slow delivery took 210ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@2a0ff6f m=0 +02-27 08:14:10.954 505 542 W Looper : Slow delivery took 216ms android.fg h=android.os.Handler c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@b3ac47c m=0 +02-27 08:14:11.009 20551 20559 W putmethod.lati: Suspending all threads took: 7.706ms +02-27 08:14:11.015 505 3536 W ActivityManager: Slow operation: 118ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:14:11.126 505 3536 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10033; state: DISABLED +02-27 08:14:11.344 505 3536 W ActivityManager: Slow operation: 447ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:14:11.438 20654 20673 I id.gms.unstabl: Background young concurrent copying GC freed 12511(565KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1826KB/25MB, paused 227us,5us total 170.430ms +02-27 08:14:11.441 505 3536 W ActivityManager: Slow operation: 544ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:14:11.441 505 3536 W ActivityManager: Slow operation: 544ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:14:11.447 505 505 W Looper : Slow dispatch took 464ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@fadac68 m=0 +02-27 08:14:11.517 20664 20681 I id.providers.t: Background young concurrent copying GC freed 12506(549KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1842KB/25MB, paused 88us,18us total 146.295ms +02-27 08:14:12.780 505 615 I RoleService: Granting default roles... +02-27 08:14:12.785 505 542 W Looper : Drained +02-27 08:14:12.786 505 542 W Looper : Slow dispatch took 1168ms android.fg h=android.os.Handler c=com.android.internal.infra.ServiceConnector$Impl$$ExternalSyntheticLambda2@59e5d26 m=0 +02-27 08:14:12.796 505 505 W Looper : Slow dispatch took 1278ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@6336d67 m=0 +02-27 08:14:12.970 505 505 W Looper : Slow dispatch took 174ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@3e52714 m=0 +02-27 08:14:13.187 505 505 W Looper : Slow dispatch took 217ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@7f1ebbd m=0 +02-27 08:14:13.200 20551 20559 W putmethod.lati: Suspending all threads took: 296.963ms +02-27 08:14:13.238 20412 20651 W recommendation: Verification of void ai.(java.lang.String) took 1.449s (4.83 bytecodes/s) (1424B approximate peak alloc) +02-27 08:14:13.358 505 3536 W ActivityManager: Slow operation: 2461ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:14:13.388 20491 20516 I PermissionControllerServiceImpl: Updating user sensitive for uid 10052 +02-27 08:14:13.397 19821 20122 D EGL_emulation: app_time_stats: avg=2912.82ms min=604.92ms max=5220.72ms count=2 +02-27 08:14:13.472 505 505 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:14:13.495 505 505 V NotificationListeners: Not registering ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} is already bound +02-27 08:14:13.505 505 543 W Looper : Drained +02-27 08:14:13.505 505 543 W Looper : Slow dispatch took 109ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:14:13.506 505 3536 W ActivityManager: Slow operation: 2609ms so far, now at attachApplicationLocked: after updateOomAdjLocked +02-27 08:14:13.575 505 3128 W ActivityManager: Slow operation: 56ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:14:13.620 505 505 W Looper : Slow dispatch took 227ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=null m=8 +02-27 08:14:13.645 20412 20651 W recommendation: Verification of cw com.google.android.gms.dynamiteloader.DynamiteLoaderV2.loadModule(cw, java.lang.String, byte[]) took 178.752ms (688.10 bytecodes/s) (4336B approximate peak alloc) +02-27 08:14:13.716 505 3128 W ActivityManager: Slow operation: 111ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:14:13.717 505 3128 W ActivityManager: Slow operation: 197ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:14:13.663 20491 20550 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:14:13.746 20664 20664 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10033; state: ENABLED +02-27 08:14:13.768 505 3128 W ActivityManager: Slow operation: 249ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:14:13.789 20654 20654 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:14:14.342 505 553 W Searchables: No global search activity found +02-27 08:14:14.408 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:14:14.588 505 554 W ActivityManager: Slow operation: 120ms so far, now at startProcess: done creating new process record +02-27 08:14:14.588 505 554 W ActivityManager: Slow operation: 120ms so far, now at startProcess: stepping in to startProcess +02-27 08:14:14.611 20491 20550 W Role : Cannot get ApplicationInfo for default holder: com.android.contacts +02-27 08:14:14.625 20491 20550 W Role : Cannot get ApplicationInfo for default holder: com.android.gallery3d +02-27 08:14:14.634 20628 20628 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:14:14.640 20628 20628 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:14:14.678 505 514 W system_server: Suspending all threads took: 8.861ms +02-27 08:14:14.680 20412 20651 W recommendation: Verification of cw com.google.android.gms.dynamiteloader.DynamiteLoaderV2.loadModule2NoCrashUtils(cw, java.lang.String, int, cw) took 1.027s (1316.02 bytecodes/s) (47024B approximate peak alloc) +02-27 08:14:14.687 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10049; state: DISABLED +02-27 08:14:14.687 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10049; state: DISABLED +02-27 08:14:14.687 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10049; state: DISABLED +02-27 08:14:14.687 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10049; state: ENABLED +02-27 08:14:14.697 505 554 W ActivityManager: Slow operation: 229ms so far, now at startProcess: done starting proc! +02-27 08:14:14.706 505 555 W ActivityManager: Slow operation: 108ms so far, now at startProcess: asking zygote to start proc +02-27 08:14:14.710 20551 20551 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:14:14.711 505 505 W Looper : Slow dispatch took 1091ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:14:14.714 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10049; state: ENABLED +02-27 08:14:14.838 322 322 D Zygote : Forked child process 20694 +02-27 08:14:14.842 505 555 W ActivityManager: Slow operation: 248ms so far, now at startProcess: returned from zygote! +02-27 08:14:16.418 19112 20629 W ReceiverIntentOperation: Broadcast task took longer than expected. Ending operation. +02-27 08:14:16.603 20694 20694 E .remote.servic: Not starting debugger since process cannot load the jdwp agent. +02-27 08:14:17.166 505 555 W ActivityManager: Slow operation: 2576ms so far, now at startProcess: done updating battery stats +02-27 08:14:17.316 505 555 W ActivityManager: Slow operation: 2726ms so far, now at startProcess: building log message +02-27 08:14:17.316 505 555 I ActivityManager: Start proc 20694:com.google.android.tv.remote.service/u0a49 for service {com.google.android.tv.remote.service/com.google.android.tv.remote.service.AtvRemoteProviderService} +02-27 08:14:17.316 505 555 W ActivityManager: Slow operation: 2726ms so far, now at startProcess: starting to update pids map +02-27 08:14:17.368 505 555 W ActivityManager: Slow operation: 2778ms so far, now at startProcess: done updating pids map +02-27 08:14:17.382 505 514 I system_server: Background young concurrent copying GC freed 1748012(44MB) AllocSpace objects, 5(220KB) LOS objects, 14% free, 48MB/57MB, paused 791.988ms,40.077ms total 6.051s +02-27 08:14:17.491 20694 20702 I .remote.servic: Background young concurrent copying GC freed 12507(549KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1841KB/25MB, paused 46us,6us total 273.950ms +02-27 08:14:17.466 20628 20628 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:14:17.509 505 826 W ActivityManager: Slow operation: 55ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:14:17.509 505 826 W ActivityManager: Slow operation: 55ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:14:17.672 20412 20651 W recommendation: Verification of void dx.a(int, int, int) took 192.764ms (311.26 bytecodes/s) (2736B approximate peak alloc) +02-27 08:14:17.690 20551 20621 I LauncherIconVisibilityInitializerBase: LauncherIconVisibilityInitializerBase.lambda$doUpdate$0():52 doUpdate() : Visible = false +02-27 08:14:17.831 20412 20651 W recommendation: Verification of void eg.() took 106.141ms (103.64 bytecodes/s) (1464B approximate peak alloc) +02-27 08:14:17.948 20628 20628 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:14:18.055 1265 1274 I or.multidispla: Background concurrent copying GC freed 17(48KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 1868KB/3736KB, paused 177us,46us total 581.066ms +02-27 08:14:18.164 505 3128 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:14:18.176 505 543 W Looper : Slow dispatch took 162ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:14:18.969 20551 20551 I AndroidIME: TVLatinApp.onUserUnlocked():254 device protected preferences are migrated +02-27 08:14:19.293 505 543 W Looper : Slow delivery took 476ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:14:19.503 505 826 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10049; state: DISABLED +02-27 08:14:19.551 505 826 W ActivityManager: Slow operation: 2097ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:14:19.910 20551 20559 W putmethod.lati: Suspending all threads took: 84.933ms +02-27 08:14:20.017 20694 20694 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10049; state: ENABLED +02-27 08:14:20.081 505 514 W system_server: Suspending all threads took: 14.191ms +02-27 08:14:20.574 20654 20654 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:14:20.630 20551 20715 I SuperpacksManager: SuperpacksManager.initializeInternal():509 initializeInternal() +02-27 08:14:20.678 19112 19246 E WakeLock: *gms_scheduler*/com.google.android.gms/.clearcut.uploader.QosUploaderService ** IS FORCE-RELEASED ON TIMEOUT ** +02-27 08:14:23.202 505 543 W Looper : Drained +02-27 08:14:23.202 20664 20664 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.tv' set to: 'default' +02-27 08:14:23.202 505 543 W Looper : Slow dispatch took 148ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:14:23.202 20664 20664 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:14:23.308 20664 20664 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:14:23.325 505 514 I system_server: Background concurrent copying GC freed 2042949(51MB) AllocSpace objects, 3(380KB) LOS objects, 38% free, 38MB/62MB, paused 15.741ms,14.555ms total 5.476s +02-27 08:14:23.340 182 182 I lowmemorykiller: Kill 'com.google.android.permissioncontroller' (20491), uid 10077, oom_score_adj 100 to free 46072kB rss, 0kB swap; reason: min watermark is breached and thrashing (396%) +02-27 08:14:23.449 20551 20714 I ShortcutsDataManager: ShortcutsDataManager.onContentChanged():73 onContentChanged() +02-27 08:14:23.478 182 182 I lowmemorykiller: Kill 'com.google.android.youtube.tv' (19821), uid 10065, oom_score_adj 0 to free 117952kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:14:23.497 20664 20664 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:14:23.513 322 322 I Zygote : Process 20491 exited due to signal 9 (Killed) +02-27 08:14:23.624 20412 20651 W recommendation: Verification of boolean av.d(fb) took 181.050ms (375.59 bytecodes/s) (2672B approximate peak alloc) +02-27 08:14:23.637 20551 20714 I ContactsDataManager: ContactsDataManager.onContentChanged():159 onContentChanged() +02-27 08:14:23.650 20551 20714 I EmailDataManager: EmailDataManager.onContentChanged():115 onContentChanged() +02-27 08:14:23.822 505 554 W ActivityManager: Unable to launch app com.android.providers.tv/10033 for provider android.media.tv: launching app became null +02-27 08:14:23.833 20412 20653 E ActivityThread: Failed to find provider info for android.media.tv +02-27 08:14:23.841 505 554 I ActivityManager: Killing 20412:com.google.android.tvrecommendations/u0a52 (adj 0): depends on provider com.android.providers.tv/.TvProvider in dying proc com.android.providers.tv (adj 0) +02-27 08:14:23.869 505 554 I ActivityManager: Killing 20664:com.android.providers.tv/u0a33 (adj 0): timeout publishing content providers +02-27 08:14:23.902 505 1925 D MediaSessionService: Media button session is changed to null +02-27 08:14:23.904 322 322 I Zygote : Process 19821 exited due to signal 9 (Killed) +02-27 08:14:23.980 505 556 I libprocessgroup: Successfully killed process cgroup uid 10052 pid 20412 in 109ms +02-27 08:14:23.993 505 2113 I WindowManager: WIN DEATH: Window{7f42366 u0 com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.MainActivity} +02-27 08:14:24.007 322 322 I Zygote : Process 20412 exited due to signal 9 (Killed) +02-27 08:14:24.054 505 2673 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10065/19821, android.os.BinderProxy@5164010) +02-27 08:14:24.056 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=262, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] (release request) +02-27 08:14:24.082 505 2586 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10065/19821, android.os.BinderProxy@e5e5709) +02-27 08:14:24.101 505 594 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10065/19821, android.os.BinderProxy@6a5fd0e) +02-27 08:14:24.171 20551 20559 W putmethod.lati: Suspending all threads took: 32.484ms +02-27 08:14:24.226 322 322 I Zygote : Process 20664 exited due to signal 9 (Killed) +02-27 08:14:24.310 505 2113 W InputManager-JNI: Input channel object '7f42366 com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:14:24.370 505 556 I libprocessgroup: Successfully killed process cgroup uid 10033 pid 20664 in 316ms +02-27 08:14:24.421 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=264, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10065 RequestorUid: 10065 RequestorPkg: com.google.android.youtube.tv] ] (release request) +02-27 08:14:24.466 20551 20722 W putmethod.lati: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:14:24.466 20551 20722 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:14:24.466 20551 20722 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:14:24.594 20654 20654 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:14:24.653 20654 20654 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:14:24.677 20551 20551 I PhenotypeModule: PhenotypeModule.onCreate():142 onCreate() +02-27 08:14:24.679 20551 20551 I PhenotypeModule: PhenotypeModule.maybeFetchAndUpdate():169 maybeFetchAndUpdate: forceRefresh=true +02-27 08:14:24.733 20654 20654 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:14:24.780 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:14:24.802 20551 20715 I SuperpacksManager: SuperpacksManager.initializeInternal():556 Switched background task scheduler: false +02-27 08:14:24.877 20551 20715 I JobSchedulerImpl: JobSchedulerImpl.schedule():73 Schedule task: superpacks-gc-task. Cancel the pre-existing task. +02-27 08:14:24.937 20654 20654 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:14:24.970 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 08:14:24.972 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:14:25.068 20694 20694 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AtvRemoteService/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:14:25.136 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:14:25.160 20551 20715 I JobSchedulerImpl: JobSchedulerImpl.schedule():91 Schedule task: superpacks-gc-task. Success. +02-27 08:14:25.160 505 554 W BroadcastQueue: Skipping deliver [background] BroadcastRecord{22207d4 u-1 android.net.conn.CONNECTIVITY_CHANGE} to ReceiverList{116570d 20412 com.google.android.tvrecommendations/10052/u0 remote:a95eda4}: process gone or crashing +02-27 08:14:25.162 505 554 W BroadcastQueue: Skipping deliver [background] BroadcastRecord{8d81d7d u-1 android.net.conn.INET_CONDITION_ACTION} to ReceiverList{116570d 20412 com.google.android.tvrecommendations/10052/u0 remote:a95eda4}: process gone or crashing +02-27 08:14:25.165 505 2621 I ActivityManager: Process com.google.android.permissioncontroller (pid 20491) has died: vis IMPF +02-27 08:14:25.169 505 556 I libprocessgroup: Successfully killed process cgroup uid 10077 pid 20491 in 0ms +02-27 08:14:25.172 505 2621 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.role.service.RoleControllerServiceImpl in 1000ms for connection +02-27 08:14:25.172 505 2621 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.permission.service.PermissionControllerServiceImpl in 43996ms for connection +02-27 08:14:25.272 505 2621 D WifiNl80211Manager: Scan result ready event +02-27 08:14:25.273 505 2621 D WifiNative: Scan result ready event +02-27 08:14:25.280 505 890 W ActivityManager: Scheduling restart of crashed service com.google.android.tvrecommendations/.NotificationsService in 10892ms for connection +02-27 08:14:25.482 505 543 W Looper : Slow dispatch took 117ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:14:25.488 20694 20694 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tv.remote.service' set to: 'default' +02-27 08:14:25.488 20694 20694 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:14:25.494 20694 20694 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:14:25.500 20694 20694 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:14:25.508 505 616 W ActivityManager: Background start not allowed: service Intent { act=com.android.providers.tv.intent.CLEAN_UP_EPG_DATA cmp=com.android.providers.tv/.EpgDataCleanupService } to com.android.providers.tv/.EpgDataCleanupService from pid=-1 uid=10033 pkg=com.android.providers.tv startFg?=false +02-27 08:14:25.509 505 594 V ActivityManager: Got obituary of 20664:com.android.providers.tv +02-27 08:14:25.558 505 505 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #12463} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (23 skipped) +02-27 08:14:25.558 505 505 W Looper : Slow dispatch took 10833ms main h=android.os.Handler c=com.android.server.tv.TvRemoteProviderWatcher$2@82b00e9 m=0 +02-27 08:14:25.565 505 541 I ActivityManager: Process com.google.android.youtube.tv (pid 19821) has died: fg TOP +02-27 08:14:25.565 505 556 I libprocessgroup: Successfully killed process cgroup uid 10065 pid 19821 in 0ms +02-27 08:14:25.571 19112 19112 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:14:25.572 505 541 W ActivityTaskManager: Force removing ActivityRecord{ab7504e u0 com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.MainActivity t24}: app died, no saved state +02-27 08:14:25.588 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:14:25.637 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:14:25.722 505 541 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10048; state: DISABLED +02-27 08:14:25.749 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:14:25.749 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:14:25.749 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:14:25.749 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:14:25.758 505 505 W Looper : Slow dispatch took 192ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=6 +02-27 08:14:25.760 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:14:25.761 505 505 D BluetoothManagerService: BluetoothServiceConnection: com.android.bluetooth.btservice.AdapterService +02-27 08:14:25.761 505 544 D BluetoothManagerService: MESSAGE_BLUETOOTH_SERVICE_CONNECTED: 1 +02-27 08:14:25.794 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:14:25.856 505 546 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=24 attached=false +02-27 08:14:25.884 505 505 W Looper : Slow dispatch took 123ms main h=android.app.PropertyInvalidatedCache$AutoCorker$1 c=null m=0 +02-27 08:14:25.968 322 322 D Zygote : Forked child process 20733 +02-27 08:14:25.986 505 555 W ActivityManager: Slow operation: 238ms so far, now at startProcess: returned from zygote! +02-27 08:14:25.992 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:14:26.004 505 2673 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:14:26.041 19112 19112 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:14:26.042 19112 19112 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:14:26.085 505 594 W ContentProviderHelper: Slow operation: 55ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:14:26.086 505 594 W ContentProviderHelper: Slow operation: 56ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:14:26.086 505 594 W ContentProviderHelper: Slow operation: 56ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:14:26.086 505 594 W ContentProviderHelper: Slow operation: 56ms so far, now at getContentProviderImpl: before updateLruProcess +02-27 08:14:26.086 505 594 W ContentProviderHelper: Slow operation: 56ms so far, now at getContentProviderImpl: after updateLruProcess +02-27 08:14:26.086 505 594 W ContentProviderHelper: Slow operation: 56ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:14:26.130 505 505 W Looper : Slow dispatch took 214ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=android.app.PendingIntent$FinishedDispatcher@e1ceba0 m=0 +02-27 08:14:26.136 20694 20694 I AtvRemote.Application: Application started +02-27 08:14:26.176 505 594 W ContentProviderHelper: Slow operation: 146ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:14:26.176 505 594 W ContentProviderHelper: Slow operation: 146ms so far, now at getContentProviderImpl: done! +02-27 08:14:26.178 505 555 W ActivityManager: Slow operation: 430ms so far, now at startProcess: done updating battery stats +02-27 08:14:26.178 505 555 W ActivityManager: Slow operation: 430ms so far, now at startProcess: building log message +02-27 08:14:26.178 505 555 I ActivityManager: Start proc 20733:com.google.android.tvlauncher/u0a48 for top-activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:14:26.178 505 555 W ActivityManager: Slow operation: 430ms so far, now at startProcess: starting to update pids map +02-27 08:14:26.178 505 555 W ActivityManager: Slow operation: 430ms so far, now at startProcess: done updating pids map +02-27 08:14:26.182 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10077; state: DISABLED +02-27 08:14:26.182 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10077; state: DISABLED +02-27 08:14:26.182 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10077; state: DISABLED +02-27 08:14:26.182 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10077; state: DISABLED +02-27 08:14:26.183 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10077; state: DISABLED +02-27 08:14:26.193 322 322 D Zygote : Forked child process 20735 +02-27 08:14:26.221 505 555 I ActivityManager: Start proc 20735:com.google.android.permissioncontroller/u0a77 for service {com.google.android.permissioncontroller/com.android.permissioncontroller.role.service.RoleControllerServiceImpl} +02-27 08:14:26.224 20735 20735 I libc : SetHeapTaggingLevel: tag level set to 0 +02-27 08:14:26.293 20735 20735 E ssioncontrolle: Not starting debugger since process cannot load the jdwp agent. +02-27 08:14:26.295 20733 20733 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:14:26.352 505 505 W Looper : Slow dispatch took 151ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=null m=7 +02-27 08:14:26.389 505 544 D BluetoothManagerService: Broadcasting onBluetoothServiceUp() to 4 receivers. +02-27 08:14:26.392 505 544 D BluetoothAdapter: onBluetoothServiceUp: android.bluetooth.IBluetooth$Stub$Proxy@20058cd +02-27 08:14:26.393 19112 19134 D BluetoothAdapter: onBluetoothServiceUp: android.bluetooth.IBluetooth$Stub$Proxy@6af555a +02-27 08:14:26.394 770 11173 D BluetoothAdapter: onBluetoothServiceUp: android.bluetooth.IBluetooth$Stub$Proxy@1a38754 +02-27 08:14:26.401 20326 20342 D BluetoothAdapter: onBluetoothServiceUp: com.android.bluetooth.btservice.AdapterService$AdapterServiceBinder@af10dfc +02-27 08:14:26.417 20551 20551 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:14:26.420 20551 20551 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:14:26.421 20551 20551 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:14:26.433 20326 20757 D BluetoothAdapterService: enable() - Enable called with quiet mode status = false +02-27 08:14:26.475 505 594 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10077; state: DISABLED +02-27 08:14:26.483 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:14:26.484 20326 20477 I AdapterState: BLE_TURNING_ON : entered +02-27 08:14:26.484 20326 20477 D AdapterProperties: Setting state to BLE_TURNING_ON +02-27 08:14:26.484 505 505 W Looper : Drained +02-27 08:14:26.484 505 505 W Looper : Slow dispatch took 130ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$PostNotificationRunnable@fd762c m=0 +02-27 08:14:26.494 19112 19725 W Brotli : Brotli not supported for Android TVs +02-27 08:14:26.505 20326 20477 D BluetoothAdapterService: updateAdapterState() - Broadcasting state BLE_TURNING_ON to 1 receivers. +02-27 08:14:26.506 505 544 D BluetoothManagerService: MESSAGE_BLUETOOTH_STATE_CHANGE: OFF > BLE_TURNING_ON +02-27 08:14:26.506 505 544 D BluetoothManagerService: Sending BLE State Change: OFF > BLE_TURNING_ON +02-27 08:14:26.516 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:14:26.520 20551 20720 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:14:26.529 505 594 W ActivityManager: Slow operation: 78ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:14:26.529 505 594 W ActivityManager: Slow operation: 78ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:14:26.530 20694 20746 W .remote.servic: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:14:26.530 20694 20746 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:14:26.530 20694 20746 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:14:26.545 505 594 W ActivityManager: Slow operation: 94ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:14:26.554 20735 20735 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10077; state: DISABLED +02-27 08:14:26.590 20551 20551 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:14:26.590 20551 20551 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:14:26.601 20326 20477 D AdapterState: Start Timeout Delay: 4000 +02-27 08:14:26.601 20326 20477 D BluetoothAdapterService: bleOnProcessStart() +02-27 08:14:26.602 20326 20477 I AdapterProperties: init(), maxConnectedAudioDevices, default=5, propertyOverlayed=5, finalValue=5 +02-27 08:14:26.604 20551 20551 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:14:26.606 20551 20551 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:14:26.613 20551 20551 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:14:26.910 505 1683 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:26.911 505 1683 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:26.911 505 1683 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:26.911 505 1683 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:26.911 505 1683 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:26.911 505 1683 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:26.911 505 1683 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:26.911 505 1683 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:26.911 505 1683 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:26.911 505 1683 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:27.141 505 1683 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:27.150 505 1683 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:27.150 505 1683 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:27.150 505 1683 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:27.150 505 1683 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:27.150 505 1683 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:27.150 505 1683 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:27.150 505 1683 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:27.150 505 1683 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:27.150 505 1683 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:27.432 20551 20551 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:14:27.444 20551 20720 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:14:27.585 20551 20559 W putmethod.lati: Suspending all threads took: 16.637ms +02-27 08:14:27.614 20551 20720 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:14:27.626 20551 20551 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:14:27.636 20551 20551 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:14:27.637 20551 20551 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:14:27.637 20551 20551 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:14:27.641 20551 20551 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:14:27.664 20551 20551 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:14:27.695 20551 20551 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:14:27.715 20551 20551 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:14:27.715 20551 20551 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:14:27.717 20551 20551 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:14:27.722 20551 20551 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:14:27.723 20551 20551 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:14:27.724 20551 20551 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:14:27.725 20551 20551 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:14:27.725 20551 20551 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:14:27.725 20551 20551 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:14:27.970 505 1683 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10048; state: DISABLED +02-27 08:14:28.046 505 1683 D CompatibilityChangeReporter: Compat change id reported: 181136395; UID 10048; state: DISABLED +02-27 08:14:28.046 505 1683 D CompatibilityChangeReporter: Compat change id reported: 174042936; UID 10048; state: DISABLED +02-27 08:14:28.046 505 1683 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10048; state: DISABLED +02-27 08:14:28.114 505 1683 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10048; state: DISABLED +02-27 08:14:28.118 505 514 I system_server: Background young concurrent copying GC freed 2011632(50MB) AllocSpace objects, 0(0B) LOS objects, 42% free, 32MB/56MB, paused 4.510ms,12.032ms total 1.803s +02-27 08:14:28.276 20735 20735 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar +02-27 08:14:28.365 20735 20750 I ssioncontrolle: Background young concurrent copying GC freed 12766(566KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1872KB/25MB, paused 7.380ms,4us total 131.983ms +02-27 08:14:28.510 505 1683 W ActivityManager: Slow operation: 1937ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:14:28.551 505 505 W Looper : Slow dispatch took 2057ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$$ExternalSyntheticLambda7@da00156 m=0 +02-27 08:14:28.552 505 505 W Looper : Slow delivery took 2058ms main h=android.service.notification.NotificationListenerService$MyHandler c=null m=1 +02-27 08:14:28.565 20733 20733 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:14:28.583 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:14:28.729 505 505 W Looper : Slow dispatch took 177ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=3 +02-27 08:14:29.013 505 2053 E TaskPersister: File error accessing recents directory (directory doesn't exist?). +02-27 08:14:29.164 505 543 W Looper : Slow dispatch took 174ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:14:29.268 505 505 W Looper : Slow dispatch took 539ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=6 +02-27 08:14:29.371 20551 20776 I JapaneseMozcExtension: JapaneseMozcExtension.onCreateServiceInternal():78 onCreateServiceInternal() +02-27 08:14:29.389 505 505 D CompanionDeviceManagerService: Received BT state transition broadcast: OFF -> BLE_TURNING_ON +02-27 08:14:29.393 20326 20477 D BluetoothAdapterService: bleOnProcessStart() - Make Bond State Machine +02-27 08:14:29.403 505 505 W Looper : Drained +02-27 08:14:29.412 20551 20559 W putmethod.lati: Suspending all threads took: 15.735ms +02-27 08:14:29.429 20654 20654 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:14:29.446 20733 20733 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:14:29.469 20551 20778 I NetworkInfoNotification: NetworkInfoNotification$Listener.onReceive():93 onNetworkAvailable: networkState = NON_METERED, isAirplaneModeOn = false +02-27 08:14:29.482 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:14:29.483 505 615 E RoleControllerManager: Error calling grantDefaultRoles() +02-27 08:14:29.483 505 615 E RoleControllerManager: java.util.concurrent.TimeoutException +02-27 08:14:29.483 505 615 E RoleControllerManager: at com.android.permission.jarjar.com.android.internal.infra.AndroidFuture.triggerTimeout(AndroidFuture.java:290) +02-27 08:14:29.483 505 615 E RoleControllerManager: at com.android.permission.jarjar.com.android.internal.infra.AndroidFuture$$ExternalSyntheticLambda0.run(Unknown Source:2) +02-27 08:14:29.483 505 615 E RoleControllerManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:14:29.483 505 615 E RoleControllerManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:14:29.483 505 615 E RoleControllerManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:14:29.483 505 615 E RoleControllerManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:14:29.483 505 615 E RoleControllerManager: at com.android.server.SystemServer.run(SystemServer.java:903) +02-27 08:14:29.483 505 615 E RoleControllerManager: at com.android.server.SystemServer.main(SystemServer.java:610) +02-27 08:14:29.483 505 615 E RoleControllerManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:14:29.483 505 615 E RoleControllerManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:14:29.483 505 615 E RoleControllerManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) +02-27 08:14:29.519 20654 20654 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:14:29.519 20654 20654 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:14:29.520 20326 20477 D BluetoothBondStateMachine: make +02-27 08:14:29.626 20733 20733 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:14:29.626 20733 20733 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:14:29.627 20733 20733 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:14:29.628 20733 20733 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:14:29.633 20551 20551 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 5 +02-27 08:14:29.636 20551 20551 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 5 +02-27 08:14:29.642 20551 20551 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 15 +02-27 08:14:29.644 20551 20551 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 15 +02-27 08:14:29.648 20551 20551 I DeviceStatusMonitor: DeviceStatusMonitor$1.onReceive():58 onReceive() : Action = android.net.conn.CONNECTIVITY_CHANGE +02-27 08:14:29.693 20551 20551 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = false +02-27 08:14:29.701 20326 20783 I BluetoothBondStateMachine: StableState(): Entering Off State +02-27 08:14:29.728 20735 20735 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.permissioncontroller' set to: 'default' +02-27 08:14:29.741 20735 20735 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:14:29.742 20551 20551 I UrgentSignalsProcessor: UrgentSignalsProcessor.flagUpdated():97 Received flagsUpdated for urgent signal +02-27 08:14:29.765 20735 20735 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:14:29.765 20735 20735 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:14:29.809 505 505 W Looper : Slow dispatch took 170ms main h=com.android.internal.os.HandlerCaller$MyHandler c=null m=7000 +02-27 08:14:29.818 505 2243 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 1002; state: DISABLED +02-27 08:14:29.834 20551 20551 I DictionarySuperpacksManager: DictionarySuperpacksManager$1.onEnabledInputMethodEntriesChanged():60 onEnabledInputMethodEntriesChanged +02-27 08:14:29.837 20694 20694 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:14:29.876 20551 20551 I MetricsProcessorProviderManager: MetricsProcessorProviderManager.onClearcutAdapterReady():102 onClearcutAdapterReady +02-27 08:14:29.909 20694 20694 I AtvRemote.RemoteService: Starting bluetooth server +02-27 08:14:29.999 20326 20326 I BtGatt.JNI: classInitNative(L1073): classInitNative: Success! +02-27 08:14:30.039 20326 20326 D BtGatt.DebugUtils: handleDebugAction() action=null +02-27 08:14:30.064 20326 20326 I bt_btif : system/bt/btif/src/bluetooth.cc:420 get_profile_interface: get_profile_interface: id = gatt +02-27 08:14:30.202 20326 20326 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 1002; state: ENABLED +02-27 08:14:30.288 20551 20551 I KeyboardDefManager: KeyboardDefManager$LoadKeyboardDefTask$1.onFailure():184 Task to load keyboard def was canceled. +02-27 08:14:30.288 20551 20551 I KeyboardDefManager: java.util.concurrent.CancellationException: Task was cancelled. +02-27 08:14:30.288 20551 20551 I KeyboardDefManager: at jke.s(PG:3) +02-27 08:14:30.288 20551 20551 I KeyboardDefManager: at jke.get(PG:4) +02-27 08:14:30.288 20551 20551 I KeyboardDefManager: at job.k(PG:1) +02-27 08:14:30.288 20551 20551 I KeyboardDefManager: at job.E(PG:2) +02-27 08:14:30.288 20551 20551 I KeyboardDefManager: at jma.run(PG:4) +02-27 08:14:30.288 20551 20551 I KeyboardDefManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:14:30.288 20551 20551 I KeyboardDefManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:14:30.288 20551 20551 I KeyboardDefManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:14:30.288 20551 20551 I KeyboardDefManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:14:30.288 20551 20551 I KeyboardDefManager: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:14:30.288 20551 20551 I KeyboardDefManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:14:30.288 20551 20551 I KeyboardDefManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:14:30.288 20551 20551 I KeyboardDefManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:14:30.370 20326 20576 I bt_stack_manager: system/bt/btif/src/stack_manager.cc:246 event_start_up_stack: event_start_up_stack is bringing up the stack +02-27 08:14:30.434 20735 20735 I CarUiInstaller: CarUiInstaller started for com.google.android.permissioncontroller +02-27 08:14:30.545 20654 20654 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:14:30.611 20326 20477 E AdapterState: BLE_TURNING_ON : BLE_START_TIMEOUT +02-27 08:14:30.630 20326 20477 I AdapterState: BLE_TURNING_OFF : entered +02-27 08:14:30.630 20326 20477 D AdapterProperties: Setting state to BLE_TURNING_OFF +02-27 08:14:30.709 20326 20477 D BluetoothAdapterService: updateAdapterState() - Broadcasting state BLE_TURNING_OFF to 1 receivers. +02-27 08:14:30.710 505 544 D BluetoothManagerService: MESSAGE_BLUETOOTH_STATE_CHANGE: BLE_TURNING_ON > BLE_TURNING_OFF +02-27 08:14:30.710 505 544 D BluetoothManagerService: Sending BLE State Change: BLE_TURNING_ON > BLE_TURNING_OFF +02-27 08:14:30.712 505 505 D CompanionDeviceManagerService: Received BT state transition broadcast: BLE_TURNING_ON -> BLE_TURNING_OFF +02-27 08:14:30.712 20326 20477 D BluetoothAdapterService: enableBluetoothInCallService() - Enable = false +02-27 08:14:30.725 20326 20477 D AdapterState: Stop Timeout Delay: 1000 +02-27 08:14:30.726 20326 20477 D AdapterProperties: onBleDisable +02-27 08:14:30.901 20326 20326 D BtGatt.DebugUtils: handleDebugAction() action=null +02-27 08:14:30.986 20654 20673 W id.gms.unstabl: Suspending all threads took: 9.419ms +02-27 08:14:31.010 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:14:31.026 20326 20326 W droid.bluetoot: [0227/081431.022520:WARNING:bta_gattc_api.cc(61)] GATTC Module not enabled/already disabled +02-27 08:14:31.029 20326 20326 W droid.bluetoot: [0227/081431.026862:WARNING:bta_gatts_api.cc(60)] GATTS Module not enabled/already disabled +02-27 08:14:31.042 20694 20694 D TvRemoteProvider: openRemoteInputBridge() for virtual-search: success +02-27 08:14:31.045 505 541 I TvRemote-native-uiBridge: Registering uinput device virtual-search: touch pad size 1x1, max pointers 1. +02-27 08:14:31.046 505 541 E TvRemote-native-uiBridge: Cannot open /dev/uinput: Permission denied. +02-27 08:14:31.057 20735 20735 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:14:31.074 20326 20326 W BtGatt.ScanManager: exception when invoking removeOnUidImportanceListener +02-27 08:14:31.074 20326 20326 W BtGatt.ScanManager: java.lang.IllegalArgumentException: Listener not registered: com.android.bluetooth.gatt.ScanManager$2@472e083 +02-27 08:14:31.074 20326 20326 W BtGatt.ScanManager: at android.app.ActivityManager.removeOnUidImportanceListener(ActivityManager.java:3591) +02-27 08:14:31.074 20326 20326 W BtGatt.ScanManager: at com.android.bluetooth.gatt.ScanManager.cleanup(ScanManager.java:165) +02-27 08:14:31.074 20326 20326 W BtGatt.ScanManager: at com.android.bluetooth.gatt.GattService.cleanup(GattService.java:313) +02-27 08:14:31.074 20326 20326 W BtGatt.ScanManager: at com.android.bluetooth.btservice.ProfileService.onDestroy(ProfileService.java:253) +02-27 08:14:31.074 20326 20326 W BtGatt.ScanManager: at android.app.ActivityThread.handleStopService(ActivityThread.java:4669) +02-27 08:14:31.074 20326 20326 W BtGatt.ScanManager: at android.app.ActivityThread.access$2100(ActivityThread.java:247) +02-27 08:14:31.074 20326 20326 W BtGatt.ScanManager: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2096) +02-27 08:14:31.074 20326 20326 W BtGatt.ScanManager: at android.os.Handler.dispatchMessage(Handler.java:106) +02-27 08:14:31.074 20326 20326 W BtGatt.ScanManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:14:31.074 20326 20326 W BtGatt.ScanManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:14:31.074 20326 20326 W BtGatt.ScanManager: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:14:31.074 20326 20326 W BtGatt.ScanManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:14:31.074 20326 20326 W BtGatt.ScanManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:14:31.074 20326 20326 W BtGatt.ScanManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:14:31.121 505 1925 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10066; state: DISABLED +02-27 08:14:31.128 505 541 E TvRemoteServiceInput: Cannot create device for virtual-search +02-27 08:14:31.040 505 505 W Binder:505_2: type=1400 audit(0.0:2041): avc: denied { write } for name="uinput" dev="tmpfs" ino=382 scontext=u:r:system_server:s0 tcontext=u:object_r:uhid_device:s0 tclass=chr_file permissive=0 +02-27 08:14:31.141 20326 20326 W BtGatt.ScanManager: exception when invoking unregisterReceiver(mLocationReceiver) +02-27 08:14:31.141 20326 20326 W BtGatt.ScanManager: java.lang.IllegalArgumentException: Receiver not registered: com.android.bluetooth.gatt.ScanManager$3@da3b200 +02-27 08:14:31.141 20326 20326 W BtGatt.ScanManager: at android.app.LoadedApk.forgetReceiverDispatcher(LoadedApk.java:1555) +02-27 08:14:31.141 20326 20326 W BtGatt.ScanManager: at android.app.ContextImpl.unregisterReceiver(ContextImpl.java:1790) +02-27 08:14:31.141 20326 20326 W BtGatt.ScanManager: at android.content.ContextWrapper.unregisterReceiver(ContextWrapper.java:771) +02-27 08:14:31.141 20326 20326 W BtGatt.ScanManager: at com.android.bluetooth.gatt.ScanManager.cleanup(ScanManager.java:186) +02-27 08:14:31.141 20326 20326 W BtGatt.ScanManager: at com.android.bluetooth.gatt.GattService.cleanup(GattService.java:313) +02-27 08:14:31.141 20326 20326 W BtGatt.ScanManager: at com.android.bluetooth.btservice.ProfileService.onDestroy(ProfileService.java:253) +02-27 08:14:31.141 20326 20326 W BtGatt.ScanManager: at android.app.ActivityThread.handleStopService(ActivityThread.java:4669) +02-27 08:14:31.141 20326 20326 W BtGatt.ScanManager: at android.app.ActivityThread.access$2100(ActivityThread.java:247) +02-27 08:14:31.141 20326 20326 W BtGatt.ScanManager: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2096) +02-27 08:14:31.141 20326 20326 W BtGatt.ScanManager: at android.os.Handler.dispatchMessage(Handler.java:106) +02-27 08:14:31.141 20326 20326 W BtGatt.ScanManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:14:31.141 20326 20326 W BtGatt.ScanManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:14:31.141 20326 20326 W BtGatt.ScanManager: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:14:31.141 20326 20326 W BtGatt.ScanManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:14:31.141 20326 20326 W BtGatt.ScanManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:14:31.141 20326 20326 W BtGatt.ScanManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:14:31.243 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:14:31.273 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:14:31.311 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:14:31.323 20654 20654 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:14:31.421 20551 20551 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. +02-27 08:14:31.727 20326 20477 E AdapterState: BLE_TURNING_OFF : BLE_STOP_TIMEOUT +02-27 08:14:31.727 20326 20477 I AdapterState: OFF : entered +02-27 08:14:31.728 20326 20477 D AdapterProperties: Setting state to OFF +02-27 08:14:31.743 20326 20477 D BluetoothAdapterService: updateAdapterState() - Broadcasting state OFF to 1 receivers. +02-27 08:14:31.764 505 544 D BluetoothManagerService: MESSAGE_BLUETOOTH_STATE_CHANGE: BLE_TURNING_OFF > OFF +02-27 08:14:31.764 505 544 D BluetoothManagerService: Bluetooth is complete send Service Down +02-27 08:14:31.764 505 544 D BluetoothManagerService: Broadcasting onBluetoothServiceDown() to 5 receivers. +02-27 08:14:31.765 505 544 D BluetoothAdapter: onBluetoothServiceDown +02-27 08:14:31.765 505 544 D BluetoothManagerService: unbindAndFinish(): android.bluetooth.IBluetooth$Stub$Proxy@20058cd mBinding = false mUnbinding = false +02-27 08:14:31.771 770 11173 D BluetoothAdapter: onBluetoothServiceDown +02-27 08:14:31.775 20694 20707 D BluetoothAdapter: onBluetoothServiceDown +02-27 08:14:31.770 19112 19303 D BluetoothAdapter: onBluetoothServiceDown +02-27 08:14:31.786 20326 20341 D BluetoothAdapter: onBluetoothServiceDown +02-27 08:14:32.849 20628 20628 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:14:33.126 505 2673 W ContentProviderHelper: Slow operation: 133ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:14:33.126 505 2673 W ContentProviderHelper: Slow operation: 134ms so far, now at getContentProviderImpl: done! +02-27 08:14:33.154 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:14:33.238 20326 20326 D BluetoothAdapterService: onUnbind() - calling cleanup +02-27 08:14:33.245 20326 20326 D BluetoothAdapterService: cleanup() +02-27 08:14:33.326 20628 20628 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:14:33.326 20628 20628 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:14:33.346 20551 20551 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:14:33.351 20551 20551 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 7 +02-27 08:14:33.397 505 544 D BluetoothManagerService: Sending BLE State Change: BLE_TURNING_OFF > OFF +02-27 08:14:33.544 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10052; state: DISABLED +02-27 08:14:33.544 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10052; state: DISABLED +02-27 08:14:33.544 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10052; state: DISABLED +02-27 08:14:33.544 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10052; state: ENABLED +02-27 08:14:33.545 505 554 W ActivityManager: Slow operation: 94ms so far, now at startProcess: done starting proc! +02-27 08:14:33.545 505 555 W ActivityManager: Slow operation: 84ms so far, now at startProcess: asking zygote to start proc +02-27 08:14:33.546 505 544 D BluetoothManagerService: Entering STATE_OFF but mEnabled is true; restarting. +02-27 08:14:33.546 505 544 E BluetoothManagerService: waitForState [10] time out +02-27 08:14:33.547 505 505 W Looper : Slow dispatch took 150ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:14:33.547 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10052; state: ENABLED +02-27 08:14:33.553 505 505 D CompanionDeviceManagerService: Received BT state transition broadcast: BLE_TURNING_OFF -> OFF +02-27 08:14:33.644 322 322 D Zygote : Forked child process 20811 +02-27 08:14:33.656 505 555 W ActivityManager: Slow operation: 195ms so far, now at startProcess: returned from zygote! +02-27 08:14:33.658 505 543 W Looper : Slow dispatch took 105ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68 +02-27 08:14:33.664 505 555 W ActivityManager: Slow operation: 203ms so far, now at startProcess: done updating battery stats +02-27 08:14:33.666 505 555 W ActivityManager: Slow operation: 205ms so far, now at startProcess: building log message +02-27 08:14:33.666 505 555 I ActivityManager: Start proc 20811:com.google.android.tvrecommendations/u0a52 for broadcast {com.google.android.tvrecommendations/com.google.android.tvrecommendations.account.TvLauncherAccountReceiver} +02-27 08:14:33.666 505 555 W ActivityManager: Slow operation: 205ms so far, now at startProcess: starting to update pids map +02-27 08:14:33.666 505 555 W ActivityManager: Slow operation: 205ms so far, now at startProcess: done updating pids map +02-27 08:14:33.675 20326 20326 W BluetoothSdpJni: Cleaning up Bluetooth SDP Interface... +02-27 08:14:33.682 20694 20694 D AtvRemote.BleDeviceManager: Bluetooth BLE adapter was shutdown +02-27 08:14:33.682 20326 20326 W BluetoothSdpJni: Cleaning up Bluetooth SDP object +02-27 08:14:33.687 20326 20326 D BluetoothKeystoreService: cleanup +02-27 08:14:33.687 20326 20326 D BluetoothKeystoreService: setBluetoothKeystoreService(): set to: null +02-27 08:14:33.687 20326 20326 D BluetoothAdapterService: cleanup() - Cleaning up adapter native +02-27 08:14:33.711 20326 20576 I bt_core_module: system/bt/btcore/src/module.cc:85 module_start_up: module_start_up Starting module "btif_config_module" +02-27 08:14:33.711 20326 20576 I bt_core_module: system/bt/btcore/src/module.cc:90 module_start_up: module_start_up Started module "btif_config_module" +02-27 08:14:33.784 20628 20637 W gle.android.gm: Suspending all threads took: 6.609ms +02-27 08:14:33.807 20811 20811 E recommendation: Not starting debugger since process cannot load the jdwp agent. +02-27 08:14:33.977 20628 20628 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:14:34.163 20733 20820 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:14:34.174 20733 20820 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:14:34.184 20326 20576 I bt_core_module: system/bt/btcore/src/module.cc:85 module_start_up: module_start_up Starting module "btsnoop_module" +02-27 08:14:34.202 20326 20576 I droid.bluetoot: [0227/081434.202029:INFO:btsnoop.cc(209)] start_up: Snoop Logs disabled +02-27 08:14:34.204 20326 20576 I droid.bluetoot: [0227/081434.204737:INFO:btsnoop.cc(356)] delete_btsnoop_files: Deleting snoop logs if they exist. filtered = 1 +02-27 08:14:34.239 20733 20820 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:14:34.272 20326 20576 I droid.bluetoot: [0227/081434.272346:INFO:btsnoop.cc(356)] delete_btsnoop_files: Deleting snoop logs if they exist. filtered = 0 +02-27 08:14:34.272 20326 20576 I bt_core_module: system/bt/btcore/src/module.cc:90 module_start_up: module_start_up Started module "btsnoop_module" +02-27 08:14:34.274 20326 20576 I bt_core_module: system/bt/btcore/src/module.cc:85 module_start_up: module_start_up Starting module "hci_module" +02-27 08:14:34.276 20326 20576 I bt_hci : system/bt/hci/src/hci_layer.cc:200 hci_module_start_up: hci_module_start_up +02-27 08:14:34.276 20326 20832 I droid.bluetoot: [0227/081434.276692:INFO:message_loop_thread.cc(224)] Run: message loop starting for thread bt_hci_thread +02-27 08:14:34.277 505 2243 W ActivityManager: Slow operation: 134ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:14:34.289 20326 20832 I bt_hci : system/bt/hci/src/hci_layer_android.cc:159 hci_initialize: hci_initialize +02-27 08:14:34.289 20326 20576 I bt_hci : system/bt/hci/src/hci_layer.cc:257 hci_module_start_up: hci_module_start_up starting async portion +02-27 08:14:34.290 505 2243 W ActivityManager: Slow operation: 147ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:14:34.290 505 2243 W ActivityManager: Slow operation: 147ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:14:34.332 505 2243 W ActivityManager: Slow operation: 189ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:14:34.456 505 2243 W ActivityManager: Slow operation: 313ms so far, now at attachApplicationLocked: after sendPendingBroadcastsLocked +02-27 08:14:34.468 20811 20811 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10052; state: ENABLED +02-27 08:14:34.511 20326 20832 I bt_hci : system/bt/hci/src/hci_layer_android.cc:178 hci_initialize: hci_initialize: IBluetoothHci::getService() returned 0xb400007bab09cff0 (remote) +02-27 08:14:34.545 20551 20833 I PhenotypeModule: PhenotypeModule.handlePhenotypeConfigurationUpdatesInternal():365 Latency of updating configurations from phenotype (experiment v4): 37 +02-27 08:14:34.547 20551 20833 I PhenotypeModule: PhenotypeModule.handlePhenotypeConfigurationUpdates():264 Latency of updating configurations from phenotype (ExperimentV4): 44 +02-27 08:14:34.601 329 329 I android.hardware.bluetooth@1.1-btlinux: BluetoothHci::initialize() +02-27 08:14:34.603 329 329 I android.hardware.bluetooth@1.1-btlinux: openBtHci +02-27 08:14:34.605 329 329 E android.hardware.bluetooth@1.1-btlinux: Unable to open /dev/rfkill +02-27 08:14:34.605 329 329 I android.hardware.bluetooth@1.1-btlinux: waitHciDev +02-27 08:14:34.605 329 329 I android.hardware.bluetooth@1.1-btlinux: HCI device ready +02-27 08:14:34.652 505 505 W Looper : Slow dispatch took 115ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:14:34.677 20326 20832 I bt_hci : system/bt/hci/src/hci_layer.cc:367 event_finish_startup: event_finish_startup +02-27 08:14:34.679 329 20838 E android.hardware.bluetooth@1.1-service.btlinux: ThreadRoutine unable to set SCHED_FIFO for pid 329, tid 20838, error Operation not permitted +02-27 08:14:34.680 20326 20576 I bt_core_module: system/bt/btcore/src/module.cc:90 module_start_up: module_start_up Started module "hci_module" +02-27 08:14:34.697 20654 20839 I Watchcat: Started +02-27 08:14:34.701 20654 20654 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:14:34.735 20326 20576 I bt_l2cap: system/bt/stack/l2cap/l2c_api.cc:134 L2CA_Register: L2CAP Registered service classic PSM: 0x0001 +02-27 08:14:34.768 20654 20840 I GMS_MM_Logger: Started. +02-27 08:14:34.770 20694 20810 D PhenotypeContext: Application doesn't implement PhenotypeApplication interface, falling back to globally set context. See go/phenotype-flag#process-stable-init for more info. +02-27 08:14:34.798 20326 20576 I bt_l2cap: system/bt/stack/l2cap/l2c_api.cc:134 L2CA_Register: L2CAP Registered service classic PSM: 0x001f +02-27 08:14:34.800 20326 20576 I bluetooth: system/bt/stack/gatt/gatt_api.cc:1019 GATT_Register: Allocated name:GattProfileDb uuid:81818181-8181-8181-8181-818181818181 gatt_if:1 eatt_support:0 +02-27 08:14:34.800 20326 20576 I droid.bluetoot: [0227/081434.800469:INFO:gatt_api.cc(179)] GATTS_AddService +02-27 08:14:34.800 20326 20576 I droid.bluetoot: [0227/081434.800520:INFO:gatt_api.cc(288)] GATTS_AddService: service parsed correctly, now starting +02-27 08:14:34.802 20628 20628 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:14:34.825 20326 20576 I droid.bluetoot: [0227/081434.824913:INFO:gatt_sr_hash.cc(124)] gatts_calculate_database_hash: hash=80AEB10BC70DCCEFA207489DCED98FED +02-27 08:14:34.825 20326 20576 I bt_l2cap: system/bt/stack/l2cap/l2c_api.cc:434 L2CA_RegisterLECoc: Registered service LE COC PSM: 0x0027 +02-27 08:14:34.833 20326 20576 I bt_l2cap: system/bt/stack/l2cap/l2c_api.cc:134 L2CA_Register: L2CAP Registered service classic PSM: 0x0003 +02-27 08:14:34.854 20326 20576 I bluetooth: system/bt/stack/gatt/gatt_api.cc:1019 GATT_Register: Allocated name:Gap uuid:82828282-8282-8282-8282-828282828282 gatt_if:2 eatt_support:0 +02-27 08:14:34.854 20326 20576 I droid.bluetoot: [0227/081434.854767:INFO:gatt_api.cc(179)] GATTS_AddService +02-27 08:14:35.076 20326 20576 I droid.bluetoot: [0227/081435.071012:INFO:gatt_api.cc(288)] GATTS_AddService: service parsed correctly, now starting +02-27 08:14:35.076 20326 20576 I droid.bluetoot: [0227/081435.076336:INFO:gatt_sr_hash.cc(124)] gatts_calculate_database_hash: hash=8991C462EBE9D90B9EA0DA3E16D0F513 +02-27 08:14:35.089 20551 20551 W putmethod.lati: Verification of cx ca.f() took 266.332ms (44320.59 bytecodes/s) (107776B approximate peak alloc) +02-27 08:14:35.158 20326 20576 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_HCI : Level 2 +02-27 08:14:35.161 20326 20576 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_L2CAP : Level 2 +02-27 08:14:35.161 20326 20576 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_RFCOMM : Level 2 +02-27 08:14:35.161 20326 20576 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_AVDT : Level 2 +02-27 08:14:35.188 20326 20576 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_AVRC : Level 2 +02-27 08:14:35.188 20326 20576 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_A2D : Level 2 +02-27 08:14:35.188 20326 20576 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_BNEP : Level 2 +02-27 08:14:35.188 20326 20576 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_BTM : Level 2 +02-27 08:14:35.188 20326 20576 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_HID_HOST : Level 2 +02-27 08:14:35.188 20326 20576 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_PAN : Level 2 +02-27 08:14:35.188 20326 20576 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_SDP : Level 2 +02-27 08:14:35.188 20326 20576 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_SMP : Level 2 +02-27 08:14:35.188 20326 20576 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_HID_DEV : Level 2 +02-27 08:14:35.188 20326 20576 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_BTAPP : Level 2 +02-27 08:14:35.188 20326 20576 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_BTIF : Level 2 +02-27 08:14:35.237 20326 20851 I bt_stack: [INFO:message_loop_thread.cc(224)] Run: message loop starting for thread bt_main_thread +02-27 08:14:35.238 20326 20576 I bt_core_module: system/bt/btcore/src/module.cc:85 module_start_up: module_start_up Starting module "controller_module" +02-27 08:14:35.470 20551 20837 I PhenotypeModule: PhenotypeModule.lambda$fetchAndUpdate$1():221 fetchAndUpdate() : Success, hasFlags=true, flagCount=6, lastFetchStatus=February 27, 8:14 AM {reason=1, isFullFetch=true, success=true, isEmpty=false, isDelta=false, fetchedFlagsCount=6, deletedFlagsCount=361, updatedFlagsCount=0, totalTime=9873} +02-27 08:14:35.736 20811 20811 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVRecommendations/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:14:35.926 20326 20576 I bt_core_module: system/bt/btcore/src/module.cc:90 module_start_up: module_start_up Started module "controller_module" +02-27 08:14:35.929 20326 20576 I bt_btm_pm: system/bt/stack/acl/btm_pm.cc:392 btm_pm_reset: reset pm +02-27 08:14:35.938 20326 20576 I btm_acl : system/bt/stack/acl/btm_acl.cc:664 check_link_policy: park not supported (settings: 0x0007) +02-27 08:14:35.946 20326 20576 I bt_btm_sec: system/bt/stack/btm/btm_sec.cc:226 BTM_SecRegister: BTM_SecRegister p_cb_info->p_le_callback == 0x0x7a81bf635c +02-27 08:14:35.948 20326 20576 I bt_btm_sec: system/bt/stack/btm/btm_sec.cc:241 BTM_SecRegister: BTM_SecRegister btm_cb.api.p_le_callback = 0x0x7a81bf635c +02-27 08:14:35.948 20326 20576 I bt_stack: [INFO:ble_advertiser_hci_interface.cc(767)] Extended advertising will be in use +02-27 08:14:35.968 20326 20851 I bluetooth: system/bt/stack/gatt/gatt_api.cc:1019 GATT_Register: Allocated name:GattClient uuid:3c2244f2-70a4-fcd4-14bc-ec2d9ed3dd68 gatt_if:3 eatt_support:0 +02-27 08:14:36.048 505 505 W Looper : Slow dispatch took 147ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:14:36.152 505 544 D BluetoothManagerService: MESSAGE_RESTART_BLUETOOTH_SERVICE: retry count=5 +02-27 08:14:36.151 20326 20851 E bt_btif_storage: system/bt/btif/src/btif_storage.cc:632 btif_storage_get_adapter_property: btif_storage_get_adapter_property: Controller ready! +02-27 08:14:36.152 20326 20851 I bt_btif_storage: system/bt/btif/src/btif_storage.cc:661 btif_storage_get_adapter_property: btif_storage_get_adapter_property service_mask:0x0 +02-27 08:14:36.152 20326 20851 I bt_stack: [INFO:btif_bqr.cc(229)] EnableBtQualityReport: is_enable: true +02-27 08:14:36.152 20326 20851 W bt_stack: [WARNING:btif_bqr.cc(237)] EnableBtQualityReport: Bluetooth Quality Report is disabled. bqr_prop_evtmask: , bqr_prop_interval_ms: +02-27 08:14:36.160 505 544 D BluetoothManagerService: binding Bluetooth service +02-27 08:14:36.233 20326 20856 I bt_osi_thread: system/bt/osi/src/thread.cc:209 run_thread: run_thread: thread id 20856, thread name btif_sock started +02-27 08:14:36.391 505 544 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #12535} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (40 skipped) +02-27 08:14:36.391 20326 20851 I bt_bte_conf: system/bt/main/bte_conf.cc:84 bte_load_did_conf: Device ID record 1 : primary +02-27 08:14:36.392 20326 20851 I bt_bte_conf: system/bt/main/bte_conf.cc:85 bte_load_did_conf: vendorId = 00e0 +02-27 08:14:36.392 20326 20851 I bt_bte_conf: system/bt/main/bte_conf.cc:86 bte_load_did_conf: vendorIdSource = 0001 +02-27 08:14:36.392 20326 20851 I bt_bte_conf: system/bt/main/bte_conf.cc:87 bte_load_did_conf: product = 1200 +02-27 08:14:36.392 20326 20851 I bt_bte_conf: system/bt/main/bte_conf.cc:88 bte_load_did_conf: version = 1436 +02-27 08:14:36.392 20326 20851 I bt_bte_conf: system/bt/main/bte_conf.cc:89 bte_load_did_conf: clientExecutableURL = +02-27 08:14:36.392 20326 20851 I bt_bte_conf: system/bt/main/bte_conf.cc:90 bte_load_did_conf: serviceDescription = +02-27 08:14:36.392 20326 20851 I bt_bte_conf: system/bt/main/bte_conf.cc:91 bte_load_did_conf: documentationURL = +02-27 08:14:36.392 20326 20851 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:3198 bta_dm_eir_update_uuid: EIR Adding UUID=0x1200 into extended inquiry response +02-27 08:14:36.392 20326 20851 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:14:36.392 20326 20851 I bt_bte_conf: system/bt/main/bte_conf.cc:47 bte_load_did_conf: bte_load_did_conf no section named DID2. +02-27 08:14:36.392 20326 20851 I bt_btif_core: system/bt/btif/src/btif_core.cc:312 btif_enable_bluetooth_evt: Bluetooth enable event completed +02-27 08:14:36.392 20326 20851 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:14:36.413 20811 20811 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvrecommendations' set to: 'default' +02-27 08:14:36.413 20811 20811 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:14:36.413 20694 20707 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. +02-27 08:14:36.419 20326 20576 I bt_stack_manager: system/bt/btif/src/stack_manager.cc:311 event_start_up_stack: event_start_up_stack finished +02-27 08:14:36.422 20326 20576 I bt_stack_manager: system/bt/btif/src/stack_manager.cc:322 event_shut_down_stack: event_shut_down_stack is bringing down the stack +02-27 08:14:36.422 20326 20855 I bt_btif_sock: system/bt/btif/src/btif_sock_thread.cc:515 sock_poll_thread: h:7, process_cmd_sock return false, exit... +02-27 08:14:36.422 20326 20855 I bt_btif_sock: system/bt/btif/src/btif_sock_thread.cc:528 sock_poll_thread: socket poll thread exiting, h:7 +02-27 08:14:36.445 20811 20811 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:14:36.445 20811 20811 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:14:36.478 505 505 W Looper : Slow dispatch took 183ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:14:36.478 505 505 W Looper : Slow delivery took 240ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=3 +02-27 08:14:36.675 20326 20851 I bt_stack: [INFO:bta_jv_act.cc(564)] bta_jv_disable +02-27 08:14:36.681 505 505 W Looper : Drained +02-27 08:14:36.734 20326 20856 W bt_osi_thread: system/bt/osi/src/thread.cc:239 run_thread: run_thread: thread id 20856, thread name btif_sock exited +02-27 08:14:36.738 505 514 I system_server: Background young concurrent copying GC freed 1780320(44MB) AllocSpace objects, 2(72KB) LOS objects, 47% free, 26MB/50MB, paused 691us,77us total 3.081s +02-27 08:14:36.772 20694 20707 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:14:36.772 20694 20707 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 7 +02-27 08:14:36.772 20694 20707 V DynamiteModule: Dynamite loader version >= 2, using loadModule2NoCrashUtils +02-27 08:14:36.841 20694 20860 I AtvRemote.TcpServer: Listening on 6466 +02-27 08:14:36.927 20326 20851 I bt_stack: [INFO:gatt_api.cc(1042)] GATT_Deregister gatt_if=3 +02-27 08:14:37.065 505 2621 I ActivityManager: Background started FGS: Allowed [callingPackage: com.google.android.tv.remote.service; callingUid: 10049; uidState: FGS ; intent: Intent { cmp=com.google.android.tv.remote.service/.DiscoveryService }; code:BACKGROUND_ACTIVITY_PERMISSION; tempAllowListReason:; targetSdkVersion:31; callerTargetSdkVersion:31; startForegroundCount:0; bindFromPackage:null] +02-27 08:14:37.238 20326 20851 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2586 bta_dm_disable_conn_down_timer_cback: Stack device manager shutdown completed +02-27 08:14:37.253 20326 20576 I bt_stack: [INFO:btif_bqr.cc(229)] EnableBtQualityReport: is_enable: false +02-27 08:14:37.257 20326 20576 W bt_stack: [WARNING:btif_bqr.cc(237)] EnableBtQualityReport: Bluetooth Quality Report is disabled. bqr_prop_evtmask: , bqr_prop_interval_ms: +02-27 08:14:37.257 20326 20576 I bt_btif_dm: system/bt/btif/src/btif_dm.cc:1489 BTIF_dm_disable: Stack device manager shutdown finished +02-27 08:14:37.285 20326 20576 I bt_core_module: system/bt/btcore/src/module.cc:104 module_shut_down: module_shut_down Shutting down module "btif_config_module" +02-27 08:14:37.294 505 542 W Looper : Slow dispatch took 1977ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:14:37.296 505 542 W Looper : Slow delivery took 1056ms android.fg h=android.os.Handler c=com.android.server.location.injector.SystemAppForegroundHelper$$ExternalSyntheticLambda1@366d428 m=0 +02-27 08:14:37.309 20326 20601 D AdapterProperties: Name is: sdk_google_atv64_arm64 +02-27 08:14:37.314 20326 20601 D AdapterProperties: Scan Mode:20 +02-27 08:14:37.333 505 516 E System : Uncaught exception thrown by finalizer +02-27 08:14:37.364 20326 20601 D AdapterProperties: Discoverable Timeout:120 +02-27 08:14:37.393 505 505 D BluetoothManagerService: Bluetooth Adapter address changed to BB:BB:BB:00:00:01 +02-27 08:14:37.394 505 505 D BluetoothManagerService: Stored Bluetoothaddress: BB:BB:BB:00:00:01 +02-27 08:14:37.394 505 505 D BluetoothManagerService: Bluetooth Adapter name changed to sdk_google_atv64_arm64 by android +02-27 08:14:37.394 505 505 D BluetoothManagerService: Stored Bluetooth name: sdk_google_atv64_arm64 +02-27 08:14:37.412 505 516 E System : java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Object.equals(java.lang.Object)' on a null object reference +02-27 08:14:37.412 505 516 E System : at com.android.server.tv.UinputBridge.isTokenValid(UinputBridge.java:135) +02-27 08:14:37.412 505 516 E System : at com.android.server.tv.UinputBridge.close(UinputBridge.java:119) +02-27 08:14:37.412 505 516 E System : at com.android.server.tv.UinputBridge.finalize(UinputBridge.java:111) +02-27 08:14:37.412 505 516 E System : at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:291) +02-27 08:14:37.412 505 516 E System : at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:278) +02-27 08:14:37.412 505 516 E System : at java.lang.Daemons$Daemon.run(Daemons.java:139) +02-27 08:14:37.412 505 516 E System : at java.lang.Thread.run(Thread.java:920) +02-27 08:14:37.520 20694 20707 W .remote.servic: Verification of void be.() took 226.788ms (39.68 bytecodes/s) (1392B approximate peak alloc) +02-27 08:14:37.522 20326 20576 I bt_core_module: system/bt/btcore/src/module.cc:109 module_shut_down: module_shut_down Shutdown of module "btif_config_module" completed +02-27 08:14:37.522 20326 20851 I bt_stack: [INFO:message_loop_thread.cc(245)] Run: message loop finished for thread bt_main_thread +02-27 08:14:37.523 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:14:37.524 20326 20576 I bt_core_module: system/bt/btcore/src/module.cc:122 module_clean_up: module_clean_up Cleaning up module "bte_logmsg_module" +02-27 08:14:37.528 20326 20576 I bt_core_module: system/bt/btcore/src/module.cc:127 module_clean_up: module_clean_up Cleanup of module "bte_logmsg_module" completed +02-27 08:14:37.529 20326 20576 E bt_l2cap: system/bt/main/bte_logmsg.cc:191 LogMsg: L2CA_FreeLePSM: Invalid PSM=39 value! +02-27 08:14:37.530 20326 20576 I bt_core_module: system/bt/btcore/src/module.cc:104 module_shut_down: module_shut_down Shutting down module "hci_module" +02-27 08:14:37.530 20326 20576 I bt_hci : system/bt/hci/src/hci_layer.cc:266 hci_module_shut_down: hci_module_shut_down +02-27 08:14:37.534 20326 20832 I bt_stack: [INFO:message_loop_thread.cc(245)] Run: message loop finished for thread bt_hci_thread +02-27 08:14:37.540 329 329 I android.hardware.bluetooth@1.1-btlinux: BluetoothHci::close() +02-27 08:14:37.541 329 329 E android.hardware.bluetooth@1.1-btlinux: Unable to open /dev/rfkill +02-27 08:14:37.550 20326 20576 I bt_core_module: system/bt/btcore/src/module.cc:109 module_shut_down: module_shut_down Shutdown of module "hci_module" completed +02-27 08:14:37.554 20326 20576 I bt_core_module: system/bt/btcore/src/module.cc:104 module_shut_down: module_shut_down Shutting down module "btsnoop_module" +02-27 08:14:37.556 20326 20576 I bt_stack: [INFO:btsnoop.cc(356)] delete_btsnoop_files: Deleting snoop logs if they exist. filtered = 1 +02-27 08:14:37.556 20326 20576 I bt_stack: [INFO:btsnoop.cc(356)] delete_btsnoop_files: Deleting snoop logs if they exist. filtered = 0 +02-27 08:14:37.556 20326 20576 I bt_core_module: system/bt/btcore/src/module.cc:109 module_shut_down: module_shut_down Shutdown of module "btsnoop_module" completed +02-27 08:14:37.556 20326 20576 I bt_core_module: system/bt/btcore/src/module.cc:104 module_shut_down: module_shut_down Shutting down module "controller_module" +02-27 08:14:37.556 20326 20576 I bt_core_module: system/bt/btcore/src/module.cc:109 module_shut_down: module_shut_down Shutdown of module "controller_module" completed +02-27 08:14:37.557 20326 20601 D BluetoothAdapterService: stateChangeCallback: disableNative() completed +02-27 08:14:37.558 20326 20576 I bt_stack_manager: system/bt/btif/src/stack_manager.cc:374 event_shut_down_stack: event_shut_down_stack finished +02-27 08:14:37.559 20326 20576 I bt_stack_manager: system/bt/btif/src/stack_manager.cc:394 event_clean_up_stack: event_clean_up_stack is cleaning up the stack +02-27 08:14:37.559 20326 20576 I bt_btif_core: system/bt/btif/src/btif_core.cc:326 btif_cleanup_bluetooth: btif_cleanup_bluetooth entered +02-27 08:14:37.559 20326 20576 I bt_btif_queue: system/bt/btif/src/btif_profile_queue.cc:216 btif_queue_release: btif_queue_release +02-27 08:14:37.559 20326 20601 I bt_stack: [INFO:message_loop_thread.cc(245)] Run: message loop finished for thread bt_jni_thread +02-27 08:14:37.559 20326 20576 I bt_btif_core: system/bt/btif/src/btif_core.cc:334 btif_cleanup_bluetooth: btif_cleanup_bluetooth finished +02-27 08:14:37.560 505 712 D NsdService: New client listening to asynchronous messages +02-27 08:14:37.560 505 712 D NsdService: New client, channel: com.android.internal.util.AsyncChannel@128b0be messenger: android.os.Messenger@521551f +02-27 08:14:37.561 20326 20576 I bt_core_module: system/bt/btcore/src/module.cc:122 module_clean_up: module_clean_up Cleaning up module "stack_config_module" +02-27 08:14:37.561 20326 20576 I bt_core_module: system/bt/btcore/src/module.cc:127 module_clean_up: module_clean_up Cleanup of module "stack_config_module" completed +02-27 08:14:37.561 20326 20576 I bt_core_module: system/bt/btcore/src/module.cc:122 module_clean_up: module_clean_up Cleaning up module "interop_module" +02-27 08:14:37.561 20326 20576 I bt_core_module: system/bt/btcore/src/module.cc:127 module_clean_up: module_clean_up Cleanup of module "interop_module" completed +02-27 08:14:37.561 20326 20576 I bt_core_module: system/bt/btcore/src/module.cc:122 module_clean_up: module_clean_up Cleaning up module "btif_config_module" +02-27 08:14:37.563 20694 20694 D CompatibilityChangeReporter: Compat change id reported: 191844585; UID 10049; state: ENABLED +02-27 08:14:37.569 20733 20733 W ChimeRegistrationManage: Chime not initialized, cannot register for notifications. +02-27 08:14:37.573 20811 20811 E ActivityThread: Failed to find provider info for tvlauncher.config +02-27 08:14:37.580 20811 20811 E OemConfigurationData: Error reading content://tvlauncher.config/configuration +02-27 08:14:37.580 20811 20811 E OemConfigurationData: No content provider: content://tvlauncher.config/configuration +02-27 08:14:37.593 20628 20873 I Watchcat: Started +02-27 08:14:37.597 20628 20628 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:14:37.610 20326 20576 I bt_core_module: system/bt/btcore/src/module.cc:127 module_clean_up: module_clean_up Cleanup of module "btif_config_module" completed +02-27 08:14:37.613 20326 20576 I bt_core_module: system/bt/btcore/src/module.cc:122 module_clean_up: module_clean_up Cleaning up module "bt_utils_module" +02-27 08:14:37.613 20326 20576 I bt_core_module: system/bt/btcore/src/module.cc:127 module_clean_up: module_clean_up Cleanup of module "bt_utils_module" completed +02-27 08:14:37.613 20326 20576 I bt_core_module: system/bt/btcore/src/module.cc:122 module_clean_up: module_clean_up Cleaning up module "osi_module" +02-27 08:14:37.617 20326 20600 I bt_osi_alarm: system/bt/osi/src/alarm.cc:662 callback_dispatch: callback_dispatch Callback thread exited +02-27 08:14:37.617 20326 20600 W bt_osi_thread: system/bt/osi/src/thread.cc:239 run_thread: run_thread: thread id 20600, thread name alarm_dispatcher exited +02-27 08:14:37.620 20326 20599 W bt_osi_thread: system/bt/osi/src/thread.cc:239 run_thread: run_thread: thread id 20599, thread name alarm_default_ca exited +02-27 08:14:37.620 20326 20576 I bt_core_module: system/bt/btcore/src/module.cc:127 module_clean_up: module_clean_up Cleanup of module "osi_module" completed +02-27 08:14:37.620 20326 20576 I bt_stack_manager: system/bt/btif/src/stack_manager.cc:407 event_clean_up_stack: event_clean_up_stack finished +02-27 08:14:37.620 20326 20576 I bt_stack: [INFO:message_loop_thread.cc(245)] Run: message loop finished for thread bt_stack_manager_thread +02-27 08:14:37.620 20326 20326 I BluetoothServiceJni: cleanupNative: return from cleanup +02-27 08:14:37.621 20628 20874 I GMS_MM_Logger: Started. +02-27 08:14:37.679 505 712 D NsdService: Register service +02-27 08:14:37.679 505 712 D NsdService: mdnssd [start-service] +02-27 08:14:37.691 20326 20326 D BluetoothActiveDeviceManager: cleanup() +02-27 08:14:37.691 20694 20694 I AtvRemote.RemoteService: Starting up pairing server. +02-27 08:14:37.714 20733 20733 W Glide : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored +02-27 08:14:37.718 505 594 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10033; state: DISABLED +02-27 08:14:37.718 505 594 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10033; state: DISABLED +02-27 08:14:37.718 505 594 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10033; state: DISABLED +02-27 08:14:37.718 505 594 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10033; state: ENABLED +02-27 08:14:37.718 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10033; state: ENABLED +02-27 08:14:37.726 322 322 D Zygote : Forked child process 20886 +02-27 08:14:37.727 20326 20326 D BluetoothAdapterService: onDestroy() +02-27 08:14:37.727 20326 20326 I BluetoothAdapterService: Force exit to cleanup internal state in Bluetooth stack +02-27 08:14:37.729 505 555 I ActivityManager: Start proc 20886:com.android.providers.tv/u0a33 for content provider {com.android.providers.tv/com.android.providers.tv.TvProvider} +02-27 08:14:37.741 20326 20326 I droid.bluetoot: System.exit called, status: 0 +02-27 08:14:37.749 20326 20326 I AndroidRuntime: VM exiting with result code 0, cleanup skipped. +02-27 08:14:37.797 505 1925 I ActivityManager: Process com.android.bluetooth (pid 20326) has died: psvc PER +02-27 08:14:37.797 505 556 I libprocessgroup: Successfully killed process cgroup uid 1002 pid 20326 in 0ms +02-27 08:14:37.799 505 1925 W ActivityManager: Scheduling restart of crashed service com.android.bluetooth/.btservice.AdapterService in 1000ms for connection +02-27 08:14:37.804 20886 20886 E id.providers.t: Not starting debugger since process cannot load the jdwp agent. +02-27 08:14:37.809 505 542 W Looper : Drained +02-27 08:14:37.832 322 322 I Zygote : Process 20326 exited cleanly (0) +02-27 08:14:37.844 505 594 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10033; state: DISABLED +02-27 08:14:37.861 20886 20886 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10033; state: ENABLED +02-27 08:14:37.902 19112 19125 I .gms.persisten: Background young concurrent copying GC freed 120998(6313KB) AllocSpace objects, 34(928KB) LOS objects, 40% free, 10MB/17MB, paused 266.379ms,32us total 1.673s +02-27 08:14:37.950 19112 19565 E NetworkScheduler.ATC: Trying to release unacquired lock: com.google.android.gms/.clearcut.uploader.QosUploaderService [CONTEXT service_id=218 ] +02-27 08:14:38.000 505 712 D NsdService: registerService: 13 name: sdk_google_atv64_arm64, type: _androidtvremote2._tcp., host: null, port: 6466, txtRecord: bt=BB:BB:BB:00:00:01 +02-27 08:14:38.000 505 712 D NsdService: mdnssd [register, 13, sdk_google_atv64_arm64, _androidtvremote2._tcp., 6466, FGJ0PUJCOkJCOkJCOjAwOjAwOjAx] +02-27 08:14:38.012 505 712 D NsdService: Register 2 13 +02-27 08:14:38.014 20551 20551 I Choreographer: Skipped 414 frames! The application may be doing too much work on its main thread. +02-27 08:14:38.023 19112 20830 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:14:38.069 20551 20551 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1145 update screenHeightWithoutNaviBar to: 1080 +02-27 08:14:38.079 505 890 D ConnectivityService: requestNetwork for uid/pid:10048/20733 activeRequest: null callbackRequest: 272 [NetworkRequest [ REQUEST id=273, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:14:38.098 505 709 D ConnectivityService: NetReassign [273 : null → 101] +02-27 08:14:38.106 20733 20733 W PrtnrWidgetInfoLdr: No content provider for OEM widget found +02-27 08:14:38.111 20551 20551 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1152 update max height when insets changes +02-27 08:14:38.150 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=273, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:14:38.150 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=273, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:14:38.150 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=273, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:14:38.157 20886 20886 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.tv' set to: 'default' +02-27 08:14:38.157 20886 20886 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:14:38.158 20886 20886 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:14:38.158 20886 20886 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:14:38.173 20886 20886 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10033; state: ENABLED +02-27 08:14:38.250 20694 20707 V ClearcutMetricXmitter: Transmission is done. +02-27 08:14:38.262 20694 20707 V ClearcutMetricXmitter: Transmission is done. +02-27 08:14:38.283 20811 20910 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10052; state: ENABLED +02-27 08:14:38.285 20733 20923 E ActivityThread: Failed to find provider info for tvlauncher.mic +02-27 08:14:38.295 20733 20922 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.searchapi.VoiceInteractionProvider +02-27 08:14:38.296 20733 20922 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:14:38.303 20733 20923 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:14:38.369 505 594 I ActivityTaskManager: START u0 {flg=0x14000000 cmp=com.google.android.tvlauncher/.MainActivity (has extras)} from uid 10048 +02-27 08:14:38.381 20628 20931 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:14:38.415 20733 20733 E Clearcut-EventLogger: Unexpected log parameter home_selected_row_position +02-27 08:14:38.489 20628 20628 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:14:38.489 20628 20628 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:14:38.522 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:14:38.865 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:14:38.999 505 712 D NsdService: Native daemon message SERVICE_REGISTERED: 606 13 "sdk_google_atv64_arm64" +02-27 08:14:39.000 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 1002; state: DISABLED +02-27 08:14:39.000 505 554 W ActivityManager: Slow operation: 51ms so far, now at startProcess: done starting proc! +02-27 08:14:39.018 505 555 W ActivityManager: Slow operation: 66ms so far, now at startProcess: asking zygote to start proc +02-27 08:14:39.080 322 322 D Zygote : Forked child process 20937 +02-27 08:14:39.082 505 555 W ActivityManager: Slow operation: 131ms so far, now at startProcess: returned from zygote! +02-27 08:14:39.084 505 555 W ActivityManager: Slow operation: 133ms so far, now at startProcess: done updating battery stats +02-27 08:14:39.084 505 555 W ActivityManager: Slow operation: 133ms so far, now at startProcess: building log message +02-27 08:14:39.084 505 555 I ActivityManager: Start proc 20937:com.android.bluetooth/1002 for service {com.android.bluetooth/com.android.bluetooth.btservice.AdapterService} +02-27 08:14:39.084 505 555 W ActivityManager: Slow operation: 133ms so far, now at startProcess: starting to update pids map +02-27 08:14:39.092 505 555 W ActivityManager: Slow operation: 141ms so far, now at startProcess: done updating pids map +02-27 08:14:39.105 20694 20866 I AtvRemote.DiscoveryService: NDS Service registered: sdk_google_atv64_arm64 +02-27 08:14:39.172 505 544 E BluetoothManagerService: MESSAGE_TIMEOUT_BIND +02-27 08:14:39.206 19112 19725 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:14:39.231 20937 20937 E droid.bluetoot: Not starting debugger since process cannot load the jdwp agent. +02-27 08:14:39.293 20733 20733 I Choreographer: Skipped 47 frames! The application may be doing too much work on its main thread. +02-27 08:14:39.420 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:14:39.436 505 546 D CompatibilityChangeReporter: Compat change id reported: 158002302; UID 10048; state: ENABLED +02-27 08:14:39.438 505 890 W ActivityManager: Slow operation: 64ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:14:39.445 505 890 W ActivityManager: Slow operation: 71ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:14:39.446 505 890 W ActivityManager: Slow operation: 72ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:14:39.468 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:14:39.472 505 890 W ActivityManager: Slow operation: 98ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:14:39.478 20937 20937 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 1002; state: ENABLED +02-27 08:14:39.483 20733 20818 D HostConnection: createUnique: call +02-27 08:14:39.490 20733 20818 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b0999d0, tid 20818 +02-27 08:14:39.536 20733 20818 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:14:39.657 505 505 W Looper : Slow dispatch took 207ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=6 +02-27 08:14:39.657 505 505 W Looper : Slow delivery took 209ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:14:39.665 20733 20759 I roid.tvlaunche: Background concurrent copying GC freed 3404(391KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3101KB/6203KB, paused 440us,34us total 193.939ms +02-27 08:14:39.666 20628 20628 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:14:39.806 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 08:14:39.852 20733 20818 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 08:14:39.860 20733 20818 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 08:14:39.882 20628 20628 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:14:39.882 20628 20628 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:14:39.886 20733 20818 D EGL_emulation: eglCreateContext: 0xb400007b8b092e90: maj 3 min 0 rcv 3 +02-27 08:14:39.914 19112 19134 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:14:39.932 20733 20818 D EGL_emulation: eglMakeCurrent: 0xb400007b8b092e90: ver 3 0 (tinfo 0x7da2400080) (first time) +02-27 08:14:39.946 19112 19134 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:14:40.008 505 505 W Looper : Drained +02-27 08:14:40.036 20886 20900 I id.providers.t: Background young concurrent copying GC freed 15572(734KB) AllocSpace objects, 2(40KB) LOS objects, 92% free, 1984KB/25MB, paused 37us,6us total 238.534ms +02-27 08:14:40.302 19112 19134 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:14:40.328 19112 19134 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:14:40.416 20628 20789 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:14:40.416 20628 20789 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:14:40.556 360 748 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 08:14:40.571 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 08:14:40.573 20733 20818 I Gralloc4: mapper 4.x is not supported +02-27 08:14:40.615 20733 20818 D HostConnection: createUnique: call +02-27 08:14:40.616 20733 20818 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b0996d0, tid 20818 +02-27 08:14:40.621 20733 20818 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 08:14:40.622 20733 20818 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 08:14:40.627 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 08:14:40.627 20733 20818 W Gralloc4: allocator 4.x is not supported +02-27 08:14:40.654 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:14:40.716 20733 20818 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:14:40.725 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f97f4000 0x1f9fe0000] +02-27 08:14:41.549 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9fe0000 0x1fa7cc000] +02-27 08:14:41.800 20937 20947 I droid.bluetoot: Background young concurrent copying GC freed 13007(578KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1860KB/25MB, paused 48us,2.376ms total 330.280ms +02-27 08:14:42.562 505 505 W Looper : Slow dispatch took 1428ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:14:42.679 505 514 I system_server: Background concurrent copying GC freed 1491154(38MB) AllocSpace objects, 1(36KB) LOS objects, 44% free, 29MB/53MB, paused 12.563ms,255us total 3.450s +02-27 08:14:43.582 20937 20937 V GraphicsEnvironment: ANGLE Developer option for 'com.android.bluetooth' set to: 'default' +02-27 08:14:43.586 20937 20937 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:14:43.686 20937 20937 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:14:43.694 19112 19134 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:14:43.797 20937 20937 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:14:44.176 20811 20954 W recommendation: Verification of java.lang.String fb.h(int) took 330.665ms (1409.28 bytecodes/s) (10352B approximate peak alloc) +02-27 08:14:44.294 505 505 W Looper : Slow dispatch took 159ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:14:44.364 19112 19134 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:14:44.364 19112 19134 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:14:44.377 19112 19134 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:14:44.395 19112 19134 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:14:44.403 19112 19134 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:14:44.506 505 890 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:14:44.764 20628 20637 W gle.android.gm: Suspending all threads took: 59.703ms +02-27 08:14:44.911 20811 20811 D NowPlayingListener: setRemoteControlListener: dqv@ec607f9 +02-27 08:14:44.932 20811 20811 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:14:44.949 20811 20811 D NowPlayingManager: onClientChanged() called +02-27 08:14:44.951 20811 20811 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:14:45.125 505 505 V NotificationListeners: 0 notification listener service connected: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:14:45.150 20628 20637 I gle.android.gm: Background young concurrent copying GC freed 1941(201KB) AllocSpace objects, 0(0B) LOS objects, 2% free, 3773KB/3861KB, paused 32.160ms,61.420ms total 763.433ms +02-27 08:14:45.168 20811 20811 E TVNotifService.NotifMgr: Cannot show unshown notifications, notification service is null +02-27 08:14:45.197 505 541 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:14:45.217 505 541 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:14:45.412 20937 20937 D BluetoothOppFileProvider: Initialized +02-27 08:14:45.726 20937 20937 V AdapterServiceConfig: Adding HeadsetService +02-27 08:14:45.727 20937 20937 V AdapterServiceConfig: Adding A2dpService +02-27 08:14:45.765 20937 20937 V AdapterServiceConfig: Adding HidHostService +02-27 08:14:45.766 20937 20937 V AdapterServiceConfig: Adding PanService +02-27 08:14:45.768 20937 20937 V AdapterServiceConfig: Adding GattService +02-27 08:14:45.768 20937 20937 V AdapterServiceConfig: Adding BluetoothMapService +02-27 08:14:45.768 20937 20937 V AdapterServiceConfig: Adding AvrcpTargetService +02-27 08:14:45.768 20937 20937 V AdapterServiceConfig: Adding HidDeviceService +02-27 08:14:45.768 20937 20937 V AdapterServiceConfig: Adding BluetoothOppService +02-27 08:14:45.768 20937 20937 V AdapterServiceConfig: Adding BluetoothPbapService +02-27 08:14:45.870 770 770 D TvNotificationHandler: Notification added +02-27 08:14:45.888 20811 20831 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10052; state: ENABLED +02-27 08:14:45.897 20733 20763 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10048; state: ENABLED +02-27 08:14:46.041 505 541 W ContentProviderHelper: Slow operation: 55ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:14:46.042 505 541 W ContentProviderHelper: Slow operation: 55ms so far, now at getContentProviderImpl: done! +02-27 08:14:46.290 505 541 D ConnectivityService: requestNetwork for uid/pid:10052/20811 activeRequest: null callbackRequest: 274 [NetworkRequest [ REQUEST id=275, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ]] callback flags: 0 priority: 2147483647 +02-27 08:14:46.738 505 709 D ConnectivityService: NetReassign [275 : null → 101] +02-27 08:14:46.947 20811 20954 W recommendation: Verification of java.lang.ClassLoader org.chromium.base.JNIUtils.getSplitClassLoader(java.lang.String) took 221.834ms (139.74 bytecodes/s) (2000B approximate peak alloc) +02-27 08:14:47.436 20628 20637 W gle.android.gm: Suspending all threads took: 33.928ms +02-27 08:14:47.468 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:14:47.681 20811 20954 I cr_CronetLibraryLoader: Cronet version: 105.0.5195.35, arch: aarch64 +02-27 08:14:47.780 198 20800 I keystore2: keystore2::watchdog: Watchdog thread idle -> terminating. Have a great day. +02-27 08:14:47.813 20628 20637 I gle.android.gm: Background concurrent copying GC freed 3004(363KB) AllocSpace objects, 1(20KB) LOS objects, 49% free, 3966KB/7933KB, paused 138.025ms,34.585ms total 2.653s +02-27 08:14:47.896 20654 20693 I id.gms.unstabl: Waiting for a blocking GC ClassLinker +02-27 08:14:47.920 505 505 W Looper : Slow delivery took 410ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:14:48.061 20937 20937 I droid.bluetoot: [0227/081447.942337:INFO:btif_config_cache.cc(61)] BtifConfigCache, capacity: 10000 +02-27 08:14:48.061 505 1683 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #12625} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (47 skipped) +02-27 08:14:48.210 20654 20673 I id.gms.unstabl: Background concurrent copying GC freed 3097(423KB) AllocSpace objects, 4(128KB) LOS objects, 49% free, 3515KB/7030KB, paused 142us,19.892ms total 326.457ms +02-27 08:14:48.210 20654 20693 I id.gms.unstabl: WaitForGcToComplete blocked ClassLinker on Background for 314.396ms +02-27 08:14:48.213 505 505 W Looper : Slow dispatch took 185ms main h=android.app.PropertyInvalidatedCache$AutoCorker$1 c=null m=0 +02-27 08:14:48.296 505 514 W system_server: Suspending all threads took: 26.088ms +02-27 08:14:48.334 20937 20937 I BluetoothServiceJni: hal_util_load_bt_library: loaded Bluetooth library successfully +02-27 08:14:49.651 505 514 I system_server: Background young concurrent copying GC freed 1679872(42MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 24MB/48MB, paused 87.001ms,27.399ms total 2.512s +02-27 08:14:49.670 20937 20937 D BluetoothAdapterService: onCreate() +02-27 08:14:49.680 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=275, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:14:49.680 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=275, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:14:49.680 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=275, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:14:49.720 505 505 W Looper : Drained +02-27 08:14:49.737 505 542 D CompanionDeviceManagerService: onPackageModified(packageName = com.google.android.tvrecommendations) +02-27 08:14:50.012 505 505 W Looper : Slow dispatch took 178ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@b2f5d95 m=0 +02-27 08:14:50.021 505 505 W Looper : Slow delivery took 293ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@7ec6eaa m=0 +02-27 08:14:50.185 505 542 W Looper : Slow dispatch took 416ms android.fg h=android.os.Handler c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@8ca85e4 m=0 +02-27 08:14:50.228 505 542 W Looper : Slow delivery took 481ms android.fg h=android.os.Handler c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@e8bd34e m=0 +02-27 08:14:50.248 20628 20993 I Icing : Using TV flags by method 2 +02-27 08:14:50.283 505 1686 W ActivityManager: SLOW OOM ADJ: 259ms for pid 20654 = 100 +02-27 08:14:50.542 20733 20980 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:14:50.609 20733 20980 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:14:50.652 505 553 W Searchables: No global search activity found +02-27 08:14:50.690 505 505 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:14:50.756 505 505 V NotificationListeners: Not registering ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} is already bound +02-27 08:14:50.759 505 505 W Looper : Slow dispatch took 409ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=null m=8 +02-27 08:14:50.914 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:14:50.951 20735 20767 I PermissionControllerServiceImpl: Updating user sensitive for uid 10052 +02-27 08:14:51.440 20733 20759 I roid.tvlaunche: Background young concurrent copying GC freed 19057(1710KB) AllocSpace objects, 11(348KB) LOS objects, 29% free, 4345KB/6203KB, paused 8.044ms,2.223ms total 1.165s +02-27 08:14:51.441 20733 20980 I roid.tvlaunche: WaitForGcToComplete blocked ClassLinker on Background for 831.937ms +02-27 08:14:51.555 505 505 W Looper : Drained +02-27 08:14:51.617 20733 20733 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:14:51.651 20937 20937 D AdapterState: make() - Creating AdapterState +02-27 08:14:51.696 20733 20981 I gmg : Provider GmsCore_OpenSSL not available +02-27 08:14:51.773 20733 20980 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:222508000 +02-27 08:14:51.785 20733 20980 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 222508000 +02-27 08:14:51.918 20937 21013 I AdapterState: OFF : entered +02-27 08:14:51.936 20628 20874 I Icing : Storage manager: low false usage 1.54MB avail 5.40GB capacity 5.80GB +02-27 08:14:51.989 20937 21013 D AdapterProperties: Setting state to OFF +02-27 08:14:52.003 20937 20937 D BluetoothKeystoreService: new BluetoothKeystoreService isCommonCriteriaMode: false +02-27 08:14:52.028 20937 20937 D BluetoothKeystoreService: start +02-27 08:14:52.227 505 1686 W ContentProviderHelper: Slow operation: 142ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:14:52.229 505 1686 W ContentProviderHelper: Slow operation: 144ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:14:52.229 505 1686 W ContentProviderHelper: Slow operation: 144ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:14:52.232 505 1686 W ContentProviderHelper: Slow operation: 147ms so far, now at getContentProviderImpl: before updateLruProcess +02-27 08:14:52.232 505 1686 W ContentProviderHelper: Slow operation: 147ms so far, now at getContentProviderImpl: after updateLruProcess +02-27 08:14:52.232 505 1686 W ContentProviderHelper: Slow operation: 147ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:14:52.264 505 1686 W ContentProviderHelper: Slow operation: 178ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:14:52.264 505 1686 W ContentProviderHelper: Slow operation: 179ms so far, now at getContentProviderImpl: done! +02-27 08:14:52.336 20654 20654 W Binder:20654_3: type=1400 audit(0.0:2042): avc: denied { read } for name="u:object_r:system_adbd_prop:s0" dev="tmpfs" ino=236 scontext=u:r:gmscore_app:s0:c512,c768 tcontext=u:object_r:system_adbd_prop:s0 tclass=file permissive=0 app=com.google.android.gms +02-27 08:14:52.336 20654 20654 W Binder:20654_3: type=1400 audit(0.0:2043): avc: denied { read } for name="u:object_r:adbd_prop:s0" dev="tmpfs" ino=46 scontext=u:r:gmscore_app:s0:c512,c768 tcontext=u:object_r:adbd_prop:s0 tclass=file permissive=0 app=com.google.android.gms +02-27 08:14:52.340 20654 20693 W libc : Access denied finding property "persist.adb.tls_server.enable" +02-27 08:14:52.341 20654 20693 W libc : Access denied finding property "service.adb.tls.port" +02-27 08:14:52.375 20937 20937 I droid.bluetoot: [0227/081452.373440:INFO:com_android_bluetooth_btservice_BluetoothKeystore.cpp(97)] classInitNative: succeeds +02-27 08:14:52.395 20937 20937 D BluetoothKeystoreService: setBluetoothKeystoreService(): set to: com.android.bluetooth.btservice.bluetoothkeystore.BluetoothKeystoreService@3654a3 +02-27 08:14:52.471 20937 20937 D BluetoothKeystoreService: loadConfigData +02-27 08:14:52.482 20733 20733 E Clearcut-EventLogger: Unexpected log parameter home_selected_row_position +02-27 08:14:52.482 20733 20733 W HomeController: onResume: List view global layout completed. +02-27 08:14:52.773 20733 20980 D DynamitePackage: Instantiated singleton DynamitePackage. +02-27 08:14:52.773 20733 20980 D DynamitePackage: Instantiating com.google.android.gms.ads.adshield.ChimeraAdShieldCreatorImpl +02-27 08:14:52.810 20628 20873 I GmscoreIpa: (REDACTED) Using %s flags by method %d +02-27 08:14:53.184 505 514 W system_server: Suspending all threads took: 6.934ms +02-27 08:14:53.424 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:14:53.469 20628 20874 W native : W0000 00:00:1772154893.469760 20874 model-utils.cc:16] No CRC32, most likely an old model; skip CRC32 check +02-27 08:14:53.474 20628 20874 I native : I0000 00:00:1772154893.474841 20874 permission-checker.cc:81] Creating PermissionChecker based on ACL with config_version 1 having 9 permissions defined. +02-27 08:14:53.482 20628 20874 W native : W0000 00:00:1772154893.482463 20874 words-map.cc:36] INVALID_ARGUMENT: Empty URI +02-27 08:14:53.482 20628 20874 W native : W0000 00:00:1772154893.482863 20874 words-map.cc:40] WordsMap was not properly initialized +02-27 08:14:53.657 505 514 I system_server: Background concurrent copying GC freed 1599598(40MB) AllocSpace objects, 7(564KB) LOS objects, 38% free, 38MB/62MB, paused 2.942ms,54.252ms total 1.259s +02-27 08:14:53.666 505 594 D ConnectivityService: requestNetwork for uid/pid:10048/20733 activeRequest: null callbackRequest: 277 [NetworkRequest [ REQUEST id=278, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:14:53.670 505 709 D ConnectivityService: NetReassign [278 : null → 101] +02-27 08:14:53.688 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=278, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:14:53.688 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=278, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:14:53.694 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=278, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:14:53.759 20937 20937 I droid.bluetoot: [0227/081453.759368:INFO:com_android_bluetooth_btservice_ActivityAttribution.cpp(96)] classInitNative: succeeds +02-27 08:14:53.766 20937 20937 D BluetoothKeystoreService: getCompareResult: 0 +02-27 08:14:53.773 20733 20733 I Choreographer: Skipped 868 frames! The application may be doing too much work on its main thread. +02-27 08:14:53.788 505 505 W PackageManagerB: type=1400 audit(0.0:2044): avc: denied { ioctl } for path="/product/priv-app/TVLauncher/TVLauncher.apk" dev="dm-2" ino=220 ioctlcmd=0x6686 scontext=u:r:system_server:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 +02-27 08:14:53.797 505 572 E VerityUtils: Failed to measure fs-verity, errno 1: /product/priv-app/TVLauncher/TVLauncher.apk +02-27 08:14:53.844 20733 20733 E Clearcut-EventLogger: Unexpected log parameter shown_channel_count +02-27 08:14:53.893 20937 20937 I bt_btif : system/bt/btif/src/bluetooth.cc:162 init: init: start restricted = 0 ; common criteria mode = 0, config compare result = 0 +02-27 08:14:53.929 20937 20937 I bt : bt_common::init_flags: Flags loaded: gd_core=false gd_advertising=false gd_scanning=false gd_security=false gd_acl=false gd_l2cap=false gd_hci=false gd_controller=false gatt_robust_caching=false btaa_hci=false gd_rust=false gd_link_policy=false +02-27 08:14:53.945 20937 21071 I droid.bluetoot: [0227/081453.933404:INFO:message_loop_thread.cc(224)] Run: message loop starting for thread bt_stack_manager_thread +02-27 08:14:53.988 20733 20759 I roid.tvlaunche: Background concurrent copying GC freed 18538(1546KB) AllocSpace objects, 3(56KB) LOS objects, 49% free, 4639KB/9279KB, paused 182us,14us total 255.670ms +02-27 08:14:53.994 20937 21071 I bt_stack_manager: system/bt/btif/src/stack_manager.cc:200 event_init_stack: is initializing the stack +02-27 08:14:54.014 20628 21072 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=ContactsIndexer serviceId=33 +02-27 08:14:54.031 20628 21073 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36 +02-27 08:14:54.037 20551 20551 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():2045 +02-27 08:14:54.055 20551 20551 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:14:54.065 20733 20733 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:14:54.103 20937 21076 I bt_osi_thread: system/bt/osi/src/thread.cc:209 run_thread: run_thread: thread id 21076, thread name alarm_default_ca started +02-27 08:14:54.103 20937 21077 I bt_osi_thread: system/bt/osi/src/thread.cc:209 run_thread: run_thread: thread id 21077, thread name alarm_dispatcher started +02-27 08:14:54.105 20937 21071 I bt_btif_core: system/bt/btif/src/btif_core.cc:235 btif_init_bluetooth: btif_init_bluetooth entered +02-27 08:14:54.105 20937 21078 I droid.bluetoot: [0227/081454.105202:INFO:message_loop_thread.cc(224)] Run: message loop starting for thread bt_jni_thread +02-27 08:14:54.108 20937 21071 I bt_btif_core: system/bt/btif/src/btif_core.cc:239 btif_init_bluetooth: btif_init_bluetooth finished +02-27 08:14:54.133 20551 20551 I ShortcutsDataManager: AbstractContentDataManager.startImportContentTask():235 startImportContentTask() +02-27 08:14:54.156 20551 20718 I ShortcutsDataManager: AbstractContentDataManager$ImportContentTask.doInBackground():249 doInBackground() +02-27 08:14:54.160 20551 20718 I PersonalDictionaryDataHandler: PersonalDictionaryDataHandler.beginProcess():111 LanguageTags = [en-US] +02-27 08:14:54.180 20937 21071 I bt_stack_config: system/bt/main/stack_config.cc:51 init: init attempt to load stack conf from /etc/bluetooth/bt_stack.conf +02-27 08:14:54.185 20937 21071 I bt_stack_manager: system/bt/btif/src/stack_manager.cc:223 event_init_stack: finished +02-27 08:14:54.185 20937 20937 I bt_osi_wakelock: system/bt/osi/src/wakelock.cc:98 wakelock_set_os_callouts: wakelock_set_os_callouts set to non-native +02-27 08:14:54.185 20937 20937 I bt_btif : system/bt/btif/src/bluetooth.cc:420 get_profile_interface: get_profile_interface: id = socket +02-27 08:14:54.189 20628 21082 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=32 +02-27 08:14:54.242 505 1381 W ContentProviderHelper: Slow operation: 78ms so far, now at getContentProviderImpl: after set stopped state +02-27 08:14:54.242 505 1381 W ContentProviderHelper: Slow operation: 78ms so far, now at getContentProviderImpl: looking for process record +02-27 08:14:54.242 505 1381 W ContentProviderHelper: Slow operation: 78ms so far, now at getContentProviderImpl: before start process +02-27 08:14:54.276 20937 20937 E droid.bluetoot: [0227/081454.269348:ERROR:message_loop_thread.cc(102)] DoInThreadDelayed: message loop is null for thread bt_main_thread(-1), from pc:0x7a812dea74 +02-27 08:14:54.284 20937 20937 E droid.bluetoot: [0227/081454.278340:ERROR:btu_task.cc(94)] do_in_main_thread: failed from pc:0x7a812dea74 +02-27 08:14:54.285 20937 20937 E droid.bluetoot: [0227/081454.285886:ERROR:message_loop_thread.cc(102)] DoInThreadDelayed: message loop is null for thread bt_main_thread(-1), from pc:0x7a812dea74 +02-27 08:14:54.285 20937 20937 E droid.bluetoot: [0227/081454.285969:ERROR:btu_task.cc(94)] do_in_main_thread: failed from pc:0x7a812dea74 +02-27 08:14:54.286 20937 20937 E droid.bluetoot: [0227/081454.286005:ERROR:message_loop_thread.cc(102)] DoInThreadDelayed: message loop is null for thread bt_main_thread(-1), from pc:0x7a812dea74 +02-27 08:14:54.286 20937 20937 E droid.bluetoot: [0227/081454.286017:ERROR:btu_task.cc(94)] do_in_main_thread: failed from pc:0x7a812dea74 +02-27 08:14:54.326 505 1381 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10028; state: DISABLED +02-27 08:14:54.326 505 1381 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10028; state: DISABLED +02-27 08:14:54.326 505 1381 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10028; state: DISABLED +02-27 08:14:54.326 505 1381 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10028; state: ENABLED +02-27 08:14:54.328 505 1381 W ActivityManager: Slow operation: 80ms so far, now at startProcess: done starting proc! +02-27 08:14:54.328 505 1381 W ContentProviderHelper: Slow operation: 164ms so far, now at getContentProviderImpl: after start process +02-27 08:14:54.328 505 1381 W ContentProviderHelper: Slow operation: 164ms so far, now at getContentProviderImpl: updating data structures +02-27 08:14:54.328 505 1381 W ContentProviderHelper: Slow operation: 164ms so far, now at getContentProviderImpl: done! +02-27 08:14:54.329 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10028; state: ENABLED +02-27 08:14:54.338 20937 20937 D BluetoothKeystoreService: initJni() +02-27 08:14:54.350 20937 20937 I bt_btif : system/bt/btif/src/bluetooth.cc:420 get_profile_interface: get_profile_interface: id = bluetooth_keystore +02-27 08:14:54.365 322 322 D Zygote : Forked child process 21085 +02-27 08:14:54.372 505 555 W ActivityManager: Slow operation: 82ms so far, now at startProcess: returned from zygote! +02-27 08:14:54.374 505 555 W ActivityManager: Slow operation: 84ms so far, now at startProcess: done updating battery stats +02-27 08:14:54.380 505 555 W ActivityManager: Slow operation: 90ms so far, now at startProcess: building log message +02-27 08:14:54.380 505 555 I ActivityManager: Start proc 21085:android.process.acore/u0a28 for content provider {com.android.providers.userdictionary/com.android.providers.userdictionary.UserDictionaryProvider} +02-27 08:14:54.381 505 555 W ActivityManager: Slow operation: 91ms so far, now at startProcess: starting to update pids map +02-27 08:14:54.381 505 555 W ActivityManager: Slow operation: 91ms so far, now at startProcess: done updating pids map +02-27 08:14:54.394 20937 20937 I bt_btif : system/bt/btif/src/bluetooth.cc:420 get_profile_interface: get_profile_interface: id = sdp +02-27 08:14:54.454 20937 20937 D BluetoothDatabase: start() +02-27 08:14:54.657 20937 20937 D BluetoothDatabase: Load Database +02-27 08:14:54.730 21085 21085 E d.process.acor: Not starting debugger since process cannot load the jdwp agent. +02-27 08:14:54.758 20937 20937 I BluetoothAdapterService: Phone policy enabled +02-27 08:14:55.111 505 514 I system_server: Background young concurrent copying GC freed 1982148(49MB) AllocSpace objects, 1(516KB) LOS objects, 42% free, 32MB/56MB, paused 770us,6.810ms total 705.038ms +02-27 08:14:55.157 505 1925 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10028; state: DISABLED +02-27 08:14:55.170 20937 20937 D BluetoothActiveDeviceManager: start() +02-27 08:14:55.184 20733 20733 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:14:55.184 20733 20733 W Glide : class byq: Received null model +02-27 08:14:55.196 21085 21085 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10028; state: ENABLED +02-27 08:14:55.206 505 542 W Looper : Drained +02-27 08:14:55.249 20937 21086 D BluetoothDatabase: compactLastConnectionTime: Compacting metadata after load +02-27 08:14:55.249 20937 21086 I BluetoothDatabase: cacheMetadata +02-27 08:14:55.249 20733 20733 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:14:55.249 20733 20733 W Glide : class byq: Received null model +02-27 08:14:55.249 20937 21086 V BluetoothDatabase: cacheMetadata: found device LocalStorage +02-27 08:14:55.249 20937 21086 I BluetoothDatabase: cacheMetadata: Database is ready +02-27 08:14:55.296 19112 19246 W GLSUser : [AppCertManager] Failed to get security token. +02-27 08:14:55.296 19112 19246 W GLSUser : java.io.IOException: Invalid scope +02-27 08:14:55.296 19112 19246 W GLSUser : at xom.d(:com.google.android.gms@223616103@22.36.16 (180406-476895098):22) +02-27 08:14:55.296 19112 19246 W GLSUser : at xom.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):8) +02-27 08:14:55.296 19112 19246 W GLSUser : at jpp.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):14) +02-27 08:14:55.296 19112 19246 W GLSUser : at jpn.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:14:55.296 19112 19246 W GLSUser : at jpi.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:14:55.296 19112 19246 W GLSUser : at jpl.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:14:55.296 19112 19246 W GLSUser : at hob.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):13) +02-27 08:14:55.296 19112 19246 W GLSUser : at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:14:55.296 19112 19246 W GLSUser : at oiz.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):6) +02-27 08:14:55.296 19112 19246 W GLSUser : at oiz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:14:55.296 19112 19246 W GLSUser : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:14:55.296 19112 19246 W GLSUser : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:14:55.296 19112 19246 W GLSUser : at ooc.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:14:55.296 19112 19246 W GLSUser : at java.lang.Thread.run(Thread.java:920) +02-27 08:14:55.309 19112 19112 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 } +02-27 08:14:55.309 19112 19112 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 } +02-27 08:14:55.320 20628 20874 I Icing : updateResources: need to parse wls{com.google.android.gms} +02-27 08:14:55.381 182 182 I lowmemorykiller: Kill 'android.process.acore' (21085), uid 10028, oom_score_adj 200 to free 69656kB rss, 0kB swap; reason: min watermark is breached and thrashing (315%) +02-27 08:14:55.387 20733 20733 W InputMethodManager: Ignoring onBind: cur seq=59, given seq=58 +02-27 08:14:55.400 505 1925 I ActivityManager: Process android.process.acore (pid 21085) has died: prcp IMPB +02-27 08:14:55.400 322 322 I Zygote : Process 21085 exited due to signal 9 (Killed) +02-27 08:14:55.401 505 556 I libprocessgroup: Successfully killed process cgroup uid 10028 pid 21085 in 0ms +02-27 08:14:55.402 182 182 I lowmemorykiller: Kill 'com.google.android.inputmethod.latin' (20551), uid 10066, oom_score_adj 200 to free 54856kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:14:55.402 20733 20733 I Choreographer: Skipped 49 frames! The application may be doing too much work on its main thread. +02-27 08:14:55.423 505 1925 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10028; state: DISABLED +02-27 08:14:55.426 505 1925 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10028; state: DISABLED +02-27 08:14:55.426 505 1925 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10028; state: DISABLED +02-27 08:14:55.426 505 1925 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10028; state: ENABLED +02-27 08:14:55.428 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10028; state: ENABLED +02-27 08:14:55.432 20937 20937 D BluetoothAdapterService: setAdapterService() - trying to set service to com.android.bluetooth.btservice.AdapterService@314919c +02-27 08:14:55.443 322 322 D Zygote : Forked child process 21105 +02-27 08:14:55.446 505 1686 I WindowManager: WIN DEATH: Window{a4c38aa u0 InputMethod} +02-27 08:14:55.446 505 1683 I ActivityManager: Process com.google.android.inputmethod.latin (pid 20551) has died: prcp IMPB +02-27 08:14:55.450 182 182 I lowmemorykiller: Kill 'com.google.android.gms' (20628), uid 10057, oom_score_adj 100 to free 97124kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:14:55.450 322 322 I Zygote : Process 20551 exited due to signal 9 (Killed) +02-27 08:14:55.450 20937 21101 D BluetoothActiveDeviceManager: onAudioDevicesAdded +02-27 08:14:55.457 20937 21101 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 2 +02-27 08:14:55.464 20937 21101 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 18 +02-27 08:14:55.464 20937 21101 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 15 +02-27 08:14:55.465 20937 21101 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 18 +02-27 08:14:55.465 20937 21101 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 25 +02-27 08:14:55.465 20937 21101 D BluetoothActiveDeviceManager: Audio device added: sdk_google_atv64_arm64 type: 16 +02-27 08:14:55.486 505 1686 W InputManager-JNI: Input channel object 'a4c38aa InputMethod (client)' was disposed without first being removed with the input manager! +02-27 08:14:55.492 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 20551 in 44ms +02-27 08:14:55.530 322 322 I Zygote : Process 20628 exited due to signal 9 (Killed) +02-27 08:14:55.536 182 182 I lowmemorykiller: Kill 'com.google.android.tv.remote.service' (20694), uid 10049, oom_score_adj 100 to free 53396kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:14:55.547 505 505 W InputMethodManagerService: Session failed to close due to remote exception +02-27 08:14:55.547 505 505 W InputMethodManagerService: android.os.DeadObjectException +02-27 08:14:55.547 505 505 W InputMethodManagerService: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:14:55.547 505 505 W InputMethodManagerService: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:14:55.547 505 505 W InputMethodManagerService: at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:425) +02-27 08:14:55.547 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.finishSessionLocked(InputMethodManagerService.java:2812) +02-27 08:14:55.547 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearClientSessionLocked(InputMethodManagerService.java:2803) +02-27 08:14:55.547 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:2830) +02-27 08:14:55.547 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:2859) +02-27 08:14:55.547 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:2097) +02-27 08:14:55.547 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:2112) +02-27 08:14:55.547 505 505 W InputMethodManagerService: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:14:55.547 505 505 W InputMethodManagerService: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:14:55.547 505 505 W InputMethodManagerService: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:14:55.547 505 505 W InputMethodManagerService: at android.os.Looper.loop(Looper.java:288) +02-27 08:14:55.547 505 505 W InputMethodManagerService: at com.android.server.SystemServer.run(SystemServer.java:903) +02-27 08:14:55.547 505 505 W InputMethodManagerService: at com.android.server.SystemServer.main(SystemServer.java:610) +02-27 08:14:55.547 505 505 W InputMethodManagerService: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:14:55.547 505 505 W InputMethodManagerService: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:14:55.547 505 505 W InputMethodManagerService: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) +02-27 08:14:55.548 505 505 W Looper : Slow dispatch took 101ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@7744b62 m=0 +02-27 08:14:55.579 505 2586 W AudioService.RecordingActivityMonitor: client died +02-27 08:14:55.581 505 712 D NsdService: Client disconnected +02-27 08:14:55.581 505 712 D NsdService: Terminating client-ID 2 global-ID 13 type 393225 +02-27 08:14:55.585 322 322 I Zygote : Process 20694 exited due to signal 9 (Killed) +02-27 08:14:55.592 505 712 D NsdService: mdnssd [stop-register, 13] +02-27 08:14:55.595 182 182 I lowmemorykiller: Kill 'com.google.android.gms.unstable' (20654), uid 10057, oom_score_adj 100 to free 51376kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:14:55.605 321 394 W netd : dnssd_clientstub DNSServiceProcessResult called with NULL DNSServiceRef +02-27 08:14:55.614 322 322 I Zygote : Process 20654 exited due to signal 9 (Killed) +02-27 08:14:55.617 182 182 I lowmemorykiller: Kill 'com.google.android.permissioncontroller' (20735), uid 10077, oom_score_adj 100 to free 46316kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:14:55.637 322 322 I Zygote : Process 20735 exited due to signal 9 (Killed) +02-27 08:14:55.642 21105 21105 E d.process.acor: Not starting debugger since process cannot load the jdwp agent. +02-27 08:14:55.646 182 182 I lowmemorykiller: Kill 'com.google.android.tvlauncher' (20733), uid 10048, oom_score_adj 0 to free 118240kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:14:55.676 505 890 I WindowManager: WIN DEATH: Window{6f4b71d u0 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:14:55.676 505 890 W InputManager-JNI: Input channel object '6f4b71d com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:14:55.678 322 322 I Zygote : Process 20733 exited due to signal 9 (Killed) +02-27 08:14:55.686 182 182 I lowmemorykiller: Kill 'com.google.android.gms.persistent' (19112), uid 10057, oom_score_adj 0 to free 115216kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:14:55.696 505 2796 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/20733, android.os.BinderProxy@2736c29) +02-27 08:14:55.696 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=278, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:14:55.701 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:14:55.707 505 1683 W ActivityManager: Exception when unbinding service com.google.android.tv.remote.service/.RemoteService +02-27 08:14:55.707 505 1683 W ActivityManager: android.os.DeadObjectException +02-27 08:14:55.707 505 1683 W ActivityManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:14:55.707 505 1683 W ActivityManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:14:55.707 505 1683 W ActivityManager: at android.app.IApplicationThread$Stub$Proxy.scheduleUnbindService(IApplicationThread.java:1790) +02-27 08:14:55.707 505 1683 W ActivityManager: at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:4453) +02-27 08:14:55.707 505 1683 W ActivityManager: at com.android.server.am.ActiveServices.killServicesLocked(ActiveServices.java:4890) +02-27 08:14:55.707 505 1683 W ActivityManager: at com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked(ActivityManagerService.java:11706) +02-27 08:14:55.707 505 1683 W ActivityManager: at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:3015) +02-27 08:14:55.707 505 1683 W ActivityManager: at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:3122) +02-27 08:14:55.707 505 1683 W ActivityManager: at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1437) +02-27 08:14:55.707 505 1683 W ActivityManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:14:55.707 505 1683 W ActivityManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:14:55.709 505 1683 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 1000ms for connection +02-27 08:14:55.717 505 555 W ActivityManager: Slow operation: 303ms so far, now at startProcess: done updating battery stats +02-27 08:14:55.717 505 555 W ActivityManager: Slow operation: 303ms so far, now at startProcess: building log message +02-27 08:14:55.717 505 555 I ActivityManager: Start proc 21105:android.process.acore/u0a28 for restart android.process.acore +02-27 08:14:55.717 505 555 W ActivityManager: Slow operation: 303ms so far, now at startProcess: starting to update pids map +02-27 08:14:55.717 505 555 W ActivityManager: Slow operation: 303ms so far, now at startProcess: done updating pids map +02-27 08:14:55.718 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 08:14:55.720 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:14:55.720 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 20551 +02-27 08:14:55.721 505 2621 I ActivityManager: Process com.google.android.gms (pid 20628) has died: vis BTOP +02-27 08:14:55.722 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 20628 in 0ms +02-27 08:14:55.724 505 2621 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsIntentOperationService in 10985ms for start-requested +02-27 08:14:55.725 505 2621 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsBoundBrokerService in 20984ms for connection +02-27 08:14:55.725 505 2621 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.gass.GassService in 30984ms for connection +02-27 08:14:55.725 505 2621 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.icing.service.IndexWorkerService in 40984ms for start-requested +02-27 08:14:55.729 505 1381 I ActivityManager: Process com.google.android.gms.unstable (pid 20654) has died: vis BTOP +02-27 08:14:55.730 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 20654 in 0ms +02-27 08:14:55.730 505 1381 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.droidguard.DroidGuardService in 50979ms for connection +02-27 08:14:55.732 20937 20937 D BluetoothAdapterService: onBind() +02-27 08:14:55.732 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 20733 in 0ms +02-27 08:14:55.733 505 1212 I ActivityManager: Process com.google.android.tvlauncher (pid 20733) has died: fg TOP +02-27 08:14:55.737 505 505 D BluetoothManagerService: BluetoothServiceConnection: com.android.bluetooth.btservice.AdapterService +02-27 08:14:55.738 505 544 D BluetoothManagerService: MESSAGE_BLUETOOTH_SERVICE_CONNECTED: 1 +02-27 08:14:55.755 505 2586 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/20733, android.os.BinderProxy@9979286) +02-27 08:14:55.755 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=273, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:14:55.757 505 544 D BluetoothManagerService: Broadcasting onBluetoothServiceUp() to 4 receivers. +02-27 08:14:55.757 20937 20955 D BluetoothAdapter: onBluetoothServiceUp: com.android.bluetooth.btservice.AdapterService$AdapterServiceBinder@af10dfc +02-27 08:14:55.757 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 20733 +02-27 08:14:55.758 505 1685 I ActivityManager: Process com.google.android.tv.remote.service (pid 20694) has died: vis FGS +02-27 08:14:55.758 770 13673 D BluetoothAdapter: onBluetoothServiceUp: android.bluetooth.IBluetooth$Stub$Proxy@4d466fd +02-27 08:14:55.758 505 544 D BluetoothAdapter: onBluetoothServiceUp: android.bluetooth.IBluetooth$Stub$Proxy@dd26747 +02-27 08:14:55.760 505 556 I libprocessgroup: Successfully killed process cgroup uid 10049 pid 20694 in 0ms +02-27 08:14:55.760 505 1685 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.AtvRemoteProviderService in 60949ms for connection +02-27 08:14:55.761 20937 20955 D BluetoothAdapterService: enable() - Enable called with quiet mode status = false +02-27 08:14:55.766 505 2259 I ActivityManager: Process com.google.android.permissioncontroller (pid 20735) has died: vis IMPF +02-27 08:14:55.767 21105 21105 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10028; state: ENABLED +02-27 08:14:55.769 20937 21013 I AdapterState: BLE_TURNING_ON : entered +02-27 08:14:55.769 20937 21013 D AdapterProperties: Setting state to BLE_TURNING_ON +02-27 08:14:55.774 20937 21013 D BluetoothAdapterService: updateAdapterState() - Broadcasting state BLE_TURNING_ON to 1 receivers. +02-27 08:14:55.774 505 2259 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.role.service.RoleControllerServiceImpl in 70935ms for connection +02-27 08:14:55.774 505 2259 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.permission.service.PermissionControllerServiceImpl in 175984ms for connection +02-27 08:14:55.776 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:14:55.776 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:14:55.776 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:14:55.776 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:14:55.777 505 556 I libprocessgroup: Successfully killed process cgroup uid 10077 pid 20735 in 0ms +02-27 08:14:55.777 321 391 E FrameworkListener: read() failed (Connection reset by peer) +02-27 08:14:55.778 505 544 D BluetoothManagerService: MESSAGE_BLUETOOTH_STATE_CHANGE: OFF > BLE_TURNING_ON +02-27 08:14:55.786 182 182 I lowmemorykiller: Kill 'android.process.acore' (21105), uid 10028, oom_score_adj 905 to free 70840kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:14:55.788 505 2569 I ActivityManager: Process com.google.android.gms.persistent (pid 19112) has died: fg BFGS +02-27 08:14:55.788 505 1925 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10057/19112, android.os.BinderProxy@4430e3) +02-27 08:14:55.789 505 3536 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10057/19112, android.os.BinderProxy@6802ae0) +02-27 08:14:55.790 505 544 D BluetoothManagerService: Sending BLE State Change: OFF > BLE_TURNING_ON +02-27 08:14:55.792 505 1381 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10057/19112, android.os.BinderProxy@ae2b199) +02-27 08:14:55.792 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:14:55.801 182 182 I lowmemorykiller: Kill 'com.android.providers.tv' (20886), uid 10033, oom_score_adj 700 to free 59372kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:14:55.801 322 322 D Zygote : Forked child process 21137 +02-27 08:14:55.801 322 322 I Zygote : Process 19112 exited due to signal 9 (Killed) +02-27 08:14:55.801 322 322 I Zygote : Process 21105 exited due to signal 9 (Killed) +02-27 08:14:55.812 322 322 I Zygote : Process 20886 exited due to signal 9 (Killed) +02-27 08:14:55.813 182 182 I lowmemorykiller: Kill 'com.google.process.gservices' (18473), uid 10057, oom_score_adj 250 to free 47684kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:14:55.826 322 322 I Zygote : Process 18473 exited due to signal 9 (Killed) +02-27 08:14:55.831 21137 21137 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:14:55.833 20937 21013 D AdapterState: Start Timeout Delay: 4000 +02-27 08:14:55.833 20937 21013 D BluetoothAdapterService: bleOnProcessStart() +02-27 08:14:55.834 505 2569 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.location.geocode.GeocodeService in 80875ms for connection +02-27 08:14:55.834 505 2569 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentBoundBrokerService in 90875ms for connection +02-27 08:14:55.834 505 2569 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.fused.FusedLocationService in 100875ms for connection +02-27 08:14:55.834 505 2569 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentIntentOperationService in 110875ms for start-requested +02-27 08:14:55.835 505 2569 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentDirectBootAwareApiService in 120875ms for connection +02-27 08:14:55.836 20937 21013 I AdapterProperties: init(), maxConnectedAudioDevices, default=5, propertyOverlayed=5, finalValue=5 +02-27 08:14:55.837 505 2569 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.gcm.GcmService in 130873ms for start-requested +02-27 08:14:55.837 505 2569 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService in 150993ms for start-requested +02-27 08:14:55.837 505 2569 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService in 160993ms for start-requested +02-27 08:14:55.837 505 2569 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentApiService in 185921ms for connection +02-27 08:14:55.838 505 2569 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService in 195921ms for connection +02-27 08:14:55.838 505 2569 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.network.NetworkLocationService in 205921ms for connection +02-27 08:14:55.849 505 1395 I ActivityManager: Process android.process.acore (pid 21105) has died: cch+5 CEM +02-27 08:14:55.854 505 555 W ActivityManager: Slow operation: 78ms so far, now at startProcess: done updating battery stats +02-27 08:14:55.854 505 555 W ActivityManager: Slow operation: 78ms so far, now at startProcess: building log message +02-27 08:14:55.854 505 555 I ActivityManager: Start proc 21137:com.google.android.tvlauncher/u0a48 for top-activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:14:55.854 505 555 W ActivityManager: Slow operation: 78ms so far, now at startProcess: starting to update pids map +02-27 08:14:55.856 505 555 W ActivityManager: Slow operation: 80ms so far, now at startProcess: done updating pids map +02-27 08:14:55.857 505 595 I ActivityManager: Process com.android.providers.tv (pid 20886) has died: prev LAST +02-27 08:14:55.857 505 1683 I ActivityManager: Process com.google.process.gservices (pid 18473) has died: prcl BFGS +02-27 08:14:55.860 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 19112 in 0ms +02-27 08:14:55.860 505 556 I libprocessgroup: Successfully killed process cgroup uid 10028 pid 21105 in 0ms +02-27 08:14:55.861 20937 21013 D BluetoothAdapterService: bleOnProcessStart() - Make Bond State Machine +02-27 08:14:55.861 505 556 I libprocessgroup: Successfully killed process cgroup uid 10033 pid 20886 in 0ms +02-27 08:14:55.861 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 18473 in 0ms +02-27 08:14:55.861 20937 21013 D BluetoothBondStateMachine: make +02-27 08:14:55.861 505 542 I ServiceWatcher: [GeocoderProxy] disconnected from 10057/com.google.android.gms/.location.geocode.GeocodeService@2 +02-27 08:14:55.862 505 542 I ServiceWatcher: [fused] disconnected from 10057/com.google.android.gms/com.google.android.location.fused.FusedLocationService@1 +02-27 08:14:55.862 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=267, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10057 RequestorUid: 10057 RequestorPkg: com.google.android.gms] ] (release request) +02-27 08:14:55.865 505 542 I ServiceWatcher: [HardwareActivityRecognitionProxy] disconnected from 10057/com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService@1 +02-27 08:14:55.865 505 542 I ServiceWatcher: [network] disconnected from 10057/com.google.android.gms/com.google.android.location.network.NetworkLocationService@2 +02-27 08:14:55.865 505 542 I ServiceWatcher: [GeofenceProxy] disconnected from 10057/com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService@1 +02-27 08:14:55.870 20937 21153 I BluetoothBondStateMachine: StableState(): Entering Off State +02-27 08:14:55.873 505 2243 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:55.873 505 2243 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:55.873 505 2243 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:55.873 505 2243 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:55.873 505 2243 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:55.873 505 2243 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:55.873 505 2243 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:55.873 505 2243 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:55.873 505 2243 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:55.873 505 2243 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:55.874 505 2243 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:55.874 505 2243 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:55.874 505 2243 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:55.874 505 2243 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:55.874 505 2243 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:55.874 505 2243 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:55.874 505 2243 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:55.874 505 2243 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:55.874 505 2243 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:55.874 505 2243 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:14:55.887 21137 21137 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:14:55.888 505 553 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:14:55.888 505 553 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:14:55.888 505 553 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:14:55.888 505 553 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:14:55.888 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:14:55.892 505 514 I system_server: Background young concurrent copying GC freed 1704311(43MB) AllocSpace objects, 0(0B) LOS objects, 61% free, 15MB/39MB, paused 3.759ms,763us total 116.035ms +02-27 08:14:55.893 322 322 D Zygote : Forked child process 21155 +02-27 08:14:55.894 505 505 D CompanionDeviceManagerService: Received BT state transition broadcast: OFF -> BLE_TURNING_ON +02-27 08:14:55.896 505 555 I ActivityManager: Start proc 21155:com.google.android.gms.persistent/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.PersistentBoundBrokerService} +02-27 08:14:55.901 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:14:55.906 20937 20937 I BtGatt.JNI: classInitNative(L1073): classInitNative: Success! +02-27 08:14:55.907 20937 20937 D BtGatt.DebugUtils: handleDebugAction() action=null +02-27 08:14:55.919 21155 21155 E .gms.persisten: Not starting debugger since process cannot load the jdwp agent. +02-27 08:14:55.924 20937 20937 I bt_btif : system/bt/btif/src/bluetooth.cc:420 get_profile_interface: get_profile_interface: id = gatt +02-27 08:14:55.937 20937 20937 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 1002; state: ENABLED +02-27 08:14:55.938 21137 21137 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:14:55.950 21155 21155 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:14:55.960 20937 21071 I bt_stack_manager: system/bt/btif/src/stack_manager.cc:246 event_start_up_stack: event_start_up_stack is bringing up the stack +02-27 08:14:55.983 21137 21137 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:14:55.984 21137 21137 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:14:55.986 21137 21137 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:14:55.989 21137 21137 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:14:56.014 21155 21155 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:14:56.077 21155 21155 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:14:56.078 21155 21155 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:14:56.081 21155 21155 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:14:56.082 21155 21155 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:14:56.093 505 541 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:14:56.093 505 541 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:14:56.093 505 541 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:14:56.093 505 541 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:14:56.094 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:14:56.101 322 322 D Zygote : Forked child process 21184 +02-27 08:14:56.102 505 555 I ActivityManager: Start proc 21184:com.google.process.gservices/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider} +02-27 08:14:56.128 21184 21184 E ocess.gservice: Not starting debugger since process cannot load the jdwp agent. +02-27 08:14:56.158 505 2243 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:14:56.167 21184 21184 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:14:56.186 20937 21071 I bt_core_module: system/bt/btcore/src/module.cc:85 module_start_up: module_start_up Starting module "btif_config_module" +02-27 08:14:56.186 20937 21071 I bt_core_module: system/bt/btcore/src/module.cc:90 module_start_up: module_start_up Started module "btif_config_module" +02-27 08:14:56.186 20937 21071 I bt_core_module: system/bt/btcore/src/module.cc:85 module_start_up: module_start_up Starting module "btsnoop_module" +02-27 08:14:56.189 20937 21071 I droid.bluetoot: [0227/081456.189622:INFO:btsnoop.cc(209)] start_up: Snoop Logs disabled +02-27 08:14:56.189 20937 21071 I droid.bluetoot: [0227/081456.189697:INFO:btsnoop.cc(356)] delete_btsnoop_files: Deleting snoop logs if they exist. filtered = 1 +02-27 08:14:56.192 20937 21071 I droid.bluetoot: [0227/081456.192083:INFO:btsnoop.cc(356)] delete_btsnoop_files: Deleting snoop logs if they exist. filtered = 0 +02-27 08:14:56.192 20937 21071 I bt_core_module: system/bt/btcore/src/module.cc:90 module_start_up: module_start_up Started module "btsnoop_module" +02-27 08:14:56.192 20937 21071 I bt_core_module: system/bt/btcore/src/module.cc:85 module_start_up: module_start_up Starting module "hci_module" +02-27 08:14:56.192 20937 21071 I bt_hci : system/bt/hci/src/hci_layer.cc:200 hci_module_start_up: hci_module_start_up +02-27 08:14:56.194 20937 21200 I droid.bluetoot: [0227/081456.194784:INFO:message_loop_thread.cc(224)] Run: message loop starting for thread bt_hci_thread +02-27 08:14:56.202 20937 21071 I bt_hci : system/bt/hci/src/hci_layer.cc:257 hci_module_start_up: hci_module_start_up starting async portion +02-27 08:14:56.204 20937 21200 I bt_hci : system/bt/hci/src/hci_layer_android.cc:159 hci_initialize: hci_initialize +02-27 08:14:56.218 20937 21200 I bt_hci : system/bt/hci/src/hci_layer_android.cc:178 hci_initialize: hci_initialize: IBluetoothHci::getService() returned 0xb400007bab09b3d0 (remote) +02-27 08:14:56.221 329 329 I android.hardware.bluetooth@1.1-btlinux: BluetoothHci::initialize() +02-27 08:14:56.221 329 329 I android.hardware.bluetooth@1.1-btlinux: openBtHci +02-27 08:14:56.222 329 329 E android.hardware.bluetooth@1.1-btlinux: Unable to open /dev/rfkill +02-27 08:14:56.222 329 329 I android.hardware.bluetooth@1.1-btlinux: waitHciDev +02-27 08:14:56.222 329 329 I android.hardware.bluetooth@1.1-btlinux: HCI device ready +02-27 08:14:56.226 20937 21200 I bt_hci : system/bt/hci/src/hci_layer.cc:367 event_finish_startup: event_finish_startup +02-27 08:14:56.226 329 21203 E android.hardware.bluetooth@1.1-service.btlinux: ThreadRoutine unable to set SCHED_FIFO for pid 329, tid 21203, error Operation not permitted +02-27 08:14:56.226 20937 21071 I bt_core_module: system/bt/btcore/src/module.cc:90 module_start_up: module_start_up Started module "hci_module" +02-27 08:14:56.229 21184 21184 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:14:56.229 21184 21184 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:14:56.230 20937 21071 I bt_l2cap: system/bt/stack/l2cap/l2c_api.cc:134 L2CA_Register: L2CAP Registered service classic PSM: 0x0001 +02-27 08:14:56.232 21184 21184 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:14:56.233 21184 21184 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:14:56.234 20937 21071 I bt_l2cap: system/bt/stack/l2cap/l2c_api.cc:134 L2CA_Register: L2CAP Registered service classic PSM: 0x001f +02-27 08:14:56.235 20937 21071 I bluetooth: system/bt/stack/gatt/gatt_api.cc:1019 GATT_Register: Allocated name:GattProfileDb uuid:81818181-8181-8181-8181-818181818181 gatt_if:1 eatt_support:0 +02-27 08:14:56.235 20937 21071 I droid.bluetoot: [0227/081456.235718:INFO:gatt_api.cc(179)] GATTS_AddService +02-27 08:14:56.235 20937 21071 I droid.bluetoot: [0227/081456.235753:INFO:gatt_api.cc(288)] GATTS_AddService: service parsed correctly, now starting +02-27 08:14:56.237 20937 21071 I droid.bluetoot: [0227/081456.237009:INFO:gatt_sr_hash.cc(124)] gatts_calculate_database_hash: hash=80AEB10BC70DCCEFA207489DCED98FED +02-27 08:14:56.237 20937 21071 I bt_l2cap: system/bt/stack/l2cap/l2c_api.cc:434 L2CA_RegisterLECoc: Registered service LE COC PSM: 0x0027 +02-27 08:14:56.237 20937 21071 I bt_l2cap: system/bt/stack/l2cap/l2c_api.cc:134 L2CA_Register: L2CAP Registered service classic PSM: 0x0003 +02-27 08:14:56.238 20937 21071 I bluetooth: system/bt/stack/gatt/gatt_api.cc:1019 GATT_Register: Allocated name:Gap uuid:82828282-8282-8282-8282-828282828282 gatt_if:2 eatt_support:0 +02-27 08:14:56.238 20937 21071 I droid.bluetoot: [0227/081456.238919:INFO:gatt_api.cc(179)] GATTS_AddService +02-27 08:14:56.238 20937 21071 I droid.bluetoot: [0227/081456.238956:INFO:gatt_api.cc(288)] GATTS_AddService: service parsed correctly, now starting +02-27 08:14:56.238 20937 21071 I droid.bluetoot: [0227/081456.238979:INFO:gatt_sr_hash.cc(124)] gatts_calculate_database_hash: hash=8991C462EBE9D90B9EA0DA3E16D0F513 +02-27 08:14:56.239 20937 21071 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_HCI : Level 2 +02-27 08:14:56.239 20937 21071 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_L2CAP : Level 2 +02-27 08:14:56.239 20937 21071 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_RFCOMM : Level 2 +02-27 08:14:56.239 20937 21071 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_AVDT : Level 2 +02-27 08:14:56.240 20937 21071 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_AVRC : Level 2 +02-27 08:14:56.240 20937 21071 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_A2D : Level 2 +02-27 08:14:56.240 20937 21071 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_BNEP : Level 2 +02-27 08:14:56.240 20937 21071 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_BTM : Level 2 +02-27 08:14:56.240 20937 21071 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_HID_HOST : Level 2 +02-27 08:14:56.240 20937 21071 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_PAN : Level 2 +02-27 08:14:56.240 20937 21071 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_SDP : Level 2 +02-27 08:14:56.240 20937 21071 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_SMP : Level 2 +02-27 08:14:56.240 20937 21071 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_HID_DEV : Level 2 +02-27 08:14:56.240 20937 21071 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_BTAPP : Level 2 +02-27 08:14:56.240 20937 21071 I bt_bte : system/bt/main/bte_logmsg.cc:248 load_levels_from_config: BTE_InitTraceLevels -- TRC_BTIF : Level 2 +02-27 08:14:56.241 20937 21204 I bt_stack: [INFO:message_loop_thread.cc(224)] Run: message loop starting for thread bt_main_thread +02-27 08:14:56.242 20937 21071 I bt_core_module: system/bt/btcore/src/module.cc:85 module_start_up: module_start_up Starting module "controller_module" +02-27 08:14:56.250 505 553 E PackageManager: Optimistic bind failed. +02-27 08:14:56.250 505 553 E PackageManager: java.util.concurrent.TimeoutException: [Optimistic Bind] Didn't bind to resolver in time! +02-27 08:14:56.250 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.waitForBindLocked(InstantAppResolverConnection.java:160) +02-27 08:14:56.250 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.bind(InstantAppResolverConnection.java:225) +02-27 08:14:56.250 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.lambda$optimisticBind$0$InstantAppResolverConnection(InstantAppResolverConnection.java:255) +02-27 08:14:56.250 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection$$ExternalSyntheticLambda0.run(Unknown Source:2) +02-27 08:14:56.250 505 553 E PackageManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:14:56.250 505 553 E PackageManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:14:56.250 505 553 E PackageManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:14:56.250 505 553 E PackageManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:14:56.250 505 553 E PackageManager: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:14:56.261 21184 21184 I GservicesProvider: Gservices pushing to system: true; secure/global: true +02-27 08:14:56.278 505 541 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:14:56.278 505 541 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:14:56.278 505 541 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:14:56.278 505 541 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:14:56.281 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:14:56.293 322 322 D Zygote : Forked child process 21206 +02-27 08:14:56.295 505 555 I ActivityManager: Start proc 21206:com.google.android.gms/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.GmsBoundBrokerService} +02-27 08:14:56.330 21206 21206 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. +02-27 08:14:56.367 21206 21206 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:14:56.418 21206 21206 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:14:56.421 20937 21071 I bt_core_module: system/bt/btcore/src/module.cc:90 module_start_up: module_start_up Started module "controller_module" +02-27 08:14:56.421 20937 21071 I bt_btm_pm: system/bt/stack/acl/btm_pm.cc:392 btm_pm_reset: reset pm +02-27 08:14:56.421 20937 21071 I btm_acl : system/bt/stack/acl/btm_acl.cc:664 check_link_policy: park not supported (settings: 0x0007) +02-27 08:14:56.421 20937 21071 I bt_btm_sec: system/bt/stack/btm/btm_sec.cc:226 BTM_SecRegister: BTM_SecRegister p_cb_info->p_le_callback == 0x0x7a8124135c +02-27 08:14:56.421 20937 21071 I bt_btm_sec: system/bt/stack/btm/btm_sec.cc:241 BTM_SecRegister: BTM_SecRegister btm_cb.api.p_le_callback = 0x0x7a8124135c +02-27 08:14:56.421 20937 21071 I bt_stack: [INFO:ble_advertiser_hci_interface.cc(767)] Extended advertising will be in use +02-27 08:14:56.424 20937 21204 I bluetooth: system/bt/stack/gatt/gatt_api.cc:1019 GATT_Register: Allocated name:GattClient uuid:3ef4f154-b43a-7507-2d72-76d654b63297 gatt_if:3 eatt_support:0 +02-27 08:14:56.474 20937 21204 E bt_btif_storage: system/bt/btif/src/btif_storage.cc:632 btif_storage_get_adapter_property: btif_storage_get_adapter_property: Controller ready! +02-27 08:14:56.474 20937 21204 I bt_btif_storage: system/bt/btif/src/btif_storage.cc:661 btif_storage_get_adapter_property: btif_storage_get_adapter_property service_mask:0x20000000 +02-27 08:14:56.474 20937 21204 I bt_stack: [INFO:btif_bqr.cc(229)] EnableBtQualityReport: is_enable: true +02-27 08:14:56.474 20937 21204 W bt_stack: [WARNING:btif_bqr.cc(237)] EnableBtQualityReport: Bluetooth Quality Report is disabled. bqr_prop_evtmask: , bqr_prop_interval_ms: +02-27 08:14:56.475 20937 21228 I bt_osi_thread: system/bt/osi/src/thread.cc:209 run_thread: run_thread: thread id 21228, thread name btif_sock started +02-27 08:14:56.480 21206 21206 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:14:56.480 21206 21206 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:14:56.482 505 505 D BluetoothManagerService: Bluetooth Adapter address changed to BB:BB:BB:00:00:01 +02-27 08:14:56.482 505 505 D BluetoothManagerService: Stored Bluetoothaddress: BB:BB:BB:00:00:01 +02-27 08:14:56.484 20937 21204 I bt_bte_conf: system/bt/main/bte_conf.cc:84 bte_load_did_conf: Device ID record 1 : primary +02-27 08:14:56.484 20937 21204 I bt_bte_conf: system/bt/main/bte_conf.cc:85 bte_load_did_conf: vendorId = 00e0 +02-27 08:14:56.484 20937 21204 I bt_bte_conf: system/bt/main/bte_conf.cc:86 bte_load_did_conf: vendorIdSource = 0001 +02-27 08:14:56.484 20937 21204 I bt_bte_conf: system/bt/main/bte_conf.cc:87 bte_load_did_conf: product = 1200 +02-27 08:14:56.484 20937 21204 I bt_bte_conf: system/bt/main/bte_conf.cc:88 bte_load_did_conf: version = 1436 +02-27 08:14:56.484 20937 21204 I bt_bte_conf: system/bt/main/bte_conf.cc:89 bte_load_did_conf: clientExecutableURL = +02-27 08:14:56.484 505 505 D BluetoothManagerService: Bluetooth Adapter name changed to sdk_google_atv64_arm64 by android +02-27 08:14:56.484 20937 21204 I bt_bte_conf: system/bt/main/bte_conf.cc:90 bte_load_did_conf: serviceDescription = +02-27 08:14:56.484 20937 21204 I bt_bte_conf: system/bt/main/bte_conf.cc:91 bte_load_did_conf: documentationURL = +02-27 08:14:56.484 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:3198 bta_dm_eir_update_uuid: EIR Adding UUID=0x1200 into extended inquiry response +02-27 08:14:56.484 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:14:56.484 20937 21204 I bt_bte_conf: system/bt/main/bte_conf.cc:47 bte_load_did_conf: bte_load_did_conf no section named DID2. +02-27 08:14:56.484 20937 21204 I bt_btif_core: system/bt/btif/src/btif_core.cc:312 btif_enable_bluetooth_evt: Bluetooth enable event completed +02-27 08:14:56.484 505 505 D BluetoothManagerService: Stored Bluetooth name: sdk_google_atv64_arm64 +02-27 08:14:56.484 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:14:56.485 20937 21071 I bt_stack_manager: system/bt/btif/src/stack_manager.cc:311 event_start_up_stack: event_start_up_stack finished +02-27 08:14:56.485 20937 21078 D AdapterProperties: Name is: sdk_google_atv64_arm64 +02-27 08:14:56.485 21206 21206 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:14:56.487 21206 21206 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:14:56.487 20937 21078 D AdapterProperties: Scan Mode:20 +02-27 08:14:56.487 20937 21078 D AdapterProperties: Discoverable Timeout:120 +02-27 08:14:56.496 20937 21013 I AdapterState: BLE_ON : entered +02-27 08:14:56.496 20937 21013 D AdapterProperties: Setting state to BLE_ON +02-27 08:14:56.498 20937 21013 D BluetoothAdapterService: updateAdapterState() - Broadcasting state BLE_ON to 1 receivers. +02-27 08:14:56.500 505 544 D BluetoothManagerService: MESSAGE_BLUETOOTH_STATE_CHANGE: BLE_TURNING_ON > BLE_ON +02-27 08:14:56.500 505 544 D BluetoothManagerService: Bluetooth is in LE only mode +02-27 08:14:56.500 505 544 D BluetoothManagerService: Binding Bluetooth GATT service +02-27 08:14:56.508 505 544 D BluetoothManagerService: Sending BLE State Change: BLE_TURNING_ON > BLE_ON +02-27 08:14:56.516 505 505 D CompanionDeviceManagerService: Received BT state transition broadcast: BLE_TURNING_ON -> BLE_ON +02-27 08:14:56.537 21155 21155 I Safeboot: Checking safeboot... +02-27 08:14:56.517 505 514 I system_server: Background young concurrent copying GC freed 1001137(25MB) AllocSpace objects, 0(0B) LOS objects, 62% free, 14MB/38MB, paused 95us,79us total 106.827ms +02-27 08:14:56.538 505 544 W BluetoothManagerService: bluetooth is recovered from error +02-27 08:14:56.538 505 505 I CompanionDeviceManagerService: startBleScan() +02-27 08:14:56.538 505 505 D BluetoothManagerService: BluetoothServiceConnection: com.android.bluetooth.gatt.GattService +02-27 08:14:56.539 505 544 D BluetoothManagerService: MESSAGE_BLUETOOTH_SERVICE_CONNECTED: 2 +02-27 08:14:56.539 505 544 D BluetoothManagerService: continueFromBleOnState() +02-27 08:14:56.541 505 544 D BluetoothManagerService: Persisting Bluetooth Setting: 1 +02-27 08:14:56.542 20937 21013 I AdapterState: TURNING_ON : entered +02-27 08:14:56.543 20937 21013 D AdapterProperties: Setting state to TURNING_ON +02-27 08:14:56.545 20937 21013 D BluetoothAdapterService: updateAdapterState() - Broadcasting state TURNING_ON to 1 receivers. +02-27 08:14:56.545 505 544 D BluetoothManagerService: MESSAGE_BLUETOOTH_STATE_CHANGE: BLE_ON > TURNING_ON +02-27 08:14:56.545 505 544 D BluetoothManagerService: Sending BLE State Change: BLE_ON > TURNING_ON +02-27 08:14:56.545 20937 21013 D BluetoothAdapterService: startCoreServices() +02-27 08:14:56.546 505 544 D BluetoothManagerService: Sending State Change: OFF > TURNING_ON +02-27 08:14:56.546 505 505 D CompanionDeviceManagerService: Received BT state transition broadcast: BLE_ON -> TURNING_ON +02-27 08:14:56.548 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.bluetooth.adapter.action.STATE_CHANGED flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:14:56.553 20937 21101 D BluetoothActiveDeviceManager: handleMessage(MESSAGE_ADAPTER_ACTION_STATE_CHANGED): newState=11 +02-27 08:14:56.554 21137 21231 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:14:56.569 20937 20937 I HeadsetService: create() +02-27 08:14:56.569 21137 21231 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:14:56.572 21137 21231 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:14:56.577 20937 20937 I HeadsetService: start() +02-27 08:14:56.593 20937 20937 I BluetoothHeadsetServiceJni: classInitNative: succeeds +02-27 08:14:56.593 20937 20937 I bt_btif : system/bt/btif/src/bluetooth.cc:420 get_profile_interface: get_profile_interface: id = handsfree +02-27 08:14:56.593 20937 20937 I bt_stack: [INFO:btif_hf.cc(1491)] GetInterface +02-27 08:14:56.593 20937 20937 I bt_btif_storage: system/bt/btif/src/btif_storage.cc:661 btif_storage_get_adapter_property: btif_storage_get_adapter_property service_mask:0x20000040 +02-27 08:14:56.594 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:3198 bta_dm_eir_update_uuid: EIR Adding UUID=0x1112 into extended inquiry response +02-27 08:14:56.594 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:14:56.594 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:3198 bta_dm_eir_update_uuid: EIR Adding UUID=0x111F into extended inquiry response +02-27 08:14:56.594 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:14:56.595 20937 21204 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=2, is_server=1, mtu=256, uuid=0x1112, dlci=4, signal_state=0x0b, p_port=0x7a81907f80 +02-27 08:14:56.595 20937 21204 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=3, is_server=1, mtu=256, uuid=0x111f, dlci=6, signal_state=0x0b, p_port=0x7a81908038 +02-27 08:14:56.596 20937 21204 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=2, is_server=1, mtu=256, uuid=0x1112, dlci=4, signal_state=0x0b, p_port=0x7a819080f0 +02-27 08:14:56.596 20937 21204 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=3, is_server=1, mtu=256, uuid=0x111f, dlci=6, signal_state=0x0b, p_port=0x7a819081a8 +02-27 08:14:56.596 20937 21078 I bt_stack: [INFO:btif_hf.cc(289)] btif_hf_upstreams_evt: AG enable/disable event 0 +02-27 08:14:56.601 20937 20937 I A2dpService: create() +02-27 08:14:56.609 20937 20937 I A2dpService: start() +02-27 08:14:56.609 20937 20937 I BluetoothA2dpServiceJni: classInitNative: succeeds +02-27 08:14:56.609 20937 20937 I A2dpService: Max connected audio devices set to 5 +02-27 08:14:56.612 20937 21204 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=2, is_server=1, mtu=256, uuid=0x1112, dlci=4, signal_state=0x0b, p_port=0x7a81908260 +02-27 08:14:56.612 20937 21204 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=3, is_server=1, mtu=256, uuid=0x111f, dlci=6, signal_state=0x0b, p_port=0x7a81908318 +02-27 08:14:56.612 20937 21204 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=2, is_server=1, mtu=256, uuid=0x1112, dlci=4, signal_state=0x0b, p_port=0x7a819083d0 +02-27 08:14:56.612 20937 21204 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=3, is_server=1, mtu=256, uuid=0x111f, dlci=6, signal_state=0x0b, p_port=0x7a81908488 +02-27 08:14:56.612 20937 21204 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=2, is_server=1, mtu=256, uuid=0x1112, dlci=4, signal_state=0x0b, p_port=0x7a81908540 +02-27 08:14:56.612 20937 21204 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=3, is_server=1, mtu=256, uuid=0x111f, dlci=6, signal_state=0x0b, p_port=0x7a819085f8 +02-27 08:14:56.612 20937 21204 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=2, is_server=1, mtu=256, uuid=0x1112, dlci=4, signal_state=0x0b, p_port=0x7a819086b0 +02-27 08:14:56.612 21155 21155 I FixerFramework: Installing ProviderInstaller. +02-27 08:14:56.612 20937 21204 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=3, is_server=1, mtu=256, uuid=0x111f, dlci=6, signal_state=0x0b, p_port=0x7a81908768 +02-27 08:14:56.613 20937 20937 I bt_btif : system/bt/btif/src/bluetooth.cc:420 get_profile_interface: get_profile_interface: id = a2dp +02-27 08:14:56.613 20937 20937 I btif_av : system/bt/btif/src/btif_av.cc:965 Init: bt_status_t BtifAvSource::Init(btav_source_callbacks_t *, int, const std::vector &, const std::vector &): max_connected_audio_devices=5 +02-27 08:14:56.613 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:569 init: init +02-27 08:14:56.613 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec SBC +02-27 08:14:56.613 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:633 init: init: updated SBC codec priority to 1001 +02-27 08:14:56.613 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec AAC +02-27 08:14:56.613 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:633 init: init: updated AAC codec priority to 2001 +02-27 08:14:56.613 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec aptX +02-27 08:14:56.622 20937 20937 E a2dp_vendor_aptx_encoder: system/bt/stack/a2dp/a2dp_vendor_aptx_encoder.cc:123 A2DP_VendorLoadEncoderAptx: A2DP_VendorLoadEncoderAptx: cannot open aptX encoder library libaptX_encoder.so: dlopen failed: library "libaptX_encoder.so" not found +02-27 08:14:56.622 20937 20937 E a2dp_vendor_aptx: system/bt/stack/a2dp/a2dp_vendor_aptx.cc:465 init: init: cannot load the encoder +02-27 08:14:56.622 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec aptX-HD +02-27 08:14:56.622 20937 20937 E a2dp_vendor_aptx_hd_encoder: system/bt/stack/a2dp/a2dp_vendor_aptx_hd_encoder.cc:123 A2DP_VendorLoadEncoderAptxHd: A2DP_VendorLoadEncoderAptxHd: cannot open aptX-HD encoder library libaptXHD_encoder.so: dlopen failed: library "libaptXHD_encoder.so" not found +02-27 08:14:56.622 20937 20937 E a2dp_vendor_aptx_hd: system/bt/stack/a2dp/a2dp_vendor_aptx_hd.cc:483 init: init: cannot load the encoder +02-27 08:14:56.622 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec LDAC +02-27 08:14:56.634 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:633 init: init: updated LDAC codec priority to 5001 +02-27 08:14:56.634 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec SBC SINK +02-27 08:14:56.634 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec AAC SINK +02-27 08:14:56.634 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec LDAC SINK +02-27 08:14:56.636 20937 20937 E a2dp_vendor_ldac_decoder: system/bt/stack/a2dp/a2dp_vendor_ldac_decoder.cc:134 A2DP_VendorLoadDecoderLdac: A2DP_VendorLoadDecoderLdac: cannot open LDAC decoder library libldacBT_bco.so: dlopen failed: library "libldacBT_bco.so" not found +02-27 08:14:56.636 20937 20937 E a2dp_vendor_ldac: system/bt/stack/a2dp/a2dp_vendor_ldac.cc:1418 init: init: cannot load the decoder +02-27 08:14:56.636 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:658 init: init: initialized Source codec LDAC +02-27 08:14:56.636 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:658 init: init: initialized Source codec AAC +02-27 08:14:56.636 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:658 init: init: initialized Source codec SBC +02-27 08:14:56.636 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:665 init: init: initialized Sink codec AAC SINK +02-27 08:14:56.636 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:665 init: init: initialized Sink codec SBC SINK +02-27 08:14:56.636 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:569 init: init +02-27 08:14:56.636 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec SBC +02-27 08:14:56.636 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:633 init: init: updated SBC codec priority to 1001 +02-27 08:14:56.636 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec AAC +02-27 08:14:56.636 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:633 init: init: updated AAC codec priority to 2001 +02-27 08:14:56.636 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec aptX +02-27 08:14:56.637 20937 20937 E a2dp_vendor_aptx_encoder: system/bt/stack/a2dp/a2dp_vendor_aptx_encoder.cc:123 A2DP_VendorLoadEncoderAptx: A2DP_VendorLoadEncoderAptx: cannot open aptX encoder library libaptX_encoder.so: dlopen failed: library "libaptX_encoder.so" not found +02-27 08:14:56.637 20937 20937 E a2dp_vendor_aptx: system/bt/stack/a2dp/a2dp_vendor_aptx.cc:465 init: init: cannot load the encoder +02-27 08:14:56.637 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec aptX-HD +02-27 08:14:56.638 20937 20937 E a2dp_vendor_aptx_hd_encoder: system/bt/stack/a2dp/a2dp_vendor_aptx_hd_encoder.cc:123 A2DP_VendorLoadEncoderAptxHd: A2DP_VendorLoadEncoderAptxHd: cannot open aptX-HD encoder library libaptXHD_encoder.so: dlopen failed: library "libaptXHD_encoder.so" not found +02-27 08:14:56.638 20937 20937 E a2dp_vendor_aptx_hd: system/bt/stack/a2dp/a2dp_vendor_aptx_hd.cc:483 init: init: cannot load the encoder +02-27 08:14:56.638 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec LDAC +02-27 08:14:56.638 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:633 init: init: updated LDAC codec priority to 5001 +02-27 08:14:56.638 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec SBC SINK +02-27 08:14:56.638 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec AAC SINK +02-27 08:14:56.638 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec LDAC SINK +02-27 08:14:56.638 20937 20937 E a2dp_vendor_ldac_decoder: system/bt/stack/a2dp/a2dp_vendor_ldac_decoder.cc:134 A2DP_VendorLoadDecoderLdac: A2DP_VendorLoadDecoderLdac: cannot open LDAC decoder library libldacBT_bco.so: dlopen failed: library "libldacBT_bco.so" not found +02-27 08:14:56.638 20937 20937 E a2dp_vendor_ldac: system/bt/stack/a2dp/a2dp_vendor_ldac.cc:1418 init: init: cannot load the decoder +02-27 08:14:56.638 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:658 init: init: initialized Source codec LDAC +02-27 08:14:56.638 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:658 init: init: initialized Source codec AAC +02-27 08:14:56.638 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:658 init: init: initialized Source codec SBC +02-27 08:14:56.638 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:665 init: init: initialized Sink codec AAC SINK +02-27 08:14:56.638 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:665 init: init: initialized Sink codec SBC SINK +02-27 08:14:56.638 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:569 init: init +02-27 08:14:56.638 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec SBC +02-27 08:14:56.638 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:633 init: init: updated SBC codec priority to 1001 +02-27 08:14:56.638 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec AAC +02-27 08:14:56.638 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:633 init: init: updated AAC codec priority to 2001 +02-27 08:14:56.638 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec aptX +02-27 08:14:56.638 20937 20937 E a2dp_vendor_aptx_encoder: system/bt/stack/a2dp/a2dp_vendor_aptx_encoder.cc:123 A2DP_VendorLoadEncoderAptx: A2DP_VendorLoadEncoderAptx: cannot open aptX encoder library libaptX_encoder.so: dlopen failed: library "libaptX_encoder.so" not found +02-27 08:14:56.638 20937 20937 E a2dp_vendor_aptx: system/bt/stack/a2dp/a2dp_vendor_aptx.cc:465 init: init: cannot load the encoder +02-27 08:14:56.638 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec aptX-HD +02-27 08:14:56.639 20937 20937 E a2dp_vendor_aptx_hd_encoder: system/bt/stack/a2dp/a2dp_vendor_aptx_hd_encoder.cc:123 A2DP_VendorLoadEncoderAptxHd: A2DP_VendorLoadEncoderAptxHd: cannot open aptX-HD encoder library libaptXHD_encoder.so: dlopen failed: library "libaptXHD_encoder.so" not found +02-27 08:14:56.639 20937 20937 E a2dp_vendor_aptx_hd: system/bt/stack/a2dp/a2dp_vendor_aptx_hd.cc:483 init: init: cannot load the encoder +02-27 08:14:56.639 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec LDAC +02-27 08:14:56.639 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:633 init: init: updated LDAC codec priority to 5001 +02-27 08:14:56.639 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec SBC SINK +02-27 08:14:56.639 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec AAC SINK +02-27 08:14:56.639 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec LDAC SINK +02-27 08:14:56.639 20937 20937 E a2dp_vendor_ldac_decoder: system/bt/stack/a2dp/a2dp_vendor_ldac_decoder.cc:134 A2DP_VendorLoadDecoderLdac: A2DP_VendorLoadDecoderLdac: cannot open LDAC decoder library libldacBT_bco.so: dlopen failed: library "libldacBT_bco.so" not found +02-27 08:14:56.639 20937 20937 E a2dp_vendor_ldac: system/bt/stack/a2dp/a2dp_vendor_ldac.cc:1418 init: init: cannot load the decoder +02-27 08:14:56.639 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:658 init: init: initialized Source codec LDAC +02-27 08:14:56.639 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:658 init: init: initialized Source codec AAC +02-27 08:14:56.639 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:658 init: init: initialized Source codec SBC +02-27 08:14:56.639 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:665 init: init: initialized Sink codec AAC SINK +02-27 08:14:56.639 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:665 init: init: initialized Sink codec SBC SINK +02-27 08:14:56.639 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:569 init: init +02-27 08:14:56.640 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec SBC +02-27 08:14:56.640 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:633 init: init: updated SBC codec priority to 1001 +02-27 08:14:56.640 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec AAC +02-27 08:14:56.640 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:633 init: init: updated AAC codec priority to 2001 +02-27 08:14:56.640 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec aptX +02-27 08:14:56.640 20937 20937 E a2dp_vendor_aptx_encoder: system/bt/stack/a2dp/a2dp_vendor_aptx_encoder.cc:123 A2DP_VendorLoadEncoderAptx: A2DP_VendorLoadEncoderAptx: cannot open aptX encoder library libaptX_encoder.so: dlopen failed: library "libaptX_encoder.so" not found +02-27 08:14:56.640 20937 20937 E a2dp_vendor_aptx: system/bt/stack/a2dp/a2dp_vendor_aptx.cc:465 init: init: cannot load the encoder +02-27 08:14:56.640 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec aptX-HD +02-27 08:14:56.640 20937 20937 E a2dp_vendor_aptx_hd_encoder: system/bt/stack/a2dp/a2dp_vendor_aptx_hd_encoder.cc:123 A2DP_VendorLoadEncoderAptxHd: A2DP_VendorLoadEncoderAptxHd: cannot open aptX-HD encoder library libaptXHD_encoder.so: dlopen failed: library "libaptXHD_encoder.so" not found +02-27 08:14:56.640 20937 20937 E a2dp_vendor_aptx_hd: system/bt/stack/a2dp/a2dp_vendor_aptx_hd.cc:483 init: init: cannot load the encoder +02-27 08:14:56.640 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec LDAC +02-27 08:14:56.640 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:633 init: init: updated LDAC codec priority to 5001 +02-27 08:14:56.640 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec SBC SINK +02-27 08:14:56.640 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec AAC SINK +02-27 08:14:56.640 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec LDAC SINK +02-27 08:14:56.640 20937 20937 E a2dp_vendor_ldac_decoder: system/bt/stack/a2dp/a2dp_vendor_ldac_decoder.cc:134 A2DP_VendorLoadDecoderLdac: A2DP_VendorLoadDecoderLdac: cannot open LDAC decoder library libldacBT_bco.so: dlopen failed: library "libldacBT_bco.so" not found +02-27 08:14:56.640 20937 20937 E a2dp_vendor_ldac: system/bt/stack/a2dp/a2dp_vendor_ldac.cc:1418 init: init: cannot load the decoder +02-27 08:14:56.640 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:658 init: init: initialized Source codec LDAC +02-27 08:14:56.640 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:658 init: init: initialized Source codec AAC +02-27 08:14:56.640 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:658 init: init: initialized Source codec SBC +02-27 08:14:56.640 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:665 init: init: initialized Sink codec AAC SINK +02-27 08:14:56.640 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:665 init: init: initialized Sink codec SBC SINK +02-27 08:14:56.640 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:569 init: init +02-27 08:14:56.640 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec SBC +02-27 08:14:56.640 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:633 init: init: updated SBC codec priority to 1001 +02-27 08:14:56.640 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec AAC +02-27 08:14:56.640 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:633 init: init: updated AAC codec priority to 2001 +02-27 08:14:56.640 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec aptX +02-27 08:14:56.641 20937 20937 E a2dp_vendor_aptx_encoder: system/bt/stack/a2dp/a2dp_vendor_aptx_encoder.cc:123 A2DP_VendorLoadEncoderAptx: A2DP_VendorLoadEncoderAptx: cannot open aptX encoder library libaptX_encoder.so: dlopen failed: library "libaptX_encoder.so" not found +02-27 08:14:56.641 20937 20937 E a2dp_vendor_aptx: system/bt/stack/a2dp/a2dp_vendor_aptx.cc:465 init: init: cannot load the encoder +02-27 08:14:56.641 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec aptX-HD +02-27 08:14:56.641 20937 20937 E a2dp_vendor_aptx_hd_encoder: system/bt/stack/a2dp/a2dp_vendor_aptx_hd_encoder.cc:123 A2DP_VendorLoadEncoderAptxHd: A2DP_VendorLoadEncoderAptxHd: cannot open aptX-HD encoder library libaptXHD_encoder.so: dlopen failed: library "libaptXHD_encoder.so" not found +02-27 08:14:56.642 20937 20937 E a2dp_vendor_aptx_hd: system/bt/stack/a2dp/a2dp_vendor_aptx_hd.cc:483 init: init: cannot load the encoder +02-27 08:14:56.642 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec LDAC +02-27 08:14:56.642 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:633 init: init: updated LDAC codec priority to 5001 +02-27 08:14:56.642 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec SBC SINK +02-27 08:14:56.642 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec AAC SINK +02-27 08:14:56.642 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec LDAC SINK +02-27 08:14:56.642 20937 20937 E a2dp_vendor_ldac_decoder: system/bt/stack/a2dp/a2dp_vendor_ldac_decoder.cc:134 A2DP_VendorLoadDecoderLdac: A2DP_VendorLoadDecoderLdac: cannot open LDAC decoder library libldacBT_bco.so: dlopen failed: library "libldacBT_bco.so" not found +02-27 08:14:56.642 20937 20937 E a2dp_vendor_ldac: system/bt/stack/a2dp/a2dp_vendor_ldac.cc:1418 init: init: cannot load the decoder +02-27 08:14:56.642 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:658 init: init: initialized Source codec LDAC +02-27 08:14:56.642 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:658 init: init: initialized Source codec AAC +02-27 08:14:56.642 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:658 init: init: initialized Source codec SBC +02-27 08:14:56.642 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:665 init: init: initialized Sink codec AAC SINK +02-27 08:14:56.642 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:665 init: init: initialized Sink codec SBC SINK +02-27 08:14:56.642 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:569 init: init +02-27 08:14:56.642 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec SBC +02-27 08:14:56.642 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:633 init: init: updated SBC codec priority to 1001 +02-27 08:14:56.642 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec AAC +02-27 08:14:56.642 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:633 init: init: updated AAC codec priority to 2001 +02-27 08:14:56.642 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec aptX +02-27 08:14:56.642 20937 20937 E a2dp_vendor_aptx_encoder: system/bt/stack/a2dp/a2dp_vendor_aptx_encoder.cc:123 A2DP_VendorLoadEncoderAptx: A2DP_VendorLoadEncoderAptx: cannot open aptX encoder library libaptX_encoder.so: dlopen failed: library "libaptX_encoder.so" not found +02-27 08:14:56.642 20937 20937 E a2dp_vendor_aptx: system/bt/stack/a2dp/a2dp_vendor_aptx.cc:465 init: init: cannot load the encoder +02-27 08:14:56.642 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec aptX-HD +02-27 08:14:56.644 20937 20937 E a2dp_vendor_aptx_hd_encoder: system/bt/stack/a2dp/a2dp_vendor_aptx_hd_encoder.cc:123 A2DP_VendorLoadEncoderAptxHd: A2DP_VendorLoadEncoderAptxHd: cannot open aptX-HD encoder library libaptXHD_encoder.so: dlopen failed: library "libaptXHD_encoder.so" not found +02-27 08:14:56.644 20937 20937 E a2dp_vendor_aptx_hd: system/bt/stack/a2dp/a2dp_vendor_aptx_hd.cc:483 init: init: cannot load the encoder +02-27 08:14:56.644 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec LDAC +02-27 08:14:56.644 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:633 init: init: updated LDAC codec priority to 5001 +02-27 08:14:56.644 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec SBC SINK +02-27 08:14:56.644 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec AAC SINK +02-27 08:14:56.644 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:113 createCodec: createCodec: codec LDAC SINK +02-27 08:14:56.644 20937 20937 E a2dp_vendor_ldac_decoder: system/bt/stack/a2dp/a2dp_vendor_ldac_decoder.cc:134 A2DP_VendorLoadDecoderLdac: A2DP_VendorLoadDecoderLdac: cannot open LDAC decoder library libldacBT_bco.so: dlopen failed: library "libldacBT_bco.so" not found +02-27 08:14:56.644 20937 20937 E a2dp_vendor_ldac: system/bt/stack/a2dp/a2dp_vendor_ldac.cc:1418 init: init: cannot load the decoder +02-27 08:14:56.644 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:658 init: init: initialized Source codec LDAC +02-27 08:14:56.644 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:658 init: init: initialized Source codec AAC +02-27 08:14:56.644 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:658 init: init: initialized Source codec SBC +02-27 08:14:56.644 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:665 init: init: initialized Sink codec AAC SINK +02-27 08:14:56.644 20937 20937 I a2dp_codec: system/bt/stack/a2dp/a2dp_codec_config.cc:665 init: init: initialized Sink codec SBC SINK +02-27 08:14:56.644 20937 20937 I bt_btif_a2dp_source: system/bt/btif/src/btif_a2dp_source.cc:325 btif_a2dp_source_init: btif_a2dp_source_init +02-27 08:14:56.646 21155 21155 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:14:56.649 21155 21155 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:14:56.649 21155 21155 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:14:56.660 20937 21246 I bt_stack: [INFO:message_loop_thread.cc(224)] Run: message loop starting for thread bt_a2dp_source_worker_thread +02-27 08:14:56.661 20937 20937 I bt_btif_storage: system/bt/btif/src/btif_storage.cc:661 btif_storage_get_adapter_property: btif_storage_get_adapter_property service_mask:0x20000048 +02-27 08:14:56.661 20937 21204 I bt_bta_av: system/bt/bta/av/bta_av_main.cc:418 bta_av_api_register: bta_av_api_register: AVRCP version used for sdp: "avrcp15" +02-27 08:14:56.661 20937 21204 I bt_l2cap: system/bt/stack/l2cap/l2c_api.cc:134 L2CA_Register: L2CAP Registered service classic PSM: 0x0019 +02-27 08:14:56.661 20937 21204 I bt_l2cap: system/bt/stack/l2cap/l2c_api.cc:134 L2CA_Register: L2CAP Registered service classic PSM: 0x0017 +02-27 08:14:56.661 20937 21204 I bt_l2cap: system/bt/stack/l2cap/l2c_api.cc:134 L2CA_Register: L2CAP Registered service classic PSM: 0x001b +02-27 08:14:56.661 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:3198 bta_dm_eir_update_uuid: EIR Adding UUID=0x110A into extended inquiry response +02-27 08:14:56.661 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:14:56.661 20937 20937 D A2dpService: A2DP offload flag set to false +02-27 08:14:56.661 20937 21204 I bt_bta_av: system/bt/bta/av/bta_av_act.cc:304 bta_av_rc_create: Skipping RC creation for the old AVRCP profile +02-27 08:14:56.661 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:3198 bta_dm_eir_update_uuid: EIR Adding UUID=0x110E into extended inquiry response +02-27 08:14:56.661 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:14:56.661 20937 21204 I bt_bta_av: system/bt/bta/av/bta_av_main.cc:418 bta_av_api_register: bta_av_api_register: AVRCP version used for sdp: "avrcp15" +02-27 08:14:56.661 20937 21204 I bt_bta_av: system/bt/bta/av/bta_av_main.cc:418 bta_av_api_register: bta_av_api_register: AVRCP version used for sdp: "avrcp15" +02-27 08:14:56.661 20937 21204 I bt_bta_av: system/bt/bta/av/bta_av_main.cc:418 bta_av_api_register: bta_av_api_register: AVRCP version used for sdp: "avrcp15" +02-27 08:14:56.661 20937 21204 I bt_bta_av: system/bt/bta/av/bta_av_main.cc:418 bta_av_api_register: bta_av_api_register: AVRCP version used for sdp: "avrcp15" +02-27 08:14:56.661 20937 21204 I bt_bta_av: system/bt/bta/av/bta_av_main.cc:418 bta_av_api_register: bta_av_api_register: AVRCP version used for sdp: "avrcp15" +02-27 08:14:56.661 20937 21246 I bt_btif_a2dp_source: system/bt/btif/src/btif_a2dp_source.cc:335 btif_a2dp_source_init_delayed: btif_a2dp_source_init_delayed +02-27 08:14:56.662 20937 20937 D A2dpService: setA2dpService(): set to: com.android.bluetooth.a2dp.A2dpService@d0b956 +02-27 08:14:56.674 20937 20937 I BluetoothHidHostServiceJni: classInitNative: succeeds +02-27 08:14:56.677 20937 20937 I bt_btif : system/bt/btif/src/bluetooth.cc:420 get_profile_interface: get_profile_interface: id = hidhost +02-27 08:14:56.677 20937 21204 I bt_l2cap: system/bt/stack/l2cap/l2c_api.cc:134 L2CA_Register: L2CAP Registered service classic PSM: 0x0011 +02-27 08:14:56.677 20937 21204 I bt_l2cap: system/bt/stack/l2cap/l2c_api.cc:134 L2CA_Register: L2CAP Registered service classic PSM: 0x0013 +02-27 08:14:56.677 20937 21204 I bluetooth: system/bt/stack/gatt/gatt_api.cc:1019 GATT_Register: Allocated name:GattClient uuid:6e64ac99-87e3-41e5-a947-2a74a9c80dc5 gatt_if:4 eatt_support:0 +02-27 08:14:56.677 20937 20937 I bt_btif_storage: system/bt/btif/src/btif_storage.cc:661 btif_storage_get_adapter_property: btif_storage_get_adapter_property service_mask:0x20100048 +02-27 08:14:56.678 20937 20937 I BluetoothPanServiceJni: classInitNative(L110): succeeds +02-27 08:14:56.680 20937 20937 D BluetoothPanServiceJni: initializeNative(L115): pan +02-27 08:14:56.680 20937 20937 I bt_btif : system/bt/btif/src/bluetooth.cc:420 get_profile_interface: get_profile_interface: id = pan +02-27 08:14:56.680 20937 21204 I bt_l2cap: system/bt/stack/l2cap/l2c_api.cc:134 L2CA_Register: L2CAP Registered service classic PSM: 0x000f +02-27 08:14:56.680 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:3198 bta_dm_eir_update_uuid: EIR Adding UUID=0x1116 into extended inquiry response +02-27 08:14:56.680 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:14:56.680 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:3198 bta_dm_eir_update_uuid: EIR Adding UUID=0x1115 into extended inquiry response +02-27 08:14:56.680 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:14:56.680 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:3198 bta_dm_eir_update_uuid: EIR Adding UUID=0x1116 into extended inquiry response +02-27 08:14:56.680 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:14:56.680 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:3198 bta_dm_eir_update_uuid: EIR Adding UUID=0x1115 into extended inquiry response +02-27 08:14:56.680 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:14:56.680 20937 21078 D BluetoothPanServiceJni: control_state_callback(L62): state:0, local_role:3, ifname:bt-pan +02-27 08:14:56.714 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 08:14:56.715 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 08:14:56.716 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 08:14:56.716 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 08:14:56.716 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 08:14:56.723 322 322 D Zygote : Forked child process 21253 +02-27 08:14:56.728 505 555 I ActivityManager: Start proc 21253:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:14:56.747 20937 20937 I AvrcpTargetService: User unlocked, initializing the service +02-27 08:14:56.747 20937 20937 I AvrcpTargetService: Starting the AVRCP Target Service +02-27 08:14:56.752 21137 21137 W ChimeRegistrationManage: Chime not initialized, cannot register for notifications. +02-27 08:14:56.755 20937 20937 V MediaPlayerList: Creating MediaPlayerList +02-27 08:14:56.756 21253 21253 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 08:14:56.769 21155 21155 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:14:56.776 505 826 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10033; state: DISABLED +02-27 08:14:56.776 505 826 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10033; state: DISABLED +02-27 08:14:56.776 505 826 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10033; state: DISABLED +02-27 08:14:56.776 505 826 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10033; state: ENABLED +02-27 08:14:56.776 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10033; state: ENABLED +02-27 08:14:56.780 322 322 D Zygote : Forked child process 21274 +02-27 08:14:56.781 21137 21137 W Glide : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored +02-27 08:14:56.781 505 555 I ActivityManager: Start proc 21274:com.android.providers.tv/u0a33 for content provider {com.android.providers.tv/com.android.providers.tv.TvProvider} +02-27 08:14:56.781 505 595 D MediaSessionService: The MediaKeyEventSessionChangedListener (android.os.BinderProxy@41f4590) is added by com.android.bluetooth +02-27 08:14:56.782 20937 20937 I AvrcpTargetJni: classInitNative: AvrcpTargetJni initialized! +02-27 08:14:56.782 20937 20937 D AvrcpNativeInterface: Init AvrcpNativeInterface +02-27 08:14:56.782 20937 20937 D AvrcpTargetJni: initNative +02-27 08:14:56.782 20937 21204 I bt_stack: [INFO:avrcp_service.cc(287)] AVRCP Target Service started +02-27 08:14:56.782 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:3198 bta_dm_eir_update_uuid: EIR Adding UUID=0x110C into extended inquiry response +02-27 08:14:56.782 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:14:56.782 20937 21204 I bt_stack: [INFO:connection_handler.cc(197)] Connect to device ff:ff:ff:ff:ff:ff +02-27 08:14:56.782 20937 21204 I bt_stack: [INFO:connection_handler.cc(219)] virtual bool bluetooth::avrcp::ConnectionHandler::AvrcpConnect(bool, const RawAddress &): handle=0000 status= 000000 +02-27 08:14:56.783 21253 21253 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 08:14:56.802 21274 21274 E id.providers.t: Not starting debugger since process cannot load the jdwp agent. +02-27 08:14:56.808 21206 21206 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:14:56.808 21155 21155 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:14:56.809 21206 21206 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:14:56.809 21206 21206 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:14:56.809 20937 20937 V MediaPlayerList: Initializing MediaPlayerList +02-27 08:14:56.809 21155 21155 W SQLiteCompatibilityWalFlags: Cannot read global setting sqlite_compatibility_wal_flags - Application state not available +02-27 08:14:56.810 20937 20937 E AvrcpTargetService: Please use AVRCP version 1.6 to enable cover art +02-27 08:14:56.815 20937 20937 V BluetoothHidDeviceServiceJni: classInitNative: done +02-27 08:14:56.816 20937 20937 V BluetoothHidDeviceServiceJni: initNative enter +02-27 08:14:56.816 20937 20937 I bt_btif : system/bt/btif/src/bluetooth.cc:420 get_profile_interface: get_profile_interface: id = hiddev +02-27 08:14:56.816 20937 20937 I bt_btif_storage: system/bt/btif/src/btif_storage.cc:661 btif_storage_get_adapter_property: btif_storage_get_adapter_property service_mask:0x60100048 +02-27 08:14:56.816 20937 20937 V BluetoothHidDeviceServiceJni: initNative done +02-27 08:14:56.828 20937 20937 D BtOppService: setBluetoothOppService(): set to: com.android.bluetooth.opp.BluetoothOppService@337f28c +02-27 08:14:56.830 20937 20937 I BluetoothPbapService: setCurrentUser(0) +02-27 08:14:56.830 20937 20937 I BluetoothPbapService: setUserUnlocked(0) +02-27 08:14:56.831 20937 20937 I BluetoothPbapService: setUserUnlocked(0) +02-27 08:14:56.834 20937 20937 D BluetoothPbapService: setBluetoothPbapService(): set to: com.android.bluetooth.pbap.BluetoothPbapService@a780724 +02-27 08:14:56.838 20937 20937 D AvrcpVolumeManager: onAudioDevicesAdded: Not expecting device changed +02-27 08:14:56.840 20937 20937 D AdapterProperties: onBluetoothReady, state=TURNING_ON, ScanMode=20 +02-27 08:14:56.841 20937 20937 D BluetoothAdapterService: updateUuids() - Updating UUIDs for bonded devices +02-27 08:14:56.842 20937 20937 I BluetoothAdapterService: initProfileServices: Initializing all bluetooth profile services +02-27 08:14:56.842 20937 20937 I BluetoothA2dpSinkServiceJni: classInitNative: succeeds +02-27 08:14:56.842 20937 20937 W HeadsetClientService: getHeadsetClientService(): service is null +02-27 08:14:56.842 20937 20937 W MapClientService: getMapClientService(): service is null +02-27 08:14:56.842 20937 20937 W PbapClientService: getPbapClientService(): service is null +02-27 08:14:56.842 20937 20937 W HearingAidService: getHearingAidService(): service is NULL +02-27 08:14:56.843 20937 20937 W SapService: getSapService(): service is null +02-27 08:14:56.845 20937 21013 I AdapterState: ON : entered +02-27 08:14:56.845 20937 21013 D AdapterProperties: Setting state to ON +02-27 08:14:56.846 20937 21013 D BluetoothAdapterService: updateAdapterState() - Broadcasting state ON to 1 receivers. +02-27 08:14:56.848 20937 21013 D BluetoothAdapterService: enableBluetoothInCallService() - Enable = true +02-27 08:14:56.853 21274 21274 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10033; state: ENABLED +02-27 08:14:56.859 505 544 D BluetoothManagerService: MESSAGE_BLUETOOTH_STATE_CHANGE: TURNING_ON > ON +02-27 08:14:56.859 505 544 D BluetoothManagerService: Broadcasting onBluetoothStateChange(true) to 11 receivers. +02-27 08:14:56.859 505 544 D BluetoothA2dp: Binding service... +02-27 08:14:56.861 21253 21253 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:14:56.862 505 544 D BluetoothHeadset: onBluetoothStateChange: up=true +02-27 08:14:56.862 505 544 D BluetoothManagerService: Creating new ProfileServiceConnections object for profile: 1 +02-27 08:14:56.863 21206 21206 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:14:56.864 770 13673 D BluetoothMap: Binding service... +02-27 08:14:56.865 770 8852 D BluetoothPan: Binding service... +02-27 08:14:56.869 505 505 D BluetoothA2dp: Proxy object connected +02-27 08:14:56.869 505 2243 D ConnectivityService: requestNetwork for uid/pid:10048/21137 activeRequest: null callbackRequest: 279 [NetworkRequest [ REQUEST id=280, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:14:56.870 505 709 D ConnectivityService: NetReassign [280 : null → 101] +02-27 08:14:56.873 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=280, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:14:56.876 770 770 D BluetoothPan: Proxy object connected +02-27 08:14:56.876 21137 21137 W PrtnrWidgetInfoLdr: No content provider for OEM widget found +02-27 08:14:56.877 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=280, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:14:56.877 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=280, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:14:56.888 770 770 D BluetoothMap: Proxy object connected +02-27 08:14:56.889 505 544 D BluetoothA2dp: Binding service... +02-27 08:14:56.889 770 11173 D BluetoothHidDevice: Binding service... +02-27 08:14:56.890 20937 21078 D AdapterProperties: Scan Mode:21 +02-27 08:14:56.890 20937 21078 D AdapterProperties: Discoverable Timeout:120 +02-27 08:14:56.891 770 770 D BluetoothMap: getConnectedDevices() +02-27 08:14:56.892 21206 21206 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:14:56.896 20937 21078 D AdapterProperties: mLocalIOCapability set to 1 +02-27 08:14:56.896 20937 21078 D AdapterProperties: mLocalIOCapabilityBLE set to 4 +02-27 08:14:56.900 505 505 D BluetoothA2dp: Proxy object connected +02-27 08:14:56.901 21274 21274 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.tv' set to: 'default' +02-27 08:14:56.901 21137 21306 E ActivityThread: Failed to find provider info for tvlauncher.mic +02-27 08:14:56.902 21274 21274 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:14:56.903 505 544 D BluetoothA2dp: Binding service... +02-27 08:14:56.903 770 13673 D BluetoothA2dp: Binding service... +02-27 08:14:56.903 21137 21303 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.searchapi.VoiceInteractionProvider +02-27 08:14:56.904 21274 21274 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:14:56.904 770 11173 D BluetoothHeadset: onBluetoothStateChange: up=true +02-27 08:14:56.905 505 505 D BluetoothA2dp: Proxy object connected +02-27 08:14:56.916 505 544 D BluetoothManagerService: Sending BLE State Change: TURNING_ON > ON +02-27 08:14:56.916 770 8852 D BluetoothHidHost: Binding service... +02-27 08:14:56.917 505 505 D CompanionDeviceManagerService: Received BT state transition broadcast: TURNING_ON -> ON +02-27 08:14:56.917 505 505 I CompanionDeviceManagerService: startBleScan() +02-27 08:14:56.917 770 770 D BluetoothHidDevice: Proxy object connected +02-27 08:14:56.922 21137 21303 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:14:56.922 505 544 D BluetoothManagerService: Sending State Change: TURNING_ON > ON +02-27 08:14:56.924 21137 21306 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:14:56.926 21274 21274 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:14:56.929 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.bluetooth.adapter.action.STATE_CHANGED flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:14:56.931 20937 21101 D BluetoothActiveDeviceManager: handleMessage(MESSAGE_ADAPTER_ACTION_STATE_CHANGED): newState=12 +02-27 08:14:56.931 505 2259 I ActivityTaskManager: START u0 {flg=0x14000000 cmp=com.google.android.tvlauncher/.MainActivity (has extras)} from uid 10048 +02-27 08:14:56.932 770 770 D BluetoothA2dp: Proxy object connected +02-27 08:14:56.939 770 770 D BluetoothHidHost: Proxy object connected +02-27 08:14:56.944 20937 20937 D BluetoothAdapterService: isQuetModeEnabled() - Enabled = false +02-27 08:14:56.944 20937 20937 I BluetoothPhonePolicy: autoConnect: Initiate auto connection on BT on... +02-27 08:14:56.944 20937 20937 D BluetoothDatabase: getMostRecentlyConnectedA2dpDevice: Invalid address for device LocalStorage +02-27 08:14:56.944 20937 20937 E BluetoothPhonePolicy: autoConnect: most recently active a2dp device is null +02-27 08:14:56.944 20937 20937 D BtOppService: start Socket Listeners +02-27 08:14:56.944 20937 20937 D BtOppService: stopListeners: mServerSocket is null +02-27 08:14:56.945 20937 20937 D ObexServerSockets: create(rfcomm = -2, l2capPsm = -2) +02-27 08:14:56.945 21137 21137 E Clearcut-EventLogger: Unexpected log parameter home_selected_row_position +02-27 08:14:56.956 21274 21274 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10033; state: ENABLED +02-27 08:14:56.957 20937 21294 D ObexServerSockets: create(rfcomm = -2, l2capPsm = -2) +02-27 08:14:56.960 505 1683 W ActivityManager: Receiver with filter android.content.IntentFilter@97581fe already registered for pid 770, callerPackage is com.android.systemui +02-27 08:14:56.960 20937 20955 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 1002; state: ENABLED +02-27 08:14:56.961 505 595 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10028; state: DISABLED +02-27 08:14:56.961 505 595 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10028; state: DISABLED +02-27 08:14:56.961 505 595 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10028; state: DISABLED +02-27 08:14:56.961 505 595 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10028; state: ENABLED +02-27 08:14:56.961 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10028; state: ENABLED +02-27 08:14:56.970 322 322 D Zygote : Forked child process 21321 +02-27 08:14:56.973 505 555 I ActivityManager: Start proc 21321:android.process.acore/u0a28 for content provider {com.android.providers.contacts/com.android.providers.contacts.ContactsProvider2} +02-27 08:14:56.983 20937 21294 I bt_btif_sock_rfcomm: system/bt/btif/src/btif_sock_rfc.cc:303 btsock_rfc_listen: Adding listening socket service_name: (null) - channel: -2 +02-27 08:14:56.984 20937 21204 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=4, is_server=1, mtu=990, uuid=000000, dlci=8, signal_state=0x0b, p_port=0x7a81908820 +02-27 08:14:56.986 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:14:56.990 505 544 D BluetoothHeadset: Proxy object connected +02-27 08:14:57.000 20937 21294 I bluetooth: system/bt/btif/src/btif_sock_l2cap.cc:316 btsock_l2cap_alloc_l: Allocated l2cap socket structure socket_id:1 +02-27 08:14:57.000 21155 21168 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:14:57.000 21155 21168 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:14:57.003 20937 21204 I bt_l2cap: system/bt/stack/l2cap/l2c_api.cc:134 L2CA_Register: L2CAP Registered service classic PSM: 0x1001 +02-27 08:14:57.003 20937 21204 I bluetooth: system/bt/btif/src/btif_sock_l2cap.cc:341 send_app_psm_or_chan_l: Sending l2cap socket socket_id:1 channel:4097 +02-27 08:14:57.003 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:14:57.004 20937 21294 D BluetoothAdapter: listenUsingL2capOn: set assigned channel to 4097 +02-27 08:14:57.004 20937 21294 D ObexServerSockets: Succeed to create listening sockets +02-27 08:14:57.004 20937 21294 D ObexServerSockets0: startAccept() +02-27 08:14:57.004 21206 21206 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:14:57.005 505 720 I AS.BtHelper: setBtScoActiveDevice: (null) -> (null) +02-27 08:14:57.006 770 11173 D BluetoothHeadset: Proxy object connected +02-27 08:14:57.007 20937 21294 D BluetoothSdpJni: sdpCreatePbapPseRecordNative +02-27 08:14:57.008 20937 21294 D BluetoothSdpJni: SDP Create record success - handle: 0 +02-27 08:14:57.008 20937 21294 D BluetoothPbapService: created Sdp record, mSdpHandle=0 +02-27 08:14:57.008 20937 21329 D ObexServerSockets0: Accepting socket connection... +02-27 08:14:57.008 20937 21330 D ObexServerSockets0: Accepting socket connection... +02-27 08:14:57.008 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:3198 bta_dm_eir_update_uuid: EIR Adding UUID=0x112F into extended inquiry response +02-27 08:14:57.008 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:14:57.010 21253 21253 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 08:14:57.010 21253 21253 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:14:57.018 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:14:57.160 21253 21253 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:14:57.186 21253 21253 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:14:57.234 20937 20937 I bt_btif_sock_rfcomm: system/bt/btif/src/btif_sock_rfc.cc:303 btsock_rfc_listen: Adding listening socket service_name: (null) - channel: -2 +02-27 08:14:57.239 20937 21204 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=5, is_server=1, mtu=990, uuid=000000, dlci=10, signal_state=0x0b, p_port=0x7a819088d8 +02-27 08:14:57.266 21321 21321 E d.process.acor: Not starting debugger since process cannot load the jdwp agent. +02-27 08:14:57.269 20937 20937 D BluetoothAdapter: listenUsingInsecureL2capOn: port=-2 +02-27 08:14:57.289 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:14:57.301 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:14:57.301 21155 21155 I GmsApplication: Registering the BackgroundBroadcastReceiverSupport receiver. +02-27 08:14:57.317 21137 21229 D HostConnection: createUnique: call +02-27 08:14:57.318 21137 21229 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b097a50, tid 21229 +02-27 08:14:57.334 20937 20937 I bluetooth: system/bt/btif/src/btif_sock_l2cap.cc:316 btsock_l2cap_alloc_l: Allocated l2cap socket structure socket_id:2 +02-27 08:14:57.335 20937 21204 I bt_l2cap: system/bt/stack/l2cap/l2c_api.cc:134 L2CA_Register: L2CAP Registered service classic PSM: 0x1003 +02-27 08:14:57.336 20937 21204 I bluetooth: system/bt/btif/src/btif_sock_l2cap.cc:341 send_app_psm_or_chan_l: Sending l2cap socket socket_id:2 channel:4099 +02-27 08:14:57.341 20937 20937 D BluetoothAdapter: listenUsingInsecureL2capOn: set assigned channel to 4099 +02-27 08:14:57.342 20937 20937 D ObexServerSockets: Succeed to create listening sockets +02-27 08:14:57.342 20937 20937 D ObexServerSockets1: startAccept() +02-27 08:14:57.345 20937 20937 D BluetoothSdpJni: sdpCreateOppOpsRecordNative +02-27 08:14:57.348 21137 21229 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:14:57.348 20937 21343 D ObexServerSockets1: Accepting socket connection... +02-27 08:14:57.360 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:3198 bta_dm_eir_update_uuid: EIR Adding UUID=0x1105 into extended inquiry response +02-27 08:14:57.361 20937 20937 D BluetoothSdpJni: SDP Create record success - handle: 1 +02-27 08:14:57.361 20937 20937 D BtOppService: mOppSdpHandle :1 +02-27 08:14:57.382 20937 21344 D ObexServerSockets1: Accepting socket connection... +02-27 08:14:57.405 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:14:57.441 505 2796 W ActivityManager: Slow operation: 70ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:14:57.442 505 2796 W ActivityManager: Slow operation: 74ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:14:57.442 505 2796 W ActivityManager: Slow operation: 74ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:14:57.470 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 08:14:57.521 21137 21229 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 08:14:57.557 21137 21229 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 08:14:57.596 21137 21229 D EGL_emulation: eglCreateContext: 0xb400007b8b099a90: maj 3 min 0 rcv 3 +02-27 08:14:57.654 21206 21317 I GMS_MM_Logger: Started. +02-27 08:14:57.685 21137 21229 D EGL_emulation: eglMakeCurrent: 0xb400007b8b099a90: ver 3 0 (tinfo 0x7da2400080) (first time) +02-27 08:14:57.760 505 2796 W ActivityManager: Slow operation: 391ms so far, now at attachApplicationLocked: after updateOomAdjLocked +02-27 08:14:57.912 21321 21321 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10028; state: ENABLED +02-27 08:14:57.986 505 543 W Looper : Slow dispatch took 482ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:14:57.986 505 543 W Looper : Slow delivery took 227ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:14:57.990 505 542 D CompanionDeviceManagerService: onPackageModified(packageName = com.android.bluetooth) +02-27 08:14:57.993 21206 21315 I Watchcat: Started +02-27 08:14:58.001 20937 20937 V MediaPlayerList: mPackageChangedBroadcastReceiver: action: android.intent.action.PACKAGE_CHANGED +02-27 08:14:58.002 20937 20937 D MediaPlayerList: Name of package changed: com.android.bluetooth +02-27 08:14:58.014 505 615 I RoleService: Granting default roles... +02-27 08:14:58.115 505 505 W Looper : Slow dispatch took 112ms main h=android.os.Handler c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@57f10 m=0 +02-27 08:14:58.193 505 615 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10077; state: DISABLED +02-27 08:14:58.193 505 615 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10077; state: DISABLED +02-27 08:14:58.194 505 615 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10077; state: DISABLED +02-27 08:14:58.194 505 615 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10077; state: DISABLED +02-27 08:14:58.205 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10077; state: DISABLED +02-27 08:14:58.229 505 505 W Looper : Slow delivery took 202ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@c9560e9 m=0 +02-27 08:14:58.316 322 322 D Zygote : Forked child process 21349 +02-27 08:14:58.323 505 555 W ActivityManager: Slow operation: 138ms so far, now at startProcess: returned from zygote! +02-27 08:14:58.381 505 2243 W ContentProviderHelper: Slow operation: 159ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:14:58.381 505 2243 W ContentProviderHelper: Slow operation: 159ms so far, now at getContentProviderImpl: done! +02-27 08:14:58.394 21184 21193 I ocess.gservice: Background young concurrent copying GC freed 17851(869KB) AllocSpace objects, 0(0B) LOS objects, 91% free, 2183KB/26MB, paused 604us,47us total 265.178ms +02-27 08:14:58.402 21349 21349 I libc : SetHeapTaggingLevel: tag level set to 0 +02-27 08:14:58.426 21206 21214 I gle.android.gm: Background young concurrent copying GC freed 27652(2145KB) AllocSpace objects, 8(160KB) LOS objects, 88% free, 3153KB/27MB, paused 25.398ms,46us total 113.010ms +02-27 08:14:58.502 21137 21147 I roid.tvlaunche: Background young concurrent copying GC freed 24898(2238KB) AllocSpace objects, 20(400KB) LOS objects, 88% free, 3178KB/27MB, paused 74us,28us total 621.141ms +02-27 08:14:58.518 21349 21349 E ssioncontrolle: Not starting debugger since process cannot load the jdwp agent. +02-27 08:14:58.701 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:14:58.734 505 505 W Looper : Slow dispatch took 375ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@6958e2b m=0 +02-27 08:14:58.757 505 555 W ActivityManager: Slow operation: 572ms so far, now at startProcess: done updating battery stats +02-27 08:14:58.757 505 555 W ActivityManager: Slow operation: 572ms so far, now at startProcess: building log message +02-27 08:14:58.757 505 555 I ActivityManager: Start proc 21349:com.google.android.permissioncontroller/u0a77 for service {com.google.android.permissioncontroller/com.android.permissioncontroller.role.service.RoleControllerServiceImpl} +02-27 08:14:58.757 505 555 W ActivityManager: Slow operation: 572ms so far, now at startProcess: starting to update pids map +02-27 08:14:58.758 505 555 W ActivityManager: Slow operation: 573ms so far, now at startProcess: done updating pids map +02-27 08:14:58.763 505 542 W Looper : Slow dispatch took 410ms android.fg h=android.os.Handler c=com.android.internal.infra.ServiceConnector$Impl$$ExternalSyntheticLambda2@1548f34 m=0 +02-27 08:14:58.784 21155 21155 I GmsReceiverSupport: Registered Receiver for 14+1 IntentFilters +02-27 08:14:58.797 505 553 W Searchables: No global search activity found +02-27 08:14:58.904 505 595 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10077; state: DISABLED +02-27 08:14:58.914 505 595 W ActivityManager: Slow operation: 59ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:14:58.914 505 595 W ActivityManager: Slow operation: 59ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:14:58.927 21155 21163 W .gms.persisten: Suspending all threads took: 10.400ms +02-27 08:14:58.929 21321 21321 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.userdictionary' set to: 'default' +02-27 08:14:58.930 21321 21321 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:14:58.932 21321 21321 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:14:58.932 21155 21163 I .gms.persisten: Background young concurrent copying GC freed 29085(2125KB) AllocSpace objects, 7(140KB) LOS objects, 88% free, 3291KB/27MB, paused 8.524ms,10.763ms total 992.023ms +02-27 08:14:58.933 505 595 D CompatibilityChangeReporter: Compat change id reported: 181136395; UID 10048; state: DISABLED +02-27 08:14:58.933 21321 21321 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:14:58.941 505 595 D CompatibilityChangeReporter: Compat change id reported: 174042936; UID 10048; state: DISABLED +02-27 08:14:58.958 505 543 W Looper : Drained +02-27 08:14:58.968 505 595 W ActivityManager: Slow operation: 114ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:14:58.969 505 505 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10049; state: DISABLED +02-27 08:14:58.969 505 505 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10049; state: DISABLED +02-27 08:14:58.969 505 505 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10049; state: DISABLED +02-27 08:14:58.969 505 505 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10049; state: ENABLED +02-27 08:14:58.969 505 505 W Looper : Slow dispatch took 142ms main h=android.os.Handler c=com.android.server.tv.TvRemoteProviderWatcher$2@82b00e9 m=0 +02-27 08:14:58.969 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10049; state: ENABLED +02-27 08:14:58.973 360 526 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 08:14:58.976 322 322 D Zygote : Forked child process 21373 +02-27 08:14:58.977 505 555 I ActivityManager: Start proc 21373:com.google.android.tv.remote.service/u0a49 for service {com.google.android.tv.remote.service/com.google.android.tv.remote.service.AtvRemoteProviderService} +02-27 08:14:58.979 21349 21349 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10077; state: DISABLED +02-27 08:14:58.982 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 08:14:58.984 21137 21229 I Gralloc4: mapper 4.x is not supported +02-27 08:14:59.009 21349 21349 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar +02-27 08:14:59.119 21137 21229 D HostConnection: createUnique: call +02-27 08:14:59.128 21137 21229 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b099e50, tid 21229 +02-27 08:14:59.138 21137 21229 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 08:14:59.143 21137 21229 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 08:14:59.241 505 505 W Looper : Drained +02-27 08:14:59.241 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 08:14:59.241 21137 21229 W Gralloc4: allocator 4.x is not supported +02-27 08:14:59.278 21321 21337 I d.process.acor: Background young concurrent copying GC freed 12986(572KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1884KB/25MB, paused 354us,13us total 272.278ms +02-27 08:14:59.288 21155 21382 I Watchcat: Started +02-27 08:14:59.296 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:14:59.327 505 553 W ActivityManager: Stopping service due to app idle: u0a49 -3m16s10ms com.google.android.tv.remote.service/.RemoteService +02-27 08:14:59.329 21137 21229 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:14:59.340 21373 21373 E .remote.servic: Not starting debugger since process cannot load the jdwp agent. +02-27 08:14:59.414 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f97f4000 0x1f9fe0000] +02-27 08:14:59.438 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9fe0000 0x1fa7cc000] +02-27 08:14:59.450 505 505 D CompatibilityChangeReporter: Compat change id reported: 175319604; UID 10052; state: ENABLED +02-27 08:14:59.493 21274 21285 I id.providers.t: Background young concurrent copying GC freed 15577(737KB) AllocSpace objects, 2(40KB) LOS objects, 92% free, 1964KB/25MB, paused 188us,6us total 697.753ms +02-27 08:14:59.617 505 595 W ActivityManager: Slow operation: 65ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:14:59.630 21373 21373 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10049; state: ENABLED +02-27 08:14:59.694 21155 21155 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:14:59.753 21155 21384 I GMS_MM_Logger: Started. +02-27 08:14:59.878 21321 21321 I ContactsPerf: VoicemailContentProvider.onCreate start +02-27 08:14:59.967 505 544 W BluetoothManagerService: Unable to bind with intent: Intent { act=android.bluetooth.IBluetoothHeadset cmp=com.android.bluetooth/.hfp.HeadsetService } +02-27 08:15:00.058 21253 21253 I DeviceStatusMonitor: DeviceStatusMonitor.updateCountryInfo():121 updateCountryInfo(), notifyAnyway = true +02-27 08:15:00.118 505 505 W Looper : Slow dispatch took 110ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=com.android.server.alarm.AlarmManagerService$3$$ExternalSyntheticLambda0@2a748d5 m=0 +02-27 08:15:00.140 21373 21373 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AtvRemoteService/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:15:00.194 21321 21321 I ContactsPerf: VoicemailContentProvider.onCreate finish +02-27 08:15:00.316 21253 21253 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = true +02-27 08:15:00.325 21373 21373 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tv.remote.service' set to: 'default' +02-27 08:15:00.325 21373 21373 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:15:00.331 21373 21373 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:15:00.336 21373 21373 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:15:00.369 21253 21253 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:15:00.370 21253 21253 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:15:01.572 21349 21362 I ssioncontrolle: Background young concurrent copying GC freed 12964(589KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1881KB/25MB, paused 45us,48us total 223.221ms +02-27 08:15:01.579 21373 21388 I .remote.servic: Background young concurrent copying GC freed 13084(588KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1883KB/25MB, paused 43us,2.207ms total 194.523ms +02-27 08:15:02.048 21253 21262 W putmethod.lati: Suspending all threads took: 7.016ms +02-27 08:15:02.171 21253 21253 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:15:02.277 21373 21373 I AtvRemote.Application: Application started +02-27 08:15:02.405 21253 21409 E FileCache: FileCache.clearObsoleteFilesInternal():271 Failed to delete all obsolete files under folder: /data/user_de/0/com.google.android.inputmethod.latin/cache/kb_def +02-27 08:15:02.969 198 21022 I keystore2: keystore2::watchdog: Watchdog thread idle -> terminating. Have a great day. +02-27 08:15:03.191 21349 21349 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.permissioncontroller' set to: 'default' +02-27 08:15:03.191 21349 21349 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:15:03.206 21349 21349 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:15:03.221 21349 21349 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:15:03.233 21155 21155 D BoundBrokerSvc: onBind: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:15:03.234 21155 21155 D BoundBrokerSvc: Loading bound service for intent: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:15:03.267 505 826 D CountryDetector: The first listener is added +02-27 08:15:03.268 21321 21321 I ContactsDatabaseHelper: updateUseStrictPhoneNumberComparison: US +02-27 08:15:03.354 21373 21410 W .remote.servic: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:15:03.354 21373 21410 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:15:03.369 505 514 I system_server: Background young concurrent copying GC freed 974811(25MB) AllocSpace objects, 8(600KB) LOS objects, 20% free, 30MB/38MB, paused 6.972ms,95us total 3.498s +02-27 08:15:03.373 21373 21373 W .remote.servic: Verification of void com.android.media.tv.remoteprovider.TvRemoteProvider.(android.content.Context) took 132.606ms (188.53 bytecodes/s) (1848B approximate peak alloc) +02-27 08:15:03.373 21373 21410 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:15:03.378 21253 21253 I TVLatinApp: TVLatinApp.initialize():527 initialize() +02-27 08:15:03.749 21321 21403 I CallLogProvider: Syncing call composer pics -- source user=0, isShadow=true, forAllUser=false +02-27 08:15:03.750 21321 21403 I CallLogProvider: Fetching list of Uris to sync +02-27 08:15:03.768 21253 21253 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:15:03.800 21155 21351 I FontLog : (REDACTED) Updating from directory version %d to %d from disk +02-27 08:15:03.827 21155 21351 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:15:03.845 505 2259 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:15:03.846 505 546 D CompatibilityChangeReporter: Compat change id reported: 158002302; UID 10048; state: ENABLED +02-27 08:15:04.003 21253 21371 I LauncherIconVisibilityInitializerBase: LauncherIconVisibilityInitializerBase.lambda$doUpdate$0():52 doUpdate() : Visible = false +02-27 08:15:04.028 505 1395 I ActivityManager: Background started FGS: Allowed [callingPackage: com.google.android.tv.remote.service; callingUid: 10049; uidState: BFGS; intent: Intent { cmp=com.google.android.tv.remote.service/.RemoteService }; code:BACKGROUND_ACTIVITY_PERMISSION; tempAllowListReason:; targetSdkVersion:31; callerTargetSdkVersion:31; startForegroundCount:0; bindFromPackage:null] +02-27 08:15:04.052 505 826 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #12809} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (50 skipped) +02-27 08:15:04.166 21253 21253 I AndroidIME: TVLatinApp.onUserUnlocked():254 device protected preferences are migrated +02-27 08:15:04.167 21206 21206 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:15:04.167 21206 21206 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:15:04.183 21155 21351 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:15:04.369 21349 21349 I CarUiInstaller: CarUiInstaller started for com.google.android.permissioncontroller +02-27 08:15:04.392 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:15:04.406 21155 21399 I FontLog : (REDACTED) Using directory in FlatBuffer format +02-27 08:15:04.418 21155 21351 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:15:04.437 21155 21351 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:15:04.475 21137 21137 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:15:04.477 21137 21137 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:15:04.533 21253 21434 I SuperpacksManager: SuperpacksManager.initializeInternal():509 initializeInternal() +02-27 08:15:04.644 21253 21262 W putmethod.lati: Suspending all threads took: 19.255ms +02-27 08:15:04.656 21253 21432 I ShortcutsDataManager: ShortcutsDataManager.onContentChanged():73 onContentChanged() +02-27 08:15:04.729 21253 21432 I ContactsDataManager: ContactsDataManager.onContentChanged():159 onContentChanged() +02-27 08:15:04.730 21253 21432 I EmailDataManager: EmailDataManager.onContentChanged():115 onContentChanged() +02-27 08:15:04.752 21155 21351 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:15:04.827 21253 21253 I PhenotypeModule: PhenotypeModule.onCreate():142 onCreate() +02-27 08:15:04.828 21253 21253 I PhenotypeModule: PhenotypeModule.maybeFetchAndUpdate():169 maybeFetchAndUpdate: forceRefresh=true +02-27 08:15:04.828 21253 21434 I SuperpacksManager: SuperpacksManager.initializeInternal():556 Switched background task scheduler: false +02-27 08:15:04.852 21155 21351 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:15:04.854 21155 21351 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:15:04.862 21155 21351 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:15:04.865 21155 21351 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:15:04.868 21155 21351 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:15:04.960 21349 21349 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:15:05.058 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:15:05.066 21137 21137 E Clearcut-EventLogger: Unexpected log parameter home_selected_row_position +02-27 08:15:05.066 21137 21137 W HomeController: onResume: List view global layout completed. +02-27 08:15:05.401 505 2796 W ContentProviderHelper: Slow operation: 240ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:15:05.411 21253 21434 I JobSchedulerImpl: JobSchedulerImpl.schedule():73 Schedule task: superpacks-gc-task. Cancel the pre-existing task. +02-27 08:15:05.420 21253 21445 W putmethod.lati: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:15:05.421 21253 21445 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:15:05.421 21253 21445 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:15:05.431 505 2796 W ContentProviderHelper: Slow operation: 270ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:15:05.434 505 2796 W ContentProviderHelper: Slow operation: 273ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:15:05.434 505 2796 W ContentProviderHelper: Slow operation: 273ms so far, now at getContentProviderImpl: before updateLruProcess +02-27 08:15:05.434 505 2796 W ContentProviderHelper: Slow operation: 273ms so far, now at getContentProviderImpl: after updateLruProcess +02-27 08:15:05.473 505 2796 W ContentProviderHelper: Slow operation: 312ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:15:05.473 505 2796 W ContentProviderHelper: Slow operation: 312ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:15:05.473 505 2796 W ContentProviderHelper: Slow operation: 312ms so far, now at getContentProviderImpl: done! +02-27 08:15:05.557 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:15:05.585 21321 21413 D ContactsDatabaseHelper: WAL enabled for contacts2.db: true +02-27 08:15:05.693 505 712 D NsdService: mdnssd [stop-service] +02-27 08:15:05.707 21349 21449 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:15:05.728 21349 21449 W Role : Cannot get ApplicationInfo for default holder: com.android.contacts +02-27 08:15:05.752 21253 21262 W putmethod.lati: Suspending all threads took: 15.803ms +02-27 08:15:05.849 505 2259 W ContentProviderHelper: Slow operation: 144ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:15:05.849 505 2259 W ContentProviderHelper: Slow operation: 144ms so far, now at getContentProviderImpl: done! +02-27 08:15:05.860 505 554 W ActivityManager: Ignoring remove of inactive process: ProcessRecord{ae0d6dd 0:android.process.acore/u0a28} +02-27 08:15:06.043 21253 21434 I JobSchedulerImpl: JobSchedulerImpl.schedule():91 Schedule task: superpacks-gc-task. Success. +02-27 08:15:06.267 505 542 W Looper : Slow dispatch took 568ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:15:06.268 505 542 W Looper : Slow delivery took 407ms android.fg h=android.os.Handler c=android.app.LoadedApk$ServiceDispatcher$RunConnection@c51c547 m=0 +02-27 08:15:06.334 21349 21372 I PermissionControllerServiceImpl: Updating user sensitive for uid 1002 +02-27 08:15:06.550 21137 21417 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:15:06.557 505 542 I ServiceWatcher: [GeocoderProxy] connected to {com.google.android.gms/com.google.android.gms.location.geocode.GeocodeService} +02-27 08:15:06.557 505 542 W Looper : Drained +02-27 08:15:06.563 505 712 E mDnsConnector: NDC Command {34 mdnssd stop-service} took too long (755ms) +02-27 08:15:06.567 21349 21449 W Role : Cannot get ApplicationInfo for default holder: com.android.gallery3d +02-27 08:15:06.818 21373 21373 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:15:06.865 505 542 I ServiceWatcher: [fused] connected to {com.google.android.gms/com.google.android.location.fused.FusedLocationService} +02-27 08:15:07.141 21155 21459 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:15:07.162 505 542 W Looper : Slow dispatch took 374ms android.fg h=android.os.Handler c=android.app.LoadedApk$ServiceDispatcher$RunConnection@6eb3f36 m=0 +02-27 08:15:07.186 21206 21206 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:15:07.186 21206 21206 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:15:07.238 20937 20937 D AvrcpBrowsablePlayerConnector: Received a message: msg.what=2 +02-27 08:15:07.243 20937 20937 V AvrcpBrowsablePlayerConnector: Timed out waiting for players +02-27 08:15:07.284 21373 21373 I AtvRemote.RemoteService: Starting bluetooth server +02-27 08:15:07.317 21321 21413 I ContactLocale: AddressBook Labels [[en_US]]: […, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, Α, Β, Γ, Δ, Ε, Ζ, Η, Θ, Ι, Κ, Λ, Μ, Ν, Ξ, Ο, Π, Ρ, Σ, Τ, Υ, Φ, Χ, Ψ, Ω, …, А, Б, В, Г, Д, Ђ, Е, Є, Ж, З, И, І, Й, Ј, К, Л, Љ, М, Н, Њ, О, П, Р, С, Т, Ћ, У, Ф, Х, Ц, Ч, Џ, Ш, Щ, Ю, Я, …, א, ב, ג, ד, ה, ו, ז, ח, ט, י, כ, ל, מ, נ, ס, ע, פ, צ, ק, ר, ש, ת, …, ا, ب, ت, ث, ج, ح, خ, د, ذ, ر, ز, س, ش, ص, ض, ط, ظ, ع, غ, ف, ق, ك, ل, م, ن, ه, و, ي, …, ก, ข, ฃ, ค, ฅ, ฆ, ง, จ, ฉ, ช, ซ, ฌ, ญ, ฎ, ฏ, ฐ, ฑ, ฒ, ณ, ด, ต, ถ, ท, ธ, น, บ, ป, ผ, ฝ, พ, ฟ, ภ, ม, ย, ร, ฤ, ล, ฦ, ว, ศ, ษ, ส, ห, ฬ, อ, ฮ, …, ㄱ, ㄴ, ㄷ, ㄹ, ㅁ, ㅂ, ㅅ, ㅇ, ㅈ, ㅊ, ㅋ, ㅌ, ㅍ, ㅎ, …, あ, か, さ, た, な, は, ま, や, ら, わ, #, …] +02-27 08:15:07.348 20937 20937 I AvrcpBrowsablePlayerConnector: Successfully connected to 0 browsable players. +02-27 08:15:07.349 20937 20937 I MediaPlayerList: init: Browsable Player list size is 0 +02-27 08:15:07.349 20937 20937 D MediaPlayerList: Initializing list of current media players +02-27 08:15:07.640 505 543 W Looper : Slow delivery took 330ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:15:07.742 21321 21413 D ContactsDatabaseHelper: WAL enabled for profile.db: false +02-27 08:15:07.751 505 543 W Looper : Slow dispatch took 111ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:15:07.780 505 543 W Looper : Drained +02-27 08:15:07.781 505 2243 I LocationManagerService: fused provider loaded extra attribution tags: [activity_recognition_provider, awareness_provider, current_semantic_location, fused_location_provider, fused_provider_shim, geofencer_provider, network_location_calibration, network_location_provider, network_provider_shim] +02-27 08:15:07.902 21155 21155 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:15:07.902 21155 21155 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:15:08.245 505 514 W system_server: Suspending all threads took: 406.380ms +02-27 08:15:08.856 21137 21418 I gmg : Provider GmsCore_OpenSSL not available +02-27 08:15:08.886 21253 21253 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:15:08.906 21253 21253 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:15:08.973 21253 21253 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:15:09.277 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:15:09.660 21373 21461 D PhenotypeContext: Application doesn't implement PhenotypeApplication interface, falling back to globally set context. See go/phenotype-flag#process-stable-init for more info. +02-27 08:15:09.810 21206 21471 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:15:09.813 21137 21137 I Choreographer: Skipped 768 frames! The application may be doing too much work on its main thread. +02-27 08:15:10.015 505 505 W Looper : Slow dispatch took 2267ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:15:10.015 505 505 W Looper : Slow delivery took 1203ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:15:10.121 21253 21437 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:15:10.124 21321 21403 I CallLogProvider: Will sync following Uris:[] +02-27 08:15:10.125 21321 21403 I CallLogProvider: Syncing call composer pics -- got [] +02-27 08:15:10.204 505 514 I system_server: Background concurrent copying GC freed 1183117(30MB) AllocSpace objects, 1(36KB) LOS objects, 43% free, 30MB/54MB, paused 82us,407.070ms total 4.336s +02-27 08:15:10.333 21137 21417 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:222508000 +02-27 08:15:10.334 21137 21417 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 222508000 +02-27 08:15:10.721 21137 21137 E Clearcut-EventLogger: Unexpected log parameter shown_channel_count +02-27 08:15:10.745 21253 21437 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:15:10.769 21253 21253 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:15:10.770 21253 21253 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:15:10.795 21253 21253 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:15:10.795 21253 21253 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:15:10.796 21253 21253 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:15:10.814 21206 21218 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:15:10.815 21206 21218 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:15:10.841 505 505 W Looper : Drained +02-27 08:15:10.867 21253 21437 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:15:10.882 21253 21253 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:15:10.895 21137 21137 I Choreographer: Skipped 61 frames! The application may be doing too much work on its main thread. +02-27 08:15:10.903 20937 21411 I bt_btif_sock_rfcomm: system/bt/btif/src/btif_sock_rfc.cc:303 btsock_rfc_listen: Adding listening socket service_name: Android TV Remote - channel: -1 +02-27 08:15:12.038 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:15:12.358 505 505 E PermissionControllerManager: Error updating user_sensitive flags for uid 10052 +02-27 08:15:12.358 505 505 E PermissionControllerManager: java.util.concurrent.TimeoutException +02-27 08:15:12.358 505 505 E PermissionControllerManager: at com.android.internal.infra.AndroidFuture.triggerTimeout(AndroidFuture.java:290) +02-27 08:15:12.358 505 505 E PermissionControllerManager: at com.android.internal.infra.AndroidFuture$$ExternalSyntheticLambda0.run(Unknown Source:2) +02-27 08:15:12.358 505 505 E PermissionControllerManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:15:12.358 505 505 E PermissionControllerManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:15:12.358 505 505 E PermissionControllerManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:15:12.358 505 505 E PermissionControllerManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:15:12.358 505 505 E PermissionControllerManager: at com.android.server.SystemServer.run(SystemServer.java:903) +02-27 08:15:12.358 505 505 E PermissionControllerManager: at com.android.server.SystemServer.main(SystemServer.java:610) +02-27 08:15:12.358 505 505 E PermissionControllerManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:15:12.358 505 505 E PermissionControllerManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:15:12.358 505 505 E PermissionControllerManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) +02-27 08:15:12.360 505 505 W Looper : Slow dispatch took 739ms main h=android.os.Handler c=com.android.internal.infra.AndroidFuture$$ExternalSyntheticLambda0@e2199ff m=0 +02-27 08:15:12.387 20937 21204 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=6, is_server=1, mtu=990, uuid=000000, dlci=12, signal_state=0x0b, p_port=0x7a81908990 +02-27 08:15:12.467 21253 21262 W putmethod.lati: Suspending all threads took: 15.382ms +02-27 08:15:12.648 21373 21373 I AtvRemote.BluetoothServer: Starting Bluetooth LE advertising +02-27 08:15:12.694 21155 21155 W .gms.persisten: Accessing hidden method Landroid/net/ConnectivityManager;->isNetworkTypeMobile(I)Z (max-target-p, reflection, denied) +02-27 08:15:12.919 21373 21373 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:15:12.945 21373 21373 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:15:13.048 21253 21253 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:15:13.057 21253 21253 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:15:13.060 21253 21253 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:15:13.062 21253 21253 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:15:13.063 21253 21253 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:15:13.106 21253 21253 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:15:13.126 505 615 E RoleControllerManager: Error calling grantDefaultRoles() +02-27 08:15:13.126 505 615 E RoleControllerManager: java.util.concurrent.TimeoutException +02-27 08:15:13.126 505 615 E RoleControllerManager: at com.android.permission.jarjar.com.android.internal.infra.AndroidFuture.triggerTimeout(AndroidFuture.java:290) +02-27 08:15:13.126 505 615 E RoleControllerManager: at com.android.permission.jarjar.com.android.internal.infra.AndroidFuture$$ExternalSyntheticLambda0.run(Unknown Source:2) +02-27 08:15:13.126 505 615 E RoleControllerManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:15:13.126 505 615 E RoleControllerManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:15:13.126 505 615 E RoleControllerManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:15:13.126 505 615 E RoleControllerManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:15:13.126 505 615 E RoleControllerManager: at com.android.server.SystemServer.run(SystemServer.java:903) +02-27 08:15:13.126 505 615 E RoleControllerManager: at com.android.server.SystemServer.main(SystemServer.java:610) +02-27 08:15:13.126 505 615 E RoleControllerManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:15:13.126 505 615 E RoleControllerManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:15:13.126 505 615 E RoleControllerManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) +02-27 08:15:13.209 21253 21253 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:15:13.235 21253 21253 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:15:13.237 21253 21253 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:15:13.255 21253 21253 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:15:13.301 21253 21253 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:15:13.302 21253 21253 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:15:13.309 21253 21253 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:15:13.317 21253 21253 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:15:13.344 21253 21253 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:15:13.346 21253 21253 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:15:13.737 21349 21449 W Role : Cannot get ApplicationInfo for default holder: com.google.android.katniss +02-27 08:15:13.868 21253 21497 I JapaneseMozcExtension: JapaneseMozcExtension.onCreateServiceInternal():78 onCreateServiceInternal() +02-27 08:15:13.986 21253 21500 I NetworkInfoNotification: NetworkInfoNotification$Listener.onReceive():93 onNetworkAvailable: networkState = NON_METERED, isAirplaneModeOn = false +02-27 08:15:14.030 21206 21206 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:15:14.288 505 2796 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #12844} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (26 skipped) +02-27 08:15:14.355 21253 21253 I DeviceStatusMonitor: DeviceStatusMonitor$1.onReceive():58 onReceive() : Action = android.net.conn.CONNECTIVITY_CHANGE +02-27 08:15:14.476 505 505 W Looper : Slow dispatch took 112ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@945a88a m=0 +02-27 08:15:14.587 505 505 W Looper : Slow dispatch took 110ms main h=com.android.internal.os.HandlerCaller$MyHandler c=null m=7000 +02-27 08:15:14.603 21253 21253 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = false +02-27 08:15:15.529 21253 21253 I UrgentSignalsProcessor: UrgentSignalsProcessor.flagUpdated():97 Received flagsUpdated for urgent signal +02-27 08:15:15.530 505 505 W Looper : Slow dispatch took 213ms main h=android.app.ActivityThread$H c=null m=124 +02-27 08:15:15.860 21253 21253 I DictionarySuperpacksManager: DictionarySuperpacksManager$1.onEnabledInputMethodEntriesChanged():60 onEnabledInputMethodEntriesChanged +02-27 08:15:15.904 21253 21253 I MetricsProcessorProviderManager: MetricsProcessorProviderManager.onClearcutAdapterReady():102 onClearcutAdapterReady +02-27 08:15:16.314 505 514 W system_server: Suspending all threads took: 20.828ms +02-27 08:15:16.760 21137 21137 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:15:16.760 21137 21137 W Glide : class byq: Received null model +02-27 08:15:18.250 21253 21262 W putmethod.lati: Suspending all threads took: 129.704ms +02-27 08:15:18.254 505 514 I system_server: Background young concurrent copying GC freed 1757596(44MB) AllocSpace objects, 0(0B) LOS objects, 28% free, 39MB/54MB, paused 53.521ms,22.106ms total 3.616s +02-27 08:15:18.550 505 554 W ActivityManager: Timeout executing service: ServiceRecord{ca16902 u0 com.google.android.gms/.gcm.GcmService} +02-27 08:15:18.951 21137 21137 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:15:18.951 21137 21137 W Glide : class byq: Received null model +02-27 08:15:19.076 21373 21508 I AtvRemote.TcpServer: Listening on 6466 +02-27 08:15:19.118 21253 21253 I KeyboardDefManager: KeyboardDefManager$LoadKeyboardDefTask$1.onFailure():184 Task to load keyboard def was canceled. +02-27 08:15:19.118 21253 21253 I KeyboardDefManager: java.util.concurrent.CancellationException: Task was cancelled. +02-27 08:15:19.118 21253 21253 I KeyboardDefManager: at jke.s(PG:3) +02-27 08:15:19.118 21253 21253 I KeyboardDefManager: at jke.get(PG:4) +02-27 08:15:19.118 21253 21253 I KeyboardDefManager: at job.k(PG:1) +02-27 08:15:19.118 21253 21253 I KeyboardDefManager: at job.E(PG:2) +02-27 08:15:19.118 21253 21253 I KeyboardDefManager: at jma.run(PG:4) +02-27 08:15:19.118 21253 21253 I KeyboardDefManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:15:19.118 21253 21253 I KeyboardDefManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:15:19.118 21253 21253 I KeyboardDefManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:15:19.118 21253 21253 I KeyboardDefManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:15:19.118 21253 21253 I KeyboardDefManager: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:15:19.118 21253 21253 I KeyboardDefManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:15:19.118 21253 21253 I KeyboardDefManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:15:19.118 21253 21253 I KeyboardDefManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:15:19.374 21137 21417 W roid.tvlaunche: Verification of void com.google.android.gms.chimera.DynamiteModuleInitializer.() took 216.197ms (18.50 bytecodes/s) (1368B approximate peak alloc) +02-27 08:15:19.646 505 21509 I ActivityManager: dumpStackTraces pids=null nativepids=null +02-27 08:15:19.651 21137 21417 W roid.tvlaunche: Verification of void com.google.android.gms.chimera.DynamiteModuleInitializer.initializeModuleV2(android.content.Context, boolean) took 220.039ms (31.81 bytecodes/s) (1416B approximate peak alloc) +02-27 08:15:19.877 21137 21137 I Choreographer: Skipped 537 frames! The application may be doing too much work on its main thread. +02-27 08:15:19.957 505 21509 I ActivityManager: Dumping to /data/anr/anr_2026-02-27-08-15-19-736 +02-27 08:15:19.958 505 21509 I ActivityManager: Collecting stacks for pid 21155 +02-27 08:15:20.683 505 2796 I ActivityManager: Background started FGS: Allowed [callingPackage: com.google.android.tv.remote.service; callingUid: 10049; uidState: FGS ; intent: Intent { cmp=com.google.android.tv.remote.service/.DiscoveryService }; code:BACKGROUND_ACTIVITY_PERMISSION; tempAllowListReason:; targetSdkVersion:31; callerTargetSdkVersion:31; startForegroundCount:0; bindFromPackage:null] +02-27 08:15:20.725 505 21509 I system_server: libdebuggerd_client: started dumping process 21155 +02-27 08:15:20.738 235 235 I tombstoned: registered intercept for pid 21155 and type kDebuggerdJavaBacktrace +02-27 08:15:20.810 21137 21417 D DynamitePackage: Instantiated singleton DynamitePackage. +02-27 08:15:20.810 21155 21160 I .gms.persisten: Thread[4,tid=21160,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b08fb20,peer=0x13100000,"Signal Catcher"]: reacting to signal 3 +02-27 08:15:20.818 21137 21417 D DynamitePackage: Instantiating com.google.android.gms.ads.adshield.ChimeraAdShieldCreatorImpl +02-27 08:15:20.836 21155 21160 I .gms.persisten: +02-27 08:15:21.088 21155 21160 W .gms.persisten: Suspending all threads took: 166.242ms +02-27 08:15:22.085 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:15:22.269 21137 21137 I Choreographer: Skipped 139 frames! The application may be doing too much work on its main thread. +02-27 08:15:23.929 505 595 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10066; state: DISABLED +02-27 08:15:24.686 505 542 W Looper : Slow dispatch took 301ms android.fg h=android.os.Handler c=com.android.server.NetworkManagementService$NetdUnsolicitedEventListener$$ExternalSyntheticLambda0@fb6befa m=0 +02-27 08:15:24.764 505 514 W system_server: Suspending all threads took: 10.133ms +02-27 08:15:24.773 21137 21137 I Choreographer: Skipped 149 frames! The application may be doing too much work on its main thread. +02-27 08:15:25.008 21137 21137 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:15:25.090 21137 21137 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:15:25.546 182 182 I lowmemorykiller: Kill 'android.process.acore' (21321), uid 10028, oom_score_adj 700 to free 55720kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (191%) +02-27 08:15:25.745 322 322 I Zygote : Process 21321 exited due to signal 9 (Killed) +02-27 08:15:25.943 770 795 I ndroid.systemu: Background concurrent copying GC freed 3791(268KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3489KB/6979KB, paused 51us,7.813ms total 3.054s +02-27 08:15:26.082 770 797 W System : A resource failed to call release. +02-27 08:15:26.144 235 235 I tombstoned: received crash request for pid 21155 +02-27 08:15:26.144 235 235 I tombstoned: found intercept fd 512 for pid 21155 and type kDebuggerdJavaBacktrace +02-27 08:15:26.147 21155 21160 I .gms.persisten: Wrote stack traces to tombstoned +02-27 08:15:26.150 235 235 W tombstoned: missing output fd +02-27 08:15:26.165 505 21509 I system_server: libdebuggerd_client: done dumping process 21155 +02-27 08:15:26.238 21137 21229 D EGL_emulation: app_time_stats: avg=5637.96ms min=91.88ms max=12166.06ms count=3 +02-27 08:15:26.281 505 21509 I ActivityManager: Done dumping +02-27 08:15:26.570 505 1683 D CountryDetector: No listener is left +02-27 08:15:26.570 505 505 W Looper : Slow dispatch took 1336ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:15:26.827 505 514 I system_server: Background concurrent copying GC freed 2009830(50MB) AllocSpace objects, 0(0B) LOS objects, 38% free, 37MB/61MB, paused 28.107ms,16.758ms total 6.048s +02-27 08:15:26.829 505 546 I Choreographer: Skipped 53 frames! The application may be doing too much work on its main thread. +02-27 08:15:26.849 198 21506 I keystore2: keystore2::watchdog: Watchdog thread idle -> terminating. Have a great day. +02-27 08:15:27.032 505 543 W Looper : Slow delivery took 219ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:15:27.229 505 1395 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #12878} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (26 skipped) +02-27 08:15:27.515 505 21509 E ActivityManager: ANR in com.google.android.gms.persistent +02-27 08:15:27.515 505 21509 E ActivityManager: PID: 21155 +02-27 08:15:27.515 505 21509 E ActivityManager: Reason: executing service com.google.android.gms/.gcm.GcmService +02-27 08:15:27.515 505 21509 E ActivityManager: Frozen: false +02-27 08:15:27.515 505 21509 E ActivityManager: Load: 0.0 / 0.0 / 0.0 +02-27 08:15:27.515 505 21509 E ActivityManager: ----- Output from /proc/pressure/memory ----- +02-27 08:15:27.515 505 21509 E ActivityManager: some avg10=44.92 avg60=37.93 avg300=31.22 total=252969030 +02-27 08:15:27.515 505 21509 E ActivityManager: full avg10=11.55 avg60=9.56 avg300=7.57 total=64481122 +02-27 08:15:27.515 505 21509 E ActivityManager: ----- End output from /proc/pressure/memory ----- +02-27 08:15:27.515 505 21509 E ActivityManager: +02-27 08:15:27.515 505 21509 E ActivityManager: CPU usage from 0ms to 7548ms later (2026-02-27 08:15:18.752 to 2026-02-27 08:15:26.290): +02-27 08:15:27.515 505 21509 E ActivityManager: 87% 505/system_server: 40% user + 47% kernel / faults: 16286 minor 1132 major +02-27 08:15:27.515 505 21509 E ActivityManager: 48% 21137/com.google.android.tvlauncher: 6.7% user + 41% kernel / faults: 8463 minor 898 major +02-27 08:15:27.515 505 21509 E ActivityManager: 21% 21155/com.google.android.gms.persistent: 3.7% user + 17% kernel / faults: 5661 minor 675 major +02-27 08:15:27.515 505 21509 E ActivityManager: 17% 116/kswapd0: 0% user + 17% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 18% 21206/com.google.android.gms: 3.9% user + 14% kernel / faults: 4554 minor 482 major +02-27 08:15:27.515 505 21509 E ActivityManager: 10% 263/loop14: 0% user + 10% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 7.4% 21253/com.google.android.inputmethod.latin: 1.5% user + 5.8% kernel / faults: 1909 minor 120 major +02-27 08:15:27.515 505 21509 E ActivityManager: 7.3% 360/surfaceflinger: 0.2% user + 7% kernel / faults: 914 minor 100 major +02-27 08:15:27.515 505 21509 E ActivityManager: 6.2% 338/android.hardware.graphics.composer@2.3-service: 0.6% user + 5.5% kernel / faults: 323 minor 36 major +02-27 08:15:27.515 505 21509 E ActivityManager: 5% 182/lmkd: 0.2% user + 4.7% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 4.2% 770/com.android.systemui: 0.9% user + 3.3% kernel / faults: 1279 minor 136 major +02-27 08:15:27.515 505 21509 E ActivityManager: 3.7% 12/ksoftirqd/0: 0% user + 3.7% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 3.1% 183/servicemanager: 0.1% user + 3% kernel / faults: 85 minor 8 major +02-27 08:15:27.515 505 21509 E ActivityManager: 3.1% 244/loop5: 0% user + 3.1% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 3% 321/netd: 0% user + 3% kernel / faults: 103 minor 16 major +02-27 08:15:27.515 505 21509 E ActivityManager: 0% 161/ueventd: 0% user + 0% kernel / faults: 8 minor 19 major +02-27 08:15:27.515 505 21509 E ActivityManager: 2.1% 181/logd: 0% user + 2.1% kernel / faults: 29 minor 8 major +02-27 08:15:27.515 505 21509 E ActivityManager: 1.9% 339/android.hardware.health@2.1-service: 0% user + 1.9% kernel / faults: 13 minor 2 major +02-27 08:15:27.515 505 21509 E ActivityManager: 1.8% 255/loop10: 0% user + 1.8% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 1.7% 751/wpa_supplicant: 0% user + 1.7% kernel / faults: 15 minor 6 major +02-27 08:15:27.515 505 21509 E ActivityManager: 1.5% 13/rcu_preempt: 0% user + 1.5% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 1.5% 184/hwservicemanager: 0% user + 1.5% kernel / faults: 47 minor 8 major +02-27 08:15:27.515 505 21509 E ActivityManager: 1.5% 243/loop4: 0% user + 1.5% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 1.3% 437/android.hardware.biometrics.fingerprint@2.1-service: 0% user + 1.3% kernel / faults: 6 minor 2 major +02-27 08:15:27.515 505 21509 E ActivityManager: 1.3% 21373/com.google.android.tv.remote.service: 0.5% user + 0.8% kernel / faults: 852 minor 47 major +02-27 08:15:27.515 505 21509 E ActivityManager: 1% 20937/com.android.bluetooth: 0% user + 1% kernel / faults: 569 minor 37 major +02-27 08:15:27.515 505 21509 E ActivityManager: 0.9% 320/statsd: 0.1% user + 0.7% kernel / faults: 116 minor 16 major +02-27 08:15:27.515 505 21509 E ActivityManager: 0.9% 21106/kworker/1:1-events: 0% user + 0.9% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 0.7% 185/psimon: 0% user + 0.7% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 0.7% 896/com.android.networkstack.process: 0% user + 0.7% kernel / faults: 507 minor 50 major +02-27 08:15:27.515 505 21509 E ActivityManager: 0.7% 14040/kworker/u9:1-blk_crypto_wq: 0% user + 0.7% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 0.7% 20268/kworker/0:0-events: 0% user + 0.7% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 0.6% 144/kworker/1:1H-kblockd: 0% user + 0.6% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 0.6% 350/android.hardware.wifi@1.0-service: 0% user + 0.6% kernel / faults: 64 minor 19 major +02-27 08:15:27.515 505 21509 E ActivityManager: 0.6% 21184/com.google.process.gservices: 0.1% user + 0.5% kernel / faults: 359 minor 9 major +02-27 08:15:27.515 505 21509 E ActivityManager: 0.5% 248/loop7: 0% user + 0.5% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 0.5% 9196/kworker/u9:4-blk_crypto_wq: 0% user + 0.5% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 0.3% 27/ksoftirqd/2: 0% user + 0.3% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 0.3% 33/ksoftirqd/3: 0% user + 0.3% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 0.3% 130/sugov:1: 0% user + 0.3% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 0.3% 259/loop12: 0% user + 0.3% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 0.3% 271/loop18: 0% user + 0.3% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 0.3% 272/loop19: 0% user + 0.3% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 0.2% 45/kcompactd0: 0% user + 0.2% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 0.2% 95/kworker/3:1H-kblockd: 0% user + 0.2% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 0.2% 131/sugov:2: 0% user + 0.2% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 0.2% 145/kworker/2:1H-kblockd: 0% user + 0.2% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 0.2% 229/jbd2/dm-4-8: 0% user + 0.2% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 0.2% 17530/kworker/u8:1-phy0: 0% user + 0.2% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 0.2% 19702/kworker/3:2-events: 0% user + 0.2% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 0.2% 21141/kworker/2:1-events: 0% user + 0.2% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 0.1% 129/sugov:0: 0% user + 0.1% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 0.1% 138/kworker/0:1H-kblockd: 0% user + 0.1% kernel +02-27 08:15:27.515 505 21509 E ActivityManager: 0.1% 190/vold: 0% user + 0.1% kernel / faults: 2 minor 4 major +02-27 08:15:27.515 505 21509 E ActivityManager: 0.1% 266/loop16: 0% user + 0.1% kernel +02-27 08:15:27.529 505 21509 E ActivityManager: 0.1% 347/android.hardware.sensors@2.1-service.multihal: 0.1% user + 0% kernel / faults: 126 minor 4 major +02-27 08:15:27.529 505 21509 E ActivityManager: 0.1% 353/android.hardware.power-service.example: 0% user + 0.1% kernel / faults: 103 minor 12 major +02-27 08:15:27.529 505 21509 E ActivityManager: 0.1% 411/cameraserver: 0% user + 0.1% kernel / faults: 24 minor 4 major +02-27 08:15:27.529 505 21509 E ActivityManager: 0.1% 421/wificond: 0% user + 0.1% kernel / faults: 73 minor 10 major +02-27 08:15:27.529 505 21509 E ActivityManager: 0.1% 852/android.hardware.gnss@2.0-service.ranchu: 0% user + 0.1% kernel / faults: 28 minor +02-27 08:15:27.529 505 21509 E ActivityManager: 0.1% 6317/kworker/u8:2: 0% user + 0.1% kernel +02-27 08:15:27.529 505 21509 E ActivityManager: 0.1% 21274/com.android.providers.tv: 0.1% user + 0% kernel / faults: 11 minor 1 major +02-27 08:15:27.529 505 21509 E ActivityManager: 94% TOTAL: 13% user + 46% kernel + 10% iowait + 15% irq + 7% softirq +02-27 08:15:27.529 505 21509 E ActivityManager: CPU usage from 1795519ms to 1795519ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake: +02-27 08:15:27.529 505 21509 E ActivityManager: 0% TOTAL: 0% user + 0% kernel +02-27 08:15:27.574 505 543 W Looper : Drained +02-27 08:15:27.819 21206 21514 I Icing : Using TV flags by method 2 +02-27 08:15:27.830 21253 21253 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. +02-27 08:15:27.830 21137 21417 W roid.tvlaunche: Verification of void adz.() took 231.276ms (77.83 bytecodes/s) (1648B approximate peak alloc) +02-27 08:15:27.873 505 556 I libprocessgroup: Successfully killed process cgroup uid 10028 pid 21321 in 74ms +02-27 08:15:27.876 505 2621 I ActivityManager: Process android.process.acore (pid 21321) has died: prev LAST +02-27 08:15:27.993 505 712 D NsdService: New client listening to asynchronous messages +02-27 08:15:27.994 505 712 D NsdService: New client, channel: com.android.internal.util.AsyncChannel@a8df995 messenger: android.os.Messenger@ebcdaaa +02-27 08:15:28.057 21137 21529 W roid.tvlaunche: Verification of void apq.b() took 103.590ms (1100.48 bytecodes/s) (4176B approximate peak alloc) +02-27 08:15:28.066 21373 21373 D CompatibilityChangeReporter: Compat change id reported: 191844585; UID 10049; state: ENABLED +02-27 08:15:28.169 505 543 W Looper : Slow dispatch took 167ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:15:28.387 505 21528 I DropBoxManagerService: add tag=system_app_anr isTagEnabled=true flags=0x6 +02-27 08:15:28.594 505 561 W BatteryExternalStatsWorker: error reading modem stats:ERROR_PHONE_NOT_AVAILABLE +02-27 08:15:28.620 505 712 D NsdService: Register service +02-27 08:15:28.658 505 712 D NsdService: mdnssd [start-service] +02-27 08:15:28.738 21155 21385 E ActivityThread: Failed to find provider info for instantapp-dev-manager +02-27 08:15:28.838 505 21509 I ActivityManager: Killing 21155:com.google.android.gms.persistent/u0a57 (adj 0): bg anr +02-27 08:15:28.839 505 21509 D ActivityManager: Completed ANR of com.google.android.gms.persistent in 10099ms, latency 31ms +02-27 08:15:28.846 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup4: Permission denied +02-27 08:15:28.848 505 505 W Looper : Slow dispatch took 738ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:15:28.849 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup2: Permission denied +02-27 08:15:28.836 197 197 W Binder:197_2: type=1400 audit(0.0:2045): avc: denied { read } for name="wakeup4" dev="sysfs" ino=18217 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0 +02-27 08:15:28.844 197 197 W Binder:197_2: type=1400 audit(0.0:2046): avc: denied { read } for name="wakeup2" dev="sysfs" ino=17346 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0 +02-27 08:15:28.851 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup0: Permission denied +02-27 08:15:28.851 505 505 W Looper : Slow delivery took 742ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=5 +02-27 08:15:28.844 197 197 W Binder:197_2: type=1400 audit(0.0:2047): avc: denied { read } for name="wakeup0" dev="sysfs" ino=14255 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0 +02-27 08:15:28.998 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup5: Permission denied +02-27 08:15:29.000 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup3: Permission denied +02-27 08:15:28.996 197 197 W Binder:197_2: type=1400 audit(0.0:2048): avc: denied { read } for name="wakeup5" dev="sysfs" ino=18277 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0 +02-27 08:15:28.996 197 197 W Binder:197_2: type=1400 audit(0.0:2049): avc: denied { read } for name="wakeup3" dev="sysfs" ino=17394 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0 +02-27 08:15:29.002 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 21155 in 152ms +02-27 08:15:29.000 197 197 W Binder:197_2: type=1400 audit(0.0:2050): avc: denied { read } for name="wakeup1" dev="sysfs" ino=14316 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0 +02-27 08:15:29.007 197 203 E android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup1: Permission denied +02-27 08:15:29.068 505 505 W Looper : Drained +02-27 08:15:29.071 505 505 W Looper : Slow dispatch took 168ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$PostNotificationRunnable@519425a m=0 +02-27 08:15:29.158 21253 21253 I ActivityThread: Removing dead content provider:android.content.ContentProviderProxy@9b38885 +02-27 08:15:29.158 21253 21253 I ActivityThread: Removing dead content provider:android.content.ContentProviderProxy@9b38885 +02-27 08:15:29.171 505 3356 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10057/21155, android.os.BinderProxy@e167168) +02-27 08:15:29.175 322 322 I Zygote : Process 21155 exited due to signal 9 (Killed) +02-27 08:15:29.212 505 2113 E ContentProviderHelper: ProcessRecord{d74d95b 21155:com.google.android.gms.persistent/u0a57} was killed by AM but isn't really dead +02-27 08:15:29.268 21253 21445 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:15:29.268 21253 21445 W GmsClient: android.os.DeadObjectException +02-27 08:15:29.268 21253 21445 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:15:29.268 21253 21445 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:15:29.268 21253 21445 W GmsClient: at dnt.t(PG:14) +02-27 08:15:29.268 21253 21445 W GmsClient: at dmn.run(PG:5) +02-27 08:15:29.268 21253 21445 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:15:29.268 21253 21445 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:15:29.268 21253 21445 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:15:29.268 21253 21445 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:15:29.268 21253 21445 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:15:29.272 21137 21175 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:15:29.272 21137 21175 W GmsClient: android.os.DeadObjectException +02-27 08:15:29.272 21137 21175 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:15:29.272 21137 21175 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:15:29.272 21137 21175 W GmsClient: at cvc.u(PG:14) +02-27 08:15:29.272 21137 21175 W GmsClient: at apr.run(PG:33) +02-27 08:15:29.272 21137 21175 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:15:29.272 21137 21175 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:15:29.272 21137 21175 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:15:29.272 21137 21175 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:15:29.272 21137 21175 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:15:29.282 21373 21410 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:15:29.282 21373 21410 W GmsClient: android.os.DeadObjectException +02-27 08:15:29.282 21373 21410 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:15:29.282 21373 21410 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:15:29.282 21373 21410 W GmsClient: at alh.p(PG:14) +02-27 08:15:29.282 21373 21410 W GmsClient: at k.run(PG:19) +02-27 08:15:29.282 21373 21410 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:15:29.282 21373 21410 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:15:29.282 21373 21410 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:15:29.282 21373 21410 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:15:29.282 21373 21410 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:15:29.351 20811 20927 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:15:29.351 20811 20927 W GmsClient: android.os.DeadObjectException +02-27 08:15:29.351 20811 20927 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:15:29.351 20811 20927 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:15:29.351 20811 20927 W GmsClient: at bsl.u(PG:14) +02-27 08:15:29.351 20811 20927 W GmsClient: at apo.run(PG:31) +02-27 08:15:29.351 20811 20927 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:15:29.351 20811 20927 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:15:29.351 20811 20927 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:15:29.351 20811 20927 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:15:29.351 20811 20927 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:15:29.393 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:15:29.449 505 2113 W ContentProviderHelper: Slow operation: 595ms so far, now at getContentProviderImpl: before resolveContentProvider +02-27 08:15:29.451 505 2113 W ContentProviderHelper: Slow operation: 596ms so far, now at getContentProviderImpl: after resolveContentProvider +02-27 08:15:29.465 505 2113 W ContentProviderHelper: Slow operation: 611ms so far, now at getContentProviderImpl: got app info for user +02-27 08:15:29.465 505 2113 W ContentProviderHelper: Slow operation: 611ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:15:29.466 505 2113 W ContentProviderHelper: Slow operation: 612ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:15:29.466 505 2113 W ContentProviderHelper: Slow operation: 612ms so far, now at getContentProviderImpl: before getProviderByClass +02-27 08:15:29.466 505 2113 W ContentProviderHelper: Slow operation: 612ms so far, now at getContentProviderImpl: after getProviderByClass +02-27 08:15:29.472 505 2113 W ContentProviderHelper: Slow operation: 618ms so far, now at getContentProviderImpl: now have ContentProviderRecord +02-27 08:15:29.472 505 2113 W ContentProviderHelper: Slow operation: 618ms so far, now at getContentProviderImpl: before set stopped state +02-27 08:15:29.485 505 2113 W ContentProviderHelper: Slow operation: 631ms so far, now at getContentProviderImpl: after set stopped state +02-27 08:15:29.485 505 2113 W ContentProviderHelper: Slow operation: 631ms so far, now at getContentProviderImpl: looking for process record +02-27 08:15:29.485 505 2113 W ContentProviderHelper: Slow operation: 631ms so far, now at getContentProviderImpl: before start process +02-27 08:15:29.486 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 21155 in 0ms +02-27 08:15:29.486 505 2113 W ActivityManager: ProcessRecord{d74d95b 21155:com.google.android.gms.persistent/u0a57} is attached to a previous process +02-27 08:15:29.560 505 2113 W ActivityManager: Existing proc ProcessRecord{d74d95b 21155:com.google.android.gms.persistent/u0a57} was killed 689ms ago when adding ProcessRecord{7f2b667 0:com.google.android.gms.persistent/u0a57} +02-27 08:15:29.560 505 2113 W ActivityManager: Slow operation: 75ms so far, now at startProcess: done creating new process record +02-27 08:15:29.561 505 2113 W ActivityManager: Slow operation: 76ms so far, now at startProcess: stepping in to startProcess +02-27 08:15:29.582 505 890 D ConnectivityService: requestNetwork for uid/pid:10048/21137 activeRequest: null callbackRequest: 282 [NetworkRequest [ REQUEST id=283, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:15:29.587 505 709 D ConnectivityService: NetReassign [283 : null → 101] +02-27 08:15:29.592 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=283, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:15:29.592 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=283, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:15:29.596 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=283, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:15:29.602 21137 21539 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:15:29.602 21137 21526 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:15:29.607 21137 21540 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:15:29.608 21137 21537 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:15:29.609 21137 21543 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:15:29.609 21137 21545 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:15:29.609 21137 21546 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:15:29.609 21137 21547 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:15:29.609 21137 21548 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:15:29.609 21137 21549 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:15:29.609 21137 21550 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:15:29.609 21137 21551 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:15:29.609 21137 21552 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:15:29.609 21137 21560 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:15:29.609 21137 21561 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:15:29.612 21137 21538 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:15:29.640 505 2113 W ActivityManager: Slow operation: 78ms so far, now at startProcess: building args +02-27 08:15:29.654 505 2113 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:15:29.659 505 2113 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:15:29.660 505 2113 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:15:29.661 505 2113 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:15:29.664 21137 21544 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:15:29.664 21137 21559 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:15:29.665 21137 21526 I roid.tvlaunche: WaitForGcToComplete blocked ClassLinker on ClassLinker for 62.830ms +02-27 08:15:29.665 505 2113 W ActivityManager: Slow operation: 180ms so far, now at startProcess: done starting proc! +02-27 08:15:29.667 505 2113 W ContentProviderHelper: Slow operation: 813ms so far, now at getContentProviderImpl: after start process +02-27 08:15:29.667 505 2113 W ContentProviderHelper: Slow operation: 813ms so far, now at getContentProviderImpl: updating data structures +02-27 08:15:29.667 505 2113 W ContentProviderHelper: Slow operation: 813ms so far, now at getContentProviderImpl: done! +02-27 08:15:29.671 21137 21540 I roid.tvlaunche: WaitForGcToComplete blocked ClassLinker on ClassLinker for 63.855ms +02-27 08:15:29.673 505 554 W ActivityManager: Timeout executing service: ServiceRecord{e7d5ed8 u0 com.google.android.gms/.chimera.PersistentBoundBrokerService} +02-27 08:15:29.677 21137 21538 I roid.tvlaunche: WaitForGcToComplete blocked ClassLinker on ClassLinker for 59.843ms +02-27 08:15:29.682 21137 21546 I roid.tvlaunche: WaitForGcToComplete blocked ClassLinker on ClassLinker for 72.544ms +02-27 08:15:29.684 21137 21547 I roid.tvlaunche: WaitForGcToComplete blocked ClassLinker on ClassLinker for 74.726ms +02-27 08:15:29.685 21137 21548 I roid.tvlaunche: WaitForGcToComplete blocked ClassLinker on ClassLinker for 75.758ms +02-27 08:15:29.685 21137 21550 I roid.tvlaunche: WaitForGcToComplete blocked ClassLinker on ClassLinker for 75.773ms +02-27 08:15:29.685 21137 21551 I roid.tvlaunche: WaitForGcToComplete blocked ClassLinker on ClassLinker for 75.780ms +02-27 08:15:29.685 21137 21552 I roid.tvlaunche: WaitForGcToComplete blocked ClassLinker on ClassLinker for 75.962ms +02-27 08:15:29.686 21137 21560 I roid.tvlaunche: WaitForGcToComplete blocked ClassLinker on ClassLinker for 76.358ms +02-27 08:15:29.686 21137 21549 I roid.tvlaunche: WaitForGcToComplete blocked ClassLinker on ClassLinker for 76.621ms +02-27 08:15:29.686 21137 21561 I roid.tvlaunche: WaitForGcToComplete blocked ClassLinker on ClassLinker for 76.567ms +02-27 08:15:29.686 21137 21544 I roid.tvlaunche: WaitForGcToComplete blocked ClassLinker on ClassLinker for 21.812ms +02-27 08:15:29.686 21137 21559 I roid.tvlaunche: WaitForGcToComplete blocked ClassLinker on ClassLinker for 21.942ms +02-27 08:15:29.694 21137 21543 I roid.tvlaunche: WaitForGcToComplete blocked ClassLinker on ClassLinker for 85.066ms +02-27 08:15:29.697 21137 21545 I roid.tvlaunche: WaitForGcToComplete blocked ClassLinker on ClassLinker for 88.034ms +02-27 08:15:29.698 21137 21537 I roid.tvlaunche: WaitForGcToComplete blocked ClassLinker on ClassLinker for 89.401ms +02-27 08:15:29.699 21137 21539 I roid.tvlaunche: WaitForGcToComplete blocked ClassLinker on ClassLinker for 103.362ms +02-27 08:15:29.709 505 712 E mDnsConnector: NDC Command {35 mdnssd start-service} took too long (972ms) +02-27 08:15:29.713 505 712 D NsdService: registerService: 14 name: sdk_google_atv64_arm64, type: _androidtvremote2._tcp., host: null, port: 6466, txtRecord: bt=BB:BB:BB:00:00:01 +02-27 08:15:29.722 505 712 D NsdService: mdnssd [register, 14, sdk_google_atv64_arm64, _androidtvremote2._tcp., 6466, FGJ0PUJCOkJCOkJCOjAwOjAwOjAx] +02-27 08:15:29.764 505 505 W Looper : Slow dispatch took 603ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$$ExternalSyntheticLambda7@af6f60a m=0 +02-27 08:15:29.765 505 3356 I ActivityManager: Process com.google.android.gms.persistent (pid 21155) early provider death +02-27 08:15:29.765 505 505 W Looper : Slow delivery took 606ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@fd9fe7b m=0 +02-27 08:15:29.769 505 3356 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.location.geocode.GeocodeService in 323500ms for connection +02-27 08:15:29.769 505 3356 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentBoundBrokerService in 1000ms for connection +02-27 08:15:29.770 505 3356 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.fused.FusedLocationService in 403500ms for connection +02-27 08:15:29.770 505 3356 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentIntentOperationService in 443500ms for start-requested +02-27 08:15:29.770 505 3356 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentDirectBootAwareApiService in 10999ms for connection +02-27 08:15:29.770 505 3356 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.gcm.GcmService in 523492ms for start-requested +02-27 08:15:29.770 505 3356 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService in 603972ms for start-requested +02-27 08:15:29.781 505 3356 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService in 643972ms for start-requested +02-27 08:15:29.786 505 3356 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentApiService in 20983ms for connection +02-27 08:15:29.786 505 3356 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.auth.GetToken in 30983ms for connection +02-27 08:15:29.786 505 3356 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService in 783684ms for connection +02-27 08:15:29.786 505 3356 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.network.NetworkLocationService in 823684ms for connection +02-27 08:15:29.786 505 555 W ActivityManager: Slow operation: 225ms so far, now at startProcess: asking zygote to start proc +02-27 08:15:29.786 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:15:29.820 322 322 D Zygote : Forked child process 21564 +02-27 08:15:29.821 505 555 W ActivityManager: Slow operation: 260ms so far, now at startProcess: returned from zygote! +02-27 08:15:29.832 505 712 D NsdService: Register 2 14 +02-27 08:15:29.869 21373 21373 I AtvRemote.RemoteService: Starting up pairing server. +02-27 08:15:29.870 505 2586 W ActivityManager: ProcessRecord{d74d95b 0:com.google.android.gms.persistent/u0a57} is attached to a previous process 21155 +02-27 08:15:29.883 505 542 W Looper : Slow dispatch took 887ms android.fg h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null m=1 +02-27 08:15:29.883 505 542 I ServiceWatcher: [GeocoderProxy] disconnected from 10057/com.google.android.gms/.location.geocode.GeocodeService@2 +02-27 08:15:29.883 505 542 W Looper : Slow delivery took 725ms android.fg h=android.os.Handler c=android.app.LoadedApk$ServiceDispatcher$RunConnection@5576f2d m=0 +02-27 08:15:29.883 505 542 I ServiceWatcher: [fused] disconnected from 10057/com.google.android.gms/com.google.android.location.fused.FusedLocationService@1 +02-27 08:15:30.397 505 890 W ContentProviderHelper: Slow operation: 473ms so far, now at getContentProviderImpl: got app info for user +02-27 08:15:30.398 505 890 W ContentProviderHelper: Slow operation: 498ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:15:30.398 505 890 W ContentProviderHelper: Slow operation: 499ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:15:30.398 505 890 W ContentProviderHelper: Slow operation: 499ms so far, now at getContentProviderImpl: before getProviderByClass +02-27 08:15:30.398 505 890 W ContentProviderHelper: Slow operation: 499ms so far, now at getContentProviderImpl: after getProviderByClass +02-27 08:15:30.398 505 890 W ContentProviderHelper: Slow operation: 499ms so far, now at getContentProviderImpl: before getApplicationInfo +02-27 08:15:30.398 505 890 W ContentProviderHelper: Slow operation: 499ms so far, now at getContentProviderImpl: after getApplicationInfo +02-27 08:15:30.399 505 890 W ContentProviderHelper: Slow operation: 500ms so far, now at getContentProviderImpl: now have ContentProviderRecord +02-27 08:15:30.619 505 890 W ContentProviderHelper: Slow operation: 719ms so far, now at getContentProviderImpl: before set stopped state +02-27 08:15:30.675 505 890 W ContentProviderHelper: Slow operation: 775ms so far, now at getContentProviderImpl: after set stopped state +02-27 08:15:30.675 505 890 W ContentProviderHelper: Slow operation: 776ms so far, now at getContentProviderImpl: looking for process record +02-27 08:15:30.675 505 890 W ContentProviderHelper: Slow operation: 776ms so far, now at getContentProviderImpl: before start process +02-27 08:15:30.722 505 890 W ActivityManager: ProcessRecord{d74d95b 0:com.google.android.gms.persistent/u0a57} is attached to a previous process 21155 +02-27 08:15:30.749 505 890 W ActivityManager: Slow operation: 63ms so far, now at startProcess: added package to existing proc +02-27 08:15:30.749 505 890 W ActivityManager: Slow operation: 63ms so far, now at startProcess: stepping in to startProcess +02-27 08:15:30.749 505 890 W ActivityManager: Slow operation: 63ms so far, now at startProcess: done starting proc! +02-27 08:15:30.749 505 890 W ContentProviderHelper: Slow operation: 850ms so far, now at getContentProviderImpl: after start process +02-27 08:15:30.749 505 890 W ContentProviderHelper: Slow operation: 850ms so far, now at getContentProviderImpl: updating data structures +02-27 08:15:30.764 505 890 W ContentProviderHelper: Slow operation: 865ms so far, now at getContentProviderImpl: done! +02-27 08:15:30.817 505 542 W Looper : Drained +02-27 08:15:30.819 505 542 W Looper : Slow dispatch took 323ms android.fg h=android.os.Handler c=com.android.server.NetworkManagementService$NetdUnsolicitedEventListener$$ExternalSyntheticLambda0@3e83c62 m=0 +02-27 08:15:30.858 505 2476 V ActivityManager: Got obituary of 21155:com.google.android.gms.persistent +02-27 08:15:31.002 505 21563 I ActivityManager: App already killed by AM skipping ANR: com.android.server.am.ProcessErrorStateRecord@213c1f3 executing service com.google.android.gms/.chimera.PersistentBoundBrokerService +02-27 08:15:31.016 505 21563 D ActivityManager: Completed ANR of com.google.android.gms.persistent in 1263ms, latency 77ms +02-27 08:15:31.257 21137 21419 W roid.tvlaunche: Verification of void bym.() took 217.623ms (32.17 bytecodes/s) (1336B approximate peak alloc) +02-27 08:15:31.409 21137 21419 W roid.tvlaunche: Verification of ccm bym.h() took 152.553ms (39.33 bytecodes/s) (1328B approximate peak alloc) +02-27 08:15:31.635 21137 21419 W roid.tvlaunche: Verification of void com.google.ads.afma.proto2api.e.() took 193.019ms (67.35 bytecodes/s) (1496B approximate peak alloc) +02-27 08:15:31.675 21564 21564 E .gms.persisten: Not starting debugger since process cannot load the jdwp agent. +02-27 08:15:31.869 505 555 W ActivityManager: Slow operation: 2308ms so far, now at startProcess: done updating battery stats +02-27 08:15:31.882 505 555 W ActivityManager: Slow operation: 2320ms so far, now at startProcess: building log message +02-27 08:15:31.882 505 555 I ActivityManager: Start proc 21564:com.google.android.gms.persistent/u0a57 for content provider {com.google.android.gms/com.google.android.gms.phenotype.provider.ConfigurationProvider} +02-27 08:15:31.882 505 555 W ActivityManager: Slow operation: 2321ms so far, now at startProcess: starting to update pids map +02-27 08:15:31.912 505 555 W ActivityManager: Slow operation: 2351ms so far, now at startProcess: done updating pids map +02-27 08:15:31.937 21373 21373 D TvRemoteProvider: openRemoteInputBridge() for virtual-search: success +02-27 08:15:32.152 505 505 W Binder:505_18: type=1400 audit(0.0:2051): avc: denied { write } for name="uinput" dev="tmpfs" ino=382 scontext=u:r:system_server:s0 tcontext=u:object_r:uhid_device:s0 tclass=chr_file permissive=0 +02-27 08:15:32.146 505 553 E PackageManager: Optimistic bind failed. +02-27 08:15:32.146 505 553 E PackageManager: java.util.concurrent.TimeoutException: [Optimistic Bind] Didn't bind to resolver in time! +02-27 08:15:32.146 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.waitForBindLocked(InstantAppResolverConnection.java:160) +02-27 08:15:32.146 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.bind(InstantAppResolverConnection.java:225) +02-27 08:15:32.146 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.lambda$optimisticBind$0$InstantAppResolverConnection(InstantAppResolverConnection.java:255) +02-27 08:15:32.146 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection$$ExternalSyntheticLambda0.run(Unknown Source:2) +02-27 08:15:32.146 505 553 E PackageManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:15:32.146 505 553 E PackageManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:15:32.146 505 553 E PackageManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:15:32.146 505 553 E PackageManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:15:32.146 505 553 E PackageManager: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:15:32.162 505 2569 I TvRemote-native-uiBridge: Registering uinput device virtual-search: touch pad size 1x1, max pointers 1. +02-27 08:15:32.162 505 2569 E TvRemote-native-uiBridge: Cannot open /dev/uinput: Permission denied. +02-27 08:15:32.197 21373 21373 I AtvRemote.BluetoothServer: Advertising on LE Settings [mAdvertiseMode=0, mAdvertiseTxPowerLevel=2, mAdvertiseConnectable=true, mAdvertiseTimeoutMillis=0] +02-27 08:15:32.290 21137 21538 W roid.tvlaunche: Verification of void com.google.android.ads.tasks.appdigest.a.onChecksumsReady(java.util.List) took 219.671ms (250.37 bytecodes/s) (2648B approximate peak alloc) +02-27 08:15:32.292 505 2569 E TvRemoteServiceInput: Cannot create device for virtual-search +02-27 08:15:32.406 505 514 W system_server: Suspending all threads took: 19.352ms +02-27 08:15:33.832 505 505 W Looper : Drained +02-27 08:15:33.832 505 505 W Looper : Slow dispatch took 440ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=6 +02-27 08:15:33.900 505 514 I system_server: Background young concurrent copying GC freed 1982632(50MB) AllocSpace objects, 10(368KB) LOS objects, 37% free, 38MB/61MB, paused 12.175ms,20.762ms total 3.000s +02-27 08:15:34.020 505 505 W PackageManagerB: type=1400 audit(0.0:2052): avc: denied { ioctl } for path="/product/priv-app/TVLauncher/TVLauncher.apk" dev="dm-2" ino=220 ioctlcmd=0x6686 scontext=u:r:system_server:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 +02-27 08:15:34.048 505 543 W Looper : Slow dispatch took 224ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:15:34.061 505 572 E VerityUtils: Failed to measure fs-verity, errno 1: /product/priv-app/TVLauncher/TVLauncher.apk +02-27 08:15:34.383 21137 21419 W roid.tvlaunche: Verification of void cbt.() took 203.263ms (88.56 bytecodes/s) (1688B approximate peak alloc) +02-27 08:15:34.428 505 554 I DropBoxManagerService: add tag=system_server_wtf isTagEnabled=true flags=0x2 +02-27 08:15:34.429 21137 21175 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:15:34.429 21137 21175 W GmsClient: android.os.DeadObjectException +02-27 08:15:34.429 21137 21175 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:15:34.429 21137 21175 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:15:34.429 21137 21175 W GmsClient: at cvc.u(PG:14) +02-27 08:15:34.429 21137 21175 W GmsClient: at apr.run(PG:33) +02-27 08:15:34.429 21137 21175 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:15:34.429 21137 21175 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:15:34.429 21137 21175 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:15:34.429 21137 21175 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:15:34.429 21137 21175 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:15:34.453 21253 21445 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:15:34.453 21253 21445 W GmsClient: android.os.DeadObjectException +02-27 08:15:34.453 21253 21445 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:15:34.453 21253 21445 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:15:34.453 21253 21445 W GmsClient: at dnt.t(PG:14) +02-27 08:15:34.453 21253 21445 W GmsClient: at dmn.run(PG:5) +02-27 08:15:34.453 21253 21445 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:15:34.453 21253 21445 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:15:34.453 21253 21445 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:15:34.453 21253 21445 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:15:34.453 21253 21445 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:15:34.599 505 542 W Looper : Slow dispatch took 3708ms android.fg h=android.os.Handler c=com.android.server.location.provider.proxy.ProxyLocationProvider$1@97b5699 m=0 +02-27 08:15:34.650 505 554 W BroadcastQueue: Skipping deliver [background] BroadcastRecord{13cad5e u-1 android.intent.action.DROPBOX_ENTRY_ADDED} to ReceiverList{2cb5659 21155 com.google.android.gms.persistent/10057/u0 remote:3456aa0}: process gone or crashing +02-27 08:15:34.661 505 542 E mDnsConnector: NDC event {606 14 "sdk_google_atv64_arm64"} processed too late: 3663ms +02-27 08:15:34.665 505 712 D NsdService: Native daemon message SERVICE_REGISTERED: 606 14 "sdk_google_atv64_arm64" +02-27 08:15:34.669 21137 21137 I Choreographer: Skipped 592 frames! The application may be doing too much work on its main thread. +02-27 08:15:34.674 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:15:34.674 505 542 W Looper : Slow delivery took 3656ms android.fg h=android.os.Handler c=null m=606 +02-27 08:15:34.773 505 2113 W ActivityManager: Slow operation: 92ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:15:34.786 505 542 W Looper : Drained +02-27 08:15:34.790 505 2113 W ActivityManager: Slow operation: 109ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:15:34.838 21137 21419 W roid.tvlaunche: Verification of void aco.() took 107.578ms (1022.51 bytecodes/s) (3296B approximate peak alloc) +02-27 08:15:34.933 505 2113 W ActivityManager: Slow operation: 252ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:15:34.933 505 2113 W ActivityManager: Slow operation: 252ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:15:34.951 21373 21525 I AtvRemote.DiscoveryService: NDS Service registered: sdk_google_atv64_arm64 +02-27 08:15:35.219 505 2113 W ActivityManager: Slow operation: 537ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:15:35.266 505 505 W Looper : Slow dispatch took 1217ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:15:35.267 505 505 W Looper : Slow delivery took 867ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=5 +02-27 08:15:35.274 21564 21564 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:15:35.304 505 505 W Looper : Drained +02-27 08:15:35.355 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:15:35.638 21206 21315 I Icing : Storage manager: low false usage 1.54MB avail 5.40GB capacity 5.80GB +02-27 08:15:36.121 21137 21229 D EGL_emulation: app_time_stats: avg=9875.28ms min=9875.28ms max=9875.28ms count=1 +02-27 08:15:36.185 21137 21137 I Choreographer: Skipped 83 frames! The application may be doing too much work on its main thread. +02-27 08:15:36.774 505 542 W Looper : Slow dispatch took 1038ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:15:36.905 505 542 W Looper : Slow delivery took 890ms android.fg h=android.os.Handler c=com.android.server.NetworkManagementService$NetdUnsolicitedEventListener$$ExternalSyntheticLambda5@a4c6510 m=0 +02-27 08:15:36.905 505 542 W Looper : Slow dispatch took 130ms android.fg h=android.os.Handler c=com.android.server.NetworkManagementService$NetdUnsolicitedEventListener$$ExternalSyntheticLambda5@a4c6510 m=0 +02-27 08:15:36.973 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:15:36.973 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:15:36.996 21206 21516 W IcingInternalCorpora: Failed to get global search sources +02-27 08:15:37.338 21137 21137 I Choreographer: Skipped 68 frames! The application may be doing too much work on its main thread. +02-27 08:15:37.812 21137 21229 D EGL_emulation: app_time_stats: avg=709.97ms min=517.90ms max=902.04ms count=2 +02-27 08:15:38.376 505 514 W system_server: Suspending all threads took: 17.808ms +02-27 08:15:38.464 21564 21564 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:15:38.649 21206 21315 W native : W0000 00:00:1772154938.648761 21315 model-utils.cc:16] No CRC32, most likely an old model; skip CRC32 check +02-27 08:15:38.678 21206 21315 I native : I0000 00:00:1772154938.678068 21315 permission-checker.cc:81] Creating PermissionChecker based on ACL with config_version 1 having 9 permissions defined. +02-27 08:15:38.742 21206 21315 W native : W0000 00:00:1772154938.742207 21315 words-map.cc:36] INVALID_ARGUMENT: Empty URI +02-27 08:15:38.742 21206 21315 W native : W0000 00:00:1772154938.742605 21315 words-map.cc:40] WordsMap was not properly initialized +02-27 08:15:38.840 21137 21229 D EGL_emulation: app_time_stats: avg=54.07ms min=9.58ms max=257.88ms count=18 +02-27 08:15:39.905 21137 21229 D EGL_emulation: app_time_stats: avg=96.51ms min=17.69ms max=524.19ms count=10 +02-27 08:15:39.962 21137 21137 I Choreographer: Skipped 32 frames! The application may be doing too much work on its main thread. +02-27 08:15:40.743 21253 21445 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:15:40.743 21253 21445 W GmsClient: android.os.DeadObjectException +02-27 08:15:40.743 21253 21445 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:15:40.743 21253 21445 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:15:40.743 21253 21445 W GmsClient: at dnt.t(PG:14) +02-27 08:15:40.743 21253 21445 W GmsClient: at dmn.run(PG:5) +02-27 08:15:40.743 21253 21445 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:15:40.743 21253 21445 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:15:40.743 21253 21445 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:15:40.743 21253 21445 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:15:40.743 21253 21445 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:15:40.914 21137 21229 D EGL_emulation: app_time_stats: avg=69.01ms min=15.25ms max=106.27ms count=12 +02-27 08:15:41.468 198 21565 I keystore2: keystore2::watchdog: Watchdog thread idle -> terminating. Have a great day. +02-27 08:15:41.758 21137 21544 W roid.tvlaunche: Verification of boolean amz.a(java.lang.Object, java.lang.Object) took 243.058ms (65.83 bytecodes/s) (1704B approximate peak alloc) +02-27 08:15:41.802 505 514 I system_server: Background concurrent copying GC freed 2158302(54MB) AllocSpace objects, 5(740KB) LOS objects, 41% free, 33MB/57MB, paused 129us,18.376ms total 4.671s +02-27 08:15:42.015 21137 21229 D EGL_emulation: app_time_stats: avg=66.41ms min=20.53ms max=234.26ms count=15 +02-27 08:15:42.122 505 2476 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #12916} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (17 skipped) +02-27 08:15:42.128 21564 21564 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:15:42.128 21564 21564 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:15:42.242 21564 21564 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:15:42.490 505 516 E System : Uncaught exception thrown by finalizer +02-27 08:15:42.501 21564 21564 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:15:42.522 505 516 E System : java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Object.equals(java.lang.Object)' on a null object reference +02-27 08:15:42.522 505 516 E System : at com.android.server.tv.UinputBridge.isTokenValid(UinputBridge.java:135) +02-27 08:15:42.522 505 516 E System : at com.android.server.tv.UinputBridge.close(UinputBridge.java:119) +02-27 08:15:42.522 505 516 E System : at com.android.server.tv.UinputBridge.finalize(UinputBridge.java:111) +02-27 08:15:42.522 505 516 E System : at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:291) +02-27 08:15:42.522 505 516 E System : at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:278) +02-27 08:15:42.522 505 516 E System : at java.lang.Daemons$Daemon.run(Daemons.java:139) +02-27 08:15:42.522 505 516 E System : at java.lang.Thread.run(Thread.java:920) +02-27 08:15:43.019 21137 21229 D EGL_emulation: app_time_stats: avg=32.25ms min=10.07ms max=84.82ms count=26 +02-27 08:15:43.280 505 1381 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10028; state: DISABLED +02-27 08:15:43.280 505 1381 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10028; state: DISABLED +02-27 08:15:43.280 505 1381 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10028; state: DISABLED +02-27 08:15:43.280 505 1381 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10028; state: ENABLED +02-27 08:15:43.282 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10028; state: ENABLED +02-27 08:15:43.282 505 1381 W ActivityManager: Slow operation: 59ms so far, now at startProcess: done starting proc! +02-27 08:15:43.282 505 1381 W ContentProviderHelper: Slow operation: 83ms so far, now at getContentProviderImpl: after start process +02-27 08:15:43.282 505 1381 W ContentProviderHelper: Slow operation: 83ms so far, now at getContentProviderImpl: updating data structures +02-27 08:15:43.282 505 1381 W ContentProviderHelper: Slow operation: 83ms so far, now at getContentProviderImpl: done! +02-27 08:15:43.367 322 322 D Zygote : Forked child process 21594 +02-27 08:15:43.372 505 555 W ActivityManager: Slow operation: 126ms so far, now at startProcess: returned from zygote! +02-27 08:15:43.373 505 555 W ActivityManager: Slow operation: 129ms so far, now at startProcess: done updating battery stats +02-27 08:15:43.389 505 555 W ActivityManager: Slow operation: 145ms so far, now at startProcess: building log message +02-27 08:15:43.390 505 555 I ActivityManager: Start proc 21594:android.process.acore/u0a28 for content provider {com.android.providers.contacts/com.android.providers.contacts.ContactsProvider2} +02-27 08:15:43.390 505 555 W ActivityManager: Slow operation: 146ms so far, now at startProcess: starting to update pids map +02-27 08:15:43.390 505 555 W ActivityManager: Slow operation: 146ms so far, now at startProcess: done updating pids map +02-27 08:15:43.414 21206 21315 I Icing : updateResources: need to parse wls{com.google.android.gms} +02-27 08:15:43.559 21564 21564 I Safeboot: Checking safeboot... +02-27 08:15:43.600 21594 21594 E d.process.acor: Not starting debugger since process cannot load the jdwp agent. +02-27 08:15:43.633 21564 21564 I FixerFramework: Installing ProviderInstaller. +02-27 08:15:43.797 21564 21564 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:15:43.800 21564 21564 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:15:43.800 21564 21564 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:15:44.031 21137 21229 D EGL_emulation: app_time_stats: avg=25.80ms min=11.34ms max=76.77ms count=34 +02-27 08:15:44.686 505 1381 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10028; state: DISABLED +02-27 08:15:44.723 505 1381 W ActivityManager: Slow operation: 940ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:15:44.985 21564 21564 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:15:45.036 21137 21229 D EGL_emulation: app_time_stats: avg=21.76ms min=6.40ms max=237.07ms count=37 +02-27 08:15:45.689 21594 21602 I d.process.acor: Background young concurrent copying GC freed 12510(549KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1826KB/25MB, paused 37.128ms,38us total 164.446ms +02-27 08:15:45.709 505 1381 W ActivityManager: Slow operation: 1926ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:15:45.709 505 1381 W ActivityManager: Slow operation: 1927ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:15:45.770 505 1381 W ActivityManager: Slow operation: 1988ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:15:45.804 21564 21564 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:15:45.919 505 514 I system_server: Background young concurrent copying GC freed 1774455(44MB) AllocSpace objects, 1(20KB) LOS objects, 42% free, 33MB/57MB, paused 230us,4.488ms total 2.144s +02-27 08:15:45.930 505 1381 W ActivityManager: Slow operation: 2147ms so far, now at attachApplicationLocked: after updateOomAdjLocked +02-27 08:15:45.977 505 554 W ActivityManager: Unable to launch app com.google.android.gms/10057 for provider com.google.android.gms.fonts: launching app became null +02-27 08:15:45.981 505 554 W ActivityManager: Unable to launch app com.google.android.gms/10057 for provider com.google.android.chimera;com.google.android.gms.chimera: launching app became null +02-27 08:15:45.985 505 554 I ActivityManager: Killing 21253:com.google.android.inputmethod.latin/u0a66 (adj 200): depends on provider com.google.android.gms/.chimera.container.GmsModuleProvider in dying proc com.google.android.gms.persistent (adj 0) +02-27 08:15:45.987 21253 21253 E ActivityThread: Failed to find provider info for com.google.android.gms.chimera +02-27 08:15:45.996 21253 21253 W DynamiteModule: Failed to retrieve remote module version. +02-27 08:15:46.018 505 554 W ActivityManager: Unable to launch app com.google.android.gms/10057 for provider com.google.android.gms.phenotype: launching app became null +02-27 08:15:46.023 505 554 I ActivityManager: Killing 21564:com.google.android.gms.persistent/u0a57 (adj 0): timeout publishing content providers +02-27 08:15:46.041 21206 21514 E ActivityThread: Failed to find provider info for com.google.android.gms.phenotype +02-27 08:15:46.049 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.location.geocode.GeocodeService in 1294000ms for connection +02-27 08:15:46.049 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentBoundBrokerService in 1000ms for connection +02-27 08:15:46.049 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.fused.FusedLocationService in 1614000ms for connection +02-27 08:15:46.049 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentIntentOperationService in 1774000ms for start-requested +02-27 08:15:46.049 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.lockbox.service.LockboxBrokerService in 11000ms for connection +02-27 08:15:46.049 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentDirectBootAwareApiService in 21000ms for connection +02-27 08:15:46.049 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.gcm.GcmService in 2093968ms for start-requested +02-27 08:15:46.049 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService in 2415888ms for start-requested +02-27 08:15:46.049 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService in 2575888ms for start-requested +02-27 08:15:46.049 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentApiService in 100781ms for connection +02-27 08:15:46.049 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.auth.GetToken in 123932ms for connection +02-27 08:15:46.049 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService in 3134736ms for connection +02-27 08:15:46.049 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.network.NetworkLocationService in 3294736ms for connection +02-27 08:15:46.053 21137 21229 D EGL_emulation: app_time_stats: avg=55.77ms min=16.25ms max=129.35ms count=16 +02-27 08:15:46.053 505 1381 W ActivityManager: ProcessRecord{7f2b667 0:com.google.android.gms.persistent/u0a57} is attached to a previous process 21564 +02-27 08:15:46.056 21137 21535 E ActivityThread: Failed to find provider info for com.google.android.gms.fonts +02-27 08:15:46.078 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 21253 in 48ms +02-27 08:15:46.109 21594 21594 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10028; state: ENABLED +02-27 08:15:46.114 505 1381 W ActivityManager: Slow operation: 61ms so far, now at startProcess: building args +02-27 08:15:46.165 505 1381 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:15:46.166 505 1381 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:15:46.166 505 1381 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:15:46.166 505 1381 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:15:46.166 505 1381 W ActivityManager: Slow operation: 113ms so far, now at startProcess: done starting proc! +02-27 08:15:46.166 505 1381 W ContentProviderHelper: Slow operation: 113ms so far, now at getContentProviderImpl: after start process +02-27 08:15:46.166 505 1381 W ContentProviderHelper: Slow operation: 113ms so far, now at getContentProviderImpl: updating data structures +02-27 08:15:46.166 505 1381 W ContentProviderHelper: Slow operation: 113ms so far, now at getContentProviderImpl: done! +02-27 08:15:46.174 322 322 I Zygote : Process 21253 exited due to signal 9 (Killed) +02-27 08:15:46.228 505 1680 I WindowManager: WIN DEATH: Window{b08368f u0 InputMethod} +02-27 08:15:46.275 505 543 W Looper : Slow dispatch took 349ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:15:46.289 505 543 W Looper : Slow delivery took 225ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=32 +02-27 08:15:46.429 322 322 I Zygote : Process 21564 exited due to signal 9 (Killed) +02-27 08:15:46.436 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 21564 in 234ms +02-27 08:15:46.568 505 1680 W InputManager-JNI: Input channel object 'b08368f InputMethod (client)' was disposed without first being removed with the input manager! +02-27 08:15:47.060 21137 21229 D EGL_emulation: app_time_stats: avg=65.13ms min=10.42ms max=183.27ms count=13 +02-27 08:15:47.206 21206 21315 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.google.android.gms/shared_prefs/AppDataSearch-main-icing-settings.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 1, <64: 0, <128: 0, <256: 0, <512: 1, <1024: 0, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0] +02-27 08:15:47.501 505 595 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 29587ms for connection +02-27 08:15:47.506 505 543 W Looper : Drained +02-27 08:15:47.510 505 542 W Looper : Drained +02-27 08:15:47.536 505 505 W Looper : Slow dispatch took 1355ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=6 +02-27 08:15:47.542 505 1381 V ActivityManager: Got obituary of 21564:com.google.android.gms.persistent +02-27 08:15:47.542 505 555 W ActivityManager: Slow operation: 1489ms so far, now at startProcess: asking zygote to start proc +02-27 08:15:47.544 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:15:47.555 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 21253 +02-27 08:15:47.576 322 322 D Zygote : Forked child process 21613 +02-27 08:15:47.577 505 555 W ActivityManager: Slow operation: 1524ms so far, now at startProcess: returned from zygote! +02-27 08:15:47.578 505 555 W ActivityManager: Slow operation: 1524ms so far, now at startProcess: done updating battery stats +02-27 08:15:47.578 505 555 W ActivityManager: Slow operation: 1525ms so far, now at startProcess: building log message +02-27 08:15:47.578 505 555 I ActivityManager: Start proc 21613:com.google.android.gms.persistent/u0a57 for content provider {com.google.android.gms/com.google.android.gms.phenotype.provider.ConfigurationProvider} +02-27 08:15:47.578 505 555 W ActivityManager: Slow operation: 1525ms so far, now at startProcess: starting to update pids map +02-27 08:15:47.579 505 555 W ActivityManager: Slow operation: 1525ms so far, now at startProcess: done updating pids map +02-27 08:15:47.627 505 505 W Looper : Slow delivery took 1386ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:15:47.806 21613 21613 E .gms.persisten: Not starting debugger since process cannot load the jdwp agent. +02-27 08:15:47.839 896 904 I rkstack.proces: Background concurrent copying GC freed 3171(255KB) AllocSpace objects, 12(720KB) LOS objects, 49% free, 2462KB/4925KB, paused 166us,75us total 230.536ms +02-27 08:15:47.917 505 505 W Looper : Slow dispatch took 248ms main h=com.android.internal.os.HandlerCaller$MyHandler c=null m=7000 +02-27 08:15:47.986 21594 21594 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.contacts' set to: 'default' +02-27 08:15:48.005 505 505 W Looper : Drained +02-27 08:15:48.009 21594 21594 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:15:48.017 21594 21594 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:15:48.037 21594 21594 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:15:48.077 21613 21613 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:15:48.178 21137 21229 D EGL_emulation: app_time_stats: avg=115.24ms min=19.44ms max=527.63ms count=8 +02-27 08:15:48.325 21594 21594 I ContactsPerf: VoicemailContentProvider.onCreate start +02-27 08:15:48.415 21613 21613 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:15:48.421 21594 21594 I ContactsPerf: VoicemailContentProvider.onCreate finish +02-27 08:15:49.878 21137 21137 I Choreographer: Skipped 65 frames! The application may be doing too much work on its main thread. +02-27 08:15:50.015 21137 21229 D EGL_emulation: app_time_stats: avg=224.92ms min=17.50ms max=1304.05ms count=8 +02-27 08:15:50.268 21613 21623 I .gms.persisten: Background young concurrent copying GC freed 13271(627KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1932KB/25MB, paused 131us,38us total 469.391ms +02-27 08:15:50.814 346 346 E android.hardware.power.stats@1.0-service-mock: Failed to getEnergyData +02-27 08:15:50.865 505 505 W Looper : Slow dispatch took 123ms main h=com.android.server.powerstats.PowerStatsLogger c=null m=2 +02-27 08:15:51.021 21137 21229 D EGL_emulation: app_time_stats: avg=87.37ms min=20.94ms max=276.90ms count=11 +02-27 08:15:51.058 505 1686 D CountryDetector: The first listener is added +02-27 08:15:51.059 21594 21594 I ContactsDatabaseHelper: updateUseStrictPhoneNumberComparison: US +02-27 08:15:51.488 21613 21613 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:15:51.488 21613 21613 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:15:51.601 21613 21613 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:15:51.884 21613 21613 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:15:52.111 21137 21229 D EGL_emulation: app_time_stats: avg=57.04ms min=15.98ms max=161.86ms count=15 +02-27 08:15:52.271 21594 21638 D ContactsDatabaseHelper: WAL enabled for contacts2.db: true +02-27 08:15:52.412 505 514 W system_server: Suspending all threads took: 31.908ms +02-27 08:15:52.502 21594 21633 I CallLogProvider: Syncing call composer pics -- source user=0, isShadow=true, forAllUser=false +02-27 08:15:52.520 21594 21633 I CallLogProvider: Fetching list of Uris to sync +02-27 08:15:53.195 21137 21229 D EGL_emulation: app_time_stats: avg=54.68ms min=9.42ms max=145.02ms count=13 +02-27 08:15:54.279 21137 21229 D EGL_emulation: app_time_stats: avg=55.56ms min=6.54ms max=81.55ms count=14 +02-27 08:15:54.456 21594 21638 I ContactLocale: AddressBook Labels [[en_US]]: […, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, Α, Β, Γ, Δ, Ε, Ζ, Η, Θ, Ι, Κ, Λ, Μ, Ν, Ξ, Ο, Π, Ρ, Σ, Τ, Υ, Φ, Χ, Ψ, Ω, …, А, Б, В, Г, Д, Ђ, Е, Є, Ж, З, И, І, Й, Ј, К, Л, Љ, М, Н, Њ, О, П, Р, С, Т, Ћ, У, Ф, Х, Ц, Ч, Џ, Ш, Щ, Ю, Я, …, א, ב, ג, ד, ה, ו, ז, ח, ט, י, כ, ל, מ, נ, ס, ע, פ, צ, ק, ר, ש, ת, …, ا, ب, ت, ث, ج, ح, خ, د, ذ, ر, ز, س, ش, ص, ض, ط, ظ, ع, غ, ف, ق, ك, ل, م, ن, ه, و, ي, …, ก, ข, ฃ, ค, ฅ, ฆ, ง, จ, ฉ, ช, ซ, ฌ, ญ, ฎ, ฏ, ฐ, ฑ, ฒ, ณ, ด, ต, ถ, ท, ธ, น, บ, ป, ผ, ฝ, พ, ฟ, ภ, ม, ย, ร, ฤ, ล, ฦ, ว, ศ, ษ, ส, ห, ฬ, อ, ฮ, …, ㄱ, ㄴ, ㄷ, ㄹ, ㅁ, ㅂ, ㅅ, ㅇ, ㅈ, ㅊ, ㅋ, ㅌ, ㅍ, ㅎ, …, あ, か, さ, た, な, は, ま, や, ら, わ, #, …] +02-27 08:15:54.917 505 505 W Looper : Slow dispatch took 2242ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:15:55.068 505 514 I system_server: Background concurrent copying GC freed 1981725(49MB) AllocSpace objects, 4(144KB) LOS objects, 39% free, 36MB/60MB, paused 6.545ms,33.008ms total 4.777s +02-27 08:15:55.148 505 554 W ActivityManager: Timeout executing service: ServiceRecord{b84d41d u0 com.google.android.gms/.chimera.GmsIntentOperationService} +02-27 08:15:55.310 21137 21229 D EGL_emulation: app_time_stats: avg=34.84ms min=6.97ms max=142.73ms count=26 +02-27 08:15:55.526 948 956 I com.android.se: Background concurrent copying GC freed 17(48KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 1883KB/3766KB, paused 39us,348us total 289.728ms +02-27 08:15:55.600 21594 21638 D ContactsDatabaseHelper: WAL enabled for profile.db: false +02-27 08:15:55.702 505 21641 I ActivityManager: dumpStackTraces pids=null nativepids=null +02-27 08:15:55.953 505 21641 I ActivityManager: Dumping to /data/anr/anr_2026-02-27-08-15-55-925 +02-27 08:15:55.955 505 21641 I ActivityManager: Collecting stacks for pid 21206 +02-27 08:15:55.969 505 505 W Looper : Slow dispatch took 126ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=6 +02-27 08:15:56.064 505 21641 I system_server: libdebuggerd_client: started dumping process 21206 +02-27 08:15:56.118 235 235 I tombstoned: registered intercept for pid 21206 and type kDebuggerdJavaBacktrace +02-27 08:15:56.202 21206 21211 I gle.android.gm: Thread[3,tid=21211,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b09a200,peer=0x131c3468,"Signal Catcher"]: reacting to signal 3 +02-27 08:15:56.235 21206 21211 I gle.android.gm: +02-27 08:15:56.368 21137 21229 D EGL_emulation: app_time_stats: avg=39.69ms min=14.08ms max=92.32ms count=22 +02-27 08:15:56.504 505 2243 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #12941} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (21 skipped) +02-27 08:15:56.505 505 2243 W ContentProviderHelper: Slow operation: 126ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:15:56.545 505 2243 W ContentProviderHelper: Slow operation: 166ms so far, now at getContentProviderImpl: done! +02-27 08:15:56.656 21206 21211 W gle.android.gm: Suspending all threads took: 121.733ms +02-27 08:15:56.912 21594 21610 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10028; state: ENABLED +02-27 08:15:57.075 505 616 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10033; state: DISABLED +02-27 08:15:57.414 21274 21644 D EpgDataCleanupService: Received intent: Intent { act=com.android.providers.tv.intent.CLEAN_UP_EPG_DATA cmp=com.android.providers.tv/.EpgDataCleanupService } +02-27 08:15:57.430 21137 21229 D EGL_emulation: app_time_stats: avg=69.46ms min=16.81ms max=289.84ms count=13 +02-27 08:15:57.432 21594 21633 I CallLogProvider: Will sync following Uris:[] +02-27 08:15:57.432 21594 21633 I CallLogProvider: Syncing call composer pics -- got [] +02-27 08:15:57.433 505 505 W Looper : Slow dispatch took 323ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=android.app.PendingIntent$FinishedDispatcher@c38b9e2 m=0 +02-27 08:15:58.017 505 554 W ActivityManager: Unable to launch app com.google.android.gms/10057 for provider com.google.android.gms.phenotype: launching app became null +02-27 08:15:58.030 505 554 I ActivityManager: Killing 21613:com.google.android.gms.persistent/u0a57 (adj 0): timeout publishing content providers +02-27 08:15:58.041 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.location.geocode.GeocodeService in 5176000ms for connection +02-27 08:15:58.042 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentBoundBrokerService in 4000ms for connection +02-27 08:15:58.043 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.fused.FusedLocationService in 6456000ms for connection +02-27 08:15:58.043 505 554 W ActivityManager: Canceling start item Intent { act=com.google.android.chimera.container.IntentOperationService.SAVED_INTENT pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } in service com.google.android.gms/.chimera.PersistentIntentOperationService +02-27 08:15:58.043 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.lockbox.service.LockboxBrokerService in 44000ms for connection +02-27 08:15:58.044 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentDirectBootAwareApiService in 88786ms for connection +02-27 08:15:58.044 505 554 W ActivityManager: Canceling start item Intent { cmp=com.google.android.gms/.gcm.GcmService } in service com.google.android.gms/.gcm.GcmService +02-27 08:15:58.044 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService in 9663552ms for start-requested +02-27 08:15:58.044 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService in 10303552ms for start-requested +02-27 08:15:58.044 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentApiService in 403124ms for connection +02-27 08:15:58.044 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.auth.GetToken in 495728ms for connection +02-27 08:15:58.045 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService in 12538944ms for connection +02-27 08:15:58.045 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.network.NetworkLocationService in 13178944ms for connection +02-27 08:15:58.085 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 21613 in 45ms +02-27 08:15:58.150 505 2243 V ActivityManager: Got obituary of 21613:com.google.android.gms.persistent +02-27 08:15:58.218 322 322 I Zygote : Process 21613 exited due to signal 9 (Killed) +02-27 08:15:58.261 21206 21220 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10057; state: ENABLED +02-27 08:15:58.452 21137 21137 I Choreographer: Skipped 36 frames! The application may be doing too much work on its main thread. +02-27 08:15:58.626 21137 21229 D EGL_emulation: app_time_stats: avg=134.31ms min=17.23ms max=666.35ms count=7 +02-27 08:15:59.045 21206 21513 E ActivityThread: Failed to find provider info for com.google.android.gms.phenotype +02-27 08:15:59.113 235 235 I tombstoned: received crash request for pid 21206 +02-27 08:15:59.113 235 235 I tombstoned: found intercept fd 512 for pid 21206 and type kDebuggerdJavaBacktrace +02-27 08:15:59.527 505 21641 I system_server: libdebuggerd_client: done dumping process 21206 +02-27 08:15:59.529 235 235 W tombstoned: missing output fd +02-27 08:15:59.533 21206 21211 I gle.android.gm: Wrote stack traces to tombstoned +02-27 08:16:00.018 505 890 W ContentProviderHelper: Slow operation: 213ms so far, now at getContentProviderImpl: after resolveContentProvider +02-27 08:16:00.074 505 890 W ContentProviderHelper: Slow operation: 268ms so far, now at getContentProviderImpl: got app info for user +02-27 08:16:00.074 505 890 W ContentProviderHelper: Slow operation: 269ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:16:00.080 505 890 W ContentProviderHelper: Slow operation: 274ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:16:00.080 505 890 W ContentProviderHelper: Slow operation: 275ms so far, now at getContentProviderImpl: before getProviderByClass +02-27 08:16:00.080 505 890 W ContentProviderHelper: Slow operation: 275ms so far, now at getContentProviderImpl: after getProviderByClass +02-27 08:16:00.083 505 890 W ContentProviderHelper: Slow operation: 278ms so far, now at getContentProviderImpl: before getApplicationInfo +02-27 08:16:00.085 505 890 W ContentProviderHelper: Slow operation: 280ms so far, now at getContentProviderImpl: after getApplicationInfo +02-27 08:16:00.085 505 890 W ContentProviderHelper: Slow operation: 280ms so far, now at getContentProviderImpl: now have ContentProviderRecord +02-27 08:16:00.085 505 890 W ContentProviderHelper: Slow operation: 280ms so far, now at getContentProviderImpl: before set stopped state +02-27 08:16:00.085 505 890 W ContentProviderHelper: Slow operation: 280ms so far, now at getContentProviderImpl: after set stopped state +02-27 08:16:00.085 505 890 W ContentProviderHelper: Slow operation: 280ms so far, now at getContentProviderImpl: looking for process record +02-27 08:16:00.085 505 890 W ContentProviderHelper: Slow operation: 280ms so far, now at getContentProviderImpl: before start process +02-27 08:16:00.104 505 21641 I ActivityManager: Done dumping +02-27 08:16:00.188 21137 21229 D EGL_emulation: app_time_stats: avg=504.66ms min=99.71ms max=943.09ms count=3 +02-27 08:16:00.376 505 890 W ActivityManager: Slow operation: 133ms so far, now at startProcess: creating new process record +02-27 08:16:00.402 21137 21137 I Choreographer: Skipped 77 frames! The application may be doing too much work on its main thread. +02-27 08:16:00.408 505 890 W ActivityManager: Slow operation: 165ms so far, now at startProcess: done creating new process record +02-27 08:16:00.408 505 890 W ActivityManager: Slow operation: 165ms so far, now at startProcess: stepping in to startProcess +02-27 08:16:00.603 505 890 W ActivityManager: Slow operation: 195ms so far, now at startProcess: building args +02-27 08:16:00.782 505 514 W system_server: Suspending all threads took: 101.534ms +02-27 08:16:00.797 505 890 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:16:00.817 505 890 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:16:00.818 505 890 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:16:00.818 505 890 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:16:00.839 505 890 W ActivityManager: Slow operation: 596ms so far, now at startProcess: done starting proc! +02-27 08:16:00.839 505 890 W ContentProviderHelper: Slow operation: 1034ms so far, now at getContentProviderImpl: after start process +02-27 08:16:00.839 505 890 W ContentProviderHelper: Slow operation: 1034ms so far, now at getContentProviderImpl: updating data structures +02-27 08:16:00.839 505 890 W ContentProviderHelper: Slow operation: 1034ms so far, now at getContentProviderImpl: done! +02-27 08:16:01.422 21137 21137 I Choreographer: Skipped 33 frames! The application may be doing too much work on its main thread. +02-27 08:16:01.553 21137 21229 D EGL_emulation: app_time_stats: avg=590.15ms min=343.59ms max=836.70ms count=2 +02-27 08:16:02.024 505 555 W ActivityManager: Slow operation: 1616ms so far, now at startProcess: asking zygote to start proc +02-27 08:16:02.045 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:16:02.393 505 21641 E ActivityManager: ANR in com.google.android.gms +02-27 08:16:02.393 505 21641 E ActivityManager: PID: 21206 +02-27 08:16:02.393 505 21641 E ActivityManager: Reason: executing service com.google.android.gms/.chimera.GmsIntentOperationService +02-27 08:16:02.393 505 21641 E ActivityManager: Frozen: false +02-27 08:16:02.393 505 21641 E ActivityManager: Load: 0.0 / 0.0 / 0.0 +02-27 08:16:02.393 505 21641 E ActivityManager: ----- Output from /proc/pressure/memory ----- +02-27 08:16:02.393 505 21641 E ActivityManager: some avg10=29.61 avg60=35.18 avg300=31.40 total=265006012 +02-27 08:16:02.393 505 21641 E ActivityManager: full avg10=7.47 avg60=8.88 avg300=7.65 total=67695340 +02-27 08:16:02.393 505 21641 E ActivityManager: ----- End output from /proc/pressure/memory ----- +02-27 08:16:02.393 505 21641 E ActivityManager: +02-27 08:16:02.393 505 21641 E ActivityManager: CPU usage from 13737ms to -22ms ago (2026-02-27 08:15:41.743 to 2026-02-27 08:15:55.502): +02-27 08:16:02.393 505 21641 E ActivityManager: 75% 505/system_server: 40% user + 35% kernel / faults: 33753 minor 1252 major +02-27 08:16:02.393 505 21641 E ActivityManager: 48% 21137/com.google.android.tvlauncher: 12% user + 35% kernel / faults: 7394 minor 290 major +02-27 08:16:02.393 505 21641 E ActivityManager: 29% 360/surfaceflinger: 6% user + 23% kernel / faults: 1480 minor 19 major +02-27 08:16:02.393 505 21641 E ActivityManager: 27% 338/android.hardware.graphics.composer@2.3-service: 2.1% user + 25% kernel / faults: 505 minor 9 major +02-27 08:16:02.393 505 21641 E ActivityManager: 7.8% 21206/com.google.android.gms: 3% user + 4.7% kernel / faults: 5795 minor 432 major +02-27 08:16:02.393 505 21641 E ActivityManager: 7.2% 116/kswapd0: 0% user + 7.2% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 4.3% 263/loop14: 0% user + 4.3% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 3.2% 13/rcu_preempt: 0% user + 3.2% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 3.1% 12/ksoftirqd/0: 0% user + 3.1% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 2.4% 45/kcompactd0: 0% user + 2.4% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 1.4% 182/lmkd: 0.3% user + 1% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 1.3% 21106/kworker/1:1-events: 0% user + 1.3% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 1.3% 896/com.android.networkstack.process: 0.8% user + 0.5% kernel / faults: 764 minor 18 major +02-27 08:16:02.393 505 21641 E ActivityManager: 1.2% 243/loop4: 0% user + 1.2% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 1.1% 20268/kworker/0:0-events: 0% user + 1.1% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0.8% 181/logd: 0% user + 0.8% kernel / faults: 40 minor 5 major +02-27 08:16:02.393 505 21641 E ActivityManager: 0.8% 244/loop5: 0% user + 0.8% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0.7% 948/com.android.se: 0.2% user + 0.5% kernel / faults: 410 minor 17 major +02-27 08:16:02.393 505 21641 E ActivityManager: 0.6% 20811/com.google.android.tvrecommendations: 0% user + 0.5% kernel / faults: 124 minor 5 major +02-27 08:16:02.393 505 21641 E ActivityManager: 0.5% 347/android.hardware.sensors@2.1-service.multihal: 0% user + 0.5% kernel / faults: 129 minor 9 major +02-27 08:16:02.393 505 21641 E ActivityManager: 0.5% 350/android.hardware.wifi@1.0-service: 0% user + 0.5% kernel / faults: 276 minor 29 major +02-27 08:16:02.393 505 21641 E ActivityManager: 0.5% 500/kworker/u9:2-blk_crypto_wq: 0% user + 0.5% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0.5% 20587/kworker/u9:3-blk_crypto_wq: 0% user + 0.5% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0.5% 353/android.hardware.power-service.example: 0% user + 0.4% kernel / faults: 160 minor 6 major +02-27 08:16:02.393 505 21641 E ActivityManager: 0.5% 9196/kworker/u9:4-blk_crypto_wq: 0% user + 0.5% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0.4% 130/sugov:1: 0% user + 0.4% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0.4% 19702/kworker/3:2-events: 0% user + 0.4% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0.4% 21184/com.google.process.gservices: 0% user + 0.4% kernel / faults: 834 minor 40 major +02-27 08:16:02.393 505 21641 E ActivityManager: 0.3% 129/sugov:0: 0% user + 0.3% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0.3% 138/kworker/0:1H-kblockd: 0% user + 0.3% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0.2% 131/sugov:2: 0% user + 0.2% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0.2% 132/sugov:3: 0% user + 0.2% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0.2% 183/servicemanager: 0% user + 0.2% kernel / faults: 138 minor 5 major +02-27 08:16:02.393 505 21641 E ActivityManager: 0.2% 185/psimon: 0% user + 0.2% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0.2% 248/loop7: 0% user + 0.2% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0.2% 320/statsd: 0.1% user + 0.1% kernel / faults: 184 minor 13 major +02-27 08:16:02.393 505 21641 E ActivityManager: 0.2% 20937/com.android.bluetooth: 0% user + 0.2% kernel / faults: 219 minor 16 major +02-27 08:16:02.393 505 21641 E ActivityManager: 0.2% 21141/kworker/2:1-events: 0% user + 0.2% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0.2% 95/kworker/3:1H-kblockd: 0% user + 0.2% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0.2% 145/kworker/2:1H-kblockd: 0% user + 0.2% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0.2% 259/loop12: 0% user + 0.2% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0.2% 271/loop18: 0% user + 0.2% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0.2% 322/zygote64: 0% user + 0.2% kernel / faults: 252 minor 4 major +02-27 08:16:02.393 505 21641 E ActivityManager: 0.2% 20161/audioserver: 0% user + 0.2% kernel / faults: 80 minor 6 major +02-27 08:16:02.393 505 21641 E ActivityManager: 0.2% 21536/mdnsd: 0% user + 0.2% kernel / faults: 2 minor 9 major +02-27 08:16:02.393 505 21641 E ActivityManager: 0.1% 33/ksoftirqd/3: 0% user + 0.1% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0.1% 144/kworker/1:1H-kblockd: 0% user + 0.1% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0% 184/hwservicemanager: 0% user + 0% kernel / faults: 107 minor 10 major +02-27 08:16:02.393 505 21641 E ActivityManager: 0.1% 229/jbd2/dm-4-8: 0% user + 0.1% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0.1% 255/loop10: 0% user + 0.1% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0.1% 17530/kworker/u8:1-phy0: 0% user + 0.1% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0% 16/migration/0: 0% user + 0% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0% 21/ksoftirqd/1: 0% user + 0% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0% 27/ksoftirqd/2: 0% user + 0% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0% 189/qemu-props: 0% user + 0% kernel / faults: 1 minor 1 major +02-27 08:16:02.393 505 21641 E ActivityManager: 0% 266/loop16: 0% user + 0% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0% 268/loop17: 0% user + 0% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0% 272/loop19: 0% user + 0% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0% 287/loop26: 0% user + 0% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 0% 411/cameraserver: 0% user + 0% kernel / faults: 30 minor 5 major +02-27 08:16:02.393 505 21641 E ActivityManager: 0% 21373/com.google.android.tv.remote.service: 0% user + 0% kernel / faults: 180 minor +02-27 08:16:02.393 505 21641 E ActivityManager: +0% 21594/android.process.acore: 0% user + 0% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: +0% 21613/com.google.android.gms.persistent: 0% user + 0% kernel +02-27 08:16:02.393 505 21641 E ActivityManager: 90% TOTAL: 17% user + 43% kernel + 8.2% iowait + 15% irq + 6.1% softirq +02-27 08:16:02.393 505 21641 E ActivityManager: CPU usage from 1832257ms to 1832257ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake: +02-27 08:16:02.393 505 21641 E ActivityManager: 0% TOTAL: 0% user + 0% kernel +02-27 08:16:02.584 505 514 I system_server: Background young concurrent copying GC freed 2046880(51MB) AllocSpace objects, 0(0B) LOS objects, 41% free, 34MB/58MB, paused 135.999ms,105.709ms total 3.793s +02-27 08:16:02.630 505 505 W Looper : Slow dispatch took 2245ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=com.android.server.alarm.AlarmManagerService$3$$ExternalSyntheticLambda0@22eed48 m=0 +02-27 08:16:02.658 322 322 D Zygote : Forked child process 21647 +02-27 08:16:02.687 505 555 W ActivityManager: Slow operation: 2278ms so far, now at startProcess: returned from zygote! +02-27 08:16:02.700 505 555 W ActivityManager: Slow operation: 2292ms so far, now at startProcess: done updating battery stats +02-27 08:16:02.715 505 555 W ActivityManager: Slow operation: 2307ms so far, now at startProcess: building log message +02-27 08:16:02.715 505 555 I ActivityManager: Start proc 21647:com.google.android.gms.persistent/u0a57 for content provider {com.google.android.gms/com.google.android.gms.phenotype.provider.ConfigurationProvider} +02-27 08:16:02.715 505 555 W ActivityManager: Slow operation: 2307ms so far, now at startProcess: starting to update pids map +02-27 08:16:02.716 505 555 W ActivityManager: Slow operation: 2307ms so far, now at startProcess: done updating pids map +02-27 08:16:02.862 505 21641 I ActivityManager: Killing 21206:com.google.android.gms/u0a57 (adj 0): bg anr +02-27 08:16:02.864 505 21641 D ActivityManager: Completed ANR of com.google.android.gms in 7393ms, latency 97ms +02-27 08:16:02.982 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 21206 in 116ms +02-27 08:16:03.057 21137 21229 D EGL_emulation: app_time_stats: avg=84.70ms min=8.37ms max=479.98ms count=9 +02-27 08:16:03.059 505 21648 I DropBoxManagerService: add tag=system_app_anr isTagEnabled=true flags=0x6 +02-27 08:16:03.317 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:16:03.317 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:16:03.542 505 2908 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.icing.service.IndexWorkerService in 1000ms for start-requested +02-27 08:16:03.546 505 2908 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsIntentOperationService in 58300ms for start-requested +02-27 08:16:03.546 505 2908 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsBoundBrokerService in 23542ms for connection +02-27 08:16:03.546 505 2908 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.gass.GassService in 33542ms for connection +02-27 08:16:03.650 505 543 W Looper : Slow dispatch took 102ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:16:03.867 322 322 I Zygote : Process 21206 exited due to signal 9 (Killed) +02-27 08:16:04.036 505 505 W Looper : Slow dispatch took 339ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:16:04.036 505 505 W Looper : Slow delivery took 387ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=3 +02-27 08:16:04.036 505 505 W Looper : Drained +02-27 08:16:04.074 21137 21229 D EGL_emulation: app_time_stats: avg=73.75ms min=10.67ms max=163.16ms count=8 +02-27 08:16:04.284 21647 21647 E .gms.persisten: Not starting debugger since process cannot load the jdwp agent. +02-27 08:16:04.573 322 322 D Zygote : Forked child process 21664 +02-27 08:16:04.573 505 555 I ActivityManager: Start proc 21664:com.google.android.gms/u0a57 for service {com.google.android.gms/com.google.android.gms.icing.service.IndexWorkerService} +02-27 08:16:05.154 21664 21664 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. +02-27 08:16:05.204 21137 21229 D EGL_emulation: app_time_stats: avg=56.43ms min=14.11ms max=166.90ms count=8 +02-27 08:16:05.507 21647 21658 I .gms.persisten: Background young concurrent copying GC freed 12509(550KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1841KB/25MB, paused 65us,12us total 275.777ms +02-27 08:16:05.805 505 2621 W ActivityManager: Slow operation: 299ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:16:05.811 21647 21647 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:16:05.961 505 2908 W ActivityManager: Slow operation: 153ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:16:05.965 505 2908 W ActivityManager: Slow operation: 157ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:16:05.968 505 2908 W ActivityManager: Slow operation: 160ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:16:05.969 505 505 W Looper : Slow dispatch took 191ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:16:05.969 21664 21664 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:16:06.339 21137 21229 D EGL_emulation: app_time_stats: avg=111.02ms min=16.53ms max=231.97ms count=8 +02-27 08:16:06.416 505 542 W Looper : Slow dispatch took 617ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:16:06.416 505 542 W Looper : Slow delivery took 438ms android.fg h=android.os.Handler c=com.android.server.location.injector.SystemAppForegroundHelper$$ExternalSyntheticLambda1@2f7e2de m=0 +02-27 08:16:06.714 21647 21647 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:16:06.714 21664 21664 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:16:07.364 21137 21229 D EGL_emulation: app_time_stats: avg=52.74ms min=4.62ms max=171.33ms count=15 +02-27 08:16:07.565 505 514 I system_server: Background concurrent copying GC freed 1829348(46MB) AllocSpace objects, 6(396KB) LOS objects, 49% free, 14MB/29MB, paused 99us,5.089ms total 739.804ms +02-27 08:16:07.632 21647 21647 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:16:07.632 21647 21647 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:16:07.632 21664 21664 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:16:07.632 21664 21664 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:16:07.638 21664 21664 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:16:07.638 21647 21647 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:16:07.664 21664 21664 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:16:07.664 21647 21647 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:16:07.984 505 2908 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #12966} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (5 skipped) +02-27 08:16:08.447 21137 21229 D EGL_emulation: app_time_stats: avg=33.98ms min=7.30ms max=85.22ms count=15 +02-27 08:16:09.192 21647 21647 I Safeboot: Checking safeboot... +02-27 08:16:09.467 21137 21229 D EGL_emulation: app_time_stats: avg=59.60ms min=6.67ms max=145.39ms count=11 +02-27 08:16:09.483 505 514 I system_server: Background young concurrent copying GC freed 647411(16MB) AllocSpace objects, 0(0B) LOS objects, 51% free, 14MB/29MB, paused 71us,80us total 531.266ms +02-27 08:16:09.726 21647 21647 I FixerFramework: Installing ProviderInstaller. +02-27 08:16:10.178 21647 21647 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:16:10.324 21647 21647 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:16:10.324 21647 21647 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:16:10.556 21137 21229 D EGL_emulation: app_time_stats: avg=126.58ms min=21.36ms max=338.59ms count=7 +02-27 08:16:11.220 21647 21647 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:16:11.796 21137 21229 D EGL_emulation: app_time_stats: avg=55.46ms min=24.34ms max=131.05ms count=8 +02-27 08:16:11.811 21664 21664 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:16:11.815 21664 21664 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:16:11.815 21664 21664 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:16:11.922 21664 21664 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:16:11.964 21664 21664 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:16:12.016 21647 21647 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:16:12.021 21647 21647 W SQLiteCompatibilityWalFlags: Cannot read global setting sqlite_compatibility_wal_flags - Application state not available +02-27 08:16:12.655 21664 21664 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:16:13.071 21664 21696 I Watchcat: Started +02-27 08:16:13.104 21664 21697 I GMS_MM_Logger: Started. +02-27 08:16:13.158 21647 21647 I GmsApplication: Registering the BackgroundBroadcastReceiverSupport receiver. +02-27 08:16:13.232 21137 21229 D EGL_emulation: app_time_stats: avg=144.11ms min=7.59ms max=264.27ms count=7 +02-27 08:16:13.403 21647 21647 I GmsReceiverSupport: Registered Receiver for 14+1 IntentFilters +02-27 08:16:13.557 21647 21705 I Watchcat: Started +02-27 08:16:13.600 21647 21647 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:16:13.607 21647 21706 I GMS_MM_Logger: Started. +02-27 08:16:14.010 21647 21680 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:16:14.014 21647 21680 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:16:14.273 505 514 I system_server: Background young concurrent copying GC freed 659525(16MB) AllocSpace objects, 0(0B) LOS objects, 53% free, 13MB/29MB, paused 960us,270us total 214.835ms +02-27 08:16:14.329 21137 21229 D EGL_emulation: app_time_stats: avg=171.37ms min=83.50ms max=326.53ms count=5 +02-27 08:16:14.476 1242 1251 I FuseDaemon: Background concurrent copying GC freed 27(48KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2248KB/4496KB, paused 29us,247us total 915.611ms +02-27 08:16:15.349 21137 21229 D EGL_emulation: app_time_stats: avg=77.76ms min=12.50ms max=282.69ms count=10 +02-27 08:16:16.533 21137 21137 I Choreographer: Skipped 65 frames! The application may be doing too much work on its main thread. +02-27 08:16:17.259 21137 21229 D EGL_emulation: app_time_stats: avg=1815.33ms min=1815.33ms max=1815.33ms count=1 +02-27 08:16:18.460 21137 21229 D EGL_emulation: app_time_stats: avg=87.38ms min=21.92ms max=247.93ms count=8 +02-27 08:16:18.558 505 554 W ActivityManager: Slow operation: 249ms so far, now at startProcess: done creating new process record +02-27 08:16:18.558 505 554 W ActivityManager: Slow operation: 249ms so far, now at startProcess: stepping in to startProcess +02-27 08:16:18.598 505 542 W Looper : Drained +02-27 08:16:18.598 505 542 W Looper : Slow dispatch took 277ms android.fg h=android.os.Handler c=com.android.server.NetworkManagementService$NetdUnsolicitedEventListener$$ExternalSyntheticLambda0@261d13 m=0 +02-27 08:16:18.830 505 514 W system_server: Suspending all threads took: 6.590ms +02-27 08:16:19.354 21137 21137 I Choreographer: Skipped 50 frames! The application may be doing too much work on its main thread. +02-27 08:16:19.599 21137 21229 D EGL_emulation: app_time_stats: avg=351.35ms min=13.41ms max=996.04ms count=3 +02-27 08:16:20.791 21137 21229 D EGL_emulation: app_time_stats: avg=95.81ms min=10.52ms max=242.92ms count=7 +02-27 08:16:21.370 21647 21647 D BoundBrokerSvc: onBind: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:16:21.387 21647 21647 D BoundBrokerSvc: Loading bound service for intent: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:16:21.437 505 554 W ActivityManager: Slow operation: 2879ms so far, now at startProcess: building args +02-27 08:16:21.473 505 505 W Looper : Slow dispatch took 1244ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:16:21.850 21137 21229 D EGL_emulation: app_time_stats: avg=137.22ms min=6.01ms max=282.31ms count=7 +02-27 08:16:21.847 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 08:16:21.922 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 08:16:21.922 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 08:16:21.922 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 08:16:21.934 505 555 W ActivityManager: Slow operation: 3376ms so far, now at startProcess: asking zygote to start proc +02-27 08:16:21.937 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 08:16:21.952 505 554 W ActivityManager: Slow operation: 3643ms so far, now at startProcess: done starting proc! +02-27 08:16:21.957 505 514 I system_server: Background young concurrent copying GC freed 778099(19MB) AllocSpace objects, 0(0B) LOS objects, 0% free, 37MB/37MB, paused 92.659ms,28.872ms total 5.424s +02-27 08:16:21.970 322 322 D Zygote : Forked child process 21713 +02-27 08:16:21.972 505 555 W ActivityManager: Slow operation: 3414ms so far, now at startProcess: returned from zygote! +02-27 08:16:22.278 505 3128 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #12974} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (6 skipped) +02-27 08:16:22.301 505 555 W ActivityManager: Slow operation: 3743ms so far, now at startProcess: done updating battery stats +02-27 08:16:22.301 505 555 W ActivityManager: Slow operation: 3743ms so far, now at startProcess: building log message +02-27 08:16:22.486 505 555 I ActivityManager: Start proc 21713:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:16:22.486 505 555 W ActivityManager: Slow operation: 3928ms so far, now at startProcess: starting to update pids map +02-27 08:16:22.813 505 555 W ActivityManager: Slow operation: 4255ms so far, now at startProcess: done updating pids map +02-27 08:16:23.006 505 505 W Looper : Slow dispatch took 169ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@bc21b8b m=0 +02-27 08:16:23.007 21137 21229 D EGL_emulation: app_time_stats: avg=141.41ms min=54.09ms max=283.60ms count=5 +02-27 08:16:24.018 21713 21713 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 08:16:24.083 21137 21229 D EGL_emulation: app_time_stats: avg=173.26ms min=17.59ms max=366.02ms count=5 +02-27 08:16:24.116 21664 21731 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:16:24.475 21664 21664 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:16:24.480 21664 21664 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:16:24.632 505 514 I system_server: Background concurrent copying GC freed 1178991(29MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 14MB/28MB, paused 660us,79us total 2.520s +02-27 08:16:25.116 505 3128 W ActivityManager: Slow operation: 244ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:16:25.119 21713 21713 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 08:16:25.282 21137 21229 D EGL_emulation: app_time_stats: avg=119.23ms min=21.98ms max=309.32ms count=9 +02-27 08:16:25.374 505 543 W Looper : Slow dispatch took 293ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:16:25.445 505 543 W Looper : Slow delivery took 258ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:16:25.481 21664 21664 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:16:25.481 21664 21664 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:16:25.564 505 505 W Looper : Slow dispatch took 400ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:16:25.564 505 505 W Looper : Slow delivery took 400ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=6 +02-27 08:16:25.590 505 543 W Looper : Drained +02-27 08:16:25.612 21664 21664 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:16:25.719 505 542 I ServiceWatcher: [GeocoderProxy] connected to {com.google.android.gms/com.google.android.gms.location.geocode.GeocodeService} +02-27 08:16:26.154 505 542 I ServiceWatcher: [fused] connected to {com.google.android.gms/com.google.android.location.fused.FusedLocationService} +02-27 08:16:26.158 21647 21647 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:16:26.158 21647 21647 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:16:26.215 21137 21590 W roid.tvlaunche: Verification of boolean amu.bN(int, android.os.Parcel, android.os.Parcel) took 183.155ms (698.86 bytecodes/s) (3808B approximate peak alloc) +02-27 08:16:26.248 21647 21647 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:16:26.249 21647 21647 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:16:26.282 505 542 W Looper : Slow dispatch took 127ms android.fg h=android.os.Handler c=android.app.LoadedApk$ServiceDispatcher$RunConnection@fc3762 m=0 +02-27 08:16:26.420 21137 21229 D EGL_emulation: app_time_stats: avg=279.95ms min=51.76ms max=559.11ms count=4 +02-27 08:16:26.548 505 2908 I LocationManagerService: fused provider loaded extra attribution tags: [activity_recognition_provider, awareness_provider, current_semantic_location, fused_location_provider, fused_provider_shim, geofencer_provider, network_location_calibration, network_location_provider, network_provider_shim] +02-27 08:16:26.566 21647 21647 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:16:26.946 21664 21677 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:16:26.947 21664 21677 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:16:27.073 21713 21713 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:16:27.114 21664 21757 I Icing : Using TV flags by method 2 +02-27 08:16:27.554 21137 21229 D EGL_emulation: app_time_stats: avg=150.91ms min=9.17ms max=431.58ms count=6 +02-27 08:16:28.643 21137 21229 D EGL_emulation: app_time_stats: avg=193.54ms min=82.06ms max=430.78ms count=5 +02-27 08:16:29.781 21137 21229 D EGL_emulation: app_time_stats: avg=256.05ms min=38.50ms max=444.37ms count=4 +02-27 08:16:31.114 21647 21647 W SystemServiceRegistry: No service published for: contexthub +02-27 08:16:31.426 21137 21137 I Choreographer: Skipped 119 frames! The application may be doing too much work on its main thread. +02-27 08:16:31.622 21137 21590 W roid.tvlaunche: Verification of void amb.() took 458.141ms (17.46 bytecodes/s) (1464B approximate peak alloc) +02-27 08:16:31.796 21137 21229 D EGL_emulation: app_time_stats: avg=2014.47ms min=2014.47ms max=2014.47ms count=1 +02-27 08:16:32.156 505 543 W Looper : Slow delivery took 428ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:16:32.389 505 543 W Looper : Drained +02-27 08:16:32.390 505 2621 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13017} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (41 skipped) +02-27 08:16:32.514 21713 21713 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 08:16:32.522 21713 21713 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:16:32.735 21713 21713 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:16:32.761 21713 21713 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:16:32.932 505 514 W system_server: Suspending all threads took: 183.982ms +02-27 08:16:33.324 21664 21698 I Icing : Storage manager: low false usage 1.54MB avail 5.40GB capacity 5.80GB +02-27 08:16:35.178 505 543 W Looper : Slow dispatch took 153ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:16:35.798 505 594 W ContentProviderHelper: Slow operation: 51ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:16:35.798 505 594 W ContentProviderHelper: Slow operation: 51ms so far, now at getContentProviderImpl: done! +02-27 08:16:36.165 21647 21706 E ActivityThread: Failed to find provider info for instantapp-dev-manager +02-27 08:16:36.245 505 514 I system_server: Background young concurrent copying GC freed 627794(15MB) AllocSpace objects, 0(0B) LOS objects, 0% free, 33MB/33MB, paused 65.089ms,184.308ms total 5.396s +02-27 08:16:36.416 505 542 W Looper : Slow dispatch took 619ms android.fg h=android.os.Handler c=com.android.server.NetworkManagementService$NetdUnsolicitedEventListener$$ExternalSyntheticLambda0@cd06d0f m=0 +02-27 08:16:36.854 21137 21137 I Choreographer: Skipped 316 frames! The application may be doing too much work on its main thread. +02-27 08:16:36.966 505 542 W Looper : Slow dispatch took 550ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:16:37.499 21137 21137 I Choreographer: Skipped 32 frames! The application may be doing too much work on its main thread. +02-27 08:16:37.600 21137 21229 D EGL_emulation: app_time_stats: avg=5803.85ms min=5803.85ms max=5803.85ms count=1 +02-27 08:16:37.756 505 1212 W ActivityManager: Slow operation: 532ms so far, now at startProcess: done creating new process record +02-27 08:16:37.756 505 1212 W ActivityManager: Slow operation: 532ms so far, now at startProcess: stepping in to startProcess +02-27 08:16:37.856 505 505 W Looper : Drained +02-27 08:16:37.927 505 1212 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:16:37.927 505 1212 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:16:37.927 505 1212 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:16:37.927 505 1212 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:16:37.966 505 1212 W ActivityManager: Slow operation: 741ms so far, now at startProcess: done starting proc! +02-27 08:16:37.966 505 1212 W ContentProviderHelper: Slow operation: 784ms so far, now at getContentProviderImpl: after start process +02-27 08:16:37.966 505 1212 W ContentProviderHelper: Slow operation: 784ms so far, now at getContentProviderImpl: updating data structures +02-27 08:16:37.966 505 1212 W ContentProviderHelper: Slow operation: 784ms so far, now at getContentProviderImpl: done! +02-27 08:16:37.969 505 555 W ActivityManager: Slow operation: 213ms so far, now at startProcess: asking zygote to start proc +02-27 08:16:37.970 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:16:38.069 21664 21745 W SQLiteLog: (28) double-quoted string literal: "1771982196797" +02-27 08:16:38.069 21664 21745 W SQLiteLog: (28) double-quoted string literal: "1" +02-27 08:16:38.308 322 322 D Zygote : Forked child process 21777 +02-27 08:16:38.308 505 555 W ActivityManager: Slow operation: 552ms so far, now at startProcess: returned from zygote! +02-27 08:16:38.309 505 555 W ActivityManager: Slow operation: 553ms so far, now at startProcess: done updating battery stats +02-27 08:16:38.378 505 555 W ActivityManager: Slow operation: 622ms so far, now at startProcess: building log message +02-27 08:16:38.378 505 555 I ActivityManager: Start proc 21777:com.google.process.gapps/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider} +02-27 08:16:38.378 505 555 W ActivityManager: Slow operation: 622ms so far, now at startProcess: starting to update pids map +02-27 08:16:38.413 505 555 W ActivityManager: Slow operation: 657ms so far, now at startProcess: done updating pids map +02-27 08:16:38.798 21137 21229 D EGL_emulation: app_time_stats: avg=197.87ms min=83.92ms max=365.42ms count=5 +02-27 08:16:39.057 21664 21740 W SQLiteLog: (28) double-quoted string literal: "1771982196829" +02-27 08:16:39.057 21664 21740 W SQLiteLog: (28) double-quoted string literal: "1" +02-27 08:16:39.058 21664 21746 W SQLiteLog: (28) double-quoted string literal: "1771982196806" +02-27 08:16:39.058 21664 21746 W SQLiteLog: (28) double-quoted string literal: "1" +02-27 08:16:39.060 21664 21742 W SQLiteLog: (28) double-quoted string literal: "1771982196826" +02-27 08:16:39.060 21664 21742 W SQLiteLog: (28) double-quoted string literal: "1" +02-27 08:16:39.215 21137 21137 I Choreographer: Skipped 35 frames! The application may be doing too much work on its main thread. +02-27 08:16:40.244 21137 21137 I Choreographer: Skipped 32 frames! The application may be doing too much work on its main thread. +02-27 08:16:40.383 505 1683 W ContentProviderHelper: Slow operation: 1053ms so far, now at getContentProviderImpl: getProviderByName +02-27 08:16:40.390 21137 21229 D EGL_emulation: app_time_stats: avg=111.99ms min=4.56ms max=298.00ms count=7 +02-27 08:16:41.173 505 1683 W ContentProviderHelper: Slow operation: 1842ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:16:41.200 505 1683 W ContentProviderHelper: Slow operation: 1870ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:16:41.200 505 1683 W ContentProviderHelper: Slow operation: 1870ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:16:41.276 505 1683 W ContentProviderHelper: Slow operation: 1946ms so far, now at getContentProviderImpl: before updateLruProcess +02-27 08:16:41.277 505 1683 W ContentProviderHelper: Slow operation: 1947ms so far, now at getContentProviderImpl: after updateLruProcess +02-27 08:16:41.277 505 1683 W ContentProviderHelper: Slow operation: 1947ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:16:41.469 21137 21229 D EGL_emulation: app_time_stats: avg=119.25ms min=19.58ms max=248.62ms count=8 +02-27 08:16:41.497 21137 21530 W roid.tvlaunche: Verification of void aqn.() took 802.278ms (9.97 bytecodes/s) (1464B approximate peak alloc) +02-27 08:16:41.577 505 1683 W ContentProviderHelper: Slow operation: 2247ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:16:41.577 505 1683 W ContentProviderHelper: Slow operation: 2247ms so far, now at getContentProviderImpl: done! +02-27 08:16:41.635 21777 21777 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. +02-27 08:16:42.120 21664 21751 W IcingInternalCorpora: Failed to get global search sources +02-27 08:16:42.220 21777 21790 W e.process.gapp: Suspending all threads took: 96.252ms +02-27 08:16:42.222 21777 21790 I e.process.gapp: Background young concurrent copying GC freed 12397(512KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1847KB/25MB, paused 562us,96.703ms total 402.161ms +02-27 08:16:42.536 21137 21137 I Choreographer: Skipped 65 frames! The application may be doing too much work on its main thread. +02-27 08:16:42.846 21137 21229 D EGL_emulation: app_time_stats: avg=653.12ms min=94.40ms max=1211.84ms count=2 +02-27 08:16:43.298 21664 21698 W native : W0000 00:00:1772155003.297783 21698 model-utils.cc:16] No CRC32, most likely an old model; skip CRC32 check +02-27 08:16:43.320 21664 21698 I native : I0000 00:00:1772155003.320078 21698 permission-checker.cc:81] Creating PermissionChecker based on ACL with config_version 1 having 9 permissions defined. +02-27 08:16:44.432 21664 21698 W native : W0000 00:00:1772155004.275741 21698 words-map.cc:36] INVALID_ARGUMENT: Empty URI +02-27 08:16:44.432 21664 21698 W native : W0000 00:00:1772155004.432473 21698 words-map.cc:40] WordsMap was not properly initialized +02-27 08:16:46.424 505 505 W Looper : Slow dispatch took 4127ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:16:46.486 505 554 W ActivityManager: Timeout executing service: ServiceRecord{6c06f7a u0 com.google.android.gms/.chimera.PersistentApiService} +02-27 08:16:46.569 505 514 I system_server: Background concurrent copying GC freed 1176527(29MB) AllocSpace objects, 0(0B) LOS objects, 35% free, 42MB/66MB, paused 170.307ms,333us total 10.184s +02-27 08:16:47.044 505 553 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13040} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (19 skipped) +02-27 08:16:47.056 21664 21696 I GmscoreIpa: (REDACTED) Using %s flags by method %d +02-27 08:16:47.069 505 554 W ActivityManager: Timeout executing service: ServiceRecord{b8058ee u0 com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService} +02-27 08:16:47.069 505 554 W ActivityManager: Timeout executing service: ServiceRecord{b8058ee u0 com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService} +02-27 08:16:47.166 21137 21137 I Choreographer: Skipped 275 frames! The application may be doing too much work on its main thread. +02-27 08:16:47.320 505 541 W ActivityManager: Slow operation: 56ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:16:47.326 505 541 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:16:47.332 505 541 W ActivityManager: Slow operation: 68ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:16:47.349 505 541 W ActivityManager: Slow operation: 85ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:16:47.349 505 541 W ActivityManager: Slow operation: 85ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:16:48.712 505 541 W ActivityManager: Slow operation: 1412ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:16:49.096 505 541 W ActivityManager: Slow operation: 1832ms so far, now at attachApplicationLocked: after updateOomAdjLocked +02-27 08:16:49.824 505 21798 I ActivityManager: dumpStackTraces pids=null nativepids=null +02-27 08:16:49.833 21777 21777 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:16:50.510 21664 21801 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36 +02-27 08:16:51.372 21137 21229 D EGL_emulation: app_time_stats: avg=8513.63ms min=8513.63ms max=8513.63ms count=1 +02-27 08:16:51.469 505 21798 I ActivityManager: Dumping to /data/anr/anr_2026-02-27-08-16-50-506 +02-27 08:16:51.545 505 21798 I ActivityManager: Collecting stacks for pid 21647 +02-27 08:16:51.633 505 21798 I system_server: libdebuggerd_client: started dumping process 21647 +02-27 08:16:51.641 235 235 I tombstoned: registered intercept for pid 21647 and type kDebuggerdJavaBacktrace +02-27 08:16:51.702 21647 21655 I .gms.persisten: Thread[2,tid=21655,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b08df50,peer=0x12d80170,"Signal Catcher"]: reacting to signal 3 +02-27 08:16:51.702 21647 21655 I .gms.persisten: +02-27 08:16:51.954 21647 21647 E inertial-anchor: Requested sensor:1 and fallback sensor: 1 are both unavailable. +02-27 08:16:51.974 505 505 W Looper : Slow delivery took 963ms main h=com.android.server.pm.SnapshotStatistics$1 c=null m=0 +02-27 08:16:52.003 21647 21647 E inertial-anchor: Requested sensor:1 and fallback sensor: 1 are both unavailable. +02-27 08:16:52.032 21713 21713 I DeviceStatusMonitor: DeviceStatusMonitor.updateCountryInfo():121 updateCountryInfo(), notifyAnyway = true +02-27 08:16:52.052 505 542 W Looper : Slow delivery took 796ms android.fg h=android.os.Handler c=com.android.server.NetworkManagementService$NetdUnsolicitedEventListener$$ExternalSyntheticLambda0@efa7f7c m=0 +02-27 08:16:52.052 505 542 W Looper : Slow dispatch took 162ms android.fg h=android.os.Handler c=com.android.server.NetworkManagementService$NetdUnsolicitedEventListener$$ExternalSyntheticLambda0@efa7f7c m=0 +02-27 08:16:52.063 505 1925 W ContentProviderHelper: Slow operation: 58ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:16:52.064 505 1925 W ContentProviderHelper: Slow operation: 58ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:16:52.064 505 1925 W ContentProviderHelper: Slow operation: 59ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:16:52.065 21664 21682 W gle.android.gm: Couldn't lock the profile file /data/misc/profiles/cur/0/com.google.android.gms/primary.prof: Failed to lock file '/data/misc/profiles/cur/0/com.google.android.gms/primary.prof': Try again +02-27 08:16:52.065 21664 21682 W gle.android.gm: Could not forcefully load profile /data/misc/profiles/cur/0/com.google.android.gms/primary.prof +02-27 08:16:53.565 505 1925 W ContentProviderHelper: Slow operation: 1560ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:16:53.565 505 1925 W ContentProviderHelper: Slow operation: 1560ms so far, now at getContentProviderImpl: done! +02-27 08:16:53.992 505 514 W system_server: Suspending all threads took: 31.423ms +02-27 08:16:55.146 322 322 I Zygote : Process 21594 exited due to signal 9 (Killed) +02-27 08:16:55.434 21664 21802 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=32 +02-27 08:16:56.878 21664 21723 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=ContactsIndexer serviceId=33 +02-27 08:16:57.551 235 235 I tombstoned: received crash request for pid 21647 +02-27 08:16:57.552 235 235 I tombstoned: found intercept fd 512 for pid 21647 and type kDebuggerdJavaBacktrace +02-27 08:16:57.569 235 235 W tombstoned: missing output fd +02-27 08:16:57.575 505 21798 I system_server: libdebuggerd_client: done dumping process 21647 +02-27 08:16:57.579 21647 21655 I .gms.persisten: Wrote stack traces to tombstoned +02-27 08:16:57.661 505 21798 I ActivityManager: Done dumping +02-27 08:16:57.871 505 505 W Looper : Drained +02-27 08:16:57.871 505 505 W Looper : Slow dispatch took 881ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:16:57.887 505 2796 D CountryDetector: No listener is left +02-27 08:16:57.966 20937 21227 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:16:57.982 322 322 I Zygote : Process 21373 exited due to signal 9 (Killed) +02-27 08:16:57.985 505 1686 W AudioService.RecordingActivityMonitor: client died +02-27 08:16:58.004 322 322 I Zygote : Process 21137 exited due to signal 9 (Killed) +02-27 08:16:58.021 322 322 I Zygote : Process 21664 exited due to signal 9 (Killed) +02-27 08:16:58.021 322 322 I Zygote : Process 21349 exited due to signal 9 (Killed) +02-27 08:16:58.025 505 542 W Looper : Drained +02-27 08:16:58.044 505 2243 I WindowManager: WIN DEATH: Window{bc5d2d6 u0 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:16:58.044 20937 21204 I bt_stack: [INFO:port_api.cc(307)] RFCOMM_RemoveServer: handle=16 +02-27 08:16:58.061 505 712 D NsdService: Client disconnected +02-27 08:16:58.067 505 712 D NsdService: Terminating client-ID 2 global-ID 14 type 393225 +02-27 08:16:58.068 505 712 D NsdService: mdnssd [stop-register, 14] +02-27 08:16:58.078 505 3128 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/21137, android.os.BinderProxy@f2e1768) +02-27 08:16:58.081 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=280, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:16:58.104 505 1698 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/21137, android.os.BinderProxy@431d781) +02-27 08:16:58.171 505 2243 W InputManager-JNI: Input channel object 'bc5d2d6 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:16:58.187 505 514 I system_server: Background young concurrent copying GC freed 2283275(57MB) AllocSpace objects, 0(0B) LOS objects, 7% free, 61MB/66MB, paused 144.656ms,165.665ms total 8.127s +02-27 08:16:58.189 321 394 W netd : dnssd_clientstub DNSServiceProcessResult called with NULL DNSServiceRef +02-27 08:16:58.250 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=283, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:16:58.312 505 595 W ActivityManager: Exception when destroying service com.google.android.gms/.gass.GassService +02-27 08:16:58.312 505 595 W ActivityManager: android.os.DeadObjectException +02-27 08:16:58.312 505 595 W ActivityManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:16:58.312 505 595 W ActivityManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:16:58.312 505 595 W ActivityManager: at android.app.IApplicationThread$Stub$Proxy.scheduleStopService(IApplicationThread.java:1538) +02-27 08:16:58.312 505 595 W ActivityManager: at com.android.server.am.ActiveServices.bringDownServiceLocked(ActiveServices.java:4303) +02-27 08:16:58.312 505 595 W ActivityManager: at com.android.server.am.ActiveServices.bringDownServiceIfNeededLocked(ActiveServices.java:4138) +02-27 08:16:58.312 505 595 W ActivityManager: at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:4477) +02-27 08:16:58.312 505 595 W ActivityManager: at com.android.server.am.ActiveServices.unbindServiceLocked(ActiveServices.java:2997) +02-27 08:16:58.312 505 595 W ActivityManager: at com.android.server.am.ActivityManagerService.unbindService(ActivityManagerService.java:12007) +02-27 08:16:58.312 505 595 W ActivityManager: at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2631) +02-27 08:16:58.312 505 595 W ActivityManager: at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2498) +02-27 08:16:58.312 505 595 W ActivityManager: at android.os.Binder.execTransactInternal(Binder.java:1179) +02-27 08:16:58.312 505 595 W ActivityManager: at android.os.Binder.execTransact(Binder.java:1143) +02-27 08:16:58.330 182 182 W lowmemorykiller: Failed to open /proc/21664/oom_score_adj; errno=2: process 21664 might have been killed +02-27 08:16:58.345 505 21798 E ActivityManager: ANR in com.google.android.gms.persistent +02-27 08:16:58.345 505 21798 E ActivityManager: PID: 21647 +02-27 08:16:58.345 505 21798 E ActivityManager: Reason: executing service com.google.android.gms/.chimera.PersistentApiService +02-27 08:16:58.345 505 21798 E ActivityManager: Frozen: false +02-27 08:16:58.345 505 21798 E ActivityManager: Load: 0.0 / 0.0 / 0.0 +02-27 08:16:58.345 505 21798 E ActivityManager: ----- Output from /proc/pressure/memory ----- +02-27 08:16:58.345 505 21798 E ActivityManager: some avg10=40.97 avg60=34.90 avg300=31.55 total=282365719 +02-27 08:16:58.345 505 21798 E ActivityManager: full avg10=8.37 avg60=7.51 avg300=7.39 total=71232033 +02-27 08:16:58.345 505 21798 E ActivityManager: ----- End output from /proc/pressure/memory ----- +02-27 08:16:58.345 505 21798 E ActivityManager: +02-27 08:16:58.345 505 21798 E ActivityManager: CPU usage from 1ms to 10724ms later (2026-02-27 08:16:46.962 to 2026-02-27 08:16:57.685): +02-27 08:16:58.345 505 21798 E ActivityManager: 82% 505/system_server: 41% user + 40% kernel / faults: 19274 minor 815 major +02-27 08:16:58.345 505 21798 E ActivityManager: 39% 21647/com.google.android.gms.persistent: 5.6% user + 34% kernel / faults: 6642 minor 883 major +02-27 08:16:58.345 505 21798 E ActivityManager: 23% 21664/com.google.android.gms: 4.3% user + 19% kernel / faults: 6112 minor 706 major +02-27 08:16:58.345 505 21798 E ActivityManager: 13% 116/kswapd0: 0% user + 13% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 10% 21137/com.google.android.tvlauncher: 1.1% user + 9.7% kernel / faults: 1166 minor 281 major +02-27 08:16:58.345 505 21798 E ActivityManager: 9.9% 338/android.hardware.graphics.composer@2.3-service: 0.6% user + 9.2% kernel / faults: 200 minor 34 major +02-27 08:16:58.345 505 21798 E ActivityManager: 9.5% 263/loop14: 0% user + 9.5% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 8% 21713/com.google.android.inputmethod.latin: 0.1% user + 7.8% kernel / faults: 1545 minor 150 major +02-27 08:16:58.345 505 21798 E ActivityManager: 7.7% 21777/com.google.process.gapps: 0.9% user + 6.8% kernel / faults: 3839 minor 255 major +02-27 08:16:58.345 505 21798 E ActivityManager: 4.3% 12/ksoftirqd/0: 0% user + 4.3% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 2.6% 182/lmkd: 0.5% user + 2% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 2% 896/com.android.networkstack.process: 0.1% user + 1.8% kernel / faults: 416 minor 55 major +02-27 08:16:58.345 505 21798 E ActivityManager: 1.8% 13/rcu_preempt: 0% user + 1.8% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0.3% 189/qemu-props: 0% user + 0.3% kernel / faults: 2 minor 3 major +02-27 08:16:58.345 505 21798 E ActivityManager: 1.8% 360/surfaceflinger: 0.1% user + 1.6% kernel / faults: 285 minor 60 major +02-27 08:16:58.345 505 21798 E ActivityManager: 1.7% 248/loop7: 0% user + 1.7% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 1.5% 161/ueventd: 0% user + 1.5% kernel / faults: 50 minor 22 major +02-27 08:16:58.345 505 21798 E ActivityManager: 1.4% 21373/com.google.android.tv.remote.service: 0% user + 1.3% kernel / faults: 407 minor 57 major +02-27 08:16:58.345 505 21798 E ActivityManager: 1.3% 347/android.hardware.sensors@2.1-service.multihal: 0.1% user + 1.1% kernel / faults: 191 minor 7 major +02-27 08:16:58.345 505 21798 E ActivityManager: 1.3% 20268/kworker/0:0-events: 0% user + 1.3% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 1.2% 322/zygote64: 0% user + 1.2% kernel / faults: 20 minor 7 major +02-27 08:16:58.345 505 21798 E ActivityManager: 1% 185/psimon: 0% user + 1% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0.9% 132/sugov:3: 0% user + 0.9% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0.9% 244/loop5: 0% user + 0.9% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0.8% 235/tombstoned: 0% user + 0.8% kernel / faults: 4 minor 8 major +02-27 08:16:58.345 505 21798 E ActivityManager: 0.8% 272/loop19: 0% user + 0.8% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0.8% 321/netd: 0% user + 0.7% kernel / faults: 47 minor 17 major +02-27 08:16:58.345 505 21798 E ActivityManager: 0.7% 243/loop4: 0% user + 0.7% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0.7% 9196/kworker/u9:4-blk_crypto_wq: 0% user + 0.7% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0.7% 21106/kworker/1:1-events: 0% user + 0.7% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0.5% 45/kcompactd0: 0% user + 0.5% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0.5% 20811/com.google.android.tvrecommendations: 0% user + 0.4% kernel / faults: 163 minor 26 major +02-27 08:16:58.345 505 21798 E ActivityManager: 0% 184/hwservicemanager: 0% user + 0% kernel / faults: 140 minor 14 major +02-27 08:16:58.345 505 21798 E ActivityManager: 0.4% 350/android.hardware.wifi@1.0-service: 0% user + 0.3% kernel / faults: 40 minor 21 major +02-27 08:16:58.345 505 21798 E ActivityManager: 0.4% 6317/kworker/u8:2: 0% user + 0.4% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0.3% 181/logd: 0% user + 0.2% kernel / faults: 32 minor 14 major +02-27 08:16:58.345 505 21798 E ActivityManager: 0.3% 183/servicemanager: 0.2% user + 0% kernel / faults: 63 minor 9 major +02-27 08:16:58.345 505 21798 E ActivityManager: 0.3% 255/loop10: 0% user + 0.3% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0.2% 131/sugov:2: 0% user + 0.2% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0.2% 500/kworker/u9:2-blk_crypto_wq: 0% user + 0.2% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0.1% 129/sugov:0: 0% user + 0.1% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0.1% 130/sugov:1: 0% user + 0.1% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0.1% 138/kworker/0:1H-kblockd: 0% user + 0.1% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0.1% 144/kworker/1:1H-kblockd: 0% user + 0.1% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0.1% 145/kworker/2:1H-kblockd: 0% user + 0.1% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0.1% 229/jbd2/dm-4-8: 0% user + 0.1% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0.1% 271/loop18: 0% user + 0.1% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0.1% 751/wpa_supplicant: 0% user + 0.1% kernel / faults: 13 minor 5 major +02-27 08:16:58.345 505 21798 E ActivityManager: 0.1% 852/android.hardware.gnss@2.0-service.ranchu: 0% user + 0.1% kernel / faults: 32 minor 1 major +02-27 08:16:58.345 505 21798 E ActivityManager: 0.1% 19702/kworker/3:2-events: 0% user + 0.1% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0% 19/migration/1: 0% user + 0% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0% 21/ksoftirqd/1: 0% user + 0% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0% 27/ksoftirqd/2: 0% user + 0% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0% 33/ksoftirqd/3: 0% user + 0% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0% 256/loop11: 0% user + 0% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0% 259/loop12: 0% user + 0% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0% 266/loop16: 0% user + 0% kernel +02-27 08:16:58.345 21777 21777 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:16:58.345 505 21798 E ActivityManager: 0% 276/loop21: 0% user + 0% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0% 287/loop26: 0% user + 0% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0% 320/statsd: 0% user + 0% kernel / faults: 111 minor 12 major +02-27 08:16:58.345 505 21798 E ActivityManager: 0% 1403/adbd: 0% user + 0% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0% 20587/kworker/u9:3-blk_crypto_wq: 0% user + 0% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 0% 21141/kworker/2:1-events: 0% user + 0% kernel +02-27 08:16:58.345 505 21798 E ActivityManager: 89% TOTAL: 11% user + 31% kernel + 19% iowait + 18% irq + 8.5% softirq +02-27 08:16:58.345 505 21798 E ActivityManager: CPU usage from 1883738ms to 1883738ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake: +02-27 08:16:58.345 505 21798 E ActivityManager: 0% TOTAL: 0% user + 0% kernel +02-27 08:16:58.346 505 595 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13047} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (5 skipped) +02-27 08:16:58.355 505 556 I libprocessgroup: Successfully killed process cgroup uid 10028 pid 21594 in 0ms +02-27 08:16:58.356 505 1212 I ActivityManager: Process android.process.acore (pid 21594) has died: cch+15 CEM +02-27 08:16:58.405 21713 21713 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = true +02-27 08:16:58.428 21777 21777 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:16:58.474 20937 21411 I BtGatt.AdvertiseManager: error sending onAdvertisingSetStopped callback +02-27 08:16:58.474 20937 21411 I BtGatt.AdvertiseManager: android.os.DeadObjectException +02-27 08:16:58.474 20937 21411 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:16:58.474 20937 21411 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:16:58.474 20937 21411 I BtGatt.AdvertiseManager: at android.bluetooth.le.IAdvertisingSetCallback$Stub$Proxy.onAdvertisingSetStopped(IAdvertisingSetCallback.java:320) +02-27 08:16:58.474 20937 21411 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager.stopAdvertisingSet(AdvertiseManager.java:261) +02-27 08:16:58.474 20937 21411 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager$AdvertisingSetDeathRecipient.binderDied(AdvertiseManager.java:123) +02-27 08:16:58.474 20937 21411 I BtGatt.AdvertiseManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:16:58.474 20937 21411 I BtGatt.AdvertiseManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:16:58.510 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:16:58.521 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 08:16:58.522 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:16:58.549 21647 21715 E ActivityThread: Failed to find provider info for com.google.settings +02-27 08:16:58.601 21777 21777 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:16:58.627 21777 21777 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:16:58.662 21713 21713 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:16:58.664 21713 21713 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:16:58.676 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:16:59.108 505 21811 I DropBoxManagerService: add tag=system_app_anr isTagEnabled=true flags=0x6 +02-27 08:16:59.201 505 514 W system_server: Suspending all threads took: 9.728ms +02-27 08:16:59.239 505 543 W Looper : Slow dispatch took 167ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:16:59.245 21713 21713 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:16:59.302 21713 21813 E FileCache: FileCache.clearObsoleteFilesInternal():271 Failed to delete all obsolete files under folder: /data/user_de/0/com.google.android.inputmethod.latin/cache/kb_def +02-27 08:16:59.317 505 554 W ActivityManager: Unable to launch app com.google.android.gsf/10057 for provider com.google.settings: launching app became null +02-27 08:16:59.318 505 554 I ActivityManager: Killing 21777:com.google.process.gapps/u0a57 (adj 0): timeout publishing content providers +02-27 08:16:59.328 322 322 I Zygote : Process 21777 exited due to signal 9 (Killed) +02-27 08:16:59.331 505 541 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10028; state: DISABLED +02-27 08:16:59.336 505 541 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10028; state: DISABLED +02-27 08:16:59.336 505 541 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10028; state: DISABLED +02-27 08:16:59.336 505 541 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10028; state: ENABLED +02-27 08:16:59.336 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10028; state: ENABLED +02-27 08:16:59.336 505 1680 I ActivityManager: Process com.google.android.tv.remote.service (pid 21373) has died: vis FGS +02-27 08:16:59.346 322 322 D Zygote : Forked child process 21814 +02-27 08:16:59.367 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 21777 in 47ms +02-27 08:16:59.367 505 556 I libprocessgroup: Successfully killed process cgroup uid 10049 pid 21373 in 0ms +02-27 08:16:59.370 505 1680 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.RemoteService in 1000ms for start-requested +02-27 08:16:59.398 505 1680 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.AtvRemoteProviderService in 27432ms for connection +02-27 08:16:59.424 505 2251 I ActivityManager: Process com.google.android.tvlauncher (pid 21137) has died: fg TOP +02-27 08:16:59.447 21713 21713 I TVLatinApp: TVLatinApp.initialize():527 initialize() +02-27 08:16:59.460 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 21137 in 0ms +02-27 08:16:59.472 505 514 I system_server: Background concurrent copying GC freed 2323364(58MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 24MB/48MB, paused 2.067ms,15.312ms total 1.145s +02-27 08:16:59.488 505 2251 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10048; state: DISABLED +02-27 08:16:59.489 21713 21733 W putmethod.lati: Suspending all threads took: 5.009ms +02-27 08:16:59.507 505 556 I libprocessgroup: Successfully killed process cgroup uid 10077 pid 21349 in 0ms +02-27 08:16:59.508 505 3536 I ActivityManager: Process com.google.android.permissioncontroller (pid 21349) has died: vis IMPF +02-27 08:16:59.510 505 3536 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.role.service.RoleControllerServiceImpl in 37320ms for connection +02-27 08:16:59.548 505 3536 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.permission.service.PermissionControllerServiceImpl in 47283ms for connection +02-27 08:16:59.554 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 21664 in 0ms +02-27 08:16:59.556 505 2569 I ActivityManager: Process com.google.android.gms (pid 21664) has died: fg BFGS +02-27 08:16:59.559 505 2569 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.icing.service.IndexWorkerService in 57273ms for start-requested +02-27 08:16:59.561 505 2569 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsIntentOperationService in 233200ms for start-requested +02-27 08:16:59.561 505 2569 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsBoundBrokerService in 67270ms for connection +02-27 08:16:59.589 505 1698 W ActivityManager: ProcessRecord{f3a83a0 0:com.google.process.gapps/u0a57} is attached to a previous process 21777 +02-27 08:16:59.622 505 1698 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:16:59.631 505 1698 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:16:59.632 505 1698 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:16:59.632 505 1698 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:16:59.648 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 21137 +02-27 08:16:59.649 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:16:59.649 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:16:59.649 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:16:59.649 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:16:59.649 505 21798 I ActivityManager: Killing 21647:com.google.android.gms.persistent/u0a57 (adj 0): bg anr +02-27 08:16:59.669 505 21798 D ActivityManager: Completed ANR of com.google.android.gms.persistent in 12717ms, latency 54ms +02-27 08:16:59.726 505 542 W Looper : Slow dispatch took 414ms android.fg h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null m=1 +02-27 08:16:59.726 505 542 W Looper : Slow delivery took 324ms android.fg h=android.os.Handler c=com.android.server.location.injector.SystemAppForegroundHelper$$ExternalSyntheticLambda1@7dc3262 m=0 +02-27 08:16:59.755 505 555 W ActivityManager: Slow operation: 425ms so far, now at startProcess: done updating battery stats +02-27 08:16:59.757 505 555 W ActivityManager: Slow operation: 427ms so far, now at startProcess: building log message +02-27 08:16:59.757 505 555 I ActivityManager: Start proc 21814:android.process.acore/u0a28 for content provider {com.android.providers.contacts/com.android.providers.contacts.ContactsProvider2} +02-27 08:16:59.757 505 555 W ActivityManager: Slow operation: 427ms so far, now at startProcess: starting to update pids map +02-27 08:16:59.757 505 555 W ActivityManager: Slow operation: 427ms so far, now at startProcess: done updating pids map +02-27 08:16:59.765 505 505 W Looper : Slow dispatch took 558ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:16:59.765 505 505 W Looper : Slow delivery took 584ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=5 +02-27 08:16:59.792 505 21798 I ActivityManager: Skipping duplicate ANR: com.android.server.am.ProcessErrorStateRecord@f0284f executing service com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService +02-27 08:16:59.792 505 21798 D ActivityManager: Completed ANR of com.google.android.gms.persistent in 123ms, latency 12600ms +02-27 08:16:59.792 505 21798 I ActivityManager: Skipping duplicate ANR: com.android.server.am.ProcessErrorStateRecord@f0284f executing service com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService +02-27 08:16:59.792 505 21798 D ActivityManager: Completed ANR of com.google.android.gms.persistent in 0ms, latency 12723ms +02-27 08:16:59.793 505 554 W BroadcastQueue: Skipping deliver [background] BroadcastRecord{ea36bdc u-1 android.intent.action.DROPBOX_ENTRY_ADDED} to ReceiverList{a0a4631 21647 com.google.android.gms.persistent/10057/u0 remote:85d52d8}: process gone or crashing +02-27 08:16:59.793 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:16:59.793 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:16:59.793 505 1212 V ActivityManager: Got obituary of 21777:com.google.process.gapps +02-27 08:16:59.793 505 555 W ActivityManager: Slow operation: 204ms so far, now at startProcess: asking zygote to start proc +02-27 08:16:59.793 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:16:59.851 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 21647 in 201ms +02-27 08:16:59.877 322 322 D Zygote : Forked child process 21822 +02-27 08:16:59.878 505 555 W ActivityManager: Slow operation: 289ms so far, now at startProcess: returned from zygote! +02-27 08:16:59.879 505 555 W ActivityManager: Slow operation: 290ms so far, now at startProcess: done updating battery stats +02-27 08:16:59.879 505 555 W ActivityManager: Slow operation: 290ms so far, now at startProcess: building log message +02-27 08:16:59.880 505 555 I ActivityManager: Start proc 21822:com.google.process.gapps/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider} +02-27 08:16:59.880 505 555 W ActivityManager: Slow operation: 291ms so far, now at startProcess: starting to update pids map +02-27 08:16:59.880 505 555 W ActivityManager: Slow operation: 291ms so far, now at startProcess: done updating pids map +02-27 08:16:59.880 505 555 W ActivityManager: Slow operation: 232ms so far, now at startProcess: asking zygote to start proc +02-27 08:16:59.880 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:16:59.892 322 322 D Zygote : Forked child process 21823 +02-27 08:16:59.893 505 555 W ActivityManager: Slow operation: 245ms so far, now at startProcess: returned from zygote! +02-27 08:16:59.894 505 555 W ActivityManager: Slow operation: 246ms so far, now at startProcess: done updating battery stats +02-27 08:16:59.894 505 555 W ActivityManager: Slow operation: 246ms so far, now at startProcess: building log message +02-27 08:16:59.894 505 555 I ActivityManager: Start proc 21823:com.google.android.tvlauncher/u0a48 for top-activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:16:59.894 505 555 W ActivityManager: Slow operation: 246ms so far, now at startProcess: starting to update pids map +02-27 08:16:59.894 505 555 W ActivityManager: Slow operation: 246ms so far, now at startProcess: done updating pids map +02-27 08:17:00.251 21713 21713 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:17:00.271 505 505 W Looper : Drained +02-27 08:17:00.271 505 505 W Looper : Slow dispatch took 239ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=com.android.server.alarm.AlarmManagerService$3$$ExternalSyntheticLambda0@e969c8 m=0 +02-27 08:17:00.271 505 505 W Looper : Slow delivery took 222ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=null m=4 +02-27 08:17:00.271 505 505 W Looper : Drained +02-27 08:17:00.299 21814 21814 E d.process.acor: Not starting debugger since process cannot load the jdwp agent. +02-27 08:17:00.300 21823 21823 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:17:00.301 21822 21822 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. +02-27 08:17:00.305 21713 21794 I LauncherIconVisibilityInitializerBase: LauncherIconVisibilityInitializerBase.lambda$doUpdate$0():52 doUpdate() : Visible = false +02-27 08:17:00.325 505 3128 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.location.geocode.GeocodeService in 20704000ms for connection +02-27 08:17:00.325 505 3128 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentBoundBrokerService in 76506ms for connection +02-27 08:17:00.325 505 3128 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.fused.FusedLocationService in 25824000ms for connection +02-27 08:17:00.325 505 3128 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentDirectBootAwareApiService in 355144ms for connection +02-27 08:17:00.325 505 3128 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService in 38654208ms for start-requested +02-27 08:17:00.325 505 3128 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService in 41214208ms for start-requested +02-27 08:17:00.325 505 3128 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentApiService in 1612496ms for connection +02-27 08:17:00.325 505 3128 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService in 50155776ms for connection +02-27 08:17:00.325 505 3128 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.network.NetworkLocationService in 52715776ms for connection +02-27 08:17:00.328 505 542 I ServiceWatcher: [fused] disconnected from 10057/com.google.android.gms/com.google.android.location.fused.FusedLocationService@1 +02-27 08:17:00.328 505 542 W Looper : Drained +02-27 08:17:00.328 505 542 I ServiceWatcher: [GeocoderProxy] disconnected from 10057/com.google.android.gms/.location.geocode.GeocodeService@2 +02-27 08:17:00.331 322 322 I Zygote : Process 21647 exited due to signal 9 (Killed) +02-27 08:17:00.358 21713 21713 I AndroidIME: TVLatinApp.onUserUnlocked():254 device protected preferences are migrated +02-27 08:17:00.364 322 322 D Zygote : Forked child process 21856 +02-27 08:17:00.379 505 555 I ActivityManager: Start proc 21856:com.google.android.gms.persistent/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.PersistentBoundBrokerService} +02-27 08:17:00.381 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10049; state: DISABLED +02-27 08:17:00.381 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10049; state: DISABLED +02-27 08:17:00.381 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10049; state: DISABLED +02-27 08:17:00.381 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10049; state: ENABLED +02-27 08:17:00.386 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10049; state: ENABLED +02-27 08:17:00.449 322 322 D Zygote : Forked child process 21865 +02-27 08:17:00.471 505 555 W ActivityManager: Slow operation: 91ms so far, now at startProcess: returned from zygote! +02-27 08:17:00.494 21856 21856 E .gms.persisten: Not starting debugger since process cannot load the jdwp agent. +02-27 08:17:00.524 21865 21865 E .remote.servic: Not starting debugger since process cannot load the jdwp agent. +02-27 08:17:00.751 505 3128 W ActivityManager: Slow operation: 369ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:17:00.763 505 3128 W ActivityManager: Slow operation: 382ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:17:00.840 505 3128 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:17:00.842 505 3128 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:17:00.842 505 3128 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:17:00.842 505 3128 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:17:00.842 505 3128 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:17:00.842 505 3128 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:17:00.842 505 3128 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:17:00.842 505 3128 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:17:00.842 505 3128 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:17:00.842 505 3128 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:17:00.874 505 3128 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:17:00.874 505 3128 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:17:00.875 505 3128 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:17:00.875 505 3128 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:17:00.875 505 3128 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:17:00.875 505 3128 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:17:00.875 505 3128 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:17:00.875 505 3128 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:17:00.875 505 3128 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:17:00.875 505 3128 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:17:00.880 505 3128 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10048; state: DISABLED +02-27 08:17:00.881 505 3128 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10048; state: DISABLED +02-27 08:17:00.882 505 3128 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10048; state: DISABLED +02-27 08:17:00.913 505 3128 W ActivityManager: Slow operation: 531ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:17:00.914 21823 21823 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:17:00.962 21814 21814 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10028; state: ENABLED +02-27 08:17:01.004 21856 21856 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:17:01.020 505 555 W ActivityManager: Slow operation: 640ms so far, now at startProcess: done updating battery stats +02-27 08:17:01.020 505 555 W ActivityManager: Slow operation: 640ms so far, now at startProcess: building log message +02-27 08:17:01.020 505 555 I ActivityManager: Start proc 21865:com.google.android.tv.remote.service/u0a49 for service {com.google.android.tv.remote.service/com.google.android.tv.remote.service.RemoteService} +02-27 08:17:01.020 505 555 W ActivityManager: Slow operation: 640ms so far, now at startProcess: starting to update pids map +02-27 08:17:01.020 505 555 W ActivityManager: Slow operation: 640ms so far, now at startProcess: done updating pids map +02-27 08:17:01.060 21822 21822 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:17:01.154 21713 21893 I SuperpacksManager: SuperpacksManager.initializeInternal():509 initializeInternal() +02-27 08:17:01.234 21713 21868 I ShortcutsDataManager: ShortcutsDataManager.onContentChanged():73 onContentChanged() +02-27 08:17:01.237 21713 21868 I ContactsDataManager: ContactsDataManager.onContentChanged():159 onContentChanged() +02-27 08:17:01.238 21713 21868 I EmailDataManager: EmailDataManager.onContentChanged():115 onContentChanged() +02-27 08:17:01.386 21713 21713 I PhenotypeModule: PhenotypeModule.onCreate():142 onCreate() +02-27 08:17:01.389 21713 21713 I PhenotypeModule: PhenotypeModule.maybeFetchAndUpdate():169 maybeFetchAndUpdate: forceRefresh=true +02-27 08:17:01.554 505 1680 W ActivityManager: Slow operation: 434ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:17:01.556 505 1680 W ActivityManager: Slow operation: 436ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:17:01.556 505 1680 W ActivityManager: Slow operation: 436ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:17:01.573 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:17:01.578 505 1680 W ActivityManager: Slow operation: 457ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:17:01.582 505 542 W Looper : Slow delivery took 200ms android.fg h=android.os.Handler c=com.android.server.location.provider.proxy.ProxyLocationProvider$1@8f8776a m=0 +02-27 08:17:01.583 505 542 W Looper : Drained +02-27 08:17:01.585 21865 21865 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10049; state: ENABLED +02-27 08:17:02.162 505 553 E PackageManager: Optimistic bind failed. +02-27 08:17:02.162 505 553 E PackageManager: java.util.concurrent.TimeoutException: [Optimistic Bind] Didn't bind to resolver in time! +02-27 08:17:02.162 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.waitForBindLocked(InstantAppResolverConnection.java:160) +02-27 08:17:02.162 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.bind(InstantAppResolverConnection.java:225) +02-27 08:17:02.162 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.lambda$optimisticBind$0$InstantAppResolverConnection(InstantAppResolverConnection.java:255) +02-27 08:17:02.162 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection$$ExternalSyntheticLambda0.run(Unknown Source:2) +02-27 08:17:02.162 505 553 E PackageManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:17:02.162 505 553 E PackageManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:17:02.162 505 553 E PackageManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:17:02.162 505 553 E PackageManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:17:02.162 505 553 E PackageManager: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:17:02.860 21856 21870 I .gms.persisten: Background young concurrent copying GC freed 12837(567KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1903KB/25MB, paused 19us,9us total 428.759ms +02-27 08:17:02.872 21713 21899 W putmethod.lati: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:17:02.872 21713 21899 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:17:02.872 21713 21899 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:17:02.907 21823 21823 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:17:02.988 21814 21814 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.contacts' set to: 'default' +02-27 08:17:02.988 21814 21814 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:17:03.009 21814 21814 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:17:03.009 21814 21814 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:17:03.057 21865 21865 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AtvRemoteService/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:17:03.083 21713 21893 I SuperpacksManager: SuperpacksManager.initializeInternal():556 Switched background task scheduler: false +02-27 08:17:03.091 21713 21893 I JobSchedulerImpl: JobSchedulerImpl.schedule():73 Schedule task: superpacks-gc-task. Cancel the pre-existing task. +02-27 08:17:03.233 21823 21823 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:17:03.233 21823 21823 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:17:03.247 21823 21823 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:17:03.249 21823 21823 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:17:03.258 21713 21893 I JobSchedulerImpl: JobSchedulerImpl.schedule():91 Schedule task: superpacks-gc-task. Success. +02-27 08:17:03.386 21856 21856 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:17:03.433 505 2908 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:17:03.433 505 2908 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:17:03.434 505 2908 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:17:03.434 505 2908 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:17:03.449 21822 21822 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:17:03.451 21822 21822 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:17:03.457 21822 21822 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:17:03.470 21814 21814 I ContactsPerf: VoicemailContentProvider.onCreate start +02-27 08:17:03.481 21865 21865 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tv.remote.service' set to: 'default' +02-27 08:17:03.482 21865 21865 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:17:03.495 505 555 W ActivityManager: Slow operation: 63ms so far, now at startProcess: asking zygote to start proc +02-27 08:17:03.496 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:17:03.505 322 322 D Zygote : Forked child process 21909 +02-27 08:17:03.505 505 555 W ActivityManager: Slow operation: 73ms so far, now at startProcess: returned from zygote! +02-27 08:17:03.507 505 555 W ActivityManager: Slow operation: 75ms so far, now at startProcess: done updating battery stats +02-27 08:17:03.507 505 555 W ActivityManager: Slow operation: 75ms so far, now at startProcess: building log message +02-27 08:17:03.507 505 555 I ActivityManager: Start proc 21909:com.google.android.gms/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.GmsBoundBrokerService} +02-27 08:17:03.507 505 555 W ActivityManager: Slow operation: 75ms so far, now at startProcess: starting to update pids map +02-27 08:17:03.507 505 555 W ActivityManager: Slow operation: 75ms so far, now at startProcess: done updating pids map +02-27 08:17:03.508 21865 21865 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:17:03.509 21865 21865 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:17:03.510 21822 21822 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:17:03.587 21909 21909 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. +02-27 08:17:03.624 21814 21814 I ContactsPerf: VoicemailContentProvider.onCreate finish +02-27 08:17:03.831 21865 21865 I AtvRemote.Application: Application started +02-27 08:17:04.063 21909 21909 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:17:04.327 21856 21856 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:17:04.327 21856 21856 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:17:04.346 21856 21856 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:17:04.363 505 541 D CountryDetector: The first listener is added +02-27 08:17:04.364 21814 21814 I ContactsDatabaseHelper: updateUseStrictPhoneNumberComparison: US +02-27 08:17:04.475 21856 21856 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:17:04.665 21865 21931 W .remote.servic: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:17:04.665 21865 21931 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:17:04.665 21865 21931 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:17:05.013 21713 21713 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:17:05.013 21713 21713 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:17:05.014 21713 21713 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:17:05.061 21909 21909 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:17:05.213 21909 21909 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:17:05.213 21909 21909 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:17:05.238 21909 21909 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:17:05.380 21909 21909 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:17:05.482 21822 21822 I GoogleHttpClient: GMS http client unavailable, use old client +02-27 08:17:05.504 505 514 W system_server: Suspending all threads took: 10.202ms +02-27 08:17:05.532 21814 21923 I CallLogProvider: Syncing call composer pics -- source user=0, isShadow=true, forAllUser=false +02-27 08:17:05.536 21814 21923 I CallLogProvider: Fetching list of Uris to sync +02-27 08:17:05.607 21814 21935 D ContactsDatabaseHelper: WAL enabled for contacts2.db: true +02-27 08:17:05.777 21822 21822 I CarUiInstaller: CarUiInstaller started for com.google.android.gsf +02-27 08:17:05.884 21713 21713 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:17:05.887 21713 21713 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:17:05.889 21713 21713 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:17:05.939 505 514 I system_server: Background young concurrent copying GC freed 1361379(34MB) AllocSpace objects, 5(328KB) LOS objects, 57% free, 18MB/42MB, paused 3.258ms,12.822ms total 1.853s +02-27 08:17:05.965 505 542 W Looper : Slow dispatch took 152ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:17:06.130 21713 21713 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:17:06.131 21713 21713 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:17:06.132 21713 21713 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:17:06.270 21713 21713 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:17:06.320 21713 21713 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:17:06.324 21713 21713 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:17:06.324 21713 21713 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:17:06.325 21713 21713 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:17:06.325 21713 21713 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:17:06.326 21713 21713 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:17:06.354 21713 21713 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:17:06.354 21713 21713 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:17:06.354 21713 21713 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:17:06.357 21713 21713 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:17:06.362 21713 21713 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:17:06.401 21713 21713 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:17:06.401 21713 21713 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:17:06.419 21713 21713 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:17:06.422 21713 21713 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:17:06.426 21713 21713 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:17:06.427 21865 21865 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:17:06.428 21865 21865 I AtvRemote.RemoteService: Starting bluetooth server +02-27 08:17:06.466 505 554 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10052; state: DISABLED +02-27 08:17:06.621 21713 21957 I JapaneseMozcExtension: JapaneseMozcExtension.onCreateServiceInternal():78 onCreateServiceInternal() +02-27 08:17:06.636 21713 21713 I DeviceStatusMonitor: DeviceStatusMonitor$1.onReceive():58 onReceive() : Action = android.net.conn.CONNECTIVITY_CHANGE +02-27 08:17:06.636 21713 21713 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = false +02-27 08:17:06.671 20937 20953 I bt_btif_sock_rfcomm: system/bt/btif/src/btif_sock_rfc.cc:303 btsock_rfc_listen: Adding listening socket service_name: Android TV Remote - channel: -1 +02-27 08:17:06.677 21856 21856 I Safeboot: Checking safeboot... +02-27 08:17:06.702 21856 21856 I FixerFramework: Installing ProviderInstaller. +02-27 08:17:06.704 21713 21962 I NetworkInfoNotification: NetworkInfoNotification$Listener.onReceive():93 onNetworkAvailable: networkState = NON_METERED, isAirplaneModeOn = false +02-27 08:17:06.706 21865 21865 I AtvRemote.BluetoothServer: Starting Bluetooth LE advertising +02-27 08:17:06.709 21865 21865 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:17:06.710 21865 21865 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:17:06.718 21713 21713 I UrgentSignalsProcessor: UrgentSignalsProcessor.flagUpdated():97 Received flagsUpdated for urgent signal +02-27 08:17:06.761 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:17:06.761 20937 21204 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=6, is_server=1, mtu=990, uuid=000000, dlci=12, signal_state=0x0b, p_port=0x7a81908a48 +02-27 08:17:06.792 21713 21713 I DictionarySuperpacksManager: DictionarySuperpacksManager$1.onEnabledInputMethodEntriesChanged():60 onEnabledInputMethodEntriesChanged +02-27 08:17:06.794 21713 21713 I MetricsProcessorProviderManager: MetricsProcessorProviderManager.onClearcutAdapterReady():102 onClearcutAdapterReady +02-27 08:17:06.917 21713 21713 I KeyboardDefManager: KeyboardDefManager$LoadKeyboardDefTask$1.onFailure():184 Task to load keyboard def was canceled. +02-27 08:17:06.917 21713 21713 I KeyboardDefManager: java.util.concurrent.CancellationException: Task was cancelled. +02-27 08:17:06.917 21713 21713 I KeyboardDefManager: at jke.s(PG:3) +02-27 08:17:06.917 21713 21713 I KeyboardDefManager: at jke.get(PG:4) +02-27 08:17:06.917 21713 21713 I KeyboardDefManager: at job.k(PG:1) +02-27 08:17:06.917 21713 21713 I KeyboardDefManager: at job.E(PG:2) +02-27 08:17:06.917 21713 21713 I KeyboardDefManager: at jma.run(PG:4) +02-27 08:17:06.917 21713 21713 I KeyboardDefManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:17:06.917 21713 21713 I KeyboardDefManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:17:06.917 21713 21713 I KeyboardDefManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:17:06.917 21713 21713 I KeyboardDefManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:17:06.917 21713 21713 I KeyboardDefManager: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:17:06.917 21713 21713 I KeyboardDefManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:17:06.917 21713 21713 I KeyboardDefManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:17:06.917 21713 21713 I KeyboardDefManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:17:06.950 21814 21935 I ContactLocale: AddressBook Labels [[en_US]]: […, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, Α, Β, Γ, Δ, Ε, Ζ, Η, Θ, Ι, Κ, Λ, Μ, Ν, Ξ, Ο, Π, Ρ, Σ, Τ, Υ, Φ, Χ, Ψ, Ω, …, А, Б, В, Г, Д, Ђ, Е, Є, Ж, З, И, І, Й, Ј, К, Л, Љ, М, Н, Њ, О, П, Р, С, Т, Ћ, У, Ф, Х, Ц, Ч, Џ, Ш, Щ, Ю, Я, …, א, ב, ג, ד, ה, ו, ז, ח, ט, י, כ, ל, מ, נ, ס, ע, פ, צ, ק, ר, ש, ת, …, ا, ب, ت, ث, ج, ح, خ, د, ذ, ر, ز, س, ش, ص, ض, ط, ظ, ع, غ, ف, ق, ك, ل, م, ن, ه, و, ي, …, ก, ข, ฃ, ค, ฅ, ฆ, ง, จ, ฉ, ช, ซ, ฌ, ญ, ฎ, ฏ, ฐ, ฑ, ฒ, ณ, ด, ต, ถ, ท, ธ, น, บ, ป, ผ, ฝ, พ, ฟ, ภ, ม, ย, ร, ฤ, ล, ฦ, ว, ศ, ษ, ส, ห, ฬ, อ, ฮ, …, ㄱ, ㄴ, ㄷ, ㄹ, ㅁ, ㅂ, ㅅ, ㅇ, ㅈ, ㅊ, ㅋ, ㅌ, ㅍ, ㅎ, …, あ, か, さ, た, な, は, ま, や, ら, わ, #, …] +02-27 08:17:06.971 21823 21964 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:17:07.013 21823 21964 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:17:07.015 21823 21964 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:17:07.106 21814 21935 D ContactsDatabaseHelper: WAL enabled for profile.db: false +02-27 08:17:07.114 21856 21856 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:17:07.163 21856 21856 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:17:07.163 21856 21856 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:17:07.185 21865 21865 I AtvRemote.BluetoothServer: Advertising on LE Settings [mAdvertiseMode=0, mAdvertiseTxPowerLevel=2, mAdvertiseConnectable=true, mAdvertiseTimeoutMillis=0] +02-27 08:17:07.192 505 505 W Binder:505_2: type=1400 audit(0.0:2053): avc: denied { write } for name="uinput" dev="tmpfs" ino=382 scontext=u:r:system_server:s0 tcontext=u:object_r:uhid_device:s0 tclass=chr_file permissive=0 +02-27 08:17:07.191 21865 21865 D TvRemoteProvider: openRemoteInputBridge() for virtual-search: success +02-27 08:17:07.196 505 541 I TvRemote-native-uiBridge: Registering uinput device virtual-search: touch pad size 1x1, max pointers 1. +02-27 08:17:07.196 505 541 E TvRemote-native-uiBridge: Cannot open /dev/uinput: Permission denied. +02-27 08:17:07.197 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:17:07.197 21823 21837 W roid.tvlaunche: Suspending all threads took: 12.178ms +02-27 08:17:07.214 505 541 E TvRemoteServiceInput: Cannot create device for virtual-search +02-27 08:17:08.273 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:17:08.277 505 712 D NsdService: mdnssd [stop-service] +02-27 08:17:08.637 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:17:08.890 505 712 E mDnsConnector: NDC Command {38 mdnssd stop-service} took too long (613ms) +02-27 08:17:08.902 21713 21713 I Choreographer: Skipped 104 frames! The application may be doing too much work on its main thread. +02-27 08:17:09.047 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:17:09.060 21823 21823 W ChimeRegistrationManage: Chime not initialized, cannot register for notifications. +02-27 08:17:09.072 21713 21713 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1145 update screenHeightWithoutNaviBar to: 1080 +02-27 08:17:09.204 21713 21713 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1152 update max height when insets changes +02-27 08:17:09.356 21713 21713 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. +02-27 08:17:09.580 21823 21823 W Glide : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored +02-27 08:17:09.634 505 2908 W ContentProviderHelper: Slow operation: 275ms so far, now at getContentProviderImpl: before set stopped state +02-27 08:17:09.634 505 2908 W ContentProviderHelper: Slow operation: 275ms so far, now at getContentProviderImpl: after set stopped state +02-27 08:17:09.634 505 2908 W ContentProviderHelper: Slow operation: 275ms so far, now at getContentProviderImpl: looking for process record +02-27 08:17:09.634 505 2908 W ContentProviderHelper: Slow operation: 275ms so far, now at getContentProviderImpl: updating data structures +02-27 08:17:09.634 505 2908 W ContentProviderHelper: Slow operation: 275ms so far, now at getContentProviderImpl: done! +02-27 08:17:09.676 505 541 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13113} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (26 skipped) +02-27 08:17:10.133 21865 21997 I AtvRemote.TcpServer: Listening on 6466 +02-27 08:17:10.145 21865 21865 I AtvRemote.RemoteService: Starting up pairing server. +02-27 08:17:10.539 21856 21856 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:17:10.550 505 541 I ActivityManager: Background started FGS: Allowed [callingPackage: com.google.android.tv.remote.service; callingUid: 10049; uidState: FGS ; intent: Intent { cmp=com.google.android.tv.remote.service/.DiscoveryService }; code:BACKGROUND_ACTIVITY_PERMISSION; tempAllowListReason:; targetSdkVersion:31; callerTargetSdkVersion:31; startForegroundCount:0; bindFromPackage:null] +02-27 08:17:10.649 21909 21909 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:17:10.650 21909 21909 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:17:10.650 21909 21909 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:17:10.748 505 505 W Looper : Slow dispatch took 114ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:17:10.765 21909 21909 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:17:11.168 21814 21847 W d.process.acor: Suspending all threads took: 47.260ms +02-27 08:17:11.182 505 505 W Looper : Slow dispatch took 186ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$EnqueueNotificationRunnable@8dbc808 m=0 +02-27 08:17:11.372 21814 21923 I CallLogProvider: Will sync following Uris:[] +02-27 08:17:11.373 21814 21923 I CallLogProvider: Syncing call composer pics -- got [] +02-27 08:17:11.377 505 514 W system_server: Suspending all threads took: 122.100ms +02-27 08:17:11.547 21856 21856 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:17:11.563 21909 21909 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:17:11.702 21856 21856 W SQLiteCompatibilityWalFlags: Cannot read global setting sqlite_compatibility_wal_flags - Application state not available +02-27 08:17:11.714 505 712 D NsdService: New client listening to asynchronous messages +02-27 08:17:11.718 505 712 D NsdService: New client, channel: com.android.internal.util.AsyncChannel@d367587 messenger: android.os.Messenger@5695cb4 +02-27 08:17:11.722 21865 21865 D CompatibilityChangeReporter: Compat change id reported: 191844585; UID 10049; state: ENABLED +02-27 08:17:11.741 505 2908 D ConnectivityService: requestNetwork for uid/pid:10048/21823 activeRequest: null callbackRequest: 284 [NetworkRequest [ REQUEST id=285, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:17:11.781 21823 21823 W PrtnrWidgetInfoLdr: No content provider for OEM widget found +02-27 08:17:11.787 505 712 D NsdService: Register service +02-27 08:17:11.787 505 712 D NsdService: mdnssd [start-service] +02-27 08:17:11.790 505 709 D ConnectivityService: NetReassign [285 : null → 101] +02-27 08:17:11.824 505 514 I system_server: Background concurrent copying GC freed 1382408(35MB) AllocSpace objects, 2(56KB) LOS objects, 50% free, 22MB/45MB, paused 43.283ms,122.655ms total 2.238s +02-27 08:17:11.830 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=285, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:17:11.830 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=285, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:17:11.830 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=285, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:17:11.889 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:17:11.889 505 505 W Looper : Slow dispatch took 707ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$PostNotificationRunnable@e8e7f m=0 +02-27 08:17:11.889 505 505 W Looper : Slow delivery took 498ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$NotificationListeners$$ExternalSyntheticLambda4@ad78e4c m=0 +02-27 08:17:11.893 505 505 W Looper : Drained +02-27 08:17:12.134 21823 22009 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.searchapi.VoiceInteractionProvider +02-27 08:17:12.140 21865 21929 D PhenotypeContext: Application doesn't implement PhenotypeApplication interface, falling back to globally set context. See go/phenotype-flag#process-stable-init for more info. +02-27 08:17:12.170 505 712 D NsdService: registerService: 15 name: sdk_google_atv64_arm64, type: _androidtvremote2._tcp., host: null, port: 6466, txtRecord: bt=BB:BB:BB:00:00:01 +02-27 08:17:12.171 505 712 D NsdService: mdnssd [register, 15, sdk_google_atv64_arm64, _androidtvremote2._tcp., 6466, FGJ0PUJCOkJCOkJCOjAwOjAwOjAx] +02-27 08:17:12.171 505 516 E System : Uncaught exception thrown by finalizer +02-27 08:17:12.174 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:17:12.174 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:17:12.208 505 712 D NsdService: Register 2 15 +02-27 08:17:12.236 21823 22009 E ActivityThread: Failed to find provider info for tvlauncher.mic +02-27 08:17:12.268 505 516 E System : java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Object.equals(java.lang.Object)' on a null object reference +02-27 08:17:12.268 505 516 E System : at com.android.server.tv.UinputBridge.isTokenValid(UinputBridge.java:135) +02-27 08:17:12.268 505 516 E System : at com.android.server.tv.UinputBridge.close(UinputBridge.java:119) +02-27 08:17:12.268 505 516 E System : at com.android.server.tv.UinputBridge.finalize(UinputBridge.java:111) +02-27 08:17:12.268 505 516 E System : at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:291) +02-27 08:17:12.268 505 516 E System : at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:278) +02-27 08:17:12.268 505 516 E System : at java.lang.Daemons$Daemon.run(Daemons.java:139) +02-27 08:17:12.268 505 516 E System : at java.lang.Thread.run(Thread.java:920) +02-27 08:17:12.414 21823 22014 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:17:12.469 21823 22009 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:17:12.734 21856 21856 I GmsApplication: Registering the BackgroundBroadcastReceiverSupport receiver. +02-27 08:17:13.017 21909 22023 I GMS_MM_Logger: Started. +02-27 08:17:13.022 21909 21909 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:17:13.042 21909 22022 I Watchcat: Started +02-27 08:17:13.043 505 2621 I ActivityTaskManager: START u0 {flg=0x14000000 cmp=com.google.android.tvlauncher/.MainActivity (has extras)} from uid 10048 +02-27 08:17:13.215 505 712 D NsdService: Native daemon message SERVICE_REGISTERED: 606 15 "sdk_google_atv64_arm64" +02-27 08:17:13.236 21865 22002 I AtvRemote.DiscoveryService: NDS Service registered: sdk_google_atv64_arm64 +02-27 08:17:13.330 21823 21823 E Clearcut-EventLogger: Unexpected log parameter home_selected_row_position +02-27 08:17:13.437 21856 21856 I GmsReceiverSupport: Registered Receiver for 14+1 IntentFilters +02-27 08:17:13.514 21856 21903 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:17:13.514 21856 21903 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:17:13.659 21856 22032 I GMS_MM_Logger: Started. +02-27 08:17:13.791 21856 21856 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:17:13.795 21856 22031 I Watchcat: Started +02-27 08:17:13.906 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:17:13.948 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:17:13.953 21823 21823 E Clearcut-EventLogger: Unexpected log parameter shown_channel_count +02-27 08:17:13.972 21823 21823 E Clearcut-EventLogger: Unexpected log parameter shown_channel_count +02-27 08:17:14.305 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:17:14.404 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:17:14.439 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:17:14.449 21823 21961 D HostConnection: createUnique: call +02-27 08:17:14.452 21823 21961 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b098710, tid 21961 +02-27 08:17:14.920 21823 21961 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:17:15.187 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 08:17:15.266 21823 21961 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 08:17:15.276 21823 21961 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 08:17:15.290 21823 21961 D EGL_emulation: eglCreateContext: 0xb400007b8b099010: maj 3 min 0 rcv 3 +02-27 08:17:15.326 21823 21961 D EGL_emulation: eglMakeCurrent: 0xb400007b8b099010: ver 3 0 (tinfo 0x7da2400080) (first time) +02-27 08:17:15.392 21713 21896 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:17:15.426 21713 21896 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:17:15.618 360 446 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 08:17:15.621 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 08:17:15.622 21823 21961 I Gralloc4: mapper 4.x is not supported +02-27 08:17:15.642 21823 21961 D HostConnection: createUnique: call +02-27 08:17:15.644 21823 21961 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09b710, tid 21961 +02-27 08:17:15.645 21823 21961 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 08:17:15.646 21823 21961 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 08:17:15.650 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 08:17:15.651 21823 21961 W Gralloc4: allocator 4.x is not supported +02-27 08:17:15.661 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:17:15.671 21823 21961 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:17:15.682 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f97f4000 0x1f9fe0000] +02-27 08:17:15.695 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9fe0000 0x1fa7cc000] +02-27 08:17:15.891 505 514 I system_server: Background young concurrent copying GC freed 1422864(35MB) AllocSpace objects, 0(0B) LOS objects, 24% free, 34MB/45MB, paused 10.123ms,4.123ms total 624.525ms +02-27 08:17:15.997 21856 21856 D BoundBrokerSvc: onBind: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:17:15.997 21856 21856 D BoundBrokerSvc: Loading bound service for intent: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:17:16.031 21909 21909 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:17:16.033 21909 21909 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:17:16.160 21713 21713 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:17:16.160 21713 21713 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 7 +02-27 08:17:16.174 21909 21909 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:17:16.175 21909 21909 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:17:16.337 505 542 I ServiceWatcher: [GeocoderProxy] connected to {com.google.android.gms/com.google.android.gms.location.geocode.GeocodeService} +02-27 08:17:16.338 21909 21927 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:17:16.338 21909 21927 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:17:16.392 505 514 I system_server: Background young concurrent copying GC freed 1312343(32MB) AllocSpace objects, 0(0B) LOS objects, 60% free, 15MB/39MB, paused 1.699ms,2.136ms total 175.989ms +02-27 08:17:16.422 505 542 I ServiceWatcher: [fused] connected to {com.google.android.gms/com.google.android.location.fused.FusedLocationService} +02-27 08:17:16.438 21823 21823 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:17:16.438 21823 21823 W Glide : class byq: Received null model +02-27 08:17:16.439 21856 21856 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:17:16.439 21856 21856 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:17:16.473 505 541 I LocationManagerService: fused provider loaded extra attribution tags: [activity_recognition_provider, awareness_provider, current_semantic_location, fused_location_provider, fused_provider_shim, geofencer_provider, network_location_calibration, network_location_provider, network_provider_shim] +02-27 08:17:16.473 21823 21823 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:17:16.473 21823 21823 W Glide : class byq: Received null model +02-27 08:17:16.608 21856 21879 I FontLog : (REDACTED) Updating from directory version %d to %d from disk +02-27 08:17:16.615 21856 21879 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:17:16.617 21856 21879 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:17:16.621 21856 22042 I FontLog : (REDACTED) Using directory in FlatBuffer format +02-27 08:17:16.626 21856 21856 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:17:16.638 21856 21879 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:17:16.638 21856 21879 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:17:16.644 21856 21879 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:17:16.652 21909 22063 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:17:16.677 21856 21903 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:17:16.680 21909 22063 E IntentOperationSvc: Dropping the index due to too many crashes. Continue as a fresh start. +02-27 08:17:16.681 21856 21903 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:17:16.706 21856 21903 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:17:16.716 21865 21902 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. +02-27 08:17:16.723 21856 21903 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:17:16.775 21865 21902 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:17:16.775 21865 21902 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 7 +02-27 08:17:16.775 21865 21902 V DynamiteModule: Dynamite loader version >= 2, using loadModule2NoCrashUtils +02-27 08:17:16.831 21823 21837 I roid.tvlaunche: Background young concurrent copying GC freed 13412(1517KB) AllocSpace objects, 2(136KB) LOS objects, 20% free, 4681KB/5893KB, paused 258us,24us total 127.476ms +02-27 08:17:16.832 21856 21888 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:17:16.893 21713 21713 I Choreographer: Skipped 466 frames! The application may be doing too much work on its main thread. +02-27 08:17:16.905 505 554 W ActivityManager: Slow operation: 52ms so far, now at startProcess: done creating new process record +02-27 08:17:16.905 505 554 W ActivityManager: Slow operation: 52ms so far, now at startProcess: stepping in to startProcess +02-27 08:17:16.920 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10078; state: DISABLED +02-27 08:17:16.920 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10078; state: DISABLED +02-27 08:17:16.920 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10078; state: DISABLED +02-27 08:17:16.920 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10078; state: ENABLED +02-27 08:17:16.933 505 554 W ActivityManager: Slow operation: 80ms so far, now at startProcess: done starting proc! +02-27 08:17:16.943 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10078; state: ENABLED +02-27 08:17:16.958 322 322 D Zygote : Forked child process 22075 +02-27 08:17:16.958 505 555 W ActivityManager: Slow operation: 53ms so far, now at startProcess: returned from zygote! +02-27 08:17:16.959 505 555 W ActivityManager: Slow operation: 54ms so far, now at startProcess: done updating battery stats +02-27 08:17:17.028 505 555 W ActivityManager: Slow operation: 123ms so far, now at startProcess: building log message +02-27 08:17:17.028 505 555 I ActivityManager: Start proc 22075:com.google.android.ext.services/u0a78 for service {com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} +02-27 08:17:17.028 505 555 W ActivityManager: Slow operation: 123ms so far, now at startProcess: starting to update pids map +02-27 08:17:17.028 505 555 W ActivityManager: Slow operation: 123ms so far, now at startProcess: done updating pids map +02-27 08:17:17.126 21856 21856 W SystemServiceRegistry: No service published for: contexthub +02-27 08:17:17.388 505 3128 W ContentProviderHelper: Slow operation: 191ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:17:17.389 505 3128 W ContentProviderHelper: Slow operation: 192ms so far, now at getContentProviderImpl: done! +02-27 08:17:17.425 21823 21837 I roid.tvlaunche: Background young concurrent copying GC freed 7636(706KB) AllocSpace objects, 6(184KB) LOS objects, 21% free, 4627KB/5893KB, paused 50us,23us total 258.126ms +02-27 08:17:17.836 21823 22066 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:17:17.948 21823 21823 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:17:17.961 21823 21823 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:17:18.049 505 3128 W ContentProviderHelper: Slow operation: 87ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:17:18.049 505 3128 W ContentProviderHelper: Slow operation: 87ms so far, now at getContentProviderImpl: done! +02-27 08:17:18.194 505 1680 W ContentProviderHelper: Slow operation: 97ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:17:18.194 505 1680 W ContentProviderHelper: Slow operation: 97ms so far, now at getContentProviderImpl: done! +02-27 08:17:18.241 22075 22075 E id.ext.service: Not starting debugger since process cannot load the jdwp agent. +02-27 08:17:18.286 21823 22066 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:222508000 +02-27 08:17:18.286 21823 22066 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 222508000 +02-27 08:17:18.318 21823 21823 E Clearcut-EventLogger: Unexpected log parameter home_selected_row_position +02-27 08:17:18.318 21823 21823 W HomeController: onResume: List view global layout completed. +02-27 08:17:18.389 21856 22033 E ActivityThread: Failed to find provider info for instantapp-dev-manager +02-27 08:17:18.436 505 2621 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10078; state: DISABLED +02-27 08:17:18.446 505 2621 W ActivityManager: Slow operation: 85ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:17:18.557 505 2621 W ActivityManager: Slow operation: 196ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:17:18.557 505 2621 W ActivityManager: Slow operation: 196ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:17:18.740 21856 21856 E inertial-anchor: Requested sensor:1 and fallback sensor: 1 are both unavailable. +02-27 08:17:18.761 21856 21856 E inertial-anchor: Requested sensor:1 and fallback sensor: 1 are both unavailable. +02-27 08:17:18.828 505 2621 W ActivityManager: Slow operation: 467ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:17:18.838 22075 22075 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10078; state: DISABLED +02-27 08:17:19.142 21823 22066 D DynamitePackage: Instantiated singleton DynamitePackage. +02-27 08:17:19.142 21823 22066 D DynamitePackage: Instantiating com.google.android.gms.ads.adshield.ChimeraAdShieldCreatorImpl +02-27 08:17:19.270 505 543 W Looper : Slow dispatch took 465ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:17:19.315 505 543 W Looper : Slow delivery took 491ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:17:19.728 505 514 W system_server: Suspending all threads took: 197.820ms +02-27 08:17:20.325 198 21989 I keystore2: keystore2::watchdog: Watchdog thread idle -> terminating. Have a great day. +02-27 08:17:20.427 21823 22102 W roid.tvlaunche: Verification of void com.google.android.gms.ads.internal.flag.s.() took 133.675ms (299.23 bytecodes/s) (1744B approximate peak alloc) +02-27 08:17:20.617 21823 22102 W roid.tvlaunche: Verification of void com.google.android.gms.ads.internal.flag.a.(java.lang.String, java.lang.Object, int) took 187.972ms (53.20 bytecodes/s) (1464B approximate peak alloc) +02-27 08:17:20.625 22075 22091 I id.ext.service: Background young concurrent copying GC freed 12781(553KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1869KB/25MB, paused 51us,33us total 988.785ms +02-27 08:17:20.930 21823 22103 W roid.tvlaunche: Verification of com.google.ads.afma.proto2api.e apr.a(android.content.Context, java.lang.String, java.lang.String) took 443.593ms (60.87 bytecodes/s) (2240B approximate peak alloc) +02-27 08:17:21.070 21823 22102 W roid.tvlaunche: Verification of java.lang.Object com.google.android.gms.ads.internal.flag.a.e() took 452.444ms (419.94 bytecodes/s) (4840B approximate peak alloc) +02-27 08:17:21.212 21823 22103 W roid.tvlaunche: Verification of void apq.(android.content.Context, java.lang.String, java.lang.String) took 281.296ms (170.64 bytecodes/s) (2360B approximate peak alloc) +02-27 08:17:21.521 21823 22103 W roid.tvlaunche: Verification of void alw.F() took 164.985ms (6.06 bytecodes/s) (1216B approximate peak alloc) +02-27 08:17:21.556 21823 22102 W roid.tvlaunche: Verification of java.lang.Object com.google.android.gms.ads.internal.config.m.a() took 220.324ms (689.89 bytecodes/s) (6456B approximate peak alloc) +02-27 08:17:22.772 21823 22103 W roid.tvlaunche: Verification of void alw.t(amt, java.util.Set) took 1.239s (209.72 bytecodes/s) (9192B approximate peak alloc) +02-27 08:17:22.945 21823 22067 I gmg : Provider GmsCore_OpenSSL not available +02-27 08:17:23.068 21823 21837 I roid.tvlaunche: Background concurrent copying GC freed 12154(985KB) AllocSpace objects, 5(160KB) LOS objects, 49% free, 5029KB/10059KB, paused 91.766ms,19us total 3.565s +02-27 08:17:23.111 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:17:23.127 505 505 W Looper : Slow dispatch took 509ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=6 +02-27 08:17:23.196 505 553 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13172} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (49 skipped) +02-27 08:17:23.196 505 543 W Looper : Drained +02-27 08:17:23.222 21823 21823 I Choreographer: Skipped 543 frames! The application may be doing too much work on its main thread. +02-27 08:17:23.257 505 541 D ConnectivityService: requestNetwork for uid/pid:10048/21823 activeRequest: null callbackRequest: 286 [NetworkRequest [ REQUEST id=287, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:17:23.262 505 709 D ConnectivityService: NetReassign [287 : null → 101] +02-27 08:17:23.287 22075 22075 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.ext.services' set to: 'default' +02-27 08:17:23.287 21823 21823 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:17:23.287 505 514 I system_server: Background young concurrent copying GC freed 1084908(27MB) AllocSpace objects, 0(0B) LOS objects, 0% free, 40MB/40MB, paused 12.789ms,280.707ms total 4.162s +02-27 08:17:23.288 21823 21823 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:17:23.288 22075 22075 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:17:23.296 22075 22075 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:17:23.299 22075 22075 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:17:23.426 505 505 W Looper : Slow delivery took 3869ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:17:23.426 505 505 W Looper : Slow dispatch took 299ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:17:23.426 505 505 W Looper : Drained +02-27 08:17:23.433 505 572 E VerityUtils: Failed to measure fs-verity, errno 1: /product/priv-app/TVLauncher/TVLauncher.apk +02-27 08:17:23.432 505 505 W PackageManagerB: type=1400 audit(0.0:2054): avc: denied { ioctl } for path="/product/priv-app/TVLauncher/TVLauncher.apk" dev="dm-2" ino=220 ioctlcmd=0x6686 scontext=u:r:system_server:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 +02-27 08:17:23.490 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=287, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:17:23.508 21856 22061 D CompatibilityChangeReporter: Compat change id reported: 150935354; UID 10057; state: ENABLED +02-27 08:17:23.521 505 1680 D CompatibilityChangeReporter: Compat change id reported: 168936375; UID 10057; state: ENABLED +02-27 08:17:23.527 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=287, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:17:23.528 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=287, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:17:23.533 505 1680 D CompatibilityChangeReporter: Compat change id reported: 73144566; UID 10057; state: ENABLED +02-27 08:17:23.677 21856 22061 W Settings: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. +02-27 08:17:24.124 505 1698 W ContentProviderHelper: Slow operation: 158ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:17:24.134 505 1698 W ContentProviderHelper: Slow operation: 169ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:17:24.134 505 1698 W ContentProviderHelper: Slow operation: 169ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:17:24.134 505 1698 W ContentProviderHelper: Slow operation: 169ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:17:24.142 505 1698 W ContentProviderHelper: Slow operation: 177ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:17:24.148 505 1698 W ContentProviderHelper: Slow operation: 183ms so far, now at getContentProviderImpl: done! +02-27 08:17:24.444 21865 21902 V ClearcutMetricXmitter: Transmission is done. +02-27 08:17:24.444 21865 21887 V ClearcutMetricXmitter: Transmission is done. +02-27 08:17:24.684 505 514 I system_server: Background concurrent copying GC freed 1308736(33MB) AllocSpace objects, 1(20KB) LOS objects, 44% free, 29MB/53MB, paused 3.073ms,2.108ms total 1.394s +02-27 08:17:24.722 21823 21823 I Choreographer: Skipped 74 frames! The application may be doing too much work on its main thread. +02-27 08:17:24.793 21856 22061 W SystemServiceRegistry: No service published for: wifirtt +02-27 08:17:25.044 21856 21856 W SystemServiceRegistry: No service published for: contexthub +02-27 08:17:25.046 505 554 W ActivityManager: Timeout executing service: ServiceRecord{6c06f7a u0 com.google.android.gms/.chimera.PersistentApiService} +02-27 08:17:25.078 21713 21713 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():2045 +02-27 08:17:25.264 21856 21856 E NanoAppLogging: Failed to begin contexthub communication +02-27 08:17:25.294 21856 21856 W Settings: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. +02-27 08:17:25.367 21713 21713 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:17:25.541 505 542 I ServiceWatcher: [GeofenceProxy] connected to {com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService} +02-27 08:17:25.544 21713 21713 I ShortcutsDataManager: AbstractContentDataManager.startImportContentTask():235 startImportContentTask() +02-27 08:17:25.619 21713 21898 I ShortcutsDataManager: AbstractContentDataManager$ImportContentTask.doInBackground():249 doInBackground() +02-27 08:17:25.620 21713 21898 I PersonalDictionaryDataHandler: PersonalDictionaryDataHandler.beginProcess():111 LanguageTags = [en-US] +02-27 08:17:25.622 21856 21856 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:17:25.622 21856 21856 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:17:25.630 21856 21869 I .gms.persisten: Compiler allocated 4328KB to compile void mqg.f(android.content.Context) +02-27 08:17:25.661 505 22142 I ActivityManager: dumpStackTraces pids=null nativepids=null +02-27 08:17:25.665 505 542 I ServiceWatcher: [HardwareActivityRecognitionProxy] connected to {com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService} +02-27 08:17:25.702 21856 21856 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:17:25.703 505 542 I ServiceWatcher: [network] connected to {com.google.android.gms/com.google.android.location.network.NetworkLocationService} +02-27 08:17:25.704 505 595 I LocationManagerService: network provider loaded extra attribution tags: [activity_recognition_provider, awareness_provider, current_semantic_location, fused_location_provider, fused_provider_shim, geofencer_provider, network_location_calibration, network_location_provider, network_provider_shim] +02-27 08:17:25.725 21856 21856 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:17:25.725 21856 21856 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:17:25.728 21856 21856 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:17:25.728 21856 21856 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:17:25.786 21713 21898 I ShortcutsDataManager: AbstractContentDataManager.importRecords():339 importRecords() : Success : Count = 0 +02-27 08:17:25.790 505 22142 I ActivityManager: Dumping to /data/anr/anr_2026-02-27-08-17-25-783 +02-27 08:17:25.792 505 22142 I ActivityManager: Collecting stacks for pid 21856 +02-27 08:17:25.803 505 22142 I system_server: libdebuggerd_client: started dumping process 21856 +02-27 08:17:25.809 235 235 I tombstoned: registered intercept for pid 21856 and type kDebuggerdJavaBacktrace +02-27 08:17:25.813 21856 21866 I .gms.persisten: Thread[6,tid=21866,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0916f0,peer=0x12e00840,"Signal Catcher"]: reacting to signal 3 +02-27 08:17:25.818 21713 21898 I ShortcutsDataManager: AbstractContentDataManager.importContentData():289 importContentData() : Ending import process +02-27 08:17:25.833 21856 21866 I .gms.persisten: +02-27 08:17:25.868 21713 22143 I PhenotypeModule: PhenotypeModule.handlePhenotypeConfigurationUpdatesInternal():365 Latency of updating configurations from phenotype (experiment v4): 4 +02-27 08:17:25.868 21713 22143 I PhenotypeModule: PhenotypeModule.handlePhenotypeConfigurationUpdates():264 Latency of updating configurations from phenotype (ExperimentV4): 4 +02-27 08:17:25.869 21856 21903 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:17:25.881 21856 21903 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:17:25.925 21713 22144 I PhenotypeModule: PhenotypeModule.lambda$fetchAndUpdate$1():221 fetchAndUpdate() : Success, hasFlags=true, flagCount=6, lastFetchStatus=February 27, 8:17 AM {reason=1, isFullFetch=true, success=true, isEmpty=false, isDelta=false, fetchedFlagsCount=6, deletedFlagsCount=367, updatedFlagsCount=0, totalTime=24482} +02-27 08:17:26.125 21856 21903 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:17:26.164 21856 21903 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:17:26.408 21856 21903 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:17:27.090 21713 21898 I PersonalLanguageModelUpdater: PersonalLanguageModelUpdater$UpdateOperation.performInternal():164 run() : Added 0 words and 0 shortcuts +02-27 08:17:27.090 21713 21898 I DynamicLanguageModelOperation: DynamicLanguageModelOperation.perform():38 perform() : 4 : bxx : Completed +02-27 08:17:27.101 21713 21713 I ShortcutsDataManager: AbstractContentDataManager$ImportContentTask.onPostExecute():260 onPostExecute() : Result = [2,0] +02-27 08:17:27.101 21713 21713 I ShortcutsDataManager: ShortcutsDataManager.onImportFinished():83 onImportFinished() : Result = 2 : Count = 0 +02-27 08:17:27.739 235 235 I tombstoned: received crash request for pid 21856 +02-27 08:17:27.739 235 235 I tombstoned: found intercept fd 512 for pid 21856 and type kDebuggerdJavaBacktrace +02-27 08:17:27.741 21856 21866 I .gms.persisten: Wrote stack traces to tombstoned +02-27 08:17:27.842 235 235 W tombstoned: missing output fd +02-27 08:17:28.006 505 22142 I system_server: libdebuggerd_client: done dumping process 21856 +02-27 08:17:28.257 505 22142 I ActivityManager: Done dumping +02-27 08:17:28.568 21823 21961 D EGL_emulation: app_time_stats: avg=1853.33ms min=50.08ms max=4570.68ms count=3 +02-27 08:17:28.961 505 514 W system_server: Suspending all threads took: 13.356ms +02-27 08:17:29.439 21856 22042 E WakeLock: GCoreFlp ** IS FORCE-RELEASED ON TIMEOUT ** +02-27 08:17:29.669 505 22142 E ActivityManager: ANR in com.google.android.gms.persistent +02-27 08:17:29.669 505 22142 E ActivityManager: PID: 21856 +02-27 08:17:29.669 505 22142 E ActivityManager: Reason: executing service com.google.android.gms/.chimera.PersistentApiService +02-27 08:17:29.669 505 22142 E ActivityManager: Frozen: false +02-27 08:17:29.669 505 22142 E ActivityManager: Load: 0.0 / 0.0 / 0.0 +02-27 08:17:29.669 505 22142 E ActivityManager: ----- Output from /proc/pressure/memory ----- +02-27 08:17:29.669 505 22142 E ActivityManager: some avg10=19.55 avg60=28.23 avg300=30.29 total=289886750 +02-27 08:17:29.669 505 22142 E ActivityManager: full avg10=4.88 avg60=6.52 avg300=7.17 total=73358199 +02-27 08:17:29.669 505 22142 E ActivityManager: ----- End output from /proc/pressure/memory ----- +02-27 08:17:29.669 505 22142 E ActivityManager: +02-27 08:17:29.669 505 22142 E ActivityManager: CPU usage from 27653ms to 0ms ago (2026-02-27 08:16:57.685 to 2026-02-27 08:17:25.338): +02-27 08:17:29.669 505 22142 E ActivityManager: 81% 505/system_server: 48% user + 32% kernel / faults: 84221 minor 2366 major +02-27 08:17:29.669 505 22142 E ActivityManager: 19% 21713/com.google.android.inputmethod.latin: 11% user + 7.8% kernel / faults: 17683 minor 853 major +02-27 08:17:29.669 505 22142 E ActivityManager: 6.9% 116/kswapd0: 0% user + 6.9% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 5.1% 45/kcompactd0: 0% user + 5.1% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 4.7% 360/surfaceflinger: 0.7% user + 4% kernel / faults: 1273 minor 126 major +02-27 08:17:29.669 505 22142 E ActivityManager: 4.2% 263/loop14: 0% user + 4.2% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 4.1% 338/android.hardware.graphics.composer@2.3-service: 0.5% user + 3.5% kernel / faults: 417 minor 48 major +02-27 08:17:29.669 505 22142 E ActivityManager: 3.6% 13/rcu_preempt: 0% user + 3.6% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 2% 12/ksoftirqd/0: 0% user + 2% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 1.4% 320/statsd: 0% user + 1.4% kernel / faults: 330 minor 18 major +02-27 08:17:29.669 505 22142 E ActivityManager: 1.3% 182/lmkd: 0.2% user + 1% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 1.3% 243/loop4: 0% user + 1.3% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 0.9% 21184/com.google.process.gservices: 0.4% user + 0.4% kernel / faults: 3574 minor 68 major +02-27 08:17:29.669 505 22142 E ActivityManager: 0.7% 20937/com.android.bluetooth: 0.1% user + 0.6% kernel / faults: 1520 minor 130 major +02-27 08:17:29.669 505 22142 E ActivityManager: 1% 9196/kworker/u9:4-blk_crypto_wq: 0% user + 1% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 1% 20268/kworker/0:0-events: 0% user + 1% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 0.9% 181/logd: 0.3% user + 0.5% kernel / faults: 90 minor 9 major +02-27 08:17:29.669 505 22142 E ActivityManager: 0.6% 770/com.android.systemui: 0.1% user + 0.5% kernel / faults: 1213 minor 76 major +02-27 08:17:29.669 505 22142 E ActivityManager: 0.7% 244/loop5: 0% user + 0.7% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 0.7% 19702/kworker/3:2-events: 0% user + 0.7% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 0.7% 20587/kworker/u9:3-blk_crypto_wq: 0% user + 0.7% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 0.6% 20811/com.google.android.tvrecommendations: 0.1% user + 0.5% kernel / faults: 1625 minor 62 major +02-27 08:17:29.669 505 22142 E ActivityManager: 0.6% 500/kworker/u9:2-blk_crypto_wq: 0% user + 0.6% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 0.6% 183/servicemanager: 0% user + 0.5% kernel / faults: 314 minor 8 major +02-27 08:17:29.669 505 22142 E ActivityManager: 0.6% 185/psimon: 0% user + 0.6% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 0.6% 229/jbd2/dm-4-8: 0% user + 0.6% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 0.4% 21274/com.android.providers.tv: 0.2% user + 0.2% kernel / faults: 2109 minor 33 major +02-27 08:17:29.669 505 22142 E ActivityManager: 0.5% 21/ksoftirqd/1: 0% user + 0.5% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 0.4% 131/sugov:2: 0% user + 0.4% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 0.4% 255/loop10: 0% user + 0.4% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 0.4% 271/loop18: 0% user + 0.4% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 0.3% 138/kworker/0:1H-kblockd: 0% user + 0.3% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 0.3% 184/hwservicemanager: 0% user + 0.3% kernel / faults: 152 minor 15 major +02-27 08:17:29.669 505 22142 E ActivityManager: 0.3% 259/loop12: 0% user + 0.3% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 0.3% 896/com.android.networkstack.process: 0% user + 0.3% kernel / faults: 840 minor 36 major +02-27 08:17:29.669 505 22142 E ActivityManager: 0.3% 145/kworker/2:1H-kblockd: 0% user + 0.3% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 0.3% 248/loop7: 0% user + 0.3% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 0.3% 21106/kworker/1:1-events: 0% user + 0.3% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 0% 198/keystore2: 0% user + 0% kernel / faults: 75 minor 20 major +02-27 08:17:29.669 505 22142 E ActivityManager: 0% 315/dhcpclient: 0% user + 0% kernel / faults: 37 minor 3 major +02-27 08:17:29.669 505 22142 E ActivityManager: 0.2% 322/zygote64: 0% user + 0.2% kernel / faults: 431 minor 10 major +02-27 08:17:29.669 505 22142 E ActivityManager: 0.2% 852/android.hardware.gnss@2.0-service.ranchu: 0% user + 0.2% kernel / faults: 53 minor 1 major +02-27 08:17:29.669 505 22142 E ActivityManager: 0% 1/init: 0% user + 0% kernel / faults: 107 minor 14 major +02-27 08:17:29.669 505 22142 E ActivityManager: 0.2% 130/sugov:1: 0% user + 0.2% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 0.2% 321/netd: 0% user + 0.2% kernel / faults: 324 minor 49 major +02-27 08:17:29.669 505 22142 E ActivityManager: 0.2% 350/android.hardware.wifi@1.0-service: 0% user + 0.2% kernel / faults: 298 minor 40 major +02-27 08:17:29.669 505 22142 E ActivityManager: 0.2% 21141/kworker/2:1-events: 0% user + 0.2% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 0.1% 95/kworker/3:1H-kblockd: 0% user + 0.1% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 0.1% 144/kworker/1:1H-kblockd: 0% user + 0.1% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 0% 20161/audioserver: 0% user + 0% kernel / faults: 228 minor 19 major +02-27 08:17:29.669 505 22142 E ActivityManager: 0.1% 27/ksoftirqd/2: 0% user + 0.1% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 0.1% 132/sugov:3: 0% user + 0.1% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 0.1% 197/android.system.suspend@1.0-service: 0% user + 0% kernel / faults: 68 minor 13 major +02-27 08:17:29.669 505 22142 E ActivityManager: 0.1% 279/loop22: 0% user + 0.1% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 0% 284/loop25: 0% user + 0% kernel +02-27 08:17:29.669 505 22142 E ActivityManager: 0.1% 1242/com.google.android.providers.media.module: 0% user + 0% kernel / faults: 85 minor 14 major +02-27 08:17:29.670 505 22142 E ActivityManager: 0% 25/migration/2: 0% user + 0% kernel +02-27 08:17:29.670 505 22142 E ActivityManager: 0% 43/oom_reaper: 0% user + 0% kernel +02-27 08:17:29.670 505 22142 E ActivityManager: 0.1% 129/sugov:0: 0% user + 0.1% kernel +02-27 08:17:29.670 505 22142 E ActivityManager: 0% 329/android.hardware.bluetooth@1.1-service.btlinux: 0% user + 0% kernel / faults: 36 minor 9 major +02-27 08:17:29.670 505 22142 E ActivityManager: 0% 353/android.hardware.power-service.example: 0% user + 0% kernel / faults: 166 minor 21 major +02-27 08:17:29.670 505 22142 E ActivityManager: 0.1% 751/wpa_supplicant: 0% user + 0.1% kernel / faults: 27 minor 9 major +02-27 08:17:29.670 505 22142 E ActivityManager: 0% 33/ksoftirqd/3: 0% user + 0% kernel +02-27 08:17:29.670 505 22142 E ActivityManager: 0% 161/ueventd: 0% user + 0% kernel / faults: 6 minor 20 major +02-27 08:17:29.670 505 22142 E ActivityManager: 0% 264/loop15: 0% user + 0% kernel +02-27 08:17:29.670 505 22142 E ActivityManager: 0% 272/loop19: 0% user + 0% kernel +02-27 08:17:29.670 505 22142 E ActivityManager: 0% 410/bt_vhci_forwarder: 0% user + 0% kernel / faults: 8 minor 1 major +02-27 08:17:29.670 505 22142 E ActivityManager: 0% 421/wificond: 0% user + 0% kernel / faults: 219 minor 17 major +02-27 08:17:29.670 505 22142 E ActivityManager: 0% 14/rcub/0: 0% user + 0% kernel +02-27 08:17:29.670 505 22142 E ActivityManager: 0% 189/qemu-props: 0% user + 0% kernel / faults: 1 minor 1 major +02-27 08:17:29.670 505 22142 E ActivityManager: 0% 256/loop11: 0% user + 0% kernel +02-27 08:17:29.670 505 22142 E ActivityManager: 0% 266/loop16: 0% user + 0% kernel +02-27 08:17:29.670 505 22142 E ActivityManager: 0% 268/loop17: 0% user + 0% kernel +02-27 08:17:29.670 505 22142 E ActivityManager: 0% 276/loop21: 0% user + 0% kernel +02-27 08:17:29.670 505 22142 E ActivityManager: 0% 337/android.hardware.graphics.allocator@3.0-service: 0% user + 0% kernel / faults: 41 minor 4 major +02-27 08:17:29.670 505 22142 E ActivityManager: 0% 437/android.hardware.biometrics.fingerprint@2.1-service: 0% user + 0% kernel / faults: 29 minor 4 major +02-27 08:17:29.670 505 22142 E ActivityManager: 0% 17530/kworker/u8:1-phy0: 0% user + 0% kernel +02-27 08:17:29.670 505 22142 E ActivityManager: +0% 21804/kworker/3:1-mm_percpu_wq: 0% user + 0% kernel +02-27 08:17:29.670 505 22142 E ActivityManager: +0% 21809/kworker/u8:0-ext4-rsv-conversion: 0% user + 0% kernel +02-27 08:17:29.670 505 22142 E ActivityManager: +0% 21814/android.process.acore: 0% user + 0% kernel +02-27 08:17:29.670 505 22142 E ActivityManager: +0% 21822/com.google.process.gapps: 0% user + 0% kernel +02-27 08:17:29.670 505 22142 E ActivityManager: +0% 21823/com.google.android.tvlauncher: 0% user + 0% kernel +02-27 08:17:29.670 505 22142 E ActivityManager: +0% 21856/com.google.android.gms.persistent: 0% user + 0% kernel +02-27 08:17:29.670 505 22142 E ActivityManager: +0% 21865/com.google.android.tv.remote.service: 0% user + 0% kernel +02-27 08:17:29.670 505 22142 E ActivityManager: +0% 21909/com.google.android.gms: 0% user + 0% kernel +02-27 08:17:29.670 505 22142 E ActivityManager: +0% 22007/mdnsd: 0% user + 0% kernel +02-27 08:17:29.670 505 22142 E ActivityManager: +0% 22075/com.google.android.ext.services: 0% user + 0% kernel +02-27 08:17:29.670 505 22142 E ActivityManager: 87% TOTAL: 20% user + 28% kernel + 11% iowait + 18% irq + 7.6% softirq +02-27 08:17:29.670 505 22142 E ActivityManager: CPU usage from 1922115ms to 1922115ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake: +02-27 08:17:29.670 505 22142 E ActivityManager: 0% TOTAL: 0% user + 0% kernel +02-27 08:17:29.763 21713 21713 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3466 +02-27 08:17:29.928 505 514 I system_server: Background young concurrent copying GC freed 1703155(42MB) AllocSpace objects, 0(0B) LOS objects, 33% free, 35MB/53MB, paused 8.190ms,32.304ms total 2.545s +02-27 08:17:29.931 21823 21823 W InputMethodManager: Ignoring onBind: cur seq=64, given seq=63 +02-27 08:17:29.938 505 22142 I ActivityManager: Killing 21856:com.google.android.gms.persistent/u0a57 (adj 0): bg anr +02-27 08:17:29.941 505 22142 D ActivityManager: Completed ANR of com.google.android.gms.persistent in 4880ms, latency 12ms +02-27 08:17:29.944 21823 21823 I Choreographer: Skipped 256 frames! The application may be doing too much work on its main thread. +02-27 08:17:29.957 505 22150 I DropBoxManagerService: add tag=system_app_anr isTagEnabled=true flags=0x6 +02-27 08:17:29.960 21713 21713 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():2045 +02-27 08:17:29.962 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 21856 in 21ms +02-27 08:17:30.047 21713 21713 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:17:30.078 505 554 W BroadcastQueue: Skipping deliver [background] BroadcastRecord{3e328d4 u-1 android.intent.action.DROPBOX_ENTRY_ADDED} to ReceiverList{75efb7b 21856 com.google.android.gms.persistent/10057/u0 remote:badc70a}: process gone or crashing +02-27 08:17:30.242 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:17:30.243 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:17:30.246 505 542 I ServiceWatcher: [fused] disconnected from 10057/com.google.android.gms/com.google.android.location.fused.FusedLocationService@1 +02-27 08:17:30.256 21823 22105 W roid.tvlaunche: Verification of boolean amu.bN(int, android.os.Parcel, android.os.Parcel) took 215.247ms (594.67 bytecodes/s) (3808B approximate peak alloc) +02-27 08:17:30.305 505 505 W Looper : Slow dispatch took 107ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@6212a7d m=0 +02-27 08:17:30.305 505 542 W Looper : Slow dispatch took 107ms android.fg h=android.os.Handler c=android.app.LoadedApk$ServiceDispatcher$RunConnection@bf5d72 m=0 +02-27 08:17:30.306 505 542 I ServiceWatcher: [GeocoderProxy] disconnected from 10057/com.google.android.gms/.location.geocode.GeocodeService@2 +02-27 08:17:30.332 322 322 I Zygote : Process 21856 exited due to signal 9 (Killed) +02-27 08:17:30.348 505 542 I ServiceWatcher: [GeofenceProxy] disconnected from 10057/com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService@1 +02-27 08:17:30.351 505 1698 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.location.geocode.GeocodeService in 82816000ms for connection +02-27 08:17:30.351 505 1698 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentApiService in 26480ms for connection +02-27 08:17:30.352 505 1698 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentBoundBrokerService in 36479ms for connection +02-27 08:17:30.353 505 1698 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.fused.FusedLocationService in 103296000ms for connection +02-27 08:17:30.353 505 1698 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentDirectBootAwareApiService in 46478ms for connection +02-27 08:17:30.353 505 1698 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService in 154616832ms for start-requested +02-27 08:17:30.353 505 1698 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService in 164856832ms for start-requested +02-27 08:17:30.353 505 1698 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentIntentOperationService in 56478ms for start-requested +02-27 08:17:30.353 505 1698 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService in 200623104ms for connection +02-27 08:17:30.353 505 1698 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.network.NetworkLocationService in 210863104ms for connection +02-27 08:17:30.353 505 1698 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.auth.GetToken in 66478ms for connection +02-27 08:17:30.457 505 542 W Looper : Slow dispatch took 110ms android.fg h=android.os.Handler c=android.app.LoadedApk$ServiceDispatcher$RunConnection@6b3fe40 m=0 +02-27 08:17:30.457 505 542 I ServiceWatcher: [HardwareActivityRecognitionProxy] disconnected from 10057/com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService@1 +02-27 08:17:30.457 505 542 W Looper : Slow delivery took 268ms android.fg h=android.os.Handler c=android.app.LoadedApk$ServiceDispatcher$RunConnection@79af179 m=0 +02-27 08:17:30.457 505 542 I ServiceWatcher: [network] disconnected from 10057/com.google.android.gms/com.google.android.location.network.NetworkLocationService@2 +02-27 08:17:30.463 21823 21937 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:17:30.463 21823 21937 W GmsClient: android.os.DeadObjectException +02-27 08:17:30.463 21823 21937 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:17:30.463 21823 21937 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:17:30.463 21823 21937 W GmsClient: at cvc.u(PG:14) +02-27 08:17:30.463 21823 21937 W GmsClient: at apr.run(PG:33) +02-27 08:17:30.463 21823 21937 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:17:30.463 21823 21937 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:17:30.463 21823 21937 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:17:30.463 21823 21937 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:17:30.463 21823 21937 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:17:30.623 21823 21823 I Choreographer: Skipped 38 frames! The application may be doing too much work on its main thread. +02-27 08:17:30.630 21823 21961 D EGL_emulation: app_time_stats: avg=2061.43ms min=2061.43ms max=2061.43ms count=1 +02-27 08:17:30.694 505 553 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:17:30.701 505 553 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:17:30.701 505 553 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:17:30.701 505 553 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:17:30.717 505 555 W ActivityManager: Slow operation: 104ms so far, now at startProcess: asking zygote to start proc +02-27 08:17:30.718 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:17:30.720 505 553 W ActivityManager: Slow operation: 106ms so far, now at startProcess: done starting proc! +02-27 08:17:30.729 21823 21947 E SystemAccountsUpdateManager: Exception in requestGoogleAccountsAccess. +02-27 08:17:30.729 21823 21947 E SystemAccountsUpdateManager: java.io.IOException: Error on service connection. +02-27 08:17:30.729 21823 21947 E SystemAccountsUpdateManager: at cot.i(PG:12) +02-27 08:17:30.729 21823 21947 E SystemAccountsUpdateManager: at fhf.run(PG:36) +02-27 08:17:30.729 21823 21947 E SystemAccountsUpdateManager: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:17:30.729 21823 21947 E SystemAccountsUpdateManager: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:17:30.729 21823 21947 E SystemAccountsUpdateManager: at java.lang.Thread.run(Thread.java:920) +02-27 08:17:30.729 21823 21947 E SystemAccountsUpdateManager: Caused by: android.os.DeadObjectException +02-27 08:17:30.729 21823 21947 E SystemAccountsUpdateManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:17:30.729 21823 21947 E SystemAccountsUpdateManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:17:30.729 21823 21947 E SystemAccountsUpdateManager: at clj.b(PG:2) +02-27 08:17:30.729 21823 21947 E SystemAccountsUpdateManager: at cor.a(PG:4) +02-27 08:17:30.729 21823 21947 E SystemAccountsUpdateManager: at cot.i(PG:11) +02-27 08:17:30.729 21823 21947 E SystemAccountsUpdateManager: ... 4 more +02-27 08:17:31.024 322 322 D Zygote : Forked child process 22157 +02-27 08:17:31.025 505 555 W ActivityManager: Slow operation: 412ms so far, now at startProcess: returned from zygote! +02-27 08:17:31.026 505 555 W ActivityManager: Slow operation: 413ms so far, now at startProcess: done updating battery stats +02-27 08:17:31.053 21823 21948 W GmsClient: mServiceBroker is null, client disconnected +02-27 08:17:31.054 21823 21952 W GmsClient: mServiceBroker is null, client disconnected +02-27 08:17:31.101 505 555 W ActivityManager: Slow operation: 488ms so far, now at startProcess: building log message +02-27 08:17:31.101 505 555 I ActivityManager: Start proc 22157:com.google.android.gms.persistent/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.PersistentBoundBrokerService} +02-27 08:17:31.101 505 555 W ActivityManager: Slow operation: 488ms so far, now at startProcess: starting to update pids map +02-27 08:17:31.102 505 555 W ActivityManager: Slow operation: 488ms so far, now at startProcess: done updating pids map +02-27 08:17:31.140 505 553 E PackageManager: Optimistic bind failed. +02-27 08:17:31.140 505 553 E PackageManager: java.util.concurrent.TimeoutException: [Optimistic Bind] Didn't bind to resolver in time! +02-27 08:17:31.140 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.waitForBindLocked(InstantAppResolverConnection.java:160) +02-27 08:17:31.140 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.bind(InstantAppResolverConnection.java:225) +02-27 08:17:31.140 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.lambda$optimisticBind$0$InstantAppResolverConnection(InstantAppResolverConnection.java:255) +02-27 08:17:31.140 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection$$ExternalSyntheticLambda0.run(Unknown Source:2) +02-27 08:17:31.140 505 553 E PackageManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:17:31.140 505 553 E PackageManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:17:31.140 505 553 E PackageManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:17:31.140 505 553 E PackageManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:17:31.140 505 553 E PackageManager: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:17:31.381 505 542 W Looper : Drained +02-27 08:17:31.511 505 542 W Looper : Slow dispatch took 130ms android.fg h=android.os.Handler c=com.android.server.location.LocationManagerService$$ExternalSyntheticLambda7@eb6aced m=0 +02-27 08:17:31.697 21823 21961 D EGL_emulation: app_time_stats: avg=533.51ms min=267.51ms max=799.51ms count=2 +02-27 08:17:31.727 505 514 W system_server: Suspending all threads took: 5.481ms +02-27 08:17:31.766 505 514 I system_server: Background concurrent copying GC freed 1619953(40MB) AllocSpace objects, 8(904KB) LOS objects, 49% free, 14MB/28MB, paused 123us,6.306ms total 382.054ms +02-27 08:17:31.906 22157 22157 E .gms.persisten: Not starting debugger since process cannot load the jdwp agent. +02-27 08:17:32.194 505 594 W ActivityManager: Slow operation: 217ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:17:32.267 22157 22157 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:17:32.775 21823 21961 D EGL_emulation: app_time_stats: avg=1077.48ms min=1077.48ms max=1077.48ms count=1 +02-27 08:17:32.808 21823 21823 I Choreographer: Skipped 66 frames! The application may be doing too much work on its main thread. +02-27 08:17:33.579 505 514 I system_server: Background young concurrent copying GC freed 589898(14MB) AllocSpace objects, 0(0B) LOS objects, 53% free, 13MB/28MB, paused 72us,78us total 143.233ms +02-27 08:17:33.710 22157 22165 I .gms.persisten: Background young concurrent copying GC freed 12957(554KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1916KB/25MB, paused 38us,6us total 290.609ms +02-27 08:17:33.821 21823 21961 D EGL_emulation: app_time_stats: avg=140.66ms min=16.15ms max=354.50ms count=6 +02-27 08:17:33.845 22157 22157 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:17:34.000 21909 21922 W SQLiteLog: (28) double-quoted string literal: "1771982252979" +02-27 08:17:34.000 21909 21922 W SQLiteLog: (28) double-quoted string literal: "1" +02-27 08:17:34.096 505 594 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13233} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (44 skipped) +02-27 08:17:34.116 21909 22153 W SQLiteLog: (28) double-quoted string literal: "1771982252980" +02-27 08:17:34.116 21909 22153 W SQLiteLog: (28) double-quoted string literal: "1" +02-27 08:17:34.886 21823 21961 D EGL_emulation: app_time_stats: avg=60.24ms min=14.83ms max=189.06ms count=9 +02-27 08:17:34.934 22157 22157 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:17:34.934 22157 22157 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:17:34.942 22157 22157 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:17:34.958 22157 22157 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:17:35.505 505 514 I system_server: Background young concurrent copying GC freed 606703(15MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 14MB/28MB, paused 2.589ms,1.433ms total 158.540ms +02-27 08:17:35.958 22157 22157 I Safeboot: Checking safeboot... +02-27 08:17:36.038 505 542 W Looper : Slow dispatch took 113ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:17:36.041 22157 22157 I FixerFramework: Installing ProviderInstaller. +02-27 08:17:36.073 22157 22157 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:17:36.075 22157 22157 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:17:36.075 22157 22157 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:17:36.460 22157 22157 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:17:36.678 21823 21961 D EGL_emulation: app_time_stats: avg=220.30ms min=13.58ms max=1357.19ms count=8 +02-27 08:17:36.724 22157 22157 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:17:36.728 22157 22157 W SQLiteCompatibilityWalFlags: Cannot read global setting sqlite_compatibility_wal_flags - Application state not available +02-27 08:17:36.834 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10077; state: DISABLED +02-27 08:17:36.835 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10077; state: DISABLED +02-27 08:17:36.835 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10077; state: DISABLED +02-27 08:17:36.835 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10077; state: DISABLED +02-27 08:17:36.837 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10077; state: DISABLED +02-27 08:17:36.846 322 322 D Zygote : Forked child process 22179 +02-27 08:17:36.846 505 555 I ActivityManager: Start proc 22179:com.google.android.permissioncontroller/u0a77 for service {com.google.android.permissioncontroller/com.android.permissioncontroller.role.service.RoleControllerServiceImpl} +02-27 08:17:36.858 22179 22179 I libc : SetHeapTaggingLevel: tag level set to 0 +02-27 08:17:37.342 22179 22179 E ssioncontrolle: Not starting debugger since process cannot load the jdwp agent. +02-27 08:17:38.020 505 2586 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10077; state: DISABLED +02-27 08:17:38.386 22157 22157 I GmsApplication: Registering the BackgroundBroadcastReceiverSupport receiver. +02-27 08:17:38.388 505 2586 W ActivityManager: Slow operation: 406ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:17:38.388 505 2586 W ActivityManager: Slow operation: 406ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:17:38.422 22157 22171 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:17:38.422 22157 22171 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:17:38.447 505 514 W system_server: Suspending all threads took: 8.250ms +02-27 08:17:39.348 505 2586 W ActivityManager: Slow operation: 1366ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:17:39.364 505 505 W Looper : Slow delivery took 953ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=6 +02-27 08:17:39.383 505 514 I system_server: Background young concurrent copying GC freed 594838(15MB) AllocSpace objects, 0(0B) LOS objects, 0% free, 35MB/35MB, paused 446.384ms,9.562ms total 2.526s +02-27 08:17:39.525 22179 22179 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10077; state: DISABLED +02-27 08:17:39.606 22179 22189 I ssioncontrolle: Background young concurrent copying GC freed 12660(535KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1904KB/25MB, paused 36us,46us total 278.745ms +02-27 08:17:39.718 22179 22179 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar +02-27 08:17:39.822 22157 22157 I GmsReceiverSupport: Registered Receiver for 14+1 IntentFilters +02-27 08:17:40.000 505 505 W Looper : Slow dispatch took 636ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:17:40.190 505 505 W Looper : Drained +02-27 08:17:40.193 505 514 I system_server: Background concurrent copying GC freed 1141173(28MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 13MB/26MB, paused 25.845ms,2.164ms total 808.445ms +02-27 08:17:40.261 22157 22157 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:17:40.290 22157 22200 I GMS_MM_Logger: Started. +02-27 08:17:40.295 22157 22199 I Watchcat: Started +02-27 08:17:40.312 770 795 I ndroid.systemu: Background concurrent copying GC freed 1488(144KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3489KB/6978KB, paused 78us,196us total 595.453ms +02-27 08:17:40.816 21823 21961 D EGL_emulation: app_time_stats: avg=4137.76ms min=4137.76ms max=4137.76ms count=1 +02-27 08:17:40.982 22179 22179 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.permissioncontroller' set to: 'default' +02-27 08:17:40.982 22179 22179 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:17:40.982 22179 22179 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:17:40.988 22179 22179 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:17:41.054 505 514 I system_server: Background young concurrent copying GC freed 519244(13MB) AllocSpace objects, 0(0B) LOS objects, 47% free, 13MB/26MB, paused 30us,48us total 124.465ms +02-27 08:17:41.899 22179 22179 I CarUiInstaller: CarUiInstaller started for com.google.android.permissioncontroller +02-27 08:17:41.972 22157 22157 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gmscompliance.service.START dat=chimera-action:com.google.android.gms.gmscompliance.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:17:41.972 22157 22157 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gmscompliance.service.START dat=chimera-action:com.google.android.gms.gmscompliance.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:17:42.233 22179 22179 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:17:42.340 22157 22157 D BoundBrokerSvc: onBind: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:17:42.340 22157 22157 D BoundBrokerSvc: Loading bound service for intent: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:17:42.486 505 514 I system_server: Background young concurrent copying GC freed 515306(13MB) AllocSpace objects, 0(0B) LOS objects, 44% free, 14MB/26MB, paused 68us,83us total 132.305ms +02-27 08:17:42.492 21823 22015 W BlockingStubFactory: Got null account. Returning stub without credentials. +02-27 08:17:42.817 505 542 I ServiceWatcher: [GeocoderProxy] connected to {com.google.android.gms/com.google.android.gms.location.geocode.GeocodeService} +02-27 08:17:42.828 22157 22157 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:17:42.828 22157 22157 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:17:43.367 505 542 I ServiceWatcher: [fused] connected to {com.google.android.gms/com.google.android.location.fused.FusedLocationService} +02-27 08:17:43.385 22157 22157 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.clearcut.service.START dat=chimera-action:com.google.android.gms.clearcut.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:17:43.385 22157 22157 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.clearcut.service.START dat=chimera-action:com.google.android.gms.clearcut.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:17:43.484 505 594 I LocationManagerService: fused provider loaded extra attribution tags: [activity_recognition_provider, awareness_provider, current_semantic_location, fused_location_provider, fused_provider_shim, geofencer_provider, network_location_calibration, network_location_provider, network_provider_shim] +02-27 08:17:43.531 22157 22157 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:17:43.531 22157 22157 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:17:43.545 22157 22157 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:17:43.545 22157 22157 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:17:43.614 22157 22157 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:17:44.099 505 514 I system_server: Background young concurrent copying GC freed 516770(12MB) AllocSpace objects, 0(0B) LOS objects, 41% free, 15MB/26MB, paused 207us,2.148ms total 359.271ms +02-27 08:17:44.180 22157 22157 W SystemServiceRegistry: No service published for: contexthub +02-27 08:17:44.241 505 891 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13276} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (36 skipped) +02-27 08:17:44.273 505 891 W ContentProviderHelper: Slow operation: 62ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:17:44.273 505 891 W ContentProviderHelper: Slow operation: 62ms so far, now at getContentProviderImpl: done! +02-27 08:17:44.615 21823 21837 I roid.tvlaunche: Background young concurrent copying GC freed 24477(2109KB) AllocSpace objects, 19(1512KB) LOS objects, 39% free, 6111KB/10059KB, paused 97us,2.733ms total 469.514ms +02-27 08:17:44.964 505 594 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155064958 +02-27 08:17:44.994 22157 22157 D CompatibilityChangeReporter: Compat change id reported: 148180766; UID 10057; state: ENABLED +02-27 08:17:45.054 505 830 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155064958 +02-27 08:17:45.210 505 830 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155064958 +02-27 08:17:45.270 21823 22015 W FeaturedCarouselItemValidator: Unknown item type: 3 +02-27 08:17:45.270 21823 22015 E FeaturedCarouselServerDataManager: Featured Carousel item was not valid and will not be added: FeaturedCarouselItem{type=3, titleLogoUri='', title='Silo', logoUri='https://lh3.googleusercontent.com/4tC3qvxyyKDTYjhdp7KPWn8Elsh4UdtFMuuaLigr6GcjhE7mA6EcAgTXBORw_bpztJJP94nUds3kWg=h24', logoDescription='Apple TV', description='Dystopian sci-fi sees last humans surviving underground', callToAction='Watch Now', badge='Recommended For You', deepLinkUri='https://tv.apple.com/vn/episode/freedom-day/umc.cmc.4v3gat04y129mm0smdu6ea3dh?action=playSmartEpisode', marketUri='null', appPackageName='com.apple.atve.androidtv.appletv', backgroundUri='https://lh3.googleusercontent.com/Dk92SgqbkqKdqKUM0igdxzoOBsgLpiP-q9C030BA2TwGu4qOHUP7-DfDWpH-_-Zhz_tcBD-IAZcrxz8=h1080-rj', videoUri='', conditionalText='', whyThisAdMessage='', whyThisAdReason='', promotionId='0', kgMid='/g/11rxpsx58r', isEntitled='false', contentCategory='HOME' } +02-27 08:17:45.324 505 830 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155064958 +02-27 08:17:45.630 22157 22199 E ActivityThread: Failed to find provider info for instantapp-dev-manager +02-27 08:17:45.676 505 891 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155064958 +02-27 08:17:45.695 505 891 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155064958 +02-27 08:17:45.708 505 830 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155064958 +02-27 08:17:45.799 21823 21961 D EGL_emulation: app_time_stats: avg=4982.25ms min=4982.25ms max=4982.25ms count=1 +02-27 08:17:46.096 22157 22157 E inertial-anchor: Requested sensor:1 and fallback sensor: 1 are both unavailable. +02-27 08:17:46.096 22157 22157 E inertial-anchor: Requested sensor:1 and fallback sensor: 1 are both unavailable. +02-27 08:17:46.875 505 543 W Looper : Slow delivery took 239ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:17:47.009 21823 21961 D EGL_emulation: app_time_stats: avg=47.76ms min=8.67ms max=168.63ms count=20 +02-27 08:17:48.037 21823 21961 D EGL_emulation: app_time_stats: avg=42.11ms min=6.68ms max=239.22ms count=19 +02-27 08:17:48.354 505 543 W Looper : Drained +02-27 08:17:49.093 21823 21961 D EGL_emulation: app_time_stats: avg=67.19ms min=9.54ms max=211.35ms count=8 +02-27 08:17:49.105 505 514 I system_server: Background young concurrent copying GC freed 525284(13MB) AllocSpace objects, 0(0B) LOS objects, 0% free, 34MB/34MB, paused 4.687ms,51.346ms total 2.272s +02-27 08:17:49.468 22157 22228 D CompatibilityChangeReporter: Compat change id reported: 150935354; UID 10057; state: ENABLED +02-27 08:17:50.276 21823 21823 I Choreographer: Skipped 31 frames! The application may be doing too much work on its main thread. +02-27 08:17:50.315 21823 21961 D EGL_emulation: app_time_stats: avg=44.02ms min=8.16ms max=175.46ms count=12 +02-27 08:17:50.351 505 514 I system_server: Background concurrent copying GC freed 1140887(28MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 16MB/32MB, paused 73.333ms,79us total 1.239s +02-27 08:17:50.452 22157 22228 W Settings: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. +02-27 08:17:50.949 346 346 E android.hardware.power.stats@1.0-service-mock: Failed to getEnergyData +02-27 08:17:51.356 22157 22228 W SystemServiceRegistry: No service published for: wifirtt +02-27 08:17:51.624 505 543 W Looper : Slow delivery took 295ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:17:51.631 21823 21961 D EGL_emulation: app_time_stats: avg=176.48ms min=5.53ms max=644.16ms count=5 +02-27 08:17:51.833 896 904 I rkstack.proces: Background concurrent copying GC freed 2477(191KB) AllocSpace objects, 12(720KB) LOS objects, 49% free, 2463KB/4926KB, paused 65us,125us total 213.547ms +02-27 08:17:51.977 505 543 W Looper : Drained +02-27 08:17:52.228 22157 22157 W SystemServiceRegistry: No service published for: contexthub +02-27 08:17:52.725 21823 21961 D EGL_emulation: app_time_stats: avg=118.37ms min=6.94ms max=427.35ms count=8 +02-27 08:17:52.757 22157 22157 E NanoAppLogging: Failed to begin contexthub communication +02-27 08:17:52.766 22157 22157 W Settings: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. +02-27 08:17:52.801 505 542 I ServiceWatcher: [GeofenceProxy] connected to {com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService} +02-27 08:17:53.074 505 542 I ServiceWatcher: [HardwareActivityRecognitionProxy] connected to {com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService} +02-27 08:17:53.360 505 542 I ServiceWatcher: [network] connected to {com.google.android.gms/com.google.android.location.network.NetworkLocationService} +02-27 08:17:53.361 505 1698 I LocationManagerService: network provider loaded extra attribution tags: [activity_recognition_provider, awareness_provider, current_semantic_location, fused_location_provider, fused_provider_shim, geofencer_provider, network_location_calibration, network_location_provider, network_provider_shim] +02-27 08:17:53.437 505 514 I system_server: Background young concurrent copying GC freed 755749(19MB) AllocSpace objects, 0(0B) LOS objects, 52% free, 15MB/32MB, paused 194us,2.791ms total 615.708ms +02-27 08:17:53.576 505 542 W Looper : Slow dispatch took 176ms android.fg h=android.os.Handler c=com.android.server.location.provider.LocationProviderManager$$ExternalSyntheticLambda12@3c4d9e5 m=0 +02-27 08:17:53.741 21823 21961 D EGL_emulation: app_time_stats: avg=52.86ms min=7.69ms max=171.79ms count=8 +02-27 08:17:54.325 505 830 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13305} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (27 skipped) +02-27 08:17:54.326 22157 22157 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:17:54.326 22157 22157 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:17:54.362 22157 22157 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.usagereporting.service.START dat=chimera-action:com.google.android.gms.usagereporting.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:17:54.366 22157 22157 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.usagereporting.service.START dat=chimera-action:com.google.android.gms.usagereporting.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: Usage reporting check failed [CONTEXT service_id=299 ] +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: java.util.concurrent.ExecutionException: java.util.concurrent.TimeoutException +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at bgcy.s(:com.google.android.gms@223616103@22.36.16 (180406-476895098):3) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at bgcy.get(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at bggo.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):1) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at bgfh.q(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at yjm.f(:com.google.android.gms@223616103@22.36.16 (180406-476895098):1) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at yjj.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at bgez.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at bgee.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at bgfn.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):3) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at bgeh.execute(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at bgef.f(:com.google.android.gms@223616103@22.36.16 (180406-476895098):1) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at bgeg.q(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at bgdg.g(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at bgde.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at bgeh.execute(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at bgcy.q(:com.google.android.gms@223616103@22.36.16 (180406-476895098):1) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at bgcy.j(:com.google.android.gms@223616103@22.36.16 (180406-476895098):8) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at bgcy.n(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at aske.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):4) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at apxd.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):1) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at oih.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at ufz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at bgeh.execute(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at uga.execute(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at apxe.gJ(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at apxt.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at apxv.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at apye.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at zla.hP(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at zla.dispatchMessage(:com.google.android.gms@223616103@22.36.16 (180406-476895098):11) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at android.os.Looper.loop(Looper.java:288) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: Caused by: java.util.concurrent.TimeoutException +02-27 08:17:54.611 22157 22157 E GmsCoreLogger: ... 11 more +02-27 08:17:54.677 505 891 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155064958 +02-27 08:17:54.685 505 2586 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155064958 +02-27 08:17:54.693 505 2586 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155064958 +02-27 08:17:54.706 505 891 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155064958 +02-27 08:17:54.709 505 830 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155064958 +02-27 08:17:54.716 505 830 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155064958 +02-27 08:17:54.742 505 830 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155064958 +02-27 08:17:54.742 505 830 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155064958 +02-27 08:17:54.793 21823 21961 D EGL_emulation: app_time_stats: avg=44.37ms min=5.25ms max=181.35ms count=20 +02-27 08:17:54.800 505 891 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155064958 +02-27 08:17:55.216 22157 22250 I GCoreUlr: ULR code skipped on unsupported form factor. +02-27 08:17:55.573 505 514 I system_server: Background young concurrent copying GC freed 737590(18MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 16MB/32MB, paused 95us,118us total 615.930ms +02-27 08:17:55.950 21823 21961 D EGL_emulation: app_time_stats: avg=47.24ms min=4.31ms max=218.79ms count=15 +02-27 08:17:56.043 505 830 W ActivityManager: Unable to start service Intent { act=com.google.android.gms.nearby.discovery:ACTION_PERMISSION_CHANGE cmp=com.google.android.gms/.nearby.discovery.service.DiscoveryService } U=0: not found +02-27 08:17:57.072 21823 21961 D EGL_emulation: app_time_stats: avg=1116.91ms min=1116.91ms max=1116.91ms count=1 +02-27 08:17:57.190 21823 21823 I Choreographer: Skipped 73 frames! The application may be doing too much work on its main thread. +02-27 08:17:58.096 505 514 I system_server: Background young concurrent copying GC freed 913657(22MB) AllocSpace objects, 0(0B) LOS objects, 0% free, 47MB/47MB, paused 25.780ms,3.149ms total 1.400s +02-27 08:17:58.124 21823 21961 D EGL_emulation: app_time_stats: avg=73.48ms min=5.25ms max=260.80ms count=10 +02-27 08:17:58.310 948 956 I com.android.se: Background concurrent copying GC freed 7(48KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 1883KB/3766KB, paused 25.125ms,65us total 211.923ms +02-27 08:17:58.757 505 514 I system_server: Background concurrent copying GC freed 1569962(39MB) AllocSpace objects, 0(0B) LOS objects, 50% free, 23MB/46MB, paused 7.235ms,28us total 658.494ms +02-27 08:17:59.226 21823 21961 D EGL_emulation: app_time_stats: avg=37.95ms min=8.10ms max=110.57ms count=13 +02-27 08:18:00.304 21823 21961 D EGL_emulation: app_time_stats: avg=75.01ms min=7.78ms max=305.46ms count=13 +02-27 08:18:01.391 21823 21961 D EGL_emulation: app_time_stats: avg=21.27ms min=5.80ms max=193.83ms count=20 +02-27 08:18:02.759 21823 21961 D EGL_emulation: app_time_stats: avg=35.01ms min=4.61ms max=90.83ms count=12 +02-27 08:18:02.885 505 514 I system_server: Background young concurrent copying GC freed 977327(24MB) AllocSpace objects, 0(0B) LOS objects, 64% free, 13MB/37MB, paused 63us,1.183ms total 438.725ms +02-27 08:18:03.794 21823 21961 D EGL_emulation: app_time_stats: avg=27.71ms min=5.23ms max=153.29ms count=16 +02-27 08:18:04.804 21823 21961 D EGL_emulation: app_time_stats: avg=16.80ms min=5.57ms max=122.10ms count=24 +02-27 08:18:05.350 1265 1274 I or.multidispla: Background concurrent copying GC freed 7(48KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 1868KB/3736KB, paused 67us,124us total 108.175ms +02-27 08:18:05.806 21823 21961 D EGL_emulation: app_time_stats: avg=33.58ms min=5.06ms max=173.24ms count=17 +02-27 08:18:06.842 21823 21961 D EGL_emulation: app_time_stats: avg=25.86ms min=5.19ms max=231.36ms count=24 +02-27 08:18:06.860 505 514 I system_server: Background young concurrent copying GC freed 980485(24MB) AllocSpace objects, 0(0B) LOS objects, 61% free, 14MB/37MB, paused 861us,231us total 308.349ms +02-27 08:18:07.964 21823 21961 D EGL_emulation: app_time_stats: avg=34.59ms min=6.73ms max=238.23ms count=21 +02-27 08:18:08.988 21823 21961 D EGL_emulation: app_time_stats: avg=39.75ms min=4.77ms max=147.55ms count=14 +02-27 08:18:09.178 505 514 I system_server: Background young concurrent copying GC freed 970151(24MB) AllocSpace objects, 0(0B) LOS objects, 62% free, 13MB/37MB, paused 41us,30us total 132.621ms +02-27 08:18:10.055 21823 21961 D EGL_emulation: app_time_stats: avg=48.08ms min=4.14ms max=240.07ms count=14 +02-27 08:18:10.357 1242 1251 I FuseDaemon: Background concurrent copying GC freed 7(48KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2248KB/4496KB, paused 63us,86us total 162.739ms +02-27 08:18:10.663 505 514 I system_server: Background young concurrent copying GC freed 965233(24MB) AllocSpace objects, 0(0B) LOS objects, 62% free, 14MB/37MB, paused 473us,34us total 184.821ms +02-27 08:18:11.081 21823 21961 D EGL_emulation: app_time_stats: avg=32.82ms min=5.08ms max=99.43ms count=17 +02-27 08:18:12.114 21823 21961 D EGL_emulation: app_time_stats: avg=48.99ms min=6.68ms max=94.48ms count=9 +02-27 08:18:13.294 21823 21961 D EGL_emulation: app_time_stats: avg=88.25ms min=6.07ms max=455.81ms count=10 +02-27 08:18:13.722 505 1698 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13329} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (21 skipped) +02-27 08:18:14.295 22157 22157 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 } +02-27 08:18:14.295 22157 22157 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 } +02-27 08:18:14.328 21823 21961 D EGL_emulation: app_time_stats: avg=41.43ms min=4.53ms max=168.21ms count=14 +02-27 08:18:14.975 22157 22199 W .gms.persisten: Accessing hidden method Landroid/net/ConnectivityManager;->isNetworkTypeMobile(I)Z (max-target-p, reflection, denied) +02-27 08:18:15.381 21823 21961 D EGL_emulation: app_time_stats: avg=48.24ms min=4.37ms max=156.28ms count=11 +02-27 08:18:15.683 505 514 I system_server: Background young concurrent copying GC freed 967273(24MB) AllocSpace objects, 0(0B) LOS objects, 60% free, 14MB/37MB, paused 52us,278us total 351.665ms +02-27 08:18:15.894 22157 22199 I NetworkScheduler: Using standalone scheduling engine [CONTEXT service_id=218 ] +02-27 08:18:15.938 20811 20824 I recommendation: Background concurrent copying GC freed 29045(2374KB) AllocSpace objects, 35(956KB) LOS objects, 49% free, 2741KB/5483KB, paused 584us,77us total 252.100ms +02-27 08:18:16.438 21823 21961 D EGL_emulation: app_time_stats: avg=30.73ms min=5.19ms max=113.47ms count=23 +02-27 08:18:17.446 21823 21961 D EGL_emulation: app_time_stats: avg=46.02ms min=7.25ms max=456.69ms count=17 +02-27 08:18:17.600 505 514 I system_server: Background young concurrent copying GC freed 1158334(29MB) AllocSpace objects, 0(0B) LOS objects, 10% free, 33MB/37MB, paused 1.946ms,540us total 708.396ms +02-27 08:18:17.783 505 514 I system_server: Background young concurrent copying GC freed 983785(24MB) AllocSpace objects, 0(0B) LOS objects, 62% free, 14MB/37MB, paused 116us,26us total 114.516ms +02-27 08:18:18.458 21823 21961 D EGL_emulation: app_time_stats: avg=21.97ms min=4.77ms max=71.72ms count=30 +02-27 08:18:19.470 21823 21961 D EGL_emulation: app_time_stats: avg=15.96ms min=4.12ms max=50.46ms count=43 +02-27 08:18:19.532 505 514 I system_server: Background young concurrent copying GC freed 973770(24MB) AllocSpace objects, 0(0B) LOS objects, 55% free, 16MB/37MB, paused 6.366ms,2.539ms total 100.224ms +02-27 08:18:20.498 21823 21961 D EGL_emulation: app_time_stats: avg=20.77ms min=4.80ms max=102.17ms count=37 +02-27 08:18:21.527 21823 21961 D EGL_emulation: app_time_stats: avg=14.77ms min=6.06ms max=31.46ms count=51 +02-27 08:18:22.530 21823 21961 D EGL_emulation: app_time_stats: avg=11.49ms min=3.97ms max=33.92ms count=48 +02-27 08:18:22.692 505 514 I system_server: Background young concurrent copying GC freed 964163(24MB) AllocSpace objects, 0(0B) LOS objects, 59% free, 15MB/37MB, paused 52us,727us total 126.450ms +02-27 08:18:23.542 21823 21961 D EGL_emulation: app_time_stats: avg=14.93ms min=3.28ms max=103.56ms count=38 +02-27 08:18:24.557 21823 21961 D EGL_emulation: app_time_stats: avg=14.73ms min=4.98ms max=80.27ms count=40 +02-27 08:18:25.588 21823 21961 D EGL_emulation: app_time_stats: avg=14.86ms min=4.27ms max=40.29ms count=42 +02-27 08:18:26.610 21823 21961 D EGL_emulation: app_time_stats: avg=16.10ms min=4.11ms max=53.62ms count=48 +02-27 08:18:27.624 21823 21961 D EGL_emulation: app_time_stats: avg=11.92ms min=4.29ms max=42.92ms count=55 +02-27 08:18:28.640 21823 21961 D EGL_emulation: app_time_stats: avg=13.05ms min=4.28ms max=52.73ms count=52 +02-27 08:18:29.642 21823 21961 D EGL_emulation: app_time_stats: avg=15.74ms min=4.24ms max=52.73ms count=44 +02-27 08:18:29.981 505 1698 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13336} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (6 skipped) +02-27 08:18:30.122 22157 22157 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 } +02-27 08:18:30.673 21823 21961 D EGL_emulation: app_time_stats: avg=17.93ms min=4.71ms max=54.01ms count=40 +02-27 08:18:31.264 505 514 W system_server: Suspending all threads took: 6.537ms +02-27 08:18:31.270 505 514 I system_server: Background young concurrent copying GC freed 972589(24MB) AllocSpace objects, 0(0B) LOS objects, 60% free, 14MB/37MB, paused 6.248ms,6.692ms total 211.736ms +02-27 08:18:31.689 21823 21961 D EGL_emulation: app_time_stats: avg=19.10ms min=4.43ms max=128.19ms count=36 +02-27 08:18:31.919 505 514 I system_server: Background young concurrent copying GC freed 952209(23MB) AllocSpace objects, 0(0B) LOS objects, 47% free, 19MB/37MB, paused 45us,1.811ms total 190.812ms +02-27 08:18:32.715 21823 21961 D EGL_emulation: app_time_stats: avg=18.51ms min=4.75ms max=50.01ms count=39 +02-27 08:18:33.718 21823 21961 D EGL_emulation: app_time_stats: avg=17.99ms min=4.89ms max=89.04ms count=39 +02-27 08:18:34.725 21823 21961 D EGL_emulation: app_time_stats: avg=15.57ms min=4.76ms max=62.44ms count=46 +02-27 08:18:35.733 21823 21961 D EGL_emulation: app_time_stats: avg=12.18ms min=4.06ms max=58.38ms count=49 +02-27 08:18:36.622 505 514 I system_server: Background young concurrent copying GC freed 955973(23MB) AllocSpace objects, 0(0B) LOS objects, 58% free, 15MB/37MB, paused 7.126ms,109us total 64.526ms +02-27 08:18:36.774 21823 21961 D EGL_emulation: app_time_stats: avg=14.13ms min=4.48ms max=64.24ms count=49 +02-27 08:18:37.777 21823 21961 D EGL_emulation: app_time_stats: avg=14.44ms min=4.44ms max=41.78ms count=47 +02-27 08:18:38.792 21823 21961 D EGL_emulation: app_time_stats: avg=18.02ms min=5.22ms max=51.09ms count=37 +02-27 08:18:39.800 21823 21961 D EGL_emulation: app_time_stats: avg=12.66ms min=4.47ms max=85.57ms count=48 +02-27 08:18:40.362 505 2243 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13338} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (0 skipped) +02-27 08:18:40.823 21823 21961 D EGL_emulation: app_time_stats: avg=17.89ms min=6.61ms max=46.48ms count=44 +02-27 08:18:41.833 21823 21961 D EGL_emulation: app_time_stats: avg=11.45ms min=4.35ms max=23.49ms count=51 +02-27 08:18:42.709 505 514 I system_server: Background young concurrent copying GC freed 953390(23MB) AllocSpace objects, 0(0B) LOS objects, 58% free, 15MB/37MB, paused 7.765ms,368us total 74.754ms +02-27 08:18:42.833 21823 21961 D EGL_emulation: app_time_stats: avg=11.62ms min=4.85ms max=25.60ms count=52 +02-27 08:18:43.112 505 514 I system_server: Background young concurrent copying GC freed 947544(23MB) AllocSpace objects, 0(0B) LOS objects, 56% free, 16MB/37MB, paused 5.364ms,49us total 87.108ms +02-27 08:18:43.519 505 514 I system_server: Background young concurrent copying GC freed 944751(23MB) AllocSpace objects, 0(0B) LOS objects, 59% free, 15MB/37MB, paused 129us,64us total 102.723ms +02-27 08:18:43.837 21823 21961 D EGL_emulation: app_time_stats: avg=13.82ms min=4.59ms max=56.97ms count=46 +02-27 08:18:44.854 21823 21961 D EGL_emulation: app_time_stats: avg=12.52ms min=4.67ms max=47.25ms count=48 +02-27 08:18:45.862 21823 21961 D EGL_emulation: app_time_stats: avg=10.23ms min=4.50ms max=30.45ms count=54 +02-27 08:18:46.411 505 514 I system_server: Background young concurrent copying GC freed 947897(23MB) AllocSpace objects, 0(0B) LOS objects, 60% free, 14MB/37MB, paused 7.500ms,61us total 45.835ms +02-27 08:18:46.882 21823 21961 D EGL_emulation: app_time_stats: avg=10.85ms min=4.61ms max=42.42ms count=54 +02-27 08:18:47.637 505 514 W system_server: Suspending all threads took: 7.854ms +02-27 08:18:47.692 505 514 I system_server: Background young concurrent copying GC freed 944388(23MB) AllocSpace objects, 0(0B) LOS objects, 61% free, 14MB/37MB, paused 96us,8.234ms total 153.997ms +02-27 08:18:47.994 21823 21961 D EGL_emulation: app_time_stats: avg=27.86ms min=6.24ms max=97.27ms count=30 +02-27 08:18:48.997 21823 21961 D EGL_emulation: app_time_stats: avg=12.34ms min=4.59ms max=63.67ms count=46 +02-27 08:18:50.048 21823 21961 D EGL_emulation: app_time_stats: avg=45.34ms min=4.13ms max=158.54ms count=18 +02-27 08:18:50.222 505 514 I system_server: Background young concurrent copying GC freed 950176(23MB) AllocSpace objects, 0(0B) LOS objects, 61% free, 14MB/37MB, paused 69us,354us total 113.556ms +02-27 08:18:51.078 21823 21961 D EGL_emulation: app_time_stats: avg=19.99ms min=5.79ms max=57.09ms count=35 +02-27 08:18:51.798 505 514 I system_server: Background young concurrent copying GC freed 947105(23MB) AllocSpace objects, 0(0B) LOS objects, 62% free, 13MB/37MB, paused 2.584ms,124us total 309.303ms +02-27 08:18:52.353 505 505 W Looper : Slow dispatch took 293ms main h=com.android.server.pm.SnapshotStatistics$1 c=null m=0 +02-27 08:18:52.448 21823 21961 D EGL_emulation: app_time_stats: avg=30.21ms min=7.14ms max=103.93ms count=27 +02-27 08:18:53.466 21823 21961 D EGL_emulation: app_time_stats: avg=92.22ms min=31.57ms max=240.45ms count=8 +02-27 08:18:54.165 505 514 W system_server: Suspending all threads took: 7.639ms +02-27 08:18:54.317 505 514 I system_server: Background young concurrent copying GC freed 939292(23MB) AllocSpace objects, 0(0B) LOS objects, 61% free, 14MB/37MB, paused 81us,7.823ms total 617.317ms +02-27 08:18:54.541 21823 21961 D EGL_emulation: app_time_stats: avg=79.92ms min=5.43ms max=542.68ms count=12 +02-27 08:18:55.657 21823 21961 D EGL_emulation: app_time_stats: avg=165.93ms min=44.95ms max=256.41ms count=5 +02-27 08:18:56.744 21823 21961 D EGL_emulation: app_time_stats: avg=65.15ms min=12.67ms max=169.04ms count=11 +02-27 08:18:57.441 505 514 I system_server: Background young concurrent copying GC freed 945243(23MB) AllocSpace objects, 0(0B) LOS objects, 60% free, 14MB/37MB, paused 5.123ms,853us total 52.418ms +02-27 08:18:57.755 21823 21961 D EGL_emulation: app_time_stats: avg=40.96ms min=8.77ms max=156.80ms count=17 +02-27 08:18:58.786 21823 21961 D EGL_emulation: app_time_stats: avg=20.64ms min=7.47ms max=70.74ms count=34 +02-27 08:18:59.738 505 514 I system_server: Background young concurrent copying GC freed 946710(23MB) AllocSpace objects, 0(0B) LOS objects, 64% free, 13MB/37MB, paused 159us,82us total 141.021ms +02-27 08:18:59.926 21823 21961 D EGL_emulation: app_time_stats: avg=18.03ms min=4.28ms max=52.73ms count=35 +02-27 08:19:00.942 21823 21961 D EGL_emulation: app_time_stats: avg=26.80ms min=6.23ms max=74.69ms count=27 +02-27 08:19:01.947 21823 21961 D EGL_emulation: app_time_stats: avg=19.78ms min=4.84ms max=119.33ms count=40 +02-27 08:19:02.959 21823 21961 D EGL_emulation: app_time_stats: avg=14.39ms min=4.22ms max=39.15ms count=46 +02-27 08:19:03.973 21823 21961 D EGL_emulation: app_time_stats: avg=13.23ms min=4.67ms max=32.35ms count=47 +02-27 08:19:04.667 505 514 I system_server: Background young concurrent copying GC freed 951395(23MB) AllocSpace objects, 0(0B) LOS objects, 59% free, 14MB/37MB, paused 15.228ms,27us total 110.898ms +02-27 08:19:04.987 21823 21961 D EGL_emulation: app_time_stats: avg=15.79ms min=4.57ms max=40.27ms count=44 +02-27 08:19:05.314 505 2243 D WifiNl80211Manager: Scan result ready event +02-27 08:19:05.396 505 2243 D WifiNative: Scan result ready event +02-27 08:19:05.428 505 514 W system_server: Suspending all threads took: 9.548ms +02-27 08:19:05.437 505 514 I system_server: Background young concurrent copying GC freed 947544(23MB) AllocSpace objects, 0(0B) LOS objects, 56% free, 16MB/37MB, paused 1.576ms,9.729ms total 240.203ms +02-27 08:19:05.457 505 505 W Looper : Slow dispatch took 148ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=android.app.PendingIntent$FinishedDispatcher@20d1e6e m=0 +02-27 08:19:05.801 505 2243 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13341} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (0 skipped) +02-27 08:19:05.989 21823 21961 D EGL_emulation: app_time_stats: avg=24.07ms min=5.76ms max=109.33ms count=34 +02-27 08:19:06.712 22157 22157 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.clearcut.bootcount.service.START dat=chimera-action:com.google.android.gms.clearcut.bootcount.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:19:06.716 22157 22157 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.clearcut.bootcount.service.START dat=chimera-action:com.google.android.gms.clearcut.bootcount.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:19:06.998 21823 21961 D EGL_emulation: app_time_stats: avg=13.27ms min=5.64ms max=57.17ms count=54 +02-27 08:19:07.713 505 514 I system_server: Background young concurrent copying GC freed 967365(24MB) AllocSpace objects, 0(0B) LOS objects, 57% free, 15MB/37MB, paused 470us,76us total 103.035ms +02-27 08:19:08.015 21823 21961 D EGL_emulation: app_time_stats: avg=9.50ms min=4.75ms max=27.93ms count=57 +02-27 08:19:08.186 505 514 I system_server: Background young concurrent copying GC freed 941413(23MB) AllocSpace objects, 0(0B) LOS objects, 62% free, 14MB/37MB, paused 882us,47us total 100.417ms +02-27 08:19:09.028 21823 21961 D EGL_emulation: app_time_stats: avg=7.80ms min=4.27ms max=35.81ms count=56 +02-27 08:19:10.038 21823 21961 D EGL_emulation: app_time_stats: avg=10.89ms min=4.37ms max=46.35ms count=49 +02-27 08:19:11.053 21823 21961 D EGL_emulation: app_time_stats: avg=7.87ms min=4.22ms max=52.62ms count=57 +02-27 08:19:12.065 21823 21961 D EGL_emulation: app_time_stats: avg=6.48ms min=4.44ms max=14.16ms count=61 +02-27 08:19:13.081 21823 21961 D EGL_emulation: app_time_stats: avg=7.53ms min=4.17ms max=19.19ms count=60 +02-27 08:19:14.094 21823 21961 D EGL_emulation: app_time_stats: avg=13.96ms min=5.57ms max=48.53ms count=51 +02-27 08:19:15.097 21823 21961 D EGL_emulation: app_time_stats: avg=12.03ms min=3.80ms max=31.57ms count=51 +02-27 08:19:16.097 21823 21961 D EGL_emulation: app_time_stats: avg=9.80ms min=4.18ms max=32.04ms count=55 +02-27 08:19:17.110 21823 21961 D EGL_emulation: app_time_stats: avg=12.97ms min=4.97ms max=42.45ms count=50 +02-27 08:19:18.127 21823 21961 D EGL_emulation: app_time_stats: avg=26.74ms min=5.22ms max=116.77ms count=26 +02-27 08:19:18.899 505 514 I system_server: Background young concurrent copying GC freed 941258(23MB) AllocSpace objects, 0(0B) LOS objects, 61% free, 14MB/37MB, paused 77us,242us total 113.326ms +02-27 08:19:19.355 21823 21961 D EGL_emulation: app_time_stats: avg=58.86ms min=14.09ms max=334.52ms count=14 +02-27 08:19:20.356 21823 21961 D EGL_emulation: app_time_stats: avg=40.69ms min=8.17ms max=76.62ms count=16 +02-27 08:19:21.412 505 1698 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13352} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (5 skipped) +02-27 08:19:21.423 21823 21961 D EGL_emulation: app_time_stats: avg=72.73ms min=11.07ms max=136.58ms count=12 +02-27 08:19:21.477 505 514 I system_server: Background young concurrent copying GC freed 944259(23MB) AllocSpace objects, 0(0B) LOS objects, 62% free, 13MB/37MB, paused 25.181ms,68us total 371.830ms +02-27 08:19:22.457 21823 21961 D EGL_emulation: app_time_stats: avg=23.39ms min=4.60ms max=54.78ms count=18 +02-27 08:19:22.697 505 514 I system_server: Background young concurrent copying GC freed 941213(23MB) AllocSpace objects, 0(0B) LOS objects, 63% free, 13MB/37MB, paused 27us,91us total 109.570ms +02-27 08:19:23.482 21823 21961 D EGL_emulation: app_time_stats: avg=26.64ms min=4.58ms max=146.79ms count=20 +02-27 08:19:24.552 21823 21961 D EGL_emulation: app_time_stats: avg=51.34ms min=9.05ms max=212.98ms count=14 +02-27 08:19:24.557 505 514 I system_server: Background young concurrent copying GC freed 946690(23MB) AllocSpace objects, 0(0B) LOS objects, 57% free, 15MB/37MB, paused 1.748ms,79us total 184.886ms +02-27 08:19:25.562 21823 21961 D EGL_emulation: app_time_stats: avg=28.67ms min=4.11ms max=144.43ms count=23 +02-27 08:19:26.563 21823 21961 D EGL_emulation: app_time_stats: avg=11.42ms min=4.04ms max=73.02ms count=50 +02-27 08:19:27.658 21823 21961 D EGL_emulation: app_time_stats: avg=67.34ms min=10.85ms max=191.42ms count=12 +02-27 08:19:28.818 21823 21961 D EGL_emulation: app_time_stats: avg=33.47ms min=4.17ms max=185.54ms count=22 +02-27 08:19:29.171 505 514 W system_server: Suspending all threads took: 14.104ms +02-27 08:19:29.251 505 514 I system_server: Background young concurrent copying GC freed 939615(23MB) AllocSpace objects, 0(0B) LOS objects, 63% free, 13MB/37MB, paused 4.971ms,14.342ms total 311.838ms +02-27 08:19:29.865 21823 21961 D EGL_emulation: app_time_stats: avg=51.65ms min=4.96ms max=139.26ms count=12 +02-27 08:19:30.916 21823 21961 D EGL_emulation: app_time_stats: avg=37.20ms min=4.81ms max=133.48ms count=17 +02-27 08:19:31.981 21823 21961 D EGL_emulation: app_time_stats: avg=53.01ms min=5.40ms max=188.59ms count=13 +02-27 08:19:31.986 505 514 I system_server: Background young concurrent copying GC freed 937366(23MB) AllocSpace objects, 0(0B) LOS objects, 63% free, 13MB/37MB, paused 260us,133us total 235.838ms +02-27 08:19:33.069 21823 21961 D EGL_emulation: app_time_stats: avg=54.62ms min=8.42ms max=155.25ms count=14 +02-27 08:19:34.072 21823 21961 D EGL_emulation: app_time_stats: avg=76.76ms min=6.26ms max=251.92ms count=8 +02-27 08:19:35.128 21823 21961 D EGL_emulation: app_time_stats: avg=28.09ms min=4.72ms max=151.23ms count=19 +02-27 08:19:36.124 505 542 W Looper : Slow dispatch took 194ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:19:36.143 21823 21961 D EGL_emulation: app_time_stats: avg=70.60ms min=6.83ms max=266.52ms count=10 +02-27 08:19:37.234 21823 21961 D EGL_emulation: app_time_stats: avg=41.51ms min=8.51ms max=113.35ms count=16 +02-27 08:19:38.249 21823 21961 D EGL_emulation: app_time_stats: avg=25.81ms min=4.41ms max=96.22ms count=30 +02-27 08:19:38.606 505 514 I system_server: Background young concurrent copying GC freed 941678(23MB) AllocSpace objects, 0(0B) LOS objects, 61% free, 14MB/37MB, paused 953us,2.302ms total 142.035ms +02-27 08:19:39.302 21823 21961 D EGL_emulation: app_time_stats: avg=25.85ms min=4.63ms max=100.93ms count=30 +02-27 08:19:40.309 21823 21961 D EGL_emulation: app_time_stats: avg=29.96ms min=4.27ms max=178.32ms count=25 +02-27 08:19:41.322 21823 21961 D EGL_emulation: app_time_stats: avg=21.15ms min=4.43ms max=176.09ms count=33 +02-27 08:19:42.332 21823 21961 D EGL_emulation: app_time_stats: avg=14.90ms min=5.28ms max=40.70ms count=44 +02-27 08:19:43.402 21823 21961 D EGL_emulation: app_time_stats: avg=16.00ms min=4.95ms max=42.06ms count=41 +02-27 08:19:44.452 21823 21961 D EGL_emulation: app_time_stats: avg=14.23ms min=3.20ms max=58.15ms count=43 +02-27 08:19:45.256 505 514 I system_server: Background young concurrent copying GC freed 940030(23MB) AllocSpace objects, 0(0B) LOS objects, 61% free, 14MB/37MB, paused 50.825ms,86us total 118.927ms +02-27 08:19:45.558 21823 21961 D EGL_emulation: app_time_stats: avg=29.03ms min=5.26ms max=194.42ms count=29 +02-27 08:19:46.605 21823 21961 D EGL_emulation: app_time_stats: avg=45.30ms min=8.56ms max=100.09ms count=11 +02-27 08:19:47.637 505 514 I system_server: Background young concurrent copying GC freed 943674(23MB) AllocSpace objects, 0(0B) LOS objects, 57% free, 15MB/37MB, paused 464us,83us total 419.668ms +02-27 08:19:47.660 21823 21961 D EGL_emulation: app_time_stats: avg=55.09ms min=6.94ms max=197.15ms count=12 +02-27 08:19:48.693 21823 21961 D EGL_emulation: app_time_stats: avg=22.43ms min=5.84ms max=115.84ms count=32 +02-27 08:19:49.724 21823 21961 D EGL_emulation: app_time_stats: avg=64.99ms min=5.85ms max=264.24ms count=14 +02-27 08:19:50.730 21823 21961 D EGL_emulation: app_time_stats: avg=18.38ms min=3.49ms max=69.00ms count=40 +02-27 08:19:50.937 346 346 E android.hardware.power.stats@1.0-service-mock: Failed to getEnergyData +02-27 08:19:50.992 505 514 I system_server: Background young concurrent copying GC freed 969305(24MB) AllocSpace objects, 0(0B) LOS objects, 62% free, 13MB/37MB, paused 109us,28us total 119.320ms +02-27 08:19:51.745 21823 21961 D EGL_emulation: app_time_stats: avg=16.24ms min=4.45ms max=45.17ms count=37 +02-27 08:19:52.759 21823 21961 D EGL_emulation: app_time_stats: avg=16.27ms min=5.24ms max=38.94ms count=44 +02-27 08:19:53.760 21823 21961 D EGL_emulation: app_time_stats: avg=30.69ms min=5.58ms max=111.56ms count=19 +02-27 08:19:54.228 505 514 I system_server: Background young concurrent copying GC freed 941044(23MB) AllocSpace objects, 0(0B) LOS objects, 53% free, 17MB/37MB, paused 60us,641us total 269.890ms +02-27 08:19:54.767 21823 21961 D EGL_emulation: app_time_stats: avg=28.15ms min=4.11ms max=203.85ms count=25 +02-27 08:19:55.782 21823 21961 D EGL_emulation: app_time_stats: avg=43.23ms min=5.45ms max=224.26ms count=16 +02-27 08:19:56.847 505 514 I system_server: Background young concurrent copying GC freed 943027(23MB) AllocSpace objects, 0(0B) LOS objects, 59% free, 14MB/37MB, paused 42us,47us total 124.475ms +02-27 08:19:56.863 21823 21961 D EGL_emulation: app_time_stats: avg=47.65ms min=5.95ms max=304.04ms count=19 +02-27 08:19:57.925 21823 21961 D EGL_emulation: app_time_stats: avg=38.57ms min=5.58ms max=154.48ms count=18 +02-27 08:19:58.617 505 514 I system_server: Background young concurrent copying GC freed 944756(23MB) AllocSpace objects, 0(0B) LOS objects, 62% free, 13MB/37MB, paused 72us,283us total 147.865ms +02-27 08:19:58.933 21823 21961 D EGL_emulation: app_time_stats: avg=20.19ms min=5.49ms max=71.11ms count=24 +02-27 08:20:00.141 505 505 W Looper : Slow dispatch took 130ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=com.android.server.alarm.AlarmManagerService$3$$ExternalSyntheticLambda0@923c5cc m=0 +02-27 08:20:00.185 21823 21961 D EGL_emulation: app_time_stats: avg=101.74ms min=11.89ms max=408.78ms count=9 +02-27 08:20:00.534 505 514 I system_server: Background young concurrent copying GC freed 937163(23MB) AllocSpace objects, 0(0B) LOS objects, 61% free, 14MB/37MB, paused 115us,2.474ms total 172.988ms +02-27 08:20:01.347 21823 21961 D EGL_emulation: app_time_stats: avg=88.12ms min=6.90ms max=323.08ms count=10 +02-27 08:20:02.449 21823 21961 D EGL_emulation: app_time_stats: avg=62.88ms min=7.60ms max=149.82ms count=15 +02-27 08:20:02.856 505 514 I system_server: Background young concurrent copying GC freed 937890(23MB) AllocSpace objects, 0(0B) LOS objects, 63% free, 13MB/37MB, paused 186us,844us total 186.386ms +02-27 08:20:03.498 21823 21961 D EGL_emulation: app_time_stats: avg=46.03ms min=8.91ms max=121.89ms count=13 +02-27 08:20:04.508 21823 21961 D EGL_emulation: app_time_stats: avg=66.13ms min=9.42ms max=280.97ms count=15 +02-27 08:20:05.648 21823 21961 D EGL_emulation: app_time_stats: avg=30.83ms min=5.64ms max=119.97ms count=25 +02-27 08:20:06.691 21823 21961 D EGL_emulation: app_time_stats: avg=73.78ms min=22.84ms max=139.03ms count=9 +02-27 08:20:07.418 505 514 I system_server: Background young concurrent copying GC freed 974972(24MB) AllocSpace objects, 0(0B) LOS objects, 62% free, 13MB/37MB, paused 2.662ms,119us total 424.313ms +02-27 08:20:07.537 21823 21837 I roid.tvlaunche: Background young concurrent copying GC freed 15745(735KB) AllocSpace objects, 32(2944KB) LOS objects, 36% free, 6358KB/10059KB, paused 57us,42us total 632.480ms +02-27 08:20:07.696 21823 21961 D EGL_emulation: app_time_stats: avg=58.39ms min=5.87ms max=320.23ms count=14 +02-27 08:20:08.746 21823 21961 D EGL_emulation: app_time_stats: avg=36.44ms min=7.31ms max=202.41ms count=23 +02-27 08:20:09.767 21823 21961 D EGL_emulation: app_time_stats: avg=60.56ms min=6.40ms max=275.95ms count=14 +02-27 08:20:10.701 505 514 I system_server: Background young concurrent copying GC freed 944959(23MB) AllocSpace objects, 0(0B) LOS objects, 59% free, 14MB/37MB, paused 30us,38us total 249.385ms +02-27 08:20:10.785 21823 21961 D EGL_emulation: app_time_stats: avg=63.76ms min=11.81ms max=218.53ms count=10 +02-27 08:20:12.028 21823 21961 D EGL_emulation: app_time_stats: avg=58.12ms min=6.07ms max=216.91ms count=15 +02-27 08:20:12.872 505 514 I system_server: Background young concurrent copying GC freed 936546(23MB) AllocSpace objects, 0(0B) LOS objects, 57% free, 15MB/37MB, paused 335us,355us total 278.603ms +02-27 08:20:13.035 21823 21961 D EGL_emulation: app_time_stats: avg=45.11ms min=5.18ms max=231.25ms count=13 +02-27 08:20:14.195 21823 21961 D EGL_emulation: app_time_stats: avg=26.96ms min=4.54ms max=144.04ms count=27 +02-27 08:20:14.351 505 514 I system_server: Background young concurrent copying GC freed 974862(24MB) AllocSpace objects, 0(0B) LOS objects, 61% free, 14MB/37MB, paused 20.123ms,146us total 120.399ms +02-27 08:20:15.205 21823 21961 D EGL_emulation: app_time_stats: avg=43.32ms min=3.85ms max=182.21ms count=18 +02-27 08:20:16.207 21823 21961 D EGL_emulation: app_time_stats: avg=26.79ms min=4.57ms max=151.32ms count=19 +02-27 08:20:16.214 505 514 I system_server: Background young concurrent copying GC freed 936546(23MB) AllocSpace objects, 0(0B) LOS objects, 61% free, 14MB/37MB, paused 71us,2.032ms total 240.707ms +02-27 08:20:17.234 21823 21961 D EGL_emulation: app_time_stats: avg=43.16ms min=5.75ms max=251.36ms count=17 +02-27 08:20:18.245 21823 21961 D EGL_emulation: app_time_stats: avg=9.32ms min=5.51ms max=20.02ms count=9 +02-27 08:20:19.322 21823 21961 D EGL_emulation: app_time_stats: avg=37.19ms min=4.59ms max=206.63ms count=18 +02-27 08:20:20.430 21823 21961 D EGL_emulation: app_time_stats: avg=32.53ms min=4.79ms max=225.61ms count=23 +02-27 08:20:20.437 505 514 I system_server: Background young concurrent copying GC freed 938182(23MB) AllocSpace objects, 0(0B) LOS objects, 63% free, 13MB/37MB, paused 788us,95us total 192.906ms +02-27 08:20:21.497 21823 21961 D EGL_emulation: app_time_stats: avg=52.61ms min=4.20ms max=370.64ms count=17 +02-27 08:20:22.317 505 514 I system_server: Background young concurrent copying GC freed 935290(23MB) AllocSpace objects, 0(0B) LOS objects, 54% free, 16MB/37MB, paused 117us,200us total 209.523ms +02-27 08:20:22.584 21823 21961 D EGL_emulation: app_time_stats: avg=25.69ms min=4.89ms max=111.71ms count=24 +02-27 08:20:23.695 21823 21961 D EGL_emulation: app_time_stats: avg=26.18ms min=5.62ms max=165.47ms count=15 +02-27 08:20:24.049 505 514 I system_server: Background young concurrent copying GC freed 957441(23MB) AllocSpace objects, 0(0B) LOS objects, 63% free, 13MB/37MB, paused 6.195ms,549us total 68.605ms +02-27 08:20:24.750 21823 21961 D EGL_emulation: app_time_stats: avg=46.84ms min=6.07ms max=171.81ms count=13 +02-27 08:20:25.805 21823 21961 D EGL_emulation: app_time_stats: avg=68.08ms min=8.41ms max=203.07ms count=11 +02-27 08:20:25.821 505 514 I system_server: Background young concurrent copying GC freed 940401(23MB) AllocSpace objects, 0(0B) LOS objects, 62% free, 13MB/37MB, paused 5.497ms,82us total 192.295ms +02-27 08:20:26.826 21823 21961 D EGL_emulation: app_time_stats: avg=38.09ms min=5.43ms max=96.96ms count=11 +02-27 08:20:27.848 21823 21961 D EGL_emulation: app_time_stats: avg=58.91ms min=9.50ms max=210.27ms count=8 +02-27 08:20:28.144 505 514 W system_server: Suspending all threads took: 9.721ms +02-27 08:20:28.152 505 514 I system_server: Background young concurrent copying GC freed 940540(23MB) AllocSpace objects, 0(0B) LOS objects, 62% free, 14MB/37MB, paused 86us,10.100ms total 127.614ms +02-27 08:20:28.972 21823 21961 D EGL_emulation: app_time_stats: avg=52.58ms min=4.60ms max=319.44ms count=16 +02-27 08:20:29.988 21823 21961 D EGL_emulation: app_time_stats: avg=57.85ms min=7.25ms max=293.25ms count=13 +02-27 08:20:30.897 505 514 I system_server: Background young concurrent copying GC freed 939331(23MB) AllocSpace objects, 0(0B) LOS objects, 62% free, 13MB/37MB, paused 112us,294us total 192.094ms +02-27 08:20:31.254 21823 21961 D EGL_emulation: app_time_stats: avg=87.81ms min=4.68ms max=288.51ms count=12 +02-27 08:20:32.164 505 543 W Looper : Slow delivery took 269ms android.ui h=android.view.GestureDetector$GestureHandler c=null m=1 +02-27 08:20:32.205 505 543 W Looper : Drained +02-27 08:20:32.242 505 2243 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13355} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (2 skipped) +02-27 08:20:32.583 21823 21823 W roid.tvlaunche: Verification of android.window.OnBackInvokedCallback lz.a(java.lang.Runnable) took 338.199ms (26.61 bytecodes/s) (1488B approximate peak alloc) +02-27 08:20:32.741 21823 21823 W roid.tvlaunche: Verification of void lz.e(android.view.ViewParent, android.view.View, int, int, int, int, int, int[]) took 153.084ms (574.85 bytecodes/s) (3032B approximate peak alloc) +02-27 08:20:32.755 21823 21823 I Choreographer: Skipped 52 frames! The application may be doing too much work on its main thread. +02-27 08:20:32.906 21823 21961 D EGL_emulation: app_time_stats: avg=110.84ms min=8.06ms max=995.89ms count=12 +02-27 08:20:33.357 505 717 W AudioTrack: restoreTrack_l(18): dead IAudioTrack, PCM, creating a new one from getTimestampExtended() +02-27 08:20:33.380 505 717 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:20:33.620 20161 20220 W AudioFlinger: createTrack_l(): mismatch between requested flags (00000004) and output flags (00000002) +02-27 08:20:33.947 21823 21961 D EGL_emulation: app_time_stats: avg=520.22ms min=378.93ms max=661.52ms count=2 +02-27 08:20:36.153 505 505 W Looper : Slow dispatch took 147ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:20:36.711 20161 20220 D AF::TrackHandle: OpPlayAudio: track:57 usage:13 not muted +02-27 08:20:36.936 21823 21961 D EGL_emulation: app_time_stats: avg=1293.90ms min=21.03ms max=2566.76ms count=2 +02-27 08:20:37.073 505 542 W Looper : Slow dispatch took 1072ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:20:37.158 505 717 D AudioTrack: createTrack_l(18): AUDIO_OUTPUT_FLAG_FAST denied by server; frameCount 4512 -> 4512 +02-27 08:20:37.785 21823 21823 I Choreographer: Skipped 226 frames! The application may be doing too much work on its main thread. +02-27 08:20:38.169 21823 21961 D EGL_emulation: app_time_stats: avg=1232.47ms min=1232.47ms max=1232.47ms count=1 +02-27 08:20:38.440 20161 20224 D AudioFlinger: mixer(0xb40000772a1e2a60) throttle end: throttle time(16) +02-27 08:20:38.592 505 514 W system_server: Suspending all threads took: 27.272ms +02-27 08:20:39.250 21823 21961 D EGL_emulation: app_time_stats: avg=94.28ms min=16.50ms max=236.42ms count=5 +02-27 08:20:40.211 20161 20224 W AudioFlinger: write blocked for 334 msecs, 1 delayed writes, thread 13 +02-27 08:20:40.331 21823 21961 D EGL_emulation: app_time_stats: avg=165.60ms min=13.73ms max=345.04ms count=6 +02-27 08:20:41.733 505 505 W Looper : Slow dispatch took 538ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:20:41.761 505 514 I system_server: Background young concurrent copying GC freed 1067105(26MB) AllocSpace objects, 0(0B) LOS objects, 20% free, 29MB/37MB, paused 38.838ms,385.671ms total 5.598s +02-27 08:20:42.832 505 514 I system_server: Background concurrent copying GC freed 956256(24MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 15MB/31MB, paused 30.655ms,2.639ms total 577.303ms +02-27 08:20:48.217 21823 21961 D EGL_emulation: app_time_stats: avg=3942.96ms min=39.58ms max=7846.33ms count=2 +02-27 08:20:48.240 505 514 I system_server: Background young concurrent copying GC freed 751161(18MB) AllocSpace objects, 0(0B) LOS objects, 58% free, 13MB/31MB, paused 37.132ms,113us total 103.421ms +02-27 08:20:49.243 21823 21961 D EGL_emulation: app_time_stats: avg=92.62ms min=13.92ms max=365.90ms count=8 +02-27 08:20:49.838 505 514 I system_server: Background young concurrent copying GC freed 741898(18MB) AllocSpace objects, 0(0B) LOS objects, 59% free, 12MB/31MB, paused 73us,51us total 122.897ms +02-27 08:20:51.130 505 514 I system_server: Background young concurrent copying GC freed 759526(18MB) AllocSpace objects, 0(0B) LOS objects, 52% free, 15MB/31MB, paused 1.189ms,79us total 139.568ms +02-27 08:20:56.316 505 514 I system_server: Background young concurrent copying GC freed 736361(18MB) AllocSpace objects, 0(0B) LOS objects, 57% free, 13MB/31MB, paused 1.056ms,2.082ms total 115.397ms +02-27 08:20:58.194 21823 21961 D EGL_emulation: app_time_stats: avg=8950.93ms min=8950.93ms max=8950.93ms count=1 +02-27 08:21:00.393 21823 21961 D EGL_emulation: app_time_stats: avg=216.66ms min=6.19ms max=1554.51ms count=10 +02-27 08:21:00.437 505 514 I system_server: Background young concurrent copying GC freed 739184(18MB) AllocSpace objects, 0(0B) LOS objects, 50% free, 15MB/31MB, paused 4.326ms,105us total 254.583ms +02-27 08:21:01.422 21823 21961 D EGL_emulation: app_time_stats: avg=24.66ms min=4.31ms max=163.93ms count=16 +02-27 08:21:02.520 21823 21961 D EGL_emulation: app_time_stats: avg=45.89ms min=6.47ms max=280.65ms count=15 +02-27 08:21:03.669 21823 21823 I Choreographer: Skipped 31 frames! The application may be doing too much work on its main thread. +02-27 08:21:03.751 505 514 I system_server: Background young concurrent copying GC freed 734014(18MB) AllocSpace objects, 0(0B) LOS objects, 58% free, 12MB/31MB, paused 81us,85us total 118.260ms +02-27 08:21:03.793 21823 21961 D EGL_emulation: app_time_stats: avg=128.35ms min=5.98ms max=497.84ms count=7 +02-27 08:21:05.011 21823 21961 D EGL_emulation: app_time_stats: avg=48.74ms min=5.86ms max=270.21ms count=15 +02-27 08:21:05.861 505 514 I system_server: Background young concurrent copying GC freed 746600(18MB) AllocSpace objects, 0(0B) LOS objects, 57% free, 13MB/31MB, paused 77us,115us total 157.078ms +02-27 08:21:06.214 21823 21961 D EGL_emulation: app_time_stats: avg=68.10ms min=6.30ms max=217.97ms count=14 +02-27 08:21:06.306 505 542 W Looper : Slow dispatch took 124ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:21:07.249 21823 21961 D EGL_emulation: app_time_stats: avg=71.33ms min=6.06ms max=474.75ms count=11 +02-27 08:21:08.278 21823 21961 D EGL_emulation: app_time_stats: avg=50.59ms min=4.96ms max=243.22ms count=15 +02-27 08:21:08.638 505 514 I system_server: Background young concurrent copying GC freed 731791(18MB) AllocSpace objects, 0(0B) LOS objects, 44% free, 17MB/31MB, paused 75us,895us total 730.355ms +02-27 08:21:09.471 21823 21961 D EGL_emulation: app_time_stats: avg=57.35ms min=7.07ms max=248.18ms count=13 +02-27 08:21:10.230 505 514 I system_server: Background young concurrent copying GC freed 838176(20MB) AllocSpace objects, 0(0B) LOS objects, 56% free, 13MB/31MB, paused 19.947ms,73us total 97.178ms +02-27 08:21:10.537 21823 21961 D EGL_emulation: app_time_stats: avg=61.67ms min=5.43ms max=525.26ms count=11 +02-27 08:21:11.968 21823 21961 D EGL_emulation: app_time_stats: avg=34.49ms min=4.83ms max=139.20ms count=20 +02-27 08:21:12.010 505 514 I system_server: Background young concurrent copying GC freed 734060(18MB) AllocSpace objects, 0(0B) LOS objects, 58% free, 13MB/31MB, paused 27us,85us total 273.655ms +02-27 08:21:13.179 21823 21961 D EGL_emulation: app_time_stats: avg=28.22ms min=6.13ms max=115.23ms count=21 +02-27 08:21:13.493 505 514 I system_server: Background young concurrent copying GC freed 755812(18MB) AllocSpace objects, 0(0B) LOS objects, 59% free, 12MB/31MB, paused 37us,81us total 115.189ms +02-27 08:21:14.221 21823 21961 D EGL_emulation: app_time_stats: avg=29.20ms min=8.04ms max=92.60ms count=20 +02-27 08:21:15.243 21823 21961 D EGL_emulation: app_time_stats: avg=56.24ms min=11.26ms max=243.23ms count=15 +02-27 08:21:16.266 21823 21961 D EGL_emulation: app_time_stats: avg=42.10ms min=5.12ms max=223.41ms count=18 +02-27 08:21:17.100 505 514 I system_server: Background young concurrent copying GC freed 751009(18MB) AllocSpace objects, 0(0B) LOS objects, 57% free, 13MB/31MB, paused 2.189ms,91us total 315.304ms +02-27 08:21:17.338 21823 21961 D EGL_emulation: app_time_stats: avg=49.73ms min=6.07ms max=155.62ms count=17 +02-27 08:21:18.354 21823 21961 D EGL_emulation: app_time_stats: avg=69.78ms min=7.66ms max=379.14ms count=12 +02-27 08:21:19.409 21823 21961 D EGL_emulation: app_time_stats: avg=65.29ms min=10.13ms max=200.08ms count=11 +02-27 08:21:20.494 21823 21961 D EGL_emulation: app_time_stats: avg=64.37ms min=5.65ms max=182.71ms count=14 +02-27 08:21:20.835 505 514 I system_server: Background young concurrent copying GC freed 734387(18MB) AllocSpace objects, 0(0B) LOS objects, 56% free, 13MB/31MB, paused 2.828ms,1.173ms total 125.593ms +02-27 08:21:21.566 21823 21961 D EGL_emulation: app_time_stats: avg=47.25ms min=4.99ms max=316.75ms count=17 +02-27 08:21:22.386 505 542 W Looper : Slow dispatch took 137ms android.fg h=android.os.Handler c=com.android.server.NetworkManagementService$NetdUnsolicitedEventListener$$ExternalSyntheticLambda0@bfaaccd m=0 +02-27 08:21:22.621 21823 21961 D EGL_emulation: app_time_stats: avg=53.16ms min=5.94ms max=180.06ms count=10 +02-27 08:21:23.682 21823 21961 D EGL_emulation: app_time_stats: avg=64.42ms min=8.02ms max=203.76ms count=12 +02-27 08:21:24.364 505 514 I system_server: Background young concurrent copying GC freed 737598(18MB) AllocSpace objects, 0(0B) LOS objects, 55% free, 14MB/31MB, paused 2.611ms,125us total 129.506ms +02-27 08:21:24.688 21823 21961 D EGL_emulation: app_time_stats: avg=24.88ms min=5.99ms max=80.81ms count=20 +02-27 08:21:25.782 21823 21961 D EGL_emulation: app_time_stats: avg=53.50ms min=6.20ms max=484.63ms count=16 +02-27 08:21:26.082 505 514 I system_server: Background young concurrent copying GC freed 740098(18MB) AllocSpace objects, 0(0B) LOS objects, 55% free, 14MB/31MB, paused 194us,83us total 243.043ms +02-27 08:21:26.808 21823 21961 D EGL_emulation: app_time_stats: avg=28.49ms min=4.47ms max=111.43ms count=21 +02-27 08:21:28.063 21823 21961 D EGL_emulation: app_time_stats: avg=98.12ms min=15.30ms max=433.19ms count=7 +02-27 08:21:28.870 21823 21837 I roid.tvlaunche: Background concurrent copying GC freed 21066(980KB) AllocSpace objects, 32(2944KB) LOS objects, 49% free, 6193KB/12MB, paused 60us,51us total 107.325ms +02-27 08:21:29.069 21823 21961 D EGL_emulation: app_time_stats: avg=58.16ms min=7.20ms max=305.73ms count=15 +02-27 08:21:30.083 21823 21961 D EGL_emulation: app_time_stats: avg=23.61ms min=4.66ms max=65.20ms count=26 +02-27 08:21:31.092 21823 21961 D EGL_emulation: app_time_stats: avg=35.73ms min=4.43ms max=110.61ms count=15 +02-27 08:21:32.248 21823 21961 D EGL_emulation: app_time_stats: avg=90.19ms min=9.96ms max=582.23ms count=8 +02-27 08:21:32.262 21823 21823 I Choreographer: Skipped 37 frames! The application may be doing too much work on its main thread. +02-27 08:21:33.220 21823 21961 D EGL_emulation: app_time_stats: avg=29.73ms min=5.47ms max=156.31ms count=19 +02-27 08:21:34.431 21823 21961 D EGL_emulation: app_time_stats: avg=76.34ms min=5.78ms max=340.05ms count=10 +02-27 08:21:34.625 505 514 I system_server: Background young concurrent copying GC freed 803906(20MB) AllocSpace objects, 0(0B) LOS objects, 55% free, 14MB/31MB, paused 506us,101us total 226.424ms +02-27 08:21:35.486 21823 21961 D EGL_emulation: app_time_stats: avg=36.72ms min=5.13ms max=252.07ms count=21 +02-27 08:21:36.556 21823 21961 D EGL_emulation: app_time_stats: avg=22.72ms min=4.88ms max=89.59ms count=17 +02-27 08:21:37.352 505 514 I system_server: Background young concurrent copying GC freed 782780(19MB) AllocSpace objects, 0(0B) LOS objects, 52% free, 14MB/31MB, paused 18.986ms,117us total 777.434ms +02-27 08:21:37.566 21823 21961 D EGL_emulation: app_time_stats: avg=34.94ms min=4.64ms max=224.84ms count=11 +02-27 08:21:38.581 21823 21961 D EGL_emulation: app_time_stats: avg=29.25ms min=6.86ms max=123.47ms count=14 +02-27 08:21:39.597 21823 21961 D EGL_emulation: app_time_stats: avg=24.45ms min=5.76ms max=102.49ms count=23 +02-27 08:21:40.706 21823 21961 D EGL_emulation: app_time_stats: avg=32.95ms min=4.73ms max=184.23ms count=18 +02-27 08:21:41.233 505 514 I system_server: Background young concurrent copying GC freed 735951(18MB) AllocSpace objects, 0(0B) LOS objects, 57% free, 13MB/31MB, paused 2.395ms,89us total 223.707ms +02-27 08:21:41.723 21823 21961 D EGL_emulation: app_time_stats: avg=36.61ms min=4.69ms max=163.32ms count=19 +02-27 08:21:42.758 21823 21961 D EGL_emulation: app_time_stats: avg=39.24ms min=4.98ms max=124.85ms count=18 +02-27 08:21:43.794 21823 21961 D EGL_emulation: app_time_stats: avg=24.10ms min=5.80ms max=77.64ms count=18 +02-27 08:21:44.820 21823 21961 D EGL_emulation: app_time_stats: avg=29.37ms min=4.86ms max=131.09ms count=25 +02-27 08:21:45.906 21823 21961 D EGL_emulation: app_time_stats: avg=50.87ms min=5.27ms max=199.48ms count=17 +02-27 08:21:45.941 505 514 I system_server: Background young concurrent copying GC freed 743053(18MB) AllocSpace objects, 0(0B) LOS objects, 55% free, 14MB/31MB, paused 26.466ms,80us total 79.436ms +02-27 08:21:46.916 21823 21961 D EGL_emulation: app_time_stats: avg=40.85ms min=4.54ms max=157.16ms count=16 +02-27 08:21:47.449 505 514 I system_server: Background young concurrent copying GC freed 731138(18MB) AllocSpace objects, 0(0B) LOS objects, 55% free, 14MB/31MB, paused 1.373ms,2.888ms total 119.905ms +02-27 08:21:47.961 21823 21961 D EGL_emulation: app_time_stats: avg=62.41ms min=8.29ms max=209.91ms count=16 +02-27 08:21:49.386 21823 21961 D EGL_emulation: app_time_stats: avg=42.26ms min=4.99ms max=495.50ms count=25 +02-27 08:21:50.476 21823 21961 D EGL_emulation: app_time_stats: avg=41.43ms min=5.41ms max=242.84ms count=22 +02-27 08:21:51.160 346 346 E android.hardware.power.stats@1.0-service-mock: Failed to getEnergyData +02-27 08:21:51.161 505 505 W Looper : Slow dispatch took 284ms main h=com.android.server.powerstats.PowerStatsLogger c=null m=2 +02-27 08:21:51.494 21823 21961 D EGL_emulation: app_time_stats: avg=30.16ms min=5.22ms max=213.32ms count=23 +02-27 08:21:51.825 505 514 I system_server: Background young concurrent copying GC freed 735330(18MB) AllocSpace objects, 0(0B) LOS objects, 58% free, 13MB/31MB, paused 5.508ms,80us total 110.964ms +02-27 08:21:52.544 21823 21961 D EGL_emulation: app_time_stats: avg=19.15ms min=4.95ms max=113.23ms count=23 +02-27 08:21:53.636 21823 21961 D EGL_emulation: app_time_stats: avg=39.75ms min=7.66ms max=156.92ms count=18 +02-27 08:21:53.851 505 514 I system_server: Background young concurrent copying GC freed 733247(18MB) AllocSpace objects, 0(0B) LOS objects, 53% free, 14MB/31MB, paused 38us,313us total 351.152ms +02-27 08:21:54.679 21823 21961 D EGL_emulation: app_time_stats: avg=25.14ms min=4.94ms max=70.43ms count=24 +02-27 08:21:55.032 505 514 I system_server: Background young concurrent copying GC freed 731558(18MB) AllocSpace objects, 0(0B) LOS objects, 57% free, 13MB/31MB, paused 96us,85us total 170.843ms +02-27 08:21:55.876 21823 21961 D EGL_emulation: app_time_stats: avg=38.91ms min=5.75ms max=261.59ms count=16 +02-27 08:21:57.012 21823 21961 D EGL_emulation: app_time_stats: avg=34.58ms min=4.43ms max=143.38ms count=18 +02-27 08:21:58.061 21823 21961 D EGL_emulation: app_time_stats: avg=13.75ms min=5.00ms max=81.61ms count=29 +02-27 08:21:58.319 505 514 I system_server: Background young concurrent copying GC freed 731555(18MB) AllocSpace objects, 0(0B) LOS objects, 50% free, 15MB/31MB, paused 74us,87us total 348.192ms +02-27 08:21:59.068 21823 21961 D EGL_emulation: app_time_stats: avg=43.00ms min=4.32ms max=333.82ms count=15 +02-27 08:21:59.671 21823 21823 I Choreographer: Skipped 32 frames! The application may be doing too much work on its main thread. +02-27 08:21:59.674 505 514 I system_server: Background young concurrent copying GC freed 730488(18MB) AllocSpace objects, 0(0B) LOS objects, 52% free, 15MB/31MB, paused 56us,84us total 218.137ms +02-27 08:22:00.093 21823 21961 D EGL_emulation: app_time_stats: avg=72.70ms min=5.52ms max=535.40ms count=12 +02-27 08:22:00.565 505 514 I system_server: Background young concurrent copying GC freed 729162(18MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 15MB/31MB, paused 6.969ms,1.072ms total 119.433ms +02-27 08:22:01.164 21823 21961 D EGL_emulation: app_time_stats: avg=36.68ms min=4.61ms max=206.91ms count=16 +02-27 08:22:02.182 21823 21961 D EGL_emulation: app_time_stats: avg=44.40ms min=5.13ms max=166.03ms count=13 +02-27 08:22:02.192 505 514 I system_server: Background young concurrent copying GC freed 808498(20MB) AllocSpace objects, 0(0B) LOS objects, 53% free, 14MB/31MB, paused 547us,82us total 240.860ms +02-27 08:22:03.191 21823 21961 D EGL_emulation: app_time_stats: avg=28.76ms min=4.95ms max=163.20ms count=25 +02-27 08:22:03.667 505 514 I system_server: Background young concurrent copying GC freed 737549(18MB) AllocSpace objects, 0(0B) LOS objects, 58% free, 13MB/31MB, paused 25.083ms,83us total 165.401ms +02-27 08:22:04.241 21823 21961 D EGL_emulation: app_time_stats: avg=16.30ms min=4.07ms max=82.64ms count=31 +02-27 08:22:05.342 21823 21961 D EGL_emulation: app_time_stats: avg=35.95ms min=8.90ms max=136.39ms count=11 +02-27 08:22:05.351 505 514 I system_server: Background young concurrent copying GC freed 734815(18MB) AllocSpace objects, 0(0B) LOS objects, 57% free, 13MB/31MB, paused 1.347ms,114us total 182.695ms +02-27 08:22:06.377 21823 21961 D EGL_emulation: app_time_stats: avg=26.71ms min=5.35ms max=136.52ms count=21 +02-27 08:22:07.310 505 514 I system_server: Background young concurrent copying GC freed 730642(18MB) AllocSpace objects, 0(0B) LOS objects, 55% free, 14MB/31MB, paused 93.012ms,78us total 280.502ms +02-27 08:22:07.465 21823 21961 D EGL_emulation: app_time_stats: avg=64.75ms min=3.96ms max=272.19ms count=10 +02-27 08:22:08.844 21823 21961 D EGL_emulation: app_time_stats: avg=34.75ms min=5.39ms max=205.74ms count=14 +02-27 08:22:09.897 21823 21961 D EGL_emulation: app_time_stats: avg=28.69ms min=6.47ms max=190.56ms count=16 +02-27 08:22:10.932 21823 21961 D EGL_emulation: app_time_stats: avg=81.19ms min=7.55ms max=285.63ms count=7 +02-27 08:22:11.244 505 514 I system_server: Background young concurrent copying GC freed 737524(18MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 16MB/31MB, paused 106us,270us total 276.226ms +02-27 08:22:11.764 505 2586 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13357} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (1 skipped) +02-27 08:22:11.939 21823 21961 D EGL_emulation: app_time_stats: avg=38.36ms min=5.85ms max=142.97ms count=13 +02-27 08:22:12.849 21909 22255 I GMS_MM_Logger: Memory Metric Logging not allowed. Stopping. +02-27 08:22:13.208 21823 21961 D EGL_emulation: app_time_stats: avg=35.35ms min=6.14ms max=148.29ms count=16 +02-27 08:22:13.488 505 514 I system_server: Background young concurrent copying GC freed 755550(18MB) AllocSpace objects, 0(0B) LOS objects, 47% free, 16MB/31MB, paused 130.538ms,41us total 324.960ms +02-27 08:22:14.279 21823 21961 D EGL_emulation: app_time_stats: avg=35.25ms min=3.20ms max=173.61ms count=20 +02-27 08:22:14.993 505 514 I system_server: Background young concurrent copying GC freed 838879(20MB) AllocSpace objects, 0(0B) LOS objects, 55% free, 14MB/31MB, paused 2.486ms,1.336ms total 481.218ms +02-27 08:22:15.382 21823 21961 D EGL_emulation: app_time_stats: avg=23.51ms min=4.33ms max=108.58ms count=15 +02-27 08:22:16.517 21823 21961 D EGL_emulation: app_time_stats: avg=47.99ms min=4.14ms max=474.22ms count=15 +02-27 08:22:17.531 21823 21961 D EGL_emulation: app_time_stats: avg=75.27ms min=4.30ms max=263.96ms count=11 +02-27 08:22:18.516 505 514 I system_server: Background young concurrent copying GC freed 743126(18MB) AllocSpace objects, 0(0B) LOS objects, 52% free, 15MB/31MB, paused 196us,494us total 948.463ms +02-27 08:22:18.627 21823 21961 D EGL_emulation: app_time_stats: avg=47.83ms min=5.19ms max=152.49ms count=12 +02-27 08:22:19.909 21823 21961 D EGL_emulation: app_time_stats: avg=87.19ms min=6.14ms max=259.95ms count=10 +02-27 08:22:21.011 21823 21961 D EGL_emulation: app_time_stats: avg=107.02ms min=4.95ms max=227.49ms count=9 +02-27 08:22:21.818 21909 21909 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:22:22.018 21823 21961 D EGL_emulation: app_time_stats: avg=92.55ms min=7.22ms max=180.85ms count=6 +02-27 08:22:22.037 505 514 I system_server: Background concurrent copying GC freed 908831(22MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 15MB/31MB, paused 15.399ms,223us total 1.392s +02-27 08:22:22.254 505 2586 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13359} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (1 skipped) +02-27 08:22:22.437 21909 21909 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:22:23.070 21823 21961 D EGL_emulation: app_time_stats: avg=40.65ms min=5.45ms max=227.61ms count=17 +02-27 08:22:24.241 21823 21961 D EGL_emulation: app_time_stats: avg=51.35ms min=4.72ms max=245.04ms count=16 +02-27 08:22:24.490 505 514 I system_server: Background young concurrent copying GC freed 764105(19MB) AllocSpace objects, 0(0B) LOS objects, 52% free, 15MB/31MB, paused 80us,672us total 434.944ms +02-27 08:22:25.325 21823 21961 D EGL_emulation: app_time_stats: avg=30.68ms min=5.16ms max=214.27ms count=22 +02-27 08:22:25.725 505 514 I system_server: Background young concurrent copying GC freed 766693(19MB) AllocSpace objects, 0(0B) LOS objects, 53% free, 14MB/31MB, paused 59us,81us total 274.452ms +02-27 08:22:26.544 21823 21961 D EGL_emulation: app_time_stats: avg=35.63ms min=4.76ms max=302.24ms count=22 +02-27 08:22:27.577 21823 21961 D EGL_emulation: app_time_stats: avg=40.57ms min=5.41ms max=184.64ms count=16 +02-27 08:22:28.581 21823 21961 D EGL_emulation: app_time_stats: avg=17.78ms min=4.05ms max=119.51ms count=40 +02-27 08:22:29.388 21823 21823 I Choreographer: Skipped 31 frames! The application may be doing too much work on its main thread. +02-27 08:22:29.590 21823 21961 D EGL_emulation: app_time_stats: avg=53.77ms min=5.32ms max=520.93ms count=16 +02-27 08:22:30.693 21823 21961 D EGL_emulation: app_time_stats: avg=22.24ms min=4.81ms max=105.60ms count=16 +02-27 08:22:31.033 505 514 I system_server: Background young concurrent copying GC freed 751633(18MB) AllocSpace objects, 0(0B) LOS objects, 56% free, 13MB/31MB, paused 1.881ms,80us total 180.843ms +02-27 08:22:31.827 21823 21961 D EGL_emulation: app_time_stats: avg=17.43ms min=4.88ms max=78.43ms count=23 +02-27 08:22:32.829 21823 21961 D EGL_emulation: app_time_stats: avg=26.61ms min=5.13ms max=107.22ms count=21 +02-27 08:22:33.040 505 514 I system_server: Background young concurrent copying GC freed 753125(18MB) AllocSpace objects, 0(0B) LOS objects, 57% free, 13MB/31MB, paused 85us,80us total 158.912ms +02-27 08:22:33.860 21823 21961 D EGL_emulation: app_time_stats: avg=16.21ms min=4.90ms max=80.31ms count=21 +02-27 08:22:34.399 505 514 I system_server: Background young concurrent copying GC freed 744905(18MB) AllocSpace objects, 0(0B) LOS objects, 58% free, 13MB/31MB, paused 2.685ms,82us total 158.461ms +02-27 08:22:34.866 21823 21961 D EGL_emulation: app_time_stats: avg=20.52ms min=5.08ms max=173.95ms count=31 +02-27 08:22:35.880 21823 21961 D EGL_emulation: app_time_stats: avg=9.49ms min=4.49ms max=32.72ms count=31 +02-27 08:22:36.501 505 542 W Looper : Slow dispatch took 184ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:22:36.884 21823 21961 D EGL_emulation: app_time_stats: avg=19.22ms min=4.21ms max=70.57ms count=10 +02-27 08:22:37.939 21823 21961 D EGL_emulation: app_time_stats: avg=22.85ms min=5.06ms max=104.24ms count=26 +02-27 08:22:38.176 505 514 I system_server: Background young concurrent copying GC freed 760005(19MB) AllocSpace objects, 0(0B) LOS objects, 54% free, 14MB/31MB, paused 383us,87us total 321.244ms +02-27 08:22:39.097 21823 21961 D EGL_emulation: app_time_stats: avg=35.43ms min=4.00ms max=167.16ms count=28 +02-27 08:22:39.241 505 514 I system_server: Background young concurrent copying GC freed 745974(18MB) AllocSpace objects, 0(0B) LOS objects, 56% free, 13MB/31MB, paused 71us,82us total 180.744ms +02-27 08:22:40.153 21823 21961 D EGL_emulation: app_time_stats: avg=48.57ms min=5.68ms max=161.44ms count=16 +02-27 08:22:40.626 505 514 I system_server: Background young concurrent copying GC freed 760025(18MB) AllocSpace objects, 0(0B) LOS objects, 54% free, 14MB/31MB, paused 110us,814us total 142.775ms +02-27 08:22:41.166 21823 21961 D EGL_emulation: app_time_stats: avg=21.04ms min=4.67ms max=261.13ms count=28 +02-27 08:22:42.183 21823 21961 D EGL_emulation: app_time_stats: avg=14.46ms min=4.46ms max=80.13ms count=34 +02-27 08:22:43.186 21823 21961 D EGL_emulation: app_time_stats: avg=27.81ms min=4.45ms max=134.51ms count=23 +02-27 08:22:43.752 505 514 I system_server: Background young concurrent copying GC freed 745954(18MB) AllocSpace objects, 0(0B) LOS objects, 52% free, 15MB/31MB, paused 411us,103us total 149.739ms +02-27 08:22:44.318 21823 21961 D EGL_emulation: app_time_stats: avg=12.26ms min=3.97ms max=154.89ms count=42 +02-27 08:22:44.720 505 514 I system_server: Background young concurrent copying GC freed 752871(18MB) AllocSpace objects, 0(0B) LOS objects, 53% free, 15MB/31MB, paused 1.357ms,255us total 107.531ms +02-27 08:22:45.330 21823 21961 D EGL_emulation: app_time_stats: avg=20.75ms min=4.04ms max=111.70ms count=36 +02-27 08:22:46.330 21823 21961 D EGL_emulation: app_time_stats: avg=33.28ms min=4.40ms max=274.21ms count=21 +02-27 08:22:47.272 505 514 I system_server: Background young concurrent copying GC freed 761809(19MB) AllocSpace objects, 0(0B) LOS objects, 55% free, 14MB/31MB, paused 4.337ms,87us total 393.279ms +02-27 08:22:47.333 21823 21961 D EGL_emulation: app_time_stats: avg=87.00ms min=10.02ms max=280.08ms count=10 +02-27 08:22:48.461 21823 21961 D EGL_emulation: app_time_stats: avg=24.09ms min=4.97ms max=80.15ms count=30 +02-27 08:22:49.302 505 1698 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13364} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (4 skipped) +02-27 08:22:49.538 21823 21961 D EGL_emulation: app_time_stats: avg=31.66ms min=5.14ms max=150.06ms count=26 +02-27 08:22:50.541 21823 21961 D EGL_emulation: app_time_stats: avg=19.15ms min=4.65ms max=129.08ms count=28 +02-27 08:22:51.630 21823 21961 D EGL_emulation: app_time_stats: avg=31.41ms min=4.66ms max=188.01ms count=23 +02-27 08:22:52.604 505 514 I system_server: Background young concurrent copying GC freed 751203(18MB) AllocSpace objects, 0(0B) LOS objects, 53% free, 14MB/31MB, paused 1.203ms,549us total 141.778ms +02-27 08:22:52.632 21823 21961 D EGL_emulation: app_time_stats: avg=15.22ms min=4.72ms max=49.77ms count=26 +02-27 08:22:53.757 21823 21961 D EGL_emulation: app_time_stats: avg=27.95ms min=4.85ms max=246.38ms count=25 +02-27 08:22:53.879 505 514 I system_server: Background young concurrent copying GC freed 756310(18MB) AllocSpace objects, 0(0B) LOS objects, 48% free, 16MB/31MB, paused 1.493ms,152us total 124.591ms +02-27 08:22:54.776 21823 21961 D EGL_emulation: app_time_stats: avg=101.90ms min=15.87ms max=239.97ms count=8 +02-27 08:22:55.634 505 514 I system_server: Background young concurrent copying GC freed 778966(19MB) AllocSpace objects, 0(0B) LOS objects, 54% free, 14MB/31MB, paused 200us,27us total 226.072ms +02-27 08:22:55.894 21823 21961 D EGL_emulation: app_time_stats: avg=27.12ms min=5.81ms max=151.26ms count=18 +02-27 08:22:57.009 21823 21961 D EGL_emulation: app_time_stats: avg=88.83ms min=6.88ms max=299.08ms count=7 +02-27 08:22:57.138 22157 22157 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:22:58.202 21823 21961 D EGL_emulation: app_time_stats: avg=114.28ms min=15.31ms max=273.62ms count=8 +02-27 08:22:59.258 505 514 I system_server: Background young concurrent copying GC freed 753104(18MB) AllocSpace objects, 0(0B) LOS objects, 52% free, 15MB/31MB, paused 137.909ms,2.302ms total 624.468ms +02-27 08:22:59.366 21823 21961 D EGL_emulation: app_time_stats: avg=52.40ms min=4.10ms max=157.14ms count=13 +02-27 08:23:00.348 505 1698 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13367} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (1 skipped) +02-27 08:23:00.349 22157 22157 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:23:00.378 21823 21961 D EGL_emulation: app_time_stats: avg=85.71ms min=5.59ms max=199.26ms count=11 +02-27 08:23:01.148 505 514 I system_server: Background young concurrent copying GC freed 740664(18MB) AllocSpace objects, 0(0B) LOS objects, 54% free, 14MB/31MB, paused 114us,128us total 225.337ms +02-27 08:23:01.403 21823 21961 D EGL_emulation: app_time_stats: avg=82.86ms min=7.68ms max=234.20ms count=9 +02-27 08:23:02.483 21823 21961 D EGL_emulation: app_time_stats: avg=32.65ms min=6.22ms max=64.64ms count=10 +02-27 08:23:02.947 22157 22200 I GMS_MM_Logger: Memory Metric Logging not allowed. Stopping. +02-27 08:23:03.302 505 514 I system_server: Background young concurrent copying GC freed 743073(18MB) AllocSpace objects, 0(0B) LOS objects, 51% free, 15MB/31MB, paused 27us,46us total 285.835ms +02-27 08:23:03.502 21823 21961 D EGL_emulation: app_time_stats: avg=80.08ms min=4.74ms max=308.54ms count=11 +02-27 08:23:04.509 21823 21961 D EGL_emulation: app_time_stats: avg=26.87ms min=4.50ms max=185.60ms count=25 +02-27 08:23:05.182 505 514 I system_server: Background young concurrent copying GC freed 864743(21MB) AllocSpace objects, 0(0B) LOS objects, 43% free, 18MB/31MB, paused 2.490ms,409us total 302.437ms +02-27 08:23:05.597 21823 21961 D EGL_emulation: app_time_stats: avg=20.32ms min=4.72ms max=118.31ms count=22 +02-27 08:23:06.613 21823 21961 D EGL_emulation: app_time_stats: avg=14.91ms min=3.55ms max=84.15ms count=32 +02-27 08:23:07.614 21823 21961 D EGL_emulation: app_time_stats: avg=23.80ms min=3.94ms max=204.93ms count=26 +02-27 08:23:07.630 505 514 I system_server: Background young concurrent copying GC freed 746315(18MB) AllocSpace objects, 0(0B) LOS objects, 57% free, 13MB/31MB, paused 31.365ms,283us total 69.692ms +02-27 08:23:08.656 21823 21961 D EGL_emulation: app_time_stats: avg=35.08ms min=5.04ms max=120.49ms count=20 +02-27 08:23:08.924 505 514 W system_server: Suspending all threads took: 28.846ms +02-27 08:23:08.942 505 514 I system_server: Background young concurrent copying GC freed 747035(18MB) AllocSpace objects, 0(0B) LOS objects, 56% free, 13MB/31MB, paused 1.575ms,29.234ms total 226.842ms +02-27 08:23:09.760 21823 21961 D EGL_emulation: app_time_stats: avg=110.65ms min=7.10ms max=371.03ms count=7 +02-27 08:23:10.761 21823 21961 D EGL_emulation: app_time_stats: avg=62.46ms min=6.57ms max=150.35ms count=11 +02-27 08:23:11.799 21823 21961 D EGL_emulation: app_time_stats: avg=21.98ms min=5.36ms max=85.48ms count=21 +02-27 08:23:11.959 505 514 I system_server: Background young concurrent copying GC freed 764726(19MB) AllocSpace objects, 0(0B) LOS objects, 53% free, 14MB/31MB, paused 1.506ms,259us total 226.403ms +02-27 08:23:12.841 21823 21961 D EGL_emulation: app_time_stats: avg=28.74ms min=4.96ms max=242.74ms count=24 +02-27 08:23:13.344 505 514 I system_server: Background young concurrent copying GC freed 748676(18MB) AllocSpace objects, 0(0B) LOS objects, 56% free, 13MB/31MB, paused 1.188ms,830us total 130.524ms +02-27 08:23:13.900 21823 21961 D EGL_emulation: app_time_stats: avg=39.11ms min=6.44ms max=139.10ms count=10 +02-27 08:23:14.917 21823 21961 D EGL_emulation: app_time_stats: avg=22.64ms min=4.38ms max=106.82ms count=22 +02-27 08:23:15.496 505 514 W system_server: Suspending all threads took: 7.383ms +02-27 08:23:15.766 505 514 I system_server: Background young concurrent copying GC freed 744085(18MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 16MB/31MB, paused 139us,7.627ms total 414.408ms +02-27 08:23:16.113 21823 21961 D EGL_emulation: app_time_stats: avg=27.07ms min=4.62ms max=313.70ms count=24 +02-27 08:23:17.169 21823 21961 D EGL_emulation: app_time_stats: avg=30.71ms min=3.92ms max=161.06ms count=16 +02-27 08:23:18.109 505 514 I system_server: Background young concurrent copying GC freed 760493(18MB) AllocSpace objects, 0(0B) LOS objects, 56% free, 13MB/31MB, paused 32.352ms,1.416ms total 96.915ms +02-27 08:23:18.177 21823 21961 D EGL_emulation: app_time_stats: avg=22.32ms min=4.51ms max=173.15ms count=26 +02-27 08:23:19.181 21823 21961 D EGL_emulation: app_time_stats: avg=42.31ms min=7.43ms max=201.60ms count=18 +02-27 08:23:19.640 505 1698 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13371} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (1 skipped) +02-27 08:23:19.641 22157 22157 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.gmscompliance.service.START dat=chimera-action:com.google.android.gms.gmscompliance.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:23:19.979 505 514 I system_server: Background young concurrent copying GC freed 747030(18MB) AllocSpace objects, 0(0B) LOS objects, 55% free, 14MB/31MB, paused 135us,854us total 243.205ms +02-27 08:23:20.210 21823 21961 D EGL_emulation: app_time_stats: avg=79.06ms min=5.49ms max=639.00ms count=12 +02-27 08:23:21.238 21823 21961 D EGL_emulation: app_time_stats: avg=25.06ms min=5.27ms max=131.80ms count=27 +02-27 08:23:22.246 21823 21961 D EGL_emulation: app_time_stats: avg=26.19ms min=4.61ms max=197.25ms count=29 +02-27 08:23:23.262 21823 21961 D EGL_emulation: app_time_stats: avg=22.81ms min=4.58ms max=206.91ms count=26 +02-27 08:23:23.376 505 514 I system_server: Background young concurrent copying GC freed 744783(18MB) AllocSpace objects, 0(0B) LOS objects, 59% free, 12MB/31MB, paused 300us,84us total 115.113ms +02-27 08:23:24.268 21823 21961 D EGL_emulation: app_time_stats: avg=68.04ms min=5.94ms max=350.59ms count=9 +02-27 08:23:25.406 21823 21961 D EGL_emulation: app_time_stats: avg=19.37ms min=4.41ms max=145.27ms count=31 +02-27 08:23:26.424 21823 21961 D EGL_emulation: app_time_stats: avg=51.70ms min=4.75ms max=293.95ms count=18 +02-27 08:23:26.846 505 514 I system_server: Background young concurrent copying GC freed 745926(18MB) AllocSpace objects, 0(0B) LOS objects, 52% free, 15MB/31MB, paused 1.487ms,85us total 205.615ms +02-27 08:23:27.426 21823 21961 D EGL_emulation: app_time_stats: avg=14.89ms min=3.90ms max=106.89ms count=36 +02-27 08:23:28.504 21823 21961 D EGL_emulation: app_time_stats: avg=14.41ms min=4.26ms max=130.71ms count=39 +02-27 08:23:29.526 21823 21961 D EGL_emulation: app_time_stats: avg=15.77ms min=4.12ms max=79.47ms count=24 +02-27 08:23:30.626 21823 21961 D EGL_emulation: app_time_stats: avg=24.69ms min=4.36ms max=115.64ms count=29 +02-27 08:23:31.478 505 514 I system_server: Background young concurrent copying GC freed 763565(19MB) AllocSpace objects, 0(0B) LOS objects, 59% free, 13MB/31MB, paused 31us,87us total 186.310ms +02-27 08:23:31.544 896 904 I rkstack.proces: Background young concurrent copying GC freed 5926(350KB) AllocSpace objects, 34(2040KB) LOS objects, 49% free, 2464KB/4926KB, paused 79us,349us total 348.911ms +02-27 08:23:31.636 21823 21961 D EGL_emulation: app_time_stats: avg=41.07ms min=5.64ms max=240.66ms count=18 +02-27 08:23:32.763 21823 21961 D EGL_emulation: app_time_stats: avg=22.24ms min=4.51ms max=203.07ms count=30 +02-27 08:23:33.327 505 514 I system_server: Background young concurrent copying GC freed 791737(19MB) AllocSpace objects, 0(0B) LOS objects, 56% free, 13MB/31MB, paused 84.324ms,140us total 225.513ms +02-27 08:23:33.764 21823 21961 D EGL_emulation: app_time_stats: avg=13.37ms min=4.34ms max=93.22ms count=29 +02-27 08:23:34.797 21823 21961 D EGL_emulation: app_time_stats: avg=17.84ms min=4.27ms max=106.90ms count=13 +02-27 08:23:35.893 21823 21961 D EGL_emulation: app_time_stats: avg=16.64ms min=4.37ms max=135.39ms count=32 +02-27 08:23:37.136 21823 21961 D EGL_emulation: app_time_stats: avg=30.12ms min=4.10ms max=176.97ms count=24 +02-27 08:23:38.200 21823 21961 D EGL_emulation: app_time_stats: avg=21.40ms min=4.27ms max=95.80ms count=26 +02-27 08:23:38.697 505 514 I system_server: Background young concurrent copying GC freed 748731(18MB) AllocSpace objects, 0(0B) LOS objects, 50% free, 15MB/31MB, paused 1.249ms,351us total 118.745ms +02-27 08:23:39.408 21823 21961 D EGL_emulation: app_time_stats: avg=36.81ms min=4.94ms max=237.88ms count=15 +02-27 08:23:40.528 21823 21961 D EGL_emulation: app_time_stats: avg=51.44ms min=4.91ms max=297.63ms count=13 +02-27 08:23:41.849 21823 21837 I roid.tvlaunche: Background young concurrent copying GC freed 24756(1200KB) AllocSpace objects, 52(4784KB) LOS objects, 49% free, 6250KB/12MB, paused 71us,53us total 452.848ms +02-27 08:23:41.853 21823 21961 D EGL_emulation: app_time_stats: avg=43.14ms min=5.95ms max=378.98ms count=23 +02-27 08:23:42.861 21823 21961 D EGL_emulation: app_time_stats: avg=10.76ms min=4.14ms max=33.57ms count=18 +02-27 08:23:43.862 505 514 I system_server: Background young concurrent copying GC freed 749738(18MB) AllocSpace objects, 0(0B) LOS objects, 57% free, 13MB/31MB, paused 2.040ms,80us total 125.969ms +02-27 08:23:43.905 21823 21961 D EGL_emulation: app_time_stats: avg=31.27ms min=4.05ms max=225.22ms count=18 +02-27 08:23:44.918 21823 21961 D EGL_emulation: app_time_stats: avg=28.81ms min=4.40ms max=103.67ms count=25 +02-27 08:23:45.471 505 1698 D WifiNl80211Manager: Scan result ready event +02-27 08:23:45.472 505 1698 D WifiNative: Scan result ready event +02-27 08:23:45.984 21823 21961 D EGL_emulation: app_time_stats: avg=28.63ms min=4.87ms max=137.82ms count=27 +02-27 08:23:47.133 21823 21961 D EGL_emulation: app_time_stats: avg=33.67ms min=4.58ms max=180.89ms count=16 +02-27 08:23:48.245 21823 21961 D EGL_emulation: app_time_stats: avg=28.64ms min=5.18ms max=191.68ms count=22 +02-27 08:23:48.628 505 514 I system_server: Background young concurrent copying GC freed 747471(18MB) AllocSpace objects, 0(0B) LOS objects, 57% free, 13MB/31MB, paused 91us,23.282ms total 134.583ms +02-27 08:23:50.017 21823 21961 D EGL_emulation: app_time_stats: avg=28.97ms min=4.67ms max=376.18ms count=30 +02-27 08:23:50.921 346 346 E android.hardware.power.stats@1.0-service-mock: Failed to getEnergyData +02-27 08:23:51.961 21823 21823 I Choreographer: Skipped 62 frames! The application may be doing too much work on its main thread. +02-27 08:23:51.980 21823 21961 D EGL_emulation: app_time_stats: avg=39.74ms min=4.49ms max=153.11ms count=18 +02-27 08:23:51.995 505 514 I system_server: Background young concurrent copying GC freed 869732(21MB) AllocSpace objects, 0(0B) LOS objects, 57% free, 13MB/31MB, paused 106us,100us total 1.087s +02-27 08:23:52.985 21823 21961 D EGL_emulation: app_time_stats: avg=43.60ms min=4.83ms max=222.13ms count=17 +02-27 08:23:53.990 21823 21961 D EGL_emulation: app_time_stats: avg=38.52ms min=5.23ms max=181.31ms count=10 +02-27 08:23:54.241 505 514 I system_server: Background concurrent copying GC freed 874536(21MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 15MB/30MB, paused 881us,140us total 551.992ms +02-27 08:23:55.005 21823 21961 D EGL_emulation: app_time_stats: avg=30.59ms min=5.84ms max=121.22ms count=18 +02-27 08:23:56.013 21823 21961 D EGL_emulation: app_time_stats: avg=17.29ms min=4.70ms max=111.13ms count=28 +02-27 08:23:57.165 21823 21961 D EGL_emulation: app_time_stats: avg=95.11ms min=4.62ms max=373.15ms count=11 +02-27 08:23:57.781 505 554 W ActivityManager: Slow operation: 175ms so far, now at startProcess: done creating new process record +02-27 08:23:57.781 505 554 W ActivityManager: Slow operation: 175ms so far, now at startProcess: stepping in to startProcess +02-27 08:23:57.796 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10054; state: DISABLED +02-27 08:23:57.797 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10054; state: DISABLED +02-27 08:23:57.797 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10054; state: DISABLED +02-27 08:23:57.797 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10054; state: ENABLED +02-27 08:23:57.800 505 554 W ActivityManager: Slow operation: 194ms so far, now at startProcess: done starting proc! +02-27 08:23:57.802 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10054; state: ENABLED +02-27 08:23:57.864 505 514 I system_server: Background young concurrent copying GC freed 681725(17MB) AllocSpace objects, 0(0B) LOS objects, 48% free, 15MB/30MB, paused 4.730ms,90us total 238.774ms +02-27 08:23:57.894 322 322 D Zygote : Forked child process 22281 +02-27 08:23:58.092 505 555 W ActivityManager: Slow operation: 311ms so far, now at startProcess: returned from zygote! +02-27 08:23:58.093 505 555 W ActivityManager: Slow operation: 312ms so far, now at startProcess: done updating battery stats +02-27 08:23:58.098 505 555 W ActivityManager: Slow operation: 317ms so far, now at startProcess: building log message +02-27 08:23:58.098 505 555 I ActivityManager: Start proc 22281:com.google.android.apps.mediashell/u0a54 for service {com.google.android.apps.mediashell/com.google.android.apps.mediashell.MediaShellCastReceiverService} +02-27 08:23:58.099 505 555 W ActivityManager: Slow operation: 317ms so far, now at startProcess: starting to update pids map +02-27 08:23:58.102 505 555 W ActivityManager: Slow operation: 321ms so far, now at startProcess: done updating pids map +02-27 08:23:58.535 21823 21961 D EGL_emulation: app_time_stats: avg=34.84ms min=4.79ms max=213.76ms count=10 +02-27 08:23:58.958 22281 22281 E apps.mediashel: Not starting debugger since process cannot load the jdwp agent. +02-27 08:23:59.196 505 1698 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10054; state: DISABLED +02-27 08:23:59.250 505 1698 W ActivityManager: Slow operation: 60ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:23:59.254 505 1698 W ActivityManager: Slow operation: 64ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:23:59.576 505 1698 W ActivityManager: Slow operation: 385ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:23:59.580 22281 22281 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10054; state: ENABLED +02-27 08:23:59.719 21823 21961 D EGL_emulation: app_time_stats: avg=38.05ms min=6.56ms max=281.51ms count=19 +02-27 08:24:03.778 505 505 W Looper : Slow delivery took 664ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:24:04.671 505 505 W Looper : Drained +02-27 08:24:04.671 505 505 W Looper : Slow dispatch took 769ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:24:04.671 505 505 W Looper : Slow delivery took 774ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:24:05.497 505 514 W system_server: Suspending all threads took: 319.738ms +02-27 08:24:07.946 21823 21823 I Choreographer: Skipped 447 frames! The application may be doing too much work on its main thread. +02-27 08:24:08.558 21823 21823 I Choreographer: Skipped 35 frames! The application may be doing too much work on its main thread. +02-27 08:24:08.706 505 505 W Looper : Drained +02-27 08:24:08.709 505 505 W Looper : Slow dispatch took 2408ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=3 +02-27 08:24:08.710 505 505 W Looper : Slow delivery took 399ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:24:08.713 505 543 W Looper : Slow dispatch took 6740ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:24:08.730 505 542 W Looper : Slow dispatch took 2404ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:24:08.923 505 514 I system_server: Background young concurrent copying GC freed 734228(18MB) AllocSpace objects, 0(0B) LOS objects, 0% free, 37MB/37MB, paused 25.150ms,774.296ms total 9.655s +02-27 08:24:08.951 505 505 W Looper : Drained +02-27 08:24:08.951 505 505 W Looper : Slow dispatch took 241ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=com.android.server.alarm.AlarmManagerService$3$$ExternalSyntheticLambda0@60a39fc m=0 +02-27 08:24:08.974 21823 21961 D EGL_emulation: app_time_stats: avg=3076.17ms min=35.52ms max=9078.83ms count=3 +02-27 08:24:09.222 21823 21823 I Choreographer: Skipped 37 frames! The application may be doing too much work on its main thread. +02-27 08:24:09.871 22281 22281 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AndroidMediaShell/lib/arm64:/product/priv-app/AndroidMediaShell/AndroidMediaShell.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:24:10.032 21823 21961 D EGL_emulation: app_time_stats: avg=94.31ms min=5.99ms max=337.62ms count=7 +02-27 08:24:11.454 21823 21961 D EGL_emulation: app_time_stats: avg=352.48ms min=4.68ms max=741.33ms count=4 +02-27 08:24:12.094 21823 21823 I Choreographer: Skipped 41 frames! The application may be doing too much work on its main thread. +02-27 08:24:12.805 21823 21961 D EGL_emulation: app_time_stats: avg=675.30ms min=395.67ms max=954.94ms count=2 +02-27 08:24:14.334 21823 21961 D EGL_emulation: app_time_stats: avg=306.97ms min=21.63ms max=467.90ms count=4 +02-27 08:24:14.377 505 505 W Looper : Slow dispatch took 327ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:24:15.161 21823 21961 D EGL_emulation: app_time_stats: avg=88.41ms min=5.19ms max=218.26ms count=8 +02-27 08:24:16.496 21823 21961 D EGL_emulation: app_time_stats: avg=26.07ms min=7.07ms max=55.02ms count=7 +02-27 08:24:17.444 505 514 W system_server: Suspending all threads took: 14.156ms +02-27 08:24:17.580 21823 21961 D EGL_emulation: app_time_stats: avg=60.72ms min=5.78ms max=183.88ms count=10 +02-27 08:24:19.197 21823 21823 I Choreographer: Skipped 50 frames! The application may be doing too much work on its main thread. +02-27 08:24:19.872 21823 21961 D EGL_emulation: app_time_stats: avg=318.02ms min=4.74ms max=1482.01ms count=7 +02-27 08:24:20.504 322 322 I Zygote : Process 21184 exited due to signal 9 (Killed) +02-27 08:24:21.290 21823 21823 I Choreographer: Skipped 60 frames! The application may be doing too much work on its main thread. +02-27 08:24:21.454 21823 21961 D EGL_emulation: app_time_stats: avg=502.51ms min=178.22ms max=786.52ms count=3 +02-27 08:24:21.633 505 505 W Looper : Slow dispatch took 2492ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:24:21.697 505 2243 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13374} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (0 skipped) +02-27 08:24:21.701 505 2586 I ActivityManager: Process com.google.process.gservices (pid 21184) has died: cch+15 CEM +02-27 08:24:21.716 22281 22281 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.apps.mediashell' set to: 'default' +02-27 08:24:21.716 22281 22281 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:24:21.746 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 21184 in 5ms +02-27 08:24:22.113 505 514 I system_server: Background concurrent copying GC freed 1643583(41MB) AllocSpace objects, 0(0B) LOS objects, 32% free, 49MB/73MB, paused 58.555ms,170.479ms total 13.045s +02-27 08:24:22.412 22281 22281 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:24:22.568 22281 22281 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:24:22.668 21823 21961 D EGL_emulation: app_time_stats: avg=118.21ms min=7.26ms max=417.74ms count=10 +02-27 08:24:22.742 21713 21713 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 15 +02-27 08:24:22.843 21713 21713 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 15 +02-27 08:24:23.213 22157 22157 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.clearcut.bootcount.service.START dat=chimera-action:com.google.android.gms.clearcut.bootcount.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:24:23.390 22157 22157 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.clearcut.service.START dat=chimera-action:com.google.android.gms.clearcut.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:24:23.747 21823 21961 D EGL_emulation: app_time_stats: avg=59.35ms min=7.22ms max=198.90ms count=9 +02-27 08:24:23.766 22281 22281 D cr_LibraryLoader: [LibraryLoader.java:324] Configuration: useChromiumLinker() = false, mUseModernLinker = false +02-27 08:24:26.162 21823 21961 D EGL_emulation: app_time_stats: avg=143.14ms min=5.02ms max=1673.64ms count=14 +02-27 08:24:27.220 21823 21961 D EGL_emulation: app_time_stats: avg=86.73ms min=9.80ms max=327.22ms count=10 +02-27 08:24:28.253 21823 21961 D EGL_emulation: app_time_stats: avg=32.98ms min=7.55ms max=150.72ms count=12 +02-27 08:24:29.274 505 542 W Looper : Slow dispatch took 278ms android.fg h=android.os.Handler c=com.android.server.NetworkManagementService$NetdUnsolicitedEventListener$$ExternalSyntheticLambda0@9e54801 m=0 +02-27 08:24:29.306 21823 21961 D EGL_emulation: app_time_stats: avg=52.88ms min=4.97ms max=228.08ms count=12 +02-27 08:24:29.335 505 514 I system_server: Background young concurrent copying GC freed 2533181(63MB) AllocSpace objects, 0(0B) LOS objects, 37% free, 40MB/64MB, paused 148us,888us total 4.149s +02-27 08:24:29.846 182 182 I lowmemorykiller: Kill 'android.process.acore' (21814), uid 10028, oom_score_adj 925 to free 47256kB rss, 0kB swap; reason: min watermark is breached and thrashing (102%) +02-27 08:24:29.866 22281 22281 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:39] onCreate +02-27 08:24:29.873 22281 22281 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:44] onStartCommand(null, 0, 12) +02-27 08:24:29.873 22281 22281 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:91] Building and starting cast receiver +02-27 08:24:29.875 22281 22281 D cr_CastBrowserHelper: [CastBrowserHelper.java:37] Performing one-time browser initialization +02-27 08:24:29.896 22281 22281 W apps.mediashell: type=1400 audit(0.0:2055): avc: denied { search } for name="tmp" dev="dm-4" ino=65538 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:shell_data_file:s0 tclass=dir permissive=0 app=com.google.android.apps.mediashell +02-27 08:24:29.913 505 1698 I ActivityManager: Process android.process.acore (pid 21814) has died: cch+25 CEM +02-27 08:24:29.940 182 182 I lowmemorykiller: Kill 'com.google.process.gapps' (21822), uid 10057, oom_score_adj 915 to free 45844kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:24:29.942 322 322 I Zygote : Process 21814 exited due to signal 9 (Killed) +02-27 08:24:29.943 22281 22281 D cr_CastCmdLineHelper: [CastCommandLineHelper.java:98] appending command line arg: multizone-device-delay=0 +02-27 08:24:29.950 505 2243 D CountryDetector: No listener is left +02-27 08:24:29.964 505 556 I libprocessgroup: Successfully killed process cgroup uid 10028 pid 21814 in 49ms +02-27 08:24:29.979 322 322 I Zygote : Process 21822 exited due to signal 9 (Killed) +02-27 08:24:30.006 182 182 I lowmemorykiller: Kill 'com.google.android.gms' (21909), uid 10057, oom_score_adj 905 to free 50208kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:24:30.009 22281 22281 D cr_LibraryLoader: [LibraryLoader.java:684] Loading with the System linker. +02-27 08:24:30.090 182 182 I lowmemorykiller: Kill 'com.google.android.inputmethod.latin' (21713), uid 10066, oom_score_adj 200 to free 53516kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:24:30.093 322 322 I Zygote : Process 21909 exited due to signal 9 (Killed) +02-27 08:24:30.178 322 322 I Zygote : Process 21713 exited due to signal 9 (Killed) +02-27 08:24:30.179 182 182 I lowmemorykiller: Kill 'com.google.android.gms.persistent' (22157), uid 10057, oom_score_adj 100 to free 66188kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:24:30.231 505 543 W Looper : Slow dispatch took 144ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:24:30.310 505 2113 I WindowManager: WIN DEATH: Window{8bd2454 u0 InputMethod} +02-27 08:24:30.327 21823 21961 D EGL_emulation: app_time_stats: avg=125.47ms min=5.61ms max=522.08ms count=8 +02-27 08:24:30.328 505 542 I ServiceWatcher: [GeocoderProxy] disconnected from 10057/com.google.android.gms/.location.geocode.GeocodeService@2 +02-27 08:24:30.328 505 542 I ServiceWatcher: [fused] disconnected from 10057/com.google.android.gms/com.google.android.location.fused.FusedLocationService@1 +02-27 08:24:30.336 505 542 I ServiceWatcher: [GeofenceProxy] disconnected from 10057/com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService@1 +02-27 08:24:30.337 322 322 I Zygote : Process 22157 exited due to signal 9 (Killed) +02-27 08:24:30.554 505 542 W Looper : Slow dispatch took 218ms android.fg h=android.os.Handler c=android.app.LoadedApk$ServiceDispatcher$RunConnection@b5d633d m=0 +02-27 08:24:30.555 505 542 I ServiceWatcher: [HardwareActivityRecognitionProxy] disconnected from 10057/com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService@1 +02-27 08:24:30.555 505 542 W Looper : Slow delivery took 218ms android.fg h=android.os.Handler c=android.app.LoadedApk$ServiceDispatcher$RunConnection@92e0732 m=0 +02-27 08:24:30.555 505 542 I ServiceWatcher: [network] disconnected from 10057/com.google.android.gms/com.google.android.location.network.NetworkLocationService@2 +02-27 08:24:30.555 505 2251 I ActivityManager: Process com.google.process.gapps (pid 21822) has died: cch+15 CEM +02-27 08:24:30.699 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 21822 in 0ms +02-27 08:24:30.734 505 505 W InputMethodManagerService: Session failed to close due to remote exception +02-27 08:24:30.734 505 505 W InputMethodManagerService: android.os.DeadObjectException +02-27 08:24:30.734 505 505 W InputMethodManagerService: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:24:30.734 505 505 W InputMethodManagerService: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:24:30.734 505 505 W InputMethodManagerService: at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:425) +02-27 08:24:30.734 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.finishSessionLocked(InputMethodManagerService.java:2812) +02-27 08:24:30.734 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearClientSessionLocked(InputMethodManagerService.java:2803) +02-27 08:24:30.734 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:2830) +02-27 08:24:30.734 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:2859) +02-27 08:24:30.734 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:2097) +02-27 08:24:30.734 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:2112) +02-27 08:24:30.734 505 505 W InputMethodManagerService: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:24:30.734 505 505 W InputMethodManagerService: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:24:30.734 505 505 W InputMethodManagerService: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:24:30.734 505 505 W InputMethodManagerService: at android.os.Looper.loop(Looper.java:288) +02-27 08:24:30.734 505 505 W InputMethodManagerService: at com.android.server.SystemServer.run(SystemServer.java:903) +02-27 08:24:30.734 505 505 W InputMethodManagerService: at com.android.server.SystemServer.main(SystemServer.java:610) +02-27 08:24:30.734 505 505 W InputMethodManagerService: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:24:30.734 505 505 W InputMethodManagerService: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:24:30.734 505 505 W InputMethodManagerService: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) +02-27 08:24:30.744 505 2113 W InputManager-JNI: Input channel object '8bd2454 InputMethod (client)' was disposed without first being removed with the input manager! +02-27 08:24:30.801 505 505 W Looper : Slow dispatch took 628ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@9b51e00 m=0 +02-27 08:24:31.333 21823 21961 D EGL_emulation: app_time_stats: avg=80.68ms min=7.70ms max=460.65ms count=7 +02-27 08:24:31.354 505 830 I ActivityManager: Process com.google.android.gms (pid 21909) has died: cch+5 CEM +02-27 08:24:31.355 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 21909 in 0ms +02-27 08:24:31.382 505 2586 I ActivityManager: Process com.google.android.inputmethod.latin (pid 21713) has died: prcp IMPB +02-27 08:24:31.382 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 21713 in 0ms +02-27 08:24:31.510 505 2586 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 1000ms for connection +02-27 08:24:31.580 505 1925 I ActivityManager: Process com.google.android.gms.persistent (pid 22157) has died: vis BTOP +02-27 08:24:31.581 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 22157 in 0ms +02-27 08:24:31.582 505 1925 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.location.geocode.GeocodeService in 10929ms for connection +02-27 08:24:31.582 505 1925 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentBoundBrokerService in 20928ms for connection +02-27 08:24:31.582 505 1925 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.fused.FusedLocationService in 30928ms for connection +02-27 08:24:31.582 505 1925 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentDirectBootAwareApiService in 40928ms for connection +02-27 08:24:31.582 505 1925 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService in 50928ms for start-requested +02-27 08:24:31.582 505 1925 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService in 60928ms for start-requested +02-27 08:24:31.582 505 1925 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService in 70928ms for connection +02-27 08:24:31.582 505 1925 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.network.NetworkLocationService in 80928ms for connection +02-27 08:24:31.601 505 553 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:24:31.601 505 553 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:24:31.601 505 553 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:24:31.601 505 553 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:24:31.601 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:24:31.636 22281 22281 D cr_LibraryLoader: [LibraryLoader.java:690] Time to load native libraries: 1627 ms +02-27 08:24:31.770 505 505 W Looper : Slow delivery took 590ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=5 +02-27 08:24:31.770 505 505 W Looper : Slow dispatch took 969ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=5 +02-27 08:24:31.802 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 21713 +02-27 08:24:31.814 322 322 D Zygote : Forked child process 22301 +02-27 08:24:31.816 505 555 W ActivityManager: Slow operation: 221ms so far, now at startProcess: returned from zygote! +02-27 08:24:31.816 505 555 W ActivityManager: Slow operation: 221ms so far, now at startProcess: done updating battery stats +02-27 08:24:31.816 505 555 W ActivityManager: Slow operation: 221ms so far, now at startProcess: building log message +02-27 08:24:31.816 505 555 I ActivityManager: Start proc 22301:com.google.android.gms.persistent/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.PersistentBoundBrokerService} +02-27 08:24:31.816 505 555 W ActivityManager: Slow operation: 221ms so far, now at startProcess: starting to update pids map +02-27 08:24:31.816 505 555 W ActivityManager: Slow operation: 221ms so far, now at startProcess: done updating pids map +02-27 08:24:31.818 505 542 W Looper : Slow dispatch took 465ms android.fg h=android.os.Handler c=com.android.server.location.provider.proxy.ProxyLocationProvider$1@87b4a8a m=0 +02-27 08:24:31.820 505 542 W Looper : Drained +02-27 08:24:32.132 22281 22281 W chromium: [0227/082431.837445:WARNING:library_prefetcher.cc(326)] Code not ordered, madvise optimization skipped +02-27 08:24:32.336 22281 22281 I cr_LibraryLoader: Successfully loaded native library +02-27 08:24:32.337 22301 22301 E .gms.persisten: Not starting debugger since process cannot load the jdwp agent. +02-27 08:24:32.338 505 553 E PackageManager: Optimistic bind failed. +02-27 08:24:32.338 505 553 E PackageManager: java.util.concurrent.TimeoutException: [Optimistic Bind] Didn't bind to resolver in time! +02-27 08:24:32.338 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.waitForBindLocked(InstantAppResolverConnection.java:160) +02-27 08:24:32.338 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.bind(InstantAppResolverConnection.java:225) +02-27 08:24:32.338 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.lambda$optimisticBind$0$InstantAppResolverConnection(InstantAppResolverConnection.java:255) +02-27 08:24:32.338 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection$$ExternalSyntheticLambda0.run(Unknown Source:2) +02-27 08:24:32.338 505 553 E PackageManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:24:32.338 505 553 E PackageManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:24:32.338 505 553 E PackageManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:24:32.338 505 553 E PackageManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:24:32.338 505 553 E PackageManager: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:24:32.346 22281 22281 I cr_CachingUmaRecorder: Flushed 1 samples from 1 histograms. +02-27 08:24:32.361 22281 22281 D cr_CastBrowserHelper: [CastBrowserHelper.java:49] Loading BrowserStartupController... +02-27 08:24:32.362 21823 21961 D EGL_emulation: app_time_stats: avg=82.19ms min=4.73ms max=360.19ms count=10 +02-27 08:24:32.375 22281 22281 D cr_BrowserStartup: [BrowserStartupControllerImpl.java:437] Initializing chromium process, singleProcess=false +02-27 08:24:32.381 505 505 W Looper : Slow dispatch took 570ms main h=com.android.internal.os.HandlerCaller$MyHandler c=null m=7000 +02-27 08:24:32.388 505 505 W Looper : Drained +02-27 08:24:32.517 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 08:24:32.517 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 08:24:32.517 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 08:24:32.517 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 08:24:32.818 505 555 W ActivityManager: Slow operation: 301ms so far, now at startProcess: asking zygote to start proc +02-27 08:24:32.819 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 08:24:32.832 322 322 D Zygote : Forked child process 22315 +02-27 08:24:32.834 505 555 W ActivityManager: Slow operation: 318ms so far, now at startProcess: returned from zygote! +02-27 08:24:32.842 505 555 W ActivityManager: Slow operation: 326ms so far, now at startProcess: done updating battery stats +02-27 08:24:32.843 505 555 W ActivityManager: Slow operation: 327ms so far, now at startProcess: building log message +02-27 08:24:32.843 505 555 I ActivityManager: Start proc 22315:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:24:32.843 505 555 W ActivityManager: Slow operation: 327ms so far, now at startProcess: starting to update pids map +02-27 08:24:32.843 505 555 W ActivityManager: Slow operation: 327ms so far, now at startProcess: done updating pids map +02-27 08:24:33.207 505 2251 W ActivityManager: Slow operation: 328ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:24:33.228 505 2251 W ActivityManager: Slow operation: 354ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:24:33.228 505 2251 W ActivityManager: Slow operation: 354ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:24:33.462 505 514 W system_server: Suspending all threads took: 195.555ms +02-27 08:24:33.485 21823 21961 D EGL_emulation: app_time_stats: avg=138.78ms min=9.29ms max=446.09ms count=7 +02-27 08:24:33.494 22315 22315 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 08:24:33.770 505 543 W Looper : Slow dispatch took 264ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:24:33.840 505 2251 W ActivityManager: Slow operation: 966ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:24:33.842 22301 22301 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:24:33.945 22315 22315 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 08:24:34.219 505 514 I system_server: Background concurrent copying GC freed 2193766(55MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 23MB/46MB, paused 5.388ms,195.837ms total 1.953s +02-27 08:24:34.244 22301 22309 I .gms.persisten: Background young concurrent copying GC freed 12706(538KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1885KB/25MB, paused 53us,5us total 375.962ms +02-27 08:24:34.488 21823 21961 D EGL_emulation: app_time_stats: avg=50.66ms min=6.10ms max=305.21ms count=16 +02-27 08:24:34.764 22281 22281 D cr_ChromecastConfigAndroid: [ChromecastConfigAndroid.java:86] initializeSendUsageStatsSetting +02-27 08:24:34.797 22281 22281 D cr_ChromecastConfigAndroid: [ChromecastConfigAndroid.java:100] updateSendUsageStatsSetting +02-27 08:24:35.048 505 2259 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13398} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (8 skipped) +02-27 08:24:35.308 22315 22315 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:24:35.329 22301 22301 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:24:35.493 21823 21961 D EGL_emulation: app_time_stats: avg=59.94ms min=4.67ms max=209.29ms count=13 +02-27 08:24:35.610 22315 22315 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 08:24:35.610 22315 22315 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:24:35.620 22281 22281 I chromium: [22281:22281:INFO:cast_content_browser_client_internal.cc(428)] Remote heap profiler is disabled. +02-27 08:24:35.622 22315 22315 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:24:35.631 22301 22301 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:24:35.631 22301 22301 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:24:35.632 22315 22315 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:24:35.633 22301 22301 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:24:35.833 22301 22301 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:24:36.503 505 2259 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:24:36.504 505 2259 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:24:36.504 505 2259 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:24:36.505 505 542 W Looper : Slow dispatch took 158ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:24:36.517 505 2259 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:24:36.529 505 514 I system_server: Background young concurrent copying GC freed 1442740(36MB) AllocSpace objects, 0(0B) LOS objects, 56% free, 18MB/42MB, paused 103us,5.708ms total 437.960ms +02-27 08:24:36.541 505 2259 W ActivityManager: Slow operation: 61ms so far, now at startProcess: done starting proc! +02-27 08:24:36.541 505 2259 W ContentProviderHelper: Slow operation: 79ms so far, now at getContentProviderImpl: after start process +02-27 08:24:36.541 505 2259 W ContentProviderHelper: Slow operation: 79ms so far, now at getContentProviderImpl: updating data structures +02-27 08:24:36.541 505 2259 W ContentProviderHelper: Slow operation: 79ms so far, now at getContentProviderImpl: done! +02-27 08:24:36.541 505 555 W ActivityManager: Slow operation: 60ms so far, now at startProcess: asking zygote to start proc +02-27 08:24:36.541 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:24:36.544 22281 22281 V cr_Accessibility: [BrowserAccessibilityState.java:196] Enabled accessibility services list updated. +02-27 08:24:36.550 322 322 D Zygote : Forked child process 22342 +02-27 08:24:36.550 505 555 W ActivityManager: Slow operation: 69ms so far, now at startProcess: returned from zygote! +02-27 08:24:36.552 505 555 W ActivityManager: Slow operation: 71ms so far, now at startProcess: done updating battery stats +02-27 08:24:36.552 505 555 W ActivityManager: Slow operation: 71ms so far, now at startProcess: building log message +02-27 08:24:36.552 505 555 I ActivityManager: Start proc 22342:com.google.process.gservices/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider} +02-27 08:24:36.552 505 555 W ActivityManager: Slow operation: 71ms so far, now at startProcess: starting to update pids map +02-27 08:24:36.552 505 555 W ActivityManager: Slow operation: 71ms so far, now at startProcess: done updating pids map +02-27 08:24:36.558 21823 21961 D EGL_emulation: app_time_stats: avg=29.98ms min=4.97ms max=186.47ms count=16 +02-27 08:24:36.794 22342 22342 E ocess.gservice: Not starting debugger since process cannot load the jdwp agent. +02-27 08:24:37.142 22342 22342 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:24:37.322 505 514 I system_server: Background concurrent copying GC freed 581999(14MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 14MB/28MB, paused 4.784ms,125us total 451.515ms +02-27 08:24:37.602 21823 21961 D EGL_emulation: app_time_stats: avg=58.26ms min=11.55ms max=158.97ms count=10 +02-27 08:24:37.757 22281 22336 I cr_CastCrashUploader: Remove crash dumps +02-27 08:24:37.931 22342 22342 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:24:37.931 22342 22342 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:24:37.932 22342 22342 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:24:37.932 22342 22342 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:24:37.952 22281 22356 I chromium: [22281:22356:INFO:cast_media_android.cc(44)] Initialize: +02-27 08:24:37.963 22281 22356 I cr_VolumeControlAndroid: Creating new VolumeControl instance +02-27 08:24:38.268 22342 22342 I GservicesProvider: Gservices pushing to system: true; secure/global: true +02-27 08:24:38.472 22281 22281 I chromium: [22281:22281:INFO:supported_codec_finder.cc(28)] Adding 32 supported codec profiles/levels +02-27 08:24:38.494 22281 22347 I chromium: [22281:22347:INFO:external_mojo_broker.cc(236)] Register service cast_browser +02-27 08:24:38.614 21823 21961 D EGL_emulation: app_time_stats: avg=41.71ms min=7.09ms max=204.93ms count=14 +02-27 08:24:38.676 505 1925 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:24:38.676 505 1925 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:24:38.676 505 1925 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:24:38.677 505 1925 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:24:38.677 505 1925 W ActivityManager: Slow operation: 55ms so far, now at startProcess: done starting proc! +02-27 08:24:38.685 505 555 W ActivityManager: Slow operation: 63ms so far, now at startProcess: asking zygote to start proc +02-27 08:24:38.686 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:24:38.710 322 322 D Zygote : Forked child process 22373 +02-27 08:24:38.713 505 555 W ActivityManager: Slow operation: 91ms so far, now at startProcess: returned from zygote! +02-27 08:24:38.714 505 514 I system_server: Background young concurrent copying GC freed 626746(15MB) AllocSpace objects, 0(0B) LOS objects, 51% free, 13MB/28MB, paused 18.089ms,132us total 345.959ms +02-27 08:24:38.720 22315 22315 I DeviceStatusMonitor: DeviceStatusMonitor.updateCountryInfo():121 updateCountryInfo(), notifyAnyway = true +02-27 08:24:38.731 22281 22281 I chromium: [22281:22281:INFO:uds_peercred_filter.cc(165)] Performing one-time injection of UdsPeercredFilter into GRPC. +02-27 08:24:38.760 22281 22281 W chromium: [22281:22281:WARNING:client_auth_manager.cc(103)] Old certificate is empty. +02-27 08:24:38.867 505 555 W ActivityManager: Slow operation: 245ms so far, now at startProcess: done updating battery stats +02-27 08:24:38.867 505 555 W ActivityManager: Slow operation: 245ms so far, now at startProcess: building log message +02-27 08:24:38.867 505 555 I ActivityManager: Start proc 22373:com.google.android.gms/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.GmsBoundBrokerService} +02-27 08:24:38.867 505 555 W ActivityManager: Slow operation: 245ms so far, now at startProcess: starting to update pids map +02-27 08:24:38.867 505 555 W ActivityManager: Slow operation: 245ms so far, now at startProcess: done updating pids map +02-27 08:24:38.881 22342 22359 I ocess.gservice: Background young concurrent copying GC freed 13507(671KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1949KB/25MB, paused 41us,15us total 126.538ms +02-27 08:24:38.884 22281 22281 E chromium: [22281:22281:ERROR:device_info_impl.cc(1352)] Cannot get MAC address. +02-27 08:24:38.892 22281 22281 I chromium: [22281:22281:INFO:device_info_impl.cc(1356)] MAC address for : 00:00:00:00:00:00 +02-27 08:24:38.934 22315 22315 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = true +02-27 08:24:38.953 22315 22315 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:24:38.954 22315 22315 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:24:39.122 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(17)] Build volume cache for type 0: +02-27 08:24:39.129 22281 22281 I chromium: [22281:22281:INFO:device_info_impl.cc(405)] Device model id: Google.emulator64_arm64.sdk_google_atv64_arm64 +02-27 08:24:39.129 22281 22281 I chromium: [22281:22281:INFO:device_info_impl.cc(440)] Control Notifications: 0 +02-27 08:24:39.132 22281 22281 E chromium: [22281:22281:ERROR:device_info_impl.cc(145)] Cannot read file: /data/bootid +02-27 08:24:39.132 22281 22281 I chromium: [22281:22281:INFO:device_info_impl.cc(456)] SSDP Boot ID: 0 +02-27 08:24:39.132 22281 22281 I chromium: [22281:22281:INFO:device_info_impl.cc(460)] SSDP Config ID: 1 +02-27 08:24:39.150 22373 22373 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. +02-27 08:24:39.198 22281 22281 W chromium: [22281:22281:WARNING:secure_storage_impl.cc(115)] Device key not available yet. +02-27 08:24:39.309 22373 22373 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:24:39.320 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 0(0) -> -120 +02-27 08:24:39.348 22281 22281 I chromium: [22281:22281:INFO:crypto_manager.cc(257)] Public key: MIIBCgKCAQEAw2jhAxLfHUp4ZFJiAJ6Od5c82w7pu4hXjsGkAybnQ9X8f5omqDtNN7/NYNyWBhHxz0Szft+npN3L/hE7Q1pDlruIMfNHIKMGaAbqlKXxMmqClSYYEPQMSuiXIwzc9Y3GPGR8dyXlCE8ZFEKFX+cM/ZuXO2/XSTTI8yZQAEmO2Pegn/4xEqJyrArhSWCUYAawJNTy8s7XLGAaX4s8RAudmFew44ga0/iOVYpfVAovtc9YDsjauTXqYRT0Y+4I1982SWg/uQNIyvpdICSDwpCdR+82Ek+Enl//bkS2OAHymRWS5jh6ClWMAA+lCUtx6UlyzfJ4l732iGRXaMSfwLNVnwIDAQAB +02-27 08:24:39.348 22281 22281 I chromium: [22281:22281:INFO:crypto_manager.cc(268)] Public modulus: w2jhAxLfHUp4ZFJiAJ6Od5c82w7pu4hXjsGkAybnQ9X8f5omqDtNN7_NYNyWBhHxz0Szft-npN3L_hE7Q1pDlruIMfNHIKMGaAbqlKXxMmqClSYYEPQMSuiXIwzc9Y3GPGR8dyXlCE8ZFEKFX-cM_ZuXO2_XSTTI8yZQAEmO2Pegn_4xEqJyrArhSWCUYAawJNTy8s7XLGAaX4s8RAudmFew44ga0_iOVYpfVAovtc9YDsjauTXqYRT0Y-4I1982SWg_uQNIyvpdICSDwpCdR-82Ek-Enl__bkS2OAHymRWS5jh6ClWMAA-lCUtx6UlyzfJ4l732iGRXaMSfwLNVnw +02-27 08:24:39.353 22315 22315 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:24:39.358 22281 22281 I chromium: [22281:22281:INFO:crypto_manager.cc(273)] Public exponent: AQAB +02-27 08:24:39.360 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 1(0.0666667) -> -53.2632 +02-27 08:24:39.390 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 2(0.133333) -> -46.6316 +02-27 08:24:39.392 22281 22281 I chromium: [22281:22281:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:24:39.392 22281 22281 I chromium: [22281:22281:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:24:39.393 22281 22396 I chromium: [22281:22396:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:24:39.394 22281 22281 I chromium: [22281:22281:INFO:service_base.h(78)] Size of the map for type AuthTokenResponse is 0 +02-27 08:24:39.514 22315 22397 E FileCache: FileCache.clearObsoleteFilesInternal():271 Failed to delete all obsolete files under folder: /data/user_de/0/com.google.android.inputmethod.latin/cache/kb_def +02-27 08:24:39.578 22281 22281 W chromium: [22281:22281:WARNING:service_manager_android.cc(70)] Client wayland was not found in whitelisted packages. +02-27 08:24:39.578 22281 22281 I chromium: [22281:22281:INFO:service_manager_android.cc(79)] Creating socket localhost:10042 +02-27 08:24:39.578 22281 22281 I chromium: [22281:22281:INFO:grpc_manager_impl.cc(335)] GRPC[uri=localhost:10042]: Shutting down CQ. +02-27 08:24:39.579 22281 22396 I chromium: [22281:22396:INFO:grpc_manager_impl.cc(689)] GRPC[uri=]: Completion queue is exiting: id=0 +02-27 08:24:39.580 22281 22281 I chromium: [22281:22281:INFO:grpc_completion_queue_wrapper.cc(51)] CQ is shutting down: id=0 +02-27 08:24:39.618 22281 22281 I chromium: [22281:22281:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=1 +02-27 08:24:39.619 22281 22396 I chromium: [22281:22396:INFO:grpc_manager_impl.cc(683)] GRPC[uri=localhost:10042]: Started processing completion queue: id=1 +02-27 08:24:39.620 22281 22281 I chromium: [22281:22281:INFO:grpc_manager_impl.cc(852)] GRPC[uri=localhost:10042]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:24:39.620 22281 22281 I chromium: [22281:22281:INFO:grpc_manager_impl.cc(442)] GRPC[uri=localhost:10042]: Can't start server yet, missing start_requsted_ +02-27 08:24:39.625 22281 22281 I chromium: [22281:22281:INFO:grpc_manager_impl.cc(384)] GRPC[uri=localhost:10042]: Registered service chromecast.user_auth.proto.UserAuthService +02-27 08:24:39.625 22281 22281 I chromium: [22281:22281:INFO:grpc_manager_impl.cc(406)] GRPC[uri=localhost:10042]: Registered a handler AuthTokenChannel for service chromecast.user_auth.proto.UserAuthService +02-27 08:24:39.625 22281 22281 I chromium: [22281:22281:INFO:grpc_manager_impl.cc(452)] GRPC[uri=localhost:10042]: Proceeding to try to start server. +02-27 08:24:39.643 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 3(0.2) -> -40 +02-27 08:24:39.648 22373 22373 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:24:39.654 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 4(0.266667) -> -36.55 +02-27 08:24:39.656 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 5(0.333333) -> -32.525 +02-27 08:24:39.658 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 6(0.4) -> -28.5 +02-27 08:24:39.660 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 7(0.466667) -> -25.05 +02-27 08:24:39.662 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 8(0.533333) -> -21.025 +02-27 08:24:39.664 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 9(0.6) -> -17 +02-27 08:24:39.667 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 10(0.666667) -> -14.45 +02-27 08:24:39.670 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 11(0.733333) -> -11.475 +02-27 08:24:39.671 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 12(0.8) -> -8.5 +02-27 08:24:39.674 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 13(0.866667) -> -5.95 +02-27 08:24:39.676 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 14(0.933333) -> -2.975 +02-27 08:24:39.680 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 15(1) -> 0 +02-27 08:24:39.685 22281 22375 I chromium: [22281:22375:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-40 type=MEDIA +02-27 08:24:39.707 21823 21961 D EGL_emulation: app_time_stats: avg=56.64ms min=6.38ms max=147.81ms count=12 +02-27 08:24:39.786 22281 22375 I chromium: [22281:22375:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=0: volume=0.2 (-40) mute=0 +02-27 08:24:39.786 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(17)] Build volume cache for type 1: +02-27 08:24:39.791 22281 22281 I chromium: [22281:22281:INFO:grpc_manager_impl.cc(509)] GRPC[uri=localhost:10042]: Grpc server started in port 10042 +02-27 08:24:39.791 22281 22281 I chromium: [22281:22281:INFO:service_manager_android.cc(83)] Android server started for service: user_auth +02-27 08:24:39.921 22281 22281 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:24:39.922 22281 22281 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:24:39.932 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 0(0) -> -29.7 +02-27 08:24:39.942 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 1(0.142857) -> -29.7 +02-27 08:24:39.965 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 2(0.285714) -> -25.0455 +02-27 08:24:39.977 22315 22315 I TVLatinApp: TVLatinApp.initialize():527 initialize() +02-27 08:24:39.982 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 3(0.428571) -> -20.1 +02-27 08:24:39.997 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 4(0.571429) -> -15 +02-27 08:24:40.001 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 5(0.714286) -> -9.9 +02-27 08:24:40.002 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 6(0.857143) -> -4.8 +02-27 08:24:40.003 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 7(1) -> 0 +02-27 08:24:40.003 22281 22375 I chromium: [22281:22375:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-25.0455 type=ALARM +02-27 08:24:40.005 22281 22375 I chromium: [22281:22375:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=1: volume=0.285714 (-25.0455) mute=0 +02-27 08:24:40.005 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(17)] Build volume cache for type 2: +02-27 08:24:40.014 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 0(0) -> -120 +02-27 08:24:40.191 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 1(0.142857) -> -21.5625 +02-27 08:24:40.193 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 2(0.285714) -> -18.9375 +02-27 08:24:40.195 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 3(0.428571) -> -16.3636 +02-27 08:24:40.197 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 4(0.571429) -> -13.6364 +02-27 08:24:40.197 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 5(0.714286) -> -11.1176 +02-27 08:24:40.198 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 6(0.857143) -> -8.64706 +02-27 08:24:40.198 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 7(1) -> -6 +02-27 08:24:40.198 22281 22375 I chromium: [22281:22375:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-21.5625 type=COMMUNICATION +02-27 08:24:40.198 22281 22375 I chromium: [22281:22375:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=2: volume=0.142857 (-21.5625) mute=0 +02-27 08:24:40.198 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(17)] Build volume cache for type 3: +02-27 08:24:40.198 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 0(0) -> -24 +02-27 08:24:40.202 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 1(0.2) -> -24 +02-27 08:24:40.204 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 2(0.4) -> -17.9394 +02-27 08:24:40.204 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 3(0.6) -> -11.8788 +02-27 08:24:40.205 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 4(0.8) -> -5.88235 +02-27 08:24:40.205 22281 22375 I chromium: [22281:22375:INFO:volume_cache.cc(28)] 5(1) -> 0 +02-27 08:24:40.206 22281 22375 I chromium: [22281:22375:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-17.9394 type=OTHER +02-27 08:24:40.206 22281 22375 I chromium: [22281:22375:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=3: volume=0.4 (-17.9394) mute=0 +02-27 08:24:40.267 22281 22281 I chromium: [22281:22281:INFO:gcm_manager.cc(132)] GCM Dir = /data/user/0/com.google.android.apps.mediashell/cache/gcm +02-27 08:24:40.335 22281 22281 I chromium: [22281:22281:INFO:gcm_manager.cc(246)] Enabling GCM Driver +02-27 08:24:40.550 22315 22315 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:24:40.617 22281 22281 I chromium: [22281:22281:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/home.hds.proto.device.config.RefreshConfigRequest +02-27 08:24:40.617 22281 22281 I chromium: [22281:22281:INFO:preload_initiator_mdns.cc(91)] Preload type: mdns +02-27 08:24:40.617 22281 22281 W chromium: [22281:22281:WARNING:hds_settings.cc(107)] HDS URL has not been set through command line. +02-27 08:24:40.629 22315 22368 I LauncherIconVisibilityInitializerBase: LauncherIconVisibilityInitializerBase.lambda$doUpdate$0():52 doUpdate() : Visible = false +02-27 08:24:40.940 22281 22281 I chromium: [22281:22281:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:24:40.940 22281 22281 I chromium: [22281:22281:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:24:40.940 22281 22281 I chromium: [22281:22281:INFO:grpc_manager_impl.cc(437)] GRPC[uri=]: Can't start server yet, missing URI. +02-27 08:24:40.940 22281 22281 I chromium: [22281:22281:INFO:lycra_gcm_impl.cc(112)] Deferring GCM registration until connectivity is up. +02-27 08:24:40.940 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:24:40.940 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:24:40.940 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:24:40.940 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:24:40.940 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:24:40.940 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:24:40.940 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:24:40.940 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:24:40.940 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:24:40.940 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:24:40.940 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:24:40.940 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:24:40.940 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:24:40.940 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:24:40.940 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:24:40.940 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:24:40.940 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:24:40.940 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:24:40.940 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(165)] Presence settings is: 0 +02-27 08:24:40.940 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(183)] Presence radar settings is: 0 +02-27 08:24:40.940 22281 22281 I chromium: [22281:22281:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:24:40.940 22281 22281 I chromium: [22281:22281:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:24:40.940 22281 22281 I chromium: [22281:22281:INFO:service_base.h(246)] Container sizes for type CloudSetting are (session_info_map: 0), (topic_info_map: 0), (pending_events: 0). +02-27 08:24:40.940 22281 22281 E chromium: [22281:22281:ERROR:socket_manifest_android.cc(33)] Socket config not found for service cloud_settings +02-27 08:24:40.941 22281 22281 W chromium: [22281:22281:WARNING:service_manager_android.cc(62)] No socket entry found for cloud_settings. Ignore if service was not intended to run on this OS. +02-27 08:24:40.941 22281 22281 I chromium: [22281:22281:INFO:cloud_settings_grpc_service_impl.cc(55)] CloudSettingsGrpcServiceImpl constructed, and started gRPC server. +02-27 08:24:40.941 22281 22281 I chromium: [22281:22281:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: a11y_display_settings +02-27 08:24:40.941 22281 22281 W chromium: [22281:22281:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [a11y_display_settings] in settings. +02-27 08:24:40.942 22281 22402 I chromium: [22281:22402:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:24:40.943 22281 22401 I chromium: [22281:22401:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:24:41.042 22281 22281 I chromium: [22281:22281:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: a11y_trait +02-27 08:24:41.042 22281 22281 W chromium: [22281:22281:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [a11y_trait] in settings. +02-27 08:24:41.042 22281 22281 I chromium: [22281:22281:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: alarm_volume_settings +02-27 08:24:41.042 22281 22281 W chromium: [22281:22281:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [alarm_volume_settings] in settings. +02-27 08:24:41.042 22281 22281 I chromium: [22281:22281:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: ambient_eq_settings +02-27 08:24:41.042 22281 22281 W chromium: [22281:22281:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [ambient_eq_settings] in settings. +02-27 08:24:41.042 22281 22281 I chromium: [22281:22281:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: assistant_volume_settings +02-27 08:24:41.042 22281 22281 W chromium: [22281:22281:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [assistant_volume_settings] in settings. +02-27 08:24:41.042 22281 22281 I chromium: [22281:22281:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: auto_software_update_settings +02-27 08:24:41.042 22281 22281 W chromium: [22281:22281:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [auto_software_update_settings] in settings. +02-27 08:24:41.042 22281 22281 I chromium: [22281:22281:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: display_theme_settings +02-27 08:24:41.286 21823 21961 D EGL_emulation: app_time_stats: avg=133.14ms min=4.64ms max=775.93ms count=8 +02-27 08:24:41.725 22281 22281 W chromium: [22281:22281:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [display_theme_settings] in settings. +02-27 08:24:41.725 22281 22281 I chromium: [22281:22281:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: do_not_disturb_settings +02-27 08:24:41.725 22281 22281 W chromium: [22281:22281:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [do_not_disturb_settings] in settings. +02-27 08:24:41.725 22281 22281 I chromium: [22281:22281:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: eureka_info_settings +02-27 08:24:41.725 22281 22281 W chromium: [22281:22281:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [eureka_info_settings] in settings. +02-27 08:24:41.725 22281 22281 I chromium: [22281:22281:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: hdmi_settings +02-27 08:24:41.725 22281 22281 W chromium: [22281:22281:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [hdmi_settings] in settings. +02-27 08:24:41.725 22281 22281 I chromium: [22281:22281:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: night_mode_settings +02-27 08:24:41.725 22281 22281 W chromium: [22281:22281:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [night_mode_settings] in settings. +02-27 08:24:41.725 22281 22281 I chromium: [22281:22281:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: preview_program_settings +02-27 08:24:41.725 22281 22281 W chromium: [22281:22281:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [preview_program_settings] in settings. +02-27 08:24:41.725 22281 22281 I chromium: [22281:22281:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: privacy_settings +02-27 08:24:41.725 22281 22281 W chromium: [22281:22281:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [privacy_settings] in settings. +02-27 08:24:41.725 22281 22281 I chromium: [22281:22281:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: radar_presence_detection_settings +02-27 08:24:41.725 22281 22281 W chromium: [22281:22281:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [radar_presence_detection_settings] in settings. +02-27 08:24:41.725 22281 22281 I chromium: [22281:22281:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: technical_info +02-27 08:24:41.725 22281 22281 W chromium: [22281:22281:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [technical_info] in settings. +02-27 08:24:41.725 22281 22281 I chromium: [22281:22281:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: touch_interaction_presence_detection_settings +02-27 08:24:41.725 22281 22281 W chromium: [22281:22281:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [touch_interaction_presence_detection_settings] in settings. +02-27 08:24:41.725 22281 22281 I chromium: [22281:22281:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: ultrasound_settings +02-27 08:24:41.725 22281 22281 W chromium: [22281:22281:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [ultrasound_settings] in settings. +02-27 08:24:41.725 22281 22281 I chromium: [22281:22281:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: user_eq_settings +02-27 08:24:41.725 22281 22281 W chromium: [22281:22281:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [user_eq_settings] in settings. +02-27 08:24:41.726 22281 22281 I chromium: [22281:22281:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: user_interface_settings +02-27 08:24:41.726 22281 22281 W chromium: [22281:22281:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [user_interface_settings] in settings. +02-27 08:24:41.726 22281 22281 I chromium: [22281:22281:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: voice_interaction_presence_detection_settings +02-27 08:24:41.726 22281 22281 W chromium: [22281:22281:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [voice_interaction_presence_detection_settings] in settings. +02-27 08:24:41.726 22281 22281 I chromium: [22281:22281:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: wifi_settings +02-27 08:24:41.726 22281 22281 W chromium: [22281:22281:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [wifi_settings] in settings. +02-27 08:24:41.761 505 514 W system_server: Suspending all threads took: 666.251ms +02-27 08:24:42.121 22281 22281 I chromium: [22281:22281:INFO:cloud_settings_manager_impl.cc(225)] Cloud settings is disabled. +02-27 08:24:42.142 22281 22281 W chromium: [22281:22281:WARNING:client_auth_manager.cc(103)] Old certificate is empty. +02-27 08:24:42.142 22281 22281 I chromium: [22281:22281:INFO:usonia_configs_with_cast_features.cc(55)] No extra groups +02-27 08:24:42.147 22281 22281 I chromium: [22281:22281:INFO:usonia_configs_with_cast_features.cc(304)] Usonia configs: UsoniaConfigs initialized +02-27 08:24:42.147 22281 22281 I chromium: [22281:22281:INFO:usonia_configs_with_cast_features.cc(305)] id_is_authenticated=0 +02-27 08:24:42.147 22281 22281 I chromium: [22281:22281:INFO:usonia_configs_with_cast_features.cc(306)] usonia_require_authenticated_ids=1 +02-27 08:24:42.147 22281 22281 I chromium: [22281:22281:INFO:usonia_configs_with_cast_features.cc(308)] usonia_extra_multicast_groups= +02-27 08:24:42.147 22281 22281 I chromium: [22281:22281:INFO:usonia_configs_with_cast_features.cc(310)] usonia_multicast_ttl=1 +02-27 08:24:42.147 22281 22281 I chromium: [22281:22281:INFO:usonia_configs_with_cast_features.cc(311)] usonia_higher_root_precedence=0 +02-27 08:24:42.147 22281 22281 I chromium: [22281:22281:INFO:usonia_configs_with_cast_features.cc(313)] usonia_allow_self_signed_certs=0 +02-27 08:24:42.147 22281 22281 I chromium: [22281:22281:INFO:usonia_configs_with_cast_features.cc(315)] usonia_enable_trusted_sets=1 +02-27 08:24:42.163 22373 22373 I gle.android.gm: Waiting for a blocking GC ClassLinker +02-27 08:24:42.205 22281 22404 I chromium: [22281:22404:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:24:42.205 22281 22404 I chromium: [22281:22404:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:24:42.211 22281 22405 I chromium: [22281:22405:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:24:42.211 22281 22337 I chromium: [22281:22337:INFO:directory_service_impl.cc(419)] Boot count is now 12 +02-27 08:24:42.215 22281 22404 I chromium: [22281:22404:INFO:grpc_auth_manager_with_grpc_ipc.cc(63)] Connecting IPC for Auth.AuthReadyStreaming. +02-27 08:24:42.253 22281 22337 I chromium: [22281:22337:INFO:parent_tracker.cc(117)] [REDACTED] has hash 1127492593, root wait is 0.115374 s +02-27 08:24:42.350 22281 22337 I chromium: [22281:22337:INFO:parent_tracker.cc(213)] Now using local address [REDACTED] +02-27 08:24:42.351 22281 22337 I chromium: [22281:22337:INFO:parent_tracker.cc(231)] Using multicast TTL 1 +02-27 08:24:42.413 21823 21961 D EGL_emulation: app_time_stats: avg=87.10ms min=10.37ms max=464.94ms count=12 +02-27 08:24:42.441 22281 22337 I chromium: [22281:22337:INFO:parent_tracker.cc(479)] Trusted set support is disabled +02-27 08:24:42.477 22281 22337 E chromium: [22281:22337:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 08:24:42.484 22373 22385 I gle.android.gm: Background young concurrent copying GC freed 13046(585KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1875KB/25MB, paused 54.944ms,35us total 742.544ms +02-27 08:24:42.485 22373 22373 I gle.android.gm: WaitForGcToComplete blocked ClassLinker on Background for 321.405ms +02-27 08:24:42.510 22281 22337 E chromium: [22281:22337:ERROR:tcp_listener.cc(65)] Listen failed: net::ERR_ADDRESS_IN_USE : 0.0.0.0:10101 +02-27 08:24:42.515 22281 22337 E chromium: [22281:22337:ERROR:ssl_message_stream_socket_factory_cast.cc(72)] SSL listener error: -1 +02-27 08:24:42.556 22281 22337 I chromium: [22281:22337:INFO:device_set.cc(163)] Become root for set [REDACTED] +02-27 08:24:42.557 22281 22337 I chromium: [22281:22337:INFO:directory_service_impl.cc(536)] This device became root +02-27 08:24:42.796 22281 22404 I chromium: [22281:22404:INFO:grpc_ipc_socket_client.cc(29)] GrpcIpcSocketClient created for usonia-ipc-socket +02-27 08:24:42.898 22281 22404 D BindingManager: with +02-27 08:24:42.898 22281 22404 D BindingManager: bind to service +02-27 08:24:43.474 21823 21961 D EGL_emulation: app_time_stats: avg=53.10ms min=7.61ms max=329.21ms count=15 +02-27 08:24:43.622 505 505 W Looper : Slow dispatch took 1153ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:24:44.128 505 514 I system_server: Background young concurrent copying GC freed 703008(17MB) AllocSpace objects, 0(0B) LOS objects, 0% free, 43MB/43MB, paused 878us,687.275ms total 3.890s +02-27 08:24:44.564 22373 22373 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:24:44.565 22373 22373 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:24:44.577 22281 22404 I chromium: [22281:22404:INFO:distributed_service_discovery_with_grpc_ipc.cc(152)] Connecting IPC for DistributedServiceDiscovery.AddService. +02-27 08:24:44.578 22281 22404 I chromium: [22281:22404:INFO:distributed_service_discovery_with_grpc_ipc.cc(66)] Connecting IPC for DistributedServiceDiscovery.UpdateObservers. +02-27 08:24:44.580 22281 22404 I chromium: [22281:22404:INFO:metrics_recorder_with_grpc_ipc.cc(156)] Connecting IPC for MetricsRecorder.RecordMetrics: num_attempts=1 +02-27 08:24:44.582 22281 22404 I chromium: [22281:22404:INFO:synchronous_sound_player_with_grpc_ipc.cc(176)] Connecting IPC for SynchronousSoundPlayer.UpdateSound. +02-27 08:24:44.586 22281 22404 I chromium: [22281:22404:INFO:directory_service_with_grpc_ipc.cc(66)] Connecting IPC for DirectoryService.LocalDeviceInfo. +02-27 08:24:44.586 22281 22404 I chromium: [22281:22404:INFO:directory_service_with_grpc_ipc.cc(123)] Connecting IPC for DirectoryService.ObserveCommonTime. +02-27 08:24:44.586 22281 22404 I chromium: [22281:22404:INFO:directory_service_with_grpc_ipc.cc(279)] Connecting IPC for DirectoryService.UpdateStateObservers. +02-27 08:24:44.588 22281 22404 I chromium: [22281:22404:INFO:directory_service_with_grpc_ipc.cc(381)] Connecting IPC for DirectoryService.UpdateMessageObservers. +02-27 08:24:44.588 22281 22404 I chromium: [22281:22404:INFO:state_manager_with_grpc_ipc.cc(78)] Connecting IPC for StateManager.ReceiveStateUpdates. +02-27 08:24:44.589 22281 22404 I chromium: [22281:22404:INFO:services_layer_impl.cc(63)] Service layer is instantiated: debug_string=CastChild +02-27 08:24:44.589 22281 22404 I chromium: [22281:22404:INFO:services_layer_impl.cc(70)] Register usonia.EchoCastChild.SendEcho rpc. +02-27 08:24:44.591 22281 22404 I chromium: [22281:22404:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.EchoCastChild +02-27 08:24:44.601 21823 21961 D EGL_emulation: app_time_stats: avg=70.93ms min=12.71ms max=153.78ms count=11 +02-27 08:24:44.601 22281 22404 I chromium: [22281:22404:INFO:usonia_child_process.cc(111)] Usonia child process is instantiated: debug_string=CastChild, server_uri=[::]:10011, ipc_uri= +02-27 08:24:44.638 22281 22281 I chromium: [22281:22281:INFO:multizone_manager.cc(339)] Multizone features are disabled +02-27 08:24:44.718 505 514 I system_server: Background concurrent copying GC freed 1758941(44MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 12MB/25MB, paused 87us,85us total 501.106ms +02-27 08:24:44.731 22315 22315 I AndroidIME: TVLatinApp.onUserUnlocked():254 device protected preferences are migrated +02-27 08:24:44.788 22373 22373 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:24:45.082 22373 22373 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:24:45.102 22281 22281 I cr_AppRestrictionService: RestrictionEntry: key=enable_lan_discovery, type=1, default=true +02-27 08:24:45.110 22281 22281 I chromium: [22281:22281:INFO:app_restrictions_service.cc(29)] Restriction 'enable_lan_discovery' = 1 +02-27 08:24:45.110 22281 22281 W chromium: [22281:22281:WARNING:cast_receiver_impl.cc(1529)] Cast receiver not initialized. Don't start discovery: state=0 +02-27 08:24:45.110 22281 22281 I chromium: [22281:22281:INFO:cast_receiver_impl.cc(1595)] SSDP server stopped. +02-27 08:24:45.581 22281 22281 E chromium: [22281:22281:ERROR:metrics_recorder_impl.cc(652)] Cannot record metrics event after MetricsRecorder stopped. +02-27 08:24:45.611 21823 21961 D EGL_emulation: app_time_stats: avg=41.44ms min=13.36ms max=112.69ms count=11 +02-27 08:24:46.027 505 2251 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13411} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (5 skipped) +02-27 08:24:46.036 22301 22301 I Safeboot: Checking safeboot... +02-27 08:24:46.037 505 1925 I WifiService: acquireWifiLock uid=10054 lockMode=1 +02-27 08:24:46.057 770 795 I ndroid.systemu: Background concurrent copying GC freed 278(94KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3490KB/6981KB, paused 1.424ms,81us total 1.000s +02-27 08:24:46.091 22315 22419 I SuperpacksManager: SuperpacksManager.initializeInternal():509 initializeInternal() +02-27 08:24:46.137 22315 22411 I ShortcutsDataManager: ShortcutsDataManager.onContentChanged():73 onContentChanged() +02-27 08:24:46.142 505 2259 I WifiService: acquireMulticastLock uid=10054 +02-27 08:24:46.199 22301 22301 I FixerFramework: Installing ProviderInstaller. +02-27 08:24:46.309 22315 22315 I PhenotypeModule: PhenotypeModule.onCreate():142 onCreate() +02-27 08:24:46.309 22315 22315 I PhenotypeModule: PhenotypeModule.maybeFetchAndUpdate():169 maybeFetchAndUpdate: forceRefresh=true +02-27 08:24:46.326 22315 22411 I ContactsDataManager: ContactsDataManager.onContentChanged():159 onContentChanged() +02-27 08:24:46.326 22315 22411 I EmailDataManager: EmailDataManager.onContentChanged():115 onContentChanged() +02-27 08:24:46.734 22315 22418 W putmethod.lati: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:24:46.734 22315 22418 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:24:46.734 22315 22418 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:24:46.745 22281 22281 I chromium: [22281:22281:INFO:cast_thread_health_check.cc(53)] Receiver health check timeout: 15 seconds. +02-27 08:24:46.802 505 514 I system_server: Background young concurrent copying GC freed 514224(12MB) AllocSpace objects, 0(0B) LOS objects, 29% free, 17MB/25MB, paused 67.395ms,83us total 829.223ms +02-27 08:24:46.816 21823 21961 D EGL_emulation: app_time_stats: avg=36.58ms min=7.39ms max=99.45ms count=13 +02-27 08:24:46.824 22301 22301 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:24:46.826 22301 22301 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:24:46.826 22301 22301 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:24:46.830 22281 22281 I chromium: [22281:22281:INFO:cast_certificate_grpc_service_dummy.cc(14)] Dummy CastCertificateGrpcService constructed. +02-27 08:24:46.830 22281 22281 I chromium: [22281:22281:INFO:matter_certificate_grpc_service_dummy.cc(14)] Dummy MatterCertificateGrpcService constructed. +02-27 08:24:46.881 22281 22281 I chromium: [22281:22281:INFO:debug_endpoint_manager_grpc_client.cc(383)] gRPC client channel state changed to GRPC_CHANNEL_IDLE +02-27 08:24:46.882 22281 22281 I chromium: [22281:22281:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:24:46.882 22281 22281 I chromium: [22281:22281:INFO:grpc_manager_impl.cc(852)] GRPC[uri=[::]:0]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:24:46.882 22281 22281 I chromium: [22281:22281:INFO:grpc_manager_impl.cc(442)] GRPC[uri=[::]:0]: Can't start server yet, missing start_requsted_ +02-27 08:24:46.885 22281 22281 I chromium: [22281:22281:INFO:pref_metrics_manager.cc(67)] PrefMetricsManager started. +02-27 08:24:46.888 22281 22281 I chromium: [22281:22281:INFO:debug_endpoint_manager_grpc_client.cc(134)] 1 RPC call(s) postponed. Current gRPC channel state is GRPC_CHANNEL_IDLE +02-27 08:24:46.888 22281 22281 I chromium: [22281:22281:INFO:pref_control_debug_manager.cc(77)] DebugInterface registered. +02-27 08:24:46.938 22281 22430 I chromium: [22281:22430:INFO:grpc_manager_impl.cc(683)] GRPC[uri=[::]:0]: Started processing completion queue: id=0 +02-27 08:24:46.939 22281 22281 I chromium: [22281:22281:INFO:pref_control_service_impl.cc(128)] Loading prefs from /data/user/0/com.google.android.apps.mediashell/cache/pref_control/pref_control.prefs +02-27 08:24:46.946 22315 22419 I SuperpacksManager: SuperpacksManager.initializeInternal():556 Switched background task scheduler: false +02-27 08:24:46.960 22315 22419 I JobSchedulerImpl: JobSchedulerImpl.schedule():73 Schedule task: superpacks-gc-task. Cancel the pre-existing task. +02-27 08:24:47.089 22281 22281 I chromium: [22281:22281:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:motion_sensing_pref,RestoreValue:1,ForceEnableParent:1,Value:1,Optin:0] +02-27 08:24:47.089 22281 22281 I chromium: [22281:22281:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:sleep_sensing_pref,RestoreValue:1,ForceEnableParent:1,Value:1,Optin:0] +02-27 08:24:47.089 22281 22281 I chromium: [22281:22281:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:sleep_disturbance_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 08:24:47.089 22281 22281 I chromium: [22281:22281:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:sleep_coaching_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 08:24:47.089 22281 22281 I chromium: [22281:22281:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:gesture_sensing_pref,RestoreValue:1,ForceEnableParent:1,Value:1,Optin:0] +02-27 08:24:47.089 22281 22281 I chromium: [22281:22281:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:play_and_pause_gesture_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 08:24:47.089 22281 22281 I chromium: [22281:22281:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:alarms_and_timers_gesture_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 08:24:47.211 22281 22281 I chromium: [22281:22281:INFO:pref_metrics_manager.cc(97)] Adding motion_sensing_pref to PrefMetricsManager. +02-27 08:24:47.213 22281 22281 I chromium: [22281:22281:INFO:pref_metrics_manager.cc(97)] Adding sleep_sensing_pref to PrefMetricsManager. +02-27 08:24:47.213 22281 22281 I chromium: [22281:22281:INFO:pref_metrics_manager.cc(97)] Adding sleep_disturbance_pref to PrefMetricsManager. +02-27 08:24:47.213 22281 22281 I chromium: [22281:22281:INFO:pref_metrics_manager.cc(97)] Adding sleep_coaching_pref to PrefMetricsManager. +02-27 08:24:47.213 22281 22281 I chromium: [22281:22281:INFO:pref_metrics_manager.cc(97)] Adding gesture_sensing_pref to PrefMetricsManager. +02-27 08:24:47.213 22281 22281 I chromium: [22281:22281:INFO:pref_metrics_manager.cc(97)] Adding play_and_pause_gesture_pref to PrefMetricsManager. +02-27 08:24:47.213 22281 22281 I chromium: [22281:22281:INFO:pref_metrics_manager.cc(97)] Adding alarms_and_timers_gesture_pref to PrefMetricsManager. +02-27 08:24:47.213 22281 22281 I chromium: [22281:22281:INFO:pref_control_service_impl.cc(92)] PrefControlService constructed. +02-27 08:24:47.213 22281 22281 I chromium: [22281:22281:INFO:sensor_pref_manager_impl.cc(250)] SensorPrefManagerImpl is disabled. +02-27 08:24:47.705 22281 22281 I chromium: [22281:22281:INFO:remote_ducking_receiver.cc(191)] remote ducking: starting receiver. +02-27 08:24:48.430 21823 21961 D EGL_emulation: app_time_stats: avg=101.93ms min=10.94ms max=302.53ms count=12 +02-27 08:24:48.859 22315 22419 I JobSchedulerImpl: JobSchedulerImpl.schedule():91 Schedule task: superpacks-gc-task. Success. +02-27 08:24:49.331 505 505 W Looper : Slow delivery took 709ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:24:49.357 505 505 W Looper : Drained +02-27 08:24:49.624 21823 21961 D EGL_emulation: app_time_stats: avg=74.23ms min=7.18ms max=307.11ms count=13 +02-27 08:24:50.470 22281 22281 E chromium: [22281:22281:ERROR:timezone_settings.cc(200)] Got an empty string for timezone, default to: America/New_York +02-27 08:24:50.494 22301 22301 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:24:50.504 22281 22281 I chromium: [22281:22281:INFO:timezone_settings.cc(296)] Setting system timezone to America/New_York +02-27 08:24:50.518 21823 21823 I Choreographer: Skipped 33 frames! The application may be doing too much work on its main thread. +02-27 08:24:50.632 22281 22281 W libc : Access denied finding property "ro.odm.cast.ssid_suffix" +02-27 08:24:50.685 22281 22281 I chromium: [22281:22281:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: auto_software_update_settings +02-27 08:24:50.693 21823 21961 D EGL_emulation: app_time_stats: avg=174.41ms min=5.84ms max=639.73ms count=5 +02-27 08:24:50.745 22281 22281 I chromium: [22281:22281:INFO:api_reboot_idle_checker.cc(104)] active_activities count=1 +02-27 08:24:50.745 22281 22281 I chromium: [22281:22281:INFO:daily_reboot_impl.cc(167)] Daily reboot is disabled +02-27 08:24:50.761 22281 22281 I chromium: [22281:22281:INFO:structure_info_cast.cc(91)] Using trusted devices API for Usonia. +02-27 08:24:50.765 22281 22281 I chromium: [22281:22281:INFO:structure_info_cast.cc(127)] Finished handling trusted devices experiment flag. +02-27 08:24:50.968 896 904 I rkstack.proces: Background concurrent copying GC freed 1088(143KB) AllocSpace objects, 6(360KB) LOS objects, 49% free, 2464KB/4929KB, paused 74us,138us total 384.197ms +02-27 08:24:50.990 22315 22323 W putmethod.lati: Suspending all threads took: 5.287ms +02-27 08:24:51.021 22315 22315 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:24:51.070 22281 22439 I chromium: [22281:22439:INFO:services_layer_impl.cc(63)] Service layer is instantiated: debug_string=Main +02-27 08:24:51.070 22281 22439 I chromium: [22281:22439:INFO:services_layer_impl.cc(70)] Register usonia.EchoMain.SendEcho rpc. +02-27 08:24:51.075 22281 22440 W chromium: [22281:22440:WARNING:time_sync_responder.cc(37)] Failed to set DSCP +02-27 08:24:51.097 22281 22439 I chromium: [22281:22439:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.EchoMain +02-27 08:24:51.091 22315 22315 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:24:51.136 22281 22440 I chromium: [22281:22440:INFO:common_time_impl.cc(139)] New common clock leader [REDACTED], is_this_device=1, IP=[REDACTED], quality=2000 +02-27 08:24:51.136 22281 22440 I chromium: [22281:22440:INFO:common_time_impl.cc(173)] Set this device as common time source +02-27 08:24:51.713 22281 22439 I chromium: [22281:22439:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:24:51.717 22281 22439 I chromium: [22281:22439:INFO:grpc_manager_impl.cc(852)] GRPC[uri=binder:com.google.android.apps.mediashell:usonia-ipc-socket]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:24:51.730 22281 22442 I chromium: [22281:22442:INFO:grpc_manager_impl.cc(683)] GRPC[uri=binder:com.google.android.apps.mediashell:usonia-ipc-socket]: Started processing completion queue: id=0 +02-27 08:24:51.994 22315 22315 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:24:52.139 22281 22439 I chromium: [22281:22439:INFO:structure_info_cast.cc(78)] Usonia trusted devices flag flipped to true, but trusted devices structure info already enabled. +02-27 08:24:52.220 22281 22439 I chromium: [22281:22439:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.SynchronousSoundPlayerService +02-27 08:24:52.254 22281 22439 I chromium: [22281:22439:INFO:distributed_call_agent_impl.cc(81)] Added a service observer on the main thread. +02-27 08:24:52.421 22281 22439 I chromium: [22281:22439:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.DeviceInfoTrait +02-27 08:24:52.447 22281 22439 I chromium: [22281:22439:INFO:trait_manager_impl.cc(515)] Registered a trait publisher: trait=usonia.DeviceInfoTrait +02-27 08:24:52.453 22281 22337 I chromium: [22281:22337:INFO:parent_tracker.cc(479)] Trusted set support is disabled +02-27 08:24:52.457 22281 22439 I chromium: [22281:22439:INFO:usonia_main_process.cc(225)] Usonia main process is instantiated: server_uri=[::]:8012, ipc_uri= +02-27 08:24:52.474 22281 22439 E chromium: [22281:22439:ERROR:structure_info_from_trusted_devices_update_trigger_impl.cc(256)] Failed to read Usonia trusted devices trigger file. +02-27 08:24:52.474 22281 22439 E chromium: [22281:22439:ERROR:structure_storage.cc(263)] Failed to read Usonia trusted devices file. +02-27 08:24:52.480 22281 22439 W chromium: [22281:22439:WARNING:structure_info_from_trusted_devices.cc(322)] Failed to restore structure info +02-27 08:24:52.491 22281 22439 I chromium: [22281:22439:INFO:structure_info_from_trusted_devices.cc(612)] Previous fetch did not complete before shutdown, retrying +02-27 08:24:52.720 22281 22345 E chromium: [22281:22345:ERROR:file_path_watcher_linux.cc(76)] Failed to read /proc/sys/fs/inotify/max_user_watches +02-27 08:24:52.737 22281 22336 W chromium: [22281:22336:WARNING:mute_led.cc(35)] No mute_led device found! +02-27 08:24:52.680 22281 22281 W ThreadPoolForeg: type=1400 audit(0.0:2056): avc: denied { read } for name="max_user_watches" dev="proc" ino=257034 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.google.android.apps.mediashell +02-27 08:24:52.680 22281 22281 W ThreadPoolForeg: type=1400 audit(0.0:2057): avc: denied { read } for name="/" dev="dm-0" ino=2 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:rootfs:s0 tclass=dir permissive=0 app=com.google.android.apps.mediashell +02-27 08:24:52.805 22281 22345 W chromium: [22281:22345:WARNING:tuning_manager.cc(99)] No mixer control available +02-27 08:24:52.818 22281 22281 I chromium: [22281:22281:INFO:capture_service_dummy.cc(12)] Dummy CaptureService. +02-27 08:24:53.057 22281 22281 I chromium: [22281:22281:INFO:setup_api_registry.cc(188)] Register external API: auto_media_volume +02-27 08:24:53.105 22281 22281 I chromium: [22281:22281:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:24:53.105 22281 22281 I chromium: [22281:22281:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:24:53.107 22281 22445 I chromium: [22281:22445:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:24:53.109 22281 22336 I chromium: [22281:22336:INFO:auto_volume.cc(142)] Auto volume is disabled +02-27 08:24:53.112 22281 22281 I chromium: [22281:22281:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:24:53.112 22281 22281 I chromium: [22281:22281:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:24:53.114 22281 22444 I chromium: [22281:22444:INFO:audio_socket_service_uds.cc(62)] Using endpoint /tmp/mixer-service +02-27 08:24:53.115 22281 22281 I chromium: [22281:22281:INFO:service_base.h(78)] Size of the map for type LocalDeviceInfo is 0 +02-27 08:24:53.117 22281 22281 I chromium: [22281:22281:INFO:service_base.h(78)] Size of the map for type NetworkInfo is 0 +02-27 08:24:53.117 22281 22281 E chromium: [22281:22281:ERROR:socket_manifest_android.cc(33)] Socket config not found for service device_info +02-27 08:24:53.117 22281 22281 W chromium: [22281:22281:WARNING:service_manager_android.cc(62)] No socket entry found for device_info. Ignore if service was not intended to run on this OS. +02-27 08:24:53.117 22281 22281 I chromium: [22281:22281:INFO:device_info_grpc_service_impl.cc(74)] DeviceInfoGrpcServiceImpl constructed, and started gRPC server. +02-27 08:24:53.118 22281 22281 I chromium: [22281:22281:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:24:53.118 22281 22281 I chromium: [22281:22281:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:24:53.118 22281 22281 E chromium: [22281:22281:ERROR:socket_manifest_android.cc(33)] Socket config not found for service google.cast +02-27 08:24:53.118 22281 22281 W chromium: [22281:22281:WARNING:service_manager_android.cc(62)] No socket entry found for google.cast. Ignore if service was not intended to run on this OS. +02-27 08:24:53.120 22281 22447 I chromium: [22281:22447:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:24:53.143 22281 22281 I chromium: [22281:22281:INFO:file_util.cc(25)] base_assistant_dir = /data/user/0/com.google.android.apps.mediashell/cache +02-27 08:24:53.143 22281 22281 I chromium: [22281:22281:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:24:53.143 22281 22281 I chromium: [22281:22281:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:24:53.144 22281 22449 I chromium: [22281:22449:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:24:53.148 22281 22281 I chromium: [22281:22281:INFO:chromecast_service.cc(1634)] Geolocation changed to: 0 +02-27 08:24:53.148 22281 22281 I chromium: [22281:22281:INFO:chromecast_service.cc(1674)] AoGH feature is: 0 +02-27 08:24:53.148 22281 22281 I chromium: [22281:22281:INFO:chromecast_service.cc(1728)] smart_home/actions feature is: 0 +02-27 08:24:53.148 22281 22281 I chromium: [22281:22281:INFO:chromecast_service.cc(1774)] Playback disruption feature is: 1 +02-27 08:24:53.148 22281 22281 I chromium: [22281:22281:INFO:playback_disruption_service.cc(348)] Playback disruption service enabled and running +02-27 08:24:53.151 22281 22446 I chromium: [22281:22446:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:24:53.205 22281 22444 I chromium: [22281:22444:INFO:audio_socket_service_uds.cc(62)] Using endpoint /tmp/audio-output-service +02-27 08:24:53.302 21823 21823 I Choreographer: Skipped 41 frames! The application may be doing too much work on its main thread. +02-27 08:24:53.593 21823 21961 D EGL_emulation: app_time_stats: avg=473.30ms min=4.02ms max=2570.19ms count=6 +02-27 08:24:53.636 22301 22301 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:24:53.861 505 505 W Looper : Slow dispatch took 1418ms main h=com.android.server.pm.SnapshotStatistics$1 c=null m=0 +02-27 08:24:54.391 505 514 I system_server: Background concurrent copying GC freed 642970(16MB) AllocSpace objects, 0(0B) LOS objects, 29% free, 57MB/81MB, paused 91.791ms,4.001ms total 6.390s +02-27 08:24:54.594 21823 21961 D EGL_emulation: app_time_stats: avg=60.07ms min=6.28ms max=253.29ms count=10 +02-27 08:24:54.761 22301 22301 W SQLiteCompatibilityWalFlags: Cannot read global setting sqlite_compatibility_wal_flags - Application state not available +02-27 08:24:55.030 22281 22400 I chromium: [22281:22400:INFO:media_manager_impl.cc(1188)] ScreenInfo changed: HDCP version=99 supported EOTFs=0 DolbyVision flags=0 Size(mm): 0x0 cur mode HDR=0 cur mode DV=0 +02-27 08:24:55.030 22281 22400 I chromium: [22281:22400:INFO:media_caps.cc(54)] ScreenInfoChanged HDCP version=99 Supported EOTFs=0 DolbyVision flags=0 Screen size(mm): 0x0 cur mode HDR=0 cur mode DV=0 +02-27 08:24:55.693 22281 22400 W libc : Access denied finding property "vendor.display-size" +02-27 08:24:55.694 21823 21961 D EGL_emulation: app_time_stats: avg=44.22ms min=9.37ms max=142.15ms count=17 +02-27 08:24:55.890 22281 22400 I chromium: [22281:22400:INFO:media_manager_impl.cc(1232)] New screen resolution: new=(1920x1080), old=(0x0) +02-27 08:24:55.892 22281 22400 I chromium: [22281:22400:INFO:media_caps.cc(24)] ScreenResolutionChanged resolution=1920x1080 +02-27 08:24:55.898 22315 22315 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:24:55.901 22315 22315 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:24:55.936 22315 22315 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:24:56.148 22315 22315 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:24:56.149 22315 22315 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:24:56.149 22315 22315 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:24:56.160 22315 22315 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:24:56.804 21823 21961 D EGL_emulation: app_time_stats: avg=112.72ms min=5.55ms max=434.57ms count=8 +02-27 08:24:56.802 505 2476 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13415} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (2 skipped) +02-27 08:24:56.819 22281 22400 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:24:57.546 22281 22400 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:24:57.547 22281 22400 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:24:57.547 22281 22400 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:24:57.547 22281 22400 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:24:57.547 22281 22400 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:24:57.556 22281 22400 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:24:57.561 948 956 I com.android.se: Background concurrent copying GC freed 17(48KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 1883KB/3766KB, paused 312us,71us total 1.666s +02-27 08:24:57.715 22315 22315 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:24:57.856 21823 21961 D EGL_emulation: app_time_stats: avg=58.38ms min=4.28ms max=202.39ms count=13 +02-27 08:24:57.932 22315 22315 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:24:57.943 22315 22315 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:24:57.948 22315 22315 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:24:57.953 22315 22315 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:24:58.354 22281 22400 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:24:58.416 22281 22400 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:24:58.431 22281 22400 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:24:58.433 22281 22400 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:24:58.461 22281 22400 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:24:58.501 22281 22400 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:24:58.920 22315 22315 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:24:59.341 21823 21961 D EGL_emulation: app_time_stats: avg=179.61ms min=29.42ms max=449.15ms count=6 +02-27 08:24:59.469 22281 22400 I chromium: [22281:22400:INFO:media_manager_impl.cc(979)] New device volume control type: new_type=1, old_type=0 +02-27 08:24:59.508 505 514 W system_server: Suspending all threads took: 8.989ms +02-27 08:24:59.542 505 554 W ActivityManager: Timeout executing service: ServiceRecord{27503f9 u0 com.google.android.gms/.chimera.GmsBoundBrokerService} +02-27 08:25:00.405 21823 21961 D EGL_emulation: app_time_stats: avg=64.85ms min=13.14ms max=265.82ms count=10 +02-27 08:25:02.070 22315 22315 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:25:02.253 21823 21823 I Choreographer: Skipped 91 frames! The application may be doing too much work on its main thread. +02-27 08:25:02.253 22315 22315 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:25:02.291 22315 22315 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:25:02.549 22315 22315 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:25:02.620 22315 22315 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:25:02.621 22315 22315 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:25:02.624 22315 22315 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:25:02.625 22315 22315 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:25:02.626 22315 22315 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:25:02.714 21823 21961 D EGL_emulation: app_time_stats: avg=360.96ms min=7.53ms max=1788.23ms count=6 +02-27 08:25:02.863 22315 22315 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:25:03.592 21823 21823 I Choreographer: Skipped 40 frames! The application may be doing too much work on its main thread. +02-27 08:25:03.724 21823 21961 D EGL_emulation: app_time_stats: avg=168.39ms min=10.69ms max=496.92ms count=6 +02-27 08:25:04.174 322 322 I Zygote : Process 21865 exited due to signal 9 (Killed) +02-27 08:25:04.174 322 322 I Zygote : Process 21823 exited due to signal 9 (Killed) +02-27 08:25:04.174 322 322 I Zygote : Process 22075 exited due to signal 9 (Killed) +02-27 08:25:04.174 322 322 I Zygote : Process 22179 exited due to signal 9 (Killed) +02-27 08:25:04.298 20937 21227 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:25:04.570 20937 21204 I bt_stack: [INFO:port_api.cc(307)] RFCOMM_RemoveServer: handle=17 +02-27 08:25:04.692 22315 22323 W putmethod.lati: Suspending all threads took: 5.518ms +02-27 08:25:04.884 505 3356 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/21823, android.os.BinderProxy@f1886bd) +02-27 08:25:04.890 505 505 W Looper : Slow dispatch took 404ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:25:04.890 20937 20953 I BtGatt.AdvertiseManager: error sending onAdvertisingSetStopped callback +02-27 08:25:04.890 20937 20953 I BtGatt.AdvertiseManager: android.os.DeadObjectException +02-27 08:25:04.890 20937 20953 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:25:04.890 20937 20953 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:25:04.890 20937 20953 I BtGatt.AdvertiseManager: at android.bluetooth.le.IAdvertisingSetCallback$Stub$Proxy.onAdvertisingSetStopped(IAdvertisingSetCallback.java:320) +02-27 08:25:04.890 20937 20953 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager.stopAdvertisingSet(AdvertiseManager.java:261) +02-27 08:25:04.890 20937 20953 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager$AdvertisingSetDeathRecipient.binderDied(AdvertiseManager.java:123) +02-27 08:25:04.890 20937 20953 I BtGatt.AdvertiseManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:25:04.890 20937 20953 I BtGatt.AdvertiseManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:25:04.891 505 1381 W AudioService.RecordingActivityMonitor: client died +02-27 08:25:04.902 505 3536 E IPCThreadState: binder thread pool (31 threads) starved for 724 ms +02-27 08:25:05.014 505 1698 I WindowManager: WIN DEATH: Window{1f204c2 u0 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:25:05.083 505 712 D NsdService: Client disconnected +02-27 08:25:05.084 505 712 D NsdService: Terminating client-ID 2 global-ID 15 type 393225 +02-27 08:25:05.084 505 712 D NsdService: mdnssd [stop-register, 15] +02-27 08:25:05.100 505 826 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/21823, android.os.BinderProxy@9ad24b2) +02-27 08:25:05.121 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=287, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:25:05.177 505 1698 W InputManager-JNI: Input channel object '1f204c2 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:25:05.213 505 514 I system_server: Background young concurrent copying GC freed 2820384(70MB) AllocSpace objects, 0(0B) LOS objects, 0% free, 89MB/89MB, paused 1.979ms,23.716ms total 7.720s +02-27 08:25:05.237 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=285, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:25:05.257 321 394 W netd : dnssd_clientstub DNSServiceProcessResult called with NULL DNSServiceRef +02-27 08:25:05.280 22281 22400 I chromium: [22281:22400:INFO:media_manager_impl.cc(1002)] New device volume step interval: new_interval=0.0666667, old_interval=0 +02-27 08:25:05.432 22281 22400 W libc : Access denied finding property "vendor.display-size" +02-27 08:25:05.527 22281 22400 I chromium: [22281:22400:INFO:media_manager_impl.cc(358)] Media manager is initialized. +02-27 08:25:05.530 505 556 I libprocessgroup: Successfully killed process cgroup uid 10049 pid 21865 in 0ms +02-27 08:25:05.530 505 2476 I ActivityManager: Process com.google.android.tv.remote.service (pid 21865) has died: vis FGS +02-27 08:25:05.541 22281 22281 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:25:05.541 22281 22281 I chromium: [22281:22281:INFO:media_manager_impl.cc(275)] IsHdmiPlatform: 0 +02-27 08:25:05.686 505 2476 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.RemoteService in 1000ms for start-requested +02-27 08:25:05.687 505 2476 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.AtvRemoteProviderService in 10999ms for connection +02-27 08:25:05.723 1265 1274 I or.multidispla: Background concurrent copying GC freed 17(48KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 1868KB/3736KB, paused 90us,505us total 165.938ms +02-27 08:25:05.759 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 08:25:05.938 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:25:05.967 505 1395 I ActivityManager: Process com.google.android.tvlauncher (pid 21823) has died: fg TOP +02-27 08:25:05.989 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 21823 in 0ms +02-27 08:25:06.004 505 543 W Looper : Slow dispatch took 290ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:25:06.020 505 543 W Looper : Slow delivery took 289ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=32 +02-27 08:25:06.042 505 514 W system_server: Suspending all threads took: 22.448ms +02-27 08:25:06.211 505 543 W Looper : Slow dispatch took 107ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=32 +02-27 08:25:06.304 22281 22281 I chromium: [22281:22281:INFO:hds_settings.cc(139)] HdsSettings using HDS url https://home-devices.googleapis.com/ +02-27 08:25:06.364 22281 22281 W chromium: [22281:22281:WARNING:application_config_manager_impl.cc(243)] Cannot read application config file: /system/bin/app.conf +02-27 08:25:06.396 22281 22281 I chromium: [22281:22281:INFO:application_manager_impl.cc(432)] Application manager is initialized. +02-27 08:25:06.414 22281 22281 I chromium: [22281:22281:INFO:mdns_cast_service.cc(153)] Device discovery state is idle +02-27 08:25:06.415 22281 22281 I chromium: [22281:22281:INFO:mdns_manager_impl.cc(162)] MdnsManager is initialized +02-27 08:25:06.416 22281 22461 I chromium: [22281:22461:INFO:mdns_app_filter.cc(646)] MdnsAppFilter initialized +02-27 08:25:06.419 22281 22461 I chromium: [22281:22461:INFO:discovered_service_client.cc(109)] Registering new service PTR listener: _googlecast._tcp.local +02-27 08:25:06.422 22281 22281 I chromium: [22281:22281:INFO:config_downloader.cc(231)] Set config periodic interval: min=300, max=420 +02-27 08:25:06.422 22281 22281 I chromium: [22281:22281:INFO:crl_downloader.cc(267)] Set CRL periodic interval: min=2160, max=2880 +02-27 08:25:06.429 22281 22462 I chromium: [22281:22462:INFO:v2_transport.cc(434)] Added Cast V2 endpoint: id=Tr@n$p0rt-0, socket_factory_id=[REDACTED] +02-27 08:25:06.429 22281 22462 I chromium: [22281:22462:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.tp.connection +02-27 08:25:06.429 22281 22462 I chromium: [22281:22462:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.tp.heartbeat +02-27 08:25:06.429 22281 22462 I chromium: [22281:22462:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.tp.deviceauth +02-27 08:25:06.429 22281 22462 I chromium: [22281:22462:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.localauth +02-27 08:25:06.430 22281 22462 I chromium: [22281:22462:INFO:v2_transport.cc(313)] V2Transport initialized. +02-27 08:25:06.430 22281 22281 I chromium: [22281:22281:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/home.hds.proto.device.relayedcasting.RelayedCastingPleaseConnectRequest +02-27 08:25:06.433 22281 22462 I chromium: [22281:22462:INFO:v2_transport.cc(391)] Added socket factory: id=opencast-socket +02-27 08:25:06.435 22373 22373 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:25:06.442 22281 22281 I chromium: [22281:22281:INFO:virtual_device_manager.cc(156)] Added virtual device: id=[REDACTED] +02-27 08:25:06.442 22281 22281 I chromium: [22281:22281:INFO:ccs_manager_impl.cc(560)] Added CCS device +02-27 08:25:06.443 22281 22281 I chromium: [22281:22281:INFO:dial_request_handler.cc(199)] DIAL request handler is initialized. +02-27 08:25:06.443 22281 22281 I chromium: [22281:22281:INFO:dial_request_handler.cc(213)] SSDP device description request handler is initialized. +02-27 08:25:06.445 22281 22281 I chromium: [22281:22281:INFO:ccs_manager_impl.cc(940)] Device model revision set to 0 +02-27 08:25:06.446 22281 22462 I chromium: [22281:22462:INFO:v2_transport.cc(434)] Added Cast V2 endpoint: id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, socket_factory_id=[REDACTED] +02-27 08:25:06.446 22281 22462 I chromium: [22281:22462:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.receiver +02-27 08:25:06.446 22281 22462 I chromium: [22281:22462:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.receiver.discovery +02-27 08:25:06.446 22281 22462 I chromium: [22281:22462:INFO:v2_transport.cc(391)] Added socket factory: id=7f632b49-34bd-c56f-b953-dc3746d180ae +02-27 08:25:06.446 22281 22462 I chromium: [22281:22462:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.receiver.key_exchange +02-27 08:25:06.446 22281 22462 I chromium: [22281:22462:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.broadcast +02-27 08:25:06.446 22281 22462 I chromium: [22281:22462:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.proximity +02-27 08:25:06.446 22281 22462 I chromium: [22281:22462:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.resource +02-27 08:25:06.449 22281 22281 I chromium: [22281:22281:INFO:chromecast_service.cc(1789)] Usonia GRPC feature is: 0 +02-27 08:25:06.449 22281 22281 I chromium: [22281:22281:INFO:usonia_child_process.cc(266)] Ignoring stop when not started. +02-27 08:25:06.449 22281 22281 I chromium: [22281:22281:INFO:usonia_main_process.cc(487)] Ignoring stop when not started. +02-27 08:25:06.450 22281 22335 I chromium: [22281:22335:INFO:hotspot_manager.cc(98)] Stop zombie hotspot if there is one +02-27 08:25:06.460 22281 22281 W chromium: [22281:22281:WARNING:setup_manager_impl.cc(724)] Clearing empty virtual channel +02-27 08:25:06.460 22281 22281 I chromium: [22281:22281:INFO:setup_manager_impl.cc(728)] release channel: +02-27 08:25:06.460 22281 22281 I chromium: [22281:22281:INFO:locale_manager.cc(241)] No timezone yet. +02-27 08:25:06.460 22281 22281 I chromium: [22281:22281:INFO:locale_manager.cc(270)] Current time format: 12-hour +02-27 08:25:06.460 22281 22439 E chromium: [22281:22439:ERROR:usonia_main_process.cc(88)] Failed to publish device info trait: [error_code=NOT_FOUND, error_message=No subscribers.] +02-27 08:25:06.463 22281 22345 I chromium: [22281:22345:INFO:crl_downloader.cc(145)] CRL restored. +02-27 08:25:06.468 22281 22438 I chromium: [22281:22438:INFO:setup_manager_impl.cc(862)] Initially set Google DNS servers: enable +02-27 08:25:06.468 22281 22438 I chromium: [22281:22438:INFO:setup_api_registry.cc(188)] Register external API: eureka_info +02-27 08:25:06.468 22281 22438 I chromium: [22281:22438:INFO:setup_api_registry.cc(188)] Register external API: set_network +02-27 08:25:06.468 22281 22438 I chromium: [22281:22438:INFO:setup_api_registry.cc(188)] Register external API: set_network_ssid +02-27 08:25:06.468 22281 22438 I chromium: [22281:22438:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: user_interface_settings +02-27 08:25:06.468 22281 22438 I chromium: [22281:22438:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: wifi_settings +02-27 08:25:06.468 22281 22438 I chromium: [22281:22438:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: hdmi_settings +02-27 08:25:06.468 22281 22438 I chromium: [22281:22438:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: preview_program_settings +02-27 08:25:06.468 22281 22438 I chromium: [22281:22438:INFO:setup_api_registry.cc(188)] Register external API: set_eureka_info +02-27 08:25:06.468 22281 22438 I chromium: [22281:22438:INFO:setup_api_registry.cc(188)] Register external API: get_app_device_id +02-27 08:25:06.468 22281 22438 I chromium: [22281:22438:INFO:setup_api_registry.cc(188)] Register external API: send_log_report +02-27 08:25:06.468 22281 22438 I chromium: [22281:22438:INFO:setup_manager_impl.cc(939)] Initially Set WPA3 support: disable +02-27 08:25:06.469 22281 22438 I chromium: [22281:22438:INFO:setup_manager_impl.cc(945)] Network check enabled, AddConnectivityCheckFailureObserver. +02-27 08:25:06.477 22373 22373 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:25:06.478 22373 22373 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:25:06.479 505 543 W Looper : Drained +02-27 08:25:06.523 22281 22281 I chromium: [22281:22281:INFO:locale_manager.cc(291)] No locale. Set default from factory: en-US +02-27 08:25:06.552 505 2796 I ActivityManager: Process com.google.android.ext.services (pid 22075) has died: vis BFGS +02-27 08:25:06.552 505 2796 W ActivityManager: Scheduling restart of crashed service com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl in 20134ms for connection +02-27 08:25:06.558 505 556 I libprocessgroup: Successfully killed process cgroup uid 10078 pid 22075 in 0ms +02-27 08:25:06.567 505 505 W Looper : Slow dispatch took 1674ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=com.android.server.alarm.AlarmManagerService$3$$ExternalSyntheticLambda0@f866444 m=0 +02-27 08:25:06.570 505 594 I ActivityManager: Process com.google.android.permissioncontroller (pid 22179) has died: vis IMPF +02-27 08:25:06.571 505 594 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.role.service.RoleControllerServiceImpl in 30115ms for connection +02-27 08:25:06.571 505 594 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.permission.service.PermissionControllerServiceImpl in 40115ms for connection +02-27 08:25:06.583 505 556 I libprocessgroup: Successfully killed process cgroup uid 10077 pid 22179 in 0ms +02-27 08:25:06.595 505 505 W Looper : Slow delivery took 1678ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@ba780b0 m=0 +02-27 08:25:06.603 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:25:06.603 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:25:06.603 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:25:06.603 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:25:06.604 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:25:06.619 505 22458 I ActivityManager: dumpStackTraces pids=null nativepids=null +02-27 08:25:06.625 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 123378067 (unbound)] +02-27 08:25:06.626 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 118513104 (unbound)] +02-27 08:25:06.626 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 62421238 (unbound)] +02-27 08:25:06.626 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 57355906 (unbound)] +02-27 08:25:06.626 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 112273768 (unbound)] +02-27 08:25:06.626 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 22208771 (unbound)] +02-27 08:25:06.626 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 23352781 (unbound)] +02-27 08:25:06.626 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 225280457 (unbound)] +02-27 08:25:06.626 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 246064375 (unbound)] +02-27 08:25:06.626 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 183873380 (unbound)] +02-27 08:25:06.626 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 41714049 (unbound)] +02-27 08:25:06.626 322 322 D Zygote : Forked child process 22463 +02-27 08:25:06.639 505 555 I ActivityManager: Start proc 22463:com.google.android.tvlauncher/u0a48 for top-activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:25:06.716 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10049; state: DISABLED +02-27 08:25:06.716 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10049; state: DISABLED +02-27 08:25:06.716 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10049; state: DISABLED +02-27 08:25:06.722 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10049; state: ENABLED +02-27 08:25:06.722 505 554 W ActivityManager: Slow operation: 52ms so far, now at startProcess: done starting proc! +02-27 08:25:06.733 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10049; state: ENABLED +02-27 08:25:06.740 505 542 W Looper : Slow dispatch took 376ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:25:06.750 505 22458 I ActivityManager: Dumping to /data/anr/anr_2026-02-27-08-25-06-737 +02-27 08:25:06.750 505 22458 I ActivityManager: Collecting stacks for pid 22373 +02-27 08:25:06.754 322 322 D Zygote : Forked child process 22464 +02-27 08:25:06.755 505 555 I ActivityManager: Start proc 22464:com.google.android.tv.remote.service/u0a49 for service {com.google.android.tv.remote.service/com.google.android.tv.remote.service.RemoteService} +02-27 08:25:06.780 22281 22281 W apps.mediashell: type=1400 audit(0.0:2058): avc: denied { read } for name="u:object_r:wifi_config_prop:s0" dev="tmpfs" ino=281 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:wifi_config_prop:s0 tclass=file permissive=0 app=com.google.android.apps.mediashell +02-27 08:25:06.774 505 514 I system_server: Background concurrent copying GC freed 3412181(85MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 16MB/33MB, paused 26.439ms,27.566ms total 1.560s +02-27 08:25:06.781 22281 22281 I chromium: [22281:22281:INFO:locale_manager.cc(629)] New country code: US +02-27 08:25:06.783 22281 22281 W libc : Access denied finding property "ro.boot.wificountrycode" +02-27 08:25:06.783 22281 22281 W libc : Access denied finding property "ro.boot.wificountrycode" +02-27 08:25:06.783 22281 22281 I chromium: [22281:22281:INFO:setup_manager_impl.cc(764)] Initial activation date cached value: +02-27 08:25:06.784 22281 22281 I chromium: [22281:22281:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/google.internal.home.foyer.v1.resources.IsDeviceReadyRequest +02-27 08:25:06.784 22281 22281 I chromium: [22281:22281:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/home.cloud.biz.EnterWeavePairingModeRequest +02-27 08:25:06.780 22281 22281 W apps.mediashell: type=1400 audit(0.0:2059): avc: denied { read } for name="u:object_r:wifi_config_prop:s0" dev="tmpfs" ino=281 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:wifi_config_prop:s0 tclass=file permissive=0 app=com.google.android.apps.mediashell +02-27 08:25:06.785 505 505 W Looper : Slow dispatch took 129ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$CancelNotificationRunnable@3468661 m=0 +02-27 08:25:06.788 22281 22345 I chromium: [22281:22345:INFO:metrics_recorder.cc(188)] cast event: Cast.CRL.Restored +02-27 08:25:06.805 22281 22281 I chromium: [22281:22281:INFO:api_reboot_idle_checker.cc(104)] active_activities count=1 +02-27 08:25:06.806 22281 22281 I chromium: [22281:22281:INFO:setup_api_registry.cc(188)] Register external API: reboot +02-27 08:25:06.832 505 22458 I system_server: libdebuggerd_client: started dumping process 22373 +02-27 08:25:06.838 22281 22336 W chromium: [22281:22336:WARNING:backlight_mitigator.cc(110)] Could not write to clamping control file +02-27 08:25:06.851 235 235 I tombstoned: registered intercept for pid 22373 and type kDebuggerdJavaBacktrace +02-27 08:25:06.852 22373 22381 I gle.android.gm: Thread[6,tid=22381,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0916f0,peer=0x12e008f0,"Signal Catcher"]: reacting to signal 3 +02-27 08:25:06.852 22373 22381 I gle.android.gm: +02-27 08:25:06.890 22373 22381 W gle.android.gm: Suspending all threads took: 8.363ms +02-27 08:25:06.925 22281 22281 W chromium: [22281:22281:WARNING:cast_crypto_keys_openssl_shlib.cc(70)] No valid ESN read. +02-27 08:25:06.925 22281 22281 W chromium: [22281:22281:WARNING:cast_crypto_keys_openssl_shlib.cc(83)] Invalid or no DKE value read. +02-27 08:25:06.925 22281 22281 W chromium: [22281:22281:WARNING:cast_crypto_keys_openssl_shlib.cc(95)] Invalid or no DKH value read. +02-27 08:25:06.925 22281 22281 W chromium: [22281:22281:WARNING:cast_crypto_keys_openssl_shlib.cc(151)] Invalid or no DKW value read/computed. +02-27 08:25:06.925 22281 22281 I chromium: [22281:22281:INFO:persistent_logging_dummy.cc(11)] Persistent logging is disabled. +02-27 08:25:07.029 505 505 W Looper : Slow dispatch took 133ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$NotificationListeners$$ExternalSyntheticLambda9@1fef586 m=0 +02-27 08:25:07.042 22281 22462 I chromium: [22281:22462:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.assistant +02-27 08:25:07.042 22281 22281 I chromium: [22281:22281:INFO:robot_account_auth_manager.cc(289)] No backend type specified. Getting COS URL based on the build type instead. +02-27 08:25:07.042 22281 22281 I chromium: [22281:22281:INFO:robot_account_auth_manager.cc(306)] Auth url: https://clients3.google.com/cast/orchestration/googleoauthtoken?rt=b +02-27 08:25:07.042 22281 22281 W chromium: [22281:22281:WARNING:robot_account_auth_manager.cc(448)] Failed to initialize JWT for 38579375 +02-27 08:25:07.126 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:07.126 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:07.126 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:07.126 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:07.126 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:07.126 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:07.126 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:07.126 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:07.126 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:07.126 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:07.126 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:07.126 22281 22336 I chromium: [22281:22336:INFO:net_util_impl.cc(511)] IP address: [REDACTED] MAC address: [REDACTED] +02-27 08:25:07.126 22281 22336 I chromium: [22281:22336:INFO:local_network_info_impl.cc(345)] LNID changed: +02-27 08:25:07.160 22281 22281 I chromium: [22281:22281:INFO:queryable_data_registrar.cc(52)] Registering queryable data for managed mode as: 0 +02-27 08:25:07.161 22281 22281 I chromium: [22281:22281:INFO:queryable_data_registrar.cc(59)] Registering enable_hls_sample_aes=1 +02-27 08:25:07.161 22281 22281 I chromium: [22281:22281:INFO:queryable_data_registrar.cc(64)] Registering hls_sample_aes_init_segment +02-27 08:25:07.180 22281 22281 I chromium: [22281:22281:INFO:queryable_data_registrar.cc(70)] Registering visual-punt-on-platform-supported +02-27 08:25:07.252 22281 22438 I chromium: [22281:22438:INFO:local_network_info_impl.cc(435)] LNID_W changed: +02-27 08:25:07.294 22464 22464 E .remote.servic: Not starting debugger since process cannot load the jdwp agent. +02-27 08:25:07.355 22463 22463 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:25:07.528 22315 22490 I JapaneseMozcExtension: JapaneseMozcExtension.onCreateServiceInternal():78 onCreateServiceInternal() +02-27 08:25:07.529 22315 22495 I NetworkInfoNotification: NetworkInfoNotification$Listener.onReceive():93 onNetworkAvailable: networkState = NON_METERED, isAirplaneModeOn = false +02-27 08:25:07.548 505 505 W Looper : Drained +02-27 08:25:07.557 22301 22313 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:25:07.557 22301 22313 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:25:07.562 22464 22464 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10049; state: ENABLED +02-27 08:25:07.563 22281 22281 E ActivityThread: Failed to find provider info for com.google.android.tvsetup.app.machine.services.castsetup.castsetupinfo.CastInfoProvider +02-27 08:25:07.591 22281 22281 E cr_ClientAuthCredsFactoryProvisioned: Cannot get device credentials +02-27 08:25:07.591 22281 22281 I cr_ClientAuthCredsProvisioning: Can't get device creds. Loading Widevine creds +02-27 08:25:07.635 22281 22281 E chromium: [22281:22281:ERROR:jni_client_auth_creds_mediadrm.cc(292)] certs_ref is null +02-27 08:25:07.635 22281 22281 E chromium: [22281:22281:ERROR:client_auth_creds.cc(232)] Empty certs string. +02-27 08:25:07.635 22281 22281 E chromium: [22281:22281:ERROR:client_auth_signer.cc(160)] Failed to get key and cert from ClientAuthCreds. +02-27 08:25:07.636 22281 22281 W chromium: [22281:22281:WARNING:client_auth_manager.cc(125)] Certificate is empty. Do not store. +02-27 08:25:07.636 22281 22281 I chromium: [22281:22281:INFO:audio_focus_manager_impl.cc(27)] use_media_starting_block: 1 +02-27 08:25:07.662 505 2796 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:25:07.662 505 2796 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:25:07.662 505 2796 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:25:07.662 505 2796 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:25:07.662 505 2796 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:25:07.662 505 2796 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:25:07.662 505 2796 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:25:07.662 505 2796 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:25:07.662 505 2796 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:25:07.662 505 2796 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:25:07.665 505 2796 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:25:07.665 505 2796 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:25:07.665 505 2796 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:25:07.665 505 2796 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:25:07.665 505 2796 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:25:07.665 505 2796 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:25:07.665 505 2796 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:25:07.665 505 2796 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:25:07.665 505 2796 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:25:07.665 505 2796 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:25:07.666 505 2796 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10048; state: DISABLED +02-27 08:25:07.666 505 2796 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10048; state: DISABLED +02-27 08:25:07.667 505 2796 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10048; state: DISABLED +02-27 08:25:07.670 22281 22281 I chromium: [22281:22281:INFO:chromecast_mojo_service.cc(146)] Registering 'chromecast' services. +02-27 08:25:07.681 505 2796 W ActivityManager: Slow operation: 104ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:25:07.697 22463 22463 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:25:07.716 22281 22347 I chromium: [22281:22347:INFO:external_mojo_broker.cc(236)] Register service chromecast +02-27 08:25:07.725 22373 22373 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:25:07.738 505 514 I system_server: Background young concurrent copying GC freed 782869(19MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 16MB/33MB, paused 11.785ms,3.031ms total 182.535ms +02-27 08:25:07.752 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:25:07.775 22281 22281 I chromium: [22281:22281:INFO:cast_metrics_service_client.cc(94)] Metrics client ID set: 01f19afc-6d86-4c08-99b8-ec196311c394 +02-27 08:25:07.775 22281 22281 I chromium: [22281:22281:INFO:device_info_impl.cc(933)] Metrics client ID: 01f19afc-6d86-4c08-99b8-ec196311c394 +02-27 08:25:07.799 22281 22281 I chromium: [22281:22281:INFO:metrics_stat_logger.cc(55)] Metrics stat for the past 60 secs : total=1 +02-27 08:25:07.799 22281 22281 I chromium: [metrics_stat_logger] Cast.Platform.UnexpectedExit=1 +02-27 08:25:07.808 22281 22281 I chromium: [22281:22281:INFO:cast_receiver_impl.cc(774)] Cast receiver started. +02-27 08:25:07.810 22281 22281 W chromium: [22281:22281:WARNING:cast_receiver_impl.cc(1079)] Network is not globally connected. Don't schedule config downloading yet. +02-27 08:25:07.821 22281 22461 I chromium: [22281:22461:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:25:07.821 22281 22461 I chromium: [22281:22461:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:25:07.822 22281 22281 I chromium: [22281:22281:INFO:ccs_manager_impl.cc(706)] Starting cloud ipc activity with CCS +02-27 08:25:07.822 22281 22281 I chromium: [22281:22281:INFO:ccs_manager_impl.cc(1417)] CcsManagerImpl opt_in.cloud_ipc pref changed: 1 +02-27 08:25:07.822 22281 22281 I chromium: [22281:22281:INFO:ccs_manager_impl.cc(1453)] Waiting for all transports to be enabled +02-27 08:25:07.874 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:25:07.874 505 505 W Looper : Slow dispatch took 194ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$PostNotificationRunnable@334e36a m=0 +02-27 08:25:07.885 235 235 I tombstoned: received crash request for pid 22373 +02-27 08:25:07.885 235 235 I tombstoned: found intercept fd 512 for pid 22373 and type kDebuggerdJavaBacktrace +02-27 08:25:07.886 235 235 W tombstoned: missing output fd +02-27 08:25:07.886 505 22458 I system_server: libdebuggerd_client: done dumping process 22373 +02-27 08:25:07.887 22373 22381 I gle.android.gm: Wrote stack traces to tombstoned +02-27 08:25:07.889 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:25:07.900 22281 22462 E chromium: [22281:22462:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 08:25:07.900 22281 22281 I chromium: [22281:22281:INFO:grpc_manager_impl.cc(384)] GRPC[uri=[::]:0]: Registered service chromecast.LocalCloudcastService +02-27 08:25:07.901 22281 22462 I chromium: [22281:22462:INFO:v2_ssl_socket.cc(772)] IPv6 socket probably supports both IPv4 and IPv6 +02-27 08:25:07.903 22281 22461 I chromium: [22281:22461:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.SocketCreated +02-27 08:25:07.903 22281 22461 I chromium: [22281:22461:INFO:mdns_app_filter.cc(1440)] Created mDNS socket for interface:name=wlan0, address=10.0.2.16, index=16 +02-27 08:25:07.903 22281 22281 I chromium: [22281:22281:INFO:grpc_manager_impl.cc(406)] GRPC[uri=[::]:0]: Registered a handler ExecuteActionScript for service chromecast.LocalCloudcastService +02-27 08:25:07.910 22281 22461 I chromium: [22281:22461:INFO:mdns_app_filter.cc(1135)] MdnsAppFilter is starting. +02-27 08:25:07.910 22281 22461 I chromium: [22281:22461:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.ResponderStarted +02-27 08:25:07.910 22281 22281 I chromium: [22281:22281:INFO:grpc_manager_impl.cc(406)] GRPC[uri=[::]:0]: Registered a handler ObserveDeviceStatus for service chromecast.LocalCloudcastService +02-27 08:25:07.910 22281 22281 I chromium: [22281:22281:INFO:grpc_manager_impl.cc(406)] GRPC[uri=[::]:0]: Registered a handler GetDeviceStatus for service chromecast.LocalCloudcastService +02-27 08:25:07.910 22281 22281 I chromium: [22281:22281:INFO:grpc_manager_impl.cc(452)] GRPC[uri=[::]:0]: Proceeding to try to start server. +02-27 08:25:07.916 22315 22315 I DeviceStatusMonitor: DeviceStatusMonitor$1.onReceive():58 onReceive() : Action = android.net.conn.CONNECTIVITY_CHANGE +02-27 08:25:07.922 22315 22315 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = false +02-27 08:25:07.922 22281 22281 I chromium: [22281:22281:INFO:grpc_manager_impl.cc(509)] GRPC[uri=[::]:0]: Grpc server started in port 35395 +02-27 08:25:07.922 22281 22281 I chromium: [22281:22281:INFO:ccs_manager_impl.cc(1453)] Waiting for all transports to be enabled +02-27 08:25:07.922 22281 22281 I chromium: [22281:22281:INFO:ccs_transport_gcm.cc(94)] Deferring GCM registration until connectivity is up +02-27 08:25:07.931 22281 22281 I chromium: [22281:22281:INFO:cast_receiver_impl.cc(881)] Cast receiver resumed. +02-27 08:25:07.931 22281 22281 W chromium: [22281:22281:WARNING:cast_receiver_impl.cc(1091)] Network is not globally connected. Don't schedule CRL downloading yet. +02-27 08:25:07.940 22281 22281 I chromium: [22281:22281:INFO:cast_web_service.cc(193)] Added session: b8cfde1e-dbc0-4884-b537-2fee6aa5a68d +02-27 08:25:07.940 22281 22281 I chromium: [22281:22281:INFO:application_identification_settings.cc(422)] new ApplicationIdentificationSettings session_id: b8cfde1e-dbc0-4884-b537-2fee6aa5a68d app_id: E8C28D3C universal_app_id: E8C28D3C flags: 23 headers: 2047 +02-27 08:25:07.941 22281 22459 E chromium: [22281:22459:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 08:25:07.945 22281 22462 I chromium: [22281:22462:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.setup +02-27 08:25:07.979 22281 22281 I chromium: [22281:22281:INFO:chromecast_service_base.cc(396)] Network is disconnected, reconnecting Wifi. +02-27 08:25:07.980 22281 22459 I chromium: [22281:22459:INFO:cast_web_server.cc(200)] Http server for Cast receiver started: port=8008 +02-27 08:25:07.988 22281 22281 I chromium: [22281:22281:INFO:chromecast_service.cc(1414)] Initial error code: 0 +02-27 08:25:07.988 22281 22281 I chromium: [22281:22281:INFO:chromecast_service.cc(1426)] Non-assistant device, start idle screen now. +02-27 08:25:08.028 22281 22438 I chromium: [22281:22438:INFO:setup_manager_impl.cc(1039)] Setup discoverability is enabled +02-27 08:25:08.028 22281 22438 W libc : Access denied finding property "ro.odm.cast.ssid_suffix" +02-27 08:25:08.028 22281 22438 I chromium: [22281:22438:INFO:hotspot_manager.cc(156)] Start: id=1 SSID=[REDACTED] hidden=0 +02-27 08:25:08.029 22281 22460 E chromium: [22281:22460:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 08:25:08.029 22281 22460 I chromium: [22281:22460:INFO:cast_web_server.cc(200)] Http server for Cast receiver started: port=8443 +02-27 08:25:08.041 22281 22345 I chromium: [22281:22345:INFO:hotspot_manager.cc(206)] Starting request id=1 ssid=[REDACTED] hidden=0 +02-27 08:25:08.042 505 22458 I ActivityManager: Done dumping +02-27 08:25:08.043 505 22458 E ActivityManager: ANR in com.google.android.gms +02-27 08:25:08.043 505 22458 E ActivityManager: PID: 22373 +02-27 08:25:08.043 505 22458 E ActivityManager: Reason: executing service com.google.android.gms/.chimera.GmsBoundBrokerService +02-27 08:25:08.043 505 22458 E ActivityManager: Frozen: false +02-27 08:25:08.043 505 22458 E ActivityManager: Load: 0.0 / 0.0 / 0.0 +02-27 08:25:08.043 505 22458 E ActivityManager: ----- Output from /proc/pressure/memory ----- +02-27 08:25:08.043 505 22458 E ActivityManager: some avg10=20.61 avg60=15.44 avg300=12.09 total=316117516 +02-27 08:25:08.043 505 22458 E ActivityManager: full avg10=4.38 avg60=2.80 avg300=2.53 total=78959164 +02-27 08:25:08.043 505 22458 E ActivityManager: ----- End output from /proc/pressure/memory ----- +02-27 08:25:08.043 505 22458 E ActivityManager: +02-27 08:25:08.043 505 22458 E ActivityManager: CPU usage from 42692ms to 0ms ago (2026-02-27 08:24:22.875 to 2026-02-27 08:25:05.578): +02-27 08:25:08.043 505 22458 E ActivityManager: 74% 505/system_server: 40% user + 33% kernel / faults: 126536 minor 3182 major +02-27 08:25:08.043 505 22458 E ActivityManager: 31% 360/surfaceflinger: 5.1% user + 26% kernel / faults: 5795 minor 126 major +02-27 08:25:08.043 505 22458 E ActivityManager: 17% 338/android.hardware.graphics.composer@2.3-service: 1.3% user + 15% kernel / faults: 2042 minor 55 major +02-27 08:25:08.043 505 22458 E ActivityManager: 16% 22281/com.google.android.apps.mediashell: 2.2% user + 14% kernel / faults: 26388 minor 2519 major +02-27 08:25:08.043 505 22458 E ActivityManager: 7.7% 116/kswapd0: 0% user + 7.7% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 5.6% 263/loop14: 0% user + 5.6% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 2.8% 12/ksoftirqd/0: 0% user + 2.8% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 1.7% 45/kcompactd0: 0% user + 1.7% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 1.4% 13/rcu_preempt: 0% user + 1.4% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 1.4% 181/logd: 0.1% user + 1.3% kernel / faults: 179 minor 17 major +02-27 08:25:08.043 505 22458 E ActivityManager: 1.4% 896/com.android.networkstack.process: 0.3% user + 1% kernel / faults: 2420 minor 114 major +02-27 08:25:08.043 505 22458 E ActivityManager: 1.1% 244/loop5: 0% user + 1.1% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 1% 182/lmkd: 0.2% user + 0.7% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0.8% 185/psimon: 0% user + 0.8% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0.7% 770/com.android.systemui: 0.2% user + 0.5% kernel / faults: 1058 minor 47 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0.7% 321/netd: 0% user + 0.6% kernel / faults: 396 minor 64 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0.1% 948/com.android.se: 0% user + 0% kernel / faults: 843 minor 64 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0.7% 20937/com.android.bluetooth: 0% user + 0.7% kernel / faults: 936 minor 169 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0.6% 353/android.hardware.power-service.example: 0% user + 0.5% kernel / faults: 552 minor 27 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0.5% 243/loop4: 0% user + 0.5% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0.5% 347/android.hardware.sensors@2.1-service.multihal: 0% user + 0.4% kernel / faults: 511 minor 13 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0.4% 229/jbd2/dm-4-8: 0% user + 0.4% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0.4% 21141/kworker/2:1-events: 0% user + 0.4% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0.4% 20587/kworker/u9:3-blk_crypto_wq: 0% user + 0.4% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 1242/com.google.android.providers.media.module: 0% user + 0% kernel / faults: 433 minor 33 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0.4% 21106/kworker/1:1-events: 0% user + 0.4% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0.4% 437/android.hardware.biometrics.fingerprint@2.1-service: 0% user + 0.3% kernel / faults: 40 minor 4 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0.3% 852/android.hardware.gnss@2.0-service.ranchu: 0% user + 0.3% kernel / faults: 120 minor 1 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0.3% 21274/com.android.providers.tv: 0% user + 0.2% kernel / faults: 334 minor 70 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0.3% 130/sugov:1: 0% user + 0.3% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0.3% 500/kworker/u9:2-blk_crypto_wq: 0% user + 0.3% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0.2% 22280/kworker/u8:0-phy0: 0% user + 0.2% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0.2% 350/android.hardware.wifi@1.0-service: 0% user + 0.2% kernel / faults: 693 minor 69 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0.2% 20268/kworker/0:0-events: 0% user + 0.2% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0.2% 132/sugov:3: 0% user + 0.2% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0.2% 138/kworker/0:1H-kblockd: 0% user + 0.2% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0.2% 255/loop10: 0% user + 0.2% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0.2% 751/wpa_supplicant: 0% user + 0.2% kernel / faults: 109 minor 38 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0.1% 248/loop7: 0% user + 0.1% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0.1% 271/loop18: 0% user + 0.1% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 279/loop22: 0% user + 0% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0.1% 131/sugov:2: 0% user + 0.1% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0.1% 259/loop12: 0% user + 0.1% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0.1% 320/statsd: 0% user + 0.1% kernel / faults: 321 minor 37 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0.1% 19702/kworker/3:2-events: 0% user + 0.1% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0.1% 20161/audioserver: 0% user + 0.1% kernel / faults: 336 minor 36 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0.1% 43/oom_reaper: 0% user + 0.1% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0.1% 129/sugov:0: 0% user + 0.1% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0.1% 183/servicemanager: 0% user + 0% kernel / faults: 380 minor 19 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0.1% 322/zygote64: 0% user + 0.1% kernel / faults: 536 minor 12 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0.1% 421/wificond: 0% user + 0.1% kernel / faults: 383 minor 20 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 21/ksoftirqd/1: 0% user + 0% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 95/kworker/3:1H-kblockd: 0% user + 0% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 161/ueventd: 0% user + 0% kernel / faults: 7 minor 20 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 272/loop19: 0% user + 0% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 20811/com.google.android.tvrecommendations: 0% user + 0% kernel / faults: 291 minor 27 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 144/kworker/1:1H-kblockd: 0% user + 0% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 145/kworker/2:1H-kblockd: 0% user + 0% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 17530/kworker/u8:1-phy0: 0% user + 0% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 22007/mdnsd: 0% user + 0% kernel / faults: 3 minor 10 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 2/kthreadd: 0% user + 0% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 31/migration/3: 0% user + 0% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 190/vold: 0% user + 0% kernel / faults: 22 minor 9 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 197/android.system.suspend@1.0-service: 0% user + 0% kernel / faults: 28 minor 5 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 266/loop16: 0% user + 0% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 339/android.hardware.health@2.1-service: 0% user + 0% kernel / faults: 120 minor 13 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 410/bt_vhci_forwarder: 0% user + 0% kernel / faults: 7 minor 1 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 420/storaged: 0% user + 0% kernel / faults: 77 minor 11 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 1265/com.android.emulator.multidisplay: 0% user + 0% kernel / faults: 609 minor 6 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 9196/kworker/u9:4-blk_crypto_wq: 0% user + 0% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 25/migration/2: 0% user + 0% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 27/ksoftirqd/2: 0% user + 0% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 33/ksoftirqd/3: 0% user + 0% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 184/hwservicemanager: 0% user + 0% kernel / faults: 161 minor 14 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 189/qemu-props: 0% user + 0% kernel / faults: 1 minor 1 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 198/keystore2: 0% user + 0% kernel / faults: 12 minor +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 256/loop11: 0% user + 0% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 268/loop17: 0% user + 0% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 284/loop25: 0% user + 0% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 287/loop26: 0% user + 0% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 329/android.hardware.bluetooth@1.1-service.btlinux: 0% user + 0% kernel / faults: 86 minor 9 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 408/traced: 0% user + 0% kernel / faults: 120 minor 8 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 411/cameraserver: 0% user + 0% kernel / faults: 72 minor 3 major +02-27 08:25:08.043 505 22458 E ActivityManager: 0% 417/mediaserver: 0% user + 0% kernel / faults: 59 minor 6 major +02-27 08:25:08.043 505 22458 E ActivityManager: +0% 22301/com.google.android.gms.persistent: 0% user + 0% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: +0% 22315/com.google.android.inputmethod.latin: 0% user + 0% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: +0% 22342/com.google.process.gservices: 0% user + 0% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: +0% 22373/com.google.android.gms: 0% user + 0% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: +0% 22437/kworker/0:1-events: 0% user + 0% kernel +02-27 08:25:08.043 505 22458 E ActivityManager: 84% TOTAL: 11% user + 29% kernel + 12% iowait + 22% irq + 8.8% softirq +02-27 08:25:08.043 505 22458 E ActivityManager: CPU usage from 2382343ms to 2382343ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake: +02-27 08:25:08.043 505 22458 E ActivityManager: 0% TOTAL: 0% user + 0% kernel +02-27 08:25:08.044 505 22458 I ActivityManager: Killing 22373:com.google.android.gms/u0a57 (adj 0): bg anr +02-27 08:25:08.045 505 22458 D ActivityManager: Completed ANR of com.google.android.gms in 3021ms, latency 5009ms +02-27 08:25:08.046 505 22504 I DropBoxManagerService: add tag=system_app_anr isTagEnabled=true flags=0x6 +02-27 08:25:08.058 22315 22315 I UrgentSignalsProcessor: UrgentSignalsProcessor.flagUpdated():97 Received flagsUpdated for urgent signal +02-27 08:25:08.079 22463 22463 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:25:08.093 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 22373 in 47ms +02-27 08:25:08.094 22315 22315 I DictionarySuperpacksManager: DictionarySuperpacksManager$1.onEnabledInputMethodEntriesChanged():60 onEnabledInputMethodEntriesChanged +02-27 08:25:08.094 22315 22315 I MetricsProcessorProviderManager: MetricsProcessorProviderManager.onClearcutAdapterReady():102 onClearcutAdapterReady +02-27 08:25:08.098 505 505 W Looper : Slow dispatch took 177ms main h=com.android.internal.os.HandlerCaller$MyHandler c=null m=7000 +02-27 08:25:08.104 505 1395 D ConnectivityService: requestNetwork for uid/pid:10054/22281 activeRequest: null callbackRequest: 288 [NetworkRequest [ REQUEST id=289, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ]] callback flags: 0 priority: 2147483647 +02-27 08:25:08.121 505 709 D ConnectivityService: NetReassign [289 : null → 101] +02-27 08:25:08.141 322 322 I Zygote : Process 22373 exited due to signal 9 (Killed) +02-27 08:25:08.146 22464 22464 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AtvRemoteService/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:25:08.148 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=289, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] +02-27 08:25:08.148 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=289, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] +02-27 08:25:08.148 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=289, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] +02-27 08:25:08.158 22301 22301 I GmsApplication: Registering the BackgroundBroadcastReceiverSupport receiver. +02-27 08:25:08.161 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:25:08.220 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:25:08.221 505 830 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsBoundBrokerService in 1000ms for connection +02-27 08:25:08.226 505 830 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13427} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (0 skipped) +02-27 08:25:08.231 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:25:08.285 505 830 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:25:08.285 505 830 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:25:08.285 505 830 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:25:08.285 505 830 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:25:08.292 22315 22315 I KeyboardDefManager: KeyboardDefManager$LoadKeyboardDefTask$1.onFailure():184 Task to load keyboard def was canceled. +02-27 08:25:08.292 22315 22315 I KeyboardDefManager: java.util.concurrent.CancellationException: Task was cancelled. +02-27 08:25:08.292 22315 22315 I KeyboardDefManager: at jke.s(PG:3) +02-27 08:25:08.292 22315 22315 I KeyboardDefManager: at jke.get(PG:4) +02-27 08:25:08.292 22315 22315 I KeyboardDefManager: at job.k(PG:1) +02-27 08:25:08.292 22315 22315 I KeyboardDefManager: at job.E(PG:2) +02-27 08:25:08.292 22315 22315 I KeyboardDefManager: at jma.run(PG:4) +02-27 08:25:08.292 22315 22315 I KeyboardDefManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:25:08.292 22315 22315 I KeyboardDefManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:25:08.292 22315 22315 I KeyboardDefManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:25:08.292 22315 22315 I KeyboardDefManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:25:08.292 22315 22315 I KeyboardDefManager: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:25:08.292 22315 22315 I KeyboardDefManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:25:08.292 22315 22315 I KeyboardDefManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:25:08.292 22315 22315 I KeyboardDefManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:25:08.293 22315 22315 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 10 +02-27 08:25:08.294 22315 22315 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 10 +02-27 08:25:08.323 22463 22463 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:25:08.323 22463 22463 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:25:08.326 22301 22301 I GmsReceiverSupport: Registered Receiver for 14+1 IntentFilters +02-27 08:25:08.345 22315 22416 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:25:08.360 22464 22464 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tv.remote.service' set to: 'default' +02-27 08:25:08.360 22464 22464 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:25:08.369 22463 22463 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:25:08.369 22463 22463 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:25:08.371 22464 22464 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:25:08.371 22464 22464 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:25:08.372 22281 22281 I cr_MdnsOffloadClientImpl: No offload service found +02-27 08:25:08.373 505 555 W ActivityManager: Slow operation: 89ms so far, now at startProcess: asking zygote to start proc +02-27 08:25:08.374 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:25:08.389 22281 22281 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:113] Started +02-27 08:25:08.412 22301 22509 I Watchcat: Started +02-27 08:25:08.450 322 322 D Zygote : Forked child process 22513 +02-27 08:25:08.455 505 555 W ActivityManager: Slow operation: 171ms so far, now at startProcess: returned from zygote! +02-27 08:25:08.465 22315 22416 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:25:08.473 505 555 W ActivityManager: Slow operation: 188ms so far, now at startProcess: done updating battery stats +02-27 08:25:08.473 505 555 W ActivityManager: Slow operation: 189ms so far, now at startProcess: building log message +02-27 08:25:08.473 505 555 I ActivityManager: Start proc 22513:com.google.android.gms/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.GmsBoundBrokerService} +02-27 08:25:08.473 505 555 W ActivityManager: Slow operation: 189ms so far, now at startProcess: starting to update pids map +02-27 08:25:08.473 505 555 W ActivityManager: Slow operation: 189ms so far, now at startProcess: done updating pids map +02-27 08:25:08.536 22301 22301 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:25:08.536 22281 22500 I DrmHal : found instance=clearkey version=android.hardware.drm@1.4::IDrmFactory +02-27 08:25:08.536 22281 22500 I DrmHal : found instance=default version=android.hardware.drm@1.0::IDrmFactory +02-27 08:25:08.537 22301 22510 I GMS_MM_Logger: Started. +02-27 08:25:08.566 22513 22513 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. +02-27 08:25:08.615 22281 22281 I chromium: [22281:22281:INFO:device_info_impl.cc(1061)] Primary netif changed: new=wlan0, old= +02-27 08:25:08.615 22281 22281 I chromium: [22281:22281:INFO:device_info_impl.cc(1070)] Primary IP address changed: netif=wlan0, new=10.0.2.16, old= +02-27 08:25:08.618 22281 22347 I chromium: [22281:22347:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.FeatureService +02-27 08:25:08.618 22281 22347 I chromium: [22281:22347:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 08:25:08.645 22281 22281 I chromium: [22281:22281:INFO:grpc_completion_queue_wrapper.cc(13)] CQ is destroyed: id=0 +02-27 08:25:08.725 505 541 W ActivityManager: Slow operation: 87ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:25:08.725 22281 22500 E DrmHal : uuid=[edef8ba979d64ace a3c827dcd51d21ed] No supported hal instance found +02-27 08:25:08.725 505 541 W ActivityManager: Slow operation: 88ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:25:08.725 505 541 W ActivityManager: Slow operation: 88ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:25:08.726 505 541 W ActivityManager: Slow operation: 88ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:25:09.755 22281 22281 I chromium: [22281:22281:INFO:metrics_recorder.cc(188)] cast event: Cast.System.Timezone.ChangeSuccessful +02-27 08:25:09.756 505 541 W ActivityManager: Slow operation: 1114ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:25:09.978 22513 22513 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:25:10.228 22281 22500 E cr_ClientAuthRawSigner: Widevine UUID unsupported. +02-27 08:25:10.228 22281 22500 E cr_ClientAuthRawSigner: android.media.UnsupportedSchemeException: Failed to instantiate drm object: NO_INIT +02-27 08:25:10.228 22281 22500 E cr_ClientAuthRawSigner: ============================== Beginning of DRM Plugin Log ============================== +02-27 08:25:10.228 22281 22500 E cr_ClientAuthRawSigner: 02-27 08:25:08.536 I found instance=clearkey version=android.hardware.drm@1.4::IDrmFactory +02-27 08:25:10.228 22281 22500 E cr_ClientAuthRawSigner: 02-27 08:25:08.536 I found instance=default version=android.hardware.drm@1.0::IDrmFactory +02-27 08:25:10.228 22281 22500 E cr_ClientAuthRawSigner: 02-27 08:25:08.725 E uuid=[edef8ba979d64ace a3c827dcd51d21ed] No supported hal instance found +02-27 08:25:10.228 22281 22500 E cr_ClientAuthRawSigner: ============================== End of DRM Plugin Log ============================== +02-27 08:25:10.228 22281 22500 E cr_ClientAuthRawSigner: at android.media.MediaDrm.native_setup(Native Method) +02-27 08:25:10.228 22281 22500 E cr_ClientAuthRawSigner: at android.media.MediaDrm.(MediaDrm.java:293) +02-27 08:25:10.228 22281 22500 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthRawSigner.(ClientAuthRawSigner.java:32) +02-27 08:25:10.228 22281 22500 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthRawSigner.isProvisioned(ClientAuthRawSigner.java:83) +02-27 08:25:10.228 22281 22500 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthCredsWidevine.ensurePreProvisioned(ClientAuthCredsWidevine.java:233) +02-27 08:25:10.228 22281 22500 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthCredsWidevine.provisionCredsSync(ClientAuthCredsWidevine.java:186) +02-27 08:25:10.228 22281 22500 E cr_ClientAuthRawSigner: at com.google.android.apps.mediashell.ClientAuthCredsProvisioning.attemptCredsProvisioning(ClientAuthCredsProvisioning.java:88) +02-27 08:25:10.228 22281 22500 E cr_ClientAuthRawSigner: at com.google.android.apps.mediashell.ClientAuthCredsProvisioning.access$000(ClientAuthCredsProvisioning.java:32) +02-27 08:25:10.228 22281 22500 E cr_ClientAuthRawSigner: at com.google.android.apps.mediashell.ClientAuthCredsProvisioning$1.run(ClientAuthCredsProvisioning.java:53) +02-27 08:25:10.228 22281 22500 E cr_ClientAuthRawSigner: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) +02-27 08:25:10.228 22281 22500 E cr_ClientAuthRawSigner: at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:25:10.228 22281 22500 E cr_ClientAuthRawSigner: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) +02-27 08:25:10.228 22281 22500 E cr_ClientAuthRawSigner: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:25:10.228 22281 22500 E cr_ClientAuthRawSigner: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:25:10.228 22281 22500 E cr_ClientAuthRawSigner: at java.lang.Thread.run(Thread.java:920) +02-27 08:25:10.269 22281 22347 I chromium: [22281:22347:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 08:25:10.287 22281 22347 I chromium: [22281:22347:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 08:25:10.287 22281 22347 I chromium: [22281:22347:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 08:25:10.317 22281 22347 I chromium: [22281:22347:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.RemoteControlService +02-27 08:25:10.318 22281 22347 I chromium: [22281:22347:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 08:25:10.320 22464 22484 W .remote.servic: Suspending all threads took: 24.476ms +02-27 08:25:10.383 22281 22347 I chromium: [22281:22347:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 08:25:10.383 22281 22347 I chromium: [22281:22347:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 08:25:10.383 22281 22347 I chromium: [22281:22347:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 08:25:10.431 22281 22281 I chromium: [22281:22281:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 08:25:10.486 22281 22281 W chromium: [22281:22281:WARNING:secure_storage_impl.cc(115)] Device key not available yet. +02-27 08:25:10.493 505 890 W ContentProviderHelper: Slow operation: 58ms so far, now at getContentProviderImpl: getProviderByName +02-27 08:25:10.552 22281 22438 W chromium: [22281:22438:WARNING:setup_manager_impl.cc(2238)] DNS Func not supported +02-27 08:25:10.553 22281 22281 I chromium: [22281:22281:INFO:ccs_manager_impl.cc(2007)] LNID has changed; Will re-register CCS +02-27 08:25:10.553 22281 22281 I chromium: [22281:22281:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 08:25:10.553 22281 22281 I chromium: [22281:22281:INFO:cast_auth_headers.cc(227)] Clearing cached auth headers. +02-27 08:25:10.553 22281 22281 I chromium: [22281:22281:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 08:25:10.553 22281 22281 W chromium: [22281:22281:WARNING:secure_storage_impl.cc(115)] Device key not available yet. +02-27 08:25:10.553 22281 22281 I chromium: [22281:22281:INFO:virtual_device_manager.cc(312)] Virtual device [REDACTED] using Cast V2 port 8009 +02-27 08:25:10.553 22281 22461 I chromium: [22281:22461:INFO:mdns_app_filter.cc(1870)] Re-probing due to newly registered service '1': _googlecast +02-27 08:25:10.553 505 890 W ContentProviderHelper: Slow operation: 118ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:25:10.553 505 890 W ContentProviderHelper: Slow operation: 118ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:25:10.553 505 890 W ContentProviderHelper: Slow operation: 118ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:25:10.556 22281 22347 I chromium: [22281:22347:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 08:25:10.556 22281 22347 I chromium: [22281:22347:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.DisplaySettings +02-27 08:25:10.556 22281 22347 I chromium: [22281:22347:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 08:25:10.556 22281 22347 I chromium: [22281:22347:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.GeneralAudienceBrowsingAPIKeySubject +02-27 08:25:10.556 22281 22347 I chromium: [22281:22347:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 08:25:10.562 505 890 W ContentProviderHelper: Slow operation: 127ms so far, now at getContentProviderImpl: before updateLruProcess +02-27 08:25:10.562 505 890 W ContentProviderHelper: Slow operation: 127ms so far, now at getContentProviderImpl: after updateLruProcess +02-27 08:25:10.562 505 890 W ContentProviderHelper: Slow operation: 127ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:25:10.563 505 890 W ContentProviderHelper: Slow operation: 128ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:25:10.563 505 890 W ContentProviderHelper: Slow operation: 128ms so far, now at getContentProviderImpl: done! +02-27 08:25:10.565 22281 22347 I chromium: [22281:22347:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 08:25:10.565 22281 22461 W chromium: [22281:22461:WARNING:mdns_app_filter.cc(1086)] MdnsAppFilter already started. Must call Stop() first. +02-27 08:25:10.566 22281 22281 W chromium: [22281:22281:WARNING:libupnp_manager.cc(312)] No Primary Network Interface, will start UPnP server when it is established. +02-27 08:25:10.566 22281 22281 I chromium: [22281:22281:INFO:woca_client_auth.cc(136)] Use default signer +02-27 08:25:10.566 22281 22439 I chromium: [22281:22439:INFO:grpc_auth_manager_in_process.cc(215)] Initializing Auth. +02-27 08:25:10.566 22281 22439 W chromium: [22281:22439:WARNING:grpc_auth_manager_in_process.cc(220)] Device key not available yet. +02-27 08:25:10.614 22464 22484 I .remote.servic: Background young concurrent copying GC freed 13113(594KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1910KB/25MB, paused 96.588ms,230.142ms total 859.318ms +02-27 08:25:10.617 22281 22438 I chromium: [22281:22438:INFO:setup_state.cc(263)] Setup state changed: SETUP_STATE_UNKNOWN (0) -> SETUP_STATE_CHECKING_GLOBAL_CONNECTIVITY (50) +02-27 08:25:10.639 22281 22281 I chromium: [22281:22281:INFO:cast_receiver_impl.cc(1586)] mDNS Discovery stopped. +02-27 08:25:10.639 22281 22461 I chromium: [22281:22461:INFO:mdns_app_filter.cc(2019)] MdnsAppFilter is stopping +02-27 08:25:10.639 22281 22461 I chromium: [22281:22461:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.ResponderStopped +02-27 08:25:10.639 22281 22461 I chromium: [22281:22461:INFO:mdns_app_filter.cc(2026)] MdnsAppFilter is stopping; closing socket: address=10.0.2.16 +02-27 08:25:10.639 22281 22461 I chromium: [22281:22461:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.SocketDestroyed +02-27 08:25:10.640 22281 22461 I chromium: [22281:22461:INFO:mdns_app_filter.cc(3338)] Mdns cast queries recently sent: queries=1 +02-27 08:25:10.649 22281 22281 I chromium: [22281:22281:INFO:cast_receiver_impl.cc(1644)] Network is globally disconnected. Refresh CcsManager +02-27 08:25:10.665 22281 22461 I chromium: [22281:22461:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:25:10.665 22281 22461 I chromium: [22281:22461:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:25:10.666 22281 22461 I chromium: [22281:22461:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.SocketCreated +02-27 08:25:10.669 22281 22461 I chromium: [22281:22461:INFO:mdns_app_filter.cc(1440)] Created mDNS socket for interface:name=wlan0, address=10.0.2.16, index=16 +02-27 08:25:10.669 22281 22461 I chromium: [22281:22461:INFO:mdns_app_filter.cc(1135)] MdnsAppFilter is starting. +02-27 08:25:10.669 22281 22461 I chromium: [22281:22461:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.ResponderStarted +02-27 08:25:10.669 22281 22461 I chromium: [22281:22461:INFO:discovered_service_client.cc(76)] Primary interface for service discovery has changed: ifindex=16 +02-27 08:25:10.674 505 22534 I DropBoxManagerService: add tag=system_app_wtf isTagEnabled=true flags=0x2 +02-27 08:25:10.698 22281 22281 I chromium: [22281:22281:INFO:debug_endpoint_manager_grpc_client.cc(383)] gRPC client channel state changed to GRPC_CHANNEL_TRANSIENT_FAILURE +02-27 08:25:10.698 22281 22281 I chromium: [22281:22281:INFO:sensor_service.cc(89)] Sensor service binding bound +02-27 08:25:10.699 22281 22281 I chromium: [22281:22281:INFO:mdns_manager_impl.cc(299)] Successfully registered service: type=_googlecast +02-27 08:25:10.699 22281 22281 I chromium: [22281:22281:INFO:virtual_device.cc(292)] Registered mDNS service for virtual device: id=7f632b49-34bd-c56f-b953-dc3746d180ae +02-27 08:25:10.780 22281 22281 I chromium: [22281:22281:INFO:sensor_service.cc(66)] Sensor Service starting. +02-27 08:25:10.782 22281 22337 I chromium: [22281:22337:INFO:parent_tracker.cc(465)] Network is disconnected. +02-27 08:25:10.798 22281 22461 I chromium: [22281:22461:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:25:10.798 22281 22461 I chromium: [22281:22461:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:25:10.960 22281 22337 I chromium: [22281:22337:INFO:parent_tracker.cc(210)] No need to recreate socket +02-27 08:25:10.960 22281 22337 I chromium: [22281:22337:INFO:parent_tracker.cc(465)] Network is connected. +02-27 08:25:10.997 22281 22337 I chromium: [22281:22337:INFO:parent_tracker.cc(210)] No need to recreate socket +02-27 08:25:11.046 22281 22439 I chromium: [22281:22439:INFO:structure_info_from_trusted_devices.cc(381)] Automatic refetch delay changed to 7 +02-27 08:25:11.046 22281 22439 I chromium: [22281:22439:INFO:structure_info_cast.cc(78)] Usonia trusted devices flag flipped to true, but trusted devices structure info already enabled. +02-27 08:25:11.069 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:11.070 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:11.070 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:11.070 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:11.070 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:11.070 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:11.070 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:11.070 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:11.070 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:11.070 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:11.070 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:11.070 22281 22336 I chromium: [22281:22336:INFO:net_util_impl.cc(511)] IP address: [REDACTED] MAC address: [REDACTED] +02-27 08:25:11.085 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:11.085 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:11.085 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:11.085 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:11.085 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:11.085 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:11.085 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:11.085 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:11.085 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:11.085 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:11.085 22281 22336 W chromium: [22281:22336:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:25:11.085 22281 22336 I chromium: [22281:22336:INFO:net_util_impl.cc(511)] IP address: [REDACTED] MAC address: [REDACTED] +02-27 08:25:11.235 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:25:11.263 505 514 W system_server: Suspending all threads took: 6.953ms +02-27 08:25:11.285 22281 22281 D cr_NetUtil: [NetUtil.java:123] interfaceSupportsWakeOnLan(): Interface wlan0 not supported +02-27 08:25:11.401 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:25:11.415 22464 22464 I AtvRemote.Application: Application started +02-27 08:25:11.577 22513 22513 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:25:11.636 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:25:11.649 22281 22281 I chromium: [22281:22281:INFO:chromecast_service.cc(1674)] AoGH feature is: 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:25:11.650 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:25:11.651 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:25:11.651 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:25:11.651 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:25:11.651 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:25:11.651 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:25:11.651 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:25:11.651 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:25:11.651 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:25:11.652 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:25:11.653 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:25:11.683 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:25:11.683 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:25:11.684 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:25:11.684 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:25:11.684 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:25:11.684 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:25:11.684 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:25:11.684 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:25:11.684 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:25:11.684 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:25:11.686 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:25:11.686 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:25:11.686 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:25:11.686 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:25:11.686 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:25:11.686 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:25:11.686 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:25:11.686 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:25:11.686 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:25:11.686 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:25:11.686 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:25:11.686 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:25:11.686 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:25:11.686 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:25:11.686 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:25:11.686 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:25:11.686 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:25:11.686 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:25:11.686 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:25:11.686 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:25:11.686 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:25:11.686 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:25:11.687 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(165)] Presence settings is: 0 +02-27 08:25:11.689 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:25:11.689 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:25:11.689 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:25:11.689 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:25:11.689 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:25:11.689 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:25:11.689 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:25:11.689 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:25:11.689 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:25:11.689 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:25:11.689 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:25:11.689 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:25:11.690 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:25:11.690 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:25:11.695 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:25:11.696 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:25:11.696 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:25:11.696 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:25:11.696 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:25:11.696 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:25:11.696 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:25:11.697 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:25:11.698 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:25:11.765 22464 22547 W .remote.servic: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:25:11.765 22464 22547 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:25:11.765 22464 22547 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:25:11.841 22281 22461 I chromium: [22281:22461:INFO:mdns_app_filter.cc(1602)] MdnsAppFilter: Done probing. +02-27 08:25:11.849 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:25:11.901 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:25:11.901 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:25:11.901 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:25:11.901 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:25:11.901 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:25:11.901 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:25:11.901 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:25:11.901 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:25:11.901 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:25:11.901 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:25:11.901 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:25:11.901 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:25:11.901 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:25:11.901 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:25:11.901 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:25:11.901 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:25:11.901 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:25:11.901 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:chromecast_service.cc(1634)] Geolocation changed to: 0 +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:lycra_transport.cc(410)] Feature flag changed: false +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:chromecast_service.cc(1774)] Playback disruption feature is: 1 +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:cast_cloud_settings.cc(183)] Presence radar settings is: 0 +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:chromecast_service.cc(1728)] smart_home/actions feature is: 0 +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:woca_client_auth.cc(103)] Cert rotation is now enabled +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:woca_client_auth.cc(136)] Use default signer +02-27 08:25:11.902 22281 22439 I chromium: [22281:22439:INFO:grpc_auth_manager_in_process.cc(215)] Initializing Auth. +02-27 08:25:11.902 22281 22439 W chromium: [22281:22439:WARNING:grpc_auth_manager_in_process.cc(220)] Device key not available yet. +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:chromecast_service.cc(1789)] Usonia GRPC feature is: 0 +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:usonia_child_process.cc(266)] Ignoring stop when not started. +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:usonia_main_process.cc(487)] Ignoring stop when not started. +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:usonia_configs_with_cast_features.cc(304)] Usonia configs: OnExtraMulticastGroupsChanged +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:usonia_configs_with_cast_features.cc(305)] id_is_authenticated=0 +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:usonia_configs_with_cast_features.cc(306)] usonia_require_authenticated_ids=1 +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:usonia_configs_with_cast_features.cc(308)] usonia_extra_multicast_groups=224.0.0.250,ff02::c:c +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:usonia_configs_with_cast_features.cc(310)] usonia_multicast_ttl=1 +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:usonia_configs_with_cast_features.cc(311)] usonia_higher_root_precedence=0 +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:usonia_configs_with_cast_features.cc(313)] usonia_allow_self_signed_certs=0 +02-27 08:25:11.902 22281 22281 I chromium: [22281:22281:INFO:usonia_configs_with_cast_features.cc(315)] usonia_enable_trusted_sets=1 +02-27 08:25:11.903 22281 22281 I chromium: [22281:22281:INFO:mute_led_als_controller.cc(99)] No COLOR_AND_LIGHT sensor found +02-27 08:25:11.903 22281 22281 I chromium: [22281:22281:INFO:backlight_mitigator.cc(130)] No COLOR_AND_LIGHT sensor found +02-27 08:25:11.912 22281 22337 I chromium: [22281:22337:INFO:parent_tracker.cc(159)] Extra multicast groups changed +02-27 08:25:11.969 22281 22337 I chromium: [22281:22337:INFO:parent_tracker.cc(213)] Now using local address [REDACTED] +02-27 08:25:11.969 22281 22337 I chromium: [22281:22337:INFO:directory_service_impl.cc(536)] This device became root +02-27 08:25:11.969 22281 22337 I chromium: [22281:22337:INFO:parent_tracker.cc(231)] Using multicast TTL 1 +02-27 08:25:11.969 22281 22337 I chromium: [22281:22337:INFO:parent_tracker.cc(277)] Add extra group 224.0.0.250 +02-27 08:25:11.993 505 514 I system_server: Background young concurrent copying GC freed 775719(19MB) AllocSpace objects, 7(216KB) LOS objects, 7% free, 30MB/33MB, paused 47.579ms,7.802ms total 1.881s +02-27 08:25:12.030 22281 22536 I chromium: [22281:22536:INFO:libupnp_wrapper_async.cc(144)] SSDP server is initialized: root_device_desc_url = http://10.0.2.16:8008/ssdp/device-desc.xml, handle = 1 +02-27 08:25:12.068 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:25:12.293 22315 22315 I Choreographer: Skipped 91 frames! The application may be doing too much work on its main thread. +02-27 08:25:12.294 22281 22281 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:25:12.361 22281 22281 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:25:12.361 22281 22281 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:25:12.436 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:25:12.474 22315 22315 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1145 update screenHeightWithoutNaviBar to: 1080 +02-27 08:25:12.478 22315 22315 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1152 update max height when insets changes +02-27 08:25:12.503 22513 22513 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:25:12.504 22513 22513 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:25:12.521 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:25:12.558 22513 22513 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:25:12.604 22513 22513 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:25:12.733 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:25:12.736 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:25:12.773 22281 22281 E cr_ChromecastConfigAndroid: UsageReporting query failed +02-27 08:25:12.774 22281 22281 I BindingManager: Bound service connected +02-27 08:25:12.853 22281 22281 D cr_GrpcIpcUidPolicy: [AndroidIpcUidPolicy.java:147] Valid access from com.google.android.apps.mediashell +02-27 08:25:12.853 22281 22281 E cr_GrpcIpcSocketService: Native code not initialized yet. +02-27 08:25:12.854 22281 22281 E GrpcIpcSocketClientImpl: invalid message +02-27 08:25:12.859 22281 22404 E chromium: [22281:22404:ERROR:grpc_ipc_socket_client.cc(76)] Error for usonia-ipc-socket +02-27 08:25:12.860 22281 22404 E chromium: [22281:22404:ERROR:android_grpc_builder.cc(86)] Could not get a socket for binder:com.google.android.apps.mediashell:usonia-ipc-socket +02-27 08:25:12.861 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(618)] GRPC[uri=]: Grpc cannot connect to host {UNDEFINED} +02-27 08:25:12.867 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:12.868 22281 22404 W chromium: [22281:22404:WARNING:grpc_auth_manager_with_grpc_ipc.cc(59)] IPC for Auth.AuthReadyStreaming closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:12.905 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:12.905 22281 22404 W chromium: [22281:22404:WARNING:distributed_service_discovery_with_grpc_ipc.cc(147)] IPC for DistributedServiceDiscovery.AddService closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:12.905 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:12.905 22281 22404 W chromium: [22281:22404:WARNING:distributed_service_discovery_with_grpc_ipc.cc(60)] IPC for DistributedServiceDiscovery.UpdateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:12.905 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:12.905 22281 22404 W chromium: [22281:22404:WARNING:metrics_recorder_with_grpc_ipc.cc(142)] IPC for MetricsRecorder.RecordMetrics closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:12.905 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:12.905 22281 22404 W chromium: [22281:22404:WARNING:synchronous_sound_player_with_grpc_ipc.cc(171)] IPC for SynchronousSoundPlayer.UpdateSound closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:12.905 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:12.905 22281 22404 E chromium: [22281:22404:ERROR:ipc_common.h(444)] Error in fetching local device info: [error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:12.905 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:12.905 22281 22404 W chromium: [22281:22404:WARNING:directory_service_with_grpc_ipc.cc(118)] IPC for DirectoryService.ObserveCommonTime closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:12.905 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:12.905 22281 22404 E chromium: [22281:22404:ERROR:directory_service_with_grpc_ipc.cc(274)] IPC for DirectoryService.UpdateStateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:12.905 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:12.905 22281 22404 E chromium: [22281:22404:ERROR:directory_service_with_grpc_ipc.cc(376)] IPC for DirectoryService.UpdateMessageObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:12.905 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:12.953 22281 22404 I chromium: [22281:22404:INFO:state_manager_with_grpc_ipc.cc(141)] Usonia state changed, state: 1 value: 0 +02-27 08:25:12.953 22281 22404 W chromium: [22281:22404:WARNING:state_manager_with_grpc_ipc.cc(73)] IPC for StateManager.ReceiveStateUpdates closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:13.168 22464 22464 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:25:13.346 22464 22464 I AtvRemote.RemoteService: Starting bluetooth server +02-27 08:25:13.413 505 514 I system_server: Background concurrent copying GC freed 1049769(26MB) AllocSpace objects, 2(60KB) LOS objects, 49% free, 16MB/32MB, paused 26us,85us total 1.314s +02-27 08:25:13.512 22463 22573 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:25:13.525 22463 22573 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:25:13.589 22463 22573 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:25:13.606 20937 21411 I bt_btif_sock_rfcomm: system/bt/btif/src/btif_sock_rfc.cc:303 btsock_rfc_listen: Adding listening socket service_name: Android TV Remote - channel: -1 +02-27 08:25:13.670 22464 22464 I AtvRemote.BluetoothServer: Starting Bluetooth LE advertising +02-27 08:25:13.749 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:25:13.753 22464 22464 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:25:13.758 22464 22464 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:25:13.815 20937 21204 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=6, is_server=1, mtu=990, uuid=000000, dlci=12, signal_state=0x0b, p_port=0x7a81908b00 +02-27 08:25:13.899 22281 22461 I chromium: [22281:22461:INFO:mdns_app_filter.cc(1768)] MdnsAppFilter: Done announcing. +02-27 08:25:13.949 22281 22404 I chromium: [22281:22404:INFO:grpc_auth_manager_with_grpc_ipc.cc(63)] Connecting IPC for Auth.AuthReadyStreaming. +02-27 08:25:14.468 22281 22404 D BindingManager: with +02-27 08:25:14.510 22281 22404 I chromium: [22281:22404:INFO:distributed_service_discovery_with_grpc_ipc.cc(152)] Connecting IPC for DistributedServiceDiscovery.AddService. +02-27 08:25:14.528 22281 22404 I chromium: [22281:22404:INFO:distributed_service_discovery_with_grpc_ipc.cc(66)] Connecting IPC for DistributedServiceDiscovery.UpdateObservers. +02-27 08:25:14.538 22281 22404 I chromium: [22281:22404:INFO:metrics_recorder_with_grpc_ipc.cc(156)] Connecting IPC for MetricsRecorder.RecordMetrics: num_attempts=2 +02-27 08:25:14.545 22281 22404 I chromium: [22281:22404:INFO:synchronous_sound_player_with_grpc_ipc.cc(176)] Connecting IPC for SynchronousSoundPlayer.UpdateSound. +02-27 08:25:14.564 22281 22404 I chromium: [22281:22404:INFO:directory_service_with_grpc_ipc.cc(66)] Connecting IPC for DirectoryService.LocalDeviceInfo. +02-27 08:25:14.564 22281 22404 I chromium: [22281:22404:INFO:directory_service_with_grpc_ipc.cc(123)] Connecting IPC for DirectoryService.ObserveCommonTime. +02-27 08:25:14.564 22281 22404 I chromium: [22281:22404:INFO:directory_service_with_grpc_ipc.cc(279)] Connecting IPC for DirectoryService.UpdateStateObservers. +02-27 08:25:14.598 22281 22404 I chromium: [22281:22404:INFO:directory_service_with_grpc_ipc.cc(381)] Connecting IPC for DirectoryService.UpdateMessageObservers. +02-27 08:25:14.598 22281 22404 I chromium: [22281:22404:INFO:state_manager_with_grpc_ipc.cc(78)] Connecting IPC for StateManager.ReceiveStateUpdates. +02-27 08:25:14.711 22281 22337 E chromium: [22281:22337:ERROR:connectivity_checker_impl.cc(342)] time out +02-27 08:25:14.841 22281 22281 D cr_GrpcIpcUidPolicy: [AndroidIpcUidPolicy.java:147] Valid access from com.google.android.apps.mediashell +02-27 08:25:14.841 22281 22281 E cr_GrpcIpcSocketService: Native code not initialized yet. +02-27 08:25:14.842 22281 22281 E GrpcIpcSocketClientImpl: invalid message +02-27 08:25:14.940 22281 22404 E chromium: [22281:22404:ERROR:grpc_ipc_socket_client.cc(76)] Error for usonia-ipc-socket +02-27 08:25:14.940 22281 22404 E chromium: [22281:22404:ERROR:android_grpc_builder.cc(86)] Could not get a socket for binder:com.google.android.apps.mediashell:usonia-ipc-socket +02-27 08:25:14.940 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(618)] GRPC[uri=]: Grpc cannot connect to host {UNDEFINED} +02-27 08:25:14.940 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:14.940 22281 22404 W chromium: [22281:22404:WARNING:grpc_auth_manager_with_grpc_ipc.cc(59)] IPC for Auth.AuthReadyStreaming closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:14.940 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:14.940 22281 22404 W chromium: [22281:22404:WARNING:distributed_service_discovery_with_grpc_ipc.cc(147)] IPC for DistributedServiceDiscovery.AddService closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:14.940 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:14.940 22281 22404 W chromium: [22281:22404:WARNING:distributed_service_discovery_with_grpc_ipc.cc(60)] IPC for DistributedServiceDiscovery.UpdateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:14.940 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:14.940 22281 22404 W chromium: [22281:22404:WARNING:metrics_recorder_with_grpc_ipc.cc(142)] IPC for MetricsRecorder.RecordMetrics closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:14.940 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:14.940 22281 22404 W chromium: [22281:22404:WARNING:synchronous_sound_player_with_grpc_ipc.cc(171)] IPC for SynchronousSoundPlayer.UpdateSound closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:14.940 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:14.940 22281 22404 E chromium: [22281:22404:ERROR:ipc_common.h(444)] Error in fetching local device info: [error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:14.940 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:14.940 22281 22404 W chromium: [22281:22404:WARNING:directory_service_with_grpc_ipc.cc(118)] IPC for DirectoryService.ObserveCommonTime closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:14.940 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:14.940 22281 22404 E chromium: [22281:22404:ERROR:directory_service_with_grpc_ipc.cc(274)] IPC for DirectoryService.UpdateStateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:14.940 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:14.941 22281 22404 E chromium: [22281:22404:ERROR:directory_service_with_grpc_ipc.cc(376)] IPC for DirectoryService.UpdateMessageObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:14.941 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:14.941 22281 22404 W chromium: [22281:22404:WARNING:state_manager_with_grpc_ipc.cc(73)] IPC for StateManager.ReceiveStateUpdates closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:15.109 22301 22301 D BoundBrokerSvc: onBind: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:25:15.110 22301 22301 D BoundBrokerSvc: Loading bound service for intent: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:25:15.161 22301 22329 I FontLog : (REDACTED) Updating from directory version %d to %d from disk +02-27 08:25:15.161 22463 22480 W roid.tvlaunche: Suspending all threads took: 9.134ms +02-27 08:25:15.164 22463 22463 W ChimeRegistrationManage: Chime not initialized, cannot register for notifications. +02-27 08:25:15.410 22301 22329 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:25:15.410 505 712 D NsdService: mdnssd [stop-service] +02-27 08:25:15.422 22301 22329 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:25:15.557 22513 22513 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:25:15.558 22301 22577 I FontLog : (REDACTED) Using directory in FlatBuffer format +02-27 08:25:15.558 22513 22513 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:25:15.558 22513 22513 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:25:15.613 22315 22315 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. +02-27 08:25:15.614 22463 22463 W Glide : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored +02-27 08:25:15.733 22301 22329 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:25:15.736 505 514 W system_server: Suspending all threads took: 5.571ms +02-27 08:25:15.984 22281 22404 I chromium: [22281:22404:INFO:grpc_auth_manager_with_grpc_ipc.cc(63)] Connecting IPC for Auth.AuthReadyStreaming. +02-27 08:25:15.984 22281 22404 D BindingManager: with +02-27 08:25:15.984 22281 22404 I chromium: [22281:22404:INFO:distributed_service_discovery_with_grpc_ipc.cc(152)] Connecting IPC for DistributedServiceDiscovery.AddService. +02-27 08:25:15.984 22281 22404 I chromium: [22281:22404:INFO:distributed_service_discovery_with_grpc_ipc.cc(66)] Connecting IPC for DistributedServiceDiscovery.UpdateObservers. +02-27 08:25:15.985 22281 22404 I chromium: [22281:22404:INFO:metrics_recorder_with_grpc_ipc.cc(156)] Connecting IPC for MetricsRecorder.RecordMetrics: num_attempts=3 +02-27 08:25:15.985 22281 22404 I chromium: [22281:22404:INFO:synchronous_sound_player_with_grpc_ipc.cc(176)] Connecting IPC for SynchronousSoundPlayer.UpdateSound. +02-27 08:25:15.985 22281 22404 I chromium: [22281:22404:INFO:directory_service_with_grpc_ipc.cc(66)] Connecting IPC for DirectoryService.LocalDeviceInfo. +02-27 08:25:15.985 22281 22404 I chromium: [22281:22404:INFO:directory_service_with_grpc_ipc.cc(123)] Connecting IPC for DirectoryService.ObserveCommonTime. +02-27 08:25:15.985 22281 22404 I chromium: [22281:22404:INFO:directory_service_with_grpc_ipc.cc(279)] Connecting IPC for DirectoryService.UpdateStateObservers. +02-27 08:25:15.985 22281 22404 I chromium: [22281:22404:INFO:directory_service_with_grpc_ipc.cc(381)] Connecting IPC for DirectoryService.UpdateMessageObservers. +02-27 08:25:15.985 22281 22404 I chromium: [22281:22404:INFO:state_manager_with_grpc_ipc.cc(78)] Connecting IPC for StateManager.ReceiveStateUpdates. +02-27 08:25:15.993 22281 22281 D cr_GrpcIpcUidPolicy: [AndroidIpcUidPolicy.java:147] Valid access from com.google.android.apps.mediashell +02-27 08:25:15.994 22281 22281 E cr_GrpcIpcSocketService: Native code not initialized yet. +02-27 08:25:15.996 22281 22281 E GrpcIpcSocketClientImpl: invalid message +02-27 08:25:16.005 22281 22404 E chromium: [22281:22404:ERROR:grpc_ipc_socket_client.cc(76)] Error for usonia-ipc-socket +02-27 08:25:16.006 22281 22404 E chromium: [22281:22404:ERROR:android_grpc_builder.cc(86)] Could not get a socket for binder:com.google.android.apps.mediashell:usonia-ipc-socket +02-27 08:25:16.006 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(618)] GRPC[uri=]: Grpc cannot connect to host {UNDEFINED} +02-27 08:25:16.006 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:16.006 22281 22404 W chromium: [22281:22404:WARNING:grpc_auth_manager_with_grpc_ipc.cc(59)] IPC for Auth.AuthReadyStreaming closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:16.006 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:16.006 22281 22404 W chromium: [22281:22404:WARNING:distributed_service_discovery_with_grpc_ipc.cc(147)] IPC for DistributedServiceDiscovery.AddService closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:16.006 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:16.006 22281 22404 W chromium: [22281:22404:WARNING:distributed_service_discovery_with_grpc_ipc.cc(60)] IPC for DistributedServiceDiscovery.UpdateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:16.006 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:16.006 22281 22404 W chromium: [22281:22404:WARNING:metrics_recorder_with_grpc_ipc.cc(142)] IPC for MetricsRecorder.RecordMetrics closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:16.006 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:16.006 22281 22404 W chromium: [22281:22404:WARNING:synchronous_sound_player_with_grpc_ipc.cc(171)] IPC for SynchronousSoundPlayer.UpdateSound closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:16.006 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:16.006 22281 22404 E chromium: [22281:22404:ERROR:ipc_common.h(444)] Error in fetching local device info: [error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:16.006 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:16.006 22281 22404 W chromium: [22281:22404:WARNING:directory_service_with_grpc_ipc.cc(118)] IPC for DirectoryService.ObserveCommonTime closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:16.006 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:16.006 22281 22404 E chromium: [22281:22404:ERROR:directory_service_with_grpc_ipc.cc(274)] IPC for DirectoryService.UpdateStateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:16.006 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:16.006 22281 22404 E chromium: [22281:22404:ERROR:directory_service_with_grpc_ipc.cc(376)] IPC for DirectoryService.UpdateMessageObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:16.008 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:16.008 22281 22404 W chromium: [22281:22404:WARNING:state_manager_with_grpc_ipc.cc(73)] IPC for StateManager.ReceiveStateUpdates closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:16.121 22513 22513 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:25:16.145 22281 22337 I chromium: [22281:22337:INFO:connectivity_checker_impl.cc(158)] Change check url=http://connectivitycheck.gstatic.com/generate_204 +02-27 08:25:16.152 22281 22337 I chromium: [22281:22337:INFO:connectivity_checker_impl.cc(162)] Global connection is: Up +02-27 08:25:16.194 22281 22438 W libc : Access denied finding property "ro.odm.cast.ssid_suffix" +02-27 08:25:16.194 22281 22438 I chromium: [22281:22438:INFO:setup_manager_impl.cc(1128)] Setup discoverability is disabled +02-27 08:25:16.224 22281 22462 I chromium: [22281:22462:INFO:v2_transport.cc(645)] V2TransportImpl::CreatSelfSignedCertificateWithKey called. +02-27 08:25:16.226 22281 22438 I chromium: [22281:22438:INFO:setup_state.cc(263)] Setup state changed: SETUP_STATE_CHECKING_GLOBAL_CONNECTIVITY (50) -> SETUP_STATE_CONNECTED (60) +02-27 08:25:16.227 22281 22536 I chromium: [22281:22536:INFO:hotspot_manager.cc(219)] Stop: id=1 +02-27 08:25:16.232 22281 22281 I chromium: [22281:22281:INFO:ccs_transport_gcm.cc(102)] Registering GCM handler +02-27 08:25:16.237 22281 22462 I chromium: [22281:22462:INFO:transport_creds.cc(151)] Self-signed certificate created: CN=7f632b49-34bd-c56f-b953-dc3746d180ae +02-27 08:25:16.273 22281 22439 I chromium: [22281:22439:INFO:structure_info_from_trusted_devices_update_trigger_impl.cc(209)] Triggering Usonia trusted devices first ever fetch. +02-27 08:25:16.274 22281 22439 I chromium: [22281:22439:INFO:structure_info_from_trusted_devices.cc(635)] Skip writing fetch in progress since value didn't change: 1 +02-27 08:25:16.274 22281 22439 I chromium: [22281:22439:INFO:structure_info_from_trusted_devices.cc(502)] Getting trusted devices from cloud, num_in_flight_requests = 1 +02-27 08:25:16.383 22513 22513 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:25:16.447 505 505 W Looper : Slow dispatch took 667ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=5 +02-27 08:25:16.472 22281 22281 I chromium: [22281:22281:INFO:api_reboot_idle_checker.cc(104)] active_activities count=0 +02-27 08:25:16.472 505 542 I ServiceWatcher: [GeocoderProxy] connected to {com.google.android.gms/com.google.android.gms.location.geocode.GeocodeService} +02-27 08:25:16.472 22281 22281 I chromium: [22281:22281:INFO:cloud_settings_manager_impl.cc(498)] Connectivity established. Reconciling cloud settings. +02-27 08:25:16.473 22281 22281 I chromium: [22281:22281:INFO:cloud_settings_manager_impl.cc(225)] Cloud settings is disabled. +02-27 08:25:16.477 22281 22281 I chromium: [22281:22281:INFO:lycra_gcm_impl.cc(116)] Registering GCM handler. +02-27 08:25:16.478 22464 22612 I AtvRemote.TcpServer: Listening on 6466 +02-27 08:25:16.479 505 712 E mDnsConnector: NDC Command {42 mdnssd stop-service} took too long (1050ms) +02-27 08:25:16.505 22281 22281 I chromium: [22281:22281:INFO:cloud_settings_manager_impl.cc(225)] Cloud settings is disabled. +02-27 08:25:16.532 22281 22281 I chromium: [22281:22281:INFO:cast_receiver_impl.cc(1656)] Network is globally connected. Schedule config downloading if necessary. +02-27 08:25:16.563 505 514 I system_server: Background young concurrent copying GC freed 813988(20MB) AllocSpace objects, 0(0B) LOS objects, 6% free, 30MB/32MB, paused 6.158ms,8.004ms total 1.172s +02-27 08:25:16.594 22281 22281 I chromium: [22281:22281:INFO:cast_receiver_impl.cc(1662)] Network is globally connected. Schedule crl downloading if necessary. +02-27 08:25:16.596 22281 22461 I chromium: [22281:22461:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:25:16.596 22281 22461 I chromium: [22281:22461:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:25:16.632 22281 22281 I chromium: [22281:22281:INFO:crl_downloader.cc(319)] CRL is still valid, downloading in 22101 s at 2026-02-27 07:33:37.632 UTC +02-27 08:25:16.632 22281 22281 E chromium: [22281:22281:ERROR:cert_util.cc(174)] Certs missing, +02-27 08:25:16.654 22281 22281 E chromium: [22281:22281:ERROR:client_auth_signer.cc(216)] Cast certificate verification: CastCertError::ERR_CERTS_MISSING +02-27 08:25:16.654 22281 22281 I chromium: [22281:22281:INFO:metrics_recorder.cc(188)] cast event: Cast.Auth.Error.CertMissing +02-27 08:25:16.654 22281 22281 I chromium: [22281:22281:INFO:metrics_recorder.cc(188)] cast event: Cast.CRL.DownloadScheduled +02-27 08:25:16.654 22281 22281 I chromium: [22281:22281:INFO:cast_receiver_impl.cc(1672)] Network is globally connected. Refreshing CcsManager. +02-27 08:25:16.654 22281 22281 E chromium: [22281:22281:ERROR:cast_auth_headers.cc(168)] Unable to update signature header +02-27 08:25:16.654 22281 22281 I chromium: [22281:22281:INFO:config_downloader.cc(483)] Downloading base config headers (excl. auth) ='Accept: application/protobuf', url=[REDACTED] +02-27 08:25:16.658 505 594 I ActivityManager: Background started FGS: Allowed [callingPackage: com.google.android.tv.remote.service; callingUid: 10049; uidState: FGS ; intent: Intent { cmp=com.google.android.tv.remote.service/.DiscoveryService }; code:BACKGROUND_ACTIVITY_PERMISSION; tempAllowListReason:; targetSdkVersion:31; callerTargetSdkVersion:31; startForegroundCount:0; bindFromPackage:null] +02-27 08:25:16.988 505 505 W Looper : Slow delivery took 330ms main h=android.service.notification.NotificationListenerService$MyHandler c=null m=7 +02-27 08:25:16.992 505 505 W Looper : Drained +02-27 08:25:17.014 22281 22336 W InstanceID: Instance ID SDK is deprecated, com.google.android.apps.mediashell should update to use Firebase Instance ID +02-27 08:25:17.066 22281 22281 W chromium: [22281:22281:WARNING:debug_endpoint_manager_grpc_client.cc(412)] Giving up queueing debug endpoint manager gRPC client RPC requests, discarding 4 RPC calls. +02-27 08:25:17.068 22281 22404 I chromium: [22281:22404:INFO:grpc_auth_manager_with_grpc_ipc.cc(63)] Connecting IPC for Auth.AuthReadyStreaming. +02-27 08:25:17.068 22281 22404 D BindingManager: with +02-27 08:25:17.068 22281 22404 I chromium: [22281:22404:INFO:distributed_service_discovery_with_grpc_ipc.cc(152)] Connecting IPC for DistributedServiceDiscovery.AddService. +02-27 08:25:17.068 22281 22404 I chromium: [22281:22404:INFO:distributed_service_discovery_with_grpc_ipc.cc(66)] Connecting IPC for DistributedServiceDiscovery.UpdateObservers. +02-27 08:25:17.068 22281 22404 I chromium: [22281:22404:INFO:metrics_recorder_with_grpc_ipc.cc(156)] Connecting IPC for MetricsRecorder.RecordMetrics: num_attempts=4 +02-27 08:25:17.068 22281 22404 I chromium: [22281:22404:INFO:synchronous_sound_player_with_grpc_ipc.cc(176)] Connecting IPC for SynchronousSoundPlayer.UpdateSound. +02-27 08:25:17.068 22281 22404 I chromium: [22281:22404:INFO:directory_service_with_grpc_ipc.cc(66)] Connecting IPC for DirectoryService.LocalDeviceInfo. +02-27 08:25:17.068 22281 22404 I chromium: [22281:22404:INFO:directory_service_with_grpc_ipc.cc(123)] Connecting IPC for DirectoryService.ObserveCommonTime. +02-27 08:25:17.068 22281 22404 I chromium: [22281:22404:INFO:directory_service_with_grpc_ipc.cc(279)] Connecting IPC for DirectoryService.UpdateStateObservers. +02-27 08:25:17.068 22281 22404 I chromium: [22281:22404:INFO:directory_service_with_grpc_ipc.cc(381)] Connecting IPC for DirectoryService.UpdateMessageObservers. +02-27 08:25:17.068 22281 22404 I chromium: [22281:22404:INFO:state_manager_with_grpc_ipc.cc(78)] Connecting IPC for StateManager.ReceiveStateUpdates. +02-27 08:25:17.157 22281 22281 D cr_GrpcIpcUidPolicy: [AndroidIpcUidPolicy.java:147] Valid access from com.google.android.apps.mediashell +02-27 08:25:17.157 22281 22281 E cr_GrpcIpcSocketService: Native code not initialized yet. +02-27 08:25:17.157 22281 22281 E GrpcIpcSocketClientImpl: invalid message +02-27 08:25:17.178 505 542 W Looper : Slow dispatch took 111ms android.fg h=android.os.Handler c=com.android.server.location.injector.SystemAppForegroundHelper$$ExternalSyntheticLambda1@91cca7f m=0 +02-27 08:25:17.187 22281 22404 E chromium: [22281:22404:ERROR:grpc_ipc_socket_client.cc(76)] Error for usonia-ipc-socket +02-27 08:25:17.187 22281 22404 E chromium: [22281:22404:ERROR:android_grpc_builder.cc(86)] Could not get a socket for binder:com.google.android.apps.mediashell:usonia-ipc-socket +02-27 08:25:17.187 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(618)] GRPC[uri=]: Grpc cannot connect to host {UNDEFINED} +02-27 08:25:17.187 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:17.187 22281 22404 W chromium: [22281:22404:WARNING:grpc_auth_manager_with_grpc_ipc.cc(59)] IPC for Auth.AuthReadyStreaming closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:17.187 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:17.187 22281 22404 W chromium: [22281:22404:WARNING:distributed_service_discovery_with_grpc_ipc.cc(147)] IPC for DistributedServiceDiscovery.AddService closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:17.188 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:17.188 22281 22404 W chromium: [22281:22404:WARNING:distributed_service_discovery_with_grpc_ipc.cc(60)] IPC for DistributedServiceDiscovery.UpdateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:17.188 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:17.188 22281 22404 W chromium: [22281:22404:WARNING:metrics_recorder_with_grpc_ipc.cc(142)] IPC for MetricsRecorder.RecordMetrics closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:17.188 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:17.188 22281 22404 W chromium: [22281:22404:WARNING:synchronous_sound_player_with_grpc_ipc.cc(171)] IPC for SynchronousSoundPlayer.UpdateSound closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:17.188 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:17.188 22281 22404 E chromium: [22281:22404:ERROR:ipc_common.h(444)] Error in fetching local device info: [error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:17.188 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:17.188 22281 22404 W chromium: [22281:22404:WARNING:directory_service_with_grpc_ipc.cc(118)] IPC for DirectoryService.ObserveCommonTime closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:17.188 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:17.188 22281 22404 E chromium: [22281:22404:ERROR:directory_service_with_grpc_ipc.cc(274)] IPC for DirectoryService.UpdateStateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:17.188 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:17.188 22281 22404 E chromium: [22281:22404:ERROR:directory_service_with_grpc_ipc.cc(376)] IPC for DirectoryService.UpdateMessageObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:17.188 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:17.188 22281 22404 W chromium: [22281:22404:WARNING:state_manager_with_grpc_ipc.cc(73)] IPC for StateManager.ReceiveStateUpdates closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:17.218 505 505 W Looper : Slow dispatch took 209ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=3 +02-27 08:25:17.232 505 505 W Looper : Slow delivery took 209ms main h=com.android.server.job.controllers.ConnectivityController$CcHandler c=null m=0 +02-27 08:25:17.236 22301 22313 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:25:17.319 505 712 D NsdService: New client listening to asynchronous messages +02-27 08:25:17.319 505 712 D NsdService: New client, channel: com.android.internal.util.AsyncChannel@42f1a4c messenger: android.os.Messenger@4d98a95 +02-27 08:25:17.392 22464 22464 D CompatibilityChangeReporter: Compat change id reported: 191844585; UID 10049; state: ENABLED +02-27 08:25:17.434 22281 22281 I chromium: [22281:22281:INFO:lycra_gcm_impl.cc(208)] Registered GCM handler +02-27 08:25:17.438 22281 22281 I chromium: [22281:22281:INFO:ccs_transport_gcm.cc(244)] Registered GCM handler +02-27 08:25:17.439 22281 22281 I chromium: [22281:22281:INFO:ccs_manager_impl.cc(1453)] Waiting for all transports to be enabled +02-27 08:25:17.441 22281 22439 I chromium: [22281:22439:INFO:structure_info_from_trusted_devices_update_trigger_impl.cc(168)] Lycra FCM connected: 0 +02-27 08:25:17.441 22281 22439 I chromium: [22281:22439:INFO:structure_info_from_trusted_devices_update_trigger_impl.cc(231)] Triggering Usonia trusted devices update since it's been a while since FCM connected. +02-27 08:25:17.441 22281 22439 I chromium: [22281:22439:INFO:structure_info_from_trusted_devices.cc(635)] Skip writing fetch in progress since value didn't change: 1 +02-27 08:25:17.441 22281 22439 I chromium: [22281:22439:INFO:structure_info_from_trusted_devices.cc(502)] Getting trusted devices from cloud, num_in_flight_requests = 2 +02-27 08:25:17.461 505 542 I ServiceWatcher: [fused] connected to {com.google.android.gms/com.google.android.location.fused.FusedLocationService} +02-27 08:25:17.471 22315 22315 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:25:17.474 22315 22315 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 7 +02-27 08:25:17.479 505 541 D ConnectivityService: requestNetwork for uid/pid:10048/22463 activeRequest: null callbackRequest: 291 [NetworkRequest [ REQUEST id=292, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:25:17.480 505 709 D ConnectivityService: NetReassign [292 : null → 101] +02-27 08:25:17.481 22463 22463 W PrtnrWidgetInfoLdr: No content provider for OEM widget found +02-27 08:25:17.484 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:25:17.489 22301 22301 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:25:17.489 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=292, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:25:17.492 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=292, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:25:17.493 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=292, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:25:17.513 505 505 W Looper : Drained +02-27 08:25:17.590 22301 22301 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:25:17.621 22464 22464 I AtvRemote.RemoteService: Starting up pairing server. +02-27 08:25:17.622 505 712 D NsdService: Register service +02-27 08:25:17.622 505 712 D NsdService: mdnssd [start-service] +02-27 08:25:17.631 22301 22602 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:25:17.652 22463 22629 E ActivityThread: Failed to find provider info for tvlauncher.mic +02-27 08:25:17.653 22463 22628 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.searchapi.VoiceInteractionProvider +02-27 08:25:17.654 22464 22464 D TvRemoteProvider: openRemoteInputBridge() for virtual-search: success +02-27 08:25:17.654 22464 22464 I AtvRemote.BluetoothServer: Advertising on LE Settings [mAdvertiseMode=0, mAdvertiseTxPowerLevel=2, mAdvertiseConnectable=true, mAdvertiseTimeoutMillis=0] +02-27 08:25:17.655 505 1395 I LocationManagerService: fused provider loaded extra attribution tags: [activity_recognition_provider, awareness_provider, current_semantic_location, fused_location_provider, fused_provider_shim, geofencer_provider, network_location_calibration, network_location_provider, network_provider_shim] +02-27 08:25:17.667 505 594 I TvRemote-native-uiBridge: Registering uinput device virtual-search: touch pad size 1x1, max pointers 1. +02-27 08:25:17.667 505 594 E TvRemote-native-uiBridge: Cannot open /dev/uinput: Permission denied. +02-27 08:25:17.670 505 594 E TvRemoteServiceInput: Cannot create device for virtual-search +02-27 08:25:17.664 505 505 W Binder:505_3: type=1400 audit(0.0:2060): avc: denied { write } for name="uinput" dev="tmpfs" ino=382 scontext=u:r:system_server:s0 tcontext=u:object_r:uhid_device:s0 tclass=chr_file permissive=0 +02-27 08:25:17.678 22463 22629 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:25:17.799 22463 22628 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:25:18.509 505 542 W Looper : Slow dispatch took 763ms android.fg h=android.os.Handler c=com.android.server.location.provider.LocationProviderManager$$ExternalSyntheticLambda12@4eb3668 m=0 +02-27 08:25:18.946 505 712 E mDnsConnector: NDC Command {43 mdnssd start-service} took too long (1323ms) +02-27 08:25:19.236 505 542 W Looper : Slow dispatch took 727ms android.fg h=android.os.Handler c=com.android.server.location.LocationManagerService$$ExternalSyntheticLambda8@f2a0a81 m=0 +02-27 08:25:19.458 505 712 D NsdService: registerService: 16 name: sdk_google_atv64_arm64, type: _androidtvremote2._tcp., host: null, port: 6466, txtRecord: bt=BB:BB:BB:00:00:01 +02-27 08:25:19.488 22281 22404 I chromium: [22281:22404:INFO:grpc_auth_manager_with_grpc_ipc.cc(63)] Connecting IPC for Auth.AuthReadyStreaming. +02-27 08:25:19.501 505 712 D NsdService: mdnssd [register, 16, sdk_google_atv64_arm64, _androidtvremote2._tcp., 6466, FGJ0PUJCOkJCOkJCOjAwOjAwOjAx] +02-27 08:25:19.577 22281 22404 D BindingManager: with +02-27 08:25:19.577 22281 22404 I chromium: [22281:22404:INFO:distributed_service_discovery_with_grpc_ipc.cc(152)] Connecting IPC for DistributedServiceDiscovery.AddService. +02-27 08:25:19.577 22281 22404 I chromium: [22281:22404:INFO:distributed_service_discovery_with_grpc_ipc.cc(66)] Connecting IPC for DistributedServiceDiscovery.UpdateObservers. +02-27 08:25:19.577 22281 22404 I chromium: [22281:22404:INFO:metrics_recorder_with_grpc_ipc.cc(156)] Connecting IPC for MetricsRecorder.RecordMetrics: num_attempts=5 +02-27 08:25:19.577 22281 22404 I chromium: [22281:22404:INFO:synchronous_sound_player_with_grpc_ipc.cc(176)] Connecting IPC for SynchronousSoundPlayer.UpdateSound. +02-27 08:25:19.577 22281 22404 I chromium: [22281:22404:INFO:directory_service_with_grpc_ipc.cc(66)] Connecting IPC for DirectoryService.LocalDeviceInfo. +02-27 08:25:19.577 22281 22404 I chromium: [22281:22404:INFO:directory_service_with_grpc_ipc.cc(123)] Connecting IPC for DirectoryService.ObserveCommonTime. +02-27 08:25:19.577 22281 22404 I chromium: [22281:22404:INFO:directory_service_with_grpc_ipc.cc(279)] Connecting IPC for DirectoryService.UpdateStateObservers. +02-27 08:25:19.577 22281 22404 I chromium: [22281:22404:INFO:directory_service_with_grpc_ipc.cc(381)] Connecting IPC for DirectoryService.UpdateMessageObservers. +02-27 08:25:19.577 22281 22404 I chromium: [22281:22404:INFO:state_manager_with_grpc_ipc.cc(78)] Connecting IPC for StateManager.ReceiveStateUpdates. +02-27 08:25:19.607 22315 22315 W putmethod.lati: Verification of void at.a(java.nio.ByteBuffer) took 1.014s (169.49 bytecodes/s) (6008B approximate peak alloc) +02-27 08:25:19.884 22315 22315 W putmethod.lati: Verification of java.nio.MappedByteBuffer at.b(java.io.FileInputStream) took 276.475ms (629.35 bytecodes/s) (5264B approximate peak alloc) +02-27 08:25:20.165 505 712 E mDnsConnector: NDC Command {44 mdnssd register 16 sdk_google_atv64_arm64 _androidtvremote2._tcp. 6466 FGJ0PUJCOkJCOkJCOjAwOjAwOjAx} took too long (590ms) +02-27 08:25:20.359 505 545 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13474} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (19 skipped) +02-27 08:25:20.366 505 712 D NsdService: Register 2 16 +02-27 08:25:20.450 22315 22315 W putmethod.lati: Verification of java.lang.String fb.h(int) took 376.291ms (1238.40 bytecodes/s) (10352B approximate peak alloc) +02-27 08:25:20.456 22513 22635 I Watchcat: Started +02-27 08:25:20.749 22315 22315 W putmethod.lati: Verification of ba bj.a(java.lang.String) took 216.093ms (513.67 bytecodes/s) (5168B approximate peak alloc) +02-27 08:25:20.784 22463 22480 W roid.tvlaunche: Suspending all threads took: 58.646ms +02-27 08:25:21.286 505 1395 W ContentProviderHelper: Slow operation: 193ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:25:21.322 505 1395 W ContentProviderHelper: Slow operation: 229ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:25:21.322 505 1395 W ContentProviderHelper: Slow operation: 229ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:25:21.323 505 1395 W ContentProviderHelper: Slow operation: 229ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:25:21.334 505 1395 W ContentProviderHelper: Slow operation: 240ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:25:21.334 505 1395 W ContentProviderHelper: Slow operation: 241ms so far, now at getContentProviderImpl: done! +02-27 08:25:21.337 22513 22636 I GMS_MM_Logger: Started. +02-27 08:25:21.341 22513 22513 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:25:21.736 505 542 W Looper : Slow dispatch took 202ms android.fg h=android.os.Handler c=null m=606 +02-27 08:25:21.736 22281 22281 D cr_GrpcIpcUidPolicy: [AndroidIpcUidPolicy.java:147] Valid access from com.google.android.apps.mediashell +02-27 08:25:21.923 505 712 D NsdService: Native daemon message SERVICE_REGISTERED: 606 16 "sdk_google_atv64_arm64" +02-27 08:25:21.924 22301 22301 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:25:21.924 22301 22301 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:25:21.932 22281 22281 E cr_GrpcIpcSocketService: Native code not initialized yet. +02-27 08:25:22.125 22464 22546 D PhenotypeContext: Application doesn't implement PhenotypeApplication interface, falling back to globally set context. See go/phenotype-flag#process-stable-init for more info. +02-27 08:25:22.156 22464 22618 I AtvRemote.DiscoveryService: NDS Service registered: sdk_google_atv64_arm64 +02-27 08:25:22.542 22281 22281 E GrpcIpcSocketClientImpl: invalid message +02-27 08:25:22.557 22281 22404 E chromium: [22281:22404:ERROR:grpc_ipc_socket_client.cc(76)] Error for usonia-ipc-socket +02-27 08:25:22.557 22281 22404 E chromium: [22281:22404:ERROR:android_grpc_builder.cc(86)] Could not get a socket for binder:com.google.android.apps.mediashell:usonia-ipc-socket +02-27 08:25:22.557 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(618)] GRPC[uri=]: Grpc cannot connect to host {UNDEFINED} +02-27 08:25:22.634 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:22.788 22281 22404 W chromium: [22281:22404:WARNING:grpc_auth_manager_with_grpc_ipc.cc(59)] IPC for Auth.AuthReadyStreaming closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:22.790 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:22.791 22281 22404 W chromium: [22281:22404:WARNING:distributed_service_discovery_with_grpc_ipc.cc(147)] IPC for DistributedServiceDiscovery.AddService closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:22.791 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:22.791 22281 22404 W chromium: [22281:22404:WARNING:distributed_service_discovery_with_grpc_ipc.cc(60)] IPC for DistributedServiceDiscovery.UpdateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:22.791 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:22.791 22281 22404 W chromium: [22281:22404:WARNING:metrics_recorder_with_grpc_ipc.cc(142)] IPC for MetricsRecorder.RecordMetrics closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:22.791 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:22.848 22281 22404 W chromium: [22281:22404:WARNING:synchronous_sound_player_with_grpc_ipc.cc(171)] IPC for SynchronousSoundPlayer.UpdateSound closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:22.848 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:22.925 22281 22404 E chromium: [22281:22404:ERROR:ipc_common.h(444)] Error in fetching local device info: [error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:22.926 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:22.926 22281 22404 W chromium: [22281:22404:WARNING:directory_service_with_grpc_ipc.cc(118)] IPC for DirectoryService.ObserveCommonTime closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:22.926 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:22.926 22281 22404 E chromium: [22281:22404:ERROR:directory_service_with_grpc_ipc.cc(274)] IPC for DirectoryService.UpdateStateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:22.926 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:22.926 22281 22404 E chromium: [22281:22404:ERROR:directory_service_with_grpc_ipc.cc(376)] IPC for DirectoryService.UpdateMessageObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:22.926 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:22.926 22281 22404 W chromium: [22281:22404:WARNING:state_manager_with_grpc_ipc.cc(73)] IPC for StateManager.ReceiveStateUpdates closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:23.285 22315 22315 W putmethod.lati: Verification of android.content.pm.ApplicationInfo bp.a() took 201.490ms (769.27 bytecodes/s) (4488B approximate peak alloc) +02-27 08:25:24.158 505 595 I ActivityTaskManager: START u0 {flg=0x14000000 cmp=com.google.android.tvlauncher/.MainActivity (has extras)} from uid 10048 +02-27 08:25:24.250 505 514 I system_server: Background concurrent copying GC freed 1132119(28MB) AllocSpace objects, 1(36KB) LOS objects, 40% free, 35MB/59MB, paused 100.872ms,50.702ms total 7.504s +02-27 08:25:24.302 22301 22301 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:25:24.752 505 516 E System : Uncaught exception thrown by finalizer +02-27 08:25:24.775 505 516 E System : java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Object.equals(java.lang.Object)' on a null object reference +02-27 08:25:24.775 505 516 E System : at com.android.server.tv.UinputBridge.isTokenValid(UinputBridge.java:135) +02-27 08:25:24.775 505 516 E System : at com.android.server.tv.UinputBridge.close(UinputBridge.java:119) +02-27 08:25:24.775 505 516 E System : at com.android.server.tv.UinputBridge.finalize(UinputBridge.java:111) +02-27 08:25:24.775 505 516 E System : at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:291) +02-27 08:25:24.775 505 516 E System : at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:278) +02-27 08:25:24.775 505 516 E System : at java.lang.Daemons$Daemon.run(Daemons.java:139) +02-27 08:25:24.775 505 516 E System : at java.lang.Thread.run(Thread.java:920) +02-27 08:25:25.428 22463 22463 E Clearcut-EventLogger: Unexpected log parameter home_selected_row_position +02-27 08:25:25.436 22301 22511 E ActivityThread: Failed to find provider info for instantapp-dev-manager +02-27 08:25:25.663 22464 22492 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. +02-27 08:25:25.669 22281 22281 I chromium: [22281:22281:INFO:config_downloader.cc(694)] Received Protobuf config response +02-27 08:25:25.779 22281 22281 I chromium: [22281:22281:INFO:application_manager_impl.cc(2231)] max_background_apps changed to: 1 +02-27 08:25:25.805 22513 22513 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:25:25.805 22513 22513 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:25:25.844 22464 22492 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:25:25.845 22464 22492 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 7 +02-27 08:25:25.845 22464 22492 V DynamiteModule: Dynamite loader version >= 2, using loadModule2NoCrashUtils +02-27 08:25:25.846 22301 22301 W SystemServiceRegistry: No service published for: contexthub +02-27 08:25:25.893 505 514 I system_server: Background young concurrent copying GC freed 1832160(46MB) AllocSpace objects, 0(0B) LOS objects, 61% free, 15MB/39MB, paused 95us,120us total 135.566ms +02-27 08:25:25.896 22281 22281 D cr_CastToNative: [NativeApplicationObserver.java:135] NativeApplicationObserver +02-27 08:25:25.919 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:25:25.925 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:25:25.928 22281 22281 D Warg : Attempting to bind to WargService in standalone APK. +02-27 08:25:25.950 505 595 W ActivityManager: Unable to start service Intent { act=com.google.android.libraries.cast.tv.warg.service.START pkg=com.google.android.libraries.cast.tv.warg.service (has extras) } U=0: not found +02-27 08:25:25.950 22281 22281 D Warg : Binding to WargService standalone APK failed. Attempting to bind to local WargService +02-27 08:25:25.962 22281 22281 D Warg : Binding to WargService using bindService. +02-27 08:25:25.982 22463 22463 E Clearcut-EventLogger: Unexpected log parameter shown_channel_count +02-27 08:25:26.025 505 595 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:25:26.025 505 595 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:25:26.025 505 595 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:25:26.026 505 595 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:25:26.027 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:25:26.225 322 322 D Zygote : Forked child process 22655 +02-27 08:25:26.253 505 555 W ActivityManager: Slow operation: 266ms so far, now at startProcess: returned from zygote! +02-27 08:25:26.259 505 555 W ActivityManager: Slow operation: 272ms so far, now at startProcess: done updating battery stats +02-27 08:25:26.266 505 555 W ActivityManager: Slow operation: 279ms so far, now at startProcess: building log message +02-27 08:25:26.266 505 555 I ActivityManager: Start proc 22655:com.google.process.gapps/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider} +02-27 08:25:26.266 505 555 W ActivityManager: Slow operation: 279ms so far, now at startProcess: starting to update pids map +02-27 08:25:26.266 505 555 W ActivityManager: Slow operation: 279ms so far, now at startProcess: done updating pids map +02-27 08:25:26.286 22463 22463 E Clearcut-EventLogger: Unexpected log parameter shown_channel_count +02-27 08:25:26.296 22281 22281 I chromium: [22281:22281:INFO:ccs_settings.cc(294)] CcsSettings using CCS url https://clients3.google.com/cast/cloudcast/ +02-27 08:25:26.310 22463 22463 I Choreographer: Skipped 30 frames! The application may be doing too much work on its main thread. +02-27 08:25:26.392 505 595 W ContentProviderHelper: Slow operation: 66ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:25:26.392 505 595 W ContentProviderHelper: Slow operation: 66ms so far, now at getContentProviderImpl: done! +02-27 08:25:26.521 22513 22513 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:25:26.573 22281 22281 I chromium: [22281:22281:INFO:application_config_manager_impl.cc(520)] Setting default remote control app ID: 1374D8AA +02-27 08:25:26.574 22281 22281 I chromium: [22281:22281:INFO:application_identification_settings.cc(422)] new ApplicationIdentificationSettings session_id: 2370f5b0-3212-4712-98c0-dda699b79dc3 app_id: 38579375 universal_app_id: 38579375 flags: 7 headers: 512 +02-27 08:25:26.576 22463 22480 I roid.tvlaunche: Background young concurrent copying GC freed 4902(494KB) AllocSpace objects, 5(100KB) LOS objects, 44% free, 3163KB/5686KB, paused 1.965ms,32us total 181.242ms +02-27 08:25:26.582 22281 22281 W chromium: [22281:22281:WARNING:ccs_manager_impl.cc(1746)] Device does not have a weave device id +02-27 08:25:26.583 22281 22281 I chromium: [22281:22281:INFO:ccs_transport_https.cc(1431)] No cloud settings for register request +02-27 08:25:26.585 22281 22281 W chromium: [22281:22281:WARNING:client_auth_signer.cc(178)] No private key, hence empty signature. +02-27 08:25:26.585 22281 22281 I chromium: [22281:22281:INFO:ccs_manager_impl.cc(1680)] Registering device with CCS: message_id = fe7a8087-a4de-4d1f-8ba4-6eda37c42f32 +02-27 08:25:26.585 22281 22281 I chromium: [22281:22281:INFO:application_identification_settings.cc(422)] new ApplicationIdentificationSettings session_id: e2016c96-e792-44b3-a0bd-461411112fed app_id: 38579375 universal_app_id: 38579375 flags: 7 headers: 512 +02-27 08:25:26.585 22281 22281 I chromium: [22281:22281:INFO:robot_account_auth_manager.cc(455)] Successfully initialized JWT for 38579375 +02-27 08:25:26.588 22281 22281 E chromium: [22281:22281:ERROR:application_config_manager_impl.cc(279)] New idle screen app doesn't exist: E8C28D3C +02-27 08:25:26.588 22281 22281 I chromium: [22281:22281:INFO:config_downloader.cc(893)] Clearing local config cache +02-27 08:25:26.602 22281 22281 I chromium: [22281:22281:INFO:metrics_recorder.cc(188)] Record action: Cast.DCS.DownloadSuccess +02-27 08:25:26.602 22281 22281 I chromium: [22281:22281:INFO:key_exchange_namespace_handler.cc(175)] Changing key_exchange_support capability +02-27 08:25:26.608 22513 22513 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:25:26.623 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:25:26.636 22281 22281 I chromium: [22281:22281:INFO:application_identification_settings.cc(1439)] Missing signature, return empty JWT +02-27 08:25:26.640 22281 22281 E chromium: [22281:22281:ERROR:ccs_transport_https.cc(1387)] CreateAndSignJwtAsync() returned invalid JWT. Not attaching to headers. +02-27 08:25:26.654 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:25:26.656 22281 22281 E chromium: [22281:22281:ERROR:cast_auth_headers.cc(168)] Unable to update signature header +02-27 08:25:26.656 22281 22281 I chromium: [22281:22281:INFO:metrics_recorder.cc(188)] cast event: Cloud.Transport.Https.Register.Out +02-27 08:25:26.673 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:25:26.683 22463 22570 D HostConnection: createUnique: call +02-27 08:25:26.690 22463 22570 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b098f50, tid 22570 +02-27 08:25:26.693 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10078; state: DISABLED +02-27 08:25:26.693 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10078; state: DISABLED +02-27 08:25:26.693 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10078; state: DISABLED +02-27 08:25:26.694 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10078; state: ENABLED +02-27 08:25:26.694 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10078; state: ENABLED +02-27 08:25:26.703 322 322 D Zygote : Forked child process 22662 +02-27 08:25:26.705 505 555 I ActivityManager: Start proc 22662:com.google.android.ext.services/u0a78 for service {com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} +02-27 08:25:26.708 22463 22570 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:25:26.834 22281 22404 I chromium: [22281:22404:INFO:grpc_auth_manager_with_grpc_ipc.cc(63)] Connecting IPC for Auth.AuthReadyStreaming. +02-27 08:25:26.889 22281 22404 D BindingManager: with +02-27 08:25:26.899 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 08:25:26.970 22281 22404 I chromium: [22281:22404:INFO:distributed_service_discovery_with_grpc_ipc.cc(152)] Connecting IPC for DistributedServiceDiscovery.AddService. +02-27 08:25:26.986 22281 22404 I chromium: [22281:22404:INFO:distributed_service_discovery_with_grpc_ipc.cc(66)] Connecting IPC for DistributedServiceDiscovery.UpdateObservers. +02-27 08:25:26.989 22463 22570 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 08:25:26.997 22463 22570 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 08:25:27.000 22281 22404 I chromium: [22281:22404:INFO:metrics_recorder_with_grpc_ipc.cc(156)] Connecting IPC for MetricsRecorder.RecordMetrics: num_attempts=6 +02-27 08:25:27.006 22281 22404 I chromium: [22281:22404:INFO:synchronous_sound_player_with_grpc_ipc.cc(176)] Connecting IPC for SynchronousSoundPlayer.UpdateSound. +02-27 08:25:27.006 22281 22404 I chromium: [22281:22404:INFO:directory_service_with_grpc_ipc.cc(66)] Connecting IPC for DirectoryService.LocalDeviceInfo. +02-27 08:25:27.006 22281 22404 I chromium: [22281:22404:INFO:directory_service_with_grpc_ipc.cc(123)] Connecting IPC for DirectoryService.ObserveCommonTime. +02-27 08:25:27.006 22281 22404 I chromium: [22281:22404:INFO:directory_service_with_grpc_ipc.cc(279)] Connecting IPC for DirectoryService.UpdateStateObservers. +02-27 08:25:27.006 22281 22404 I chromium: [22281:22404:INFO:directory_service_with_grpc_ipc.cc(381)] Connecting IPC for DirectoryService.UpdateMessageObservers. +02-27 08:25:27.006 22281 22404 I chromium: [22281:22404:INFO:state_manager_with_grpc_ipc.cc(78)] Connecting IPC for StateManager.ReceiveStateUpdates. +02-27 08:25:27.025 22463 22570 D EGL_emulation: eglCreateContext: 0xb400007b8b098710: maj 3 min 0 rcv 3 +02-27 08:25:27.051 22463 22570 D EGL_emulation: eglMakeCurrent: 0xb400007b8b098710: ver 3 0 (tinfo 0x7da398f080) (first time) +02-27 08:25:27.055 22662 22662 E id.ext.service: Not starting debugger since process cannot load the jdwp agent. +02-27 08:25:27.056 22655 22655 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. +02-27 08:25:27.648 22281 22281 D cr_GrpcIpcUidPolicy: [AndroidIpcUidPolicy.java:147] Valid access from com.google.android.apps.mediashell +02-27 08:25:27.648 22281 22281 E cr_GrpcIpcSocketService: Native code not initialized yet. +02-27 08:25:27.712 198 22603 I keystore2: keystore2::watchdog: Watchdog thread idle -> terminating. Have a great day. +02-27 08:25:27.725 22281 22281 D cr_CastToNative: [NativeApplicationObserver.java:201] Warg connected. +02-27 08:25:27.728 22301 22313 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:25:27.746 22301 22313 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:25:27.800 22281 22281 E GrpcIpcSocketClientImpl: invalid message +02-27 08:25:27.808 22281 22404 E chromium: [22281:22404:ERROR:grpc_ipc_socket_client.cc(76)] Error for usonia-ipc-socket +02-27 08:25:27.808 22281 22404 E chromium: [22281:22404:ERROR:android_grpc_builder.cc(86)] Could not get a socket for binder:com.google.android.apps.mediashell:usonia-ipc-socket +02-27 08:25:27.808 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(618)] GRPC[uri=]: Grpc cannot connect to host {UNDEFINED} +02-27 08:25:27.813 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:27.813 22281 22404 W chromium: [22281:22404:WARNING:grpc_auth_manager_with_grpc_ipc.cc(59)] IPC for Auth.AuthReadyStreaming closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:27.813 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:27.813 22281 22404 W chromium: [22281:22404:WARNING:distributed_service_discovery_with_grpc_ipc.cc(147)] IPC for DistributedServiceDiscovery.AddService closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:27.813 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:27.813 22281 22404 W chromium: [22281:22404:WARNING:distributed_service_discovery_with_grpc_ipc.cc(60)] IPC for DistributedServiceDiscovery.UpdateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:27.813 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:27.813 22281 22404 W chromium: [22281:22404:WARNING:metrics_recorder_with_grpc_ipc.cc(142)] IPC for MetricsRecorder.RecordMetrics closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:27.813 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:27.813 22281 22404 W chromium: [22281:22404:WARNING:synchronous_sound_player_with_grpc_ipc.cc(171)] IPC for SynchronousSoundPlayer.UpdateSound closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:27.813 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:27.813 22281 22404 E chromium: [22281:22404:ERROR:ipc_common.h(444)] Error in fetching local device info: [error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:27.813 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:27.813 22281 22404 W chromium: [22281:22404:WARNING:directory_service_with_grpc_ipc.cc(118)] IPC for DirectoryService.ObserveCommonTime closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:27.813 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:27.813 22281 22404 E chromium: [22281:22404:ERROR:directory_service_with_grpc_ipc.cc(274)] IPC for DirectoryService.UpdateStateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:27.813 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:27.813 22281 22404 E chromium: [22281:22404:ERROR:directory_service_with_grpc_ipc.cc(376)] IPC for DirectoryService.UpdateMessageObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:27.813 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:27.813 22281 22404 W chromium: [22281:22404:WARNING:state_manager_with_grpc_ipc.cc(73)] IPC for StateManager.ReceiveStateUpdates closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:27.813 22281 22281 D WargMsAppMgr: Start observing media sessions +02-27 08:25:27.839 360 525 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 08:25:27.842 22301 22313 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:25:27.842 22301 22313 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:25:27.844 505 890 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10078; state: DISABLED +02-27 08:25:27.851 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 08:25:27.854 22463 22570 I Gralloc4: mapper 4.x is not supported +02-27 08:25:27.879 505 514 W system_server: Suspending all threads took: 16.741ms +02-27 08:25:27.895 22463 22570 D HostConnection: createUnique: call +02-27 08:25:27.896 22463 22570 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b097d50, tid 22570 +02-27 08:25:27.896 22463 22570 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 08:25:27.896 22463 22570 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 08:25:27.899 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 08:25:27.900 22463 22570 W Gralloc4: allocator 4.x is not supported +02-27 08:25:27.920 337 399 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:25:27.934 22463 22570 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:25:27.939 337 399 D goldfish-address-space: claimShared: Ask to claim region [0x1f97f4000 0x1f9fe0000] +02-27 08:25:27.953 337 399 D goldfish-address-space: claimShared: Ask to claim region [0x1f9fe0000 0x1fa7cc000] +02-27 08:25:27.984 22301 22687 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:25:27.985 505 890 W ActivityManager: Slow operation: 187ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:25:27.985 505 890 W ActivityManager: Slow operation: 187ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:25:27.997 22281 22281 D WargMsAppMgr: A new media session detected: null +02-27 08:25:28.018 505 514 I system_server: Background young concurrent copying GC freed 1052064(26MB) AllocSpace objects, 0(0B) LOS objects, 53% free, 18MB/39MB, paused 16.571ms,17.020ms total 308.615ms +02-27 08:25:28.067 22301 22301 E inertial-anchor: Requested sensor:1 and fallback sensor: 1 are both unavailable. +02-27 08:25:28.073 22301 22301 E inertial-anchor: Requested sensor:1 and fallback sensor: 1 are both unavailable. +02-27 08:25:28.112 22281 22281 E chromium: [22281:22281:ERROR:ccs_transport_https.cc(2122)] Received response code 403 for message_id = fe7a8087-a4de-4d1f-8ba4-6eda37c42f32 - +02-27 08:25:28.112 22281 22281 I chromium: [22281:22281:INFO:metrics_recorder.cc(188)] cast event: Cloud.Transport.Https.Register.Out.Error +02-27 08:25:28.115 22281 22281 I chromium: [22281:22281:INFO:ccs_manager_impl.cc(2856)] Scheduling next register for device in time: 55.049 s +02-27 08:25:28.127 505 890 W ActivityManager: Slow operation: 329ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:25:28.132 22301 22687 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:25:28.132 22301 22687 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:25:28.133 22301 22687 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:25:28.133 22301 22687 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:25:28.149 22301 22687 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:25:28.150 22655 22655 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:25:28.158 22662 22662 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10078; state: DISABLED +02-27 08:25:28.658 22655 22671 I e.process.gapp: Background young concurrent copying GC freed 12744(553KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1869KB/25MB, paused 23us,14us total 145.756ms +02-27 08:25:28.697 22513 22527 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:25:28.708 22513 22527 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:25:28.919 22662 22662 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.ext.services' set to: 'default' +02-27 08:25:28.926 22662 22662 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:25:28.942 22662 22662 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:25:28.955 22655 22655 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:25:28.956 22655 22655 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:25:28.956 22655 22655 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:25:28.958 22662 22662 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:25:28.960 22655 22655 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:25:29.510 22463 22463 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:25:29.510 22463 22463 W Glide : class byq: Received null model +02-27 08:25:29.797 22463 22463 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:25:29.797 22463 22463 W Glide : class byq: Received null model +02-27 08:25:30.144 505 1680 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13510} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (31 skipped) +02-27 08:25:30.233 505 514 I system_server: Background young concurrent copying GC freed 1045927(26MB) AllocSpace objects, 0(0B) LOS objects, 18% free, 31MB/39MB, paused 17.892ms,517us total 1.423s +02-27 08:25:30.428 505 505 W Looper : Slow dispatch took 160ms main h=android.os.Handler c=android.app.LoadedApk$ServiceDispatcher$RunConnection@2d13a7e m=0 +02-27 08:25:31.520 505 1395 W ContentProviderHelper: Slow operation: 72ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:25:31.520 505 1395 W ContentProviderHelper: Slow operation: 72ms so far, now at getContentProviderImpl: done! +02-27 08:25:31.636 505 514 W system_server: Suspending all threads took: 9.791ms +02-27 08:25:31.725 22655 22655 I GoogleHttpClient: GMS http client unavailable, use old client +02-27 08:25:31.726 505 514 I system_server: Background concurrent copying GC freed 1110412(27MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 18MB/37MB, paused 17.515ms,10.182ms total 733.225ms +02-27 08:25:31.822 1242 1251 I FuseDaemon: Background concurrent copying GC freed 22(48KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2248KB/4496KB, paused 730us,220us total 124.574ms +02-27 08:25:32.002 22464 22492 V ClearcutMetricXmitter: Transmission is done. +02-27 08:25:32.015 22464 22591 V ClearcutMetricXmitter: Transmission is done. +02-27 08:25:32.017 22655 22655 I CarUiInstaller: CarUiInstaller started for com.google.android.gsf +02-27 08:25:32.141 22463 22463 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:25:32.163 22463 22480 W roid.tvlaunche: Suspending all threads took: 20.945ms +02-27 08:25:32.171 22463 22463 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:25:32.193 22463 22480 I roid.tvlaunche: Background concurrent copying GC freed 17128(1612KB) AllocSpace objects, 2(136KB) LOS objects, 49% free, 4913KB/9827KB, paused 10.171ms,21.746ms total 741.842ms +02-27 08:25:32.277 22463 22701 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:25:32.364 22463 22701 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:222508000 +02-27 08:25:32.364 22463 22701 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 222508000 +02-27 08:25:32.382 22463 22463 E Clearcut-EventLogger: Unexpected log parameter home_selected_row_position +02-27 08:25:32.382 22463 22463 W HomeController: onResume: List view global layout completed. +02-27 08:25:33.185 505 514 W system_server: Suspending all threads took: 6.056ms +02-27 08:25:33.805 22301 22308 I .gms.persisten: Compiler allocated 4328KB to compile void mqg.f(android.content.Context) +02-27 08:25:35.353 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:25:35.397 505 554 W ActivityManager: Timeout executing service: ServiceRecord{a94f58d u0 com.google.android.gms/.auth.GetToken} +02-27 08:25:35.505 505 514 I system_server: Background young concurrent copying GC freed 1030829(25MB) AllocSpace objects, 0(0B) LOS objects, 10% free, 33MB/37MB, paused 1.218ms,8.505ms total 2.635s +02-27 08:25:35.524 22463 22702 I gmg : Provider GmsCore_OpenSSL not available +02-27 08:25:35.549 22463 22463 I Choreographer: Skipped 549 frames! The application may be doing too much work on its main thread. +02-27 08:25:35.605 22463 22463 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:25:35.605 22463 22463 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:25:35.725 22301 22301 W SystemServiceRegistry: No service published for: contexthub +02-27 08:25:35.801 22463 22701 D DynamitePackage: Instantiated singleton DynamitePackage. +02-27 08:25:35.801 22463 22701 D DynamitePackage: Instantiating com.google.android.gms.ads.adshield.ChimeraAdShieldCreatorImpl +02-27 08:25:35.925 22281 22404 I chromium: [22281:22404:INFO:grpc_auth_manager_with_grpc_ipc.cc(63)] Connecting IPC for Auth.AuthReadyStreaming. +02-27 08:25:35.941 505 514 W system_server: Suspending all threads took: 6.738ms +02-27 08:25:35.976 505 22726 I ActivityManager: dumpStackTraces pids=null nativepids=null +02-27 08:25:35.997 505 514 I system_server: Background concurrent copying GC freed 1098171(27MB) AllocSpace objects, 0(0B) LOS objects, 50% free, 15MB/31MB, paused 97us,7.612ms total 383.781ms +02-27 08:25:36.004 22281 22404 D BindingManager: with +02-27 08:25:36.017 22281 22404 I chromium: [22281:22404:INFO:distributed_service_discovery_with_grpc_ipc.cc(152)] Connecting IPC for DistributedServiceDiscovery.AddService. +02-27 08:25:36.032 22281 22404 I chromium: [22281:22404:INFO:distributed_service_discovery_with_grpc_ipc.cc(66)] Connecting IPC for DistributedServiceDiscovery.UpdateObservers. +02-27 08:25:36.055 22281 22404 I chromium: [22281:22404:INFO:metrics_recorder_with_grpc_ipc.cc(156)] Connecting IPC for MetricsRecorder.RecordMetrics: num_attempts=7 +02-27 08:25:36.056 22281 22404 I chromium: [22281:22404:INFO:synchronous_sound_player_with_grpc_ipc.cc(176)] Connecting IPC for SynchronousSoundPlayer.UpdateSound. +02-27 08:25:36.062 22301 22301 E NanoAppLogging: Failed to begin contexthub communication +02-27 08:25:36.062 22281 22404 I chromium: [22281:22404:INFO:directory_service_with_grpc_ipc.cc(66)] Connecting IPC for DirectoryService.LocalDeviceInfo. +02-27 08:25:36.062 22281 22404 I chromium: [22281:22404:INFO:directory_service_with_grpc_ipc.cc(123)] Connecting IPC for DirectoryService.ObserveCommonTime. +02-27 08:25:36.062 22281 22404 I chromium: [22281:22404:INFO:directory_service_with_grpc_ipc.cc(279)] Connecting IPC for DirectoryService.UpdateStateObservers. +02-27 08:25:36.064 22281 22404 I chromium: [22281:22404:INFO:directory_service_with_grpc_ipc.cc(381)] Connecting IPC for DirectoryService.UpdateMessageObservers. +02-27 08:25:36.064 22281 22404 I chromium: [22281:22404:INFO:state_manager_with_grpc_ipc.cc(78)] Connecting IPC for StateManager.ReceiveStateUpdates. +02-27 08:25:36.064 505 22726 I ActivityManager: Dumping to /data/anr/anr_2026-02-27-08-25-36-060 +02-27 08:25:36.064 505 22726 I ActivityManager: Collecting stacks for pid 22301 +02-27 08:25:36.078 22301 22301 W Settings: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. +02-27 08:25:36.130 505 22726 W system_server: libdebuggerd_client: Failed to read "/proc/22301/task/22734/wchan": No such file or directory +02-27 08:25:36.158 505 22726 I system_server: libdebuggerd_client: started dumping process 22301 +02-27 08:25:36.174 235 235 I tombstoned: registered intercept for pid 22301 and type kDebuggerdJavaBacktrace +02-27 08:25:36.190 22301 22306 I .gms.persisten: Thread[6,tid=22306,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0916f0,peer=0x12dc0240,"Signal Catcher"]: reacting to signal 3 +02-27 08:25:36.197 22301 22306 I .gms.persisten: +02-27 08:25:36.206 22281 22281 D cr_GrpcIpcUidPolicy: [AndroidIpcUidPolicy.java:147] Valid access from com.google.android.apps.mediashell +02-27 08:25:36.211 22281 22281 E cr_GrpcIpcSocketService: Native code not initialized yet. +02-27 08:25:36.218 505 542 I ServiceWatcher: [GeofenceProxy] connected to {com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService} +02-27 08:25:36.219 22281 22281 E GrpcIpcSocketClientImpl: invalid message +02-27 08:25:36.227 22281 22404 E chromium: [22281:22404:ERROR:grpc_ipc_socket_client.cc(76)] Error for usonia-ipc-socket +02-27 08:25:36.227 22281 22404 E chromium: [22281:22404:ERROR:android_grpc_builder.cc(86)] Could not get a socket for binder:com.google.android.apps.mediashell:usonia-ipc-socket +02-27 08:25:36.233 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(618)] GRPC[uri=]: Grpc cannot connect to host {UNDEFINED} +02-27 08:25:36.234 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:36.234 22281 22404 W chromium: [22281:22404:WARNING:grpc_auth_manager_with_grpc_ipc.cc(59)] IPC for Auth.AuthReadyStreaming closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:36.234 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:36.235 22281 22404 W chromium: [22281:22404:WARNING:distributed_service_discovery_with_grpc_ipc.cc(147)] IPC for DistributedServiceDiscovery.AddService closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:36.235 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:36.235 22281 22404 W chromium: [22281:22404:WARNING:distributed_service_discovery_with_grpc_ipc.cc(60)] IPC for DistributedServiceDiscovery.UpdateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:36.235 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:36.235 22281 22404 W chromium: [22281:22404:WARNING:metrics_recorder_with_grpc_ipc.cc(142)] IPC for MetricsRecorder.RecordMetrics closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:36.235 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:36.235 22281 22404 W chromium: [22281:22404:WARNING:synchronous_sound_player_with_grpc_ipc.cc(171)] IPC for SynchronousSoundPlayer.UpdateSound closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:36.235 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:36.235 505 826 D ConnectivityService: requestNetwork for uid/pid:10048/22463 activeRequest: null callbackRequest: 293 [NetworkRequest [ REQUEST id=294, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:25:36.237 22281 22404 E chromium: [22281:22404:ERROR:ipc_common.h(444)] Error in fetching local device info: [error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:36.237 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:36.237 22281 22404 W chromium: [22281:22404:WARNING:directory_service_with_grpc_ipc.cc(118)] IPC for DirectoryService.ObserveCommonTime closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:36.237 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:36.237 22281 22404 E chromium: [22281:22404:ERROR:directory_service_with_grpc_ipc.cc(274)] IPC for DirectoryService.UpdateStateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:36.237 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:36.237 22281 22404 E chromium: [22281:22404:ERROR:directory_service_with_grpc_ipc.cc(376)] IPC for DirectoryService.UpdateMessageObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:36.237 22281 22404 E chromium: [22281:22404:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:36.237 22281 22404 W chromium: [22281:22404:WARNING:state_manager_with_grpc_ipc.cc(73)] IPC for StateManager.ReceiveStateUpdates closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:25:36.243 22301 22306 W .gms.persisten: Suspending all threads took: 33.717ms +02-27 08:25:36.254 505 709 D ConnectivityService: NetReassign [294 : null → 101] +02-27 08:25:36.269 22463 22463 I Choreographer: Skipped 34 frames! The application may be doing too much work on its main thread. +02-27 08:25:36.275 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=294, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:25:36.276 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=294, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:25:36.276 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=294, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:25:36.294 505 542 I ServiceWatcher: [HardwareActivityRecognitionProxy] connected to {com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService} +02-27 08:25:36.394 505 572 E VerityUtils: Failed to measure fs-verity, errno 1: /product/priv-app/TVLauncher/TVLauncher.apk +02-27 08:25:36.388 505 505 W PackageManagerB: type=1400 audit(0.0:2061): avc: denied { ioctl } for path="/product/priv-app/TVLauncher/TVLauncher.apk" dev="dm-2" ino=220 ioctlcmd=0x6686 scontext=u:r:system_server:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 +02-27 08:25:36.418 22315 22315 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():2045 +02-27 08:25:36.471 22315 22315 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:25:36.513 22301 22645 D CompatibilityChangeReporter: Compat change id reported: 150935354; UID 10057; state: ENABLED +02-27 08:25:36.531 22301 22645 W Settings: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. +02-27 08:25:36.701 505 553 I UsageStatsService: User[0] Flushing usage stats to disk +02-27 08:25:36.770 505 554 W ActivityManager: Slow operation: 60ms so far, now at startProcess: done creating new process record +02-27 08:25:36.770 505 554 W ActivityManager: Slow operation: 60ms so far, now at startProcess: stepping in to startProcess +02-27 08:25:36.849 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10077; state: DISABLED +02-27 08:25:36.853 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10077; state: DISABLED +02-27 08:25:36.854 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10077; state: DISABLED +02-27 08:25:36.854 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10077; state: DISABLED +02-27 08:25:36.884 505 554 W ActivityManager: Slow operation: 174ms so far, now at startProcess: done starting proc! +02-27 08:25:36.886 505 555 W ActivityManager: Slow operation: 116ms so far, now at startProcess: asking zygote to start proc +02-27 08:25:36.896 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10077; state: DISABLED +02-27 08:25:36.952 22315 22315 I ShortcutsDataManager: AbstractContentDataManager.startImportContentTask():235 startImportContentTask() +02-27 08:25:37.049 22315 22425 I ShortcutsDataManager: AbstractContentDataManager$ImportContentTask.doInBackground():249 doInBackground() +02-27 08:25:37.174 322 322 D Zygote : Forked child process 22748 +02-27 08:25:37.184 505 555 W ActivityManager: Slow operation: 413ms so far, now at startProcess: returned from zygote! +02-27 08:25:37.193 22315 22425 I PersonalDictionaryDataHandler: PersonalDictionaryDataHandler.beginProcess():111 LanguageTags = [en-US] +02-27 08:25:37.217 22748 22748 I libc : SetHeapTaggingLevel: tag level set to 0 +02-27 08:25:37.244 505 555 W ActivityManager: Slow operation: 474ms so far, now at startProcess: done updating battery stats +02-27 08:25:37.253 505 555 W ActivityManager: Slow operation: 483ms so far, now at startProcess: building log message +02-27 08:25:37.253 505 555 I ActivityManager: Start proc 22748:com.google.android.permissioncontroller/u0a77 for service {com.google.android.permissioncontroller/com.android.permissioncontroller.role.service.RoleControllerServiceImpl} +02-27 08:25:37.253 505 555 W ActivityManager: Slow operation: 483ms so far, now at startProcess: starting to update pids map +02-27 08:25:37.268 505 555 W ActivityManager: Slow operation: 498ms so far, now at startProcess: done updating pids map +02-27 08:25:37.358 505 1395 W ContentProviderHelper: Slow operation: 87ms so far, now at getContentProviderImpl: after resolveContentProvider +02-27 08:25:37.440 505 1395 W ContentProviderHelper: Slow operation: 170ms so far, now at getContentProviderImpl: got app info for user +02-27 08:25:37.442 505 1395 W ContentProviderHelper: Slow operation: 172ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:25:37.442 505 1395 W ContentProviderHelper: Slow operation: 172ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:25:37.444 505 1395 W ContentProviderHelper: Slow operation: 174ms so far, now at getContentProviderImpl: before getProviderByClass +02-27 08:25:37.444 505 1395 W ContentProviderHelper: Slow operation: 174ms so far, now at getContentProviderImpl: after getProviderByClass +02-27 08:25:37.446 505 1395 W ContentProviderHelper: Slow operation: 176ms so far, now at getContentProviderImpl: before getApplicationInfo +02-27 08:25:37.447 505 1395 W ContentProviderHelper: Slow operation: 177ms so far, now at getContentProviderImpl: after getApplicationInfo +02-27 08:25:37.447 505 1395 W ContentProviderHelper: Slow operation: 177ms so far, now at getContentProviderImpl: now have ContentProviderRecord +02-27 08:25:37.447 505 1395 W ContentProviderHelper: Slow operation: 177ms so far, now at getContentProviderImpl: before set stopped state +02-27 08:25:37.447 505 1395 W ContentProviderHelper: Slow operation: 177ms so far, now at getContentProviderImpl: after set stopped state +02-27 08:25:37.447 505 1395 W ContentProviderHelper: Slow operation: 177ms so far, now at getContentProviderImpl: looking for process record +02-27 08:25:37.447 505 1395 W ContentProviderHelper: Slow operation: 177ms so far, now at getContentProviderImpl: before start process +02-27 08:25:37.465 505 1395 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10028; state: DISABLED +02-27 08:25:37.476 22301 22645 W SystemServiceRegistry: No service published for: wifirtt +02-27 08:25:37.485 235 235 I tombstoned: received crash request for pid 22301 +02-27 08:25:37.486 235 235 I tombstoned: found intercept fd 512 for pid 22301 and type kDebuggerdJavaBacktrace +02-27 08:25:37.486 235 235 W tombstoned: missing output fd +02-27 08:25:37.486 22301 22306 I .gms.persisten: Wrote stack traces to tombstoned +02-27 08:25:37.491 505 22726 I system_server: libdebuggerd_client: done dumping process 22301 +02-27 08:25:37.492 505 1395 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10028; state: DISABLED +02-27 08:25:37.492 505 1395 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10028; state: DISABLED +02-27 08:25:37.492 505 1395 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10028; state: ENABLED +02-27 08:25:37.492 505 1395 W ContentProviderHelper: Slow operation: 222ms so far, now at getContentProviderImpl: after start process +02-27 08:25:37.492 505 1395 W ContentProviderHelper: Slow operation: 222ms so far, now at getContentProviderImpl: updating data structures +02-27 08:25:37.492 505 1395 W ContentProviderHelper: Slow operation: 222ms so far, now at getContentProviderImpl: done! +02-27 08:25:37.492 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10028; state: ENABLED +02-27 08:25:37.506 322 322 D Zygote : Forked child process 22754 +02-27 08:25:37.509 505 555 W ActivityManager: Slow operation: 62ms so far, now at startProcess: returned from zygote! +02-27 08:25:37.517 505 555 W ActivityManager: Slow operation: 70ms so far, now at startProcess: done updating battery stats +02-27 08:25:37.517 505 22726 I ActivityManager: Done dumping +02-27 08:25:37.517 505 555 W ActivityManager: Slow operation: 70ms so far, now at startProcess: building log message +02-27 08:25:37.517 505 555 I ActivityManager: Start proc 22754:android.process.acore/u0a28 for content provider {com.android.providers.userdictionary/com.android.providers.userdictionary.UserDictionaryProvider} +02-27 08:25:37.517 505 555 W ActivityManager: Slow operation: 70ms so far, now at startProcess: starting to update pids map +02-27 08:25:37.517 505 555 W ActivityManager: Slow operation: 70ms so far, now at startProcess: done updating pids map +02-27 08:25:37.876 22748 22748 E ssioncontrolle: Not starting debugger since process cannot load the jdwp agent. +02-27 08:25:37.888 505 514 W system_server: Suspending all threads took: 176.607ms +02-27 08:25:38.152 505 554 W ActivityManager: Timeout executing service: ServiceRecord{a94f58d u0 com.google.android.gms/.auth.GetToken} +02-27 08:25:38.174 22754 22754 E d.process.acor: Not starting debugger since process cannot load the jdwp agent. +02-27 08:25:39.445 22281 22281 I chromium: [22281:22281:INFO:service_base.h(78)] Size of the map for type AuthTokenResponse is 0 +02-27 08:25:39.470 22748 22762 I ssioncontrolle: Background young concurrent copying GC freed 12576(549KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1842KB/25MB, paused 1.773ms,8us total 171.560ms +02-27 08:25:40.127 22281 22461 I chromium: [22281:22461:INFO:mdns_app_filter.cc(3154)] MdnsAppFilter: responses sent in 33 seconds: 3 +02-27 08:25:40.635 22301 22575 E WakeLock: GCoreFlp ** IS FORCE-RELEASED ON TIMEOUT ** +02-27 08:25:41.060 22281 22281 I chromium: [22281:22281:INFO:service_base.h(246)] Container sizes for type CloudSetting are (session_info_map: 0), (topic_info_map: 21), (pending_events: 0). +02-27 08:25:43.459 505 505 W Looper : Slow dispatch took 5276ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=5 +02-27 08:25:43.468 505 505 W Looper : Slow delivery took 3273ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:25:43.565 505 2586 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10054/22281, android.os.BinderProxy@438c0d6) +02-27 08:25:43.568 505 2259 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10054/22281, android.os.BinderProxy@26f7f57) +02-27 08:25:43.585 505 3128 W AudioService.PlaybackActivityMonitor: client died +02-27 08:25:43.590 322 322 I Zygote : Process 22281 exited due to signal 9 (Killed) +02-27 08:25:43.864 505 541 W ActivityManager: Slow operation: 362ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:25:43.961 505 1925 E WifiMulticastLockManager: Multicaster binderDied +02-27 08:25:43.973 22463 22463 I Choreographer: Skipped 448 frames! The application may be doing too much work on its main thread. +02-27 08:25:44.198 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=289, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] (release request) +02-27 08:25:44.214 505 514 I system_server: Background young concurrent copying GC freed 897834(22MB) AllocSpace objects, 1(516KB) LOS objects, 0% free, 61MB/61MB, paused 16.791ms,179.259ms total 7.087s +02-27 08:25:44.216 505 541 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10028; state: DISABLED +02-27 08:25:44.275 505 541 W ActivityManager: Slow operation: 772ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:25:44.328 22301 22650 W WakeLock: GCoreFlp counter does not exist +02-27 08:25:44.505 505 22726 E ActivityManager: ANR in com.google.android.gms.persistent +02-27 08:25:44.505 505 22726 E ActivityManager: PID: 22301 +02-27 08:25:44.505 505 22726 E ActivityManager: Reason: executing service com.google.android.gms/.auth.GetToken +02-27 08:25:44.505 505 22726 E ActivityManager: Frozen: false +02-27 08:25:44.505 505 22726 E ActivityManager: Load: 0.0 / 0.0 / 0.0 +02-27 08:25:44.505 505 22726 E ActivityManager: ----- Output from /proc/pressure/memory ----- +02-27 08:25:44.505 505 22726 E ActivityManager: some avg10=26.33 avg60=21.17 avg300=13.86 total=325389694 +02-27 08:25:44.505 505 22726 E ActivityManager: full avg10=5.74 avg60=4.27 avg300=2.93 total=81089159 +02-27 08:25:44.505 505 22726 E ActivityManager: ----- End output from /proc/pressure/memory ----- +02-27 08:25:44.505 505 22726 E ActivityManager: +02-27 08:25:44.505 505 22726 E ActivityManager: CPU usage from 30155ms to 0ms ago (2026-02-27 08:25:05.578 to 2026-02-27 08:25:35.721): +02-27 08:25:44.505 505 22726 E ActivityManager: 80% 505/system_server: 46% user + 33% kernel / faults: 103760 minor 2493 major +02-27 08:25:44.505 505 22726 E ActivityManager: 25% 22301/com.google.android.gms.persistent: 11% user + 14% kernel / faults: 50269 minor 2140 major +02-27 08:25:44.505 505 22726 E ActivityManager: 23% 22281/com.google.android.apps.mediashell: 6.2% user + 16% kernel / faults: 24799 minor 2199 major +02-27 08:25:44.505 505 22726 E ActivityManager: 10% 116/kswapd0: 0% user + 10% kernel +02-27 08:25:44.505 505 22726 E ActivityManager: 7.1% 22315/com.google.android.inputmethod.latin: 2.3% user + 4.8% kernel / faults: 13385 minor 524 major +02-27 08:25:44.505 505 22726 E ActivityManager: 4.4% 263/loop14: 0% user + 4.4% kernel +02-27 08:25:44.505 505 22726 E ActivityManager: 4.4% 12/ksoftirqd/0: 0% user + 4.4% kernel +02-27 08:25:44.505 505 22726 E ActivityManager: 3.5% 338/android.hardware.graphics.composer@2.3-service: 0.5% user + 2.9% kernel / faults: 429 minor 40 major +02-27 08:25:44.505 505 22726 E ActivityManager: 3.1% 22342/com.google.process.gservices: 0.8% user + 2.2% kernel / faults: 5186 minor 142 major +02-27 08:25:44.505 505 22726 E ActivityManager: 2.5% 13/rcu_preempt: 0% user + 2.5% kernel +02-27 08:25:44.505 505 22726 E ActivityManager: 2% 360/surfaceflinger: 0.2% user + 1.7% kernel / faults: 949 minor 107 major +02-27 08:25:44.505 505 22726 E ActivityManager: 1.9% 20587/kworker/u9:3-blk_crypto_wq: 0% user + 1.9% kernel +02-27 08:25:44.505 505 22726 E ActivityManager: 1.8% 22437/kworker/0:1-events: 0% user + 1.8% kernel +02-27 08:25:44.505 505 22726 E ActivityManager: 1.2% 182/lmkd: 0.1% user + 1% kernel +02-27 08:25:44.505 505 22726 E ActivityManager: 1.2% 500/kworker/u9:2-blk_crypto_wq: 0% user + 1.2% kernel +02-27 08:25:44.505 505 22726 E ActivityManager: 1% 244/loop5: 0% user + 1% kernel +02-27 08:25:44.505 505 22726 E ActivityManager: 1% 350/android.hardware.wifi@1.0-service: 0% user + 0.9% kernel / faults: 507 minor 84 major +02-27 08:25:44.505 505 22726 E ActivityManager: 1% 20937/com.android.bluetooth: 0.1% user + 0.8% kernel / faults: 1726 minor 107 major +02-27 08:25:44.505 505 22726 E ActivityManager: 0.9% 770/com.android.systemui: 0% user + 0.8% kernel / faults: 2009 minor 146 major +02-27 08:25:44.505 505 22726 E ActivityManager: 0.9% 243/loop4: 0% user + 0.9% kernel +02-27 08:25:44.505 505 22726 E ActivityManager: 0.9% 321/netd: 0% user + 0.9% kernel / faults: 1129 minor 101 major +02-27 08:25:44.505 505 22726 E ActivityManager: 0% 315/dhcpclient: 0% user + 0% kernel / faults: 96 minor 3 major +02-27 08:25:44.505 505 22726 E ActivityManager: 0.8% 21/ksoftirqd/1: 0% user + 0.8% kernel +02-27 08:25:44.505 505 22726 E ActivityManager: 0.7% 229/jbd2/dm-4-8: 0% user + 0.7% kernel +02-27 08:25:44.505 505 22726 E ActivityManager: 0.7% 181/logd: 0.1% user + 0.5% kernel / faults: 146 minor 13 major +02-27 08:25:44.505 505 22726 E ActivityManager: 0.7% 259/loop12: 0% user + 0.7% kernel +02-27 08:25:44.505 505 22726 E ActivityManager: 0.7% 320/statsd: 0.1% user + 0.5% kernel / faults: 386 minor 13 major +02-27 08:25:44.505 505 22726 E ActivityManager: 0.6% 21274/com.android.providers.tv: 0.1% user + 0.4% kernel / faults: 2275 minor 24 major +02-27 08:25:44.505 505 22726 E ActivityManager: 0.5% 138/kworker/0:1H-kblockd: 0% user + 0.5% kernel +02-27 08:25:44.505 505 22726 E ActivityManager: 0.5% 896/com.android.networkstack.process: 0% user + 0.5% kernel / faults: 1684 minor 71 major +02-27 08:25:44.505 505 22726 E ActivityManager: 0.5% 183/servicemanager: 0% user + 0.4% kernel / faults: 352 minor 15 major +02-27 08:25:44.505 505 22726 E ActivityManager: 0.5% 20811/com.google.android.tvrecommendations: 0% user + 0.4% kernel / faults: 2647 minor 63 major +02-27 08:25:44.505 505 22726 E ActivityManager: 0.4% 9196/kworker/u9:4-blk_crypto_wq: 0% user + 0.4% kernel +02-27 08:25:44.505 505 22726 E ActivityManager: 0.4% 185/psimon: 0% user + 0.4% kernel +02-27 08:25:44.505 505 22726 E ActivityManager: 0.4% 95/kworker/3:1H-kblockd: 0% user + 0.4% kernel +02-27 08:25:44.505 505 22726 E ActivityManager: 0.4% 132/sugov:3: 0% user + 0.4% kernel +02-27 08:25:44.505 505 22726 E ActivityManager: 0.3% 322/zygote64: 0% user + 0.3% kernel / faults: 327 minor 1 major +02-27 08:25:44.505 505 22726 E ActivityManager: 0.3% 347/android.hardware.sensors@2.1-service.multihal: 0% user + 0.2% kernel / faults: 362 minor 3 major +02-27 08:25:44.505 505 22726 E ActivityManager: 0.3% 751/wpa_supplicant: 0% user + 0.3% kernel / faults: 39 minor 16 major +02-27 08:25:44.505 505 22726 E ActivityManager: 0.3% 21141/kworker/2:1-events: 0% user + 0.3% kernel +02-27 08:25:44.505 505 22726 E ActivityManager: 0.3% 144/kworker/1:1H-kblockd: 0% user + 0.3% kernel +02-27 08:25:44.505 505 22726 E ActivityManager: 0.3% 184/hwservicemanager: 0.1% user + 0.1% kernel / faults: 167 minor 20 major +02-27 08:25:44.505 505 22726 E ActivityManager: 0.3% 272/loop19: 0% user + 0.3% kernel +02-27 08:25:44.505 505 22726 E ActivityManager: 0.3% 17530/kworker/u8:1-phy0: 0% user + 0.3% kernel +02-27 08:25:44.505 505 22726 E ActivityManager: 0.2% 130/sugov:1: 0% user + 0.2% kernel +02-27 08:25:44.505 505 22726 E ActivityManager: 0.2% 1242/com.google.android.providers.media.module: 0.1% user + 0.1% kernel / faults: 688 minor 25 major +02-27 08:25:44.505 505 22726 E ActivityManager: 0.2% 22280/kworker/u8:0-phy0: 0% user + 0.2% kernel +02-27 08:25:44.505 505 22726 E ActivityManager: 0.2% 45/kcompactd0: 0% user + 0.2% kernel +02-27 08:25:44.505 505 22726 E ActivityManager: 0.2% 248/loop7: 0% user + 0.2% kernel +02-27 08:25:44.505 505 22726 E ActivityManager: 0.2% 271/loop18: 0% user + 0.2% kernel +02-27 08:25:44.505 505 22726 E ActivityManager: 0.2% 19702/kworker/3:2-events: 0% user + 0.2% kernel +02-27 08:25:44.505 505 22726 E ActivityManager: 0% 1/init: 0% user + 0% kernel / faults: 84 minor 23 major +02-27 08:25:44.505 505 22726 E ActivityManager: 0.1% 198/keystore2: 0% user + 0.1% kernel / faults: 65 minor 20 major +02-27 08:25:44.505 505 22726 E ActivityManager: 0.1% 255/loop10: 0% user + 0.1% kernel +02-27 08:25:44.512 505 22726 E ActivityManager: 0.1% 129/sugov:0: 0% user + 0.1% kernel +02-27 08:25:44.512 505 22726 E ActivityManager: 0.1% 131/sugov:2: 0% user + 0.1% kernel +02-27 08:25:44.512 505 22726 E ActivityManager: 0.1% 145/kworker/2:1H-kblockd: 0% user + 0.1% kernel +02-27 08:25:44.512 505 22726 E ActivityManager: 0.1% 197/android.system.suspend@1.0-service: 0% user + 0% kernel / faults: 130 minor 5 major +02-27 08:25:44.512 505 22726 E ActivityManager: 0.1% 279/loop22: 0% user + 0.1% kernel +02-27 08:25:44.512 505 22726 E ActivityManager: 0% 359/gpuservice: 0% user + 0% kernel / faults: 72 minor 4 major +02-27 08:25:44.512 505 22726 E ActivityManager: 0% 33/ksoftirqd/3: 0% user + 0% kernel +02-27 08:25:44.512 505 22726 E ActivityManager: 0% 276/loop21: 0% user + 0% kernel +02-27 08:25:44.512 505 22726 E ActivityManager: 0% 284/loop25: 0% user + 0% kernel +02-27 08:25:44.512 505 22726 E ActivityManager: 0% 329/android.hardware.bluetooth@1.1-service.btlinux: 0% user + 0% kernel / faults: 137 minor 5 major +02-27 08:25:44.512 505 22726 E ActivityManager: 0% 335/android.hardware.drm@1.4-service.clearkey: 0% user + 0% kernel / faults: 25 minor 12 major +02-27 08:25:44.512 505 22726 E ActivityManager: 0% 337/android.hardware.graphics.allocator@3.0-service: 0% user + 0% kernel / faults: 47 minor 4 major +02-27 08:25:44.512 505 22726 E ActivityManager: 0% 21106/kworker/1:1-events: 0% user + 0% kernel +02-27 08:25:44.512 505 22726 E ActivityManager: 0% 27/ksoftirqd/2: 0% user + 0% kernel +02-27 08:25:44.512 505 22726 E ActivityManager: 0% 256/loop11: 0% user + 0% kernel +02-27 08:25:44.512 505 22726 E ActivityManager: 0% 334/android.hardware.drm@1.0-service: 0% user + 0% kernel / faults: 27 minor 4 major +02-27 08:25:44.512 505 22726 E ActivityManager: 0% 353/android.hardware.power-service.example: 0% user + 0% kernel / faults: 144 minor 9 major +02-27 08:25:44.512 505 22726 E ActivityManager: 0% 408/traced: 0% user + 0% kernel / faults: 22 minor 3 major +02-27 08:25:44.512 505 22726 E ActivityManager: 0% 410/bt_vhci_forwarder: 0% user + 0% kernel / faults: 19 minor 1 major +02-27 08:25:44.512 505 22726 E ActivityManager: 0% 421/wificond: 0% user + 0% kernel / faults: 285 minor 18 major +02-27 08:25:44.512 505 22726 E ActivityManager: 0% 1403/adbd: 0% user + 0% kernel / faults: 10 minor 6 major +02-27 08:25:44.512 505 22726 E ActivityManager: 0% 46/khugepaged: 0% user + 0% kernel +02-27 08:25:44.512 505 22726 E ActivityManager: 0% 189/qemu-props: 0% user + 0% kernel / faults: 1 minor 1 major +02-27 08:25:44.512 505 22726 E ActivityManager: 0% 190/vold: 0% user + 0% kernel / faults: 15 minor 4 major +02-27 08:25:44.512 505 22726 E ActivityManager: 0% 247/loop6: 0% user + 0% kernel +02-27 08:25:44.512 505 22726 E ActivityManager: 0% 266/loop16: 0% user + 0% kernel +02-27 08:25:44.512 505 22726 E ActivityManager: 0% 268/loop17: 0% user + 0% kernel +02-27 08:25:44.512 505 22726 E ActivityManager: 0% 287/loop26: 0% user + 0% kernel +02-27 08:25:44.512 505 22726 E ActivityManager: 0% 339/android.hardware.health@2.1-service: 0% user + 0% kernel / faults: 61 minor 5 major +02-27 08:25:44.512 505 22726 E ActivityManager: 0% 411/cameraserver: 0% user + 0% kernel / faults: 112 minor 11 major +02-27 08:25:44.512 505 22726 E ActivityManager: 0% 852/android.hardware.gnss@2.0-service.ranchu: 0% user + 0% kernel / faults: 68 minor +02-27 08:25:44.512 505 22726 E ActivityManager: 0% 20161/audioserver: 0% user + 0% kernel / faults: 159 minor 14 major +02-27 08:25:44.512 505 22726 E ActivityManager: 0% 20268/kworker/0:0-events: 0% user + 0% kernel +02-27 08:25:44.512 505 22726 E ActivityManager: +0% 22463/com.google.android.tvlauncher: 0% user + 0% kernel +02-27 08:25:44.512 505 22726 E ActivityManager: +0% 22464/com.google.android.tv.remote.service: 0% user + 0% kernel +02-27 08:25:44.512 505 22726 E ActivityManager: +0% 22513/com.google.android.gms: 0% user + 0% kernel +02-27 08:25:44.512 505 22726 E ActivityManager: +0% 22627/mdnsd: 0% user + 0% kernel +02-27 08:25:44.512 505 22726 E ActivityManager: +0% 22655/com.google.process.gapps: 0% user + 0% kernel +02-27 08:25:44.512 505 22726 E ActivityManager: +0% 22662/com.google.android.ext.services: 0% user + 0% kernel +02-27 08:25:44.512 505 22726 E ActivityManager: 88% TOTAL: 17% user + 31% kernel + 15% iowait + 16% irq + 8.4% softirq +02-27 08:25:44.512 505 22726 E ActivityManager: CPU usage from 2412498ms to 2412498ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake: +02-27 08:25:44.512 505 22726 E ActivityManager: 0% TOTAL: 0% user + 0% kernel +02-27 08:25:44.598 22463 22570 D EGL_emulation: app_time_stats: avg=1933.13ms min=68.96ms max=8149.54ms count=5 +02-27 08:25:44.621 20937 20947 I droid.bluetoot: Background concurrent copying GC freed 1537(120KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2240KB/4480KB, paused 276us,54us total 751.028ms +02-27 08:25:44.720 22463 22480 I roid.tvlaunche: Background young concurrent copying GC freed 31441(2360KB) AllocSpace objects, 27(1656KB) LOS objects, 39% free, 5975KB/9827KB, paused 59.734ms,15us total 3.000s +02-27 08:25:44.748 505 541 W ActivityManager: Slow operation: 1246ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:25:44.748 505 541 W ActivityManager: Slow operation: 1246ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:25:44.776 505 541 W ActivityManager: Slow operation: 1274ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:25:44.812 505 541 W ActivityManager: Slow operation: 1310ms so far, now at attachApplicationLocked: after updateOomAdjLocked +02-27 08:25:44.814 505 830 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10077; state: DISABLED +02-27 08:25:44.817 22754 22754 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10028; state: ENABLED +02-27 08:25:44.819 505 505 W Looper : Drained +02-27 08:25:45.444 22754 22768 W d.process.acor: Suspending all threads took: 23.781ms +02-27 08:25:45.456 505 22780 I DropBoxManagerService: add tag=system_app_anr isTagEnabled=true flags=0x6 +02-27 08:25:45.468 505 830 W ActivityManager: Slow operation: 656ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:25:45.510 22748 22748 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10077; state: DISABLED +02-27 08:25:45.653 505 553 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13547} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (31 skipped) +02-27 08:25:45.674 505 2113 I ActivityManager: Process com.google.android.apps.mediashell (pid 22281) has died: svc SVC +02-27 08:25:45.712 505 556 I libprocessgroup: Successfully killed process cgroup uid 10054 pid 22281 in 15ms +02-27 08:25:45.862 505 514 W system_server: Suspending all threads took: 15.711ms +02-27 08:25:45.897 505 2113 W ActivityManager: Scheduling restart of crashed service com.google.android.apps.mediashell/.MediaShellCastReceiverService in 10790ms for start-requested +02-27 08:25:46.454 22748 22748 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar +02-27 08:25:46.470 505 543 W Looper : Slow dispatch took 568ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:25:46.471 505 543 W Looper : Slow delivery took 528ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=32 +02-27 08:25:46.654 505 543 W Looper : Drained +02-27 08:25:46.738 505 514 I system_server: Background concurrent copying GC freed 2274359(57MB) AllocSpace objects, 3(120KB) LOS objects, 43% free, 31MB/55MB, paused 182.961ms,16.130ms total 2.520s +02-27 08:25:46.799 505 22726 I ActivityManager: Killing 22301:com.google.android.gms.persistent/u0a57 (adj 0): bg anr +02-27 08:25:46.825 22754 22754 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.userdictionary' set to: 'default' +02-27 08:25:46.825 22754 22754 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:25:46.841 505 505 W Looper : Slow dispatch took 2022ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=6 +02-27 08:25:46.842 505 505 W Looper : Slow delivery took 2042ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:25:46.844 22754 22754 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:25:46.859 505 22726 D ActivityManager: Completed ANR of com.google.android.gms.persistent in 11333ms, latency 24ms +02-27 08:25:46.862 22754 22754 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:25:46.888 505 542 W Looper : Slow dispatch took 1290ms android.fg h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null m=1 +02-27 08:25:46.890 505 542 W Looper : Slow delivery took 436ms android.fg h=android.os.Handler c=com.android.server.location.injector.SystemAppForegroundHelper$$ExternalSyntheticLambda1@e1b196a m=0 +02-27 08:25:46.890 505 554 W BroadcastQueue: Skipping deliver [background] BroadcastRecord{716fb55 u-1 android.intent.action.DROPBOX_ENTRY_ADDED} to ReceiverList{591b87d 22301 com.google.android.gms.persistent/10057/u0 remote:ba52ed4}: process gone or crashing +02-27 08:25:46.890 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:25:46.890 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:25:46.891 505 22726 I ActivityManager: Skipping duplicate ANR: com.android.server.am.ProcessErrorStateRecord@5444e5b executing service com.google.android.gms/.auth.GetToken +02-27 08:25:46.891 505 22726 D ActivityManager: Completed ANR of com.google.android.gms.persistent in 32ms, latency 8685ms +02-27 08:25:46.933 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 22301 in 45ms +02-27 08:25:47.023 505 542 I ServiceWatcher: [network] connected to {com.google.android.gms/com.google.android.location.network.NetworkLocationService} +02-27 08:25:47.073 505 542 W Looper : Slow dispatch took 148ms android.fg h=android.os.Handler c=android.app.LoadedApk$ServiceDispatcher$RunConnection@2ef7537 m=0 +02-27 08:25:47.146 22463 22772 I ActivityThread: Removing dead content provider:android.content.ContentProviderProxy@5d99e2e +02-27 08:25:47.180 505 1680 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.location.geocode.GeocodeService in 19506ms for connection +02-27 08:25:47.180 505 1680 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentBoundBrokerService in 29506ms for connection +02-27 08:25:47.181 505 1680 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.fused.FusedLocationService in 39506ms for connection +02-27 08:25:47.193 505 1680 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentDirectBootAwareApiService in 49494ms for connection +02-27 08:25:47.194 505 1680 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService in 59494ms for start-requested +02-27 08:25:47.194 505 1680 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.auth.GetToken in 69494ms for connection +02-27 08:25:47.194 505 1680 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentApiService in 79494ms for connection +02-27 08:25:47.194 505 1680 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService in 89494ms for start-requested +02-27 08:25:47.194 505 1680 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService in 99494ms for connection +02-27 08:25:47.194 505 1680 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.network.NetworkLocationService in 109494ms for connection +02-27 08:25:47.194 505 542 I ServiceWatcher: [fused] disconnected from 10057/com.google.android.gms/com.google.android.location.fused.FusedLocationService@1 +02-27 08:25:47.194 505 542 W Looper : Drained +02-27 08:25:47.228 322 322 I Zygote : Process 22301 exited due to signal 9 (Killed) +02-27 08:25:47.229 505 505 W Looper : Drained +02-27 08:25:47.229 505 505 W Looper : Slow dispatch took 362ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:25:47.345 505 542 I ServiceWatcher: [GeocoderProxy] disconnected from 10057/com.google.android.gms/.location.geocode.GeocodeService@2 +02-27 08:25:47.345 505 542 W Looper : Slow dispatch took 151ms android.fg h=android.os.Handler c=android.app.LoadedApk$ServiceDispatcher$RunConnection@535daa4 m=0 +02-27 08:25:47.345 505 542 I ServiceWatcher: [GeofenceProxy] disconnected from 10057/com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService@1 +02-27 08:25:47.345 505 542 I ServiceWatcher: [HardwareActivityRecognitionProxy] disconnected from 10057/com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService@1 +02-27 08:25:47.345 505 542 I ServiceWatcher: [network] disconnected from 10057/com.google.android.gms/com.google.android.location.network.NetworkLocationService@2 +02-27 08:25:47.409 505 1680 W ContentProviderHelper: Slow operation: 135ms so far, now at getContentProviderImpl: after resolveContentProvider +02-27 08:25:47.409 505 1680 W ContentProviderHelper: Slow operation: 135ms so far, now at getContentProviderImpl: got app info for user +02-27 08:25:47.409 505 1680 W ContentProviderHelper: Slow operation: 135ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:25:47.409 505 1680 W ContentProviderHelper: Slow operation: 135ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:25:47.409 505 1680 W ContentProviderHelper: Slow operation: 135ms so far, now at getContentProviderImpl: before getProviderByClass +02-27 08:25:47.409 505 1680 W ContentProviderHelper: Slow operation: 135ms so far, now at getContentProviderImpl: after getProviderByClass +02-27 08:25:47.409 505 1680 W ContentProviderHelper: Slow operation: 135ms so far, now at getContentProviderImpl: before getApplicationInfo +02-27 08:25:47.409 505 1680 W ContentProviderHelper: Slow operation: 135ms so far, now at getContentProviderImpl: after getApplicationInfo +02-27 08:25:47.409 505 1680 W ContentProviderHelper: Slow operation: 135ms so far, now at getContentProviderImpl: now have ContentProviderRecord +02-27 08:25:47.410 505 1680 W ContentProviderHelper: Slow operation: 136ms so far, now at getContentProviderImpl: before set stopped state +02-27 08:25:47.410 505 1680 W ContentProviderHelper: Slow operation: 136ms so far, now at getContentProviderImpl: after set stopped state +02-27 08:25:47.410 505 1680 W ContentProviderHelper: Slow operation: 136ms so far, now at getContentProviderImpl: looking for process record +02-27 08:25:47.410 505 1680 W ContentProviderHelper: Slow operation: 136ms so far, now at getContentProviderImpl: before start process +02-27 08:25:47.421 22513 22513 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:25:47.469 505 1680 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:25:47.469 505 1680 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:25:47.469 505 1680 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:25:47.469 505 1680 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:25:47.478 505 1680 W ActivityManager: Slow operation: 68ms so far, now at startProcess: done starting proc! +02-27 08:25:47.478 505 1680 W ContentProviderHelper: Slow operation: 204ms so far, now at getContentProviderImpl: after start process +02-27 08:25:47.478 505 1680 W ContentProviderHelper: Slow operation: 204ms so far, now at getContentProviderImpl: updating data structures +02-27 08:25:47.478 505 1680 W ContentProviderHelper: Slow operation: 204ms so far, now at getContentProviderImpl: done! +02-27 08:25:47.478 505 555 W ActivityManager: Slow operation: 52ms so far, now at startProcess: asking zygote to start proc +02-27 08:25:47.481 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:25:47.490 322 322 D Zygote : Forked child process 22786 +02-27 08:25:47.491 505 555 W ActivityManager: Slow operation: 65ms so far, now at startProcess: returned from zygote! +02-27 08:25:47.492 505 555 W ActivityManager: Slow operation: 66ms so far, now at startProcess: done updating battery stats +02-27 08:25:47.492 505 555 W ActivityManager: Slow operation: 66ms so far, now at startProcess: building log message +02-27 08:25:47.492 505 555 I ActivityManager: Start proc 22786:com.google.android.gms.persistent/u0a57 for content provider {com.google.android.gms/com.google.android.gms.fonts.provider.FontsProvider} +02-27 08:25:47.492 505 555 W ActivityManager: Slow operation: 66ms so far, now at startProcess: starting to update pids map +02-27 08:25:47.492 505 555 W ActivityManager: Slow operation: 66ms so far, now at startProcess: done updating pids map +02-27 08:25:47.505 22315 22315 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3466 +02-27 08:25:47.528 22463 22463 I Choreographer: Skipped 185 frames! The application may be doing too much work on its main thread. +02-27 08:25:47.544 22315 22315 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():2045 +02-27 08:25:47.572 22315 22315 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:25:47.579 22754 22754 I ContactsPerf: VoicemailContentProvider.onCreate start +02-27 08:25:47.717 22513 22513 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:25:47.777 22315 22315 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 5 +02-27 08:25:47.804 22786 22786 E .gms.persisten: Not starting debugger since process cannot load the jdwp agent. +02-27 08:25:47.814 22315 22315 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 5 +02-27 08:25:47.817 22754 22754 I ContactsPerf: VoicemailContentProvider.onCreate finish +02-27 08:25:47.914 505 553 E PackageManager: Optimistic bind failed. +02-27 08:25:47.914 505 553 E PackageManager: java.util.concurrent.TimeoutException: [Optimistic Bind] Didn't bind to resolver in time! +02-27 08:25:47.914 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.waitForBindLocked(InstantAppResolverConnection.java:160) +02-27 08:25:47.914 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.bind(InstantAppResolverConnection.java:225) +02-27 08:25:47.914 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.lambda$optimisticBind$0$InstantAppResolverConnection(InstantAppResolverConnection.java:255) +02-27 08:25:47.914 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection$$ExternalSyntheticLambda0.run(Unknown Source:2) +02-27 08:25:47.914 505 553 E PackageManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:25:47.914 505 553 E PackageManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:25:47.914 505 553 E PackageManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:25:47.914 505 553 E PackageManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:25:47.914 505 553 E PackageManager: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:25:47.929 22748 22748 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.permissioncontroller' set to: 'default' +02-27 08:25:47.930 22748 22748 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:25:47.934 22748 22748 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:25:47.937 22748 22748 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:25:47.946 22786 22786 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:25:47.980 505 2251 D CountryDetector: The first listener is added +02-27 08:25:47.980 22754 22754 I ContactsDatabaseHelper: updateUseStrictPhoneNumberComparison: US +02-27 08:25:48.144 22748 22748 I CarUiInstaller: CarUiInstaller started for com.google.android.permissioncontroller +02-27 08:25:48.178 22463 22463 I Choreographer: Skipped 35 frames! The application may be doing too much work on its main thread. +02-27 08:25:48.303 22748 22748 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:25:48.360 22754 22812 D ContactsDatabaseHelper: WAL enabled for contacts2.db: true +02-27 08:25:48.430 22315 22425 I ShortcutsDataManager: AbstractContentDataManager.importRecords():339 importRecords() : Success : Count = 0 +02-27 08:25:48.522 22315 22425 I ShortcutsDataManager: AbstractContentDataManager.importContentData():289 importContentData() : Ending import process +02-27 08:25:48.528 22786 22786 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:25:48.551 22513 22531 W SQLiteLog: (28) double-quoted string literal: "1771982748388" +02-27 08:25:48.552 22513 22531 W SQLiteLog: (28) double-quoted string literal: "1" +02-27 08:25:49.476 22463 22570 D EGL_emulation: app_time_stats: avg=4862.83ms min=4862.83ms max=4862.83ms count=1 +02-27 08:25:50.288 22463 22463 I Choreographer: Skipped 125 frames! The application may be doing too much work on its main thread. +02-27 08:25:50.290 22513 22527 W SQLiteLog: (28) double-quoted string literal: "1771982748390" +02-27 08:25:50.290 22513 22527 W SQLiteLog: (28) double-quoted string literal: "1" +02-27 08:25:50.436 22786 22797 W .gms.persisten: Suspending all threads took: 7.337ms +02-27 08:25:50.457 22786 22797 I .gms.persisten: Background young concurrent copying GC freed 13169(631KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1928KB/25MB, paused 212.948ms,7.851ms total 594.071ms +02-27 08:25:51.040 505 505 W Looper : Slow dispatch took 143ms main h=android.app.ActivityThread$H c=com.android.server.powerstats.TimerTrigger$2@3304e2 m=0 +02-27 08:25:51.077 22463 22463 I Choreographer: Skipped 39 frames! The application may be doing too much work on its main thread. +02-27 08:25:51.119 22754 22801 I CallLogProvider: Syncing call composer pics -- source user=0, isShadow=true, forAllUser=false +02-27 08:25:51.144 22754 22801 I CallLogProvider: Fetching list of Uris to sync +02-27 08:25:51.202 346 346 E android.hardware.power.stats@1.0-service-mock: Failed to getEnergyData +02-27 08:25:51.289 22463 22779 W roid.tvlaunche: Verification of int bys.k(int, byte[], int, int, cco, byr) took 136.629ms (1258.88 bytecodes/s) (5064B approximate peak alloc) +02-27 08:25:51.326 505 505 W Looper : Slow dispatch took 285ms main h=com.android.server.powerstats.PowerStatsLogger c=null m=2 +02-27 08:25:51.472 22754 22812 I ContactLocale: AddressBook Labels [[en_US]]: […, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, Α, Β, Γ, Δ, Ε, Ζ, Η, Θ, Ι, Κ, Λ, Μ, Ν, Ξ, Ο, Π, Ρ, Σ, Τ, Υ, Φ, Χ, Ψ, Ω, …, А, Б, В, Г, Д, Ђ, Е, Є, Ж, З, И, І, Й, Ј, К, Л, Љ, М, Н, Њ, О, П, Р, С, Т, Ћ, У, Ф, Х, Ц, Ч, Џ, Ш, Щ, Ю, Я, …, א, ב, ג, ד, ה, ו, ז, ח, ט, י, כ, ל, מ, נ, ס, ע, פ, צ, ק, ר, ש, ת, …, ا, ب, ت, ث, ج, ح, خ, د, ذ, ر, ز, س, ش, ص, ض, ط, ظ, ع, غ, ف, ق, ك, ل, م, ن, ه, و, ي, …, ก, ข, ฃ, ค, ฅ, ฆ, ง, จ, ฉ, ช, ซ, ฌ, ญ, ฎ, ฏ, ฐ, ฑ, ฒ, ณ, ด, ต, ถ, ท, ธ, น, บ, ป, ผ, ฝ, พ, ฟ, ภ, ม, ย, ร, ฤ, ล, ฦ, ว, ศ, ษ, ส, ห, ฬ, อ, ฮ, …, ㄱ, ㄴ, ㄷ, ㄹ, ㅁ, ㅂ, ㅅ, ㅇ, ㅈ, ㅊ, ㅋ, ㅌ, ㅍ, ㅎ, …, あ, か, さ, た, な, は, ま, や, ら, わ, #, …] +02-27 08:25:51.487 22315 22425 I PersonalLanguageModelUpdater: PersonalLanguageModelUpdater$UpdateOperation.performInternal():164 run() : Added 0 words and 0 shortcuts +02-27 08:25:51.512 22315 22425 I DynamicLanguageModelOperation: DynamicLanguageModelOperation.perform():38 perform() : 4 : bxx : Completed +02-27 08:25:51.581 22315 22315 I ShortcutsDataManager: AbstractContentDataManager$ImportContentTask.onPostExecute():260 onPostExecute() : Result = [2,0] +02-27 08:25:51.582 22315 22315 I ShortcutsDataManager: ShortcutsDataManager.onImportFinished():83 onImportFinished() : Result = 2 : Count = 0 +02-27 08:25:51.745 22463 22570 D EGL_emulation: app_time_stats: avg=1130.28ms min=704.64ms max=1555.92ms count=2 +02-27 08:25:51.747 22463 22463 I Choreographer: Skipped 31 frames! The application may be doing too much work on its main thread. +02-27 08:25:53.357 22463 22570 D EGL_emulation: app_time_stats: avg=191.21ms min=8.29ms max=882.68ms count=8 +02-27 08:25:53.744 505 514 I system_server: Background young concurrent copying GC freed 1729656(43MB) AllocSpace objects, 3(176KB) LOS objects, 25% free, 41MB/55MB, paused 3.667ms,680us total 3.537s +02-27 08:25:53.896 22786 22786 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:25:53.896 22786 22786 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:25:53.911 22463 22463 I Choreographer: Skipped 36 frames! The application may be doing too much work on its main thread. +02-27 08:25:53.940 22786 22786 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:25:54.042 22754 22812 D ContactsDatabaseHelper: WAL enabled for profile.db: false +02-27 08:25:54.252 22786 22786 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:25:54.406 22754 22801 I CallLogProvider: Will sync following Uris:[] +02-27 08:25:54.406 22754 22801 I CallLogProvider: Syncing call composer pics -- got [] +02-27 08:25:54.506 22513 22527 W SQLiteLog: (28) double-quoted string literal: "1771982754506" +02-27 08:25:54.506 22513 22527 W SQLiteLog: (28) double-quoted string literal: "1" +02-27 08:25:54.513 505 514 I system_server: Background concurrent copying GC freed 1531744(38MB) AllocSpace objects, 6(252KB) LOS objects, 49% free, 15MB/30MB, paused 54us,2.930ms total 549.520ms +02-27 08:25:54.725 22786 22786 I Safeboot: Checking safeboot... +02-27 08:25:54.784 22786 22786 I FixerFramework: Installing ProviderInstaller. +02-27 08:25:54.858 22786 22786 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:25:54.890 22786 22786 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:25:54.890 22786 22786 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:25:55.014 22786 22786 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:25:55.057 22786 22786 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:25:55.059 22786 22786 W SQLiteCompatibilityWalFlags: Cannot read global setting sqlite_compatibility_wal_flags - Application state not available +02-27 08:25:55.277 22786 22786 I GmsApplication: Registering the BackgroundBroadcastReceiverSupport receiver. +02-27 08:25:55.380 22786 22786 I GmsReceiverSupport: Registered Receiver for 14+1 IntentFilters +02-27 08:25:55.430 22786 22808 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:25:55.430 22786 22808 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:25:55.456 22786 22786 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:25:55.470 22786 22835 I GMS_MM_Logger: Started. +02-27 08:25:55.494 22786 22834 I Watchcat: Started +02-27 08:25:55.748 22786 22805 I FontLog : (REDACTED) Updating from directory version %d to %d from disk +02-27 08:25:55.777 22786 22841 I FontLog : (REDACTED) Using directory in FlatBuffer format +02-27 08:25:55.782 22786 22805 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:25:55.784 22786 22805 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:25:55.792 22786 22805 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:25:55.792 22786 22805 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:25:55.818 22786 22805 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:25:56.069 22786 22786 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gmscompliance.service.START dat=chimera-action:com.google.android.gms.gmscompliance.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:25:56.069 22786 22786 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gmscompliance.service.START dat=chimera-action:com.google.android.gms.gmscompliance.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:25:56.091 505 2251 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13597} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (21 skipped) +02-27 08:25:56.146 505 514 I system_server: Background young concurrent copying GC freed 719948(17MB) AllocSpace objects, 0(0B) LOS objects, 41% free, 17MB/30MB, paused 729us,227us total 178.885ms +02-27 08:25:56.169 22786 22786 D BoundBrokerSvc: onBind: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:25:56.169 22786 22786 D BoundBrokerSvc: Loading bound service for intent: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:25:56.417 22463 22708 W BlockingStubFactory: Got null account. Returning stub without credentials. +02-27 08:25:56.434 505 542 I ServiceWatcher: [GeocoderProxy] connected to {com.google.android.gms/com.google.android.gms.location.geocode.GeocodeService} +02-27 08:25:56.443 505 542 I ServiceWatcher: [fused] connected to {com.google.android.gms/com.google.android.location.fused.FusedLocationService} +02-27 08:25:56.446 22786 22786 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.clearcut.service.START dat=chimera-action:com.google.android.gms.clearcut.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:25:56.446 22786 22786 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.clearcut.service.START dat=chimera-action:com.google.android.gms.clearcut.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:25:56.447 505 594 I LocationManagerService: fused provider loaded extra attribution tags: [activity_recognition_provider, awareness_provider, current_semantic_location, fused_location_provider, fused_provider_shim, geofencer_provider, network_location_calibration, network_location_provider, network_provider_shim] +02-27 08:25:56.461 22786 22786 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:25:56.461 22786 22786 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:25:56.464 22786 22786 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:25:56.464 22786 22786 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:25:56.485 22786 22786 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:25:56.644 22786 22786 W SystemServiceRegistry: No service published for: contexthub +02-27 08:25:56.725 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10054; state: DISABLED +02-27 08:25:56.726 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10054; state: DISABLED +02-27 08:25:56.726 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10054; state: DISABLED +02-27 08:25:56.726 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10054; state: ENABLED +02-27 08:25:56.738 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10054; state: ENABLED +02-27 08:25:58.010 322 322 D Zygote : Forked child process 22861 +02-27 08:25:58.025 505 555 W ActivityManager: Slow operation: 1323ms so far, now at startProcess: returned from zygote! +02-27 08:25:58.092 505 555 W ActivityManager: Slow operation: 1390ms so far, now at startProcess: done updating battery stats +02-27 08:25:58.165 505 555 W ActivityManager: Slow operation: 1463ms so far, now at startProcess: building log message +02-27 08:25:58.243 505 555 I ActivityManager: Start proc 22861:com.google.android.apps.mediashell/u0a54 for service {com.google.android.apps.mediashell/com.google.android.apps.mediashell.MediaShellCastReceiverService} +02-27 08:25:58.244 505 555 W ActivityManager: Slow operation: 1541ms so far, now at startProcess: starting to update pids map +02-27 08:25:58.284 505 555 W ActivityManager: Slow operation: 1582ms so far, now at startProcess: done updating pids map +02-27 08:25:59.004 505 514 W system_server: Suspending all threads took: 5.237ms +02-27 08:25:59.014 22861 22861 E apps.mediashel: Not starting debugger since process cannot load the jdwp agent. +02-27 08:25:59.651 22463 22708 W FeaturedCarouselItemValidator: Unknown item type: 3 +02-27 08:25:59.657 22463 22708 E FeaturedCarouselServerDataManager: Featured Carousel item was not valid and will not be added: FeaturedCarouselItem{type=3, titleLogoUri='', title='Fountain of Youth', logoUri='https://lh3.googleusercontent.com/4tC3qvxyyKDTYjhdp7KPWn8Elsh4UdtFMuuaLigr6GcjhE7mA6EcAgTXBORw_bpztJJP94nUds3kWg=h24', logoDescription='Apple TV', description='Estranged siblings embark on a journey in search of the Fountain of Youth', callToAction='Watch Now', badge='Recommended For You', deepLinkUri='https://tv.apple.com/vn/movie/fountain-of-youth/umc.cmc.z5xrwbjg3gergiowhrzg61tq?action=play', marketUri='null', appPackageName='com.apple.atve.androidtv.appletv', backgroundUri='https://lh3.googleusercontent.com/ie3mG8ypTbNEe187uzMPMyRhtGUiDqVXequMvoD_6ujgVrZPqpAzzCFGLnQACAGS5uA7ZR3xwv9bqA=h1080-rj', videoUri='', conditionalText='', whyThisAdMessage='', whyThisAdReason='', promotionId='0', kgMid='/g/11vpnmh48d', isEntitled='false', contentCategory='HOME' } +02-27 08:25:59.760 505 543 W Looper : Slow dispatch took 617ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:25:59.765 505 594 W ContentProviderHelper: Slow operation: 785ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:25:59.765 505 594 W ContentProviderHelper: Slow operation: 785ms so far, now at getContentProviderImpl: done! +02-27 08:25:59.979 505 514 I system_server: Background young concurrent copying GC freed 773702(19MB) AllocSpace objects, 0(0B) LOS objects, 17% free, 25MB/30MB, paused 71us,23.094ms total 1.602s +02-27 08:25:59.986 505 2796 W ActivityManager: Slow operation: 187ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:26:00.036 505 2796 W ActivityManager: Slow operation: 237ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:26:00.048 505 2796 W ActivityManager: Slow operation: 249ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:26:00.055 505 2796 W ActivityManager: Slow operation: 255ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:26:00.453 505 2796 W ActivityManager: Slow operation: 654ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:26:00.465 22861 22861 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10054; state: ENABLED +02-27 08:26:00.465 505 505 W Looper : Slow dispatch took 426ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=com.android.server.alarm.AlarmManagerService$3$$ExternalSyntheticLambda0@f2c1e9a m=0 +02-27 08:26:00.465 505 505 W Looper : Slow delivery took 417ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=5 +02-27 08:26:00.482 22786 22836 E ActivityThread: Failed to find provider info for instantapp-dev-manager +02-27 08:26:00.482 505 505 W Looper : Drained +02-27 08:26:00.906 22463 22463 I Choreographer: Skipped 45 frames! The application may be doing too much work on its main thread. +02-27 08:26:00.914 505 514 I system_server: Background concurrent copying GC freed 868544(21MB) AllocSpace objects, 0(0B) LOS objects, 50% free, 15MB/30MB, paused 263us,868us total 671.438ms +02-27 08:26:01.286 505 1925 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155561250 +02-27 08:26:01.292 22786 22786 D CompatibilityChangeReporter: Compat change id reported: 148180766; UID 10057; state: ENABLED +02-27 08:26:01.385 505 1925 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155561250 +02-27 08:26:01.386 505 1925 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155561250 +02-27 08:26:01.402 505 1925 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155561250 +02-27 08:26:01.436 505 1925 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155561250 +02-27 08:26:01.437 505 1925 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155561250 +02-27 08:26:01.445 22861 22861 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AndroidMediaShell/lib/arm64:/product/priv-app/AndroidMediaShell/AndroidMediaShell.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:26:01.455 22463 22570 D EGL_emulation: app_time_stats: avg=4048.95ms min=641.34ms max=7456.56ms count=2 +02-27 08:26:01.470 505 1925 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155561250 +02-27 08:26:02.758 22463 22570 D EGL_emulation: app_time_stats: avg=98.33ms min=9.84ms max=254.26ms count=9 +02-27 08:26:03.292 22463 22463 I Choreographer: Skipped 38 frames! The application may be doing too much work on its main thread. +02-27 08:26:03.874 22463 22570 D EGL_emulation: app_time_stats: avg=144.79ms min=21.98ms max=223.50ms count=3 +02-27 08:26:04.899 22463 22570 D EGL_emulation: app_time_stats: avg=91.48ms min=10.92ms max=271.93ms count=10 +02-27 08:26:05.507 22861 22861 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.apps.mediashell' set to: 'default' +02-27 08:26:05.507 22861 22861 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:26:05.537 22861 22861 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:26:05.595 22861 22861 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:26:06.008 505 514 W system_server: Suspending all threads took: 194.467ms +02-27 08:26:06.177 22463 22570 D EGL_emulation: app_time_stats: avg=65.77ms min=9.71ms max=160.62ms count=14 +02-27 08:26:06.460 22861 22861 I apps.mediashel: Waiting for a blocking GC ClassLinker +02-27 08:26:06.462 22861 22861 I apps.mediashel: Waiting for a blocking GC ClassLinker +02-27 08:26:06.463 22861 22861 I apps.mediashel: WaitForGcToComplete blocked ClassLinker on HeapTrim for 57.577ms +02-27 08:26:07.181 22463 22570 D EGL_emulation: app_time_stats: avg=42.11ms min=7.74ms max=103.65ms count=14 +02-27 08:26:07.468 770 795 I ndroid.systemu: Background concurrent copying GC freed 1584(158KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3492KB/6984KB, paused 579us,108us total 1.262s +02-27 08:26:07.503 22861 22861 D cr_LibraryLoader: [LibraryLoader.java:324] Configuration: useChromiumLinker() = false, mUseModernLinker = false +02-27 08:26:07.670 505 514 I system_server: Background young concurrent copying GC freed 834903(20MB) AllocSpace objects, 0(0B) LOS objects, 0% free, 30MB/30MB, paused 18.863ms,214.286ms total 3.664s +02-27 08:26:07.937 505 542 W Looper : Slow dispatch took 1535ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:26:08.197 22463 22570 D EGL_emulation: app_time_stats: avg=40.76ms min=12.44ms max=88.29ms count=16 +02-27 08:26:08.299 505 514 W system_server: Suspending all threads took: 5.713ms +02-27 08:26:08.489 505 514 I system_server: Background concurrent copying GC freed 864493(21MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 15MB/30MB, paused 1.523ms,6.049ms total 781.959ms +02-27 08:26:08.511 22861 22861 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:39] onCreate +02-27 08:26:08.511 22861 22861 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:44] onStartCommand(null, 0, 13) +02-27 08:26:08.512 22861 22861 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:91] Building and starting cast receiver +02-27 08:26:08.512 22861 22861 D cr_CastBrowserHelper: [CastBrowserHelper.java:37] Performing one-time browser initialization +02-27 08:26:08.532 22861 22861 D cr_CastCmdLineHelper: [CastCommandLineHelper.java:98] appending command line arg: multizone-device-delay=0 +02-27 08:26:08.553 22861 22861 D cr_LibraryLoader: [LibraryLoader.java:684] Loading with the System linker. +02-27 08:26:08.528 22861 22861 W apps.mediashell: type=1400 audit(0.0:2062): avc: denied { search } for name="tmp" dev="dm-4" ino=65538 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:shell_data_file:s0 tclass=dir permissive=0 app=com.google.android.apps.mediashell +02-27 08:26:08.890 505 2796 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13623} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (11 skipped) +02-27 08:26:09.253 22463 22570 D EGL_emulation: app_time_stats: avg=56.68ms min=8.55ms max=307.92ms count=15 +02-27 08:26:09.296 22786 22786 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:26:09.296 22786 22786 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:26:09.426 22786 22857 D CompatibilityChangeReporter: Compat change id reported: 150935354; UID 10057; state: ENABLED +02-27 08:26:09.464 22786 22857 W Settings: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. +02-27 08:26:10.440 22463 22570 D EGL_emulation: app_time_stats: avg=171.00ms min=35.62ms max=650.77ms count=6 +02-27 08:26:10.441 22463 22463 I Choreographer: Skipped 36 frames! The application may be doing too much work on its main thread. +02-27 08:26:11.308 22463 22463 I Choreographer: Skipped 32 frames! The application may be doing too much work on its main thread. +02-27 08:26:11.556 182 182 I lowmemorykiller: Kill 'com.google.android.gms' (22513), uid 10057, oom_score_adj 905 to free 50300kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (159%) +02-27 08:26:11.618 322 322 I Zygote : Process 22513 exited due to signal 9 (Killed) +02-27 08:26:12.058 22463 22570 D EGL_emulation: app_time_stats: avg=178.46ms min=8.44ms max=674.53ms count=8 +02-27 08:26:12.065 22463 22463 I Choreographer: Skipped 38 frames! The application may be doing too much work on its main thread. +02-27 08:26:12.214 22861 22861 D cr_LibraryLoader: [LibraryLoader.java:690] Time to load native libraries: 3542 ms +02-27 08:26:12.350 505 2621 I ActivityManager: Process com.google.android.gms (pid 22513) has died: cch+5 CEM +02-27 08:26:12.360 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 22513 in 2ms +02-27 08:26:12.394 505 514 I system_server: Background young concurrent copying GC freed 816950(20MB) AllocSpace objects, 0(0B) LOS objects, 0% free, 48MB/48MB, paused 4.857ms,3.770ms total 1.456s +02-27 08:26:12.409 22861 22861 W chromium: [0227/082612.367560:WARNING:library_prefetcher.cc(326)] Code not ordered, madvise optimization skipped +02-27 08:26:12.503 22861 22861 I cr_LibraryLoader: Successfully loaded native library +02-27 08:26:12.523 22861 22861 I cr_CachingUmaRecorder: Flushed 1 samples from 1 histograms. +02-27 08:26:12.532 22861 22861 D cr_CastBrowserHelper: [CastBrowserHelper.java:49] Loading BrowserStartupController... +02-27 08:26:12.573 22315 22315 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 15 +02-27 08:26:12.632 22861 22861 D cr_BrowserStartup: [BrowserStartupControllerImpl.java:437] Initializing chromium process, singleProcess=false +02-27 08:26:12.782 22315 22315 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 15 +02-27 08:26:13.244 182 182 I lowmemorykiller: Kill 'android.process.acore' (22754), uid 10028, oom_score_adj 700 to free 49776kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (273%) +02-27 08:26:13.482 322 322 I Zygote : Process 22754 exited due to signal 9 (Killed) +02-27 08:26:13.536 505 594 D CountryDetector: No listener is left +02-27 08:26:13.589 505 3536 I ActivityManager: Process android.process.acore (pid 22754) has died: prev LAST +02-27 08:26:13.599 505 556 I libprocessgroup: Successfully killed process cgroup uid 10028 pid 22754 in 9ms +02-27 08:26:13.902 22463 22463 I Choreographer: Skipped 99 frames! The application may be doing too much work on its main thread. +02-27 08:26:14.076 22786 22857 W SystemServiceRegistry: No service published for: wifirtt +02-27 08:26:14.454 505 543 W Looper : Slow dispatch took 622ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:26:14.454 505 543 W Looper : Slow delivery took 569ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:26:15.374 22463 22570 D EGL_emulation: app_time_stats: avg=822.22ms min=31.30ms max=3068.10ms count=4 +02-27 08:26:15.375 22463 22463 I Choreographer: Skipped 55 frames! The application may be doing too much work on its main thread. +02-27 08:26:16.644 22463 22570 D EGL_emulation: app_time_stats: avg=175.83ms min=9.76ms max=667.26ms count=6 +02-27 08:26:17.082 322 322 I Zygote : Process 22315 exited due to signal 9 (Killed) +02-27 08:26:17.428 505 554 W ActivityManager: Timeout executing service: ServiceRecord{b8058ee u0 com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService} +02-27 08:26:17.429 505 830 I WindowManager: WIN DEATH: Window{72c6a1e u0 InputMethod} +02-27 08:26:17.456 505 3536 I ActivityManager: Process com.google.android.inputmethod.latin (pid 22315) has died: prcp IMPB +02-27 08:26:17.467 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 22315 in 6ms +02-27 08:26:17.486 182 182 I lowmemorykiller: Kill 'com.google.android.tv.remote.service' (22464), uid 10049, oom_score_adj 100 to free 53408kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (363%) +02-27 08:26:17.510 505 830 W InputManager-JNI: Input channel object '72c6a1e InputMethod (client)' was disposed without first being removed with the input manager! +02-27 08:26:17.580 505 2673 W AudioService.RecordingActivityMonitor: client died +02-27 08:26:17.592 322 322 I Zygote : Process 22464 exited due to signal 9 (Killed) +02-27 08:26:17.604 505 712 D NsdService: Client disconnected +02-27 08:26:17.613 505 712 D NsdService: Terminating client-ID 2 global-ID 16 type 393225 +02-27 08:26:17.613 505 712 D NsdService: mdnssd [stop-register, 16] +02-27 08:26:17.627 505 514 I system_server: Background concurrent copying GC freed 2050528(51MB) AllocSpace objects, 0(0B) LOS objects, 32% free, 48MB/72MB, paused 14.580ms,3.901ms total 5.169s +02-27 08:26:17.656 20937 21227 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:26:17.657 321 394 W netd : dnssd_clientstub DNSServiceProcessResult called with NULL DNSServiceRef +02-27 08:26:17.699 20937 21204 I bt_stack: [INFO:port_api.cc(307)] RFCOMM_RemoveServer: handle=18 +02-27 08:26:17.700 505 505 W InputMethodManagerService: Session failed to close due to remote exception +02-27 08:26:17.700 505 505 W InputMethodManagerService: android.os.DeadObjectException +02-27 08:26:17.700 505 505 W InputMethodManagerService: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:26:17.700 505 505 W InputMethodManagerService: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:26:17.700 505 505 W InputMethodManagerService: at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:425) +02-27 08:26:17.700 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.finishSessionLocked(InputMethodManagerService.java:2812) +02-27 08:26:17.700 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearClientSessionLocked(InputMethodManagerService.java:2803) +02-27 08:26:17.700 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:2830) +02-27 08:26:17.700 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:2859) +02-27 08:26:17.700 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:2097) +02-27 08:26:17.700 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:2112) +02-27 08:26:17.700 505 505 W InputMethodManagerService: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:26:17.700 505 505 W InputMethodManagerService: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:26:17.700 505 505 W InputMethodManagerService: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:26:17.700 505 505 W InputMethodManagerService: at android.os.Looper.loop(Looper.java:288) +02-27 08:26:17.700 505 505 W InputMethodManagerService: at com.android.server.SystemServer.run(SystemServer.java:903) +02-27 08:26:17.700 505 505 W InputMethodManagerService: at com.android.server.SystemServer.main(SystemServer.java:610) +02-27 08:26:17.700 505 505 W InputMethodManagerService: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:26:17.700 505 505 W InputMethodManagerService: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:26:17.700 505 505 W InputMethodManagerService: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) +02-27 08:26:17.714 505 505 W Looper : Slow dispatch took 308ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@d51a76 m=0 +02-27 08:26:17.734 20937 21411 I BtGatt.AdvertiseManager: error sending onAdvertisingSetStopped callback +02-27 08:26:17.734 20937 21411 I BtGatt.AdvertiseManager: android.os.DeadObjectException +02-27 08:26:17.734 20937 21411 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:26:17.734 20937 21411 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:26:17.734 20937 21411 I BtGatt.AdvertiseManager: at android.bluetooth.le.IAdvertisingSetCallback$Stub$Proxy.onAdvertisingSetStopped(IAdvertisingSetCallback.java:320) +02-27 08:26:17.734 20937 21411 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager.stopAdvertisingSet(AdvertiseManager.java:261) +02-27 08:26:17.734 20937 21411 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager$AdvertisingSetDeathRecipient.binderDied(AdvertiseManager.java:123) +02-27 08:26:17.734 20937 21411 I BtGatt.AdvertiseManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:26:17.734 20937 21411 I BtGatt.AdvertiseManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:26:17.838 505 3536 W ActivityManager: Exception when unbinding service com.google.android.tv.remote.service/.RemoteService +02-27 08:26:17.838 505 3536 W ActivityManager: android.os.DeadObjectException +02-27 08:26:17.838 505 3536 W ActivityManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:26:17.838 505 3536 W ActivityManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:26:17.838 505 3536 W ActivityManager: at android.app.IApplicationThread$Stub$Proxy.scheduleUnbindService(IApplicationThread.java:1790) +02-27 08:26:17.838 505 3536 W ActivityManager: at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:4453) +02-27 08:26:17.838 505 3536 W ActivityManager: at com.android.server.am.ActiveServices.killServicesLocked(ActiveServices.java:4890) +02-27 08:26:17.838 505 3536 W ActivityManager: at com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked(ActivityManagerService.java:11706) +02-27 08:26:17.838 505 3536 W ActivityManager: at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:3015) +02-27 08:26:17.838 505 3536 W ActivityManager: at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:3122) +02-27 08:26:17.838 505 3536 W ActivityManager: at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1437) +02-27 08:26:17.838 505 3536 W ActivityManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:26:17.838 505 3536 W ActivityManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:26:17.848 505 3536 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 1000ms for connection +02-27 08:26:17.857 505 543 W Looper : Drained +02-27 08:26:18.034 505 543 W Looper : Slow dispatch took 129ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:26:18.046 505 554 W ActivityManager: Timeout executing service: ServiceRecord{b8058ee u0 com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService} +02-27 08:26:18.052 505 554 W ActivityManager: Timeout executing service: ServiceRecord{b8058ee u0 com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService} +02-27 08:26:18.053 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 22315 +02-27 08:26:18.057 505 826 I ActivityManager: Process com.google.android.tv.remote.service (pid 22464) has died: vis FGS +02-27 08:26:18.062 505 556 I libprocessgroup: Successfully killed process cgroup uid 10049 pid 22464 in 0ms +02-27 08:26:18.083 22463 22463 I Choreographer: Skipped 49 frames! The application may be doing too much work on its main thread. +02-27 08:26:18.097 505 826 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.AtvRemoteProviderService in 10751ms for connection +02-27 08:26:18.130 505 22892 I ActivityManager: dumpStackTraces pids=null nativepids=null +02-27 08:26:18.132 22463 22570 D EGL_emulation: app_time_stats: avg=67.53ms min=6.01ms max=855.44ms count=18 +02-27 08:26:18.163 505 22892 I ActivityManager: Dumping to /data/anr/anr_2026-02-27-08-26-18-160 +02-27 08:26:18.163 505 22892 I ActivityManager: Collecting stacks for pid 22786 +02-27 08:26:18.177 22861 22861 D cr_ChromecastConfigAndroid: [ChromecastConfigAndroid.java:86] initializeSendUsageStatsSetting +02-27 08:26:18.178 505 22892 I system_server: libdebuggerd_client: started dumping process 22786 +02-27 08:26:18.185 235 235 I tombstoned: registered intercept for pid 22786 and type kDebuggerdJavaBacktrace +02-27 08:26:18.192 22861 22861 D cr_ChromecastConfigAndroid: [ChromecastConfigAndroid.java:100] updateSendUsageStatsSetting +02-27 08:26:18.196 22786 22792 I .gms.persisten: Thread[6,tid=22792,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0916f0,peer=0x12f00000,"Signal Catcher"]: reacting to signal 3 +02-27 08:26:18.196 22786 22792 I .gms.persisten: +02-27 08:26:18.692 235 235 I tombstoned: received crash request for pid 22786 +02-27 08:26:18.693 235 235 I tombstoned: found intercept fd 512 for pid 22786 and type kDebuggerdJavaBacktrace +02-27 08:26:18.694 22786 22792 I .gms.persisten: Wrote stack traces to tombstoned +02-27 08:26:18.695 235 235 W tombstoned: missing output fd +02-27 08:26:18.696 505 22892 I system_server: libdebuggerd_client: done dumping process 22786 +02-27 08:26:18.716 505 22892 I ActivityManager: Done dumping +02-27 08:26:19.173 22463 22570 D EGL_emulation: app_time_stats: avg=19.77ms min=5.75ms max=224.22ms count=41 +02-27 08:26:20.177 22463 22570 D EGL_emulation: app_time_stats: avg=51.68ms min=10.21ms max=168.36ms count=17 +02-27 08:26:20.422 505 505 W Looper : Slow dispatch took 1536ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:26:20.446 22786 22786 E inertial-anchor: Requested sensor:1 and fallback sensor: 1 are both unavailable. +02-27 08:26:20.496 505 514 I system_server: Background young concurrent copying GC freed 2398073(60MB) AllocSpace objects, 0(0B) LOS objects, 36% free, 41MB/65MB, paused 118us,907us total 2.146s +02-27 08:26:20.567 22786 22786 E inertial-anchor: Requested sensor:1 and fallback sensor: 1 are both unavailable. +02-27 08:26:20.567 505 554 W ActivityManager: Slow operation: 115ms so far, now at startProcess: done creating new process record +02-27 08:26:20.567 505 554 W ActivityManager: Slow operation: 116ms so far, now at startProcess: stepping in to startProcess +02-27 08:26:20.625 505 554 W ActivityManager: Slow operation: 58ms so far, now at startProcess: building args +02-27 08:26:20.641 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 08:26:20.641 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 08:26:20.641 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 08:26:20.641 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 08:26:20.641 505 554 W ActivityManager: Slow operation: 190ms so far, now at startProcess: done starting proc! +02-27 08:26:20.642 505 555 W ActivityManager: Slow operation: 75ms so far, now at startProcess: asking zygote to start proc +02-27 08:26:20.642 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 08:26:20.672 505 22892 E ActivityManager: ANR in com.google.android.gms.persistent +02-27 08:26:20.672 505 22892 E ActivityManager: PID: 22786 +02-27 08:26:20.672 505 22892 E ActivityManager: Reason: executing service com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService +02-27 08:26:20.672 505 22892 E ActivityManager: Frozen: false +02-27 08:26:20.672 505 22892 E ActivityManager: Load: 0.0 / 0.0 / 0.0 +02-27 08:26:20.672 505 22892 E ActivityManager: ----- Output from /proc/pressure/memory ----- +02-27 08:26:20.672 505 22892 E ActivityManager: some avg10=31.69 avg60=26.63 avg300=16.35 total=339167128 +02-27 08:26:20.672 505 22892 E ActivityManager: full avg10=8.32 avg60=6.41 avg300=3.70 total=84962417 +02-27 08:26:20.672 505 22892 E ActivityManager: ----- End output from /proc/pressure/memory ----- +02-27 08:26:20.672 505 22892 E ActivityManager: +02-27 08:26:20.672 505 22892 E ActivityManager: CPU usage from 33285ms to 0ms ago (2026-02-27 08:25:44.488 to 2026-02-27 08:26:17.773): +02-27 08:26:20.672 505 22892 E ActivityManager: 81% 505/system_server: 43% user + 37% kernel / faults: 108857 minor 3939 major +02-27 08:26:20.672 505 22892 E ActivityManager: 26% 22463/com.google.android.tvlauncher: 6.3% user + 20% kernel / faults: 26467 minor 2035 major +02-27 08:26:20.672 505 22892 E ActivityManager: 15% 338/android.hardware.graphics.composer@2.3-service: 1.1% user + 14% kernel / faults: 1408 minor 86 major +02-27 08:26:20.672 505 22892 E ActivityManager: 14% 360/surfaceflinger: 2.1% user + 12% kernel / faults: 4387 minor 145 major +02-27 08:26:20.672 505 22892 E ActivityManager: 14% 116/kswapd0: 0% user + 14% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 4.7% 263/loop14: 0% user + 4.7% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 2.9% 12/ksoftirqd/0: 0% user + 2.9% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 2.2% 182/lmkd: 0.3% user + 1.8% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 2.1% 13/rcu_preempt: 0% user + 2.1% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 1.8% 321/netd: 0% user + 1.8% kernel / faults: 358 minor 81 major +02-27 08:26:20.672 505 22892 E ActivityManager: 1.4% 22342/com.google.process.gservices: 0% user + 1.3% kernel / faults: 2478 minor 110 major +02-27 08:26:20.672 505 22892 E ActivityManager: 1.3% 22437/kworker/0:1-events: 0% user + 1.3% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 1% 770/com.android.systemui: 0.3% user + 0.6% kernel / faults: 1539 minor 104 major +02-27 08:26:20.672 505 22892 E ActivityManager: 0.9% 22748/com.google.android.permissioncontroller: 0.3% user + 0.6% kernel / faults: 4212 minor 136 major +02-27 08:26:20.672 505 22892 E ActivityManager: 0.8% 500/kworker/u9:2-blk_crypto_wq: 0% user + 0.8% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 0.7% 20937/com.android.bluetooth: 0% user + 0.6% kernel / faults: 1406 minor 186 major +02-27 08:26:20.672 505 22892 E ActivityManager: 0.7% 185/psimon: 0% user + 0.7% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 0.7% 244/loop5: 0% user + 0.7% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 0.7% 19702/kworker/3:2-events: 0% user + 0.7% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 0.6% 243/loop4: 0% user + 0.6% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 0.5% 22655/com.google.process.gapps: 0.1% user + 0.3% kernel / faults: 1448 minor 33 major +02-27 08:26:20.672 505 22892 E ActivityManager: 0.6% 272/loop19: 0% user + 0.6% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 0.5% 353/android.hardware.power-service.example: 0% user + 0.4% kernel / faults: 481 minor 34 major +02-27 08:26:20.672 505 22892 E ActivityManager: 0.6% 21106/kworker/1:1-events: 0% user + 0.6% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 0.5% 255/loop10: 0% user + 0.5% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 0.5% 320/statsd: 0% user + 0.5% kernel / faults: 273 minor 39 major +02-27 08:26:20.672 505 22892 E ActivityManager: 0.3% 20811/com.google.android.tvrecommendations: 0% user + 0.3% kernel / faults: 332 minor 20 major +02-27 08:26:20.672 505 22892 E ActivityManager: 0.4% 347/android.hardware.sensors@2.1-service.multihal: 0% user + 0.4% kernel / faults: 374 minor 23 major +02-27 08:26:20.672 505 22892 E ActivityManager: 0.4% 248/loop7: 0% user + 0.4% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 0.4% 9196/kworker/u9:4-blk_crypto_wq: 0% user + 0.4% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 0.3% 20587/kworker/u9:3-blk_crypto_wq: 0% user + 0.3% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 0.3% 181/logd: 0% user + 0.3% kernel / faults: 124 minor 28 major +02-27 08:26:20.672 505 22892 E ActivityManager: 0.3% 271/loop18: 0% user + 0.3% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 0.3% 350/android.hardware.wifi@1.0-service: 0% user + 0.3% kernel / faults: 437 minor 76 major +02-27 08:26:20.672 505 22892 E ActivityManager: 0.3% 33/ksoftirqd/3: 0% user + 0.3% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 0.3% 20161/audioserver: 0% user + 0.3% kernel / faults: 233 minor 21 major +02-27 08:26:20.672 505 22892 E ActivityManager: 0.3% 130/sugov:1: 0% user + 0.3% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 0.3% 131/sugov:2: 0% user + 0.3% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 0.3% 322/zygote64: 0% user + 0.3% kernel / faults: 314 minor 28 major +02-27 08:26:20.672 505 22892 E ActivityManager: 0.2% 138/kworker/0:1H-kblockd: 0% user + 0.2% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 0.2% 229/jbd2/dm-4-8: 0% user + 0.2% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 0.2% 259/loop12: 0% user + 0.2% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 0.2% 751/wpa_supplicant: 0% user + 0.2% kernel / faults: 80 minor 33 major +02-27 08:26:20.672 505 22892 E ActivityManager: 0.2% 896/com.android.networkstack.process: 0% user + 0.2% kernel / faults: 1242 minor 82 major +02-27 08:26:20.672 505 22892 E ActivityManager: 0.2% 17530/kworker/u8:1-phy0: 0% user + 0.2% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 0.2% 95/kworker/3:1H-kblockd: 0% user + 0.2% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 0.2% 21141/kworker/2:1-events: 0% user + 0.2% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 0.2% 183/servicemanager: 0% user + 0.1% kernel / faults: 385 minor 18 major +02-27 08:26:20.672 505 22892 E ActivityManager: 0.2% 266/loop16: 0% user + 0.2% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 0.1% 21/ksoftirqd/1: 0% user + 0.1% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 0.1% 129/sugov:0: 0% user + 0.1% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 0.1% 132/sugov:3: 0% user + 0.1% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 0.1% 144/kworker/1:1H-kblockd: 0% user + 0.1% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 0.1% 45/kcompactd0: 0% user + 0.1% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 0.1% 145/kworker/2:1H-kblockd: 0% user + 0.1% kernel +02-27 08:26:20.672 505 22892 E ActivityManager: 0.1% 284/loop25: 0% user + 0.1% kernel +02-27 08:26:20.673 505 22892 E ActivityManager: 0% 197/android.system.suspend@1.0-service: 0% user + 0% kernel / faults: 76 minor 16 major +02-27 08:26:20.673 505 22892 E ActivityManager: 0% 1242/com.google.android.providers.media.module: 0% user + 0% kernel / faults: 340 minor +02-27 08:26:20.673 505 22892 E ActivityManager: 0% 1403/adbd: 0% user + 0% kernel +02-27 08:26:20.673 505 22892 E ActivityManager: 0% 22627/mdnsd: 0% user + 0% kernel / faults: 23 minor 19 major +02-27 08:26:20.673 505 22892 E ActivityManager: 0% 27/ksoftirqd/2: 0% user + 0% kernel +02-27 08:26:20.673 505 22892 E ActivityManager: 0% 346/android.hardware.power.stats@1.0-service.mock: 0% user + 0% kernel / faults: 37 minor 3 major +02-27 08:26:20.673 505 22892 E ActivityManager: 0% 43/oom_reaper: 0% user + 0% kernel +02-27 08:26:20.673 505 22892 E ActivityManager: 0% 46/khugepaged: 0% user + 0% kernel +02-27 08:26:20.673 505 22892 E ActivityManager: 0% 184/hwservicemanager: 0% user + 0% kernel / faults: 117 minor 12 major +02-27 08:26:20.673 505 22892 E ActivityManager: 0% 189/qemu-props: 0% user + 0% kernel / faults: 1 minor 2 major +02-27 08:26:20.673 505 22892 E ActivityManager: 0% 190/vold: 0% user + 0% kernel / faults: 40 minor 8 major +02-27 08:26:20.673 505 22892 E ActivityManager: 0% 256/loop11: 0% user + 0% kernel +02-27 08:26:20.673 505 22892 E ActivityManager: 0% 268/loop17: 0% user + 0% kernel +02-27 08:26:20.673 505 22892 E ActivityManager: 0% 276/loop21: 0% user + 0% kernel +02-27 08:26:20.673 505 22892 E ActivityManager: 0% 287/loop26: 0% user + 0% kernel +02-27 08:26:20.673 505 22892 E ActivityManager: 0% 315/dhcpclient: 0% user + 0% kernel / faults: 27 minor 1 major +02-27 08:26:20.673 505 22892 E ActivityManager: 0% 411/cameraserver: 0% user + 0% kernel / faults: 143 minor 13 major +02-27 08:26:20.673 505 22892 E ActivityManager: 0% 421/wificond: 0% user + 0% kernel / faults: 223 minor 17 major +02-27 08:26:20.673 505 22892 E ActivityManager: 0% 437/android.hardware.biometrics.fingerprint@2.1-service: 0% user + 0% kernel / faults: 26 minor 5 major +02-27 08:26:20.673 505 22892 E ActivityManager: 0% 852/android.hardware.gnss@2.0-service.ranchu: 0% user + 0% kernel / faults: 131 minor 2 major +02-27 08:26:20.673 505 22892 E ActivityManager: 0% 948/com.android.se: 0% user + 0% kernel / faults: 423 minor 1 major +02-27 08:26:20.673 505 22892 E ActivityManager: 0% 1265/com.android.emulator.multidisplay: 0% user + 0% kernel / faults: 396 minor 7 major +02-27 08:26:20.673 505 22892 E ActivityManager: 0% 21274/com.android.providers.tv: 0% user + 0% kernel / faults: 285 minor 1 major +02-27 08:26:20.673 505 22892 E ActivityManager: 0% 22280/kworker/u8:0-phy0: 0% user + 0% kernel +02-27 08:26:20.673 505 22892 E ActivityManager: +0% 22786/com.google.android.gms.persistent: 0% user + 0% kernel +02-27 08:26:20.673 505 22892 E ActivityManager: +0% 22861/com.google.android.apps.mediashell: 0% user + 0% kernel +02-27 08:26:20.673 505 22892 E ActivityManager: +0% 22888/kworker/1:0-events: 0% user + 0% kernel +02-27 08:26:20.673 505 22892 E ActivityManager: +0% 22891/kworker/2:2: 0% user + 0% kernel +02-27 08:26:20.673 505 22892 E ActivityManager: 86% TOTAL: 14% user + 34% kernel + 14% iowait + 16% irq + 6.1% softirq +02-27 08:26:20.673 505 22892 E ActivityManager: CPU usage from 2454550ms to 2454550ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake: +02-27 08:26:20.673 505 22892 E ActivityManager: 0% TOTAL: 0% user + 0% kernel +02-27 08:26:20.723 322 322 D Zygote : Forked child process 22896 +02-27 08:26:20.727 505 555 W ActivityManager: Slow operation: 160ms so far, now at startProcess: returned from zygote! +02-27 08:26:20.729 505 555 W ActivityManager: Slow operation: 161ms so far, now at startProcess: done updating battery stats +02-27 08:26:20.746 505 555 W ActivityManager: Slow operation: 178ms so far, now at startProcess: building log message +02-27 08:26:20.746 505 555 I ActivityManager: Start proc 22896:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:26:20.746 505 555 W ActivityManager: Slow operation: 179ms so far, now at startProcess: starting to update pids map +02-27 08:26:20.749 505 555 W ActivityManager: Slow operation: 182ms so far, now at startProcess: done updating pids map +02-27 08:26:20.790 505 22892 I ActivityManager: Killing 22786:com.google.android.gms.persistent/u0a57 (adj 0): bg anr +02-27 08:26:20.793 505 22892 D ActivityManager: Completed ANR of com.google.android.gms.persistent in 3189ms, latency 156ms +02-27 08:26:20.806 505 22892 I ActivityManager: Skipping duplicate ANR: com.android.server.am.ProcessErrorStateRecord@2865bbd executing service com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService +02-27 08:26:20.806 505 22892 D ActivityManager: Completed ANR of com.google.android.gms.persistent in 13ms, latency 2741ms +02-27 08:26:20.806 505 22892 I ActivityManager: Skipping duplicate ANR: com.android.server.am.ProcessErrorStateRecord@2865bbd executing service com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService +02-27 08:26:20.806 505 22892 D ActivityManager: Completed ANR of com.google.android.gms.persistent in 0ms, latency 2753ms +02-27 08:26:20.854 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 22786 in 59ms +02-27 08:26:20.900 322 322 I Zygote : Process 22786 exited due to signal 9 (Killed) +02-27 08:26:20.904 505 540 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.location.geocode.GeocodeService in 78024ms for connection +02-27 08:26:20.904 505 540 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentBoundBrokerService in 17944ms for connection +02-27 08:26:20.905 505 540 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.fused.FusedLocationService in 158024ms for connection +02-27 08:26:20.905 505 540 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentDirectBootAwareApiService in 27943ms for connection +02-27 08:26:20.905 505 540 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService in 237976ms for start-requested +02-27 08:26:20.905 505 540 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentApiService in 317976ms for connection +02-27 08:26:20.905 505 540 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService in 357976ms for start-requested +02-27 08:26:20.905 505 540 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.PendingIntentCallbackService in 37943ms for start-requested +02-27 08:26:20.905 505 540 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService in 397976ms for connection +02-27 08:26:20.905 505 540 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.network.NetworkLocationService in 437976ms for start-requested +02-27 08:26:20.939 505 22897 I DropBoxManagerService: add tag=system_app_anr isTagEnabled=true flags=0x6 +02-27 08:26:20.950 505 542 I ServiceWatcher: [GeocoderProxy] disconnected from 10057/com.google.android.gms/.location.geocode.GeocodeService@2 +02-27 08:26:20.950 505 542 I ServiceWatcher: [fused] disconnected from 10057/com.google.android.gms/com.google.android.location.fused.FusedLocationService@1 +02-27 08:26:21.234 22463 22570 D EGL_emulation: app_time_stats: avg=39.03ms min=7.02ms max=127.26ms count=25 +02-27 08:26:21.377 505 553 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:26:21.377 505 553 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:26:21.377 505 553 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:26:21.377 505 553 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:26:21.379 22896 22896 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 08:26:21.381 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:26:21.392 505 505 W Looper : Slow dispatch took 440ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:26:21.392 505 505 W Looper : Slow delivery took 413ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=3 +02-27 08:26:21.418 322 322 D Zygote : Forked child process 22906 +02-27 08:26:21.435 505 542 W Looper : Slow dispatch took 462ms android.fg h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null m=1 +02-27 08:26:21.446 505 555 W ActivityManager: Slow operation: 78ms so far, now at startProcess: returned from zygote! +02-27 08:26:21.446 505 555 W ActivityManager: Slow operation: 79ms so far, now at startProcess: done updating battery stats +02-27 08:26:21.446 505 555 W ActivityManager: Slow operation: 79ms so far, now at startProcess: building log message +02-27 08:26:21.446 505 555 I ActivityManager: Start proc 22906:com.google.android.gms.persistent/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.PersistentBoundBrokerService} +02-27 08:26:21.446 505 555 W ActivityManager: Slow operation: 79ms so far, now at startProcess: starting to update pids map +02-27 08:26:21.446 505 555 W ActivityManager: Slow operation: 79ms so far, now at startProcess: done updating pids map +02-27 08:26:21.474 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:26:21.474 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:26:21.532 22906 22906 E .gms.persisten: Not starting debugger since process cannot load the jdwp agent. +02-27 08:26:21.630 22463 22918 W CBVerifier: Fail to register phenotypeflags for com.google.android.libraries.consentverifier#com.google.android.tvlauncher. crr: 20: The connection to Google Play services was lost due to service disconnection. +02-27 08:26:21.705 505 514 I system_server: Background young concurrent copying GC freed 2122626(53MB) AllocSpace objects, 6(356KB) LOS objects, 61% free, 14MB/38MB, paused 25.058ms,110us total 120.407ms +02-27 08:26:21.792 505 553 E PackageManager: Optimistic bind failed. +02-27 08:26:21.792 505 553 E PackageManager: java.util.concurrent.TimeoutException: [Optimistic Bind] Didn't bind to resolver in time! +02-27 08:26:21.792 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.waitForBindLocked(InstantAppResolverConnection.java:160) +02-27 08:26:21.792 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.bind(InstantAppResolverConnection.java:225) +02-27 08:26:21.792 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.lambda$optimisticBind$0$InstantAppResolverConnection(InstantAppResolverConnection.java:255) +02-27 08:26:21.792 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection$$ExternalSyntheticLambda0.run(Unknown Source:2) +02-27 08:26:21.792 505 553 E PackageManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:26:21.792 505 553 E PackageManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:26:21.792 505 553 E PackageManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:26:21.792 505 553 E PackageManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:26:21.792 505 553 E PackageManager: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:26:21.793 505 505 W Looper : Drained +02-27 08:26:21.806 505 540 W ActivityManager: Slow operation: 85ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:26:21.807 22906 22906 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:26:21.823 22896 22896 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 08:26:22.266 22463 22570 D EGL_emulation: app_time_stats: avg=92.49ms min=13.19ms max=458.42ms count=11 +02-27 08:26:22.385 22861 22861 I chromium: [22861:22861:INFO:cast_content_browser_client_internal.cc(428)] Remote heap profiler is disabled. +02-27 08:26:22.687 22861 22861 V cr_Accessibility: [BrowserAccessibilityState.java:196] Enabled accessibility services list updated. +02-27 08:26:22.725 22896 22896 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:26:22.791 22906 22906 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:26:22.984 22906 22906 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:26:22.984 22906 22906 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:26:22.998 22906 22906 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:26:23.033 22906 22906 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:26:23.114 22861 22936 I cr_CastCrashUploader: Remove crash dumps +02-27 08:26:23.158 22896 22896 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 08:26:23.159 22896 22896 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:26:23.161 22896 22896 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:26:23.161 22896 22896 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:26:23.271 22463 22570 D EGL_emulation: app_time_stats: avg=20.27ms min=6.15ms max=60.27ms count=34 +02-27 08:26:23.366 22861 22942 I chromium: [22861:22942:INFO:cast_media_android.cc(44)] Initialize: +02-27 08:26:23.541 22861 22870 W apps.mediashel: Suspending all threads took: 79.842ms +02-27 08:26:23.618 22861 22942 I cr_VolumeControlAndroid: Creating new VolumeControl instance +02-27 08:26:23.723 22906 22920 I .gms.persisten: Background young concurrent copying GC freed 13572(669KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1976KB/25MB, paused 15.114ms,1.472ms total 226.675ms +02-27 08:26:23.981 22861 22861 I chromium: [22861:22861:INFO:supported_codec_finder.cc(28)] Adding 32 supported codec profiles/levels +02-27 08:26:24.008 22861 22939 I chromium: [22861:22939:INFO:external_mojo_broker.cc(236)] Register service cast_browser +02-27 08:26:24.148 22861 22861 I chromium: [22861:22861:INFO:uds_peercred_filter.cc(165)] Performing one-time injection of UdsPeercredFilter into GRPC. +02-27 08:26:24.164 22861 22861 W chromium: [22861:22861:WARNING:client_auth_manager.cc(103)] Old certificate is empty. +02-27 08:26:24.274 22463 22570 D EGL_emulation: app_time_stats: avg=21.10ms min=8.41ms max=59.07ms count=41 +02-27 08:26:24.484 22861 22861 E chromium: [22861:22861:ERROR:device_info_impl.cc(1352)] Cannot get MAC address. +02-27 08:26:24.484 22861 22861 I chromium: [22861:22861:INFO:device_info_impl.cc(1356)] MAC address for : 00:00:00:00:00:00 +02-27 08:26:24.533 505 514 I system_server: Background young concurrent copying GC freed 1016689(25MB) AllocSpace objects, 0(0B) LOS objects, 10% free, 33MB/37MB, paused 182us,381us total 1.070s +02-27 08:26:24.545 22861 22861 I chromium: [22861:22861:INFO:device_info_impl.cc(405)] Device model id: Google.emulator64_arm64.sdk_google_atv64_arm64 +02-27 08:26:24.545 22861 22861 I chromium: [22861:22861:INFO:device_info_impl.cc(440)] Control Notifications: 0 +02-27 08:26:24.554 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(17)] Build volume cache for type 0: +02-27 08:26:24.554 22861 22861 E chromium: [22861:22861:ERROR:device_info_impl.cc(145)] Cannot read file: /data/bootid +02-27 08:26:24.554 22861 22861 I chromium: [22861:22861:INFO:device_info_impl.cc(456)] SSDP Boot ID: 0 +02-27 08:26:24.554 22861 22861 I chromium: [22861:22861:INFO:device_info_impl.cc(460)] SSDP Config ID: 1 +02-27 08:26:24.621 22861 22861 W chromium: [22861:22861:WARNING:secure_storage_impl.cc(115)] Device key not available yet. +02-27 08:26:24.660 22861 22861 I chromium: [22861:22861:INFO:crypto_manager.cc(257)] Public key: MIIBCgKCAQEAw2jhAxLfHUp4ZFJiAJ6Od5c82w7pu4hXjsGkAybnQ9X8f5omqDtNN7/NYNyWBhHxz0Szft+npN3L/hE7Q1pDlruIMfNHIKMGaAbqlKXxMmqClSYYEPQMSuiXIwzc9Y3GPGR8dyXlCE8ZFEKFX+cM/ZuXO2/XSTTI8yZQAEmO2Pegn/4xEqJyrArhSWCUYAawJNTy8s7XLGAaX4s8RAudmFew44ga0/iOVYpfVAovtc9YDsjauTXqYRT0Y+4I1982SWg/uQNIyvpdICSDwpCdR+82Ek+Enl//bkS2OAHymRWS5jh6ClWMAA+lCUtx6UlyzfJ4l732iGRXaMSfwLNVnwIDAQAB +02-27 08:26:24.660 22861 22861 I chromium: [22861:22861:INFO:crypto_manager.cc(268)] Public modulus: w2jhAxLfHUp4ZFJiAJ6Od5c82w7pu4hXjsGkAybnQ9X8f5omqDtNN7_NYNyWBhHxz0Szft-npN3L_hE7Q1pDlruIMfNHIKMGaAbqlKXxMmqClSYYEPQMSuiXIwzc9Y3GPGR8dyXlCE8ZFEKFX-cM_ZuXO2_XSTTI8yZQAEmO2Pegn_4xEqJyrArhSWCUYAawJNTy8s7XLGAaX4s8RAudmFew44ga0_iOVYpfVAovtc9YDsjauTXqYRT0Y-4I1982SWg_uQNIyvpdICSDwpCdR-82Ek-Enl__bkS2OAHymRWS5jh6ClWMAA-lCUtx6UlyzfJ4l732iGRXaMSfwLNVnw +02-27 08:26:24.660 22861 22861 I chromium: [22861:22861:INFO:crypto_manager.cc(273)] Public exponent: AQAB +02-27 08:26:24.704 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 0(0) -> -120 +02-27 08:26:24.704 22861 22861 I chromium: [22861:22861:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:26:24.704 22861 22861 I chromium: [22861:22861:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:26:24.705 22861 22952 I chromium: [22861:22952:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:26:24.710 22861 22861 I chromium: [22861:22861:INFO:service_base.h(78)] Size of the map for type AuthTokenResponse is 0 +02-27 08:26:24.711 22861 22861 W chromium: [22861:22861:WARNING:service_manager_android.cc(70)] Client wayland was not found in whitelisted packages. +02-27 08:26:24.711 22861 22861 I chromium: [22861:22861:INFO:service_manager_android.cc(79)] Creating socket localhost:10042 +02-27 08:26:24.711 22861 22861 I chromium: [22861:22861:INFO:grpc_manager_impl.cc(335)] GRPC[uri=localhost:10042]: Shutting down CQ. +02-27 08:26:24.711 22861 22952 I chromium: [22861:22952:INFO:grpc_manager_impl.cc(689)] GRPC[uri=]: Completion queue is exiting: id=0 +02-27 08:26:24.711 22861 22861 I chromium: [22861:22861:INFO:grpc_completion_queue_wrapper.cc(51)] CQ is shutting down: id=0 +02-27 08:26:24.711 22861 22861 I chromium: [22861:22861:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=1 +02-27 08:26:24.711 22861 22952 I chromium: [22861:22952:INFO:grpc_manager_impl.cc(683)] GRPC[uri=localhost:10042]: Started processing completion queue: id=1 +02-27 08:26:24.711 22861 22861 I chromium: [22861:22861:INFO:grpc_manager_impl.cc(852)] GRPC[uri=localhost:10042]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:26:24.711 22861 22861 I chromium: [22861:22861:INFO:grpc_manager_impl.cc(442)] GRPC[uri=localhost:10042]: Can't start server yet, missing start_requsted_ +02-27 08:26:24.716 22861 22861 I chromium: [22861:22861:INFO:grpc_manager_impl.cc(384)] GRPC[uri=localhost:10042]: Registered service chromecast.user_auth.proto.UserAuthService +02-27 08:26:24.716 22861 22861 I chromium: [22861:22861:INFO:grpc_manager_impl.cc(406)] GRPC[uri=localhost:10042]: Registered a handler AuthTokenChannel for service chromecast.user_auth.proto.UserAuthService +02-27 08:26:24.716 22861 22861 I chromium: [22861:22861:INFO:grpc_manager_impl.cc(452)] GRPC[uri=localhost:10042]: Proceeding to try to start server. +02-27 08:26:24.726 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 1(0.0666667) -> -53.2632 +02-27 08:26:24.726 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 2(0.133333) -> -46.6316 +02-27 08:26:24.729 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 3(0.2) -> -40 +02-27 08:26:24.750 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 4(0.266667) -> -36.55 +02-27 08:26:24.766 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 5(0.333333) -> -32.525 +02-27 08:26:24.769 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 6(0.4) -> -28.5 +02-27 08:26:24.770 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 7(0.466667) -> -25.05 +02-27 08:26:24.770 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 8(0.533333) -> -21.025 +02-27 08:26:24.770 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 9(0.6) -> -17 +02-27 08:26:24.770 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 10(0.666667) -> -14.45 +02-27 08:26:24.786 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 11(0.733333) -> -11.475 +02-27 08:26:24.786 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 12(0.8) -> -8.5 +02-27 08:26:24.786 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 13(0.866667) -> -5.95 +02-27 08:26:24.787 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 14(0.933333) -> -2.975 +02-27 08:26:24.787 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 15(1) -> 0 +02-27 08:26:24.787 22861 22946 I chromium: [22861:22946:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-40 type=MEDIA +02-27 08:26:24.788 22861 22946 I chromium: [22861:22946:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=0: volume=0.2 (-40) mute=0 +02-27 08:26:24.798 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(17)] Build volume cache for type 1: +02-27 08:26:24.798 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 0(0) -> -29.7 +02-27 08:26:24.804 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 1(0.142857) -> -29.7 +02-27 08:26:24.810 22861 22861 I chromium: [22861:22861:INFO:grpc_manager_impl.cc(509)] GRPC[uri=localhost:10042]: Grpc server started in port 10042 +02-27 08:26:24.810 22861 22861 I chromium: [22861:22861:INFO:service_manager_android.cc(83)] Android server started for service: user_auth +02-27 08:26:24.828 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 2(0.285714) -> -25.0455 +02-27 08:26:24.837 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 3(0.428571) -> -20.1 +02-27 08:26:24.846 22861 22861 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:26:24.846 22861 22861 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:26:24.861 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 4(0.571429) -> -15 +02-27 08:26:24.886 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 5(0.714286) -> -9.9 +02-27 08:26:24.899 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 6(0.857143) -> -4.8 +02-27 08:26:24.900 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 7(1) -> 0 +02-27 08:26:24.901 22861 22946 I chromium: [22861:22946:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-25.0455 type=ALARM +02-27 08:26:24.901 22861 22946 I chromium: [22861:22946:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=1: volume=0.285714 (-25.0455) mute=0 +02-27 08:26:24.901 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(17)] Build volume cache for type 2: +02-27 08:26:24.914 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 0(0) -> -120 +02-27 08:26:24.943 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 1(0.142857) -> -21.5625 +02-27 08:26:25.008 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 2(0.285714) -> -18.9375 +02-27 08:26:25.014 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 3(0.428571) -> -16.3636 +02-27 08:26:25.038 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 4(0.571429) -> -13.6364 +02-27 08:26:25.058 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 5(0.714286) -> -11.1176 +02-27 08:26:25.276 22861 22861 I chromium: [22861:22861:INFO:gcm_manager.cc(132)] GCM Dir = /data/user/0/com.google.android.apps.mediashell/cache/gcm +02-27 08:26:25.281 22861 22861 I chromium: [22861:22861:INFO:gcm_manager.cc(246)] Enabling GCM Driver +02-27 08:26:25.297 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 6(0.857143) -> -8.64706 +02-27 08:26:25.307 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 7(1) -> -6 +02-27 08:26:25.309 22861 22946 I chromium: [22861:22946:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-21.5625 type=COMMUNICATION +02-27 08:26:25.312 22463 22570 D EGL_emulation: app_time_stats: avg=20.19ms min=5.57ms max=62.29ms count=34 +02-27 08:26:25.356 22861 22946 I chromium: [22861:22946:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=2: volume=0.142857 (-21.5625) mute=0 +02-27 08:26:25.356 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(17)] Build volume cache for type 3: +02-27 08:26:25.404 22861 22861 I chromium: [22861:22861:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/home.hds.proto.device.config.RefreshConfigRequest +02-27 08:26:25.404 22861 22861 I chromium: [22861:22861:INFO:preload_initiator_mdns.cc(91)] Preload type: mdns +02-27 08:26:25.404 22861 22861 W chromium: [22861:22861:WARNING:hds_settings.cc(107)] HDS URL has not been set through command line. +02-27 08:26:25.417 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 0(0) -> -24 +02-27 08:26:25.424 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 1(0.2) -> -24 +02-27 08:26:25.581 22861 22861 I chromium: [22861:22861:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:26:25.581 22861 22861 I chromium: [22861:22861:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:26:25.581 22861 22861 I chromium: [22861:22861:INFO:grpc_manager_impl.cc(437)] GRPC[uri=]: Can't start server yet, missing URI. +02-27 08:26:25.590 22861 22861 I chromium: [22861:22861:INFO:lycra_gcm_impl.cc(112)] Deferring GCM registration until connectivity is up. +02-27 08:26:25.590 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:26:25.596 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 2(0.4) -> -17.9394 +02-27 08:26:25.604 22861 22962 I chromium: [22861:22962:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:26:25.605 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:26:25.605 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:26:25.605 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:26:25.605 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:26:25.605 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:26:25.605 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:26:25.605 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:26:25.605 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:26:25.605 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:26:25.605 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:26:25.605 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:26:25.606 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:26:25.606 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:26:25.606 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:26:25.606 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:26:25.606 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:26:25.606 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:26:25.606 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(165)] Presence settings is: 0 +02-27 08:26:25.606 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(183)] Presence radar settings is: 0 +02-27 08:26:25.606 22861 22861 I chromium: [22861:22861:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:26:25.606 22861 22861 I chromium: [22861:22861:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:26:25.606 22861 22861 I chromium: [22861:22861:INFO:service_base.h(246)] Container sizes for type CloudSetting are (session_info_map: 0), (topic_info_map: 0), (pending_events: 0). +02-27 08:26:25.606 22861 22963 I chromium: [22861:22963:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:26:25.607 22861 22861 E chromium: [22861:22861:ERROR:socket_manifest_android.cc(33)] Socket config not found for service cloud_settings +02-27 08:26:25.607 22861 22861 W chromium: [22861:22861:WARNING:service_manager_android.cc(62)] No socket entry found for cloud_settings. Ignore if service was not intended to run on this OS. +02-27 08:26:25.607 22861 22861 I chromium: [22861:22861:INFO:cloud_settings_grpc_service_impl.cc(55)] CloudSettingsGrpcServiceImpl constructed, and started gRPC server. +02-27 08:26:25.607 22861 22861 I chromium: [22861:22861:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: a11y_display_settings +02-27 08:26:25.613 22861 22861 W chromium: [22861:22861:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [a11y_display_settings] in settings. +02-27 08:26:25.613 505 514 W system_server: Suspending all threads took: 23.013ms +02-27 08:26:25.621 22861 22861 I chromium: [22861:22861:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: a11y_trait +02-27 08:26:25.621 22861 22861 W chromium: [22861:22861:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [a11y_trait] in settings. +02-27 08:26:25.621 22861 22861 I chromium: [22861:22861:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: alarm_volume_settings +02-27 08:26:25.621 22861 22861 W chromium: [22861:22861:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [alarm_volume_settings] in settings. +02-27 08:26:25.621 22861 22861 I chromium: [22861:22861:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: ambient_eq_settings +02-27 08:26:25.621 22861 22861 W chromium: [22861:22861:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [ambient_eq_settings] in settings. +02-27 08:26:25.621 22861 22861 I chromium: [22861:22861:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: assistant_volume_settings +02-27 08:26:25.621 22861 22861 W chromium: [22861:22861:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [assistant_volume_settings] in settings. +02-27 08:26:25.621 22861 22861 I chromium: [22861:22861:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: auto_software_update_settings +02-27 08:26:25.621 22861 22861 W chromium: [22861:22861:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [auto_software_update_settings] in settings. +02-27 08:26:25.621 22861 22861 I chromium: [22861:22861:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: display_theme_settings +02-27 08:26:25.621 22861 22861 W chromium: [22861:22861:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [display_theme_settings] in settings. +02-27 08:26:25.621 22861 22861 I chromium: [22861:22861:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: do_not_disturb_settings +02-27 08:26:25.621 22861 22861 W chromium: [22861:22861:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [do_not_disturb_settings] in settings. +02-27 08:26:25.621 22861 22861 I chromium: [22861:22861:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: eureka_info_settings +02-27 08:26:25.621 22861 22861 W chromium: [22861:22861:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [eureka_info_settings] in settings. +02-27 08:26:25.621 22861 22861 I chromium: [22861:22861:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: hdmi_settings +02-27 08:26:25.621 22861 22861 W chromium: [22861:22861:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [hdmi_settings] in settings. +02-27 08:26:25.621 22861 22861 I chromium: [22861:22861:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: night_mode_settings +02-27 08:26:25.621 22861 22861 W chromium: [22861:22861:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [night_mode_settings] in settings. +02-27 08:26:25.621 22861 22861 I chromium: [22861:22861:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: preview_program_settings +02-27 08:26:25.621 22861 22861 W chromium: [22861:22861:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [preview_program_settings] in settings. +02-27 08:26:25.621 22861 22861 I chromium: [22861:22861:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: privacy_settings +02-27 08:26:25.621 22861 22861 W chromium: [22861:22861:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [privacy_settings] in settings. +02-27 08:26:25.621 22861 22861 I chromium: [22861:22861:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: radar_presence_detection_settings +02-27 08:26:25.621 22861 22861 W chromium: [22861:22861:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [radar_presence_detection_settings] in settings. +02-27 08:26:25.621 22861 22861 I chromium: [22861:22861:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: technical_info +02-27 08:26:25.621 22861 22861 W chromium: [22861:22861:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [technical_info] in settings. +02-27 08:26:25.621 22861 22861 I chromium: [22861:22861:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: touch_interaction_presence_detection_settings +02-27 08:26:25.621 22861 22861 W chromium: [22861:22861:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [touch_interaction_presence_detection_settings] in settings. +02-27 08:26:25.622 22861 22861 I chromium: [22861:22861:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: ultrasound_settings +02-27 08:26:25.622 22861 22861 W chromium: [22861:22861:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [ultrasound_settings] in settings. +02-27 08:26:25.622 22861 22861 I chromium: [22861:22861:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: user_eq_settings +02-27 08:26:25.622 22861 22861 W chromium: [22861:22861:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [user_eq_settings] in settings. +02-27 08:26:25.622 22861 22861 I chromium: [22861:22861:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: user_interface_settings +02-27 08:26:25.622 22861 22861 W chromium: [22861:22861:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [user_interface_settings] in settings. +02-27 08:26:25.622 22861 22861 I chromium: [22861:22861:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: voice_interaction_presence_detection_settings +02-27 08:26:25.622 22861 22861 W chromium: [22861:22861:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [voice_interaction_presence_detection_settings] in settings. +02-27 08:26:25.622 22861 22861 I chromium: [22861:22861:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: wifi_settings +02-27 08:26:25.622 22861 22861 W chromium: [22861:22861:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [wifi_settings] in settings. +02-27 08:26:25.680 505 514 I system_server: Background concurrent copying GC freed 1292406(32MB) AllocSpace objects, 1(24KB) LOS objects, 49% free, 21MB/43MB, paused 4.379ms,23.238ms total 1.077s +02-27 08:26:25.899 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 3(0.6) -> -11.8788 +02-27 08:26:25.976 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 4(0.8) -> -5.88235 +02-27 08:26:25.996 22861 22861 I chromium: [22861:22861:INFO:cloud_settings_manager_impl.cc(225)] Cloud settings is disabled. +02-27 08:26:25.996 22861 22946 I chromium: [22861:22946:INFO:volume_cache.cc(28)] 5(1) -> 0 +02-27 08:26:25.999 22861 22861 W chromium: [22861:22861:WARNING:client_auth_manager.cc(103)] Old certificate is empty. +02-27 08:26:25.999 22861 22861 I chromium: [22861:22861:INFO:usonia_configs_with_cast_features.cc(55)] No extra groups +02-27 08:26:25.999 22861 22861 I chromium: [22861:22861:INFO:usonia_configs_with_cast_features.cc(304)] Usonia configs: UsoniaConfigs initialized +02-27 08:26:26.000 22861 22861 I chromium: [22861:22861:INFO:usonia_configs_with_cast_features.cc(305)] id_is_authenticated=0 +02-27 08:26:26.000 22861 22861 I chromium: [22861:22861:INFO:usonia_configs_with_cast_features.cc(306)] usonia_require_authenticated_ids=1 +02-27 08:26:26.000 22861 22861 I chromium: [22861:22861:INFO:usonia_configs_with_cast_features.cc(308)] usonia_extra_multicast_groups= +02-27 08:26:26.004 505 1381 W ContentProviderHelper: Slow operation: 590ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:26:26.005 505 1381 W ContentProviderHelper: Slow operation: 591ms so far, now at getContentProviderImpl: done! +02-27 08:26:26.008 22861 22861 I chromium: [22861:22861:INFO:usonia_configs_with_cast_features.cc(310)] usonia_multicast_ttl=1 +02-27 08:26:26.008 22861 22861 I chromium: [22861:22861:INFO:usonia_configs_with_cast_features.cc(311)] usonia_higher_root_precedence=0 +02-27 08:26:26.008 22861 22861 I chromium: [22861:22861:INFO:usonia_configs_with_cast_features.cc(313)] usonia_allow_self_signed_certs=0 +02-27 08:26:26.008 22861 22861 I chromium: [22861:22861:INFO:usonia_configs_with_cast_features.cc(315)] usonia_enable_trusted_sets=1 +02-27 08:26:26.017 22861 22946 I chromium: [22861:22946:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-17.9394 type=OTHER +02-27 08:26:26.047 22861 22946 I chromium: [22861:22946:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=3: volume=0.4 (-17.9394) mute=0 +02-27 08:26:26.064 22861 22933 I chromium: [22861:22933:INFO:directory_service_impl.cc(419)] Boot count is now 13 +02-27 08:26:26.070 22861 22933 I chromium: [22861:22933:INFO:parent_tracker.cc(117)] [REDACTED] has hash 1127492593, root wait is 0.115374 s +02-27 08:26:26.085 22861 22965 I chromium: [22861:22965:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:26:26.086 22861 22966 I chromium: [22861:22966:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:26:26.090 22861 22965 I chromium: [22861:22965:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:26:26.116 22861 22933 I chromium: [22861:22933:INFO:parent_tracker.cc(213)] Now using local address [REDACTED] +02-27 08:26:26.116 22861 22933 I chromium: [22861:22933:INFO:parent_tracker.cc(231)] Using multicast TTL 1 +02-27 08:26:26.126 22861 22933 I chromium: [22861:22933:INFO:parent_tracker.cc(479)] Trusted set support is disabled +02-27 08:26:26.142 22861 22965 I chromium: [22861:22965:INFO:grpc_auth_manager_with_grpc_ipc.cc(63)] Connecting IPC for Auth.AuthReadyStreaming. +02-27 08:26:26.154 22861 22933 E chromium: [22861:22933:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 08:26:26.161 22861 22933 E chromium: [22861:22933:ERROR:tcp_listener.cc(65)] Listen failed: net::ERR_ADDRESS_IN_USE : 0.0.0.0:10101 +02-27 08:26:26.164 22861 22933 E chromium: [22861:22933:ERROR:ssl_message_stream_socket_factory_cast.cc(72)] SSL listener error: -1 +02-27 08:26:26.246 22861 22965 I chromium: [22861:22965:INFO:grpc_ipc_socket_client.cc(29)] GrpcIpcSocketClient created for usonia-ipc-socket +02-27 08:26:26.258 22861 22965 D BindingManager: with +02-27 08:26:26.258 22861 22965 D BindingManager: bind to service +02-27 08:26:26.338 22861 22933 I chromium: [22861:22933:INFO:device_set.cc(163)] Become root for set [REDACTED] +02-27 08:26:26.347 22463 22570 D EGL_emulation: app_time_stats: avg=31.98ms min=6.43ms max=95.61ms count=26 +02-27 08:26:26.348 22861 22933 I chromium: [22861:22933:INFO:directory_service_impl.cc(536)] This device became root +02-27 08:26:26.383 22861 22965 I chromium: [22861:22965:INFO:distributed_service_discovery_with_grpc_ipc.cc(152)] Connecting IPC for DistributedServiceDiscovery.AddService. +02-27 08:26:26.390 22861 22965 I chromium: [22861:22965:INFO:distributed_service_discovery_with_grpc_ipc.cc(66)] Connecting IPC for DistributedServiceDiscovery.UpdateObservers. +02-27 08:26:26.393 22861 22965 I chromium: [22861:22965:INFO:metrics_recorder_with_grpc_ipc.cc(156)] Connecting IPC for MetricsRecorder.RecordMetrics: num_attempts=1 +02-27 08:26:26.393 22861 22965 I chromium: [22861:22965:INFO:synchronous_sound_player_with_grpc_ipc.cc(176)] Connecting IPC for SynchronousSoundPlayer.UpdateSound. +02-27 08:26:26.404 22861 22965 I chromium: [22861:22965:INFO:directory_service_with_grpc_ipc.cc(66)] Connecting IPC for DirectoryService.LocalDeviceInfo. +02-27 08:26:26.404 22861 22965 I chromium: [22861:22965:INFO:directory_service_with_grpc_ipc.cc(123)] Connecting IPC for DirectoryService.ObserveCommonTime. +02-27 08:26:26.404 22861 22965 I chromium: [22861:22965:INFO:directory_service_with_grpc_ipc.cc(279)] Connecting IPC for DirectoryService.UpdateStateObservers. +02-27 08:26:26.405 22861 22965 I chromium: [22861:22965:INFO:directory_service_with_grpc_ipc.cc(381)] Connecting IPC for DirectoryService.UpdateMessageObservers. +02-27 08:26:26.406 22861 22965 I chromium: [22861:22965:INFO:state_manager_with_grpc_ipc.cc(78)] Connecting IPC for StateManager.ReceiveStateUpdates. +02-27 08:26:26.406 22861 22965 I chromium: [22861:22965:INFO:services_layer_impl.cc(63)] Service layer is instantiated: debug_string=CastChild +02-27 08:26:26.406 22861 22965 I chromium: [22861:22965:INFO:services_layer_impl.cc(70)] Register usonia.EchoCastChild.SendEcho rpc. +02-27 08:26:26.408 22861 22965 I chromium: [22861:22965:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.EchoCastChild +02-27 08:26:26.417 22861 22965 I chromium: [22861:22965:INFO:usonia_child_process.cc(111)] Usonia child process is instantiated: debug_string=CastChild, server_uri=[::]:10011, ipc_uri= +02-27 08:26:26.424 22861 22861 I chromium: [22861:22861:INFO:multizone_manager.cc(339)] Multizone features are disabled +02-27 08:26:26.750 22861 22861 I cr_AppRestrictionService: RestrictionEntry: key=enable_lan_discovery, type=1, default=true +02-27 08:26:26.754 22896 22896 I DeviceStatusMonitor: DeviceStatusMonitor.updateCountryInfo():121 updateCountryInfo(), notifyAnyway = true +02-27 08:26:27.138 22463 22463 I Choreographer: Skipped 32 frames! The application may be doing too much work on its main thread. +02-27 08:26:27.147 22861 22861 I chromium: [22861:22861:INFO:app_restrictions_service.cc(29)] Restriction 'enable_lan_discovery' = 1 +02-27 08:26:27.148 22861 22861 W chromium: [22861:22861:WARNING:cast_receiver_impl.cc(1529)] Cast receiver not initialized. Don't start discovery: state=0 +02-27 08:26:27.148 22861 22861 I chromium: [22861:22861:INFO:cast_receiver_impl.cc(1595)] SSDP server stopped. +02-27 08:26:27.165 505 514 I system_server: Background young concurrent copying GC freed 1225816(30MB) AllocSpace objects, 0(0B) LOS objects, 29% free, 30MB/43MB, paused 1.928ms,1.846ms total 568.051ms +02-27 08:26:27.179 22861 22861 E chromium: [22861:22861:ERROR:metrics_recorder_impl.cc(652)] Cannot record metrics event after MetricsRecorder stopped. +02-27 08:26:27.200 22896 22896 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = true +02-27 08:26:27.240 505 1381 I WifiService: acquireWifiLock uid=10054 lockMode=1 +02-27 08:26:27.249 22896 22896 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:26:27.249 22896 22896 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:26:27.266 22906 22906 I Safeboot: Checking safeboot... +02-27 08:26:27.278 505 1381 I WifiService: acquireMulticastLock uid=10054 +02-27 08:26:27.313 22861 22861 I chromium: [22861:22861:INFO:cast_thread_health_check.cc(53)] Receiver health check timeout: 15 seconds. +02-27 08:26:27.316 22861 22861 I chromium: [22861:22861:INFO:cast_certificate_grpc_service_dummy.cc(14)] Dummy CastCertificateGrpcService constructed. +02-27 08:26:27.316 22861 22861 I chromium: [22861:22861:INFO:matter_certificate_grpc_service_dummy.cc(14)] Dummy MatterCertificateGrpcService constructed. +02-27 08:26:27.346 22463 22570 D EGL_emulation: app_time_stats: avg=77.15ms min=7.23ms max=495.08ms count=12 +02-27 08:26:27.471 22896 22896 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:26:27.474 22861 22861 I chromium: [22861:22861:INFO:debug_endpoint_manager_grpc_client.cc(383)] gRPC client channel state changed to GRPC_CHANNEL_IDLE +02-27 08:26:27.476 22861 22861 I chromium: [22861:22861:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:26:27.476 22861 22861 I chromium: [22861:22861:INFO:grpc_manager_impl.cc(852)] GRPC[uri=[::]:0]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:26:27.476 22861 22861 I chromium: [22861:22861:INFO:grpc_manager_impl.cc(442)] GRPC[uri=[::]:0]: Can't start server yet, missing start_requsted_ +02-27 08:26:27.477 22861 22972 I chromium: [22861:22972:INFO:grpc_manager_impl.cc(683)] GRPC[uri=[::]:0]: Started processing completion queue: id=0 +02-27 08:26:27.490 22861 22861 I chromium: [22861:22861:INFO:pref_metrics_manager.cc(67)] PrefMetricsManager started. +02-27 08:26:27.490 22861 22861 I chromium: [22861:22861:INFO:debug_endpoint_manager_grpc_client.cc(134)] 1 RPC call(s) postponed. Current gRPC channel state is GRPC_CHANNEL_IDLE +02-27 08:26:27.490 22861 22861 I chromium: [22861:22861:INFO:pref_control_debug_manager.cc(77)] DebugInterface registered. +02-27 08:26:27.494 22906 22906 I FixerFramework: Installing ProviderInstaller. +02-27 08:26:27.516 22861 22861 I chromium: [22861:22861:INFO:pref_control_service_impl.cc(128)] Loading prefs from /data/user/0/com.google.android.apps.mediashell/cache/pref_control/pref_control.prefs +02-27 08:26:27.525 22896 22979 E FileCache: FileCache.clearObsoleteFilesInternal():271 Failed to delete all obsolete files under folder: /data/user_de/0/com.google.android.inputmethod.latin/cache/kb_def +02-27 08:26:27.657 22861 22861 I chromium: [22861:22861:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:motion_sensing_pref,RestoreValue:1,ForceEnableParent:1,Value:1,Optin:0] +02-27 08:26:27.657 22861 22861 I chromium: [22861:22861:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:sleep_sensing_pref,RestoreValue:1,ForceEnableParent:1,Value:1,Optin:0] +02-27 08:26:27.657 22861 22861 I chromium: [22861:22861:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:sleep_disturbance_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 08:26:27.657 22861 22861 I chromium: [22861:22861:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:sleep_coaching_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 08:26:27.657 22861 22861 I chromium: [22861:22861:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:gesture_sensing_pref,RestoreValue:1,ForceEnableParent:1,Value:1,Optin:0] +02-27 08:26:27.657 22861 22861 I chromium: [22861:22861:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:play_and_pause_gesture_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 08:26:27.657 22861 22861 I chromium: [22861:22861:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:alarms_and_timers_gesture_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 08:26:27.667 22861 22861 I chromium: [22861:22861:INFO:pref_metrics_manager.cc(97)] Adding motion_sensing_pref to PrefMetricsManager. +02-27 08:26:27.667 22861 22861 I chromium: [22861:22861:INFO:pref_metrics_manager.cc(97)] Adding sleep_sensing_pref to PrefMetricsManager. +02-27 08:26:27.667 22861 22861 I chromium: [22861:22861:INFO:pref_metrics_manager.cc(97)] Adding sleep_disturbance_pref to PrefMetricsManager. +02-27 08:26:27.667 22861 22861 I chromium: [22861:22861:INFO:pref_metrics_manager.cc(97)] Adding sleep_coaching_pref to PrefMetricsManager. +02-27 08:26:27.667 22861 22861 I chromium: [22861:22861:INFO:pref_metrics_manager.cc(97)] Adding gesture_sensing_pref to PrefMetricsManager. +02-27 08:26:27.667 22861 22861 I chromium: [22861:22861:INFO:pref_metrics_manager.cc(97)] Adding play_and_pause_gesture_pref to PrefMetricsManager. +02-27 08:26:27.667 22861 22861 I chromium: [22861:22861:INFO:pref_metrics_manager.cc(97)] Adding alarms_and_timers_gesture_pref to PrefMetricsManager. +02-27 08:26:27.672 22861 22861 I chromium: [22861:22861:INFO:pref_control_service_impl.cc(92)] PrefControlService constructed. +02-27 08:26:27.674 22861 22861 I chromium: [22861:22861:INFO:sensor_pref_manager_impl.cc(250)] SensorPrefManagerImpl is disabled. +02-27 08:26:27.674 22861 22861 I chromium: [22861:22861:INFO:remote_ducking_receiver.cc(191)] remote ducking: starting receiver. +02-27 08:26:27.691 505 712 D NsdService: mdnssd [stop-service] +02-27 08:26:27.785 505 514 I system_server: Background young concurrent copying GC freed 1256491(31MB) AllocSpace objects, 0(0B) LOS objects, 58% free, 16MB/40MB, paused 114us,34us total 205.844ms +02-27 08:26:27.828 22861 22861 E chromium: [22861:22861:ERROR:timezone_settings.cc(200)] Got an empty string for timezone, default to: America/New_York +02-27 08:26:27.836 22861 22861 I chromium: [22861:22861:INFO:timezone_settings.cc(296)] Setting system timezone to America/New_York +02-27 08:26:27.839 22861 22861 W libc : Access denied finding property "ro.odm.cast.ssid_suffix" +02-27 08:26:27.840 22861 22861 I chromium: [22861:22861:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: auto_software_update_settings +02-27 08:26:27.841 22861 22861 I chromium: [22861:22861:INFO:api_reboot_idle_checker.cc(104)] active_activities count=1 +02-27 08:26:27.841 22861 22861 I chromium: [22861:22861:INFO:daily_reboot_impl.cc(167)] Daily reboot is disabled +02-27 08:26:27.842 22861 22861 I chromium: [22861:22861:INFO:structure_info_cast.cc(91)] Using trusted devices API for Usonia. +02-27 08:26:27.842 22861 22861 I chromium: [22861:22861:INFO:structure_info_cast.cc(127)] Finished handling trusted devices experiment flag. +02-27 08:26:27.848 22861 22981 I chromium: [22861:22981:INFO:services_layer_impl.cc(63)] Service layer is instantiated: debug_string=Main +02-27 08:26:27.848 22861 22981 I chromium: [22861:22981:INFO:services_layer_impl.cc(70)] Register usonia.EchoMain.SendEcho rpc. +02-27 08:26:27.848 22861 22981 I chromium: [22861:22981:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.EchoMain +02-27 08:26:27.849 22861 22982 W chromium: [22861:22982:WARNING:time_sync_responder.cc(37)] Failed to set DSCP +02-27 08:26:27.849 22861 22981 I chromium: [22861:22981:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:26:27.849 22861 22981 I chromium: [22861:22981:INFO:grpc_manager_impl.cc(852)] GRPC[uri=binder:com.google.android.apps.mediashell:usonia-ipc-socket]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:26:27.850 22861 22984 I chromium: [22861:22984:INFO:grpc_manager_impl.cc(683)] GRPC[uri=binder:com.google.android.apps.mediashell:usonia-ipc-socket]: Started processing completion queue: id=0 +02-27 08:26:27.851 22861 22981 I chromium: [22861:22981:INFO:structure_info_cast.cc(78)] Usonia trusted devices flag flipped to true, but trusted devices structure info already enabled. +02-27 08:26:27.851 22861 22981 I chromium: [22861:22981:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.SynchronousSoundPlayerService +02-27 08:26:27.851 22861 22981 I chromium: [22861:22981:INFO:distributed_call_agent_impl.cc(81)] Added a service observer on the main thread. +02-27 08:26:27.851 22861 22981 I chromium: [22861:22981:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.DeviceInfoTrait +02-27 08:26:27.851 22861 22981 I chromium: [22861:22981:INFO:trait_manager_impl.cc(515)] Registered a trait publisher: trait=usonia.DeviceInfoTrait +02-27 08:26:27.851 22861 22981 I chromium: [22861:22981:INFO:usonia_main_process.cc(225)] Usonia main process is instantiated: server_uri=[::]:8012, ipc_uri= +02-27 08:26:27.857 22861 22937 W chromium: [22861:22937:WARNING:tuning_manager.cc(99)] No mixer control available +02-27 08:26:27.858 22861 22931 W chromium: [22861:22931:WARNING:mute_led.cc(35)] No mute_led device found! +02-27 08:26:27.858 22861 22981 E chromium: [22861:22981:ERROR:structure_info_from_trusted_devices_update_trigger_impl.cc(256)] Failed to read Usonia trusted devices trigger file. +02-27 08:26:27.858 22861 22981 E chromium: [22861:22981:ERROR:structure_storage.cc(263)] Failed to read Usonia trusted devices file. +02-27 08:26:27.858 22861 22981 W chromium: [22861:22981:WARNING:structure_info_from_trusted_devices.cc(322)] Failed to restore structure info +02-27 08:26:27.859 22861 22937 E chromium: [22861:22937:ERROR:file_path_watcher_linux.cc(76)] Failed to read /proc/sys/fs/inotify/max_user_watches +02-27 08:26:27.861 22896 22896 I TVLatinApp: TVLatinApp.initialize():527 initialize() +02-27 08:26:27.862 22861 22861 I chromium: [22861:22861:INFO:capture_service_dummy.cc(12)] Dummy CaptureService. +02-27 08:26:27.863 22861 22981 I chromium: [22861:22981:INFO:structure_info_from_trusted_devices.cc(612)] Previous fetch did not complete before shutdown, retrying +02-27 08:26:27.866 22861 22986 I chromium: [22861:22986:INFO:audio_socket_service_uds.cc(62)] Using endpoint /tmp/mixer-service +02-27 08:26:27.868 22861 22861 I chromium: [22861:22861:INFO:setup_api_registry.cc(188)] Register external API: auto_media_volume +02-27 08:26:27.868 22861 22861 I chromium: [22861:22861:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:26:27.868 22861 22861 I chromium: [22861:22861:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:26:27.868 22861 22861 I chromium: [22861:22861:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:26:27.868 22861 22861 I chromium: [22861:22861:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:26:27.868 22861 22861 I chromium: [22861:22861:INFO:service_base.h(78)] Size of the map for type LocalDeviceInfo is 0 +02-27 08:26:27.868 22861 22861 I chromium: [22861:22861:INFO:service_base.h(78)] Size of the map for type NetworkInfo is 0 +02-27 08:26:27.868 22861 22861 E chromium: [22861:22861:ERROR:socket_manifest_android.cc(33)] Socket config not found for service device_info +02-27 08:26:27.868 22861 22861 W chromium: [22861:22861:WARNING:service_manager_android.cc(62)] No socket entry found for device_info. Ignore if service was not intended to run on this OS. +02-27 08:26:27.868 22861 22861 I chromium: [22861:22861:INFO:device_info_grpc_service_impl.cc(74)] DeviceInfoGrpcServiceImpl constructed, and started gRPC server. +02-27 08:26:27.868 22861 22861 I chromium: [22861:22861:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:26:27.868 22861 22861 I chromium: [22861:22861:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:26:27.868 22861 22861 E chromium: [22861:22861:ERROR:socket_manifest_android.cc(33)] Socket config not found for service google.cast +02-27 08:26:27.868 22861 22861 W chromium: [22861:22861:WARNING:service_manager_android.cc(62)] No socket entry found for google.cast. Ignore if service was not intended to run on this OS. +02-27 08:26:27.869 22861 22861 I chromium: [22861:22861:INFO:file_util.cc(25)] base_assistant_dir = /data/user/0/com.google.android.apps.mediashell/cache +02-27 08:26:27.869 22861 22861 I chromium: [22861:22861:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:26:27.869 22861 22861 I chromium: [22861:22861:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:26:27.869 22861 22989 I chromium: [22861:22989:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:26:27.870 22861 22861 I chromium: [22861:22861:INFO:chromecast_service.cc(1634)] Geolocation changed to: 0 +02-27 08:26:27.870 22861 22861 I chromium: [22861:22861:INFO:chromecast_service.cc(1674)] AoGH feature is: 0 +02-27 08:26:27.870 22861 22861 I chromium: [22861:22861:INFO:chromecast_service.cc(1728)] smart_home/actions feature is: 0 +02-27 08:26:27.870 22861 22861 I chromium: [22861:22861:INFO:chromecast_service.cc(1774)] Playback disruption feature is: 1 +02-27 08:26:27.870 22861 22861 I chromium: [22861:22861:INFO:playback_disruption_service.cc(348)] Playback disruption service enabled and running +02-27 08:26:27.870 22861 22986 I chromium: [22861:22986:INFO:audio_socket_service_uds.cc(62)] Using endpoint /tmp/audio-output-service +02-27 08:26:27.871 22861 22937 I chromium: [22861:22937:INFO:auto_volume.cc(142)] Auto volume is disabled +02-27 08:26:27.882 22861 22933 I chromium: [22861:22933:INFO:parent_tracker.cc(479)] Trusted set support is disabled +02-27 08:26:27.882 22861 22982 I chromium: [22861:22982:INFO:common_time_impl.cc(139)] New common clock leader [REDACTED], is_this_device=1, IP=[REDACTED], quality=2000 +02-27 08:26:27.882 22861 22982 I chromium: [22861:22982:INFO:common_time_impl.cc(173)] Set this device as common time source +02-27 08:26:27.852 22861 22861 W ThreadPoolForeg: type=1400 audit(0.0:2063): avc: denied { read } for name="max_user_watches" dev="proc" ino=259699 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.google.android.apps.mediashell +02-27 08:26:27.908 22861 22987 I chromium: [22861:22987:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:26:27.908 22861 22988 I chromium: [22861:22988:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:26:27.852 22861 22861 W ThreadPoolForeg: type=1400 audit(0.0:2064): avc: denied { read } for name="/" dev="dm-0" ino=2 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:rootfs:s0 tclass=dir permissive=0 app=com.google.android.apps.mediashell +02-27 08:26:27.920 22861 22990 I chromium: [22861:22990:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:26:27.944 22861 22961 I chromium: [22861:22961:INFO:media_manager_impl.cc(1188)] ScreenInfo changed: HDCP version=99 supported EOTFs=0 DolbyVision flags=0 Size(mm): 0x0 cur mode HDR=0 cur mode DV=0 +02-27 08:26:27.944 22861 22961 I chromium: [22861:22961:INFO:media_caps.cc(54)] ScreenInfoChanged HDCP version=99 Supported EOTFs=0 DolbyVision flags=0 Screen size(mm): 0x0 cur mode HDR=0 cur mode DV=0 +02-27 08:26:27.999 22861 22961 W libc : Access denied finding property "vendor.display-size" +02-27 08:26:28.037 22896 22896 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:26:28.054 22896 22960 I LauncherIconVisibilityInitializerBase: LauncherIconVisibilityInitializerBase.lambda$doUpdate$0():52 doUpdate() : Visible = false +02-27 08:26:28.065 22906 22906 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:26:28.141 22861 22961 I chromium: [22861:22961:INFO:media_manager_impl.cc(1232)] New screen resolution: new=(1920x1080), old=(0x0) +02-27 08:26:28.142 22861 22961 I chromium: [22861:22961:INFO:media_caps.cc(24)] ScreenResolutionChanged resolution=1920x1080 +02-27 08:26:28.148 22906 22906 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:26:28.148 22906 22906 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:26:28.158 22861 22961 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:26:28.165 22861 22961 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:26:28.167 22896 22896 I AndroidIME: TVLatinApp.onUserUnlocked():254 device protected preferences are migrated +02-27 08:26:28.168 22861 22961 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:26:28.172 22861 22961 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:26:28.173 22861 22961 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:26:28.176 22861 22961 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:26:28.209 22861 22961 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:26:28.226 22861 22961 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:26:28.232 22861 22961 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:26:28.241 22861 22961 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:26:28.360 22463 22570 D EGL_emulation: app_time_stats: avg=26.42ms min=8.94ms max=75.84ms count=27 +02-27 08:26:28.452 22861 22961 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:26:28.463 22861 22961 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:26:28.548 22861 22961 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:26:28.548 22861 22961 I chromium: [22861:22961:INFO:media_manager_impl.cc(979)] New device volume control type: new_type=1, old_type=0 +02-27 08:26:28.605 22861 22961 I chromium: [22861:22961:INFO:media_manager_impl.cc(1002)] New device volume step interval: new_interval=0.0666667, old_interval=0 +02-27 08:26:28.641 22861 22961 W libc : Access denied finding property "vendor.display-size" +02-27 08:26:28.643 22861 22961 I chromium: [22861:22961:INFO:media_manager_impl.cc(358)] Media manager is initialized. +02-27 08:26:28.647 22861 22861 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:26:28.648 22861 22861 I chromium: [22861:22861:INFO:media_manager_impl.cc(275)] IsHdmiPlatform: 0 +02-27 08:26:28.753 22861 22861 I chromium: [22861:22861:INFO:hds_settings.cc(139)] HdsSettings using HDS url https://home-devices.googleapis.com/ +02-27 08:26:28.785 22861 22861 W chromium: [22861:22861:WARNING:application_config_manager_impl.cc(243)] Cannot read application config file: /system/bin/app.conf +02-27 08:26:28.808 22861 22861 I chromium: [22861:22861:INFO:application_manager_impl.cc(432)] Application manager is initialized. +02-27 08:26:28.834 22861 22861 I chromium: [22861:22861:INFO:mdns_cast_service.cc(153)] Device discovery state is idle +02-27 08:26:28.834 22861 22861 I chromium: [22861:22861:INFO:mdns_manager_impl.cc(162)] MdnsManager is initialized +02-27 08:26:28.856 22861 22861 I chromium: [22861:22861:INFO:config_downloader.cc(231)] Set config periodic interval: min=300, max=420 +02-27 08:26:28.856 22861 22861 I chromium: [22861:22861:INFO:crl_downloader.cc(267)] Set CRL periodic interval: min=2160, max=2880 +02-27 08:26:28.861 22861 22861 I chromium: [22861:22861:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/home.hds.proto.device.relayedcasting.RelayedCastingPleaseConnectRequest +02-27 08:26:28.875 22861 23002 I chromium: [22861:23002:INFO:v2_transport.cc(434)] Added Cast V2 endpoint: id=Tr@n$p0rt-0, socket_factory_id=[REDACTED] +02-27 08:26:28.875 22861 23002 I chromium: [22861:23002:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.tp.connection +02-27 08:26:28.875 22861 23002 I chromium: [22861:23002:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.tp.heartbeat +02-27 08:26:28.875 22861 23002 I chromium: [22861:23002:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.tp.deviceauth +02-27 08:26:28.875 22861 23002 I chromium: [22861:23002:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.localauth +02-27 08:26:28.875 22861 23002 I chromium: [22861:23002:INFO:v2_transport.cc(313)] V2Transport initialized. +02-27 08:26:28.876 22861 23002 I chromium: [22861:23002:INFO:v2_transport.cc(391)] Added socket factory: id=opencast-socket +02-27 08:26:28.900 22896 23001 I SuperpacksManager: SuperpacksManager.initializeInternal():509 initializeInternal() +02-27 08:26:28.907 22861 22861 I chromium: [22861:22861:INFO:virtual_device_manager.cc(156)] Added virtual device: id=[REDACTED] +02-27 08:26:28.908 22861 22861 I chromium: [22861:22861:INFO:ccs_manager_impl.cc(560)] Added CCS device +02-27 08:26:28.911 22861 23002 I chromium: [22861:23002:INFO:v2_transport.cc(434)] Added Cast V2 endpoint: id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, socket_factory_id=[REDACTED] +02-27 08:26:28.911 22861 23002 I chromium: [22861:23002:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.receiver +02-27 08:26:28.911 22861 23002 I chromium: [22861:23002:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.receiver.discovery +02-27 08:26:28.911 22861 23002 I chromium: [22861:23002:INFO:v2_transport.cc(391)] Added socket factory: id=7f632b49-34bd-c56f-b953-dc3746d180ae +02-27 08:26:28.917 22861 22861 I chromium: [22861:22861:INFO:dial_request_handler.cc(199)] DIAL request handler is initialized. +02-27 08:26:28.917 22861 22861 I chromium: [22861:22861:INFO:dial_request_handler.cc(213)] SSDP device description request handler is initialized. +02-27 08:26:28.918 22861 23002 I chromium: [22861:23002:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.receiver.key_exchange +02-27 08:26:28.918 22861 23002 I chromium: [22861:23002:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.broadcast +02-27 08:26:28.932 22861 22861 I chromium: [22861:22861:INFO:ccs_manager_impl.cc(940)] Device model revision set to 0 +02-27 08:26:28.934 22861 23002 I chromium: [22861:23002:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.proximity +02-27 08:26:28.934 22861 23002 I chromium: [22861:23002:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.resource +02-27 08:26:28.934 22861 22981 E chromium: [22861:22981:ERROR:usonia_main_process.cc(88)] Failed to publish device info trait: [error_code=NOT_FOUND, error_message=No subscribers.] +02-27 08:26:28.940 22861 22861 I chromium: [22861:22861:INFO:chromecast_service.cc(1789)] Usonia GRPC feature is: 0 +02-27 08:26:28.940 22861 22861 I chromium: [22861:22861:INFO:usonia_child_process.cc(266)] Ignoring stop when not started. +02-27 08:26:28.940 22861 22861 I chromium: [22861:22861:INFO:usonia_main_process.cc(487)] Ignoring stop when not started. +02-27 08:26:28.944 22861 23000 I chromium: [22861:23000:INFO:mdns_app_filter.cc(646)] MdnsAppFilter initialized +02-27 08:26:28.947 22861 22937 I chromium: [22861:22937:INFO:hotspot_manager.cc(98)] Stop zombie hotspot if there is one +02-27 08:26:28.953 22861 23000 I chromium: [22861:23000:INFO:discovered_service_client.cc(109)] Registering new service PTR listener: _googlecast._tcp.local +02-27 08:26:28.986 22861 22936 I chromium: [22861:22936:INFO:crl_downloader.cc(145)] CRL restored. +02-27 08:26:28.986 22861 22861 W chromium: [22861:22861:WARNING:setup_manager_impl.cc(724)] Clearing empty virtual channel +02-27 08:26:28.986 22861 22861 I chromium: [22861:22861:INFO:setup_manager_impl.cc(728)] release channel: +02-27 08:26:28.989 22861 22980 I chromium: [22861:22980:INFO:setup_manager_impl.cc(862)] Initially set Google DNS servers: enable +02-27 08:26:29.076 22861 22861 I chromium: [22861:22861:INFO:locale_manager.cc(241)] No timezone yet. +02-27 08:26:29.076 22861 22861 I chromium: [22861:22861:INFO:locale_manager.cc(270)] Current time format: 12-hour +02-27 08:26:29.098 22861 22980 I chromium: [22861:22980:INFO:setup_api_registry.cc(188)] Register external API: eureka_info +02-27 08:26:29.098 22861 22980 I chromium: [22861:22980:INFO:setup_api_registry.cc(188)] Register external API: set_network +02-27 08:26:29.098 22861 22980 I chromium: [22861:22980:INFO:setup_api_registry.cc(188)] Register external API: set_network_ssid +02-27 08:26:29.098 22861 22980 I chromium: [22861:22980:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: user_interface_settings +02-27 08:26:29.098 22861 22980 I chromium: [22861:22980:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: wifi_settings +02-27 08:26:29.098 22861 22980 I chromium: [22861:22980:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: hdmi_settings +02-27 08:26:29.098 22861 22980 I chromium: [22861:22980:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: preview_program_settings +02-27 08:26:29.098 22861 22980 I chromium: [22861:22980:INFO:setup_api_registry.cc(188)] Register external API: set_eureka_info +02-27 08:26:29.098 22861 22980 I chromium: [22861:22980:INFO:setup_api_registry.cc(188)] Register external API: get_app_device_id +02-27 08:26:29.101 22861 22980 I chromium: [22861:22980:INFO:setup_api_registry.cc(188)] Register external API: send_log_report +02-27 08:26:29.101 22861 22861 I chromium: [22861:22861:INFO:locale_manager.cc(291)] No locale. Set default from factory: en-US +02-27 08:26:29.101 22861 22980 I chromium: [22861:22980:INFO:setup_manager_impl.cc(939)] Initially Set WPA3 support: disable +02-27 08:26:29.101 22861 22980 I chromium: [22861:22980:INFO:setup_manager_impl.cc(945)] Network check enabled, AddConnectivityCheckFailureObserver. +02-27 08:26:29.268 22861 22861 W apps.mediashell: type=1400 audit(0.0:2065): avc: denied { read } for name="u:object_r:wifi_config_prop:s0" dev="tmpfs" ino=281 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:wifi_config_prop:s0 tclass=file permissive=0 app=com.google.android.apps.mediashell +02-27 08:26:29.274 22861 22861 I chromium: [22861:22861:INFO:locale_manager.cc(629)] New country code: US +02-27 08:26:29.276 22861 22861 W libc : Access denied finding property "ro.boot.wificountrycode" +02-27 08:26:29.276 22861 22861 W libc : Access denied finding property "ro.boot.wificountrycode" +02-27 08:26:29.277 22861 22861 I chromium: [22861:22861:INFO:setup_manager_impl.cc(764)] Initial activation date cached value: +02-27 08:26:29.277 22861 22861 I chromium: [22861:22861:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/google.internal.home.foyer.v1.resources.IsDeviceReadyRequest +02-27 08:26:29.277 22861 22861 I chromium: [22861:22861:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/home.cloud.biz.EnterWeavePairingModeRequest +02-27 08:26:29.272 22861 22861 W apps.mediashell: type=1400 audit(0.0:2066): avc: denied { read } for name="u:object_r:wifi_config_prop:s0" dev="tmpfs" ino=281 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:wifi_config_prop:s0 tclass=file permissive=0 app=com.google.android.apps.mediashell +02-27 08:26:29.278 22896 22896 I PhenotypeModule: PhenotypeModule.onCreate():142 onCreate() +02-27 08:26:29.279 22896 22896 I PhenotypeModule: PhenotypeModule.maybeFetchAndUpdate():169 maybeFetchAndUpdate: forceRefresh=true +02-27 08:26:29.289 22861 22861 I chromium: [22861:22861:INFO:api_reboot_idle_checker.cc(104)] active_activities count=1 +02-27 08:26:29.289 22861 22861 I chromium: [22861:22861:INFO:setup_api_registry.cc(188)] Register external API: reboot +02-27 08:26:29.341 505 514 W system_server: Suspending all threads took: 52.117ms +02-27 08:26:29.341 22861 22931 W chromium: [22861:22931:WARNING:backlight_mitigator.cc(110)] Could not write to clamping control file +02-27 08:26:29.355 22861 22861 W chromium: [22861:22861:WARNING:cast_crypto_keys_openssl_shlib.cc(70)] No valid ESN read. +02-27 08:26:29.355 22861 22861 W chromium: [22861:22861:WARNING:cast_crypto_keys_openssl_shlib.cc(83)] Invalid or no DKE value read. +02-27 08:26:29.355 22861 22861 W chromium: [22861:22861:WARNING:cast_crypto_keys_openssl_shlib.cc(95)] Invalid or no DKH value read. +02-27 08:26:29.355 22861 22861 W chromium: [22861:22861:WARNING:cast_crypto_keys_openssl_shlib.cc(151)] Invalid or no DKW value read/computed. +02-27 08:26:29.355 22861 22861 I chromium: [22861:22861:INFO:persistent_logging_dummy.cc(11)] Persistent logging is disabled. +02-27 08:26:29.356 22861 22861 I chromium: [22861:22861:INFO:robot_account_auth_manager.cc(289)] No backend type specified. Getting COS URL based on the build type instead. +02-27 08:26:29.356 22861 22861 I chromium: [22861:22861:INFO:robot_account_auth_manager.cc(306)] Auth url: https://clients3.google.com/cast/orchestration/googleoauthtoken?rt=b +02-27 08:26:29.356 22861 22861 W chromium: [22861:22861:WARNING:robot_account_auth_manager.cc(448)] Failed to initialize JWT for 38579375 +02-27 08:26:29.364 22861 23002 I chromium: [22861:23002:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.assistant +02-27 08:26:29.365 22861 22861 I chromium: [22861:22861:INFO:queryable_data_registrar.cc(52)] Registering queryable data for managed mode as: 0 +02-27 08:26:29.365 22861 22861 I chromium: [22861:22861:INFO:queryable_data_registrar.cc(59)] Registering enable_hls_sample_aes=1 +02-27 08:26:29.365 22861 22861 I chromium: [22861:22861:INFO:queryable_data_registrar.cc(64)] Registering hls_sample_aes_init_segment +02-27 08:26:29.365 22861 22861 I chromium: [22861:22861:INFO:queryable_data_registrar.cc(70)] Registering visual-punt-on-platform-supported +02-27 08:26:29.418 22463 22570 D EGL_emulation: app_time_stats: avg=24.15ms min=6.41ms max=82.79ms count=27 +02-27 08:26:29.441 22861 22936 I chromium: [22861:22936:INFO:metrics_recorder.cc(188)] cast event: Cast.CRL.Restored +02-27 08:26:29.455 22906 22906 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:26:29.489 22906 22906 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:26:29.562 22896 22997 I ShortcutsDataManager: ShortcutsDataManager.onContentChanged():73 onContentChanged() +02-27 08:26:29.643 22896 22997 I ContactsDataManager: ContactsDataManager.onContentChanged():159 onContentChanged() +02-27 08:26:29.643 22896 22997 I EmailDataManager: EmailDataManager.onContentChanged():115 onContentChanged() +02-27 08:26:29.720 22861 22931 W chromium: [22861:22931:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:29.720 22861 22931 W chromium: [22861:22931:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:29.720 22861 22931 W chromium: [22861:22931:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:29.720 22861 22931 W chromium: [22861:22931:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:29.720 22861 22931 W chromium: [22861:22931:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:29.720 22861 22931 W chromium: [22861:22931:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:29.720 22861 22931 W chromium: [22861:22931:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:29.720 22861 22931 W chromium: [22861:22931:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:29.720 22861 22931 W chromium: [22861:22931:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:29.720 22861 22931 W chromium: [22861:22931:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:29.720 22861 22931 W chromium: [22861:22931:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:29.720 22861 22931 W chromium: [22861:22931:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:29.720 22861 22931 I chromium: [22861:22931:INFO:net_util_impl.cc(511)] IP address: [REDACTED] MAC address: [REDACTED] +02-27 08:26:29.720 22861 22931 I chromium: [22861:22931:INFO:local_network_info_impl.cc(345)] LNID changed: +02-27 08:26:29.721 505 554 W ActivityManager: Slow operation: 346ms so far, now at startProcess: done creating new process record +02-27 08:26:29.721 505 554 W ActivityManager: Slow operation: 346ms so far, now at startProcess: stepping in to startProcess +02-27 08:26:30.138 22896 23007 W putmethod.lati: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:26:30.166 22896 23007 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:26:30.172 22896 23007 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:26:30.174 22906 22906 W SQLiteCompatibilityWalFlags: Cannot read global setting sqlite_compatibility_wal_flags - Application state not available +02-27 08:26:30.181 505 554 W ActivityManager: Slow operation: 460ms so far, now at startProcess: building args +02-27 08:26:30.221 505 514 I system_server: Background young concurrent copying GC freed 1143670(28MB) AllocSpace objects, 0(0B) LOS objects, 14% free, 34MB/40MB, paused 5.242ms,52.416ms total 1.477s +02-27 08:26:30.270 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10049; state: DISABLED +02-27 08:26:30.317 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10049; state: DISABLED +02-27 08:26:30.319 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10049; state: DISABLED +02-27 08:26:30.319 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10049; state: ENABLED +02-27 08:26:30.505 505 554 W ActivityManager: Slow operation: 1130ms so far, now at startProcess: done starting proc! +02-27 08:26:30.514 22463 22570 D EGL_emulation: app_time_stats: avg=62.84ms min=11.77ms max=190.87ms count=12 +02-27 08:26:30.535 505 555 W ActivityManager: Slow operation: 814ms so far, now at startProcess: asking zygote to start proc +02-27 08:26:30.541 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10049; state: ENABLED +02-27 08:26:30.627 505 1395 W ContentProviderHelper: Slow operation: 119ms so far, now at getContentProviderImpl: before set stopped state +02-27 08:26:30.627 505 1395 W ContentProviderHelper: Slow operation: 119ms so far, now at getContentProviderImpl: after set stopped state +02-27 08:26:30.627 505 1395 W ContentProviderHelper: Slow operation: 119ms so far, now at getContentProviderImpl: looking for process record +02-27 08:26:30.629 322 322 D Zygote : Forked child process 23012 +02-27 08:26:30.629 505 555 W ActivityManager: Slow operation: 908ms so far, now at startProcess: returned from zygote! +02-27 08:26:30.645 22861 22980 I chromium: [22861:22980:INFO:local_network_info_impl.cc(435)] LNID_W changed: +02-27 08:26:30.646 505 1395 W ContentProviderHelper: Slow operation: 138ms so far, now at getContentProviderImpl: updating data structures +02-27 08:26:30.649 505 1395 W ContentProviderHelper: Slow operation: 141ms so far, now at getContentProviderImpl: done! +02-27 08:26:30.751 22861 22861 E ActivityThread: Failed to find provider info for com.google.android.tvsetup.app.machine.services.castsetup.castsetupinfo.CastInfoProvider +02-27 08:26:30.832 22861 22861 E cr_ClientAuthCredsFactoryProvisioned: Cannot get device credentials +02-27 08:26:30.834 22861 22861 I cr_ClientAuthCredsProvisioning: Can't get device creds. Loading Widevine creds +02-27 08:26:30.928 22896 23001 I SuperpacksManager: SuperpacksManager.initializeInternal():556 Switched background task scheduler: false +02-27 08:26:30.981 23012 23012 E .remote.servic: Not starting debugger since process cannot load the jdwp agent. +02-27 08:26:31.040 22896 23001 I JobSchedulerImpl: JobSchedulerImpl.schedule():73 Schedule task: superpacks-gc-task. Cancel the pre-existing task. +02-27 08:26:31.064 22861 22861 E chromium: [22861:22861:ERROR:jni_client_auth_creds_mediadrm.cc(292)] certs_ref is null +02-27 08:26:31.086 22861 22861 E chromium: [22861:22861:ERROR:client_auth_creds.cc(232)] Empty certs string. +02-27 08:26:31.091 22861 22861 E chromium: [22861:22861:ERROR:client_auth_signer.cc(160)] Failed to get key and cert from ClientAuthCreds. +02-27 08:26:31.143 505 514 W system_server: Suspending all threads took: 64.985ms +02-27 08:26:31.150 22861 22861 W chromium: [22861:22861:WARNING:client_auth_manager.cc(125)] Certificate is empty. Do not store. +02-27 08:26:31.158 505 555 W ActivityManager: Slow operation: 1437ms so far, now at startProcess: done updating battery stats +02-27 08:26:31.169 505 555 W ActivityManager: Slow operation: 1448ms so far, now at startProcess: building log message +02-27 08:26:31.169 505 555 I ActivityManager: Start proc 23012:com.google.android.tv.remote.service/u0a49 for service {com.google.android.tv.remote.service/com.google.android.tv.remote.service.AtvRemoteProviderService} +02-27 08:26:31.169 505 555 W ActivityManager: Slow operation: 1448ms so far, now at startProcess: starting to update pids map +02-27 08:26:31.174 505 555 W ActivityManager: Slow operation: 1453ms so far, now at startProcess: done updating pids map +02-27 08:26:31.192 22861 22861 I chromium: [22861:22861:INFO:audio_focus_manager_impl.cc(27)] use_media_starting_block: 1 +02-27 08:26:31.224 22861 22861 I chromium: [22861:22861:INFO:chromecast_mojo_service.cc(146)] Registering 'chromecast' services. +02-27 08:26:31.269 22861 22861 I chromium: [22861:22861:INFO:cast_metrics_service_client.cc(94)] Metrics client ID set: 01f19afc-6d86-4c08-99b8-ec196311c394 +02-27 08:26:31.269 22861 22861 I chromium: [22861:22861:INFO:device_info_impl.cc(933)] Metrics client ID: 01f19afc-6d86-4c08-99b8-ec196311c394 +02-27 08:26:31.275 22861 22939 I chromium: [22861:22939:INFO:external_mojo_broker.cc(236)] Register service chromecast +02-27 08:26:31.338 22861 22861 I chromium: [22861:22861:INFO:metrics_stat_logger.cc(55)] Metrics stat for the past 60 secs : total=1 +02-27 08:26:31.338 22861 22861 I chromium: [metrics_stat_logger] Cast.Platform.UnexpectedExit=1 +02-27 08:26:31.357 22861 22861 I chromium: [22861:22861:INFO:cast_receiver_impl.cc(774)] Cast receiver started. +02-27 08:26:31.357 22861 22861 W chromium: [22861:22861:WARNING:cast_receiver_impl.cc(1079)] Network is not globally connected. Don't schedule config downloading yet. +02-27 08:26:31.358 22861 22861 I chromium: [22861:22861:INFO:ccs_manager_impl.cc(706)] Starting cloud ipc activity with CCS +02-27 08:26:31.358 22861 22861 I chromium: [22861:22861:INFO:ccs_manager_impl.cc(1417)] CcsManagerImpl opt_in.cloud_ipc pref changed: 1 +02-27 08:26:31.358 22861 22861 I chromium: [22861:22861:INFO:ccs_manager_impl.cc(1453)] Waiting for all transports to be enabled +02-27 08:26:31.374 22861 23002 E chromium: [22861:23002:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 08:26:31.374 22861 23002 I chromium: [22861:23002:INFO:v2_ssl_socket.cc(772)] IPv6 socket probably supports both IPv4 and IPv6 +02-27 08:26:31.375 22861 23018 I DrmHal : found instance=clearkey version=android.hardware.drm@1.4::IDrmFactory +02-27 08:26:31.375 22861 23018 I DrmHal : found instance=default version=android.hardware.drm@1.0::IDrmFactory +02-27 08:26:31.386 22861 22861 I chromium: [22861:22861:INFO:grpc_manager_impl.cc(384)] GRPC[uri=[::]:0]: Registered service chromecast.LocalCloudcastService +02-27 08:26:31.394 22861 23018 E DrmHal : uuid=[edef8ba979d64ace a3c827dcd51d21ed] No supported hal instance found +02-27 08:26:31.398 22861 22861 I chromium: [22861:22861:INFO:grpc_manager_impl.cc(406)] GRPC[uri=[::]:0]: Registered a handler ExecuteActionScript for service chromecast.LocalCloudcastService +02-27 08:26:31.400 22861 22861 I chromium: [22861:22861:INFO:grpc_manager_impl.cc(406)] GRPC[uri=[::]:0]: Registered a handler ObserveDeviceStatus for service chromecast.LocalCloudcastService +02-27 08:26:31.401 22861 22861 I chromium: [22861:22861:INFO:grpc_manager_impl.cc(406)] GRPC[uri=[::]:0]: Registered a handler GetDeviceStatus for service chromecast.LocalCloudcastService +02-27 08:26:31.401 22861 22861 I chromium: [22861:22861:INFO:grpc_manager_impl.cc(452)] GRPC[uri=[::]:0]: Proceeding to try to start server. +02-27 08:26:31.418 22861 23000 I chromium: [22861:23000:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:26:31.418 22861 23000 I chromium: [22861:23000:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:26:31.445 22861 23000 I chromium: [22861:23000:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.SocketCreated +02-27 08:26:31.445 22861 23000 I chromium: [22861:23000:INFO:mdns_app_filter.cc(1440)] Created mDNS socket for interface:name=wlan0, address=10.0.2.16, index=16 +02-27 08:26:31.450 22861 23018 E cr_ClientAuthRawSigner: Widevine UUID unsupported. +02-27 08:26:31.450 22861 23018 E cr_ClientAuthRawSigner: android.media.UnsupportedSchemeException: Failed to instantiate drm object: NO_INIT +02-27 08:26:31.450 22861 23018 E cr_ClientAuthRawSigner: ============================== Beginning of DRM Plugin Log ============================== +02-27 08:26:31.450 22861 23018 E cr_ClientAuthRawSigner: 02-27 08:26:31.375 I found instance=clearkey version=android.hardware.drm@1.4::IDrmFactory +02-27 08:26:31.450 22861 23018 E cr_ClientAuthRawSigner: 02-27 08:26:31.375 I found instance=default version=android.hardware.drm@1.0::IDrmFactory +02-27 08:26:31.450 22861 23018 E cr_ClientAuthRawSigner: 02-27 08:26:31.394 E uuid=[edef8ba979d64ace a3c827dcd51d21ed] No supported hal instance found +02-27 08:26:31.450 22861 23018 E cr_ClientAuthRawSigner: ============================== End of DRM Plugin Log ============================== +02-27 08:26:31.450 22861 23018 E cr_ClientAuthRawSigner: at android.media.MediaDrm.native_setup(Native Method) +02-27 08:26:31.450 22861 23018 E cr_ClientAuthRawSigner: at android.media.MediaDrm.(MediaDrm.java:293) +02-27 08:26:31.450 22861 23018 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthRawSigner.(ClientAuthRawSigner.java:32) +02-27 08:26:31.450 22861 23018 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthRawSigner.isProvisioned(ClientAuthRawSigner.java:83) +02-27 08:26:31.450 22861 23018 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthCredsWidevine.ensurePreProvisioned(ClientAuthCredsWidevine.java:233) +02-27 08:26:31.450 22861 23018 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthCredsWidevine.provisionCredsSync(ClientAuthCredsWidevine.java:186) +02-27 08:26:31.450 22861 23018 E cr_ClientAuthRawSigner: at com.google.android.apps.mediashell.ClientAuthCredsProvisioning.attemptCredsProvisioning(ClientAuthCredsProvisioning.java:88) +02-27 08:26:31.450 22861 23018 E cr_ClientAuthRawSigner: at com.google.android.apps.mediashell.ClientAuthCredsProvisioning.access$000(ClientAuthCredsProvisioning.java:32) +02-27 08:26:31.450 22861 23018 E cr_ClientAuthRawSigner: at com.google.android.apps.mediashell.ClientAuthCredsProvisioning$1.run(ClientAuthCredsProvisioning.java:53) +02-27 08:26:31.450 22861 23018 E cr_ClientAuthRawSigner: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) +02-27 08:26:31.450 22861 23018 E cr_ClientAuthRawSigner: at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:26:31.450 22861 23018 E cr_ClientAuthRawSigner: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) +02-27 08:26:31.450 22861 23018 E cr_ClientAuthRawSigner: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:26:31.450 22861 23018 E cr_ClientAuthRawSigner: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:26:31.450 22861 23018 E cr_ClientAuthRawSigner: at java.lang.Thread.run(Thread.java:920) +02-27 08:26:31.465 22861 23000 I chromium: [22861:23000:INFO:mdns_app_filter.cc(1135)] MdnsAppFilter is starting. +02-27 08:26:31.465 22861 23000 I chromium: [22861:23000:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.ResponderStarted +02-27 08:26:31.477 22861 22861 I chromium: [22861:22861:INFO:grpc_manager_impl.cc(509)] GRPC[uri=[::]:0]: Grpc server started in port 40223 +02-27 08:26:31.477 22861 22861 I chromium: [22861:22861:INFO:ccs_manager_impl.cc(1453)] Waiting for all transports to be enabled +02-27 08:26:31.477 22861 22861 I chromium: [22861:22861:INFO:ccs_transport_gcm.cc(94)] Deferring GCM registration until connectivity is up +02-27 08:26:31.479 22861 22861 I chromium: [22861:22861:INFO:cast_receiver_impl.cc(881)] Cast receiver resumed. +02-27 08:26:31.479 22861 22861 W chromium: [22861:22861:WARNING:cast_receiver_impl.cc(1091)] Network is not globally connected. Don't schedule CRL downloading yet. +02-27 08:26:31.503 22861 22861 I chromium: [22861:22861:INFO:cast_web_service.cc(193)] Added session: 6451ae3e-0be4-4f5a-9385-ca486cbe031f +02-27 08:26:31.504 22861 22861 I chromium: [22861:22861:INFO:application_identification_settings.cc(422)] new ApplicationIdentificationSettings session_id: 6451ae3e-0be4-4f5a-9385-ca486cbe031f app_id: E8C28D3C universal_app_id: E8C28D3C flags: 23 headers: 2047 +02-27 08:26:31.504 22861 22999 E chromium: [22861:22999:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 08:26:31.508 22861 23002 I chromium: [22861:23002:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.setup +02-27 08:26:31.509 22861 22861 I chromium: [22861:22861:INFO:chromecast_service_base.cc(396)] Network is disconnected, reconnecting Wifi. +02-27 08:26:31.510 22861 22999 I chromium: [22861:22999:INFO:cast_web_server.cc(200)] Http server for Cast receiver started: port=8443 +02-27 08:26:31.511 22861 22861 I chromium: [22861:22861:INFO:chromecast_service.cc(1414)] Initial error code: 0 +02-27 08:26:31.511 22861 22861 I chromium: [22861:22861:INFO:chromecast_service.cc(1426)] Non-assistant device, start idle screen now. +02-27 08:26:31.511 22861 22980 I chromium: [22861:22980:INFO:setup_manager_impl.cc(1039)] Setup discoverability is enabled +02-27 08:26:31.512 22861 22980 W libc : Access denied finding property "ro.odm.cast.ssid_suffix" +02-27 08:26:31.513 22861 22980 I chromium: [22861:22980:INFO:hotspot_manager.cc(156)] Start: id=1 SSID=[REDACTED] hidden=0 +02-27 08:26:31.513 22861 22937 I chromium: [22861:22937:INFO:hotspot_manager.cc(206)] Starting request id=1 ssid=[REDACTED] hidden=0 +02-27 08:26:31.517 22463 22570 D EGL_emulation: app_time_stats: avg=19.42ms min=5.84ms max=52.22ms count=39 +02-27 08:26:31.524 22861 22998 E chromium: [22861:22998:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 08:26:31.526 22861 22998 I chromium: [22861:22998:INFO:cast_web_server.cc(200)] Http server for Cast receiver started: port=8008 +02-27 08:26:31.708 182 182 I lowmemorykiller: Kill 'com.google.process.gapps' (22655), uid 10057, oom_score_adj 905 to free 47588kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (109%) +02-27 08:26:31.812 322 322 I Zygote : Process 22655 exited due to signal 9 (Killed) +02-27 08:26:32.205 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 22655 in 11ms +02-27 08:26:32.205 505 3356 I ActivityManager: Process com.google.process.gapps (pid 22655) has died: cch+5 CEM +02-27 08:26:32.227 505 514 I system_server: Background concurrent copying GC freed 1152465(28MB) AllocSpace objects, 0(0B) LOS objects, 33% free, 47MB/71MB, paused 16.029ms,65.264ms total 1.614s +02-27 08:26:32.362 505 3356 W ActivityManager: Stopping service due to app idle: u0a49 -11m28s342ms com.google.android.tv.remote.service/.RemoteService +02-27 08:26:32.406 505 2673 D ConnectivityService: requestNetwork for uid/pid:10054/22861 activeRequest: null callbackRequest: 295 [NetworkRequest [ REQUEST id=296, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ]] callback flags: 0 priority: 2147483647 +02-27 08:26:32.433 505 709 D ConnectivityService: NetReassign [296 : null → 101] +02-27 08:26:32.468 505 543 W Looper : Slow dispatch took 119ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:26:32.474 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:26:32.569 22463 22570 D EGL_emulation: app_time_stats: avg=48.98ms min=6.08ms max=406.24ms count=20 +02-27 08:26:32.583 505 23030 I DropBoxManagerService: add tag=system_app_wtf isTagEnabled=true flags=0x2 +02-27 08:26:32.937 505 2796 W ActivityManager: Slow operation: 404ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:26:32.938 505 505 W Looper : Slow dispatch took 511ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:26:33.020 505 505 W Looper : Slow delivery took 514ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:26:33.729 22463 22570 D EGL_emulation: app_time_stats: avg=233.82ms min=26.65ms max=674.67ms count=4 +02-27 08:26:33.793 22662 22676 I id.ext.service: Background concurrent copying GC freed 181(58KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 1872KB/3745KB, paused 20.199ms,29us total 1.209s +02-27 08:26:33.797 22896 22908 W putmethod.lati: Suspending all threads took: 37.735ms +02-27 08:26:33.889 23012 23022 I .remote.servic: Background young concurrent copying GC freed 12584(540KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1883KB/25MB, paused 41us,39us total 979.144ms +02-27 08:26:33.971 23012 23012 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10049; state: ENABLED +02-27 08:26:33.994 22463 22463 I Choreographer: Skipped 59 frames! The application may be doing too much work on its main thread. +02-27 08:26:34.058 22896 23001 I JobSchedulerImpl: JobSchedulerImpl.schedule():91 Schedule task: superpacks-gc-task. Success. +02-27 08:26:34.170 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=296, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] +02-27 08:26:34.177 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=296, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] +02-27 08:26:34.180 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=296, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] +02-27 08:26:34.217 505 505 W Looper : Slow dispatch took 1197ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$CancelNotificationRunnable@e366ca3 m=0 +02-27 08:26:34.258 22861 22861 I cr_MdnsOffloadClientImpl: No offload service found +02-27 08:26:34.355 22861 22861 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:113] Started +02-27 08:26:34.886 22463 22570 D EGL_emulation: app_time_stats: avg=110.71ms min=7.25ms max=420.21ms count=10 +02-27 08:26:34.913 22861 22939 I chromium: [22861:22939:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.FeatureService +02-27 08:26:34.913 22861 22939 I chromium: [22861:22939:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 08:26:34.914 22861 22861 I chromium: [22861:22861:INFO:device_info_impl.cc(1061)] Primary netif changed: new=wlan0, old= +02-27 08:26:34.916 22861 22861 I chromium: [22861:22861:INFO:device_info_impl.cc(1070)] Primary IP address changed: netif=wlan0, new=10.0.2.16, old= +02-27 08:26:34.925 22861 22861 I chromium: [22861:22861:INFO:grpc_completion_queue_wrapper.cc(13)] CQ is destroyed: id=0 +02-27 08:26:34.982 22861 22861 I chromium: [22861:22861:INFO:metrics_recorder.cc(188)] cast event: Cast.System.Timezone.ChangeSuccessful +02-27 08:26:35.045 22861 22939 I chromium: [22861:22939:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 08:26:35.045 22861 22939 I chromium: [22861:22939:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 08:26:35.045 22861 22939 I chromium: [22861:22939:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 08:26:35.050 22861 22939 I chromium: [22861:22939:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 08:26:35.050 22861 22939 I chromium: [22861:22939:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.RemoteControlService +02-27 08:26:35.050 22861 22939 I chromium: [22861:22939:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 08:26:35.050 22861 22939 I chromium: [22861:22939:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 08:26:35.050 22861 22939 I chromium: [22861:22939:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 08:26:35.076 22861 22861 I chromium: [22861:22861:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 08:26:35.080 22861 22861 W chromium: [22861:22861:WARNING:secure_storage_impl.cc(115)] Device key not available yet. +02-27 08:26:35.084 22861 22939 I chromium: [22861:22939:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 08:26:35.085 22861 22939 I chromium: [22861:22939:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.DisplaySettings +02-27 08:26:35.085 22861 22939 I chromium: [22861:22939:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 08:26:35.085 22861 22939 I chromium: [22861:22939:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 08:26:35.090 22861 22980 W chromium: [22861:22980:WARNING:setup_manager_impl.cc(2238)] DNS Func not supported +02-27 08:26:35.097 22861 22861 I chromium: [22861:22861:INFO:ccs_manager_impl.cc(2007)] LNID has changed; Will re-register CCS +02-27 08:26:35.097 22861 22861 I chromium: [22861:22861:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 08:26:35.101 22861 22861 I chromium: [22861:22861:INFO:cast_auth_headers.cc(227)] Clearing cached auth headers. +02-27 08:26:35.101 22861 22861 I chromium: [22861:22861:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 08:26:35.101 22861 22861 W chromium: [22861:22861:WARNING:secure_storage_impl.cc(115)] Device key not available yet. +02-27 08:26:35.106 22861 22939 I chromium: [22861:22939:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.GeneralAudienceBrowsingAPIKeySubject +02-27 08:26:35.106 22861 22939 I chromium: [22861:22939:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 08:26:35.107 22861 22980 I chromium: [22861:22980:INFO:setup_state.cc(263)] Setup state changed: SETUP_STATE_UNKNOWN (0) -> SETUP_STATE_CHECKING_GLOBAL_CONNECTIVITY (50) +02-27 08:26:35.108 22861 22861 I chromium: [22861:22861:INFO:virtual_device_manager.cc(312)] Virtual device [REDACTED] using Cast V2 port 8009 +02-27 08:26:35.118 22861 23000 I chromium: [22861:23000:INFO:mdns_app_filter.cc(1870)] Re-probing due to newly registered service '1': _googlecast +02-27 08:26:35.132 22861 22861 W chromium: [22861:22861:WARNING:libupnp_manager.cc(312)] No Primary Network Interface, will start UPnP server when it is established. +02-27 08:26:35.134 22861 23000 W chromium: [22861:23000:WARNING:mdns_app_filter.cc(1086)] MdnsAppFilter already started. Must call Stop() first. +02-27 08:26:35.158 22861 23000 I chromium: [22861:23000:INFO:mdns_app_filter.cc(2019)] MdnsAppFilter is stopping +02-27 08:26:35.158 22861 23000 I chromium: [22861:23000:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.ResponderStopped +02-27 08:26:35.158 22861 23000 I chromium: [22861:23000:INFO:mdns_app_filter.cc(2026)] MdnsAppFilter is stopping; closing socket: address=10.0.2.16 +02-27 08:26:35.158 22861 23000 I chromium: [22861:23000:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.SocketDestroyed +02-27 08:26:35.159 22861 22861 I chromium: [22861:22861:INFO:cast_receiver_impl.cc(1586)] mDNS Discovery stopped. +02-27 08:26:35.162 22861 22861 I chromium: [22861:22861:INFO:cast_receiver_impl.cc(1644)] Network is globally disconnected. Refresh CcsManager +02-27 08:26:35.162 22861 22861 I chromium: [22861:22861:INFO:debug_endpoint_manager_grpc_client.cc(383)] gRPC client channel state changed to GRPC_CHANNEL_TRANSIENT_FAILURE +02-27 08:26:35.162 22861 22861 I chromium: [22861:22861:INFO:sensor_service.cc(89)] Sensor service binding bound +02-27 08:26:35.163 22861 22861 I chromium: [22861:22861:INFO:mdns_manager_impl.cc(299)] Successfully registered service: type=_googlecast +02-27 08:26:35.163 22861 22861 I chromium: [22861:22861:INFO:virtual_device.cc(292)] Registered mDNS service for virtual device: id=7f632b49-34bd-c56f-b953-dc3746d180ae +02-27 08:26:35.592 22861 23000 I chromium: [22861:23000:INFO:mdns_app_filter.cc(3338)] Mdns cast queries recently sent: queries=1 +02-27 08:26:35.697 22861 23000 I chromium: [22861:23000:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:26:35.697 22861 23000 I chromium: [22861:23000:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:26:35.718 22861 22861 I chromium: [22861:22861:INFO:sensor_service.cc(66)] Sensor Service starting. +02-27 08:26:35.722 22861 22933 I chromium: [22861:22933:INFO:parent_tracker.cc(465)] Network is disconnected. +02-27 08:26:35.725 22861 23000 I chromium: [22861:23000:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.SocketCreated +02-27 08:26:35.725 22861 23000 I chromium: [22861:23000:INFO:mdns_app_filter.cc(1440)] Created mDNS socket for interface:name=wlan0, address=10.0.2.16, index=16 +02-27 08:26:35.729 22861 23000 I chromium: [22861:23000:INFO:mdns_app_filter.cc(1135)] MdnsAppFilter is starting. +02-27 08:26:35.729 22861 23000 I chromium: [22861:23000:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.ResponderStarted +02-27 08:26:35.737 22861 23000 I chromium: [22861:23000:INFO:discovered_service_client.cc(76)] Primary interface for service discovery has changed: ifindex=16 +02-27 08:26:35.738 22861 23000 I chromium: [22861:23000:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:26:35.738 22861 23000 I chromium: [22861:23000:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:26:35.742 22861 22933 I chromium: [22861:22933:INFO:parent_tracker.cc(210)] No need to recreate socket +02-27 08:26:35.743 22861 22933 I chromium: [22861:22933:INFO:parent_tracker.cc(465)] Network is connected. +02-27 08:26:35.752 22861 22933 I chromium: [22861:22933:INFO:parent_tracker.cc(210)] No need to recreate socket +02-27 08:26:35.786 22861 22981 I chromium: [22861:22981:INFO:structure_info_from_trusted_devices.cc(381)] Automatic refetch delay changed to 7 +02-27 08:26:35.786 22861 22981 I chromium: [22861:22981:INFO:structure_info_cast.cc(78)] Usonia trusted devices flag flipped to true, but trusted devices structure info already enabled. +02-27 08:26:35.880 22463 22570 D EGL_emulation: app_time_stats: avg=21.77ms min=6.35ms max=72.26ms count=38 +02-27 08:26:36.227 322 322 I Zygote : Process 22748 exited due to signal 9 (Killed) +02-27 08:26:36.233 322 322 I Zygote : Process 22662 exited due to signal 9 (Killed) +02-27 08:26:36.257 22861 22861 D cr_NetUtil: [NetUtil.java:123] interfaceSupportsWakeOnLan(): Interface wlan0 not supported +02-27 08:26:36.273 505 505 W Looper : Slow dispatch took 1995ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$NotificationListeners$$ExternalSyntheticLambda5@aaeb359 m=0 +02-27 08:26:36.282 322 322 I Zygote : Process 22463 exited due to signal 9 (Killed) +02-27 08:26:36.286 505 2586 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/22463, android.os.BinderProxy@6ddab1e) +02-27 08:26:36.300 505 2251 I WindowManager: WIN DEATH: Window{5d9cf5b u0 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:26:36.312 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=292, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:26:36.313 505 595 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/22463, android.os.BinderProxy@db92fff) +02-27 08:26:36.372 22861 22936 W chromium: [22861:22936:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:36.372 22861 22936 W chromium: [22861:22936:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:36.372 22861 22936 W chromium: [22861:22936:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:36.372 22861 22936 W chromium: [22861:22936:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:36.373 22861 22936 W chromium: [22861:22936:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:36.373 22861 22936 W chromium: [22861:22936:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:36.373 22861 22936 W chromium: [22861:22936:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:36.373 22861 22936 W chromium: [22861:22936:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:36.373 22861 22936 W chromium: [22861:22936:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:36.373 22861 22936 W chromium: [22861:22936:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:36.373 22861 22936 W chromium: [22861:22936:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:36.373 22861 22936 W chromium: [22861:22936:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:36.376 505 2251 W InputManager-JNI: Input channel object '5d9cf5b com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:26:36.377 22861 22936 I chromium: [22861:22936:INFO:net_util_impl.cc(511)] IP address: [REDACTED] MAC address: [REDACTED] +02-27 08:26:36.391 505 594 I ActivityManager: Process com.google.android.permissioncontroller (pid 22748) has died: vis IMPF +02-27 08:26:36.392 505 542 W Looper : Slow dispatch took 1488ms android.fg h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null m=2 +02-27 08:26:36.398 22896 22896 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:26:36.401 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=294, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:26:36.415 505 556 I libprocessgroup: Successfully killed process cgroup uid 10077 pid 22748 in 1ms +02-27 08:26:36.426 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 123378067 (unbound)] +02-27 08:26:36.426 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 118513104 (unbound)] +02-27 08:26:36.426 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 62421238 (unbound)] +02-27 08:26:36.426 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 57355906 (unbound)] +02-27 08:26:36.426 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 112273768 (unbound)] +02-27 08:26:36.426 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 22208771 (unbound)] +02-27 08:26:36.426 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 23352781 (unbound)] +02-27 08:26:36.426 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 225280457 (unbound)] +02-27 08:26:36.426 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 246064375 (unbound)] +02-27 08:26:36.426 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 183873380 (unbound)] +02-27 08:26:36.426 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 41714049 (unbound)] +02-27 08:26:36.457 22861 22936 W chromium: [22861:22936:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:36.457 22861 22936 W chromium: [22861:22936:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:36.457 22861 22936 W chromium: [22861:22936:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:36.457 22861 22936 W chromium: [22861:22936:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:36.457 22861 22936 W chromium: [22861:22936:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:36.457 22861 22936 W chromium: [22861:22936:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:36.457 22861 22936 W chromium: [22861:22936:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:36.457 22861 22936 W chromium: [22861:22936:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:36.457 22861 22936 W chromium: [22861:22936:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:36.457 22861 22936 W chromium: [22861:22936:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:36.457 22861 22936 W chromium: [22861:22936:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:36.457 22861 22936 W chromium: [22861:22936:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:26:36.457 22861 22936 I chromium: [22861:22936:INFO:net_util_impl.cc(511)] IP address: [REDACTED] MAC address: [REDACTED] +02-27 08:26:36.464 22896 22896 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:26:36.473 505 514 I system_server: Background young concurrent copying GC freed 2639973(66MB) AllocSpace objects, 0(0B) LOS objects, 15% free, 60MB/71MB, paused 80.885ms,57us total 2.668s +02-27 08:26:36.526 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:26:36.533 22861 22861 I chromium: [22861:22861:INFO:chromecast_service.cc(1674)] AoGH feature is: 0 +02-27 08:26:36.535 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:26:36.535 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:26:36.535 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:26:36.535 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:26:36.535 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:26:36.538 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:26:36.539 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:26:36.540 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:26:36.541 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:26:36.541 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:26:36.541 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:26:36.541 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:26:36.541 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:26:36.541 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(165)] Presence settings is: 0 +02-27 08:26:36.541 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:26:36.543 22896 22896 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:26:36.542 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:26:36.545 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:26:36.546 22861 22861 I chromium: [22861:22861:INFO:chromecast_service.cc(1634)] Geolocation changed to: 0 +02-27 08:26:36.556 22861 22861 I chromium: [22861:22861:INFO:lycra_transport.cc(410)] Feature flag changed: false +02-27 08:26:36.557 22861 22861 I chromium: [22861:22861:INFO:chromecast_service.cc(1774)] Playback disruption feature is: 1 +02-27 08:26:36.557 22861 22861 I chromium: [22861:22861:INFO:cast_cloud_settings.cc(183)] Presence radar settings is: 0 +02-27 08:26:36.557 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 08:26:36.561 22861 22861 I chromium: [22861:22861:INFO:chromecast_service.cc(1728)] smart_home/actions feature is: 0 +02-27 08:26:36.562 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:26:36.572 22861 22861 I chromium: [22861:22861:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 08:26:36.572 22861 22861 I chromium: [22861:22861:INFO:woca_client_auth.cc(103)] Cert rotation is now enabled +02-27 08:26:36.572 22861 22861 I chromium: [22861:22861:INFO:woca_client_auth.cc(136)] Use default signer +02-27 08:26:36.578 22861 22981 I chromium: [22861:22981:INFO:grpc_auth_manager_in_process.cc(215)] Initializing Auth. +02-27 08:26:36.578 22861 22981 W chromium: [22861:22981:WARNING:grpc_auth_manager_in_process.cc(220)] Device key not available yet. +02-27 08:26:36.580 22861 22861 I chromium: [22861:22861:INFO:chromecast_service.cc(1789)] Usonia GRPC feature is: 0 +02-27 08:26:36.583 22861 22861 I chromium: [22861:22861:INFO:usonia_child_process.cc(266)] Ignoring stop when not started. +02-27 08:26:36.585 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:26:36.589 505 594 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.role.service.RoleControllerServiceImpl in 120460ms for connection +02-27 08:26:36.589 505 594 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.permission.service.PermissionControllerServiceImpl in 160460ms for connection +02-27 08:26:36.592 22861 22861 I chromium: [22861:22861:INFO:usonia_main_process.cc(487)] Ignoring stop when not started. +02-27 08:26:36.600 505 2569 I ActivityManager: Process com.google.android.ext.services (pid 22662) has died: vis BFGS +02-27 08:26:36.602 505 556 I libprocessgroup: Successfully killed process cgroup uid 10078 pid 22662 in 0ms +02-27 08:26:36.602 22861 22861 I chromium: [22861:22861:INFO:usonia_configs_with_cast_features.cc(304)] Usonia configs: OnExtraMulticastGroupsChanged +02-27 08:26:36.602 22861 22861 I chromium: [22861:22861:INFO:usonia_configs_with_cast_features.cc(305)] id_is_authenticated=0 +02-27 08:26:36.602 22861 22861 I chromium: [22861:22861:INFO:usonia_configs_with_cast_features.cc(306)] usonia_require_authenticated_ids=1 +02-27 08:26:36.602 22861 22861 I chromium: [22861:22861:INFO:usonia_configs_with_cast_features.cc(308)] usonia_extra_multicast_groups=224.0.0.250,ff02::c:c +02-27 08:26:36.604 505 2569 W ActivityManager: Scheduling restart of crashed service com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl in 1000ms for connection +02-27 08:26:36.607 505 1683 I ActivityManager: Process com.google.android.tvlauncher (pid 22463) has died: fg TOP +02-27 08:26:36.608 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 22463 in 0ms +02-27 08:26:36.608 22861 22861 I chromium: [22861:22861:INFO:usonia_configs_with_cast_features.cc(310)] usonia_multicast_ttl=1 +02-27 08:26:36.609 22861 22861 I chromium: [22861:22861:INFO:usonia_configs_with_cast_features.cc(311)] usonia_higher_root_precedence=0 +02-27 08:26:36.609 22861 22861 I chromium: [22861:22861:INFO:usonia_configs_with_cast_features.cc(313)] usonia_allow_self_signed_certs=0 +02-27 08:26:36.609 22861 22861 I chromium: [22861:22861:INFO:usonia_configs_with_cast_features.cc(315)] usonia_enable_trusted_sets=1 +02-27 08:26:36.610 22861 22933 I chromium: [22861:22933:INFO:parent_tracker.cc(159)] Extra multicast groups changed +02-27 08:26:36.613 22861 22933 I chromium: [22861:22933:INFO:parent_tracker.cc(213)] Now using local address [REDACTED] +02-27 08:26:36.617 22861 22933 I chromium: [22861:22933:INFO:directory_service_impl.cc(536)] This device became root +02-27 08:26:36.631 505 1683 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10048; state: DISABLED +02-27 08:26:36.646 22861 23000 I chromium: [22861:23000:INFO:mdns_app_filter.cc(1602)] MdnsAppFilter: Done probing. +02-27 08:26:36.649 22861 22933 I chromium: [22861:22933:INFO:parent_tracker.cc(231)] Using multicast TTL 1 +02-27 08:26:36.649 22861 22933 I chromium: [22861:22933:INFO:parent_tracker.cc(277)] Add extra group 224.0.0.250 +02-27 08:26:36.697 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:26:36.697 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:26:36.698 22861 22861 I chromium: [22861:22861:INFO:mute_led_als_controller.cc(99)] No COLOR_AND_LIGHT sensor found +02-27 08:26:36.698 22861 22861 I chromium: [22861:22861:INFO:backlight_mitigator.cc(130)] No COLOR_AND_LIGHT sensor found +02-27 08:26:36.699 505 505 W Looper : Drained +02-27 08:26:36.738 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 22463 +02-27 08:26:36.758 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:26:36.758 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:26:36.758 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:26:36.758 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:26:36.762 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:26:36.778 322 322 D Zygote : Forked child process 23048 +02-27 08:26:36.780 505 555 I ActivityManager: Start proc 23048:com.google.android.tvlauncher/u0a48 for top-activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:26:36.787 505 542 W Looper : Slow dispatch took 360ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:26:36.804 22861 22937 I chromium: [22861:22937:INFO:libupnp_wrapper_async.cc(144)] SSDP server is initialized: root_device_desc_url = http://10.0.2.16:8008/ssdp/device-desc.xml, handle = 1 +02-27 08:26:36.836 23012 23012 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AtvRemoteService/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:26:36.838 22861 22861 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:26:36.850 23048 23048 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:26:36.854 22861 22861 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:26:36.859 22861 22861 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:26:36.926 505 2113 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:26:36.926 505 2113 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:26:36.926 505 2113 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:26:36.926 505 2113 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:26:36.926 505 2113 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:26:36.926 505 2113 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:26:36.926 505 2113 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:26:36.926 505 2113 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:26:36.926 505 2113 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:26:36.926 505 2113 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:26:36.930 22896 22896 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:26:36.931 22896 22896 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:26:36.932 22896 22896 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:26:36.935 505 2113 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:26:36.935 505 2113 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:26:36.935 505 2113 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:26:36.935 505 2113 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:26:36.935 505 2113 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:26:36.935 505 2113 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:26:36.935 505 2113 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:26:36.935 505 2113 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:26:36.935 505 2113 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:26:36.935 505 2113 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:26:36.937 22896 22896 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:26:36.938 22896 22896 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:26:36.940 22896 22896 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:26:36.982 22896 22896 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:26:37.002 22896 22896 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:26:37.004 22896 22896 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:26:37.008 22896 22896 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:26:37.009 22896 22896 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:26:37.009 22896 22896 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:26:37.010 22896 22896 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:26:37.016 22896 22896 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:26:37.016 22896 22896 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:26:37.016 22896 22896 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:26:37.018 22896 22896 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:26:37.024 22896 22896 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:26:37.028 22896 22896 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:26:37.028 22896 22896 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:26:37.029 22896 22896 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:26:37.029 22896 22896 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:26:37.029 22896 22896 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:26:37.082 505 2113 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10048; state: DISABLED +02-27 08:26:37.084 23012 23012 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tv.remote.service' set to: 'default' +02-27 08:26:37.084 23012 23012 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:26:37.087 505 2113 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10048; state: DISABLED +02-27 08:26:37.094 23012 23012 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:26:37.095 23012 23012 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:26:37.099 505 2113 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10048; state: DISABLED +02-27 08:26:37.108 505 2113 W ActivityManager: Slow operation: 209ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:26:37.113 23048 23048 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:26:37.119 505 514 I system_server: Background young concurrent copying GC freed 2381866(59MB) AllocSpace objects, 0(0B) LOS objects, 52% free, 21MB/45MB, paused 107us,1.317ms total 299.201ms +02-27 08:26:37.143 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:26:37.172 22861 22861 E cr_ChromecastConfigAndroid: UsageReporting query failed +02-27 08:26:37.173 22861 22861 I BindingManager: Bound service connected +02-27 08:26:37.173 22861 23070 W GmsClient: mServiceBroker is null, client disconnected +02-27 08:26:37.177 22896 23071 I JapaneseMozcExtension: JapaneseMozcExtension.onCreateServiceInternal():78 onCreateServiceInternal() +02-27 08:26:37.184 22896 23073 I NetworkInfoNotification: NetworkInfoNotification$Listener.onReceive():93 onNetworkAvailable: networkState = NON_METERED, isAirplaneModeOn = false +02-27 08:26:37.241 22861 22861 D cr_GrpcIpcUidPolicy: [AndroidIpcUidPolicy.java:147] Valid access from com.google.android.apps.mediashell +02-27 08:26:37.241 22861 22861 E cr_GrpcIpcSocketService: Native code not initialized yet. +02-27 08:26:37.241 22861 22861 E GrpcIpcSocketClientImpl: invalid message +02-27 08:26:37.242 23048 23048 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:26:37.250 22861 22965 E chromium: [22861:22965:ERROR:grpc_ipc_socket_client.cc(76)] Error for usonia-ipc-socket +02-27 08:26:37.258 22861 22965 E chromium: [22861:22965:ERROR:android_grpc_builder.cc(86)] Could not get a socket for binder:com.google.android.apps.mediashell:usonia-ipc-socket +02-27 08:26:37.262 23012 23012 I AtvRemote.Application: Application started +02-27 08:26:37.264 22861 22965 E chromium: [22861:22965:ERROR:grpc_manager_impl.cc(618)] GRPC[uri=]: Grpc cannot connect to host {UNDEFINED} +02-27 08:26:37.274 22896 22896 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 5 +02-27 08:26:37.274 22896 22896 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 5 +02-27 08:26:37.275 22896 22896 I DeviceStatusMonitor: DeviceStatusMonitor$1.onReceive():58 onReceive() : Action = android.net.conn.CONNECTIVITY_CHANGE +02-27 08:26:37.278 22861 22965 E chromium: [22861:22965:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:37.278 22861 22965 W chromium: [22861:22965:WARNING:grpc_auth_manager_with_grpc_ipc.cc(59)] IPC for Auth.AuthReadyStreaming closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:37.281 22861 22965 E chromium: [22861:22965:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:37.283 22861 22965 W chromium: [22861:22965:WARNING:distributed_service_discovery_with_grpc_ipc.cc(147)] IPC for DistributedServiceDiscovery.AddService closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:37.284 22861 22965 E chromium: [22861:22965:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:37.284 22861 22965 W chromium: [22861:22965:WARNING:distributed_service_discovery_with_grpc_ipc.cc(60)] IPC for DistributedServiceDiscovery.UpdateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:37.284 22861 22965 E chromium: [22861:22965:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:37.284 22861 22965 W chromium: [22861:22965:WARNING:metrics_recorder_with_grpc_ipc.cc(142)] IPC for MetricsRecorder.RecordMetrics closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:37.284 22861 22965 E chromium: [22861:22965:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:37.284 22861 22965 W chromium: [22861:22965:WARNING:synchronous_sound_player_with_grpc_ipc.cc(171)] IPC for SynchronousSoundPlayer.UpdateSound closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:37.284 22861 22965 E chromium: [22861:22965:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:37.284 22861 22965 E chromium: [22861:22965:ERROR:ipc_common.h(444)] Error in fetching local device info: [error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:37.284 22861 22965 E chromium: [22861:22965:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:37.284 22861 22965 W chromium: [22861:22965:WARNING:directory_service_with_grpc_ipc.cc(118)] IPC for DirectoryService.ObserveCommonTime closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:37.284 22861 22965 E chromium: [22861:22965:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:37.284 22861 22965 E chromium: [22861:22965:ERROR:directory_service_with_grpc_ipc.cc(274)] IPC for DirectoryService.UpdateStateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:37.284 22861 22965 E chromium: [22861:22965:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:37.284 22861 22965 E chromium: [22861:22965:ERROR:directory_service_with_grpc_ipc.cc(376)] IPC for DirectoryService.UpdateMessageObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:37.284 22861 22965 E chromium: [22861:22965:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:37.284 22861 22965 I chromium: [22861:22965:INFO:state_manager_with_grpc_ipc.cc(141)] Usonia state changed, state: 1 value: 0 +02-27 08:26:37.284 22861 22965 W chromium: [22861:22965:WARNING:state_manager_with_grpc_ipc.cc(73)] IPC for StateManager.ReceiveStateUpdates closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:37.287 22896 22896 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = false +02-27 08:26:37.299 22896 22896 I UrgentSignalsProcessor: UrgentSignalsProcessor.flagUpdated():97 Received flagsUpdated for urgent signal +02-27 08:26:37.299 23048 23048 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:26:37.299 23048 23048 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:26:37.301 22896 22896 I DictionarySuperpacksManager: DictionarySuperpacksManager$1.onEnabledInputMethodEntriesChanged():60 onEnabledInputMethodEntriesChanged +02-27 08:26:37.302 23048 23048 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:26:37.304 23048 23048 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:26:37.306 22896 22896 I MetricsProcessorProviderManager: MetricsProcessorProviderManager.onClearcutAdapterReady():102 onClearcutAdapterReady +02-27 08:26:37.311 22896 22896 I KeyboardDefManager: KeyboardDefManager$LoadKeyboardDefTask$1.onFailure():184 Task to load keyboard def was canceled. +02-27 08:26:37.311 22896 22896 I KeyboardDefManager: java.util.concurrent.CancellationException: Task was cancelled. +02-27 08:26:37.311 22896 22896 I KeyboardDefManager: at jke.s(PG:3) +02-27 08:26:37.311 22896 22896 I KeyboardDefManager: at jke.get(PG:4) +02-27 08:26:37.311 22896 22896 I KeyboardDefManager: at job.k(PG:1) +02-27 08:26:37.311 22896 22896 I KeyboardDefManager: at job.E(PG:2) +02-27 08:26:37.311 22896 22896 I KeyboardDefManager: at jma.run(PG:4) +02-27 08:26:37.311 22896 22896 I KeyboardDefManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:26:37.311 22896 22896 I KeyboardDefManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:26:37.311 22896 22896 I KeyboardDefManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:26:37.311 22896 22896 I KeyboardDefManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:26:37.311 22896 22896 I KeyboardDefManager: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:26:37.311 22896 22896 I KeyboardDefManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:26:37.311 22896 22896 I KeyboardDefManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:26:37.311 22896 22896 I KeyboardDefManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:26:37.322 505 1683 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:26:37.322 505 1683 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:26:37.322 505 1683 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:26:37.322 505 1683 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:26:37.322 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:26:37.326 322 322 D Zygote : Forked child process 23080 +02-27 08:26:37.326 505 555 I ActivityManager: Start proc 23080:com.google.android.gms/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.GmsBoundBrokerService} +02-27 08:26:37.345 23012 23081 W .remote.servic: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:26:37.345 23012 23081 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:26:37.346 23012 23081 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:26:37.365 23080 23080 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. +02-27 08:26:37.371 22906 22928 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:26:37.372 22906 22928 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:26:37.388 23080 23080 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:26:37.391 505 2251 I ActivityManager: Background started FGS: Allowed [callingPackage: com.google.android.inputmethod.latin; callingUid: 10066; uidState: IMPB; intent: Intent { act=com.google.android.tv.remote.service.VIRTUAL_REMOTE_IME pkg=com.google.android.tv.remote.service }; code:CURRENT_INPUT_METHOD; tempAllowListReason:; targetSdkVersion:31; callerTargetSdkVersion:31; startForegroundCount:0; bindFromPackage:null] +02-27 08:26:37.412 505 1683 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13679} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (6 skipped) +02-27 08:26:37.425 22906 22906 I GmsApplication: Registering the BackgroundBroadcastReceiverSupport receiver. +02-27 08:26:37.458 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:26:37.465 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:26:37.473 22906 22906 I GmsReceiverSupport: Registered Receiver for 14+1 IntentFilters +02-27 08:26:37.474 23080 23080 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:26:37.546 23080 23080 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:26:37.546 23080 23080 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:26:37.547 23080 23080 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:26:37.552 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:26:37.552 23080 23080 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:26:37.553 22906 22906 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:26:37.554 22896 22896 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1145 update screenHeightWithoutNaviBar to: 1080 +02-27 08:26:37.561 22906 23111 I Watchcat: Started +02-27 08:26:37.563 22906 23112 I GMS_MM_Logger: Started. +02-27 08:26:37.568 23012 23012 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:26:37.570 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:26:37.571 22896 22896 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1152 update max height when insets changes +02-27 08:26:37.574 22896 23005 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:26:37.602 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:26:37.606 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10078; state: DISABLED +02-27 08:26:37.606 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10078; state: DISABLED +02-27 08:26:37.606 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10078; state: DISABLED +02-27 08:26:37.606 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10078; state: ENABLED +02-27 08:26:37.607 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10078; state: ENABLED +02-27 08:26:37.614 322 322 D Zygote : Forked child process 23126 +02-27 08:26:37.616 505 555 I ActivityManager: Start proc 23126:com.google.android.ext.services/u0a78 for service {com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} +02-27 08:26:37.681 182 182 I lowmemorykiller: Kill 'com.android.providers.tv' (21274), uid 10033, oom_score_adj 905 to free 49668kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (223%) +02-27 08:26:37.860 322 322 I Zygote : Process 21274 exited due to signal 9 (Killed) +02-27 08:26:37.877 505 2113 I ActivityManager: Process com.android.providers.tv (pid 21274) has died: cch+5 CEM +02-27 08:26:37.889 505 556 I libprocessgroup: Successfully killed process cgroup uid 10033 pid 21274 in 0ms +02-27 08:26:38.013 23012 23012 I AtvRemote.RemoteService: Starting bluetooth server +02-27 08:26:38.067 23126 23126 E id.ext.service: Not starting debugger since process cannot load the jdwp agent. +02-27 08:26:38.167 505 505 W Looper : Slow dispatch took 182ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:26:38.192 22896 22896 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 15 +02-27 08:26:38.242 22896 22896 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 15 +02-27 08:26:38.254 505 1683 W ActivityManager: Slow operation: 69ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:26:38.276 22896 23005 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:26:38.292 505 1683 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10078; state: DISABLED +02-27 08:26:38.309 505 1683 W ActivityManager: Slow operation: 124ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:26:38.336 505 1683 W ActivityManager: Slow operation: 151ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:26:38.346 22861 22965 I chromium: [22861:22965:INFO:grpc_auth_manager_with_grpc_ipc.cc(63)] Connecting IPC for Auth.AuthReadyStreaming. +02-27 08:26:38.349 505 1683 W ActivityManager: Slow operation: 163ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:26:38.386 22861 22965 D BindingManager: with +02-27 08:26:38.390 22861 22965 I chromium: [22861:22965:INFO:distributed_service_discovery_with_grpc_ipc.cc(152)] Connecting IPC for DistributedServiceDiscovery.AddService. +02-27 08:26:38.390 22861 22965 I chromium: [22861:22965:INFO:distributed_service_discovery_with_grpc_ipc.cc(66)] Connecting IPC for DistributedServiceDiscovery.UpdateObservers. +02-27 08:26:38.397 22906 22929 I FontLog : (REDACTED) Updating from directory version %d to %d from disk +02-27 08:26:38.400 22861 22965 I chromium: [22861:22965:INFO:metrics_recorder_with_grpc_ipc.cc(156)] Connecting IPC for MetricsRecorder.RecordMetrics: num_attempts=2 +02-27 08:26:38.404 22861 22965 I chromium: [22861:22965:INFO:synchronous_sound_player_with_grpc_ipc.cc(176)] Connecting IPC for SynchronousSoundPlayer.UpdateSound. +02-27 08:26:38.405 22861 22965 I chromium: [22861:22965:INFO:directory_service_with_grpc_ipc.cc(66)] Connecting IPC for DirectoryService.LocalDeviceInfo. +02-27 08:26:38.460 22861 22965 I chromium: [22861:22965:INFO:directory_service_with_grpc_ipc.cc(123)] Connecting IPC for DirectoryService.ObserveCommonTime. +02-27 08:26:38.461 22861 22965 I chromium: [22861:22965:INFO:directory_service_with_grpc_ipc.cc(279)] Connecting IPC for DirectoryService.UpdateStateObservers. +02-27 08:26:38.469 22861 22965 I chromium: [22861:22965:INFO:directory_service_with_grpc_ipc.cc(381)] Connecting IPC for DirectoryService.UpdateMessageObservers. +02-27 08:26:38.486 22861 22965 I chromium: [22861:22965:INFO:state_manager_with_grpc_ipc.cc(78)] Connecting IPC for StateManager.ReceiveStateUpdates. +02-27 08:26:38.553 23048 23141 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:26:38.560 23048 23141 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:26:38.567 23048 23141 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:26:38.577 22906 23105 I FontLog : (REDACTED) Using directory in FlatBuffer format +02-27 08:26:38.608 22861 22861 D cr_GrpcIpcUidPolicy: [AndroidIpcUidPolicy.java:147] Valid access from com.google.android.apps.mediashell +02-27 08:26:38.608 22861 22861 E cr_GrpcIpcSocketService: Native code not initialized yet. +02-27 08:26:38.618 22861 22861 E GrpcIpcSocketClientImpl: invalid message +02-27 08:26:38.638 22861 22965 E chromium: [22861:22965:ERROR:grpc_ipc_socket_client.cc(76)] Error for usonia-ipc-socket +02-27 08:26:38.638 22861 22965 E chromium: [22861:22965:ERROR:android_grpc_builder.cc(86)] Could not get a socket for binder:com.google.android.apps.mediashell:usonia-ipc-socket +02-27 08:26:38.638 22861 22965 E chromium: [22861:22965:ERROR:grpc_manager_impl.cc(618)] GRPC[uri=]: Grpc cannot connect to host {UNDEFINED} +02-27 08:26:38.638 22861 22965 E chromium: [22861:22965:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:38.638 22861 22965 W chromium: [22861:22965:WARNING:grpc_auth_manager_with_grpc_ipc.cc(59)] IPC for Auth.AuthReadyStreaming closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:38.638 22861 22965 E chromium: [22861:22965:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:38.638 22861 22965 W chromium: [22861:22965:WARNING:distributed_service_discovery_with_grpc_ipc.cc(147)] IPC for DistributedServiceDiscovery.AddService closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:38.638 22861 22965 E chromium: [22861:22965:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:38.638 22861 22965 W chromium: [22861:22965:WARNING:distributed_service_discovery_with_grpc_ipc.cc(60)] IPC for DistributedServiceDiscovery.UpdateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:38.638 22861 22965 E chromium: [22861:22965:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:38.638 22861 22965 W chromium: [22861:22965:WARNING:metrics_recorder_with_grpc_ipc.cc(142)] IPC for MetricsRecorder.RecordMetrics closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:38.638 22861 22965 E chromium: [22861:22965:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:38.638 22861 22965 W chromium: [22861:22965:WARNING:synchronous_sound_player_with_grpc_ipc.cc(171)] IPC for SynchronousSoundPlayer.UpdateSound closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:38.638 22861 22965 E chromium: [22861:22965:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:38.638 22861 22965 E chromium: [22861:22965:ERROR:ipc_common.h(444)] Error in fetching local device info: [error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:38.638 22861 22965 E chromium: [22861:22965:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:38.638 22861 22965 W chromium: [22861:22965:WARNING:directory_service_with_grpc_ipc.cc(118)] IPC for DirectoryService.ObserveCommonTime closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:38.638 22861 22965 E chromium: [22861:22965:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:38.638 22861 22965 E chromium: [22861:22965:ERROR:directory_service_with_grpc_ipc.cc(274)] IPC for DirectoryService.UpdateStateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:38.638 22861 22965 E chromium: [22861:22965:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:38.638 22861 22965 E chromium: [22861:22965:ERROR:directory_service_with_grpc_ipc.cc(376)] IPC for DirectoryService.UpdateMessageObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:38.638 22861 22965 E chromium: [22861:22965:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:38.638 22861 22965 W chromium: [22861:22965:WARNING:state_manager_with_grpc_ipc.cc(73)] IPC for StateManager.ReceiveStateUpdates closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:26:38.725 22861 23000 I chromium: [22861:23000:INFO:mdns_app_filter.cc(1768)] MdnsAppFilter: Done announcing. +02-27 08:26:38.764 505 543 W Looper : Slow dispatch took 327ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:26:38.785 505 1683 W ActivityManager: Slow operation: 600ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:26:38.814 22906 22929 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:26:38.824 22906 22929 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:26:38.831 505 514 I system_server: Background young concurrent copying GC freed 1313223(33MB) AllocSpace objects, 1(36KB) LOS objects, 46% free, 24MB/45MB, paused 5.026ms,2.388ms total 658.640ms +02-27 08:26:38.836 23126 23126 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10078; state: DISABLED +02-27 08:26:38.876 22906 22929 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:26:38.939 20937 20953 I bt_btif_sock_rfcomm: system/bt/btif/src/btif_sock_rfc.cc:303 btsock_rfc_listen: Adding listening socket service_name: Android TV Remote - channel: -1 +02-27 08:26:38.957 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:26:38.962 23012 23012 I AtvRemote.BluetoothServer: Starting Bluetooth LE advertising +02-27 08:26:38.964 20937 21204 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=6, is_server=1, mtu=990, uuid=000000, dlci=12, signal_state=0x0b, p_port=0x7a81908bb8 +02-27 08:26:38.973 23012 23012 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:26:38.980 23012 23012 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:26:39.004 22906 22928 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:26:39.030 22906 22906 D BoundBrokerSvc: onBind: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:26:39.031 22906 22906 D BoundBrokerSvc: Loading bound service for intent: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:26:39.046 22861 22870 W apps.mediashel: Suspending all threads took: 5.001ms +02-27 08:26:39.203 22906 22928 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:26:39.296 23126 23126 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.ext.services' set to: 'default' +02-27 08:26:39.296 23126 23126 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:26:39.300 23126 23126 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:26:39.300 23126 23126 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:26:39.370 23080 23080 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:26:39.379 23080 23080 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:26:39.379 23080 23080 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:26:39.394 23048 23048 W ChimeRegistrationManage: Chime not initialized, cannot register for notifications. +02-27 08:26:39.402 22896 22896 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. +02-27 08:26:39.420 23012 23012 I AtvRemote.BluetoothServer: Advertising on LE Settings [mAdvertiseMode=0, mAdvertiseTxPowerLevel=2, mAdvertiseConnectable=true, mAdvertiseTimeoutMillis=0] +02-27 08:26:39.422 23012 23012 D TvRemoteProvider: openRemoteInputBridge() for virtual-search: success +02-27 08:26:39.425 505 540 I TvRemote-native-uiBridge: Registering uinput device virtual-search: touch pad size 1x1, max pointers 1. +02-27 08:26:39.436 505 540 E TvRemote-native-uiBridge: Cannot open /dev/uinput: Permission denied. +02-27 08:26:39.432 505 505 W Binder:505_1: type=1400 audit(0.0:2067): avc: denied { write } for name="uinput" dev="tmpfs" ino=382 scontext=u:r:system_server:s0 tcontext=u:object_r:uhid_device:s0 tclass=chr_file permissive=0 +02-27 08:26:39.453 505 540 E TvRemoteServiceInput: Cannot create device for virtual-search +02-27 08:26:39.454 505 1680 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10033; state: DISABLED +02-27 08:26:39.455 505 1680 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10033; state: DISABLED +02-27 08:26:39.455 505 1680 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10033; state: DISABLED +02-27 08:26:39.455 505 1680 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10033; state: ENABLED +02-27 08:26:39.456 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10033; state: ENABLED +02-27 08:26:39.458 23048 23048 W Glide : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored +02-27 08:26:39.466 322 322 D Zygote : Forked child process 23178 +02-27 08:26:39.466 505 542 I ServiceWatcher: [GeocoderProxy] connected to {com.google.android.gms/com.google.android.gms.location.geocode.GeocodeService} +02-27 08:26:39.470 505 555 I ActivityManager: Start proc 23178:com.android.providers.tv/u0a33 for content provider {com.android.providers.tv/com.android.providers.tv.TvProvider} +02-27 08:26:39.504 23080 23080 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:26:39.525 23178 23178 E id.providers.t: Not starting debugger since process cannot load the jdwp agent. +02-27 08:26:39.545 505 542 I ServiceWatcher: [fused] connected to {com.google.android.gms/com.google.android.location.fused.FusedLocationService} +02-27 08:26:39.605 182 182 I lowmemorykiller: Kill 'com.google.android.apps.mediashell' (22861), uid 10054, oom_score_adj 500 to free 110504kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (130%) +02-27 08:26:39.640 22906 22906 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:26:39.640 22906 22906 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:26:39.646 505 2251 I LocationManagerService: fused provider loaded extra attribution tags: [activity_recognition_provider, awareness_provider, current_semantic_location, fused_location_provider, fused_provider_shim, geofencer_provider, network_location_calibration, network_location_provider, network_provider_shim] +02-27 08:26:39.657 505 1685 E WifiMulticastLockManager: Multicaster binderDied +02-27 08:26:39.658 322 322 I Zygote : Process 22861 exited due to signal 9 (Killed) +02-27 08:26:39.659 505 1683 I ActivityManager: Process com.google.android.apps.mediashell (pid 22861) has died: svc SVC +02-27 08:26:39.661 505 556 I libprocessgroup: Successfully killed process cgroup uid 10054 pid 22861 in 0ms +02-27 08:26:39.707 505 826 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10054/22861, android.os.BinderProxy@16a5337) +02-27 08:26:39.707 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=296, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] (release request) +02-27 08:26:39.708 505 2673 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10054/22861, android.os.BinderProxy@32a60a4) +02-27 08:26:39.720 23080 23080 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:26:39.725 505 1683 W ActivityManager: Scheduling restart of crashed service com.google.android.apps.mediashell/.MediaShellCastReceiverService in 43160ms for start-requested +02-27 08:26:39.755 22896 22896 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:26:39.760 22896 22896 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 7 +02-27 08:26:39.817 22906 22906 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:26:39.817 22906 22906 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:26:39.837 505 1686 D ConnectivityService: requestNetwork for uid/pid:10048/23048 activeRequest: null callbackRequest: 298 [NetworkRequest [ REQUEST id=299, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:26:39.838 505 709 D ConnectivityService: NetReassign [299 : null → 101] +02-27 08:26:39.844 23048 23048 W PrtnrWidgetInfoLdr: No content provider for OEM widget found +02-27 08:26:39.852 505 505 W Looper : Slow dispatch took 116ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:26:39.856 23178 23178 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10033; state: ENABLED +02-27 08:26:39.859 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=299, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:26:39.860 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=299, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:26:39.860 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=299, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:26:39.877 23012 23201 I AtvRemote.TcpServer: Listening on 6466 +02-27 08:26:39.884 505 514 W system_server: Suspending all threads took: 6.087ms +02-27 08:26:39.973 505 2569 I ActivityManager: Background started FGS: Allowed [callingPackage: com.google.android.tv.remote.service; callingUid: 10049; uidState: FGS ; intent: Intent { cmp=com.google.android.tv.remote.service/.DiscoveryService }; code:BACKGROUND_ACTIVITY_PERMISSION; tempAllowListReason:; targetSdkVersion:31; callerTargetSdkVersion:31; startForegroundCount:0; bindFromPackage:null] +02-27 08:26:39.982 23178 23178 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.tv' set to: 'default' +02-27 08:26:39.982 23178 23178 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:26:39.988 23048 23206 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.searchapi.VoiceInteractionProvider +02-27 08:26:39.989 23178 23178 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:26:39.989 23178 23178 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:26:39.990 23048 23206 E ActivityThread: Failed to find provider info for tvlauncher.mic +02-27 08:26:39.996 23178 23178 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10033; state: ENABLED +02-27 08:26:39.998 23080 23210 I GMS_MM_Logger: Started. +02-27 08:26:40.000 22906 22906 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:26:40.000 23080 23209 I Watchcat: Started +02-27 08:26:40.007 23048 23206 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:26:40.007 23080 23080 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:26:40.010 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:26:40.012 23048 23214 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:26:40.038 505 514 I system_server: Background young concurrent copying GC freed 1294668(32MB) AllocSpace objects, 0(0B) LOS objects, 54% free, 19MB/43MB, paused 12.821ms,6.370ms total 308.854ms +02-27 08:26:40.064 505 516 E System : Uncaught exception thrown by finalizer +02-27 08:26:40.072 505 2569 I ActivityTaskManager: START u0 {flg=0x14000000 cmp=com.google.android.tvlauncher/.MainActivity (has extras)} from uid 10048 +02-27 08:26:40.076 505 712 D NsdService: New client listening to asynchronous messages +02-27 08:26:40.076 505 712 D NsdService: New client, channel: com.android.internal.util.AsyncChannel@ce8c446 messenger: android.os.Messenger@f0d1607 +02-27 08:26:40.080 23012 23012 D CompatibilityChangeReporter: Compat change id reported: 191844585; UID 10049; state: ENABLED +02-27 08:26:40.084 505 516 E System : java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Object.equals(java.lang.Object)' on a null object reference +02-27 08:26:40.084 505 516 E System : at com.android.server.tv.UinputBridge.isTokenValid(UinputBridge.java:135) +02-27 08:26:40.084 505 516 E System : at com.android.server.tv.UinputBridge.close(UinputBridge.java:119) +02-27 08:26:40.084 505 516 E System : at com.android.server.tv.UinputBridge.finalize(UinputBridge.java:111) +02-27 08:26:40.084 505 516 E System : at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:291) +02-27 08:26:40.084 505 516 E System : at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:278) +02-27 08:26:40.084 505 516 E System : at java.lang.Daemons$Daemon.run(Daemons.java:139) +02-27 08:26:40.084 505 516 E System : at java.lang.Thread.run(Thread.java:920) +02-27 08:26:40.091 23012 23027 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. +02-27 08:26:40.100 505 712 D NsdService: Register service +02-27 08:26:40.100 505 712 D NsdService: mdnssd [start-service] +02-27 08:26:40.102 23012 23012 I AtvRemote.RemoteService: Starting up pairing server. +02-27 08:26:40.136 23012 23027 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:26:40.137 23012 23027 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 7 +02-27 08:26:40.137 23012 23027 V DynamiteModule: Dynamite loader version >= 2, using loadModule2NoCrashUtils +02-27 08:26:40.169 23080 23080 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:26:40.169 23080 23080 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:26:40.179 23048 23048 E Clearcut-EventLogger: Unexpected log parameter home_selected_row_position +02-27 08:26:40.237 22906 22906 W SystemServiceRegistry: No service published for: contexthub +02-27 08:26:40.253 22906 22906 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:26:40.257 22906 22906 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:26:40.302 22906 23113 E ActivityThread: Failed to find provider info for instantapp-dev-manager +02-27 08:26:40.327 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:26:40.329 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:26:40.372 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:26:40.376 505 712 D NsdService: registerService: 17 name: sdk_google_atv64_arm64, type: _androidtvremote2._tcp., host: null, port: 6466, txtRecord: bt=BB:BB:BB:00:00:01 +02-27 08:26:40.376 505 712 D NsdService: mdnssd [register, 17, sdk_google_atv64_arm64, _androidtvremote2._tcp., 6466, FGJ0PUJCOkJCOkJCOjAwOjAwOjAx] +02-27 08:26:40.377 505 1680 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:26:40.377 505 1680 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:26:40.377 505 1680 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:26:40.377 505 1680 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:26:40.380 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:26:40.385 505 712 D NsdService: Register 2 17 +02-27 08:26:40.392 322 322 D Zygote : Forked child process 23227 +02-27 08:26:40.400 505 555 I ActivityManager: Start proc 23227:com.google.process.gapps/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider} +02-27 08:26:40.402 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:26:40.408 23048 23140 D HostConnection: createUnique: call +02-27 08:26:40.417 23080 23094 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:26:40.417 23080 23094 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:26:40.420 23048 23140 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b098710, tid 23140 +02-27 08:26:40.437 23048 23140 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:26:40.455 23227 23227 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. +02-27 08:26:40.500 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 08:26:40.508 23048 23140 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 08:26:40.511 23048 23140 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 08:26:40.517 23048 23140 D EGL_emulation: eglCreateContext: 0xb400007b8b098e90: maj 3 min 0 rcv 3 +02-27 08:26:40.555 23048 23140 D EGL_emulation: eglMakeCurrent: 0xb400007b8b098e90: ver 3 0 (tinfo 0x7da2400080) (first time) +02-27 08:26:40.556 22906 22929 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:26:40.556 22906 22929 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:26:40.567 22906 22929 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:26:40.567 22906 22929 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:26:40.588 505 1683 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:26:40.592 23227 23227 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:26:40.687 22906 22906 E inertial-anchor: Requested sensor:1 and fallback sensor: 1 are both unavailable. +02-27 08:26:40.688 22906 22906 E inertial-anchor: Requested sensor:1 and fallback sensor: 1 are both unavailable. +02-27 08:26:40.763 22906 22929 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:26:40.842 360 445 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 08:26:40.853 22906 22927 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:26:40.865 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 08:26:40.865 23048 23140 I Gralloc4: mapper 4.x is not supported +02-27 08:26:40.866 22906 22927 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:26:40.872 22906 22927 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:26:40.877 22906 22927 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:26:40.888 23048 23140 D HostConnection: createUnique: call +02-27 08:26:40.889 23048 23140 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09ab10, tid 23140 +02-27 08:26:40.890 23048 23140 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 08:26:40.890 23048 23140 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 08:26:40.892 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 08:26:40.892 23048 23140 W Gralloc4: allocator 4.x is not supported +02-27 08:26:40.908 337 399 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:26:40.916 23048 23140 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:26:40.970 337 399 D goldfish-address-space: claimShared: Ask to claim region [0x1f97f4000 0x1f9fe0000] +02-27 08:26:40.977 337 399 D goldfish-address-space: claimShared: Ask to claim region [0x1f9fe0000 0x1fa7cc000] +02-27 08:26:41.432 505 712 D NsdService: Native daemon message SERVICE_REGISTERED: 606 17 "sdk_google_atv64_arm64" +02-27 08:26:41.514 23227 23227 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:26:41.515 23227 23227 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:26:41.562 505 514 I system_server: Background young concurrent copying GC freed 1213095(30MB) AllocSpace objects, 1(36KB) LOS objects, 44% free, 24MB/43MB, paused 1.054ms,80us total 642.001ms +02-27 08:26:41.562 22906 22927 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:26:41.564 23227 23227 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:26:41.652 23227 23227 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:26:41.706 23178 23190 I id.providers.t: Background young concurrent copying GC freed 15565(717KB) AllocSpace objects, 2(40KB) LOS objects, 92% free, 1951KB/25MB, paused 31us,553us total 190.533ms +02-27 08:26:41.808 23012 23207 I AtvRemote.DiscoveryService: NDS Service registered: sdk_google_atv64_arm64 +02-27 08:26:42.052 505 543 W Looper : Slow dispatch took 160ms android.ui h=com.android.server.wm.DisplayPolicy$PolicyHandler c=com.android.server.wm.DisplayPolicy$2$$ExternalSyntheticLambda3@e981c90 m=0 +02-27 08:26:42.052 505 543 W Looper : Slow delivery took 242ms android.ui h=com.android.server.wm.DisplayPolicy$PolicyHandler c=com.android.server.wm.DisplayPolicy$2$$ExternalSyntheticLambda2@4478302 m=0 +02-27 08:26:42.061 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:26:42.125 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:26:42.557 23227 23227 I GoogleHttpClient: GMS http client unavailable, use old client +02-27 08:26:42.573 505 543 W Looper : Drained +02-27 08:26:42.632 23227 23227 I CarUiInstaller: CarUiInstaller started for com.google.android.gsf +02-27 08:26:42.641 505 514 I system_server: Background young concurrent copying GC freed 1221322(30MB) AllocSpace objects, 0(0B) LOS objects, 58% free, 17MB/41MB, paused 877us,55us total 105.065ms +02-27 08:26:43.346 23048 23251 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:26:43.476 23048 23048 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:26:43.478 23048 23048 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:26:43.497 23048 23251 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:222508000 +02-27 08:26:43.497 23048 23251 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 222508000 +02-27 08:26:43.512 22906 22906 W SystemServiceRegistry: No service published for: contexthub +02-27 08:26:43.521 23048 23048 E Clearcut-EventLogger: Unexpected log parameter home_selected_row_position +02-27 08:26:43.521 23048 23048 W HomeController: onResume: List view global layout completed. +02-27 08:26:43.550 22906 22906 E NanoAppLogging: Failed to begin contexthub communication +02-27 08:26:43.722 22906 22906 W Settings: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. +02-27 08:26:43.782 505 2251 D CompatibilityChangeReporter: Compat change id reported: 168936375; UID 10057; state: ENABLED +02-27 08:26:43.788 505 2251 D CompatibilityChangeReporter: Compat change id reported: 73144566; UID 10057; state: ENABLED +02-27 08:26:43.849 505 542 I ServiceWatcher: [GeofenceProxy] connected to {com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService} +02-27 08:26:44.064 505 542 I ServiceWatcher: [HardwareActivityRecognitionProxy] connected to {com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService} +02-27 08:26:44.116 505 542 I ServiceWatcher: [network] connected to {com.google.android.gms/com.google.android.location.network.NetworkLocationService} +02-27 08:26:44.120 505 1686 I LocationManagerService: network provider loaded extra attribution tags: [activity_recognition_provider, awareness_provider, current_semantic_location, fused_location_provider, fused_provider_shim, geofencer_provider, network_location_calibration, network_location_provider, network_provider_shim] +02-27 08:26:44.124 22906 22906 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:26:44.159 22906 22906 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:26:44.172 23048 23251 D DynamitePackage: Instantiated singleton DynamitePackage. +02-27 08:26:44.172 23048 23251 D DynamitePackage: Instantiating com.google.android.gms.ads.adshield.ChimeraAdShieldCreatorImpl +02-27 08:26:44.172 22906 23213 D CompatibilityChangeReporter: Compat change id reported: 150935354; UID 10057; state: ENABLED +02-27 08:26:44.265 22906 22906 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:26:44.265 22906 22906 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:26:44.393 22906 23213 W Settings: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. +02-27 08:26:44.682 22906 23213 W SystemServiceRegistry: No service published for: wifirtt +02-27 08:26:44.794 505 1686 D ConnectivityService: requestNetwork for uid/pid:10048/23048 activeRequest: null callbackRequest: 300 [NetworkRequest [ REQUEST id=301, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:26:45.052 505 709 D ConnectivityService: NetReassign [301 : null → 101] +02-27 08:26:45.315 23048 23252 I gmg : Provider GmsCore_OpenSSL not available +02-27 08:26:45.355 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=301, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:26:45.356 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=301, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:26:45.356 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=301, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:26:45.453 23012 23078 D PhenotypeContext: Application doesn't implement PhenotypeApplication interface, falling back to globally set context. See go/phenotype-flag#process-stable-init for more info. +02-27 08:26:45.460 23048 23253 W roid.tvlaunche: Verification of cai cae.s() took 115.227ms (26.04 bytecodes/s) (1360B approximate peak alloc) +02-27 08:26:45.684 505 514 I system_server: Background young concurrent copying GC freed 1119147(28MB) AllocSpace objects, 0(0B) LOS objects, 59% free, 16MB/40MB, paused 87us,128us total 664.619ms +02-27 08:26:45.787 22906 22906 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.clearcut.service.START dat=chimera-action:com.google.android.gms.clearcut.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:26:45.788 22906 22906 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.clearcut.service.START dat=chimera-action:com.google.android.gms.clearcut.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:26:45.815 22906 22906 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:26:45.817 22906 22906 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:26:45.825 22906 22906 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gmscompliance.service.START dat=chimera-action:com.google.android.gms.gmscompliance.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:26:45.836 22906 22906 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gmscompliance.service.START dat=chimera-action:com.google.android.gms.gmscompliance.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:26:45.846 505 572 E VerityUtils: Failed to measure fs-verity, errno 1: /product/priv-app/TVLauncher/TVLauncher.apk +02-27 08:26:45.832 505 505 W PackageManagerB: type=1400 audit(0.0:2068): avc: denied { ioctl } for path="/product/priv-app/TVLauncher/TVLauncher.apk" dev="dm-2" ino=220 ioctlcmd=0x6686 scontext=u:r:system_server:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 +02-27 08:26:45.859 22906 22906 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.usagereporting.service.START dat=chimera-action:com.google.android.gms.usagereporting.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:26:45.860 22906 22906 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.usagereporting.service.START dat=chimera-action:com.google.android.gms.usagereporting.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:26:45.868 22906 22906 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.clearcut.bootcount.service.START dat=chimera-action:com.google.android.gms.clearcut.bootcount.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:26:45.868 22906 22906 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.clearcut.bootcount.service.START dat=chimera-action:com.google.android.gms.clearcut.bootcount.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:26:45.877 22906 22906 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 } +02-27 08:26:45.877 22906 22906 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 } +02-27 08:26:46.197 22896 23303 I PhenotypeModule: PhenotypeModule.handlePhenotypeConfigurationUpdatesInternal():365 Latency of updating configurations from phenotype (experiment v4): 102 +02-27 08:26:46.202 22896 23303 I PhenotypeModule: PhenotypeModule.handlePhenotypeConfigurationUpdates():264 Latency of updating configurations from phenotype (ExperimentV4): 154 +02-27 08:26:46.514 505 826 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155606400 +02-27 08:26:46.525 22906 22906 D CompatibilityChangeReporter: Compat change id reported: 148180766; UID 10057; state: ENABLED +02-27 08:26:46.894 22896 23006 I PhenotypeModule: PhenotypeModule.lambda$fetchAndUpdate$1():221 fetchAndUpdate() : Success, hasFlags=true, flagCount=6, lastFetchStatus=February 27, 8:26 AM {reason=1, isFullFetch=true, success=true, isEmpty=false, isDelta=false, fetchedFlagsCount=6, deletedFlagsCount=362, updatedFlagsCount=0, totalTime=16937} +02-27 08:26:47.149 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:26:47.185 23048 23048 I Choreographer: Skipped 410 frames! The application may be doing too much work on its main thread. +02-27 08:26:47.317 505 2586 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155606400 +02-27 08:26:47.328 505 2586 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155606400 +02-27 08:26:47.333 23048 23048 E Clearcut-EventLogger: Unexpected log parameter shown_channel_count +02-27 08:26:47.439 505 2586 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155606400 +02-27 08:26:47.550 23048 23048 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:26:47.551 23048 23048 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:26:47.915 505 2251 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155606400 +02-27 08:26:47.916 505 2251 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155606400 +02-27 08:26:47.923 505 2251 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155606400 +02-27 08:26:48.041 23080 23094 W SQLiteLog: (28) double-quoted string literal: "1771982808010" +02-27 08:26:48.041 23080 23094 W SQLiteLog: (28) double-quoted string literal: "1" +02-27 08:26:48.060 505 1686 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13800} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (48 skipped) +02-27 08:26:48.072 23048 23048 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:26:48.072 23048 23048 W Glide : class byq: Received null model +02-27 08:26:48.154 23048 23048 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:26:48.154 23048 23048 W Glide : class byq: Received null model +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: Usage reporting check failed [CONTEXT service_id=299 ] +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: java.util.concurrent.ExecutionException: java.util.concurrent.TimeoutException +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at bgcy.s(:com.google.android.gms@223616103@22.36.16 (180406-476895098):3) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at bgcy.get(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at bggo.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):1) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at bgfh.q(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at yjm.f(:com.google.android.gms@223616103@22.36.16 (180406-476895098):1) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at yjj.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at bgez.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at bgee.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at bgfn.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):3) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at bgeh.execute(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at bgef.f(:com.google.android.gms@223616103@22.36.16 (180406-476895098):1) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at bgeg.q(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at bgdg.g(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at bgde.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at bgeh.execute(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at bgcy.q(:com.google.android.gms@223616103@22.36.16 (180406-476895098):1) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at bgcy.j(:com.google.android.gms@223616103@22.36.16 (180406-476895098):8) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at bgcy.n(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at aske.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):4) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at apxd.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):1) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at oih.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at ufz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at bgeh.execute(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at uga.execute(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at apxe.gJ(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at apxt.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at apxv.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at apye.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at zla.hP(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at zla.dispatchMessage(:com.google.android.gms@223616103@22.36.16 (180406-476895098):11) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at android.os.Looper.loop(Looper.java:288) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: Caused by: java.util.concurrent.TimeoutException +02-27 08:26:48.754 22906 22906 E GmsCoreLogger: ... 11 more +02-27 08:26:48.966 22906 23315 I GCoreUlr: ULR code skipped on unsupported form factor. +02-27 08:26:48.978 23048 23048 I Choreographer: Skipped 82 frames! The application may be doing too much work on its main thread. +02-27 08:26:50.104 23012 23027 V ClearcutMetricXmitter: Transmission is done. +02-27 08:26:50.219 198 23171 I keystore2: keystore2::watchdog: Watchdog thread idle -> terminating. Have a great day. +02-27 08:26:50.256 23048 23048 I Choreographer: Skipped 75 frames! The application may be doing too much work on its main thread. +02-27 08:26:50.445 23012 23027 V ClearcutMetricXmitter: Transmission is done. +02-27 08:26:50.984 22906 22919 I .gms.persisten: Compiler allocated 4328KB to compile void mqg.f(android.content.Context) +02-27 08:26:51.394 23048 23058 I roid.tvlaunche: Background concurrent copying GC freed 52446(4332KB) AllocSpace objects, 36(1068KB) LOS objects, 49% free, 5048KB/10097KB, paused 2.560ms,35us total 886.252ms +02-27 08:26:51.440 23048 23048 I Choreographer: Skipped 56 frames! The application may be doing too much work on its main thread. +02-27 08:26:51.456 23048 23140 D EGL_emulation: app_time_stats: avg=1471.48ms min=296.90ms max=2174.78ms count=3 +02-27 08:26:51.898 505 505 W Looper : Slow dispatch took 497ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:26:52.040 23048 23048 I Choreographer: Skipped 31 frames! The application may be doing too much work on its main thread. +02-27 08:26:52.074 505 514 I system_server: Background young concurrent copying GC freed 1051952(26MB) AllocSpace objects, 1(516KB) LOS objects, 0% free, 43MB/43MB, paused 34.980ms,15.104ms total 3.381s +02-27 08:26:52.173 22896 22896 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():2045 +02-27 08:26:52.302 22906 22919 I .gms.persisten: Compiler allocated 5167KB to compile void mqg.f(android.content.Context) +02-27 08:26:52.313 22896 22896 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:26:52.436 22896 22896 I ShortcutsDataManager: AbstractContentDataManager.startImportContentTask():235 startImportContentTask() +02-27 08:26:52.448 22896 23011 I ShortcutsDataManager: AbstractContentDataManager$ImportContentTask.doInBackground():249 doInBackground() +02-27 08:26:52.460 22896 23011 I PersonalDictionaryDataHandler: PersonalDictionaryDataHandler.beginProcess():111 LanguageTags = [en-US] +02-27 08:26:53.000 505 826 W ContentProviderHelper: Slow operation: 151ms so far, now at getContentProviderImpl: before set stopped state +02-27 08:26:53.080 505 826 W ContentProviderHelper: Slow operation: 232ms so far, now at getContentProviderImpl: after set stopped state +02-27 08:26:53.080 505 826 W ContentProviderHelper: Slow operation: 232ms so far, now at getContentProviderImpl: looking for process record +02-27 08:26:53.080 505 826 W ContentProviderHelper: Slow operation: 232ms so far, now at getContentProviderImpl: before start process +02-27 08:26:53.126 896 904 I rkstack.proces: Background concurrent copying GC freed 1870(159KB) AllocSpace objects, 12(720KB) LOS objects, 49% free, 2465KB/4931KB, paused 1.017ms,46us total 337.523ms +02-27 08:26:53.177 505 826 W ActivityManager: Slow operation: 51ms so far, now at startProcess: getting gids from package manager +02-27 08:26:53.222 505 826 W ActivityManager: Slow operation: 96ms so far, now at startProcess: building args +02-27 08:26:53.231 505 514 W system_server: Suspending all threads took: 5.337ms +02-27 08:26:53.233 505 826 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10028; state: DISABLED +02-27 08:26:53.234 505 826 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10028; state: DISABLED +02-27 08:26:53.234 505 826 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10028; state: DISABLED +02-27 08:26:53.234 505 826 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10028; state: ENABLED +02-27 08:26:53.234 505 826 W ActivityManager: Slow operation: 149ms so far, now at startProcess: done starting proc! +02-27 08:26:53.234 505 826 W ContentProviderHelper: Slow operation: 386ms so far, now at getContentProviderImpl: after start process +02-27 08:26:53.234 505 826 W ContentProviderHelper: Slow operation: 386ms so far, now at getContentProviderImpl: updating data structures +02-27 08:26:53.234 505 826 W ContentProviderHelper: Slow operation: 386ms so far, now at getContentProviderImpl: done! +02-27 08:26:53.271 505 555 W ActivityManager: Slow operation: 145ms so far, now at startProcess: asking zygote to start proc +02-27 08:26:53.273 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10028; state: ENABLED +02-27 08:26:53.437 322 322 D Zygote : Forked child process 23329 +02-27 08:26:53.440 505 555 W ActivityManager: Slow operation: 314ms so far, now at startProcess: returned from zygote! +02-27 08:26:53.440 505 555 W ActivityManager: Slow operation: 314ms so far, now at startProcess: done updating battery stats +02-27 08:26:53.442 505 555 W ActivityManager: Slow operation: 316ms so far, now at startProcess: building log message +02-27 08:26:53.442 505 555 I ActivityManager: Start proc 23329:android.process.acore/u0a28 for content provider {com.android.providers.userdictionary/com.android.providers.userdictionary.UserDictionaryProvider} +02-27 08:26:53.442 505 555 W ActivityManager: Slow operation: 316ms so far, now at startProcess: starting to update pids map +02-27 08:26:53.442 505 555 W ActivityManager: Slow operation: 316ms so far, now at startProcess: done updating pids map +02-27 08:26:53.449 22906 23245 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:26:53.452 505 514 I system_server: Background concurrent copying GC freed 1531418(38MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 15MB/31MB, paused 35.455ms,5.615ms total 1.374s +02-27 08:26:53.454 22906 23245 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:26:53.455 22906 23147 W .gms.persisten: Accessing hidden method Landroid/net/ConnectivityManager;->isNetworkTypeMobile(I)Z (max-target-p, reflection, denied) +02-27 08:26:53.460 22906 23245 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:26:53.469 22906 23245 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:26:53.487 22906 22929 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:26:53.565 505 826 W ActivityManager: Unable to start service Intent { act=com.google.android.gms.nearby.discovery:ACTION_PERMISSION_CHANGE cmp=com.google.android.gms/.nearby.discovery.service.DiscoveryService } U=0: not found +02-27 08:26:53.590 23329 23329 E d.process.acor: Not starting debugger since process cannot load the jdwp agent. +02-27 08:26:53.622 22906 23147 I NetworkScheduler: Using standalone scheduling engine [CONTEXT service_id=218 ] +02-27 08:26:53.663 23048 23048 I Choreographer: Skipped 96 frames! The application may be doing too much work on its main thread. +02-27 08:26:53.665 23048 23140 D EGL_emulation: app_time_stats: avg=538.27ms min=6.18ms max=1593.29ms count=4 +02-27 08:26:53.667 505 826 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10028; state: DISABLED +02-27 08:26:53.689 23329 23329 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10028; state: ENABLED +02-27 08:26:54.332 23048 23048 I Choreographer: Skipped 33 frames! The application may be doing too much work on its main thread. +02-27 08:26:54.694 23048 23140 D EGL_emulation: app_time_stats: avg=81.11ms min=6.03ms max=638.75ms count=12 +02-27 08:26:54.844 23329 23329 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.userdictionary' set to: 'default' +02-27 08:26:54.844 23329 23329 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:26:54.851 23329 23329 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:26:54.876 23329 23329 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:26:54.902 505 514 I system_server: Background young concurrent copying GC freed 801693(20MB) AllocSpace objects, 0(0B) LOS objects, 14% free, 27MB/31MB, paused 2.444ms,59us total 851.613ms +02-27 08:26:55.109 23329 23329 I ContactsPerf: VoicemailContentProvider.onCreate start +02-27 08:26:55.162 23329 23329 I ContactsPerf: VoicemailContentProvider.onCreate finish +02-27 08:26:55.551 505 2673 D CountryDetector: The first listener is added +02-27 08:26:55.552 23329 23329 I ContactsDatabaseHelper: updateUseStrictPhoneNumberComparison: US +02-27 08:26:55.738 23048 23140 D EGL_emulation: app_time_stats: avg=34.21ms min=8.93ms max=113.39ms count=22 +02-27 08:26:55.845 23329 23360 D ContactsDatabaseHelper: WAL enabled for contacts2.db: true +02-27 08:26:56.264 505 514 W system_server: Suspending all threads took: 27.401ms +02-27 08:26:56.367 22896 23011 I ShortcutsDataManager: AbstractContentDataManager.importRecords():339 importRecords() : Success : Count = 0 +02-27 08:26:56.422 23329 23356 I CallLogProvider: Syncing call composer pics -- source user=0, isShadow=true, forAllUser=false +02-27 08:26:56.422 23329 23356 I CallLogProvider: Fetching list of Uris to sync +02-27 08:26:56.423 505 514 I system_server: Background concurrent copying GC freed 861053(21MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 16MB/32MB, paused 1.143ms,28.101ms total 1.061s +02-27 08:26:56.498 23329 23360 I ContactLocale: AddressBook Labels [[en_US]]: […, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, Α, Β, Γ, Δ, Ε, Ζ, Η, Θ, Ι, Κ, Λ, Μ, Ν, Ξ, Ο, Π, Ρ, Σ, Τ, Υ, Φ, Χ, Ψ, Ω, …, А, Б, В, Г, Д, Ђ, Е, Є, Ж, З, И, І, Й, Ј, К, Л, Љ, М, Н, Њ, О, П, Р, С, Т, Ћ, У, Ф, Х, Ц, Ч, Џ, Ш, Щ, Ю, Я, …, א, ב, ג, ד, ה, ו, ז, ח, ט, י, כ, ל, מ, נ, ס, ע, פ, צ, ק, ר, ש, ת, …, ا, ب, ت, ث, ج, ح, خ, د, ذ, ر, ز, س, ش, ص, ض, ط, ظ, ع, غ, ف, ق, ك, ل, م, ن, ه, و, ي, …, ก, ข, ฃ, ค, ฅ, ฆ, ง, จ, ฉ, ช, ซ, ฌ, ญ, ฎ, ฏ, ฐ, ฑ, ฒ, ณ, ด, ต, ถ, ท, ธ, น, บ, ป, ผ, ฝ, พ, ฟ, ภ, ม, ย, ร, ฤ, ล, ฦ, ว, ศ, ษ, ส, ห, ฬ, อ, ฮ, …, ㄱ, ㄴ, ㄷ, ㄹ, ㅁ, ㅂ, ㅅ, ㅇ, ㅈ, ㅊ, ㅋ, ㅌ, ㅍ, ㅎ, …, あ, か, さ, た, な, は, ま, や, ら, わ, #, …] +02-27 08:26:56.533 22896 23011 I ShortcutsDataManager: AbstractContentDataManager.importContentData():289 importContentData() : Ending import process +02-27 08:26:56.588 23329 23360 D ContactsDatabaseHelper: WAL enabled for profile.db: false +02-27 08:26:56.694 23080 23080 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:26:56.840 23048 23140 D EGL_emulation: app_time_stats: avg=61.14ms min=7.90ms max=282.99ms count=14 +02-27 08:26:56.880 23048 23215 W BlockingStubFactory: Got null account. Returning stub without credentials. +02-27 08:26:57.914 23048 23140 D EGL_emulation: app_time_stats: avg=51.04ms min=7.37ms max=203.96ms count=15 +02-27 08:26:58.312 22906 23338 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10057; state: ENABLED +02-27 08:26:58.616 22896 23011 I PersonalLanguageModelUpdater: PersonalLanguageModelUpdater$UpdateOperation.performInternal():164 run() : Added 0 words and 0 shortcuts +02-27 08:26:58.629 22896 23011 I DynamicLanguageModelOperation: DynamicLanguageModelOperation.perform():38 perform() : 4 : bxx : Completed +02-27 08:26:58.706 22896 22896 I ShortcutsDataManager: AbstractContentDataManager$ImportContentTask.onPostExecute():260 onPostExecute() : Result = [2,0] +02-27 08:26:58.706 22896 22896 I ShortcutsDataManager: ShortcutsDataManager.onImportFinished():83 onImportFinished() : Result = 2 : Count = 0 +02-27 08:26:59.046 505 514 I system_server: Background young concurrent copying GC freed 816637(20MB) AllocSpace objects, 0(0B) LOS objects, 0% free, 34MB/34MB, paused 370us,4.833ms total 919.219ms +02-27 08:26:59.519 23048 23140 D EGL_emulation: app_time_stats: avg=360.48ms min=44.24ms max=1306.82ms count=4 +02-27 08:26:59.524 23329 23356 I CallLogProvider: Will sync following Uris:[] +02-27 08:26:59.526 23329 23356 I CallLogProvider: Syncing call composer pics -- got [] +02-27 08:26:59.533 505 514 I system_server: Background concurrent copying GC freed 995462(24MB) AllocSpace objects, 0(0B) LOS objects, 50% free, 18MB/36MB, paused 3.102ms,1.681ms total 476.078ms +02-27 08:26:59.856 23048 23215 W FeaturedCarouselItemValidator: Unknown item type: 3 +02-27 08:26:59.856 23048 23215 E FeaturedCarouselServerDataManager: Featured Carousel item was not valid and will not be added: FeaturedCarouselItem{type=3, titleLogoUri='', title='Smoke', logoUri='https://lh3.googleusercontent.com/4tC3qvxyyKDTYjhdp7KPWn8Elsh4UdtFMuuaLigr6GcjhE7mA6EcAgTXBORw_bpztJJP94nUds3kWg=h24', logoDescription='Apple TV', description='An arson investigator and a troubled detective trail two serial arsonists', callToAction='Watch Now', badge='Recommended For You', deepLinkUri='https://tv.apple.com/vn/episode/pilot/umc.cmc.44kc2nc64ckomzkj8fl100the?action=playSmartEpisode', marketUri='null', appPackageName='com.apple.atve.androidtv.appletv', backgroundUri='https://lh3.googleusercontent.com/aSAfqT__auZ7yOMtNkV1Ktl1rFh0s5jwKq2jGnTaOwLKIiGVspeTjd-ThV1u2h8omPgvsE9Dnx24=h1080-rj', videoUri='', conditionalText='', whyThisAdMessage='', whyThisAdReason='', promotionId='0', kgMid='/g/11vytk0k9_', isEntitled='false', contentCategory='HOME' } +02-27 08:27:00.551 23048 23048 I Choreographer: Skipped 38 frames! The application may be doing too much work on its main thread. +02-27 08:27:00.644 505 826 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13840} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (13 skipped) +02-27 08:27:00.682 505 514 I system_server: Background young concurrent copying GC freed 936461(23MB) AllocSpace objects, 0(0B) LOS objects, 51% free, 17MB/36MB, paused 12.414ms,1.269ms total 330.554ms +02-27 08:27:01.047 23048 23140 D EGL_emulation: app_time_stats: avg=1528.38ms min=1528.38ms max=1528.38ms count=1 +02-27 08:27:01.859 22906 23111 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:27:01.989 22906 23111 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:27:02.095 23048 23140 D EGL_emulation: app_time_stats: avg=195.29ms min=28.54ms max=447.11ms count=5 +02-27 08:27:03.157 23048 23140 D EGL_emulation: app_time_stats: avg=76.52ms min=18.09ms max=189.32ms count=11 +02-27 08:27:04.170 23048 23140 D EGL_emulation: app_time_stats: avg=49.09ms min=6.97ms max=99.00ms count=13 +02-27 08:27:05.244 23048 23140 D EGL_emulation: app_time_stats: avg=39.22ms min=5.13ms max=108.63ms count=14 +02-27 08:27:06.203 505 514 I system_server: Background young concurrent copying GC freed 937668(23MB) AllocSpace objects, 0(0B) LOS objects, 14% free, 31MB/36MB, paused 12.467ms,1.449ms total 2.432s +02-27 08:27:06.330 505 2586 W ContentProviderHelper: Slow operation: 64ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:27:06.342 505 2586 W ContentProviderHelper: Slow operation: 76ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:27:06.342 505 2586 W ContentProviderHelper: Slow operation: 76ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:27:06.342 505 2586 W ContentProviderHelper: Slow operation: 76ms so far, now at getContentProviderImpl: before updateLruProcess +02-27 08:27:06.342 505 2586 W ContentProviderHelper: Slow operation: 76ms so far, now at getContentProviderImpl: after updateLruProcess +02-27 08:27:06.342 505 2586 W ContentProviderHelper: Slow operation: 76ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:27:06.347 505 2586 W ContentProviderHelper: Slow operation: 80ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:27:06.347 505 2586 W ContentProviderHelper: Slow operation: 80ms so far, now at getContentProviderImpl: done! +02-27 08:27:06.592 23048 23140 D EGL_emulation: app_time_stats: avg=80.84ms min=5.15ms max=500.96ms count=14 +02-27 08:27:06.614 505 514 I system_server: Background concurrent copying GC freed 1090334(27MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 14MB/28MB, paused 59us,75us total 152.310ms +02-27 08:27:07.496 23080 23089 W gle.android.gm: Suspending all threads took: 42.010ms +02-27 08:27:07.549 22906 22906 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.gmscompliance.service.START dat=chimera-action:com.google.android.gms.gmscompliance.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:27:07.615 23048 23140 D EGL_emulation: app_time_stats: avg=44.57ms min=6.76ms max=100.42ms count=15 +02-27 08:27:07.952 505 2673 W ContentProviderHelper: Slow operation: 63ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:27:08.402 505 514 W system_server: Suspending all threads took: 235.629ms +02-27 08:27:08.458 505 2673 W ContentProviderHelper: Slow operation: 569ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:27:08.458 505 2673 W ContentProviderHelper: Slow operation: 569ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:27:08.459 505 2673 W ContentProviderHelper: Slow operation: 569ms so far, now at getContentProviderImpl: before updateLruProcess +02-27 08:27:08.463 505 2673 W ContentProviderHelper: Slow operation: 574ms so far, now at getContentProviderImpl: after updateLruProcess +02-27 08:27:08.463 505 2673 W ContentProviderHelper: Slow operation: 574ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:27:08.509 505 2673 W ContentProviderHelper: Slow operation: 620ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:27:08.509 505 2673 W ContentProviderHelper: Slow operation: 620ms so far, now at getContentProviderImpl: done! +02-27 08:27:08.629 505 514 I system_server: Background young concurrent copying GC freed 617240(15MB) AllocSpace objects, 0(0B) LOS objects, 35% free, 18MB/28MB, paused 6.699ms,235.908ms total 762.662ms +02-27 08:27:08.637 23048 23140 D EGL_emulation: app_time_stats: avg=38.74ms min=7.97ms max=234.71ms count=21 +02-27 08:27:08.829 22906 22906 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.clearcut.bootcount.service.START dat=chimera-action:com.google.android.gms.clearcut.bootcount.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:27:08.832 505 543 W Looper : Slow dispatch took 146ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:27:08.860 22906 22906 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:27:08.861 22906 22906 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 } +02-27 08:27:09.657 22906 23112 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:27:09.681 23048 23140 D EGL_emulation: app_time_stats: avg=59.95ms min=6.43ms max=297.71ms count=11 +02-27 08:27:09.880 505 514 I system_server: Background concurrent copying GC freed 695661(17MB) AllocSpace objects, 0(0B) LOS objects, 50% free, 16MB/33MB, paused 7.752ms,185us total 340.073ms +02-27 08:27:09.935 23080 23209 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:27:10.011 22906 23112 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:27:10.282 22906 23112 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:27:10.283 22906 23112 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:27:10.355 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:27:10.356 505 2673 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:27:10.356 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:27:10.356 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:27:10.358 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:27:10.364 22906 23111 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:27:10.382 322 322 D Zygote : Forked child process 23382 +02-27 08:27:10.389 505 555 I ActivityManager: Start proc 23382:com.google.android.gms.unstable/u0a57 for service {com.google.android.gms/com.google.android.gms.droidguard.DroidGuardService} +02-27 08:27:10.477 23382 23382 E id.gms.unstabl: Not starting debugger since process cannot load the jdwp agent. +02-27 08:27:10.523 22906 23112 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:27:10.554 23382 23382 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:27:11.278 23048 23140 D EGL_emulation: app_time_stats: avg=35.92ms min=4.68ms max=660.05ms count=37 +02-27 08:27:11.481 23048 23048 I Choreographer: Skipped 51 frames! The application may be doing too much work on its main thread. +02-27 08:27:12.041 1242 1251 I FuseDaemon: Background concurrent copying GC freed 27(48KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2248KB/4496KB, paused 85us,151us total 498.436ms +02-27 08:27:12.277 23382 23382 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:27:12.364 505 514 W system_server: Suspending all threads took: 19.461ms +02-27 08:27:12.403 23048 23140 D EGL_emulation: app_time_stats: avg=130.67ms min=25.33ms max=394.77ms count=7 +02-27 08:27:12.564 23382 23382 I id.gms.unstabl: Waiting for a blocking GC ClassLinker +02-27 08:27:12.699 23382 23394 I id.gms.unstabl: Background young concurrent copying GC freed 13032(564KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1880KB/25MB, paused 1.190ms,286us total 247.273ms +02-27 08:27:12.701 23382 23382 I id.gms.unstabl: WaitForGcToComplete blocked ClassLinker on Background for 136.378ms +02-27 08:27:13.276 23048 23058 I roid.tvlaunche: NativeAlloc concurrent copying GC freed 23956(1650KB) AllocSpace objects, 21(1856KB) LOS objects, 49% free, 6180KB/12MB, paused 37us,244us total 565.998ms +02-27 08:27:13.414 23048 23140 D EGL_emulation: app_time_stats: avg=73.31ms min=7.96ms max=178.10ms count=13 +02-27 08:27:14.424 23048 23140 D EGL_emulation: app_time_stats: avg=47.15ms min=4.97ms max=137.25ms count=16 +02-27 08:27:15.232 505 1680 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13901} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (51 skipped) +02-27 08:27:15.264 505 514 I system_server: Background young concurrent copying GC freed 843342(21MB) AllocSpace objects, 0(0B) LOS objects, 0% free, 42MB/42MB, paused 17.132ms,21.647ms total 3.721s +02-27 08:27:15.425 23048 23140 D EGL_emulation: app_time_stats: avg=40.38ms min=5.26ms max=159.29ms count=20 +02-27 08:27:15.776 23382 23382 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:27:15.924 23382 23382 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:27:16.402 22906 23113 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:27:16.457 23382 23382 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:27:16.461 23048 23140 D EGL_emulation: app_time_stats: avg=51.91ms min=10.23ms max=142.57ms count=11 +02-27 08:27:16.748 505 514 W system_server: Suspending all threads took: 213.500ms +02-27 08:27:16.975 23382 23382 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:27:17.027 505 514 I system_server: Background concurrent copying GC freed 1365188(34MB) AllocSpace objects, 0(0B) LOS objects, 50% free, 19MB/38MB, paused 91.106ms,214.407ms total 1.698s +02-27 08:27:17.412 20937 20947 I droid.bluetoot: Background concurrent copying GC freed 809(128KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2240KB/4480KB, paused 75us,102us total 635.762ms +02-27 08:27:17.508 23048 23140 D EGL_emulation: app_time_stats: avg=64.27ms min=14.93ms max=129.08ms count=11 +02-27 08:27:18.444 22906 23112 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:27:18.532 23048 23140 D EGL_emulation: app_time_stats: avg=66.28ms min=7.26ms max=204.60ms count=12 +02-27 08:27:19.535 23048 23140 D EGL_emulation: app_time_stats: avg=44.51ms min=6.82ms max=133.31ms count=15 +02-27 08:27:19.750 23080 23209 I MdiSyncModule: (REDACTED) Dispatching task '%s'... +02-27 08:27:19.750 23080 23209 I MdiSyncModule: (REDACTED) Running singleton-scoped task '%s'... +02-27 08:27:20.621 23048 23140 D EGL_emulation: app_time_stats: avg=122.11ms min=28.28ms max=260.68ms count=7 +02-27 08:27:21.078 505 514 W system_server: Suspending all threads took: 28.614ms +02-27 08:27:21.205 23382 23382 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:27:21.308 23382 23382 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:27:21.309 23382 23382 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:27:21.393 23048 23048 I Choreographer: Skipped 43 frames! The application may be doing too much work on its main thread. +02-27 08:27:21.583 23048 23140 D EGL_emulation: app_time_stats: avg=300.10ms min=41.20ms max=794.89ms count=3 +02-27 08:27:21.593 23382 23382 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:27:21.822 505 514 I system_server: Background young concurrent copying GC freed 999549(25MB) AllocSpace objects, 0(0B) LOS objects, 19% free, 31MB/38MB, paused 1.833ms,69.165ms total 1.289s +02-27 08:27:22.058 20811 20824 I recommendation: Background concurrent copying GC freed 5202(303KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2725KB/5451KB, paused 3.755ms,76us total 189.906ms +02-27 08:27:22.278 23382 23382 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:27:22.593 23048 23140 D EGL_emulation: app_time_stats: avg=24.45ms min=6.19ms max=299.36ms count=32 +02-27 08:27:22.600 505 514 I system_server: Background concurrent copying GC freed 1278454(32MB) AllocSpace objects, 1(36KB) LOS objects, 48% free, 25MB/49MB, paused 110us,204us total 676.191ms +02-27 08:27:22.789 23382 23417 I Watchcat: Started +02-27 08:27:22.805 23382 23382 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:27:22.807 23382 23418 I GMS_MM_Logger: Started. +02-27 08:27:22.888 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10054; state: DISABLED +02-27 08:27:22.888 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10054; state: DISABLED +02-27 08:27:22.888 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10054; state: DISABLED +02-27 08:27:22.888 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10054; state: ENABLED +02-27 08:27:22.891 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10054; state: ENABLED +02-27 08:27:22.993 322 322 D Zygote : Forked child process 23424 +02-27 08:27:22.995 505 555 W ActivityManager: Slow operation: 126ms so far, now at startProcess: returned from zygote! +02-27 08:27:22.997 505 555 W ActivityManager: Slow operation: 128ms so far, now at startProcess: done updating battery stats +02-27 08:27:23.024 505 555 W ActivityManager: Slow operation: 154ms so far, now at startProcess: building log message +02-27 08:27:23.024 505 555 I ActivityManager: Start proc 23424:com.google.android.apps.mediashell/u0a54 for service {com.google.android.apps.mediashell/com.google.android.apps.mediashell.MediaShellCastReceiverService} +02-27 08:27:23.024 505 555 W ActivityManager: Slow operation: 155ms so far, now at startProcess: starting to update pids map +02-27 08:27:23.063 505 555 W ActivityManager: Slow operation: 194ms so far, now at startProcess: done updating pids map +02-27 08:27:23.695 23048 23140 D EGL_emulation: app_time_stats: avg=36.53ms min=6.40ms max=193.25ms count=24 +02-27 08:27:24.531 23080 23089 W gle.android.gm: Suspending all threads took: 8.406ms +02-27 08:27:24.742 23048 23140 D EGL_emulation: app_time_stats: avg=76.36ms min=9.98ms max=205.20ms count=10 +02-27 08:27:25.489 23424 23424 E apps.mediashel: Not starting debugger since process cannot load the jdwp agent. +02-27 08:27:25.750 505 514 W system_server: Suspending all threads took: 6.456ms +02-27 08:27:25.760 23048 23140 D EGL_emulation: app_time_stats: avg=47.58ms min=5.80ms max=197.74ms count=15 +02-27 08:27:25.777 22906 22906 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.usagereporting.service.START dat=chimera-action:com.google.android.gms.usagereporting.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:27:26.492 23080 23209 I MdiSyncModule: (REDACTED) Singleton-scoped task '%s' finished with result '%d'! +02-27 08:27:27.311 23048 23140 D EGL_emulation: app_time_stats: avg=68.72ms min=8.21ms max=324.74ms count=16 +02-27 08:27:27.317 322 322 I Zygote : Process 23329 exited due to signal 9 (Killed) +02-27 08:27:27.450 23048 23048 I Choreographer: Skipped 43 frames! The application may be doing too much work on its main thread. +02-27 08:27:28.209 23048 23140 D EGL_emulation: app_time_stats: avg=49.37ms min=7.46ms max=129.00ms count=10 +02-27 08:27:28.421 505 505 W Looper : Slow dispatch took 1263ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:27:28.478 505 2113 D CountryDetector: No listener is left +02-27 08:27:28.531 505 1680 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13920} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (11 skipped) +02-27 08:27:28.865 505 542 W Looper : Slow dispatch took 343ms android.fg h=android.os.Handler c=com.android.server.NetworkManagementService$NetdUnsolicitedEventListener$$ExternalSyntheticLambda0@c44ea67 m=0 +02-27 08:27:29.031 505 1683 I ActivityManager: Process android.process.acore (pid 23329) has died: prev LAST +02-27 08:27:29.032 505 556 I libprocessgroup: Successfully killed process cgroup uid 10028 pid 23329 in 0ms +02-27 08:27:29.204 505 514 I system_server: Background young concurrent copying GC freed 1458551(36MB) AllocSpace objects, 0(0B) LOS objects, 9% free, 44MB/49MB, paused 50us,6.798ms total 3.795s +02-27 08:27:29.226 23080 23209 I MdiSyncModule: (REDACTED) Task '%s' finished with result '%d'! +02-27 08:27:29.393 23048 23140 D EGL_emulation: app_time_stats: avg=110.30ms min=11.85ms max=478.76ms count=9 +02-27 08:27:29.461 505 2251 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10054; state: DISABLED +02-27 08:27:29.546 505 2251 W ActivityManager: Slow operation: 90ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:27:29.685 23424 23424 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10054; state: ENABLED +02-27 08:27:30.064 505 505 W Looper : Slow dispatch took 975ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:27:30.064 505 505 W Looper : Slow delivery took 976ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=5 +02-27 08:27:31.664 505 514 W system_server: Suspending all threads took: 16.367ms +02-27 08:27:31.694 23048 23048 I Choreographer: Skipped 132 frames! The application may be doing too much work on its main thread. +02-27 08:27:31.730 23424 23434 W apps.mediashel: Suspending all threads took: 122.641ms +02-27 08:27:32.062 22896 22896 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 5 +02-27 08:27:32.118 22896 22896 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 5 +02-27 08:27:32.156 22342 22359 I ocess.gservice: Background concurrent copying GC freed 7331(356KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2251KB/4502KB, paused 64us,104us total 716.130ms +02-27 08:27:32.536 23048 23048 I Choreographer: Skipped 42 frames! The application may be doing too much work on its main thread. +02-27 08:27:32.732 23048 23140 D EGL_emulation: app_time_stats: avg=1046.35ms min=59.05ms max=2926.04ms count=3 +02-27 08:27:33.568 322 322 I Zygote : Process 22896 exited due to signal 9 (Killed) +02-27 08:27:33.578 322 322 I Zygote : Process 23227 exited due to signal 9 (Killed) +02-27 08:27:33.966 23048 23048 I Choreographer: Skipped 45 frames! The application may be doing too much work on its main thread. +02-27 08:27:34.295 505 505 W Looper : Slow dispatch took 838ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:27:34.381 505 1698 I WindowManager: WIN DEATH: Window{f0b7dd8 u0 InputMethod} +02-27 08:27:34.522 23048 23140 D EGL_emulation: app_time_stats: avg=335.95ms min=45.28ms max=1050.13ms count=5 +02-27 08:27:34.558 505 554 W ActivityManager: Timeout executing service: ServiceRecord{71ea11c u0 com.google.android.gms/.droidguard.DroidGuardService} +02-27 08:27:34.593 505 1698 W InputManager-JNI: Input channel object 'f0b7dd8 InputMethod (client)' was disposed without first being removed with the input manager! +02-27 08:27:34.804 505 514 I system_server: Background concurrent copying GC freed 1637716(41MB) AllocSpace objects, 0(0B) LOS objects, 37% free, 40MB/64MB, paused 536us,144.272ms total 5.170s +02-27 08:27:35.117 505 2586 I ActivityManager: Process com.google.process.gapps (pid 23227) has died: cch+5 CEM +02-27 08:27:35.190 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 23227 in 0ms +02-27 08:27:35.465 505 505 W InputMethodManagerService: Session failed to close due to remote exception +02-27 08:27:35.465 505 505 W InputMethodManagerService: android.os.DeadObjectException +02-27 08:27:35.465 505 505 W InputMethodManagerService: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:27:35.465 505 505 W InputMethodManagerService: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:27:35.465 505 505 W InputMethodManagerService: at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:425) +02-27 08:27:35.465 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.finishSessionLocked(InputMethodManagerService.java:2812) +02-27 08:27:35.465 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearClientSessionLocked(InputMethodManagerService.java:2803) +02-27 08:27:35.465 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:2830) +02-27 08:27:35.465 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:2859) +02-27 08:27:35.465 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:2097) +02-27 08:27:35.465 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:2112) +02-27 08:27:35.465 505 505 W InputMethodManagerService: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:27:35.465 505 505 W InputMethodManagerService: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:27:35.465 505 505 W InputMethodManagerService: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:27:35.465 505 505 W InputMethodManagerService: at android.os.Looper.loop(Looper.java:288) +02-27 08:27:35.465 505 505 W InputMethodManagerService: at com.android.server.SystemServer.run(SystemServer.java:903) +02-27 08:27:35.465 505 505 W InputMethodManagerService: at com.android.server.SystemServer.main(SystemServer.java:610) +02-27 08:27:35.465 505 505 W InputMethodManagerService: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:27:35.465 505 505 W InputMethodManagerService: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:27:35.465 505 505 W InputMethodManagerService: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) +02-27 08:27:35.485 505 505 W Looper : Slow dispatch took 1176ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@a2c9dac m=0 +02-27 08:27:35.485 505 505 W Looper : Drained +02-27 08:27:35.522 23048 23140 D EGL_emulation: app_time_stats: avg=83.98ms min=6.85ms max=194.41ms count=9 +02-27 08:27:35.533 505 1212 I ActivityManager: Process com.google.android.inputmethod.latin (pid 22896) has died: prcp IMPB +02-27 08:27:35.534 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 22896 in 0ms +02-27 08:27:35.654 505 1212 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 1000ms for connection +02-27 08:27:35.663 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 22896 +02-27 08:27:36.071 505 543 W Looper : Slow dispatch took 416ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:27:36.071 505 543 W Looper : Slow delivery took 413ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:27:36.281 505 23444 I ActivityManager: dumpStackTraces pids=null nativepids=null +02-27 08:27:36.310 23424 23424 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AndroidMediaShell/lib/arm64:/product/priv-app/AndroidMediaShell/AndroidMediaShell.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:27:36.364 505 505 W Looper : Slow dispatch took 367ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:27:36.364 505 505 W Looper : Slow delivery took 349ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:27:36.449 22906 22906 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.clearcut.service.START dat=chimera-action:com.google.android.gms.clearcut.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:27:36.482 505 543 W Looper : Drained +02-27 08:27:36.523 23048 23140 D EGL_emulation: app_time_stats: avg=115.35ms min=13.20ms max=530.13ms count=8 +02-27 08:27:37.305 505 542 W Looper : Slow dispatch took 843ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:27:37.458 505 23444 I ActivityManager: Dumping to /data/anr/anr_2026-02-27-08-27-37-080 +02-27 08:27:37.458 505 23444 I ActivityManager: Collecting stacks for pid 23382 +02-27 08:27:37.512 505 505 W Looper : Drained +02-27 08:27:37.777 23048 23140 D EGL_emulation: app_time_stats: avg=74.95ms min=5.73ms max=237.16ms count=15 +02-27 08:27:37.850 505 554 W ActivityManager: Slow operation: 346ms so far, now at startProcess: done creating new process record +02-27 08:27:37.850 505 554 W ActivityManager: Slow operation: 346ms so far, now at startProcess: stepping in to startProcess +02-27 08:27:37.853 505 23444 I system_server: libdebuggerd_client: started dumping process 23382 +02-27 08:27:37.913 235 235 I tombstoned: registered intercept for pid 23382 and type kDebuggerdJavaBacktrace +02-27 08:27:37.926 23382 23391 I id.gms.unstabl: Thread[6,tid=23391,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0916f0,peer=0x12e00000,"Signal Catcher"]: reacting to signal 3 +02-27 08:27:37.926 23382 23391 I id.gms.unstabl: +02-27 08:27:37.942 505 554 W ActivityManager: Slow operation: 92ms so far, now at startProcess: building args +02-27 08:27:38.204 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 08:27:38.205 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 08:27:38.205 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 08:27:38.206 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 08:27:38.309 505 555 W ActivityManager: Slow operation: 459ms so far, now at startProcess: asking zygote to start proc +02-27 08:27:38.325 505 554 W ActivityManager: Slow operation: 821ms so far, now at startProcess: done starting proc! +02-27 08:27:38.326 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 08:27:38.430 23382 23391 W id.gms.unstabl: Suspending all threads took: 31.184ms +02-27 08:27:38.498 322 322 D Zygote : Forked child process 23447 +02-27 08:27:38.501 505 555 W ActivityManager: Slow operation: 651ms so far, now at startProcess: returned from zygote! +02-27 08:27:38.501 505 555 W ActivityManager: Slow operation: 651ms so far, now at startProcess: done updating battery stats +02-27 08:27:38.510 505 555 W ActivityManager: Slow operation: 660ms so far, now at startProcess: building log message +02-27 08:27:38.510 505 555 I ActivityManager: Start proc 23447:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:27:38.510 505 555 W ActivityManager: Slow operation: 660ms so far, now at startProcess: starting to update pids map +02-27 08:27:38.511 505 555 W ActivityManager: Slow operation: 660ms so far, now at startProcess: done updating pids map +02-27 08:27:38.534 22906 23113 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:27:38.721 23447 23447 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 08:27:38.793 23048 23140 D EGL_emulation: app_time_stats: avg=40.09ms min=7.56ms max=265.63ms count=18 +02-27 08:27:38.793 235 235 I tombstoned: received crash request for pid 23382 +02-27 08:27:38.793 235 235 I tombstoned: found intercept fd 512 for pid 23382 and type kDebuggerdJavaBacktrace +02-27 08:27:38.793 235 235 W tombstoned: missing output fd +02-27 08:27:38.793 23382 23391 I id.gms.unstabl: Wrote stack traces to tombstoned +02-27 08:27:38.794 505 23444 I system_server: libdebuggerd_client: done dumping process 23382 +02-27 08:27:38.805 505 23444 I ActivityManager: Done dumping +02-27 08:27:39.362 23424 23424 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.apps.mediashell' set to: 'default' +02-27 08:27:39.362 23424 23424 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:27:39.383 23424 23424 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:27:39.387 505 514 I system_server: Background young concurrent copying GC freed 2066717(52MB) AllocSpace objects, 0(0B) LOS objects, 42% free, 33MB/57MB, paused 210us,114us total 840.166ms +02-27 08:27:39.390 23424 23424 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:27:39.415 505 23444 E ActivityManager: ANR in com.google.android.gms.unstable +02-27 08:27:39.415 505 23444 E ActivityManager: PID: 23382 +02-27 08:27:39.415 505 23444 E ActivityManager: Reason: executing service com.google.android.gms/.droidguard.DroidGuardService +02-27 08:27:39.415 505 23444 E ActivityManager: Frozen: false +02-27 08:27:39.415 505 23444 E ActivityManager: Load: 0.0 / 0.0 / 0.0 +02-27 08:27:39.415 505 23444 E ActivityManager: ----- Output from /proc/pressure/memory ----- +02-27 08:27:39.415 505 23444 E ActivityManager: some avg10=19.44 avg60=22.58 avg300=17.57 total=356559660 +02-27 08:27:39.415 505 23444 E ActivityManager: full avg10=5.60 avg60=5.56 avg300=4.06 total=89348924 +02-27 08:27:39.415 505 23444 E ActivityManager: ----- End output from /proc/pressure/memory ----- +02-27 08:27:39.415 505 23444 E ActivityManager: +02-27 08:27:39.415 505 23444 E ActivityManager: CPU usage from 77680ms to 0ms ago (2026-02-27 08:26:17.773 to 2026-02-27 08:27:35.453): +02-27 08:27:39.415 505 23444 E ActivityManager: 81% 505/system_server: 47% user + 34% kernel / faults: 349044 minor 9231 major +02-27 08:27:39.415 505 23444 E ActivityManager: 21% 338/android.hardware.graphics.composer@2.3-service: 1.1% user + 20% kernel / faults: 4349 minor 94 major +02-27 08:27:39.415 505 23444 E ActivityManager: 20% 360/surfaceflinger: 4.2% user + 15% kernel / faults: 12935 minor 228 major +02-27 08:27:39.415 505 23444 E ActivityManager: 9.5% 116/kswapd0: 0% user + 9.5% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 4.5% 263/loop14: 0% user + 4.5% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 2.6% 12/ksoftirqd/0: 0% user + 2.6% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 2.6% 13/rcu_preempt: 0% user + 2.6% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 1.2% 22342/com.google.process.gservices: 0.1% user + 1% kernel / faults: 7404 minor 243 major +02-27 08:27:39.415 505 23444 E ActivityManager: 1.2% 182/lmkd: 0.3% user + 0.8% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.9% 244/loop5: 0% user + 0.9% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.9% 243/loop4: 0% user + 0.9% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.7% 500/kworker/u9:2-blk_crypto_wq: 0% user + 0.7% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.7% 181/logd: 0.1% user + 0.6% kernel / faults: 712 minor 50 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0.4% 20268/kworker/0:0-events: 0% user + 0.4% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.6% 896/com.android.networkstack.process: 0.1% user + 0.5% kernel / faults: 4939 minor 266 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0.6% 9196/kworker/u9:4-blk_crypto_wq: 0% user + 0.6% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.6% 322/zygote64: 0% user + 0.6% kernel / faults: 1189 minor 44 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0.6% 185/psimon: 0% user + 0.6% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.5% 353/android.hardware.power-service.example: 0% user + 0.5% kernel / faults: 1237 minor 44 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0.5% 320/statsd: 0% user + 0.4% kernel / faults: 1139 minor 76 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0.5% 45/kcompactd0: 0% user + 0.5% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.4% 321/netd: 0% user + 0.4% kernel / faults: 1471 minor 174 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0.4% 20937/com.android.bluetooth: 0% user + 0.3% kernel / faults: 3578 minor 215 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0.3% 259/loop12: 0% user + 0.3% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.3% 183/servicemanager: 0% user + 0.2% kernel / faults: 1114 minor 50 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0.3% 19702/kworker/3:2-events: 0% user + 0.3% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.3% 229/jbd2/dm-4-8: 0% user + 0.3% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.3% 22280/kworker/u8:0-phy0: 0% user + 0.3% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.3% 770/com.android.systemui: 0% user + 0.3% kernel / faults: 3215 minor 181 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0.3% 130/sugov:1: 0% user + 0.3% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.3% 255/loop10: 0% user + 0.3% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.3% 350/android.hardware.wifi@1.0-service: 0% user + 0.2% kernel / faults: 1182 minor 211 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0.3% 138/kworker/0:1H-kblockd: 0% user + 0.3% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.2% 271/loop18: 0% user + 0.2% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.2% 22888/kworker/1:0-events: 0% user + 0.2% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.2% 131/sugov:2: 0% user + 0.2% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.2% 145/kworker/2:1H-kblockd: 0% user + 0.2% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.2% 21141/kworker/2:1-events: 0% user + 0.2% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.2% 248/loop7: 0% user + 0.2% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.2% 132/sugov:3: 0% user + 0.2% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.2% 20587/kworker/u9:3-blk_crypto_wq: 0% user + 0.2% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.2% 95/kworker/3:1H-kblockd: 0% user + 0.2% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.2% 129/sugov:0: 0% user + 0.2% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.1% 339/android.hardware.health@2.1-service: 0% user + 0.1% kernel / faults: 150 minor 21 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0.1% 184/hwservicemanager: 0% user + 0.1% kernel / faults: 345 minor 52 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0.1% 20811/com.google.android.tvrecommendations: 0% user + 0.1% kernel / faults: 2091 minor 99 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0.1% 315/dhcpclient: 0% user + 0.1% kernel / faults: 72 minor 5 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0.1% 17530/kworker/u8:1-phy0: 0% user + 0.1% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.1% 20161/audioserver: 0% user + 0.1% kernel / faults: 753 minor 93 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0.1% 144/kworker/1:1H-kblockd: 0% user + 0.1% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.1% 751/wpa_supplicant: 0% user + 0.1% kernel / faults: 214 minor 85 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0.1% 43/oom_reaper: 0% user + 0.1% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.1% 272/loop19: 0% user + 0.1% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.1% 1242/com.google.android.providers.media.module: 0% user + 0.1% kernel / faults: 986 minor 57 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0.1% 347/android.hardware.sensors@2.1-service.multihal: 0% user + 0.1% kernel / faults: 1346 minor 36 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 19/migration/1: 0% user + 0% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.1% 21/ksoftirqd/1: 0% user + 0.1% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0.1% 33/ksoftirqd/3: 0% user + 0.1% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 27/ksoftirqd/2: 0% user + 0% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 421/wificond: 0% user + 0% kernel / faults: 651 minor 54 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 16/migration/0: 0% user + 0% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 284/loop25: 0% user + 0% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 1403/adbd: 0% user + 0% kernel / faults: 20 minor 12 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 329/android.hardware.bluetooth@1.1-service.btlinux: 0% user + 0% kernel / faults: 73 minor 14 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 948/com.android.se: 0% user + 0% kernel / faults: 865 minor 3 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 1265/com.android.emulator.multidisplay: 0% user + 0% kernel / faults: 842 minor 13 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 1/init: 0% user + 0% kernel / faults: 105 minor 44 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 161/ueventd: 0% user + 0% kernel / faults: 6 minor 20 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 279/loop22: 0% user + 0% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 852/android.hardware.gnss@2.0-service.ranchu: 0% user + 0% kernel / faults: 282 minor 3 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 266/loop16: 0% user + 0% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 287/loop26: 0% user + 0% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 189/qemu-props: 0% user + 0% kernel / faults: 3 minor 3 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 198/keystore2: 0% user + 0% kernel / faults: 327 minor 21 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 407/traced_probes: 0% user + 0% kernel / faults: 238 minor 13 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 408/traced: 0% user + 0% kernel / faults: 88 minor 10 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 411/cameraserver: 0% user + 0% kernel / faults: 381 minor 38 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 417/mediaserver: 0% user + 0% kernel / faults: 37 minor 6 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 22437/kworker/0:1-events: 0% user + 0% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 25/migration/2: 0% user + 0% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 41/kauditd: 0% user + 0% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 46/khugepaged: 0% user + 0% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 197/android.system.suspend@1.0-service: 0% user + 0% kernel / faults: 160 minor 18 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 251/loop8: 0% user + 0% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 256/loop11: 0% user + 0% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 264/loop15: 0% user + 0% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 268/loop17: 0% user + 0% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 276/loop21: 0% user + 0% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 335/android.hardware.drm@1.4-service.clearkey: 0% user + 0% kernel / faults: 27 minor 10 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 337/android.hardware.graphics.allocator@3.0-service: 0% user + 0% kernel / faults: 67 minor 3 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 349/android.hardware.usb@1.0-service: 0% user + 0% kernel / faults: 16 minor 5 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 359/gpuservice: 0% user + 0% kernel / faults: 37 minor 2 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 420/storaged: 0% user + 0% kernel / faults: 93 minor 15 major +02-27 08:27:39.415 505 23444 E ActivityManager: 0% 437/android.hardware.biometrics.fingerprint@2.1-service: 0% user + 0% kernel / faults: 64 minor 10 major +02-27 08:27:39.415 505 23444 E ActivityManager: +0% 22906/com.google.android.gms.persistent: 0% user + 0% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: +0% 23012/com.google.android.tv.remote.service: 0% user + 0% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: +0% 23048/com.google.android.tvlauncher: 0% user + 0% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: +0% 23080/com.google.android.gms: 0% user + 0% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: +0% 23126/com.google.android.ext.services: 0% user + 0% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: +0% 23178/com.android.providers.tv: 0% user + 0% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: +0% 23222/mdnsd: 0% user + 0% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: +0% 23354/kworker/u9:0-fscrypt_read_queue: 0% user + 0% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: +0% 23382/com.google.android.gms.unstable: 0% user + 0% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: +0% 23424/com.google.android.apps.mediashell: 0% user + 0% kernel +02-27 08:27:39.415 505 23444 E ActivityManager: 85% TOTAL: 17% user + 35% kernel + 11% iowait + 14% irq + 5.9% softirq +02-27 08:27:39.415 505 23444 E ActivityManager: CPU usage from 2532230ms to 2532230ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake: +02-27 08:27:39.415 505 23444 E ActivityManager: 0% TOTAL: 0% user + 0% kernel +02-27 08:27:39.470 505 1212 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13936} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (12 skipped) +02-27 08:27:39.514 505 23462 I DropBoxManagerService: add tag=system_app_anr isTagEnabled=true flags=0x6 +02-27 08:27:39.608 505 595 W ActivityManager: Slow operation: 136ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:27:39.612 505 23444 I ActivityManager: Killing 23382:com.google.android.gms.unstable/u0a57 (adj 0): bg anr +02-27 08:27:39.614 505 23444 D ActivityManager: Completed ANR of com.google.android.gms.unstable in 4336ms, latency 183ms +02-27 08:27:39.632 23447 23447 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 08:27:39.633 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:27:39.634 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:27:39.655 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 23382 in 42ms +02-27 08:27:39.705 23424 23424 D cr_LibraryLoader: [LibraryLoader.java:324] Configuration: useChromiumLinker() = false, mUseModernLinker = false +02-27 08:27:39.726 505 543 W Looper : Slow dispatch took 125ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:27:39.798 23048 23140 D EGL_emulation: app_time_stats: avg=14.86ms min=5.78ms max=44.35ms count=51 +02-27 08:27:39.852 322 322 I Zygote : Process 23382 exited due to signal 9 (Killed) +02-27 08:27:39.853 505 595 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.droidguard.DroidGuardService in 1000ms for connection +02-27 08:27:40.448 23080 23376 I MdiSyncModule: (REDACTED) Dispatching task '%s'... +02-27 08:27:40.550 22906 23112 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:27:40.553 23424 23424 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:39] onCreate +02-27 08:27:40.553 23424 23424 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:44] onStartCommand(null, 0, 14) +02-27 08:27:40.553 23424 23424 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:91] Building and starting cast receiver +02-27 08:27:40.554 23424 23424 D cr_CastBrowserHelper: [CastBrowserHelper.java:37] Performing one-time browser initialization +02-27 08:27:40.582 23080 23376 W MdiSyncModule: Task '3 PERIODIC (3_PERIODIC)' has no registered task handlers! [CONTEXT service_id=215 ratelimit_count=10 ] +02-27 08:27:40.926 23048 23140 D EGL_emulation: app_time_stats: avg=45.09ms min=6.71ms max=162.52ms count=20 +02-27 08:27:41.539 505 554 W ActivityManager: Slow operation: 586ms so far, now at startProcess: creating new process record +02-27 08:27:41.476 23424 23424 W apps.mediashell: type=1400 audit(0.0:2069): avc: denied { search } for name="tmp" dev="dm-4" ino=65538 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:shell_data_file:s0 tclass=dir permissive=0 app=com.google.android.apps.mediashell +02-27 08:27:42.053 23048 23140 D EGL_emulation: app_time_stats: avg=71.30ms min=8.00ms max=138.53ms count=9 +02-27 08:27:42.118 505 554 W ActivityManager: Slow operation: 1165ms so far, now at startProcess: done creating new process record +02-27 08:27:42.118 505 554 W ActivityManager: Slow operation: 1165ms so far, now at startProcess: stepping in to startProcess +02-27 08:27:43.313 505 554 W ActivityManager: Slow operation: 1195ms so far, now at startProcess: building args +02-27 08:27:43.482 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:27:43.482 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:27:43.482 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:27:43.482 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:27:43.483 505 554 W ActivityManager: Slow operation: 2530ms so far, now at startProcess: done starting proc! +02-27 08:27:43.483 505 555 W ActivityManager: Slow operation: 1365ms so far, now at startProcess: asking zygote to start proc +02-27 08:27:43.486 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:27:43.581 23447 23447 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:27:43.613 322 322 D Zygote : Forked child process 23474 +02-27 08:27:43.911 505 555 W ActivityManager: Slow operation: 1793ms so far, now at startProcess: returned from zygote! +02-27 08:27:43.980 23048 23048 I Choreographer: Skipped 83 frames! The application may be doing too much work on its main thread. +02-27 08:27:44.300 23424 23424 D cr_CastCmdLineHelper: [CastCommandLineHelper.java:98] appending command line arg: multizone-device-delay=0 +02-27 08:27:44.323 23048 23140 D EGL_emulation: app_time_stats: avg=417.35ms min=160.86ms max=1351.95ms count=5 +02-27 08:27:44.884 505 555 W ActivityManager: Slow operation: 2766ms so far, now at startProcess: done updating battery stats +02-27 08:27:44.897 23474 23474 E id.gms.unstabl: Not starting debugger since process cannot load the jdwp agent. +02-27 08:27:44.900 505 555 W ActivityManager: Slow operation: 2781ms so far, now at startProcess: building log message +02-27 08:27:44.900 505 555 I ActivityManager: Start proc 23474:com.google.android.gms.unstable/u0a57 for service {com.google.android.gms/com.google.android.gms.droidguard.DroidGuardService} +02-27 08:27:44.900 505 555 W ActivityManager: Slow operation: 2782ms so far, now at startProcess: starting to update pids map +02-27 08:27:44.948 505 555 W ActivityManager: Slow operation: 2830ms so far, now at startProcess: done updating pids map +02-27 08:27:45.776 23048 23140 D EGL_emulation: app_time_stats: avg=213.28ms min=15.54ms max=468.04ms count=6 +02-27 08:27:46.043 505 543 W Looper : Slow delivery took 1325ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:27:46.046 505 505 W Looper : Slow delivery took 1589ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:27:46.122 505 542 W Looper : Slow dispatch took 154ms android.fg h=android.os.Handler c=com.android.server.NetworkManagementService$NetdUnsolicitedEventListener$$ExternalSyntheticLambda0@40b0f70 m=0 +02-27 08:27:46.490 23048 23048 I Choreographer: Skipped 59 frames! The application may be doing too much work on its main thread. +02-27 08:27:46.753 505 514 W system_server: Suspending all threads took: 20.323ms +02-27 08:27:46.759 23424 23424 D cr_LibraryLoader: [LibraryLoader.java:684] Loading with the System linker. +02-27 08:27:46.854 22906 23112 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:27:46.915 23474 23483 W id.gms.unstabl: Suspending all threads took: 45.441ms +02-27 08:27:46.970 23048 23140 D EGL_emulation: app_time_stats: avg=583.07ms min=37.25ms max=1128.90ms count=2 +02-27 08:27:47.059 23474 23483 I id.gms.unstabl: Background young concurrent copying GC freed 12426(534KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1840KB/25MB, paused 45.597ms,56.571ms total 695.006ms +02-27 08:27:48.038 23048 23140 D EGL_emulation: app_time_stats: avg=138.74ms min=64.41ms max=326.39ms count=6 +02-27 08:27:49.124 23048 23140 D EGL_emulation: app_time_stats: avg=64.59ms min=8.34ms max=169.25ms count=13 +02-27 08:27:50.295 23048 23140 D EGL_emulation: app_time_stats: avg=84.35ms min=5.77ms max=304.72ms count=9 +02-27 08:27:51.444 23048 23140 D EGL_emulation: app_time_stats: avg=90.16ms min=12.22ms max=275.03ms count=7 +02-27 08:27:52.318 322 322 I Zygote : Process 23080 exited due to signal 9 (Killed) +02-27 08:27:52.610 23447 23447 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 08:27:52.611 23447 23447 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:27:52.616 505 514 I system_server: Background young concurrent copying GC freed 1943548(48MB) AllocSpace objects, 9(284KB) LOS objects, 16% free, 47MB/57MB, paused 158.545ms,96.689ms total 9.026s +02-27 08:27:52.680 23447 23447 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:27:52.796 23048 23140 D EGL_emulation: app_time_stats: avg=636.81ms min=47.02ms max=1226.60ms count=2 +02-27 08:27:52.817 23048 23048 I Choreographer: Skipped 59 frames! The application may be doing too much work on its main thread. +02-27 08:27:52.845 23447 23447 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:27:52.868 505 543 W Looper : Drained +02-27 08:27:52.903 505 553 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13962} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (14 skipped) +02-27 08:27:53.032 505 2251 W ActivityManager: Slow operation: 93ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:27:53.034 505 2251 W ActivityManager: Slow operation: 95ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:27:53.034 505 2251 W ActivityManager: Slow operation: 95ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:27:53.079 23178 23489 D EpgDataCleanupService: Received intent: Intent { act=com.android.providers.tv.intent.CLEAN_UP_EPG_DATA cmp=com.android.providers.tv/.EpgDataCleanupService } +02-27 08:27:53.079 505 2251 W ActivityManager: Slow operation: 140ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:27:53.138 23474 23474 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:27:53.458 182 182 I lowmemorykiller: Kill 'com.google.process.gservices' (22342), uid 10057, oom_score_adj 700 to free 45228kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (112%) +02-27 08:27:53.578 322 322 I Zygote : Process 22342 exited due to signal 9 (Killed) +02-27 08:27:53.976 23048 23140 D EGL_emulation: app_time_stats: avg=72.84ms min=10.05ms max=327.67ms count=12 +02-27 08:27:54.334 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 23080 in 0ms +02-27 08:27:54.371 505 890 I ActivityManager: Process com.google.android.gms (pid 23080) has died: svc SVC +02-27 08:27:54.429 23424 23424 D cr_LibraryLoader: [LibraryLoader.java:690] Time to load native libraries: 6940 ms +02-27 08:27:54.446 505 890 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsIntentOperationService in 1000ms for start-requested +02-27 08:27:54.490 505 1698 I ActivityManager: Process com.google.process.gservices (pid 22342) has died: prev LAST +02-27 08:27:54.497 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 22342 in 0ms +02-27 08:27:54.590 770 795 I ndroid.systemu: Background concurrent copying GC freed 1298(128KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3524KB/7048KB, paused 74us,117us total 1.758s +02-27 08:27:54.606 23048 23048 I Choreographer: Skipped 35 frames! The application may be doing too much work on its main thread. +02-27 08:27:54.725 23424 23424 W chromium: [0227/082754.617713:WARNING:library_prefetcher.cc(326)] Code not ordered, madvise optimization skipped +02-27 08:27:54.802 505 505 W Looper : Slow dispatch took 8434ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=null m=7 +02-27 08:27:56.016 505 505 W Looper : Slow dispatch took 893ms main h=android.app.ActivityThread$H c=com.android.server.powerstats.TimerTrigger$2@3304e2 m=0 +02-27 08:27:56.442 23048 23048 I Choreographer: Skipped 100 frames! The application may be doing too much work on its main thread. +02-27 08:27:56.444 505 505 W Looper : Slow dispatch took 427ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=android.app.PendingIntent$FinishedDispatcher@760307a m=0 +02-27 08:27:56.449 23424 23424 I cr_LibraryLoader: Successfully loaded native library +02-27 08:27:56.487 505 514 W system_server: Suspending all threads took: 10.364ms +02-27 08:27:56.692 346 346 E android.hardware.power.stats@1.0-service-mock: Failed to getEnergyData +02-27 08:27:56.756 505 554 W ActivityManager: Slow operation: 320ms so far, now at startProcess: done creating new process record +02-27 08:27:56.757 505 554 W ActivityManager: Slow operation: 321ms so far, now at startProcess: stepping in to startProcess +02-27 08:27:56.765 23048 23140 D EGL_emulation: app_time_stats: avg=691.40ms min=201.44ms max=2018.16ms count=4 +02-27 08:27:56.880 23424 23424 I cr_CachingUmaRecorder: Flushed 1 samples from 1 histograms. +02-27 08:27:58.104 23048 23140 D EGL_emulation: app_time_stats: avg=150.28ms min=42.45ms max=362.05ms count=4 +02-27 08:27:59.138 23424 23424 D cr_CastBrowserHelper: [CastBrowserHelper.java:49] Loading BrowserStartupController... +02-27 08:27:59.529 23048 23048 I Choreographer: Skipped 124 frames! The application may be doing too much work on its main thread. +02-27 08:28:00.593 322 322 I Zygote : Process 23012 exited due to signal 9 (Killed) +02-27 08:28:00.593 322 322 I Zygote : Process 23126 exited due to signal 9 (Killed) +02-27 08:28:00.805 20937 21227 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:28:00.863 20937 21204 I bt_stack: [INFO:port_api.cc(307)] RFCOMM_RemoveServer: handle=19 +02-27 08:28:01.426 322 322 I Zygote : Process 23048 exited due to signal 9 (Killed) +02-27 08:28:01.508 20937 21411 I BtGatt.AdvertiseManager: error sending onAdvertisingSetStopped callback +02-27 08:28:01.508 20937 21411 I BtGatt.AdvertiseManager: android.os.DeadObjectException +02-27 08:28:01.508 20937 21411 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:28:01.508 20937 21411 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:28:01.508 20937 21411 I BtGatt.AdvertiseManager: at android.bluetooth.le.IAdvertisingSetCallback$Stub$Proxy.onAdvertisingSetStopped(IAdvertisingSetCallback.java:320) +02-27 08:28:01.508 20937 21411 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager.stopAdvertisingSet(AdvertiseManager.java:261) +02-27 08:28:01.508 20937 21411 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager$AdvertisingSetDeathRecipient.binderDied(AdvertiseManager.java:123) +02-27 08:28:01.508 20937 21411 I BtGatt.AdvertiseManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:28:01.508 20937 21411 I BtGatt.AdvertiseManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:28:01.698 23424 23424 D cr_BrowserStartup: [BrowserStartupControllerImpl.java:437] Initializing chromium process, singleProcess=false +02-27 08:28:02.038 23474 23474 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:28:02.356 505 505 W Looper : Slow dispatch took 111ms main h=com.android.server.powerstats.PowerStatsLogger c=null m=2 +02-27 08:28:02.413 505 3536 E IPCThreadState: binder thread pool (31 threads) starved for 1106 ms +02-27 08:28:02.450 505 890 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/23048, android.os.BinderProxy@8ad5c88) +02-27 08:28:02.451 505 2113 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/23048, android.os.BinderProxy@d320621) +02-27 08:28:02.454 505 1685 W AudioService.RecordingActivityMonitor: client died +02-27 08:28:02.471 505 1381 I WindowManager: WIN DEATH: Window{6f2ab85 u0 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:28:02.474 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=299, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:28:02.486 505 712 D NsdService: Client disconnected +02-27 08:28:02.486 505 712 D NsdService: Terminating client-ID 2 global-ID 17 type 393225 +02-27 08:28:02.486 505 712 D NsdService: mdnssd [stop-register, 17] +02-27 08:28:02.486 505 554 W ActivityManager: Slow operation: 5707ms so far, now at startProcess: getting gids from package manager +02-27 08:28:02.522 505 505 W Looper : Slow dispatch took 166ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=null m=7 +02-27 08:28:02.658 505 505 W Looper : Slow dispatch took 136ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@5ffb934 m=0 +02-27 08:28:02.664 505 1381 W InputManager-JNI: Input channel object '6f2ab85 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:28:02.687 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=301, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:28:02.696 321 394 W netd : dnssd_clientstub DNSServiceProcessResult called with NULL DNSServiceRef +02-27 08:28:02.698 505 554 W ActivityManager: Slow operation: 5918ms so far, now at startProcess: building args +02-27 08:28:02.700 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 123378067 (unbound)] +02-27 08:28:02.700 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 118513104 (unbound)] +02-27 08:28:02.700 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 62421238 (unbound)] +02-27 08:28:02.700 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 57355906 (unbound)] +02-27 08:28:02.700 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 112273768 (unbound)] +02-27 08:28:02.700 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 22208771 (unbound)] +02-27 08:28:02.700 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 23352781 (unbound)] +02-27 08:28:02.700 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 225280457 (unbound)] +02-27 08:28:02.701 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 246064375 (unbound)] +02-27 08:28:02.701 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 183873380 (unbound)] +02-27 08:28:02.701 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 41714049 (unbound)] +02-27 08:28:02.782 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:28:02.787 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 08:28:02.788 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:28:02.814 505 514 I system_server: Background concurrent copying GC freed 2355562(59MB) AllocSpace objects, 2(44KB) LOS objects, 22% free, 85MB/109MB, paused 31.546ms,30.503ms total 10.029s +02-27 08:28:02.819 505 542 W Looper : Slow dispatch took 282ms android.fg h=android.os.Handler c=com.android.server.NetworkManagementService$NetdUnsolicitedEventListener$$ExternalSyntheticLambda0@f3849a3 m=0 +02-27 08:28:02.819 505 542 W Looper : Slow delivery took 290ms android.fg h=android.os.Handler c=com.android.server.NetworkManagementService$NetdUnsolicitedEventListener$$ExternalSyntheticLambda0@87934a0 m=0 +02-27 08:28:03.005 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:28:03.030 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:28:03.030 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:28:03.030 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:28:03.030 505 555 W ActivityManager: Slow operation: 6251ms so far, now at startProcess: asking zygote to start proc +02-27 08:28:03.030 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:28:03.032 505 554 W ActivityManager: Slow operation: 6596ms so far, now at startProcess: done starting proc! +02-27 08:28:03.157 322 322 D Zygote : Forked child process 23499 +02-27 08:28:03.298 23474 23474 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:28:03.298 23474 23474 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:28:03.306 505 555 W ActivityManager: Slow operation: 6527ms so far, now at startProcess: returned from zygote! +02-27 08:28:03.314 505 595 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #13974} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (5 skipped) +02-27 08:28:03.316 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:28:03.338 505 505 W Looper : Slow dispatch took 637ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=com.android.server.alarm.AlarmManagerService$3$$ExternalSyntheticLambda0@d645859 m=0 +02-27 08:28:03.338 505 505 W Looper : Drained +02-27 08:28:03.338 505 3356 I ActivityManager: Process com.google.android.tv.remote.service (pid 23012) has died: vis FGS +02-27 08:28:03.345 505 556 I libprocessgroup: Successfully killed process cgroup uid 10049 pid 23012 in 0ms +02-27 08:28:03.385 505 3356 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.AtvRemoteProviderService in 1000ms for connection +02-27 08:28:03.386 505 3356 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.RemoteService in 10999ms for start-requested +02-27 08:28:03.523 505 542 W Looper : Drained +02-27 08:28:03.523 505 542 W Looper : Slow dispatch took 125ms android.fg h=android.os.Handler c=com.android.server.location.injector.SystemAppForegroundHelper$$ExternalSyntheticLambda1@34cfacc m=0 +02-27 08:28:03.533 23474 23474 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:28:03.548 505 543 W Looper : Slow dispatch took 160ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:28:03.656 505 555 W ActivityManager: Slow operation: 6877ms so far, now at startProcess: done updating battery stats +02-27 08:28:03.668 505 555 W ActivityManager: Slow operation: 6889ms so far, now at startProcess: building log message +02-27 08:28:03.668 505 555 I ActivityManager: Start proc 23499:com.google.android.gms/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.GmsIntentOperationService} +02-27 08:28:03.668 505 555 W ActivityManager: Slow operation: 6889ms so far, now at startProcess: starting to update pids map +02-27 08:28:03.668 505 555 W ActivityManager: Slow operation: 6889ms so far, now at startProcess: done updating pids map +02-27 08:28:03.668 505 1925 I ActivityManager: Process com.google.android.ext.services (pid 23126) has died: vis BFGS +02-27 08:28:03.668 505 556 I libprocessgroup: Successfully killed process cgroup uid 10078 pid 23126 in 0ms +02-27 08:28:03.668 505 1925 W ActivityManager: Scheduling restart of crashed service com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl in 20716ms for connection +02-27 08:28:03.670 505 505 W Looper : Slow dispatch took 284ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$CancelNotificationRunnable@a3b4a1b m=0 +02-27 08:28:03.670 505 505 W Looper : Slow delivery took 283ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=5 +02-27 08:28:03.678 505 2476 I ActivityManager: Process com.google.android.tvlauncher (pid 23048) has died: fg TOP +02-27 08:28:03.678 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 23048 in 0ms +02-27 08:28:03.766 22906 22906 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:28:03.949 22906 22906 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:28:04.020 23499 23499 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. +02-27 08:28:04.030 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:28:04.031 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:28:04.031 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:28:04.031 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:28:04.034 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:28:04.206 322 322 D Zygote : Forked child process 23512 +02-27 08:28:04.212 505 555 W ActivityManager: Slow operation: 176ms so far, now at startProcess: returned from zygote! +02-27 08:28:04.516 23512 23512 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:28:04.813 505 555 W ActivityManager: Slow operation: 783ms so far, now at startProcess: done updating battery stats +02-27 08:28:04.813 505 555 W ActivityManager: Slow operation: 783ms so far, now at startProcess: building log message +02-27 08:28:04.813 505 555 I ActivityManager: Start proc 23512:com.google.android.tvlauncher/u0a48 for top-activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:28:04.813 505 555 W ActivityManager: Slow operation: 783ms so far, now at startProcess: starting to update pids map +02-27 08:28:04.814 505 555 W ActivityManager: Slow operation: 784ms so far, now at startProcess: done updating pids map +02-27 08:28:04.814 505 505 W Looper : Slow dispatch took 1144ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:28:04.832 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10049; state: DISABLED +02-27 08:28:04.833 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10049; state: DISABLED +02-27 08:28:04.833 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10049; state: DISABLED +02-27 08:28:04.833 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10049; state: ENABLED +02-27 08:28:04.836 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10049; state: ENABLED +02-27 08:28:04.842 23474 23474 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:28:04.850 322 322 D Zygote : Forked child process 23528 +02-27 08:28:04.961 23528 23528 E .remote.servic: Not starting debugger since process cannot load the jdwp agent. +02-27 08:28:04.994 505 3128 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:28:04.994 505 3128 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:28:04.994 505 3128 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:28:04.994 505 3128 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:28:04.994 505 3128 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:28:04.994 505 3128 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:28:04.994 505 3128 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:28:05.011 505 3128 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:28:05.011 505 3128 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:28:05.011 505 3128 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:28:05.013 22906 23113 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:28:05.017 505 3128 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:28:05.017 505 3128 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:28:05.017 505 3128 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:28:05.017 505 3128 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:28:05.017 505 3128 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:28:05.017 505 3128 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:28:05.017 505 3128 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:28:05.017 505 3128 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:28:05.017 505 3128 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:28:05.017 505 3128 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:28:05.021 505 3128 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10048; state: DISABLED +02-27 08:28:05.024 505 3128 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10048; state: DISABLED +02-27 08:28:05.282 505 3128 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10048; state: DISABLED +02-27 08:28:05.310 505 3128 W ActivityManager: Slow operation: 460ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:28:05.310 505 555 W ActivityManager: Slow operation: 486ms so far, now at startProcess: done updating battery stats +02-27 08:28:05.310 505 555 W ActivityManager: Slow operation: 486ms so far, now at startProcess: building log message +02-27 08:28:05.310 505 555 I ActivityManager: Start proc 23528:com.google.android.tv.remote.service/u0a49 for service {com.google.android.tv.remote.service/com.google.android.tv.remote.service.AtvRemoteProviderService} +02-27 08:28:05.310 505 555 W ActivityManager: Slow operation: 486ms so far, now at startProcess: starting to update pids map +02-27 08:28:05.327 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:28:05.331 23512 23512 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:28:05.354 505 555 W ActivityManager: Slow operation: 529ms so far, now at startProcess: done updating pids map +02-27 08:28:05.366 505 1925 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10049; state: DISABLED +02-27 08:28:05.368 23499 23499 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:28:05.378 505 505 W Looper : Drained +02-27 08:28:05.513 23528 23528 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10049; state: ENABLED +02-27 08:28:05.541 23424 23424 D cr_ChromecastConfigAndroid: [ChromecastConfigAndroid.java:86] initializeSendUsageStatsSetting +02-27 08:28:05.550 23424 23424 D cr_ChromecastConfigAndroid: [ChromecastConfigAndroid.java:100] updateSendUsageStatsSetting +02-27 08:28:05.981 23512 23512 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:28:06.394 23528 23528 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AtvRemoteService/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:28:07.125 23447 23447 I DeviceStatusMonitor: DeviceStatusMonitor.updateCountryInfo():121 updateCountryInfo(), notifyAnyway = true +02-27 08:28:07.735 505 514 W system_server: Suspending all threads took: 5.410ms +02-27 08:28:07.765 23499 23499 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:28:09.282 505 542 W Looper : Slow dispatch took 235ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:28:09.308 23528 23528 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tv.remote.service' set to: 'default' +02-27 08:28:09.308 23528 23528 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:28:09.310 23512 23512 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:28:09.310 23512 23512 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:28:09.338 23512 23512 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:28:09.338 23528 23528 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:28:09.347 23512 23512 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:28:09.350 23528 23528 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:28:09.503 23499 23499 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:28:09.503 23499 23499 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:28:09.644 23447 23447 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = true +02-27 08:28:09.645 505 3356 W ContentProviderHelper: Slow operation: 278ms so far, now at getContentProviderImpl: before set stopped state +02-27 08:28:09.659 23499 23499 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:28:09.666 505 3356 W ContentProviderHelper: Slow operation: 299ms so far, now at getContentProviderImpl: after set stopped state +02-27 08:28:09.666 505 3356 W ContentProviderHelper: Slow operation: 299ms so far, now at getContentProviderImpl: looking for process record +02-27 08:28:09.810 505 514 I system_server: Background young concurrent copying GC freed 3806520(95MB) AllocSpace objects, 0(0B) LOS objects, 36% free, 41MB/65MB, paused 2.250ms,6.529ms total 3.853s +02-27 08:28:09.860 505 3356 W ContentProviderHelper: Slow operation: 493ms so far, now at getContentProviderImpl: before start process +02-27 08:28:09.964 23499 23499 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:28:10.030 505 3356 W ActivityManager: Slow operation: 169ms so far, now at startProcess: done creating new process record +02-27 08:28:10.031 505 3356 W ActivityManager: Slow operation: 170ms so far, now at startProcess: stepping in to startProcess +02-27 08:28:10.056 505 3356 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:28:10.057 505 3356 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:28:10.057 505 3356 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:28:10.057 505 3356 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:28:10.065 505 3356 W ActivityManager: Slow operation: 204ms so far, now at startProcess: done starting proc! +02-27 08:28:10.065 505 3356 W ContentProviderHelper: Slow operation: 698ms so far, now at getContentProviderImpl: after start process +02-27 08:28:10.065 505 3356 W ContentProviderHelper: Slow operation: 698ms so far, now at getContentProviderImpl: updating data structures +02-27 08:28:10.065 505 3356 W ContentProviderHelper: Slow operation: 698ms so far, now at getContentProviderImpl: done! +02-27 08:28:10.070 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:28:10.084 23447 23447 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:28:10.086 23447 23447 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:28:10.111 322 322 D Zygote : Forked child process 23554 +02-27 08:28:10.146 505 555 W ActivityManager: Slow operation: 115ms so far, now at startProcess: returned from zygote! +02-27 08:28:10.146 505 555 W ActivityManager: Slow operation: 115ms so far, now at startProcess: done updating battery stats +02-27 08:28:10.278 505 555 W ActivityManager: Slow operation: 123ms so far, now at startProcess: building log message +02-27 08:28:10.278 505 555 I ActivityManager: Start proc 23554:com.google.process.gservices/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider} +02-27 08:28:10.278 505 555 W ActivityManager: Slow operation: 247ms so far, now at startProcess: starting to update pids map +02-27 08:28:10.278 505 555 W ActivityManager: Slow operation: 247ms so far, now at startProcess: done updating pids map +02-27 08:28:10.781 23528 23528 I AtvRemote.Application: Application started +02-27 08:28:10.782 23499 23499 I gle.android.gm: Waiting for a blocking GC ClassLinker +02-27 08:28:10.794 23499 23508 W gle.android.gm: Suspending all threads took: 7.563ms +02-27 08:28:10.824 23447 23447 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:28:10.830 23554 23554 E ocess.gservice: Not starting debugger since process cannot load the jdwp agent. +02-27 08:28:11.002 23447 23566 E FileCache: FileCache.clearObsoleteFilesInternal():271 Failed to delete all obsolete files under folder: /data/user_de/0/com.google.android.inputmethod.latin/cache/kb_def +02-27 08:28:11.033 505 505 W Looper : Slow dispatch took 174ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:28:11.043 23528 23572 W .remote.servic: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:28:11.044 23528 23572 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:28:11.044 23528 23572 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:28:11.079 22906 22906 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:28:11.079 22906 22906 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:28:11.081 505 3356 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:28:11.093 23554 23554 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:28:11.097 23447 23447 I TVLatinApp: TVLatinApp.initialize():527 initialize() +02-27 08:28:11.268 23447 23447 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:28:11.278 22906 23112 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:28:11.284 23447 23505 I LauncherIconVisibilityInitializerBase: LauncherIconVisibilityInitializerBase.lambda$doUpdate$0():52 doUpdate() : Visible = false +02-27 08:28:11.304 22906 22906 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:28:11.304 22906 22906 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:28:11.307 23447 23447 I AndroidIME: TVLatinApp.onUserUnlocked():254 device protected preferences are migrated +02-27 08:28:11.474 23554 23554 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:28:11.474 23554 23554 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:28:12.503 23554 23554 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:28:12.516 23554 23554 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:28:12.844 505 505 W Looper : Slow delivery took 278ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:28:12.856 505 712 D NsdService: mdnssd [stop-service] +02-27 08:28:13.170 23554 23568 W ocess.gservice: Suspending all threads took: 62.786ms +02-27 08:28:13.204 23554 23568 I ocess.gservice: Background young concurrent copying GC freed 13052(591KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1881KB/25MB, paused 6.697ms,67.478ms total 743.582ms +02-27 08:28:13.290 23447 23598 I SuperpacksManager: SuperpacksManager.initializeInternal():509 initializeInternal() +02-27 08:28:13.329 23447 23447 I PhenotypeModule: PhenotypeModule.onCreate():142 onCreate() +02-27 08:28:13.330 23447 23447 I PhenotypeModule: PhenotypeModule.maybeFetchAndUpdate():169 maybeFetchAndUpdate: forceRefresh=true +02-27 08:28:13.474 505 712 E mDnsConnector: NDC Command {50 mdnssd stop-service} took too long (600ms) +02-27 08:28:13.486 23447 23589 I ShortcutsDataManager: ShortcutsDataManager.onContentChanged():73 onContentChanged() +02-27 08:28:13.517 22906 23147 E PhenotypeFlagCommitter: Retrieving snapshot for com.google.android.gms.playlog.uploader failed +02-27 08:28:13.517 22906 23147 E PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task +02-27 08:28:13.517 22906 23147 E PhenotypeFlagCommitter: at apym.l(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:28:13.517 22906 23147 E PhenotypeFlagCommitter: at aksg.g(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:28:13.517 22906 23147 E PhenotypeFlagCommitter: at aksg.i(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:28:13.517 22906 23147 E PhenotypeFlagCommitter: at aksg.f(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:28:13.517 22906 23147 E PhenotypeFlagCommitter: at com.google.android.gms.clearcut.uploader.QosUploaderChimeraService.g(:com.google.android.gms@223616103@22.36.16 (180406-476895098):17) +02-27 08:28:13.517 22906 23147 E PhenotypeFlagCommitter: at com.google.android.gms.clearcut.uploader.QosUploaderChimeraService.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:28:13.517 22906 23147 E PhenotypeFlagCommitter: at zmm.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):4) +02-27 08:28:13.517 22906 23147 E PhenotypeFlagCommitter: at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:28:13.517 22906 23147 E PhenotypeFlagCommitter: at oiz.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):6) +02-27 08:28:13.517 22906 23147 E PhenotypeFlagCommitter: at oiz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:28:13.517 22906 23147 E PhenotypeFlagCommitter: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:28:13.517 22906 23147 E PhenotypeFlagCommitter: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:28:13.517 22906 23147 E PhenotypeFlagCommitter: at ooc.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:28:13.517 22906 23147 E PhenotypeFlagCommitter: at java.lang.Thread.run(Thread.java:920) +02-27 08:28:13.555 23447 23589 I ContactsDataManager: ContactsDataManager.onContentChanged():159 onContentChanged() +02-27 08:28:13.556 23447 23589 I EmailDataManager: EmailDataManager.onContentChanged():115 onContentChanged() +02-27 08:28:13.652 23447 23599 W putmethod.lati: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:28:13.652 23447 23599 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:28:13.652 23447 23599 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:28:13.733 23447 23598 I SuperpacksManager: SuperpacksManager.initializeInternal():556 Switched background task scheduler: false +02-27 08:28:14.103 23447 23598 I JobSchedulerImpl: JobSchedulerImpl.schedule():73 Schedule task: superpacks-gc-task. Cancel the pre-existing task. +02-27 08:28:14.131 505 1925 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #14018} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (15 skipped) +02-27 08:28:14.132 505 505 W Looper : Drained +02-27 08:28:14.132 23554 23554 I GservicesProvider: Gservices pushing to system: true; secure/global: true +02-27 08:28:14.632 505 514 I system_server: Background young concurrent copying GC freed 2158806(54MB) AllocSpace objects, 0(0B) LOS objects, 39% free, 36MB/60MB, paused 22.104ms,4.126ms total 3.092s +02-27 08:28:14.654 23447 23598 I JobSchedulerImpl: JobSchedulerImpl.schedule():91 Schedule task: superpacks-gc-task. Success. +02-27 08:28:15.219 23424 23424 I chromium: [23424:23424:INFO:cast_content_browser_client_internal.cc(428)] Remote heap profiler is disabled. +02-27 08:28:16.011 22906 23147 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:28:16.072 23447 23594 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:28:16.137 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:28:16.138 505 505 W Looper : Slow dispatch took 148ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$PostNotificationRunnable@a8a8e20 m=0 +02-27 08:28:16.152 23424 23424 V cr_Accessibility: [BrowserAccessibilityState.java:196] Enabled accessibility services list updated. +02-27 08:28:16.265 23447 23594 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:28:16.281 23447 23447 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:28:16.312 23447 23447 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:28:16.317 23447 23447 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:28:16.359 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:28:16.601 23424 23604 I cr_CastCrashUploader: Remove crash dumps +02-27 08:28:16.635 505 514 I system_server: Background concurrent copying GC freed 2012001(50MB) AllocSpace objects, 1(36KB) LOS objects, 50% free, 23MB/46MB, paused 111us,83us total 1.019s +02-27 08:28:16.772 23424 23612 I chromium: [23424:23612:INFO:cast_media_android.cc(44)] Initialize: +02-27 08:28:16.772 23424 23612 I cr_VolumeControlAndroid: Creating new VolumeControl instance +02-27 08:28:16.841 23447 23447 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:28:16.870 23447 23447 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:28:16.872 23447 23447 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:28:16.950 23447 23447 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:28:16.950 23447 23447 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:28:16.951 23447 23447 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:28:16.979 23528 23528 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:28:17.174 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(17)] Build volume cache for type 0: +02-27 08:28:17.366 23447 23447 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:28:17.370 22906 23112 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:28:17.454 23447 23447 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:28:17.472 23447 23447 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:28:17.473 23447 23447 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:28:17.480 23447 23447 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:28:17.498 23447 23447 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:28:17.500 23528 23528 I AtvRemote.RemoteService: Starting bluetooth server +02-27 08:28:17.505 23447 23447 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:28:17.612 23447 23447 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:28:17.612 23447 23447 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:28:17.613 23447 23447 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:28:17.650 23447 23447 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:28:17.654 23447 23447 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:28:17.655 23447 23447 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:28:17.656 23447 23447 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:28:17.656 23447 23447 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:28:17.656 23447 23447 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:28:17.657 23447 23447 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:28:17.748 23424 23424 I chromium: [23424:23424:INFO:supported_codec_finder.cc(28)] Adding 32 supported codec profiles/levels +02-27 08:28:17.748 23424 23609 I chromium: [23424:23609:INFO:external_mojo_broker.cc(236)] Register service cast_browser +02-27 08:28:17.995 23424 23424 I chromium: [23424:23424:INFO:uds_peercred_filter.cc(165)] Performing one-time injection of UdsPeercredFilter into GRPC. +02-27 08:28:18.011 23528 23564 D PhenotypeContext: Application doesn't implement PhenotypeApplication interface, falling back to globally set context. See go/phenotype-flag#process-stable-init for more info. +02-27 08:28:18.039 23424 23424 W chromium: [23424:23424:WARNING:client_auth_manager.cc(103)] Old certificate is empty. +02-27 08:28:18.052 23424 23424 E chromium: [23424:23424:ERROR:device_info_impl.cc(1352)] Cannot get MAC address. +02-27 08:28:18.052 23424 23424 I chromium: [23424:23424:INFO:device_info_impl.cc(1356)] MAC address for : 00:00:00:00:00:00 +02-27 08:28:18.092 23447 23637 I JapaneseMozcExtension: JapaneseMozcExtension.onCreateServiceInternal():78 onCreateServiceInternal() +02-27 08:28:18.094 23447 23639 I NetworkInfoNotification: NetworkInfoNotification$Listener.onReceive():93 onNetworkAvailable: networkState = NON_METERED, isAirplaneModeOn = false +02-27 08:28:18.143 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 0(0) -> -120 +02-27 08:28:18.677 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 1(0.0666667) -> -53.2632 +02-27 08:28:18.701 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 2(0.133333) -> -46.6316 +02-27 08:28:18.704 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 3(0.2) -> -40 +02-27 08:28:18.806 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 4(0.266667) -> -36.55 +02-27 08:28:18.808 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 5(0.333333) -> -32.525 +02-27 08:28:18.810 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 6(0.4) -> -28.5 +02-27 08:28:18.811 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 7(0.466667) -> -25.05 +02-27 08:28:18.813 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 8(0.533333) -> -21.025 +02-27 08:28:18.813 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 9(0.6) -> -17 +02-27 08:28:18.813 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 10(0.666667) -> -14.45 +02-27 08:28:18.814 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 11(0.733333) -> -11.475 +02-27 08:28:18.814 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 12(0.8) -> -8.5 +02-27 08:28:18.814 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 13(0.866667) -> -5.95 +02-27 08:28:18.816 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 14(0.933333) -> -2.975 +02-27 08:28:18.817 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 15(1) -> 0 +02-27 08:28:19.659 23424 23617 I chromium: [23424:23617:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-40 type=MEDIA +02-27 08:28:19.748 23512 23634 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:28:19.841 23512 23634 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:28:19.873 23424 23617 I chromium: [23424:23617:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=0: volume=0.2 (-40) mute=0 +02-27 08:28:19.873 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(17)] Build volume cache for type 1: +02-27 08:28:19.895 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 0(0) -> -29.7 +02-27 08:28:19.904 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 1(0.142857) -> -29.7 +02-27 08:28:19.905 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 2(0.285714) -> -25.0455 +02-27 08:28:19.920 23512 23634 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:28:19.940 23447 23455 W putmethod.lati: Suspending all threads took: 28.739ms +02-27 08:28:19.952 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 3(0.428571) -> -20.1 +02-27 08:28:20.115 22906 23113 W PhenotypeFlagCommitter: Committing snapshot for com.google.android.gms.playlog.uploader failed, retrying +02-27 08:28:20.115 22906 23113 W PhenotypeFlagCommitter: java.util.concurrent.TimeoutException: Timed out waiting for Task +02-27 08:28:20.115 22906 23113 W PhenotypeFlagCommitter: at apym.l(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:28:20.115 22906 23113 W PhenotypeFlagCommitter: at aksg.i(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:28:20.115 22906 23113 W PhenotypeFlagCommitter: at aksg.f(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:28:20.115 22906 23113 W PhenotypeFlagCommitter: at com.google.android.gms.clearcut.uploader.QosUploaderChimeraService.g(:com.google.android.gms@223616103@22.36.16 (180406-476895098):17) +02-27 08:28:20.115 22906 23113 W PhenotypeFlagCommitter: at com.google.android.gms.clearcut.uploader.QosUploaderChimeraService.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:28:20.115 22906 23113 W PhenotypeFlagCommitter: at zmm.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):4) +02-27 08:28:20.115 22906 23113 W PhenotypeFlagCommitter: at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:28:20.115 22906 23113 W PhenotypeFlagCommitter: at oiz.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):6) +02-27 08:28:20.115 22906 23113 W PhenotypeFlagCommitter: at oiz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:28:20.115 22906 23113 W PhenotypeFlagCommitter: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:28:20.115 22906 23113 W PhenotypeFlagCommitter: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:28:20.115 22906 23113 W PhenotypeFlagCommitter: at ooc.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:28:20.115 22906 23113 W PhenotypeFlagCommitter: at java.lang.Thread.run(Thread.java:920) +02-27 08:28:20.163 23424 23424 I chromium: [23424:23424:INFO:device_info_impl.cc(405)] Device model id: Google.emulator64_arm64.sdk_google_atv64_arm64 +02-27 08:28:20.178 23424 23424 I chromium: [23424:23424:INFO:device_info_impl.cc(440)] Control Notifications: 0 +02-27 08:28:20.244 23424 23424 E chromium: [23424:23424:ERROR:device_info_impl.cc(145)] Cannot read file: /data/bootid +02-27 08:28:20.244 23424 23424 I chromium: [23424:23424:INFO:device_info_impl.cc(456)] SSDP Boot ID: 0 +02-27 08:28:20.244 23424 23424 I chromium: [23424:23424:INFO:device_info_impl.cc(460)] SSDP Config ID: 1 +02-27 08:28:20.448 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 4(0.571429) -> -15 +02-27 08:28:20.452 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 5(0.714286) -> -9.9 +02-27 08:28:20.454 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 6(0.857143) -> -4.8 +02-27 08:28:20.465 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 7(1) -> 0 +02-27 08:28:20.541 23424 23617 I chromium: [23424:23617:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-25.0455 type=ALARM +02-27 08:28:20.542 23424 23617 I chromium: [23424:23617:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=1: volume=0.285714 (-25.0455) mute=0 +02-27 08:28:20.542 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(17)] Build volume cache for type 2: +02-27 08:28:20.542 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 0(0) -> -120 +02-27 08:28:20.543 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 1(0.142857) -> -21.5625 +02-27 08:28:20.543 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 2(0.285714) -> -18.9375 +02-27 08:28:20.544 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 3(0.428571) -> -16.3636 +02-27 08:28:20.544 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 4(0.571429) -> -13.6364 +02-27 08:28:20.566 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 5(0.714286) -> -11.1176 +02-27 08:28:20.572 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 6(0.857143) -> -8.64706 +02-27 08:28:20.572 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 7(1) -> -6 +02-27 08:28:20.586 23424 23617 I chromium: [23424:23617:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-21.5625 type=COMMUNICATION +02-27 08:28:20.593 23424 23617 I chromium: [23424:23617:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=2: volume=0.142857 (-21.5625) mute=0 +02-27 08:28:20.593 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(17)] Build volume cache for type 3: +02-27 08:28:20.605 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 0(0) -> -24 +02-27 08:28:20.605 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 1(0.2) -> -24 +02-27 08:28:20.610 505 2476 W ContentProviderHelper: Slow operation: 290ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:28:20.610 505 2476 W ContentProviderHelper: Slow operation: 290ms so far, now at getContentProviderImpl: done! +02-27 08:28:20.625 23424 23424 W chromium: [23424:23424:WARNING:secure_storage_impl.cc(115)] Device key not available yet. +02-27 08:28:20.626 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 2(0.4) -> -17.9394 +02-27 08:28:20.740 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 3(0.6) -> -11.8788 +02-27 08:28:20.755 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 4(0.8) -> -5.88235 +02-27 08:28:20.755 23424 23617 I chromium: [23424:23617:INFO:volume_cache.cc(28)] 5(1) -> 0 +02-27 08:28:20.755 23424 23617 I chromium: [23424:23617:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-17.9394 type=OTHER +02-27 08:28:20.755 23424 23617 I chromium: [23424:23617:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=3: volume=0.4 (-17.9394) mute=0 +02-27 08:28:22.106 505 514 I system_server: Background young concurrent copying GC freed 1416150(35MB) AllocSpace objects, 0(0B) LOS objects, 23% free, 36MB/46MB, paused 26.023ms,5.032ms total 2.270s +02-27 08:28:22.344 23424 23424 I chromium: [23424:23424:INFO:crypto_manager.cc(257)] Public key: MIIBCgKCAQEAw2jhAxLfHUp4ZFJiAJ6Od5c82w7pu4hXjsGkAybnQ9X8f5omqDtNN7/NYNyWBhHxz0Szft+npN3L/hE7Q1pDlruIMfNHIKMGaAbqlKXxMmqClSYYEPQMSuiXIwzc9Y3GPGR8dyXlCE8ZFEKFX+cM/ZuXO2/XSTTI8yZQAEmO2Pegn/4xEqJyrArhSWCUYAawJNTy8s7XLGAaX4s8RAudmFew44ga0/iOVYpfVAovtc9YDsjauTXqYRT0Y+4I1982SWg/uQNIyvpdICSDwpCdR+82Ek+Enl//bkS2OAHymRWS5jh6ClWMAA+lCUtx6UlyzfJ4l732iGRXaMSfwLNVnwIDAQAB +02-27 08:28:22.390 20937 21411 I bt_btif_sock_rfcomm: system/bt/btif/src/btif_sock_rfc.cc:303 btsock_rfc_listen: Adding listening socket service_name: Android TV Remote - channel: -1 +02-27 08:28:22.392 23424 23424 I chromium: [23424:23424:INFO:crypto_manager.cc(268)] Public modulus: w2jhAxLfHUp4ZFJiAJ6Od5c82w7pu4hXjsGkAybnQ9X8f5omqDtNN7_NYNyWBhHxz0Szft-npN3L_hE7Q1pDlruIMfNHIKMGaAbqlKXxMmqClSYYEPQMSuiXIwzc9Y3GPGR8dyXlCE8ZFEKFX-cM_ZuXO2_XSTTI8yZQAEmO2Pegn_4xEqJyrArhSWCUYAawJNTy8s7XLGAaX4s8RAudmFew44ga0_iOVYpfVAovtc9YDsjauTXqYRT0Y-4I1982SWg_uQNIyvpdICSDwpCdR-82Ek-Enl__bkS2OAHymRWS5jh6ClWMAA-lCUtx6UlyzfJ4l732iGRXaMSfwLNVnw +02-27 08:28:22.392 23424 23424 I chromium: [23424:23424:INFO:crypto_manager.cc(273)] Public exponent: AQAB +02-27 08:28:22.405 505 505 W Looper : Slow dispatch took 216ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@834ecdc m=0 +02-27 08:28:22.657 23474 23474 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:28:22.657 505 505 W Looper : Slow dispatch took 252ms main h=com.android.internal.os.HandlerCaller$MyHandler c=null m=7000 +02-27 08:28:22.782 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:28:22.803 20937 21204 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=6, is_server=1, mtu=990, uuid=000000, dlci=12, signal_state=0x0b, p_port=0x7a81908c70 +02-27 08:28:22.841 23474 23474 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:28:22.841 23447 23447 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 5 +02-27 08:28:22.841 23474 23474 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:28:22.879 23447 23447 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 5 +02-27 08:28:22.896 23447 23447 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 5 +02-27 08:28:22.896 23447 23447 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 5 +02-27 08:28:22.904 23447 23447 I DeviceStatusMonitor: DeviceStatusMonitor$1.onReceive():58 onReceive() : Action = android.net.conn.CONNECTIVITY_CHANGE +02-27 08:28:22.920 23528 23528 I AtvRemote.BluetoothServer: Starting Bluetooth LE advertising +02-27 08:28:22.944 23528 23528 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:28:22.947 23424 23424 I chromium: [23424:23424:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:28:22.956 23424 23424 I chromium: [23424:23424:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:28:22.962 23528 23528 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:28:22.969 23424 23661 I chromium: [23424:23661:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:28:22.976 23424 23424 I chromium: [23424:23424:INFO:service_base.h(78)] Size of the map for type AuthTokenResponse is 0 +02-27 08:28:22.986 23447 23447 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = false +02-27 08:28:22.997 22906 23112 W NetworkScheduler.TED: Enforcing binder timeout for ComponentInfo{com.google.android.gms/com.google.android.gms.checkin.CheckinService} +02-27 08:28:22.997 22906 23112 E NetworkScheduler.TED: Dropping task as app's play services SDK version does not support Android O. Either update the SDK or lower your app's target SDK version. Canceling all tasks for the service: ComponentInfo{com.google.android.gms/com.google.android.gms.checkin.CheckinService} +02-27 08:28:23.005 23424 23424 W chromium: [23424:23424:WARNING:service_manager_android.cc(70)] Client wayland was not found in whitelisted packages. +02-27 08:28:23.006 23424 23424 I chromium: [23424:23424:INFO:service_manager_android.cc(79)] Creating socket localhost:10042 +02-27 08:28:23.010 23424 23424 I chromium: [23424:23424:INFO:grpc_manager_impl.cc(335)] GRPC[uri=localhost:10042]: Shutting down CQ. +02-27 08:28:23.010 23424 23424 I chromium: [23424:23424:INFO:grpc_completion_queue_wrapper.cc(51)] CQ is shutting down: id=0 +02-27 08:28:23.010 23424 23661 I chromium: [23424:23661:INFO:grpc_manager_impl.cc(689)] GRPC[uri=]: Completion queue is exiting: id=0 +02-27 08:28:23.013 23424 23424 I chromium: [23424:23424:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=1 +02-27 08:28:23.014 23424 23424 I chromium: [23424:23424:INFO:grpc_manager_impl.cc(852)] GRPC[uri=localhost:10042]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:28:23.014 23424 23424 I chromium: [23424:23424:INFO:grpc_manager_impl.cc(442)] GRPC[uri=localhost:10042]: Can't start server yet, missing start_requsted_ +02-27 08:28:23.014 23424 23661 I chromium: [23424:23661:INFO:grpc_manager_impl.cc(683)] GRPC[uri=localhost:10042]: Started processing completion queue: id=1 +02-27 08:28:23.024 23447 23447 I UrgentSignalsProcessor: UrgentSignalsProcessor.flagUpdated():97 Received flagsUpdated for urgent signal +02-27 08:28:23.031 23424 23424 I chromium: [23424:23424:INFO:grpc_manager_impl.cc(384)] GRPC[uri=localhost:10042]: Registered service chromecast.user_auth.proto.UserAuthService +02-27 08:28:23.046 23424 23424 I chromium: [23424:23424:INFO:grpc_manager_impl.cc(406)] GRPC[uri=localhost:10042]: Registered a handler AuthTokenChannel for service chromecast.user_auth.proto.UserAuthService +02-27 08:28:23.046 23424 23424 I chromium: [23424:23424:INFO:grpc_manager_impl.cc(452)] GRPC[uri=localhost:10042]: Proceeding to try to start server. +02-27 08:28:23.078 23447 23447 I DictionarySuperpacksManager: DictionarySuperpacksManager$1.onEnabledInputMethodEntriesChanged():60 onEnabledInputMethodEntriesChanged +02-27 08:28:23.081 23447 23447 I MetricsProcessorProviderManager: MetricsProcessorProviderManager.onClearcutAdapterReady():102 onClearcutAdapterReady +02-27 08:28:23.322 23512 23521 W roid.tvlaunche: Suspending all threads took: 29.272ms +02-27 08:28:23.342 22906 23147 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:28:23.376 23424 23424 I chromium: [23424:23424:INFO:grpc_manager_impl.cc(509)] GRPC[uri=localhost:10042]: Grpc server started in port 10042 +02-27 08:28:23.377 23424 23424 I chromium: [23424:23424:INFO:service_manager_android.cc(83)] Android server started for service: user_auth +02-27 08:28:23.379 23447 23447 I KeyboardDefManager: KeyboardDefManager$LoadKeyboardDefTask$1.onFailure():184 Task to load keyboard def was canceled. +02-27 08:28:23.379 23447 23447 I KeyboardDefManager: java.util.concurrent.CancellationException: Task was cancelled. +02-27 08:28:23.379 23447 23447 I KeyboardDefManager: at jke.s(PG:3) +02-27 08:28:23.379 23447 23447 I KeyboardDefManager: at jke.get(PG:4) +02-27 08:28:23.379 23447 23447 I KeyboardDefManager: at job.k(PG:1) +02-27 08:28:23.379 23447 23447 I KeyboardDefManager: at job.E(PG:2) +02-27 08:28:23.379 23447 23447 I KeyboardDefManager: at jma.run(PG:4) +02-27 08:28:23.379 23447 23447 I KeyboardDefManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:28:23.379 23447 23447 I KeyboardDefManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:28:23.379 23447 23447 I KeyboardDefManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:28:23.379 23447 23447 I KeyboardDefManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:28:23.379 23447 23447 I KeyboardDefManager: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:28:23.379 23447 23447 I KeyboardDefManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:28:23.379 23447 23447 I KeyboardDefManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:28:23.379 23447 23447 I KeyboardDefManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:28:23.526 23424 23424 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:28:23.547 22906 22906 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 } +02-27 08:28:23.547 22906 22906 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 } +02-27 08:28:23.552 23424 23424 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:28:23.586 23528 23528 D TvRemoteProvider: openRemoteInputBridge() for virtual-search: success +02-27 08:28:23.592 505 1680 I TvRemote-native-uiBridge: Registering uinput device virtual-search: touch pad size 1x1, max pointers 1. +02-27 08:28:23.594 505 1680 E TvRemote-native-uiBridge: Cannot open /dev/uinput: Permission denied. +02-27 08:28:23.592 505 505 W Binder:505_C: type=1400 audit(0.0:2070): avc: denied { write } for name="uinput" dev="tmpfs" ino=382 scontext=u:r:system_server:s0 tcontext=u:object_r:uhid_device:s0 tclass=chr_file permissive=0 +02-27 08:28:23.601 23528 23528 I AtvRemote.BluetoothServer: Advertising on LE Settings [mAdvertiseMode=0, mAdvertiseTxPowerLevel=2, mAdvertiseConnectable=true, mAdvertiseTimeoutMillis=0] +02-27 08:28:23.603 505 1680 E TvRemoteServiceInput: Cannot create device for virtual-search +02-27 08:28:23.609 22906 22906 E NetworkScheduler.ATC: Called cancelTask for already completed task com.google.android.gms/.checkin.CheckinService{u=0 tag="GServicesObserverTaskTag" trigger=uris{observed=[1|] triggered=[]} requirements=[NET_CONNECTED] attributes=[] scheduled=-43s last_run=-20s exec_window_multiplier=1.0000 jid=N/A status=PENDING retries=1 client_lib=GMS_TASK_SCHEDULER-223616000} :5 [CONTEXT service_id=218 ] +02-27 08:28:23.616 23512 23512 W ChimeRegistrationManage: Chime not initialized, cannot register for notifications. +02-27 08:28:23.754 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:28:23.825 505 1381 D CompatibilityChangeReporter: Compat change id reported: 171306433; UID 10057; state: ENABLED +02-27 08:28:23.875 22906 23676 I DynamiteModule: Considering local module com.google.android.gms.cronet_dynamite:0 and remote module com.google.android.gms.cronet_dynamite:1611 +02-27 08:28:23.875 22906 23676 I DynamiteModule: Selected remote version of com.google.android.gms.cronet_dynamite, version >= 1611 +02-27 08:28:24.087 23424 23424 I chromium: [23424:23424:INFO:gcm_manager.cc(132)] GCM Dir = /data/user/0/com.google.android.apps.mediashell/cache/gcm +02-27 08:28:24.142 23424 23424 I chromium: [23424:23424:INFO:gcm_manager.cc(246)] Enabling GCM Driver +02-27 08:28:24.148 23474 23474 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:28:24.535 23474 23474 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:28:26.410 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10078; state: DISABLED +02-27 08:28:26.462 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10078; state: DISABLED +02-27 08:28:26.465 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10078; state: DISABLED +02-27 08:28:26.465 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10078; state: ENABLED +02-27 08:28:26.583 505 555 W ActivityManager: Slow operation: 1567ms so far, now at startProcess: asking zygote to start proc +02-27 08:28:26.585 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10078; state: ENABLED +02-27 08:28:26.585 505 554 W ActivityManager: Slow operation: 1588ms so far, now at startProcess: done starting proc! +02-27 08:28:26.657 23424 23424 I chromium: [23424:23424:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/home.hds.proto.device.config.RefreshConfigRequest +02-27 08:28:26.660 23424 23424 I chromium: [23424:23424:INFO:preload_initiator_mdns.cc(91)] Preload type: mdns +02-27 08:28:26.673 23424 23424 W chromium: [23424:23424:WARNING:hds_settings.cc(107)] HDS URL has not been set through command line. +02-27 08:28:26.690 505 514 I system_server: Background concurrent copying GC freed 1479325(37MB) AllocSpace objects, 0(0B) LOS objects, 30% free, 54MB/78MB, paused 27.219ms,120us total 3.986s +02-27 08:28:26.747 505 3128 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #14058} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (22 skipped) +02-27 08:28:26.807 322 322 D Zygote : Forked child process 23698 +02-27 08:28:26.898 505 555 W ActivityManager: Slow operation: 1870ms so far, now at startProcess: returned from zygote! +02-27 08:28:27.037 505 3128 D WifiNl80211Manager: Scan result ready event +02-27 08:28:27.037 505 3128 D WifiNative: Scan result ready event +02-27 08:28:27.108 505 555 W ActivityManager: Slow operation: 2092ms so far, now at startProcess: done updating battery stats +02-27 08:28:27.133 23512 23512 W Glide : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored +02-27 08:28:27.144 505 555 W ActivityManager: Slow operation: 2127ms so far, now at startProcess: building log message +02-27 08:28:27.144 505 555 I ActivityManager: Start proc 23698:com.google.android.ext.services/u0a78 for service {com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} +02-27 08:28:27.144 505 555 W ActivityManager: Slow operation: 2128ms so far, now at startProcess: starting to update pids map +02-27 08:28:27.144 505 555 W ActivityManager: Slow operation: 2128ms so far, now at startProcess: done updating pids map +02-27 08:28:27.330 182 182 I lowmemorykiller: Kill 'com.google.android.tvrecommendations' (20811), uid 10052, oom_score_adj 250 to free 46156kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (151%) +02-27 08:28:27.493 23424 23424 I chromium: [23424:23424:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:28:27.509 322 322 I Zygote : Process 20811 exited due to signal 9 (Killed) +02-27 08:28:27.517 505 542 W Looper : Slow dispatch took 258ms android.fg h=android.os.Handler c=com.android.server.location.injector.SystemAppForegroundHelper$$ExternalSyntheticLambda1@bdc0fd2 m=0 +02-27 08:28:27.520 23424 23713 I chromium: [23424:23713:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:28:27.521 23424 23424 I chromium: [23424:23424:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:28:27.525 23528 23709 I AtvRemote.TcpServer: Listening on 6466 +02-27 08:28:27.532 505 542 W Looper : Slow delivery took 268ms android.fg h=android.os.Handler c=com.android.server.power.hint.HintManagerService$UidObserver$$ExternalSyntheticLambda1@7f0e8a3 m=0 +02-27 08:28:27.533 23424 23424 I chromium: [23424:23424:INFO:grpc_manager_impl.cc(437)] GRPC[uri=]: Can't start server yet, missing URI. +02-27 08:28:27.563 505 543 W Looper : Slow dispatch took 406ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:28:27.565 23698 23698 E id.ext.service: Not starting debugger since process cannot load the jdwp agent. +02-27 08:28:27.592 505 3128 W ContentProviderHelper: Slow operation: 448ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:28:27.593 505 3128 W ContentProviderHelper: Slow operation: 449ms so far, now at getContentProviderImpl: done! +02-27 08:28:27.630 505 826 D NotificationListeners: Removing active service ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:28:27.631 23424 23424 I chromium: [23424:23424:INFO:lycra_gcm_impl.cc(112)] Deferring GCM registration until connectivity is up. +02-27 08:28:27.650 505 2243 I ActivityManager: Process com.google.android.tvrecommendations (pid 20811) has died: prcl BFGS +02-27 08:28:27.652 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:28:27.655 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:28:27.656 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:28:27.656 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:28:27.656 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:28:27.656 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:28:27.656 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:28:27.656 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:28:27.656 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:28:27.656 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:28:27.656 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:28:27.656 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:28:27.656 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:28:27.656 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:28:27.656 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:28:27.656 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:28:27.656 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:28:27.656 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:28:27.662 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(165)] Presence settings is: 0 +02-27 08:28:27.662 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(183)] Presence radar settings is: 0 +02-27 08:28:27.663 505 1685 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10052/20811, android.os.BinderProxy@e9f6bff) +02-27 08:28:27.692 505 556 I libprocessgroup: Successfully killed process cgroup uid 10052 pid 20811 in 1ms +02-27 08:28:27.697 505 2476 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10052/20811, android.os.BinderProxy@302ddcc) +02-27 08:28:27.705 23424 23424 I chromium: [23424:23424:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:28:27.705 23424 23424 I chromium: [23424:23424:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:28:27.706 23424 23721 I chromium: [23424:23721:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:28:27.707 23424 23424 I chromium: [23424:23424:INFO:service_base.h(246)] Container sizes for type CloudSetting are (session_info_map: 0), (topic_info_map: 0), (pending_events: 0). +02-27 08:28:27.745 23424 23424 E chromium: [23424:23424:ERROR:socket_manifest_android.cc(33)] Socket config not found for service cloud_settings +02-27 08:28:27.745 23424 23424 W chromium: [23424:23424:WARNING:service_manager_android.cc(62)] No socket entry found for cloud_settings. Ignore if service was not intended to run on this OS. +02-27 08:28:27.746 23424 23424 I chromium: [23424:23424:INFO:cloud_settings_grpc_service_impl.cc(55)] CloudSettingsGrpcServiceImpl constructed, and started gRPC server. +02-27 08:28:27.746 23424 23424 I chromium: [23424:23424:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: a11y_display_settings +02-27 08:28:27.768 23424 23424 W chromium: [23424:23424:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [a11y_display_settings] in settings. +02-27 08:28:27.776 23424 23424 I chromium: [23424:23424:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: a11y_trait +02-27 08:28:27.776 23424 23424 W chromium: [23424:23424:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [a11y_trait] in settings. +02-27 08:28:27.776 23424 23424 I chromium: [23424:23424:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: alarm_volume_settings +02-27 08:28:27.776 23424 23424 W chromium: [23424:23424:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [alarm_volume_settings] in settings. +02-27 08:28:27.776 23424 23424 I chromium: [23424:23424:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: ambient_eq_settings +02-27 08:28:27.776 23424 23424 W chromium: [23424:23424:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [ambient_eq_settings] in settings. +02-27 08:28:27.776 23424 23424 I chromium: [23424:23424:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: assistant_volume_settings +02-27 08:28:27.776 23424 23424 W chromium: [23424:23424:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [assistant_volume_settings] in settings. +02-27 08:28:27.776 23424 23424 I chromium: [23424:23424:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: auto_software_update_settings +02-27 08:28:27.776 23424 23424 W chromium: [23424:23424:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [auto_software_update_settings] in settings. +02-27 08:28:27.776 23424 23424 I chromium: [23424:23424:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: display_theme_settings +02-27 08:28:27.776 23424 23424 W chromium: [23424:23424:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [display_theme_settings] in settings. +02-27 08:28:27.776 23424 23424 I chromium: [23424:23424:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: do_not_disturb_settings +02-27 08:28:27.776 23424 23424 W chromium: [23424:23424:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [do_not_disturb_settings] in settings. +02-27 08:28:27.776 23424 23424 I chromium: [23424:23424:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: eureka_info_settings +02-27 08:28:27.776 23424 23424 W chromium: [23424:23424:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [eureka_info_settings] in settings. +02-27 08:28:27.776 23424 23424 I chromium: [23424:23424:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: hdmi_settings +02-27 08:28:27.776 23424 23424 W chromium: [23424:23424:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [hdmi_settings] in settings. +02-27 08:28:27.776 23424 23424 I chromium: [23424:23424:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: night_mode_settings +02-27 08:28:27.776 23424 23424 W chromium: [23424:23424:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [night_mode_settings] in settings. +02-27 08:28:27.776 23424 23424 I chromium: [23424:23424:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: preview_program_settings +02-27 08:28:27.776 23424 23424 W chromium: [23424:23424:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [preview_program_settings] in settings. +02-27 08:28:27.776 23424 23424 I chromium: [23424:23424:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: privacy_settings +02-27 08:28:27.776 23424 23424 W chromium: [23424:23424:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [privacy_settings] in settings. +02-27 08:28:27.776 23424 23424 I chromium: [23424:23424:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: radar_presence_detection_settings +02-27 08:28:27.776 23424 23424 W chromium: [23424:23424:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [radar_presence_detection_settings] in settings. +02-27 08:28:27.776 23424 23424 I chromium: [23424:23424:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: technical_info +02-27 08:28:27.776 23424 23424 W chromium: [23424:23424:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [technical_info] in settings. +02-27 08:28:27.776 23424 23424 I chromium: [23424:23424:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: touch_interaction_presence_detection_settings +02-27 08:28:27.776 23424 23424 W chromium: [23424:23424:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [touch_interaction_presence_detection_settings] in settings. +02-27 08:28:27.776 23424 23424 I chromium: [23424:23424:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: ultrasound_settings +02-27 08:28:27.776 23424 23424 W chromium: [23424:23424:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [ultrasound_settings] in settings. +02-27 08:28:27.776 23424 23424 I chromium: [23424:23424:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: user_eq_settings +02-27 08:28:27.776 23424 23424 W chromium: [23424:23424:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [user_eq_settings] in settings. +02-27 08:28:27.776 23424 23424 I chromium: [23424:23424:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: user_interface_settings +02-27 08:28:27.776 23424 23424 W chromium: [23424:23424:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [user_interface_settings] in settings. +02-27 08:28:27.776 23424 23424 I chromium: [23424:23424:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: voice_interaction_presence_detection_settings +02-27 08:28:27.776 23424 23424 W chromium: [23424:23424:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [voice_interaction_presence_detection_settings] in settings. +02-27 08:28:27.776 23424 23424 I chromium: [23424:23424:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: wifi_settings +02-27 08:28:27.776 23424 23424 W chromium: [23424:23424:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [wifi_settings] in settings. +02-27 08:28:27.780 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=275, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] (release request) +02-27 08:28:27.821 505 514 W system_server: Suspending all threads took: 17.055ms +02-27 08:28:27.851 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:28:28.295 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:28:28.411 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:28:28.418 23512 23521 W roid.tvlaunche: Suspending all threads took: 10.499ms +02-27 08:28:28.471 23424 23424 I chromium: [23424:23424:INFO:cloud_settings_manager_impl.cc(225)] Cloud settings is disabled. +02-27 08:28:28.800 23424 23424 W chromium: [23424:23424:WARNING:client_auth_manager.cc(103)] Old certificate is empty. +02-27 08:28:28.941 23424 23424 I chromium: [23424:23424:INFO:usonia_configs_with_cast_features.cc(55)] No extra groups +02-27 08:28:28.949 23424 23424 I chromium: [23424:23424:INFO:usonia_configs_with_cast_features.cc(304)] Usonia configs: UsoniaConfigs initialized +02-27 08:28:28.949 23424 23424 I chromium: [23424:23424:INFO:usonia_configs_with_cast_features.cc(305)] id_is_authenticated=0 +02-27 08:28:28.950 23424 23424 I chromium: [23424:23424:INFO:usonia_configs_with_cast_features.cc(306)] usonia_require_authenticated_ids=1 +02-27 08:28:28.950 23424 23424 I chromium: [23424:23424:INFO:usonia_configs_with_cast_features.cc(308)] usonia_extra_multicast_groups= +02-27 08:28:28.950 23424 23424 I chromium: [23424:23424:INFO:usonia_configs_with_cast_features.cc(310)] usonia_multicast_ttl=1 +02-27 08:28:28.952 23424 23424 I chromium: [23424:23424:INFO:usonia_configs_with_cast_features.cc(311)] usonia_higher_root_precedence=0 +02-27 08:28:28.952 23424 23424 I chromium: [23424:23424:INFO:usonia_configs_with_cast_features.cc(313)] usonia_allow_self_signed_certs=0 +02-27 08:28:28.952 23424 23424 I chromium: [23424:23424:INFO:usonia_configs_with_cast_features.cc(315)] usonia_enable_trusted_sets=1 +02-27 08:28:28.993 23424 23724 I chromium: [23424:23724:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:28:28.994 23424 23724 I chromium: [23424:23724:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:28:29.024 23424 23724 I chromium: [23424:23724:INFO:grpc_auth_manager_with_grpc_ipc.cc(63)] Connecting IPC for Auth.AuthReadyStreaming. +02-27 08:28:29.033 23424 23725 I chromium: [23424:23725:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:28:29.229 23424 23605 I chromium: [23424:23605:INFO:directory_service_impl.cc(419)] Boot count is now 14 +02-27 08:28:29.268 23424 23605 I chromium: [23424:23605:INFO:parent_tracker.cc(117)] [REDACTED] has hash 1127492593, root wait is 0.115374 s +02-27 08:28:29.467 22906 23327 E WakeLock: GCM_CONN_ALARM ** IS FORCE-RELEASED ON TIMEOUT ** +02-27 08:28:29.538 23424 23605 I chromium: [23424:23605:INFO:parent_tracker.cc(213)] Now using local address [REDACTED] +02-27 08:28:29.538 23424 23605 I chromium: [23424:23605:INFO:parent_tracker.cc(231)] Using multicast TTL 1 +02-27 08:28:29.628 23424 23605 I chromium: [23424:23605:INFO:parent_tracker.cc(479)] Trusted set support is disabled +02-27 08:28:29.664 23424 23605 E chromium: [23424:23605:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 08:28:29.746 23698 23715 I id.ext.service: Background young concurrent copying GC freed 12555(549KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1826KB/25MB, paused 30us,19us total 644.698ms +02-27 08:28:29.784 23424 23605 E chromium: [23424:23605:ERROR:tcp_listener.cc(65)] Listen failed: net::ERR_ADDRESS_IN_USE : 0.0.0.0:10101 +02-27 08:28:29.784 23424 23605 E chromium: [23424:23605:ERROR:ssl_message_stream_socket_factory_cast.cc(72)] SSL listener error: -1 +02-27 08:28:29.844 23424 23724 I chromium: [23424:23724:INFO:grpc_ipc_socket_client.cc(29)] GrpcIpcSocketClient created for usonia-ipc-socket +02-27 08:28:29.850 23499 23499 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:28:29.922 23424 23724 D BindingManager: with +02-27 08:28:29.922 23424 23724 D BindingManager: bind to service +02-27 08:28:30.580 23424 23605 I chromium: [23424:23605:INFO:device_set.cc(163)] Become root for set [REDACTED] +02-27 08:28:30.594 23424 23605 I chromium: [23424:23605:INFO:directory_service_impl.cc(536)] This device became root +02-27 08:28:31.355 23499 23499 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:28:31.356 23499 23499 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:28:31.446 23447 23726 I PhenotypeModule: PhenotypeModule.handlePhenotypeConfigurationUpdatesInternal():365 Latency of updating configurations from phenotype (experiment v4): 280 +02-27 08:28:31.457 23447 23726 I PhenotypeModule: PhenotypeModule.handlePhenotypeConfigurationUpdates():264 Latency of updating configurations from phenotype (ExperimentV4): 325 +02-27 08:28:32.174 322 322 I Zygote : Process 23447 exited due to signal 9 (Killed) +02-27 08:28:32.666 505 830 I WindowManager: WIN DEATH: Window{ec38f59 u0 InputMethod} +02-27 08:28:32.685 505 830 W InputManager-JNI: Input channel object 'ec38f59 InputMethod (client)' was disposed without first being removed with the input manager! +02-27 08:28:32.697 505 2243 W ActivityManager: Scheduling restart of crashed service com.google.android.tvrecommendations/.NotificationsService in 14497ms for connection +02-27 08:28:33.455 505 514 I system_server: Background young concurrent copying GC freed 2769618(69MB) AllocSpace objects, 0(0B) LOS objects, 1% free, 77MB/78MB, paused 74.712ms,19.474ms total 5.594s +02-27 08:28:33.469 505 1212 E WifiThreadRunner: WifiThreadRunner.call() timed out! +02-27 08:28:33.469 505 1212 E WifiThreadRunner: java.lang.Throwable: Caller thread Stack trace: +02-27 08:28:33.469 505 1212 E WifiThreadRunner: at com.android.server.wifi.WifiThreadRunner.call(WifiThreadRunner.java:85) +02-27 08:28:33.469 505 1212 E WifiThreadRunner: at com.android.server.wifi.WifiServiceImpl.getConnectionInfo(WifiServiceImpl.java:3159) +02-27 08:28:33.469 505 1212 E WifiThreadRunner: at android.net.wifi.IWifiManager$Stub.onTransact(IWifiManager.java:887) +02-27 08:28:33.469 505 1212 E WifiThreadRunner: at android.os.Binder.execTransactInternal(Binder.java:1179) +02-27 08:28:33.469 505 1212 E WifiThreadRunner: at android.os.Binder.execTransact(Binder.java:1143) +02-27 08:28:33.472 505 1212 E WifiThreadRunner: WifiThreadRunner.call() timed out! +02-27 08:28:33.472 505 1212 E WifiThreadRunner: java.lang.Throwable: Wifi thread Stack trace: +02-27 08:28:33.472 505 1212 E WifiThreadRunner: at android.net.wifi.WifiInfo.(WifiInfo.java:494) +02-27 08:28:33.472 505 1212 E WifiThreadRunner: at android.net.wifi.WifiInfo.(WifiInfo.java:487) +02-27 08:28:33.472 505 1212 E WifiThreadRunner: at com.android.server.wifi.ClientModeImpl.lambda$syncRequestConnectionInfo$0(ClientModeImpl.java:1382) +02-27 08:28:33.472 505 1212 E WifiThreadRunner: at com.android.server.wifi.ClientModeImpl.$r8$lambda$TvAmqxb7-epv6UcxkmobT5Kr25A(Unknown Source:0) +02-27 08:28:33.472 505 1212 E WifiThreadRunner: at com.android.server.wifi.ClientModeImpl$$ExternalSyntheticLambda9.get(Unknown Source:2) +02-27 08:28:33.472 505 1212 E WifiThreadRunner: at com.android.server.wifi.WifiThreadRunner.lambda$call$0(WifiThreadRunner.java:80) +02-27 08:28:33.472 505 1212 E WifiThreadRunner: at com.android.server.wifi.WifiThreadRunner.$r8$lambda$IBysPtKlrlExB9JJ-BwyCtiuSXA(Unknown Source:0) +02-27 08:28:33.472 505 1212 E WifiThreadRunner: at com.android.server.wifi.WifiThreadRunner$$ExternalSyntheticLambda1.run(Unknown Source:4) +02-27 08:28:33.472 505 1212 E WifiThreadRunner: at com.android.server.wifi.WifiThreadRunner.runWithScissors(WifiThreadRunner.java:235) +02-27 08:28:33.472 505 1212 E WifiThreadRunner: at com.android.server.wifi.WifiThreadRunner.call(WifiThreadRunner.java:79) +02-27 08:28:33.472 505 1212 E WifiThreadRunner: at com.android.server.wifi.ClientModeImpl.syncRequestConnectionInfo(ClientModeImpl.java:1382) +02-27 08:28:33.472 505 1212 E WifiThreadRunner: at com.android.server.wifi.ConcreteClientModeManager.syncRequestConnectionInfo(ConcreteClientModeManager.java:1207) +02-27 08:28:33.472 505 1212 E WifiThreadRunner: at com.android.server.wifi.WifiServiceImpl.lambda$getConnectionInfo$47(WifiServiceImpl.java:3162) +02-27 08:28:33.472 505 1212 E WifiThreadRunner: at com.android.server.wifi.WifiServiceImpl.$r8$lambda$F4elXT6o4VYejgLFRle5HuBX2qs(Unknown Source:0) +02-27 08:28:33.472 505 1212 E WifiThreadRunner: at com.android.server.wifi.WifiServiceImpl$$ExternalSyntheticLambda105.get(Unknown Source:6) +02-27 08:28:33.472 505 1212 E WifiThreadRunner: at com.android.server.wifi.WifiThreadRunner.lambda$call$0(WifiThreadRunner.java:80) +02-27 08:28:33.472 505 1212 E WifiThreadRunner: at com.android.server.wifi.WifiThreadRunner.$r8$lambda$IBysPtKlrlExB9JJ-BwyCtiuSXA(Unknown Source:0) +02-27 08:28:33.472 505 1212 E WifiThreadRunner: at com.android.server.wifi.WifiThreadRunner$$ExternalSyntheticLambda1.run(Unknown Source:4) +02-27 08:28:33.472 505 1212 E WifiThreadRunner: at com.android.server.wifi.WifiThreadRunner$BlockingRunnable.run(WifiThreadRunner.java:259) +02-27 08:28:33.472 505 1212 E WifiThreadRunner: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:28:33.472 505 1212 E WifiThreadRunner: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:28:33.472 505 1212 E WifiThreadRunner: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:28:33.472 505 1212 E WifiThreadRunner: at android.os.Looper.loop(Looper.java:288) +02-27 08:28:33.472 505 1212 E WifiThreadRunner: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:28:33.494 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:28:33.985 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:28:34.439 505 516 E System : Uncaught exception thrown by finalizer +02-27 08:28:34.441 505 546 I Choreographer: Skipped 378 frames! The application may be doing too much work on its main thread. +02-27 08:28:34.457 505 516 E System : java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Object.equals(java.lang.Object)' on a null object reference +02-27 08:28:34.457 505 516 E System : at com.android.server.tv.UinputBridge.isTokenValid(UinputBridge.java:135) +02-27 08:28:34.457 505 516 E System : at com.android.server.tv.UinputBridge.close(UinputBridge.java:119) +02-27 08:28:34.457 505 516 E System : at com.android.server.tv.UinputBridge.finalize(UinputBridge.java:111) +02-27 08:28:34.457 505 516 E System : at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:291) +02-27 08:28:34.457 505 516 E System : at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:278) +02-27 08:28:34.457 505 516 E System : at java.lang.Daemons$Daemon.run(Daemons.java:139) +02-27 08:28:34.457 505 516 E System : at java.lang.Thread.run(Thread.java:920) +02-27 08:28:34.458 505 542 W Looper : Drained +02-27 08:28:34.482 505 505 W Looper : Slow dispatch took 6852ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:28:34.483 505 505 W Looper : Slow delivery took 6925ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=3 +02-27 08:28:34.486 505 505 V NotificationListeners: 0 notification listener connection lost: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:28:34.488 505 3536 I ActivityManager: Background started FGS: Allowed [callingPackage: com.google.android.tv.remote.service; callingUid: 10049; uidState: FGS ; intent: Intent { cmp=com.google.android.tv.remote.service/.DiscoveryService }; code:BACKGROUND_ACTIVITY_PERMISSION; tempAllowListReason:; targetSdkVersion:31; callerTargetSdkVersion:31; startForegroundCount:0; bindFromPackage:null] +02-27 08:28:34.766 505 2113 I ActivityManager: Process com.google.android.inputmethod.latin (pid 23447) has died: prcp IMPB +02-27 08:28:34.772 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 23447 in 0ms +02-27 08:28:34.868 198 23688 I keystore2: keystore2::watchdog: Watchdog thread idle -> terminating. Have a great day. +02-27 08:28:35.167 505 2113 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 22038ms for connection +02-27 08:28:36.423 505 514 W system_server: Suspending all threads took: 16.970ms +02-27 08:28:36.725 23499 23499 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:28:37.517 23499 23499 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:28:39.462 505 543 W Looper : Slow dispatch took 1050ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:28:39.785 505 2113 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #14067} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (5 skipped) +02-27 08:28:40.020 505 514 I system_server: Background concurrent copying GC freed 3035663(76MB) AllocSpace objects, 1(36KB) LOS objects, 32% free, 48MB/72MB, paused 149.293ms,242.830ms total 6.535s +02-27 08:28:40.420 505 826 W ActivityManager: Slow operation: 53ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:28:40.481 505 505 W Looper : Slow dispatch took 5976ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:28:40.490 505 826 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10078; state: DISABLED +02-27 08:28:40.494 505 826 W ActivityManager: Slow operation: 126ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:28:40.501 505 826 W ActivityManager: Slow operation: 134ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:28:40.501 505 826 W ActivityManager: Slow operation: 134ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:28:40.621 505 826 W ActivityManager: Slow operation: 254ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:28:40.699 505 543 W Looper : Slow dispatch took 170ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:28:40.888 505 830 D ConnectivityService: requestNetwork for uid/pid:10048/23512 activeRequest: null callbackRequest: 303 [NetworkRequest [ REQUEST id=304, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:28:40.955 505 540 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10052; state: DISABLED +02-27 08:28:40.962 505 540 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10052; state: DISABLED +02-27 08:28:40.962 505 540 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10052; state: DISABLED +02-27 08:28:40.962 505 540 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10052; state: ENABLED +02-27 08:28:40.973 23512 23512 W PrtnrWidgetInfoLdr: No content provider for OEM widget found +02-27 08:28:40.985 505 709 D ConnectivityService: NetReassign [304 : null → 101] +02-27 08:28:40.996 22906 23678 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:28:41.022 23698 23698 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10078; state: DISABLED +02-27 08:28:41.029 505 540 W ActivityManager: Slow operation: 143ms so far, now at startProcess: done starting proc! +02-27 08:28:41.029 505 540 W ContentProviderHelper: Slow operation: 184ms so far, now at getContentProviderImpl: after start process +02-27 08:28:41.029 505 540 W ContentProviderHelper: Slow operation: 184ms so far, now at getContentProviderImpl: updating data structures +02-27 08:28:41.029 505 540 W ContentProviderHelper: Slow operation: 184ms so far, now at getContentProviderImpl: done! +02-27 08:28:41.031 505 555 W ActivityManager: Slow operation: 117ms so far, now at startProcess: asking zygote to start proc +02-27 08:28:41.031 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10052; state: ENABLED +02-27 08:28:41.038 23424 23724 I chromium: [23424:23724:INFO:distributed_service_discovery_with_grpc_ipc.cc(152)] Connecting IPC for DistributedServiceDiscovery.AddService. +02-27 08:28:41.048 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 23447 +02-27 08:28:41.050 505 505 W Looper : Slow dispatch took 569ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=5 +02-27 08:28:41.124 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=304, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:28:41.125 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=304, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:28:41.125 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=304, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:28:41.126 22906 23678 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:28:41.126 22906 23678 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:28:41.137 505 712 D NsdService: New client listening to asynchronous messages +02-27 08:28:41.137 505 712 D NsdService: New client, channel: com.android.internal.util.AsyncChannel@2b8228a messenger: android.os.Messenger@3a8f0fb +02-27 08:28:41.143 23528 23528 D CompatibilityChangeReporter: Compat change id reported: 191844585; UID 10049; state: ENABLED +02-27 08:28:41.150 23424 23724 I chromium: [23424:23724:INFO:distributed_service_discovery_with_grpc_ipc.cc(66)] Connecting IPC for DistributedServiceDiscovery.UpdateObservers. +02-27 08:28:41.168 322 322 D Zygote : Forked child process 23736 +02-27 08:28:41.170 505 555 W ActivityManager: Slow operation: 255ms so far, now at startProcess: returned from zygote! +02-27 08:28:41.170 505 555 W ActivityManager: Slow operation: 256ms so far, now at startProcess: done updating battery stats +02-27 08:28:41.239 505 542 W Looper : Slow dispatch took 3621ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:28:41.239 505 542 W Looper : Slow delivery took 709ms android.fg h=android.os.Handler c=com.android.server.power.hint.HintManagerService$UidObserver$$ExternalSyntheticLambda1@40ba1d7 m=0 +02-27 08:28:41.239 505 555 W ActivityManager: Slow operation: 325ms so far, now at startProcess: building log message +02-27 08:28:41.239 505 555 I ActivityManager: Start proc 23736:com.google.android.tvrecommendations/u0a52 for content provider {com.google.android.tvrecommendations/com.google.android.tvrecommendations.promos.config.ConfigurationProvider} +02-27 08:28:41.239 505 555 W ActivityManager: Slow operation: 325ms so far, now at startProcess: starting to update pids map +02-27 08:28:41.250 505 555 W ActivityManager: Slow operation: 336ms so far, now at startProcess: done updating pids map +02-27 08:28:41.253 23512 23521 W roid.tvlaunche: Suspending all threads took: 12.457ms +02-27 08:28:41.274 22906 22906 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:28:41.344 23424 23724 I chromium: [23424:23724:INFO:metrics_recorder_with_grpc_ipc.cc(156)] Connecting IPC for MetricsRecorder.RecordMetrics: num_attempts=1 +02-27 08:28:41.414 22906 22906 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 } +02-27 08:28:41.425 23424 23724 I chromium: [23424:23724:INFO:synchronous_sound_player_with_grpc_ipc.cc(176)] Connecting IPC for SynchronousSoundPlayer.UpdateSound. +02-27 08:28:41.442 23424 23724 I chromium: [23424:23724:INFO:directory_service_with_grpc_ipc.cc(66)] Connecting IPC for DirectoryService.LocalDeviceInfo. +02-27 08:28:41.445 23424 23724 I chromium: [23424:23724:INFO:directory_service_with_grpc_ipc.cc(123)] Connecting IPC for DirectoryService.ObserveCommonTime. +02-27 08:28:41.445 23424 23724 I chromium: [23424:23724:INFO:directory_service_with_grpc_ipc.cc(279)] Connecting IPC for DirectoryService.UpdateStateObservers. +02-27 08:28:41.448 23424 23724 I chromium: [23424:23724:INFO:directory_service_with_grpc_ipc.cc(381)] Connecting IPC for DirectoryService.UpdateMessageObservers. +02-27 08:28:41.456 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10077; state: DISABLED +02-27 08:28:41.456 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10077; state: DISABLED +02-27 08:28:41.456 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10077; state: DISABLED +02-27 08:28:41.456 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10077; state: DISABLED +02-27 08:28:41.459 23424 23724 I chromium: [23424:23724:INFO:state_manager_with_grpc_ipc.cc(78)] Connecting IPC for StateManager.ReceiveStateUpdates. +02-27 08:28:41.460 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10077; state: DISABLED +02-27 08:28:41.486 322 322 D Zygote : Forked child process 23738 +02-27 08:28:41.486 505 542 W Looper : Drained +02-27 08:28:41.487 505 555 I ActivityManager: Start proc 23738:com.google.android.permissioncontroller/u0a77 for service {com.google.android.permissioncontroller/com.android.permissioncontroller.role.service.RoleControllerServiceImpl} +02-27 08:28:41.490 505 712 D NsdService: Register service +02-27 08:28:41.490 505 712 D NsdService: mdnssd [start-service] +02-27 08:28:41.505 505 505 W Looper : Slow dispatch took 365ms main h=com.android.internal.os.HandlerCaller$MyHandler c=null m=7000 +02-27 08:28:41.507 23738 23738 I libc : SetHeapTaggingLevel: tag level set to 0 +02-27 08:28:41.512 23512 23740 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.searchapi.VoiceInteractionProvider +02-27 08:28:41.517 23512 23740 E ActivityThread: Failed to find provider info for tvlauncher.mic +02-27 08:28:41.521 23512 23740 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:28:41.509 23424 23724 I chromium: [23424:23724:INFO:services_layer_impl.cc(63)] Service layer is instantiated: debug_string=CastChild +02-27 08:28:41.526 23512 23745 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:28:41.552 23424 23724 I chromium: [23424:23724:INFO:services_layer_impl.cc(70)] Register usonia.EchoCastChild.SendEcho rpc. +02-27 08:28:41.556 23528 23528 I AtvRemote.RemoteService: Starting up pairing server. +02-27 08:28:41.589 23474 23474 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:28:41.621 23474 23742 I GMS_MM_Logger: Started. +02-27 08:28:41.631 23474 23741 I Watchcat: Started +02-27 08:28:41.674 505 505 W Looper : Slow dispatch took 120ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$PostNotificationRunnable@4140eeb m=0 +02-27 08:28:41.677 505 505 W Looper : Drained +02-27 08:28:41.688 23424 23724 I chromium: [23424:23724:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.EchoCastChild +02-27 08:28:41.774 23424 23724 I chromium: [23424:23724:INFO:usonia_child_process.cc(111)] Usonia child process is instantiated: debug_string=CastChild, server_uri=[::]:10011, ipc_uri= +02-27 08:28:41.914 23738 23738 E ssioncontrolle: Not starting debugger since process cannot load the jdwp agent. +02-27 08:28:41.918 23736 23736 E recommendation: Not starting debugger since process cannot load the jdwp agent. +02-27 08:28:42.009 505 712 E mDnsConnector: NDC Command {51 mdnssd start-service} took too long (519ms) +02-27 08:28:42.009 505 712 D NsdService: registerService: 18 name: sdk_google_atv64_arm64, type: _androidtvremote2._tcp., host: null, port: 6466, txtRecord: bt=BB:BB:BB:00:00:01 +02-27 08:28:42.009 505 712 D NsdService: mdnssd [register, 18, sdk_google_atv64_arm64, _androidtvremote2._tcp., 6466, FGJ0PUJCOkJCOkJCOjAwOjAwOjAx] +02-27 08:28:42.016 505 712 D NsdService: Register 2 18 +02-27 08:28:42.032 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:28:42.050 22906 23678 I NetworkManagementSocketTagger: tagSocketFd(-1, 805307399, -1) failed with errno-9 +02-27 08:28:42.069 505 1680 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10077; state: DISABLED +02-27 08:28:42.081 23738 23738 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10077; state: DISABLED +02-27 08:28:42.094 23424 23424 I chromium: [23424:23424:INFO:multizone_manager.cc(339)] Multizone features are disabled +02-27 08:28:42.974 23738 23738 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar +02-27 08:28:43.031 505 1680 I ActivityTaskManager: START u0 {flg=0x14000000 cmp=com.google.android.tvlauncher/.MainActivity (has extras)} from uid 10048 +02-27 08:28:43.062 23736 23736 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10052; state: ENABLED +02-27 08:28:43.502 505 2243 W ContentProviderHelper: Slow operation: 76ms so far, now at getContentProviderImpl: before updateLruProcess +02-27 08:28:43.525 505 2243 W ContentProviderHelper: Slow operation: 99ms so far, now at getContentProviderImpl: after updateLruProcess +02-27 08:28:43.525 505 2243 W ContentProviderHelper: Slow operation: 99ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:28:43.538 22906 23676 W .gms.persisten: Verification of void org.chromium.net.impl.CronetUrlRequestContext.(eb) took 115.015ms (4555.92 bytecodes/s) (17304B approximate peak alloc) +02-27 08:28:43.546 505 2243 W ContentProviderHelper: Slow operation: 119ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:28:43.546 505 2243 W ContentProviderHelper: Slow operation: 120ms so far, now at getContentProviderImpl: done! +02-27 08:28:43.585 23738 23738 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.permissioncontroller' set to: 'default' +02-27 08:28:43.585 23738 23738 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:28:43.615 23738 23738 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:28:43.625 23698 23698 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.ext.services' set to: 'default' +02-27 08:28:43.625 23698 23698 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:28:43.636 23698 23698 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:28:43.645 505 505 W Looper : Slow delivery took 204ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$CancelNotificationRunnable@84ed7b7 m=0 +02-27 08:28:43.650 23698 23698 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:28:43.651 23424 23424 I cr_AppRestrictionService: RestrictionEntry: key=enable_lan_discovery, type=1, default=true +02-27 08:28:43.658 505 542 W Looper : Slow delivery took 265ms android.fg h=android.os.Handler c=null m=606 +02-27 08:28:43.660 23738 23738 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:28:43.669 505 712 D NsdService: Native daemon message SERVICE_REGISTERED: 606 18 "sdk_google_atv64_arm64" +02-27 08:28:43.676 23736 23736 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVRecommendations/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:28:43.690 23738 23770 I ssioncontrolle: Background young concurrent copying GC freed 12948(591KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1911KB/25MB, paused 63us,5us total 164.038ms +02-27 08:28:43.702 23528 23733 I AtvRemote.DiscoveryService: NDS Service registered: sdk_google_atv64_arm64 +02-27 08:28:44.036 23499 23788 I Watchcat: Started +02-27 08:28:44.040 23499 23499 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:28:44.042 23499 23789 I GMS_MM_Logger: Started. +02-27 08:28:44.165 23736 23736 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvrecommendations' set to: 'default' +02-27 08:28:44.165 23736 23736 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:28:44.166 23736 23736 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:28:44.167 23736 23736 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:28:44.200 505 514 I system_server: Background young concurrent copying GC freed 2510537(63MB) AllocSpace objects, 0(0B) LOS objects, 37% free, 39MB/63MB, paused 14.213ms,1.074ms total 1.062s +02-27 08:28:44.214 22906 22920 I .gms.persisten: Background concurrent copying GC freed 290402(15MB) AllocSpace objects, 68(1916KB) LOS objects, 49% free, 8391KB/16MB, paused 54us,30us total 180.499ms +02-27 08:28:44.222 505 505 W Looper : Drained +02-27 08:28:44.226 22906 23676 I cr_CronetLibraryLoader: Cronet version: 105.0.5195.35, arch: aarch64 +02-27 08:28:44.234 22906 23676 I avhi : Network metric disabled. Skip initializing network monitor. +02-27 08:28:44.246 505 2243 D ConnectivityService: requestNetwork for uid/pid:10057/22906 activeRequest: null callbackRequest: 305 [NetworkRequest [ REQUEST id=306, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10057 RequestorUid: 10057 RequestorPkg: com.google.android.gms] ]] callback flags: 0 priority: 2147483647 +02-27 08:28:44.248 22906 23113 W Brotli : Brotli not supported for Android TVs +02-27 08:28:44.252 505 709 D ConnectivityService: NetReassign [306 : null → 101] +02-27 08:28:44.268 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:28:44.270 23738 23738 I CarUiInstaller: CarUiInstaller started for com.google.android.permissioncontroller +02-27 08:28:44.272 22906 22922 W System : A resource failed to call close. +02-27 08:28:44.277 23512 23512 E Clearcut-EventLogger: Unexpected log parameter home_selected_row_position +02-27 08:28:44.352 23424 23424 I chromium: [23424:23424:INFO:app_restrictions_service.cc(29)] Restriction 'enable_lan_discovery' = 1 +02-27 08:28:44.357 23424 23424 W chromium: [23424:23424:WARNING:cast_receiver_impl.cc(1529)] Cast receiver not initialized. Don't start discovery: state=0 +02-27 08:28:44.360 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=306, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10057 RequestorUid: 10057 RequestorPkg: com.google.android.gms] ] +02-27 08:28:44.360 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=306, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10057 RequestorUid: 10057 RequestorPkg: com.google.android.gms] ] +02-27 08:28:44.361 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=306, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10057 RequestorUid: 10057 RequestorPkg: com.google.android.gms] ] +02-27 08:28:44.362 23424 23424 I chromium: [23424:23424:INFO:cast_receiver_impl.cc(1595)] SSDP server stopped. +02-27 08:28:44.388 22906 22922 W inertial-anchor: NdkSensorDataProvider is not started before calling Stop(). +02-27 08:28:44.389 23499 23508 I gle.android.gm: Background young concurrent copying GC freed 5666(514KB) AllocSpace objects, 4(80KB) LOS objects, 16% free, 3199KB/3850KB, paused 20.474ms,15us total 133.985ms +02-27 08:28:44.408 23736 23736 E ActivityThread: Failed to find provider info for tvlauncher.config +02-27 08:28:44.412 23736 23736 E OemConfigurationData: Error reading content://tvlauncher.config/configuration +02-27 08:28:44.412 23736 23736 E OemConfigurationData: No content provider: content://tvlauncher.config/configuration +02-27 08:28:44.417 23738 23738 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:28:44.478 505 542 W Looper : Drained +02-27 08:28:44.489 23424 23424 E chromium: [23424:23424:ERROR:metrics_recorder_impl.cc(652)] Cannot record metrics event after MetricsRecorder stopped. +02-27 08:28:44.573 505 3536 I WifiService: acquireWifiLock uid=10054 lockMode=1 +02-27 08:28:44.594 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:28:44.598 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:28:44.608 23528 23546 V ClearcutMetricXmitter: Transmission is done. +02-27 08:28:44.610 23528 23541 V ClearcutMetricXmitter: Transmission is done. +02-27 08:28:44.613 505 826 I WifiService: acquireMulticastLock uid=10054 +02-27 08:28:44.645 23499 23817 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:28:44.764 23424 23424 I chromium: [23424:23424:INFO:cast_thread_health_check.cc(53)] Receiver health check timeout: 15 seconds. +02-27 08:28:44.819 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:28:45.085 23424 23424 I chromium: [23424:23424:INFO:cast_certificate_grpc_service_dummy.cc(14)] Dummy CastCertificateGrpcService constructed. +02-27 08:28:45.085 23424 23424 I chromium: [23424:23424:INFO:matter_certificate_grpc_service_dummy.cc(14)] Dummy MatterCertificateGrpcService constructed. +02-27 08:28:45.192 23499 23499 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:28:45.192 23499 23499 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:28:45.193 22906 23796 W .gms.persisten: Verification of void cj.(java.io.FileDescriptor) took 110.763ms (81.25 bytecodes/s) (1520B approximate peak alloc) +02-27 08:28:45.250 23512 23521 I roid.tvlaunche: Background concurrent copying GC freed 5905(440KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3191KB/6382KB, paused 7.305ms,57us total 95.203ms +02-27 08:28:45.269 23424 23424 I chromium: [23424:23424:INFO:debug_endpoint_manager_grpc_client.cc(383)] gRPC client channel state changed to GRPC_CHANNEL_IDLE +02-27 08:28:45.281 23736 23819 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10052; state: ENABLED +02-27 08:28:45.297 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:28:45.305 23424 23424 I chromium: [23424:23424:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:28:45.308 23424 23826 I chromium: [23424:23826:INFO:grpc_manager_impl.cc(683)] GRPC[uri=[::]:0]: Started processing completion queue: id=0 +02-27 08:28:45.308 23424 23424 I chromium: [23424:23424:INFO:grpc_manager_impl.cc(852)] GRPC[uri=[::]:0]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:28:45.309 23424 23424 I chromium: [23424:23424:INFO:grpc_manager_impl.cc(442)] GRPC[uri=[::]:0]: Can't start server yet, missing start_requsted_ +02-27 08:28:45.320 23424 23424 I chromium: [23424:23424:INFO:pref_metrics_manager.cc(67)] PrefMetricsManager started. +02-27 08:28:45.321 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:28:45.328 23424 23424 I chromium: [23424:23424:INFO:debug_endpoint_manager_grpc_client.cc(134)] 1 RPC call(s) postponed. Current gRPC channel state is GRPC_CHANNEL_IDLE +02-27 08:28:45.328 23424 23424 I chromium: [23424:23424:INFO:pref_control_debug_manager.cc(77)] DebugInterface registered. +02-27 08:28:45.349 23424 23424 I chromium: [23424:23424:INFO:pref_control_service_impl.cc(128)] Loading prefs from /data/user/0/com.google.android.apps.mediashell/cache/pref_control/pref_control.prefs +02-27 08:28:45.362 23512 23624 D HostConnection: createUnique: call +02-27 08:28:45.390 505 546 D CompatibilityChangeReporter: Compat change id reported: 158002302; UID 10048; state: ENABLED +02-27 08:28:45.390 23512 23624 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b098650, tid 23624 +02-27 08:28:45.418 23512 23624 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:28:45.421 505 826 W ContentProviderHelper: Slow operation: 621ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:28:45.421 505 826 W ContentProviderHelper: Slow operation: 621ms so far, now at getContentProviderImpl: done! +02-27 08:28:45.453 23424 23424 I chromium: [23424:23424:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:motion_sensing_pref,RestoreValue:1,ForceEnableParent:1,Value:1,Optin:0] +02-27 08:28:45.453 23424 23424 I chromium: [23424:23424:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:sleep_sensing_pref,RestoreValue:1,ForceEnableParent:1,Value:1,Optin:0] +02-27 08:28:45.453 23424 23424 I chromium: [23424:23424:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:sleep_disturbance_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 08:28:45.453 23424 23424 I chromium: [23424:23424:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:sleep_coaching_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 08:28:45.453 23424 23424 I chromium: [23424:23424:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:gesture_sensing_pref,RestoreValue:1,ForceEnableParent:1,Value:1,Optin:0] +02-27 08:28:45.453 23424 23424 I chromium: [23424:23424:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:play_and_pause_gesture_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 08:28:45.453 23424 23424 I chromium: [23424:23424:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:alarms_and_timers_gesture_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 08:28:45.453 23424 23424 I chromium: [23424:23424:INFO:pref_metrics_manager.cc(97)] Adding motion_sensing_pref to PrefMetricsManager. +02-27 08:28:45.453 23424 23424 I chromium: [23424:23424:INFO:pref_metrics_manager.cc(97)] Adding sleep_sensing_pref to PrefMetricsManager. +02-27 08:28:45.453 23424 23424 I chromium: [23424:23424:INFO:pref_metrics_manager.cc(97)] Adding sleep_disturbance_pref to PrefMetricsManager. +02-27 08:28:45.453 23424 23424 I chromium: [23424:23424:INFO:pref_metrics_manager.cc(97)] Adding sleep_coaching_pref to PrefMetricsManager. +02-27 08:28:45.453 23424 23424 I chromium: [23424:23424:INFO:pref_metrics_manager.cc(97)] Adding gesture_sensing_pref to PrefMetricsManager. +02-27 08:28:45.453 23424 23424 I chromium: [23424:23424:INFO:pref_metrics_manager.cc(97)] Adding play_and_pause_gesture_pref to PrefMetricsManager. +02-27 08:28:45.453 23424 23424 I chromium: [23424:23424:INFO:pref_metrics_manager.cc(97)] Adding alarms_and_timers_gesture_pref to PrefMetricsManager. +02-27 08:28:45.453 23424 23424 I chromium: [23424:23424:INFO:pref_control_service_impl.cc(92)] PrefControlService constructed. +02-27 08:28:45.454 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:28:45.462 23424 23424 I chromium: [23424:23424:INFO:sensor_pref_manager_impl.cc(250)] SensorPrefManagerImpl is disabled. +02-27 08:28:45.472 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 08:28:45.473 23424 23424 I chromium: [23424:23424:INFO:remote_ducking_receiver.cc(191)] remote ducking: starting receiver. +02-27 08:28:45.495 23512 23624 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 08:28:45.496 23512 23624 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 08:28:45.544 23512 23624 D EGL_emulation: eglCreateContext: 0xb400007b8b097450: maj 3 min 0 rcv 3 +02-27 08:28:45.592 23512 23624 D EGL_emulation: eglMakeCurrent: 0xb400007b8b097450: ver 3 0 (tinfo 0x7da3541080) (first time) +02-27 08:28:45.832 360 446 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 08:28:45.840 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 08:28:45.841 23512 23624 I Gralloc4: mapper 4.x is not supported +02-27 08:28:45.861 23499 23508 I gle.android.gm: Background young concurrent copying GC freed 1042(264KB) AllocSpace objects, 0(0B) LOS objects, 8% free, 3538KB/3850KB, paused 8.175ms,1.306ms total 64.984ms +02-27 08:28:45.864 23512 23624 D HostConnection: createUnique: call +02-27 08:28:45.864 23512 23624 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b097990, tid 23624 +02-27 08:28:45.866 23512 23624 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 08:28:45.866 23512 23624 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 08:28:45.874 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 08:28:45.875 23512 23624 W Gralloc4: allocator 4.x is not supported +02-27 08:28:45.888 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:28:45.905 23512 23624 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:28:45.910 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f97f4000 0x1f9fe0000] +02-27 08:28:45.917 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9fe0000 0x1fa7cc000] +02-27 08:28:46.233 505 514 I system_server: Background young concurrent copying GC freed 1993441(50MB) AllocSpace objects, 0(0B) LOS objects, 38% free, 37MB/61MB, paused 4.014ms,52us total 1.054s +02-27 08:28:46.419 23424 23424 E chromium: [23424:23424:ERROR:timezone_settings.cc(200)] Got an empty string for timezone, default to: America/New_York +02-27 08:28:46.434 23424 23424 I chromium: [23424:23424:INFO:timezone_settings.cc(296)] Setting system timezone to America/New_York +02-27 08:28:46.440 22906 22925 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:28:46.445 23424 23424 W libc : Access denied finding property "ro.odm.cast.ssid_suffix" +02-27 08:28:46.466 22906 22925 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:28:46.476 22906 22925 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:28:46.477 22906 22925 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:28:46.491 22906 22925 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:28:46.492 23424 23424 I chromium: [23424:23424:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: auto_software_update_settings +02-27 08:28:46.532 23424 23424 I chromium: [23424:23424:INFO:api_reboot_idle_checker.cc(104)] active_activities count=1 +02-27 08:28:46.532 23424 23424 I chromium: [23424:23424:INFO:daily_reboot_impl.cc(167)] Daily reboot is disabled +02-27 08:28:46.553 23424 23424 I chromium: [23424:23424:INFO:structure_info_cast.cc(91)] Using trusted devices API for Usonia. +02-27 08:28:46.556 23424 23424 I chromium: [23424:23424:INFO:structure_info_cast.cc(127)] Finished handling trusted devices experiment flag. +02-27 08:28:46.585 23499 23499 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:28:46.585 23499 23499 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:28:46.586 22906 23104 W GLSUser : [AppCertManager] Failed to get security token. +02-27 08:28:46.586 22906 23104 W GLSUser : java.io.IOException: Invalid scope +02-27 08:28:46.586 22906 23104 W GLSUser : at xom.d(:com.google.android.gms@223616103@22.36.16 (180406-476895098):22) +02-27 08:28:46.586 22906 23104 W GLSUser : at xom.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):8) +02-27 08:28:46.586 22906 23104 W GLSUser : at jpp.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):14) +02-27 08:28:46.586 22906 23104 W GLSUser : at jpn.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:28:46.586 22906 23104 W GLSUser : at jpi.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:28:46.586 22906 23104 W GLSUser : at jpl.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:28:46.586 22906 23104 W GLSUser : at hob.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):13) +02-27 08:28:46.586 22906 23104 W GLSUser : at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:28:46.586 22906 23104 W GLSUser : at oiz.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):6) +02-27 08:28:46.586 22906 23104 W GLSUser : at oiz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:28:46.586 22906 23104 W GLSUser : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:28:46.586 22906 23104 W GLSUser : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:28:46.586 22906 23104 W GLSUser : at ooc.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:28:46.586 22906 23104 W GLSUser : at java.lang.Thread.run(Thread.java:920) +02-27 08:28:46.604 23424 23846 I chromium: [23424:23846:INFO:services_layer_impl.cc(63)] Service layer is instantiated: debug_string=Main +02-27 08:28:46.604 23424 23846 I chromium: [23424:23846:INFO:services_layer_impl.cc(70)] Register usonia.EchoMain.SendEcho rpc. +02-27 08:28:46.609 23424 23847 W chromium: [23424:23847:WARNING:time_sync_responder.cc(37)] Failed to set DSCP +02-27 08:28:46.609 23424 23847 I chromium: [23424:23847:INFO:common_time_impl.cc(139)] New common clock leader [REDACTED], is_this_device=1, IP=[REDACTED], quality=2000 +02-27 08:28:46.609 23424 23847 I chromium: [23424:23847:INFO:common_time_impl.cc(173)] Set this device as common time source +02-27 08:28:46.611 23424 23846 I chromium: [23424:23846:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.EchoMain +02-27 08:28:46.618 23424 23846 I chromium: [23424:23846:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:28:46.618 23424 23846 I chromium: [23424:23846:INFO:grpc_manager_impl.cc(852)] GRPC[uri=binder:com.google.android.apps.mediashell:usonia-ipc-socket]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:28:46.618 23424 23849 I chromium: [23424:23849:INFO:grpc_manager_impl.cc(683)] GRPC[uri=binder:com.google.android.apps.mediashell:usonia-ipc-socket]: Started processing completion queue: id=0 +02-27 08:28:46.618 22906 23404 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:28:46.618 22906 23404 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:28:46.637 23424 23846 I chromium: [23424:23846:INFO:structure_info_cast.cc(78)] Usonia trusted devices flag flipped to true, but trusted devices structure info already enabled. +02-27 08:28:46.641 23499 23499 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:28:46.644 23424 23846 I chromium: [23424:23846:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.SynchronousSoundPlayerService +02-27 08:28:46.646 23424 23846 I chromium: [23424:23846:INFO:distributed_call_agent_impl.cc(81)] Added a service observer on the main thread. +02-27 08:28:46.650 22906 23404 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:28:46.650 22906 23404 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:28:46.650 23424 23846 I chromium: [23424:23846:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.DeviceInfoTrait +02-27 08:28:46.653 23424 23846 I chromium: [23424:23846:INFO:trait_manager_impl.cc(515)] Registered a trait publisher: trait=usonia.DeviceInfoTrait +02-27 08:28:46.653 23424 23846 I chromium: [23424:23846:INFO:usonia_main_process.cc(225)] Usonia main process is instantiated: server_uri=[::]:8012, ipc_uri= +02-27 08:28:46.654 23424 23605 I chromium: [23424:23605:INFO:parent_tracker.cc(479)] Trusted set support is disabled +02-27 08:28:46.658 22906 23404 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:28:46.660 23424 23846 E chromium: [23424:23846:ERROR:structure_info_from_trusted_devices_update_trigger_impl.cc(256)] Failed to read Usonia trusted devices trigger file. +02-27 08:28:46.660 23424 23846 E chromium: [23424:23846:ERROR:structure_storage.cc(263)] Failed to read Usonia trusted devices file. +02-27 08:28:46.660 23424 23846 W chromium: [23424:23846:WARNING:structure_info_from_trusted_devices.cc(322)] Failed to restore structure info +02-27 08:28:46.692 23424 23846 I chromium: [23424:23846:INFO:structure_info_from_trusted_devices.cc(612)] Previous fetch did not complete before shutdown, retrying +02-27 08:28:46.697 23424 23604 W chromium: [23424:23604:WARNING:mute_led.cc(35)] No mute_led device found! +02-27 08:28:46.701 23424 23593 E chromium: [23424:23593:ERROR:file_path_watcher_linux.cc(76)] Failed to read /proc/sys/fs/inotify/max_user_watches +02-27 08:28:46.696 23424 23424 W ThreadPoolForeg: type=1400 audit(0.0:2071): avc: denied { read } for name="max_user_watches" dev="proc" ino=266136 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.google.android.apps.mediashell +02-27 08:28:46.696 23424 23424 W ThreadPoolForeg: type=1400 audit(0.0:2072): avc: denied { read } for name="/" dev="dm-0" ino=2 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:rootfs:s0 tclass=dir permissive=0 app=com.google.android.apps.mediashell +02-27 08:28:46.705 23424 23604 W chromium: [23424:23604:WARNING:tuning_manager.cc(99)] No mixer control available +02-27 08:28:46.719 23424 23424 I chromium: [23424:23424:INFO:capture_service_dummy.cc(12)] Dummy CaptureService. +02-27 08:28:46.723 23424 23851 I chromium: [23424:23851:INFO:audio_socket_service_uds.cc(62)] Using endpoint /tmp/mixer-service +02-27 08:28:46.732 23424 23424 I chromium: [23424:23424:INFO:setup_api_registry.cc(188)] Register external API: auto_media_volume +02-27 08:28:46.734 23424 23424 I chromium: [23424:23424:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:28:46.734 23424 23424 I chromium: [23424:23424:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:28:46.737 23424 23852 I chromium: [23424:23852:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:28:46.748 23424 23604 I chromium: [23424:23604:INFO:auto_volume.cc(142)] Auto volume is disabled +02-27 08:28:46.749 23424 23424 I chromium: [23424:23424:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:28:46.749 23424 23424 I chromium: [23424:23424:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:28:46.749 23424 23424 I chromium: [23424:23424:INFO:service_base.h(78)] Size of the map for type LocalDeviceInfo is 0 +02-27 08:28:46.750 23424 23853 I chromium: [23424:23853:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:28:46.759 23424 23424 I chromium: [23424:23424:INFO:service_base.h(78)] Size of the map for type NetworkInfo is 0 +02-27 08:28:46.759 23424 23424 E chromium: [23424:23424:ERROR:socket_manifest_android.cc(33)] Socket config not found for service device_info +02-27 08:28:46.759 23424 23424 W chromium: [23424:23424:WARNING:service_manager_android.cc(62)] No socket entry found for device_info. Ignore if service was not intended to run on this OS. +02-27 08:28:46.759 23424 23424 I chromium: [23424:23424:INFO:device_info_grpc_service_impl.cc(74)] DeviceInfoGrpcServiceImpl constructed, and started gRPC server. +02-27 08:28:46.889 23424 23424 I chromium: [23424:23424:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:28:46.906 23424 23424 I chromium: [23424:23424:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:28:46.906 23424 23854 I chromium: [23424:23854:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:28:46.921 505 505 W Looper : Slow dispatch took 142ms main h=android.app.PropertyInvalidatedCache$AutoCorker$1 c=null m=0 +02-27 08:28:46.924 23424 23424 E chromium: [23424:23424:ERROR:socket_manifest_android.cc(33)] Socket config not found for service google.cast +02-27 08:28:46.926 23424 23424 W chromium: [23424:23424:WARNING:service_manager_android.cc(62)] No socket entry found for google.cast. Ignore if service was not intended to run on this OS. +02-27 08:28:46.959 23424 23424 I chromium: [23424:23424:INFO:file_util.cc(25)] base_assistant_dir = /data/user/0/com.google.android.apps.mediashell/cache +02-27 08:28:46.970 23424 23424 I chromium: [23424:23424:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:28:46.971 23424 23855 I chromium: [23424:23855:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:28:46.986 23424 23424 I chromium: [23424:23424:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:28:46.995 23424 23851 I chromium: [23424:23851:INFO:audio_socket_service_uds.cc(62)] Using endpoint /tmp/audio-output-service +02-27 08:28:46.996 23424 23424 I chromium: [23424:23424:INFO:chromecast_service.cc(1634)] Geolocation changed to: 0 +02-27 08:28:46.996 23424 23424 I chromium: [23424:23424:INFO:chromecast_service.cc(1674)] AoGH feature is: 0 +02-27 08:28:46.996 23424 23424 I chromium: [23424:23424:INFO:chromecast_service.cc(1728)] smart_home/actions feature is: 0 +02-27 08:28:46.996 23424 23424 I chromium: [23424:23424:INFO:chromecast_service.cc(1774)] Playback disruption feature is: 1 +02-27 08:28:46.997 23424 23424 I chromium: [23424:23424:INFO:playback_disruption_service.cc(348)] Playback disruption service enabled and running +02-27 08:28:47.102 23499 23508 W gle.android.gm: Suspending all threads took: 34.254ms +02-27 08:28:47.188 23499 23508 I gle.android.gm: Background young concurrent copying GC freed 892(125KB) AllocSpace objects, 1(20KB) LOS objects, 6% free, 3605KB/3850KB, paused 88us,73.003ms total 454.047ms +02-27 08:28:47.313 23424 23683 I chromium: [23424:23683:INFO:media_manager_impl.cc(1188)] ScreenInfo changed: HDCP version=99 supported EOTFs=0 DolbyVision flags=0 Size(mm): 0x0 cur mode HDR=0 cur mode DV=0 +02-27 08:28:47.313 23424 23683 I chromium: [23424:23683:INFO:media_caps.cc(54)] ScreenInfoChanged HDCP version=99 Supported EOTFs=0 DolbyVision flags=0 Screen size(mm): 0x0 cur mode HDR=0 cur mode DV=0 +02-27 08:28:47.483 23424 23683 W libc : Access denied finding property "vendor.display-size" +02-27 08:28:47.551 23736 23857 W recommendation: Verification of cw com.google.android.gms.dynamiteloader.DynamiteLoaderV2.loadModule2NoCrashUtils(cw, java.lang.String, int, cw) took 200.104ms (6756.48 bytecodes/s) (47024B approximate peak alloc) +02-27 08:28:47.770 505 514 I system_server: Background young concurrent copying GC freed 1960400(49MB) AllocSpace objects, 0(0B) LOS objects, 41% free, 34MB/58MB, paused 945us,669us total 741.583ms +02-27 08:28:47.808 23424 23683 I chromium: [23424:23683:INFO:media_manager_impl.cc(1232)] New screen resolution: new=(1920x1080), old=(0x0) +02-27 08:28:47.810 23424 23683 I chromium: [23424:23683:INFO:media_caps.cc(24)] ScreenResolutionChanged resolution=1920x1080 +02-27 08:28:47.857 22906 23112 W WakeLock: GCM_CONN_ALARM counter does not exist +02-27 08:28:47.887 23424 23683 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:28:47.890 23424 23683 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:28:47.890 23424 23683 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:28:47.891 23424 23683 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:28:47.891 23424 23683 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:28:47.891 23424 23683 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:28:47.894 23424 23683 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:28:47.902 23424 23683 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:28:47.910 23424 23683 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:28:47.913 23424 23683 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:28:47.918 23424 23683 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:28:47.923 23424 23683 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:28:47.930 23424 23683 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:28:47.931 23424 23683 I chromium: [23424:23683:INFO:media_manager_impl.cc(979)] New device volume control type: new_type=1, old_type=0 +02-27 08:28:47.935 23424 23683 I chromium: [23424:23683:INFO:media_manager_impl.cc(1002)] New device volume step interval: new_interval=0.0666667, old_interval=0 +02-27 08:28:47.936 23424 23683 W libc : Access denied finding property "vendor.display-size" +02-27 08:28:47.938 23424 23683 I chromium: [23424:23683:INFO:media_manager_impl.cc(358)] Media manager is initialized. +02-27 08:28:47.944 23424 23424 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:28:47.944 23424 23424 I chromium: [23424:23424:INFO:media_manager_impl.cc(275)] IsHdmiPlatform: 0 +02-27 08:28:47.994 22906 23835 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:28:48.001 22906 23113 W Brotli : Brotli not supported for Android TVs +02-27 08:28:48.001 505 1212 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:28:48.004 23424 23424 I chromium: [23424:23424:INFO:hds_settings.cc(139)] HdsSettings using HDS url https://home-devices.googleapis.com/ +02-27 08:28:48.022 23424 23424 W chromium: [23424:23424:WARNING:application_config_manager_impl.cc(243)] Cannot read application config file: /system/bin/app.conf +02-27 08:28:48.025 23424 23424 I chromium: [23424:23424:INFO:application_manager_impl.cc(432)] Application manager is initialized. +02-27 08:28:48.029 505 615 I RoleService: Granting default roles... +02-27 08:28:48.037 23424 23424 I chromium: [23424:23424:INFO:mdns_cast_service.cc(153)] Device discovery state is idle +02-27 08:28:48.038 23424 23877 I chromium: [23424:23877:INFO:mdns_app_filter.cc(646)] MdnsAppFilter initialized +02-27 08:28:48.038 505 542 D CompanionDeviceManagerService: onPackageModified(packageName = com.google.android.tvrecommendations) +02-27 08:28:48.044 23424 23424 I chromium: [23424:23424:INFO:mdns_manager_impl.cc(162)] MdnsManager is initialized +02-27 08:28:48.084 23424 23877 I chromium: [23424:23877:INFO:discovered_service_client.cc(109)] Registering new service PTR listener: _googlecast._tcp.local +02-27 08:28:48.205 23424 23424 I chromium: [23424:23424:INFO:config_downloader.cc(231)] Set config periodic interval: min=300, max=420 +02-27 08:28:48.205 23424 23424 I chromium: [23424:23424:INFO:crl_downloader.cc(267)] Set CRL periodic interval: min=2160, max=2880 +02-27 08:28:48.235 23424 23604 I chromium: [23424:23604:INFO:crl_downloader.cc(145)] CRL restored. +02-27 08:28:48.239 23424 23879 I chromium: [23424:23879:INFO:v2_transport.cc(434)] Added Cast V2 endpoint: id=Tr@n$p0rt-0, socket_factory_id=[REDACTED] +02-27 08:28:48.244 23424 23424 I chromium: [23424:23424:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/home.hds.proto.device.relayedcasting.RelayedCastingPleaseConnectRequest +02-27 08:28:48.244 23424 23879 I chromium: [23424:23879:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.tp.connection +02-27 08:28:48.244 23424 23879 I chromium: [23424:23879:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.tp.heartbeat +02-27 08:28:48.244 23424 23879 I chromium: [23424:23879:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.tp.deviceauth +02-27 08:28:48.244 23424 23879 I chromium: [23424:23879:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.localauth +02-27 08:28:48.244 23424 23879 I chromium: [23424:23879:INFO:v2_transport.cc(313)] V2Transport initialized. +02-27 08:28:48.261 23424 23879 I chromium: [23424:23879:INFO:v2_transport.cc(391)] Added socket factory: id=opencast-socket +02-27 08:28:48.293 505 542 W Looper : Slow dispatch took 249ms android.fg h=android.os.Handler c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@e325886 m=0 +02-27 08:28:48.316 505 542 W Looper : Slow delivery took 272ms android.fg h=android.os.Handler c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@cb547 m=0 +02-27 08:28:48.327 182 182 I lowmemorykiller: Kill 'com.google.android.permissioncontroller' (23738), uid 10077, oom_score_adj 100 to free 46132kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (316%) +02-27 08:28:48.345 20937 20937 V MediaPlayerList: mPackageChangedBroadcastReceiver: action: android.intent.action.PACKAGE_CHANGED +02-27 08:28:48.346 23736 23736 D NowPlayingListener: setRemoteControlListener: dqv@455733e +02-27 08:28:48.361 23424 23424 I chromium: [23424:23424:INFO:virtual_device_manager.cc(156)] Added virtual device: id=[REDACTED] +02-27 08:28:48.373 23424 23879 I chromium: [23424:23879:INFO:v2_transport.cc(434)] Added Cast V2 endpoint: id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, socket_factory_id=[REDACTED] +02-27 08:28:48.377 23424 23879 I chromium: [23424:23879:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.receiver +02-27 08:28:48.377 23424 23879 I chromium: [23424:23879:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.receiver.discovery +02-27 08:28:48.377 23424 23879 I chromium: [23424:23879:INFO:v2_transport.cc(391)] Added socket factory: id=7f632b49-34bd-c56f-b953-dc3746d180ae +02-27 08:28:48.390 322 322 I Zygote : Process 23738 exited due to signal 9 (Killed) +02-27 08:28:48.390 23424 23424 I chromium: [23424:23424:INFO:ccs_manager_impl.cc(560)] Added CCS device +02-27 08:28:48.393 505 505 W Looper : Slow dispatch took 345ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@8f0174 m=0 +02-27 08:28:48.399 505 542 W Looper : Drained +02-27 08:28:48.407 23424 23424 I chromium: [23424:23424:INFO:dial_request_handler.cc(199)] DIAL request handler is initialized. +02-27 08:28:48.408 23424 23424 I chromium: [23424:23424:INFO:dial_request_handler.cc(213)] SSDP device description request handler is initialized. +02-27 08:28:48.412 505 556 I libprocessgroup: Successfully killed process cgroup uid 10077 pid 23738 in 4ms +02-27 08:28:48.413 23424 23879 I chromium: [23424:23879:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.receiver.key_exchange +02-27 08:28:48.413 23424 23879 I chromium: [23424:23879:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.broadcast +02-27 08:28:48.413 23424 23424 I chromium: [23424:23424:INFO:ccs_manager_impl.cc(940)] Device model revision set to 0 +02-27 08:28:48.413 23424 23879 I chromium: [23424:23879:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.proximity +02-27 08:28:48.413 23424 23879 I chromium: [23424:23879:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.resource +02-27 08:28:48.419 505 2243 I ActivityManager: Process com.google.android.permissioncontroller (pid 23738) has died: vis IMPF +02-27 08:28:48.442 505 505 W Looper : Slow delivery took 372ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@8cb7712 m=0 +02-27 08:28:48.466 505 2243 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.role.service.RoleControllerServiceImpl in 481840ms for connection +02-27 08:28:48.466 505 2243 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.permission.service.PermissionControllerServiceImpl in 641840ms for connection +02-27 08:28:48.468 23736 23736 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:28:48.469 20937 20937 D MediaPlayerList: Name of package changed: com.google.android.tvrecommendations +02-27 08:28:48.469 505 553 W Searchables: No global search activity found +02-27 08:28:48.476 23424 23846 E chromium: [23424:23846:ERROR:usonia_main_process.cc(88)] Failed to publish device info trait: [error_code=NOT_FOUND, error_message=No subscribers.] +02-27 08:28:48.486 23424 23424 I chromium: [23424:23424:INFO:chromecast_service.cc(1789)] Usonia GRPC feature is: 0 +02-27 08:28:48.486 23424 23424 I chromium: [23424:23424:INFO:usonia_child_process.cc(266)] Ignoring stop when not started. +02-27 08:28:48.486 23424 23424 I chromium: [23424:23424:INFO:usonia_main_process.cc(487)] Ignoring stop when not started. +02-27 08:28:48.488 23424 23593 I chromium: [23424:23593:INFO:hotspot_manager.cc(98)] Stop zombie hotspot if there is one +02-27 08:28:48.493 505 505 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:28:48.493 505 505 V NotificationListeners: Not registering ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} is already bound +02-27 08:28:48.511 23424 23842 I chromium: [23424:23842:INFO:setup_manager_impl.cc(862)] Initially set Google DNS servers: enable +02-27 08:28:48.512 23424 23424 W chromium: [23424:23424:WARNING:setup_manager_impl.cc(724)] Clearing empty virtual channel +02-27 08:28:48.512 23424 23424 I chromium: [23424:23424:INFO:setup_manager_impl.cc(728)] release channel: +02-27 08:28:48.512 23424 23424 I chromium: [23424:23424:INFO:locale_manager.cc(241)] No timezone yet. +02-27 08:28:48.512 23424 23424 I chromium: [23424:23424:INFO:locale_manager.cc(270)] Current time format: 12-hour +02-27 08:28:48.514 23424 23604 I chromium: [23424:23604:INFO:metrics_recorder.cc(188)] cast event: Cast.CRL.Restored +02-27 08:28:48.522 23424 23842 I chromium: [23424:23842:INFO:setup_api_registry.cc(188)] Register external API: eureka_info +02-27 08:28:48.522 23424 23842 I chromium: [23424:23842:INFO:setup_api_registry.cc(188)] Register external API: set_network +02-27 08:28:48.522 23424 23842 I chromium: [23424:23842:INFO:setup_api_registry.cc(188)] Register external API: set_network_ssid +02-27 08:28:48.524 23424 23842 I chromium: [23424:23842:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: user_interface_settings +02-27 08:28:48.524 23424 23842 I chromium: [23424:23842:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: wifi_settings +02-27 08:28:48.524 23424 23842 I chromium: [23424:23842:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: hdmi_settings +02-27 08:28:48.524 23424 23842 I chromium: [23424:23842:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: preview_program_settings +02-27 08:28:48.524 23424 23842 I chromium: [23424:23842:INFO:setup_api_registry.cc(188)] Register external API: set_eureka_info +02-27 08:28:48.524 23424 23842 I chromium: [23424:23842:INFO:setup_api_registry.cc(188)] Register external API: get_app_device_id +02-27 08:28:48.524 23424 23842 I chromium: [23424:23842:INFO:setup_api_registry.cc(188)] Register external API: send_log_report +02-27 08:28:48.524 23424 23842 I chromium: [23424:23842:INFO:setup_manager_impl.cc(939)] Initially Set WPA3 support: disable +02-27 08:28:48.524 23424 23842 I chromium: [23424:23842:INFO:setup_manager_impl.cc(945)] Network check enabled, AddConnectivityCheckFailureObserver. +02-27 08:28:48.536 505 542 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10077; state: DISABLED +02-27 08:28:48.536 505 542 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10077; state: DISABLED +02-27 08:28:48.536 505 542 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10077; state: DISABLED +02-27 08:28:48.536 505 542 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10077; state: DISABLED +02-27 08:28:48.544 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10077; state: DISABLED +02-27 08:28:48.544 23736 23736 D NowPlayingManager: onClientChanged() called +02-27 08:28:48.545 23736 23736 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:28:48.546 23424 23424 I chromium: [23424:23424:INFO:locale_manager.cc(291)] No locale. Set default from factory: en-US +02-27 08:28:48.584 322 322 D Zygote : Forked child process 23891 +02-27 08:28:48.597 23891 23891 I libc : SetHeapTaggingLevel: tag level set to 0 +02-27 08:28:48.607 23424 23424 I chromium: [23424:23424:INFO:locale_manager.cc(629)] New country code: US +02-27 08:28:48.607 23424 23424 W libc : Access denied finding property "ro.boot.wificountrycode" +02-27 08:28:48.607 23424 23424 W libc : Access denied finding property "ro.boot.wificountrycode" +02-27 08:28:48.610 23424 23424 I chromium: [23424:23424:INFO:setup_manager_impl.cc(764)] Initial activation date cached value: +02-27 08:28:48.610 23424 23424 I chromium: [23424:23424:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/google.internal.home.foyer.v1.resources.IsDeviceReadyRequest +02-27 08:28:48.610 23424 23424 I chromium: [23424:23424:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/home.cloud.biz.EnterWeavePairingModeRequest +02-27 08:28:48.604 23424 23424 W apps.mediashell: type=1400 audit(0.0:2073): avc: denied { read } for name="u:object_r:wifi_config_prop:s0" dev="tmpfs" ino=281 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:wifi_config_prop:s0 tclass=file permissive=0 app=com.google.android.apps.mediashell +02-27 08:28:48.604 23424 23424 W apps.mediashell: type=1400 audit(0.0:2074): avc: denied { read } for name="u:object_r:wifi_config_prop:s0" dev="tmpfs" ino=281 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:wifi_config_prop:s0 tclass=file permissive=0 app=com.google.android.apps.mediashell +02-27 08:28:48.614 505 505 W Looper : Slow dispatch took 108ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:28:48.615 505 505 V NotificationListeners: 0 notification listener service connected: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:28:48.617 23424 23424 I chromium: [23424:23424:INFO:api_reboot_idle_checker.cc(104)] active_activities count=1 +02-27 08:28:48.617 23424 23424 I chromium: [23424:23424:INFO:setup_api_registry.cc(188)] Register external API: reboot +02-27 08:28:48.623 505 555 W ActivityManager: Slow operation: 95ms so far, now at startProcess: returned from zygote! +02-27 08:28:48.624 505 555 W ActivityManager: Slow operation: 96ms so far, now at startProcess: done updating battery stats +02-27 08:28:48.625 505 543 W Looper : Slow dispatch took 153ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:28:48.628 23424 23591 W chromium: [23424:23591:WARNING:backlight_mitigator.cc(110)] Could not write to clamping control file +02-27 08:28:48.633 505 555 W ActivityManager: Slow operation: 105ms so far, now at startProcess: building log message +02-27 08:28:48.637 505 555 I ActivityManager: Start proc 23891:com.google.android.permissioncontroller/u0a77 for service {com.google.android.permissioncontroller/com.android.permissioncontroller.permission.service.PermissionControllerServiceImpl} +02-27 08:28:48.637 505 555 W ActivityManager: Slow operation: 109ms so far, now at startProcess: starting to update pids map +02-27 08:28:48.637 505 555 W ActivityManager: Slow operation: 109ms so far, now at startProcess: done updating pids map +02-27 08:28:48.754 23512 23512 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:28:48.776 23424 23424 W chromium: [23424:23424:WARNING:cast_crypto_keys_openssl_shlib.cc(70)] No valid ESN read. +02-27 08:28:48.786 23424 23424 W chromium: [23424:23424:WARNING:cast_crypto_keys_openssl_shlib.cc(83)] Invalid or no DKE value read. +02-27 08:28:48.786 23424 23424 W chromium: [23424:23424:WARNING:cast_crypto_keys_openssl_shlib.cc(95)] Invalid or no DKH value read. +02-27 08:28:48.796 23424 23424 W chromium: [23424:23424:WARNING:cast_crypto_keys_openssl_shlib.cc(151)] Invalid or no DKW value read/computed. +02-27 08:28:48.813 23424 23424 I chromium: [23424:23424:INFO:persistent_logging_dummy.cc(11)] Persistent logging is disabled. +02-27 08:28:48.893 23424 23879 I chromium: [23424:23879:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.assistant +02-27 08:28:48.911 23891 23891 E ssioncontrolle: Not starting debugger since process cannot load the jdwp agent. +02-27 08:28:48.920 23736 23736 E TVNotifService.NotifMgr: Cannot show unshown notifications, notification service is null +02-27 08:28:48.924 23424 23424 I chromium: [23424:23424:INFO:robot_account_auth_manager.cc(289)] No backend type specified. Getting COS URL based on the build type instead. +02-27 08:28:48.940 23424 23424 I chromium: [23424:23424:INFO:robot_account_auth_manager.cc(306)] Auth url: https://clients3.google.com/cast/orchestration/googleoauthtoken?rt=b +02-27 08:28:48.942 23424 23424 W chromium: [23424:23424:WARNING:robot_account_auth_manager.cc(448)] Failed to initialize JWT for 38579375 +02-27 08:28:48.978 23424 23424 I chromium: [23424:23424:INFO:queryable_data_registrar.cc(52)] Registering queryable data for managed mode as: 0 +02-27 08:28:48.978 23424 23424 I chromium: [23424:23424:INFO:queryable_data_registrar.cc(59)] Registering enable_hls_sample_aes=1 +02-27 08:28:48.982 23424 23424 I chromium: [23424:23424:INFO:queryable_data_registrar.cc(64)] Registering hls_sample_aes_init_segment +02-27 08:28:48.986 23424 23424 I chromium: [23424:23424:INFO:queryable_data_registrar.cc(70)] Registering visual-punt-on-platform-supported +02-27 08:28:49.037 22906 23104 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed +02-27 08:28:49.104 23424 23424 E ActivityThread: Failed to find provider info for com.google.android.tvsetup.app.machine.services.castsetup.castsetupinfo.CastInfoProvider +02-27 08:28:49.106 23424 23604 W chromium: [23424:23604:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:49.106 23424 23604 W chromium: [23424:23604:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:49.106 23424 23604 W chromium: [23424:23604:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:49.106 23424 23604 W chromium: [23424:23604:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:49.106 23424 23604 W chromium: [23424:23604:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:49.106 23424 23604 W chromium: [23424:23604:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:49.106 23424 23604 W chromium: [23424:23604:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:49.106 23424 23604 W chromium: [23424:23604:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:49.106 23424 23604 W chromium: [23424:23604:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:49.106 23424 23604 W chromium: [23424:23604:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:49.106 23424 23604 W chromium: [23424:23604:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:49.106 23424 23604 W chromium: [23424:23604:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:49.106 23424 23604 I chromium: [23424:23604:INFO:net_util_impl.cc(511)] IP address: [REDACTED] MAC address: [REDACTED] +02-27 08:28:49.106 23424 23604 I chromium: [23424:23604:INFO:local_network_info_impl.cc(345)] LNID changed: +02-27 08:28:49.107 23424 23424 E cr_ClientAuthCredsFactoryProvisioned: Cannot get device credentials +02-27 08:28:49.108 23424 23424 I cr_ClientAuthCredsProvisioning: Can't get device creds. Loading Widevine creds +02-27 08:28:49.134 505 505 W Looper : Drained +02-27 08:28:49.144 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:28:49.276 505 3356 W ActivityManager: Slow operation: 119ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:28:49.302 23424 23424 E chromium: [23424:23424:ERROR:jni_client_auth_creds_mediadrm.cc(292)] certs_ref is null +02-27 08:28:49.360 23424 23424 E chromium: [23424:23424:ERROR:client_auth_creds.cc(232)] Empty certs string. +02-27 08:28:49.361 505 3356 W ActivityManager: Slow operation: 215ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:28:49.361 23424 23424 E chromium: [23424:23424:ERROR:client_auth_signer.cc(160)] Failed to get key and cert from ClientAuthCreds. +02-27 08:28:49.366 23424 23424 W chromium: [23424:23424:WARNING:client_auth_manager.cc(125)] Certificate is empty. Do not store. +02-27 08:28:49.395 23736 23857 W recommendation: Verification of java.lang.String[] org.chromium.base.BuildInfo.getAll() took 247.445ms (1099.23 bytecodes/s) (5488B approximate peak alloc) +02-27 08:28:49.426 505 3356 W ActivityManager: Slow operation: 279ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:28:49.426 23424 23424 I chromium: [23424:23424:INFO:audio_focus_manager_impl.cc(27)] use_media_starting_block: 1 +02-27 08:28:49.428 23512 23864 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:28:49.429 505 3356 W ActivityManager: Slow operation: 283ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:28:49.463 505 514 W system_server: Suspending all threads took: 30.468ms +02-27 08:28:49.475 23424 23424 I chromium: [23424:23424:INFO:chromecast_mojo_service.cc(146)] Registering 'chromecast' services. +02-27 08:28:49.479 23424 23842 I chromium: [23424:23842:INFO:local_network_info_impl.cc(435)] LNID_W changed: +02-27 08:28:49.479 505 540 D ConnectivityService: requestNetwork for uid/pid:10052/23736 activeRequest: null callbackRequest: 308 [NetworkRequest [ REQUEST id=309, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ]] callback flags: 0 priority: 2147483647 +02-27 08:28:49.489 22906 23104 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:28:49.491 22906 23104 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:28:49.492 23474 23474 W Binder:23474_3: type=1400 audit(0.0:2075): avc: denied { read } for name="u:object_r:system_adbd_prop:s0" dev="tmpfs" ino=236 scontext=u:r:gmscore_app:s0:c512,c768 tcontext=u:object_r:system_adbd_prop:s0 tclass=file permissive=0 app=com.google.android.gms +02-27 08:28:49.501 23474 23491 W libc : Access denied finding property "persist.adb.tls_server.enable" +02-27 08:28:49.496 23474 23474 W Binder:23474_3: type=1400 audit(0.0:2076): avc: denied { read } for name="u:object_r:adbd_prop:s0" dev="tmpfs" ino=46 scontext=u:r:gmscore_app:s0:c512,c768 tcontext=u:object_r:adbd_prop:s0 tclass=file permissive=0 app=com.google.android.gms +02-27 08:28:49.505 23474 23491 W libc : Access denied finding property "service.adb.tls.port" +02-27 08:28:49.562 23424 23424 I chromium: [23424:23424:INFO:cast_metrics_service_client.cc(94)] Metrics client ID set: 01f19afc-6d86-4c08-99b8-ec196311c394 +02-27 08:28:49.563 23424 23424 I chromium: [23424:23424:INFO:device_info_impl.cc(933)] Metrics client ID: 01f19afc-6d86-4c08-99b8-ec196311c394 +02-27 08:28:49.574 23424 23609 I chromium: [23424:23609:INFO:external_mojo_broker.cc(236)] Register service chromecast +02-27 08:28:49.617 23424 23424 I chromium: [23424:23424:INFO:metrics_stat_logger.cc(55)] Metrics stat for the past 60 secs : total=1 +02-27 08:28:49.617 23424 23424 I chromium: [metrics_stat_logger] Cast.Platform.UnexpectedExit=1 +02-27 08:28:49.640 23499 23508 I gle.android.gm: Background concurrent copying GC freed 1035(143KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3607KB/7215KB, paused 4.364ms,2.876ms total 181.294ms +02-27 08:28:49.649 23424 23879 E chromium: [23424:23879:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 08:28:49.652 23424 23424 I chromium: [23424:23424:INFO:cast_receiver_impl.cc(774)] Cast receiver started. +02-27 08:28:49.653 23424 23879 I chromium: [23424:23879:INFO:v2_ssl_socket.cc(772)] IPv6 socket probably supports both IPv4 and IPv6 +02-27 08:28:49.657 23424 23424 W chromium: [23424:23424:WARNING:cast_receiver_impl.cc(1079)] Network is not globally connected. Don't schedule config downloading yet. +02-27 08:28:49.657 23424 23424 I chromium: [23424:23424:INFO:ccs_manager_impl.cc(706)] Starting cloud ipc activity with CCS +02-27 08:28:49.657 23424 23424 I chromium: [23424:23424:INFO:ccs_manager_impl.cc(1417)] CcsManagerImpl opt_in.cloud_ipc pref changed: 1 +02-27 08:28:49.661 23424 23424 I chromium: [23424:23424:INFO:ccs_manager_impl.cc(1453)] Waiting for all transports to be enabled +02-27 08:28:49.670 23424 23424 I chromium: [23424:23424:INFO:grpc_manager_impl.cc(384)] GRPC[uri=[::]:0]: Registered service chromecast.LocalCloudcastService +02-27 08:28:49.676 23424 23424 I chromium: [23424:23424:INFO:grpc_manager_impl.cc(406)] GRPC[uri=[::]:0]: Registered a handler ExecuteActionScript for service chromecast.LocalCloudcastService +02-27 08:28:49.677 23424 23424 I chromium: [23424:23424:INFO:grpc_manager_impl.cc(406)] GRPC[uri=[::]:0]: Registered a handler ObserveDeviceStatus for service chromecast.LocalCloudcastService +02-27 08:28:49.677 23424 23424 I chromium: [23424:23424:INFO:grpc_manager_impl.cc(406)] GRPC[uri=[::]:0]: Registered a handler GetDeviceStatus for service chromecast.LocalCloudcastService +02-27 08:28:49.677 23424 23424 I chromium: [23424:23424:INFO:grpc_manager_impl.cc(452)] GRPC[uri=[::]:0]: Proceeding to try to start server. +02-27 08:28:49.819 182 182 I lowmemorykiller: Kill 'com.google.android.tv.remote.service' (23528), uid 10049, oom_score_adj 100 to free 45740kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (310%) +02-27 08:28:49.824 23424 23913 I DrmHal : found instance=clearkey version=android.hardware.drm@1.4::IDrmFactory +02-27 08:28:49.824 23424 23913 I DrmHal : found instance=default version=android.hardware.drm@1.0::IDrmFactory +02-27 08:28:49.843 23424 23913 E DrmHal : uuid=[edef8ba979d64ace a3c827dcd51d21ed] No supported hal instance found +02-27 08:28:49.864 23424 23877 I chromium: [23424:23877:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:28:49.864 23424 23877 I chromium: [23424:23877:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:28:49.882 23512 23521 W roid.tvlaunche: Suspending all threads took: 29.988ms +02-27 08:28:49.884 23424 23424 I chromium: [23424:23424:INFO:grpc_manager_impl.cc(509)] GRPC[uri=[::]:0]: Grpc server started in port 36053 +02-27 08:28:49.890 23424 23424 I chromium: [23424:23424:INFO:ccs_manager_impl.cc(1453)] Waiting for all transports to be enabled +02-27 08:28:49.891 23424 23424 I chromium: [23424:23424:INFO:ccs_transport_gcm.cc(94)] Deferring GCM registration until connectivity is up +02-27 08:28:49.915 322 322 I Zygote : Process 23528 exited due to signal 9 (Killed) +02-27 08:28:49.922 23424 23877 I chromium: [23424:23877:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.SocketCreated +02-27 08:28:49.922 23424 23877 I chromium: [23424:23877:INFO:mdns_app_filter.cc(1440)] Created mDNS socket for interface:name=wlan0, address=10.0.2.16, index=16 +02-27 08:28:49.928 20937 21227 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:28:49.929 23424 23877 I chromium: [23424:23877:INFO:mdns_app_filter.cc(1135)] MdnsAppFilter is starting. +02-27 08:28:49.930 23424 23877 I chromium: [23424:23877:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.ResponderStarted +02-27 08:28:49.932 23424 23424 I chromium: [23424:23424:INFO:cast_receiver_impl.cc(881)] Cast receiver resumed. +02-27 08:28:49.932 23424 23424 W chromium: [23424:23424:WARNING:cast_receiver_impl.cc(1091)] Network is not globally connected. Don't schedule CRL downloading yet. +02-27 08:28:49.974 20937 21204 I bt_stack: [INFO:port_api.cc(307)] RFCOMM_RemoveServer: handle=20 +02-27 08:28:50.021 23424 23424 I chromium: [23424:23424:INFO:cast_web_service.cc(193)] Added session: 1bbe9654-5b4b-44a0-b364-c808eb6dc52a +02-27 08:28:50.021 23424 23424 I chromium: [23424:23424:INFO:application_identification_settings.cc(422)] new ApplicationIdentificationSettings session_id: 1bbe9654-5b4b-44a0-b364-c808eb6dc52a app_id: E8C28D3C universal_app_id: E8C28D3C flags: 23 headers: 2047 +02-27 08:28:50.026 23424 23873 E chromium: [23424:23873:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 08:28:50.026 23424 23874 E chromium: [23424:23874:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 08:28:50.031 23424 23873 I chromium: [23424:23873:INFO:cast_web_server.cc(200)] Http server for Cast receiver started: port=8008 +02-27 08:28:50.033 23424 23874 I chromium: [23424:23874:INFO:cast_web_server.cc(200)] Http server for Cast receiver started: port=8443 +02-27 08:28:50.037 23424 23879 I chromium: [23424:23879:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.setup +02-27 08:28:50.044 20937 20952 I BtGatt.AdvertiseManager: error sending onAdvertisingSetStopped callback +02-27 08:28:50.044 20937 20952 I BtGatt.AdvertiseManager: android.os.DeadObjectException +02-27 08:28:50.044 20937 20952 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:28:50.044 20937 20952 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:28:50.044 20937 20952 I BtGatt.AdvertiseManager: at android.bluetooth.le.IAdvertisingSetCallback$Stub$Proxy.onAdvertisingSetStopped(IAdvertisingSetCallback.java:320) +02-27 08:28:50.044 20937 20952 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager.stopAdvertisingSet(AdvertiseManager.java:261) +02-27 08:28:50.044 20937 20952 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager$AdvertisingSetDeathRecipient.binderDied(AdvertiseManager.java:123) +02-27 08:28:50.044 20937 20952 I BtGatt.AdvertiseManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:28:50.044 20937 20952 I BtGatt.AdvertiseManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:28:50.044 23512 23521 I roid.tvlaunche: Background young concurrent copying GC freed 20900(1798KB) AllocSpace objects, 10(328KB) LOS objects, 32% free, 4287KB/6382KB, paused 1.646ms,42.401ms total 488.770ms +02-27 08:28:50.057 23424 23424 I chromium: [23424:23424:INFO:chromecast_service_base.cc(396)] Network is disconnected, reconnecting Wifi. +02-27 08:28:50.058 23424 23842 I chromium: [23424:23842:INFO:setup_manager_impl.cc(1039)] Setup discoverability is enabled +02-27 08:28:50.062 23424 23842 W libc : Access denied finding property "ro.odm.cast.ssid_suffix" +02-27 08:28:50.064 23424 23842 I chromium: [23424:23842:INFO:hotspot_manager.cc(156)] Start: id=1 SSID=[REDACTED] hidden=0 +02-27 08:28:50.064 23424 23591 I chromium: [23424:23591:INFO:hotspot_manager.cc(206)] Starting request id=1 ssid=[REDACTED] hidden=0 +02-27 08:28:50.068 23424 23424 I chromium: [23424:23424:INFO:chromecast_service.cc(1414)] Initial error code: 0 +02-27 08:28:50.068 23424 23424 I chromium: [23424:23424:INFO:chromecast_service.cc(1426)] Non-assistant device, start idle screen now. +02-27 08:28:50.106 23424 23913 E cr_ClientAuthRawSigner: Widevine UUID unsupported. +02-27 08:28:50.106 23424 23913 E cr_ClientAuthRawSigner: android.media.UnsupportedSchemeException: Failed to instantiate drm object: NO_INIT +02-27 08:28:50.106 23424 23913 E cr_ClientAuthRawSigner: ============================== Beginning of DRM Plugin Log ============================== +02-27 08:28:50.106 23424 23913 E cr_ClientAuthRawSigner: 02-27 08:28:49.824 I found instance=clearkey version=android.hardware.drm@1.4::IDrmFactory +02-27 08:28:50.106 23424 23913 E cr_ClientAuthRawSigner: 02-27 08:28:49.824 I found instance=default version=android.hardware.drm@1.0::IDrmFactory +02-27 08:28:50.106 23424 23913 E cr_ClientAuthRawSigner: 02-27 08:28:49.843 E uuid=[edef8ba979d64ace a3c827dcd51d21ed] No supported hal instance found +02-27 08:28:50.106 23424 23913 E cr_ClientAuthRawSigner: ============================== End of DRM Plugin Log ============================== +02-27 08:28:50.106 23424 23913 E cr_ClientAuthRawSigner: at android.media.MediaDrm.native_setup(Native Method) +02-27 08:28:50.106 23424 23913 E cr_ClientAuthRawSigner: at android.media.MediaDrm.(MediaDrm.java:293) +02-27 08:28:50.106 23424 23913 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthRawSigner.(ClientAuthRawSigner.java:32) +02-27 08:28:50.106 23424 23913 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthRawSigner.isProvisioned(ClientAuthRawSigner.java:83) +02-27 08:28:50.106 23424 23913 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthCredsWidevine.ensurePreProvisioned(ClientAuthCredsWidevine.java:233) +02-27 08:28:50.106 23424 23913 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthCredsWidevine.provisionCredsSync(ClientAuthCredsWidevine.java:186) +02-27 08:28:50.106 23424 23913 E cr_ClientAuthRawSigner: at com.google.android.apps.mediashell.ClientAuthCredsProvisioning.attemptCredsProvisioning(ClientAuthCredsProvisioning.java:88) +02-27 08:28:50.106 23424 23913 E cr_ClientAuthRawSigner: at com.google.android.apps.mediashell.ClientAuthCredsProvisioning.access$000(ClientAuthCredsProvisioning.java:32) +02-27 08:28:50.106 23424 23913 E cr_ClientAuthRawSigner: at com.google.android.apps.mediashell.ClientAuthCredsProvisioning$1.run(ClientAuthCredsProvisioning.java:53) +02-27 08:28:50.106 23424 23913 E cr_ClientAuthRawSigner: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) +02-27 08:28:50.106 23424 23913 E cr_ClientAuthRawSigner: at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:28:50.106 23424 23913 E cr_ClientAuthRawSigner: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) +02-27 08:28:50.106 23424 23913 E cr_ClientAuthRawSigner: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:28:50.106 23424 23913 E cr_ClientAuthRawSigner: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:28:50.106 23424 23913 E cr_ClientAuthRawSigner: at java.lang.Thread.run(Thread.java:920) +02-27 08:28:50.610 23512 23865 I gmg : Provider GmsCore_OpenSSL not available +02-27 08:28:50.636 22906 23104 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed +02-27 08:28:50.694 505 540 E IPCThreadState: binder thread pool (31 threads) starved for 156 ms +02-27 08:28:50.700 505 2251 W AudioService.RecordingActivityMonitor: client died +02-27 08:28:50.716 505 712 D NsdService: Client disconnected +02-27 08:28:50.721 505 712 D NsdService: Terminating client-ID 2 global-ID 18 type 393225 +02-27 08:28:50.721 505 712 D NsdService: mdnssd [stop-register, 18] +02-27 08:28:50.733 321 394 W netd : dnssd_clientstub DNSServiceProcessResult called with NULL DNSServiceRef +02-27 08:28:50.742 505 543 W Looper : Slow dispatch took 1230ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:28:50.744 505 709 D ConnectivityService: NetReassign [309 : null → 101] +02-27 08:28:50.893 505 3356 W ActivityManager: Slow operation: 1742ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:28:50.909 182 182 I lowmemorykiller: Kill 'com.google.android.ext.services' (23698), uid 10078, oom_score_adj 100 to free 43056kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (334%) +02-27 08:28:50.913 505 514 I system_server: Background young concurrent copying GC freed 1752615(44MB) AllocSpace objects, 7(564KB) LOS objects, 10% free, 52MB/58MB, paused 3.257ms,37.274ms total 2.021s +02-27 08:28:50.941 505 2621 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #14144} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (54 skipped) +02-27 08:28:50.964 322 322 I Zygote : Process 23698 exited due to signal 9 (Killed) +02-27 08:28:50.996 23891 23891 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10077; state: DISABLED +02-27 08:28:50.997 505 23918 I DropBoxManagerService: add tag=system_app_wtf isTagEnabled=true flags=0x2 +02-27 08:28:51.040 22906 23104 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:28:51.040 22906 23104 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:28:51.041 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:28:51.041 505 830 D ConnectivityService: requestNetwork for uid/pid:10054/23424 activeRequest: null callbackRequest: 311 [NetworkRequest [ REQUEST id=312, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ]] callback flags: 0 priority: 2147483647 +02-27 08:28:51.043 505 556 I libprocessgroup: Successfully killed process cgroup uid 10049 pid 23528 in 0ms +02-27 08:28:51.043 505 594 I ActivityManager: Process com.google.android.tv.remote.service (pid 23528) has died: vis FGS +02-27 08:28:51.116 505 709 D ConnectivityService: NetReassign [312 : null → 101] +02-27 08:28:51.124 505 594 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.AtvRemoteProviderService in 16081ms for connection +02-27 08:28:51.134 505 594 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.RemoteService in 26071ms for start-requested +02-27 08:28:51.136 23736 23857 I cr_CronetLibraryLoader: Cronet version: 105.0.5195.35, arch: aarch64 +02-27 08:28:51.240 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=309, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:28:51.240 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=309, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:28:51.240 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=309, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:28:51.252 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=312, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] +02-27 08:28:51.253 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=312, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] +02-27 08:28:51.253 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=312, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] +02-27 08:28:51.261 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:28:51.292 23512 23512 E Clearcut-EventLogger: Unexpected log parameter home_selected_row_position +02-27 08:28:51.293 23512 23512 W HomeController: onResume: List view global layout completed. +02-27 08:28:51.294 505 2621 I ActivityManager: Process com.google.android.ext.services (pid 23698) has died: vis BFGS +02-27 08:28:51.294 505 556 I libprocessgroup: Successfully killed process cgroup uid 10078 pid 23698 in 0ms +02-27 08:28:51.294 505 2621 W ActivityManager: Scheduling restart of crashed service com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl in 82864ms for connection +02-27 08:28:51.298 505 505 W Looper : Slow dispatch took 550ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=6 +02-27 08:28:51.299 505 505 W Looper : Slow delivery took 573ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:28:51.311 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 123378067 (unbound)] +02-27 08:28:51.312 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 118513104 (unbound)] +02-27 08:28:51.312 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 62421238 (unbound)] +02-27 08:28:51.312 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 57355906 (unbound)] +02-27 08:28:51.312 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 112273768 (unbound)] +02-27 08:28:51.312 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 22208771 (unbound)] +02-27 08:28:51.312 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 23352781 (unbound)] +02-27 08:28:51.312 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 225280457 (unbound)] +02-27 08:28:51.312 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 246064375 (unbound)] +02-27 08:28:51.312 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 183873380 (unbound)] +02-27 08:28:51.312 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 41714049 (unbound)] +02-27 08:28:51.314 505 1698 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:28:51.318 505 505 W Looper : Drained +02-27 08:28:51.321 505 541 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:28:51.336 23891 23891 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar +02-27 08:28:51.402 23512 23864 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:222508000 +02-27 08:28:51.406 23512 23864 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 222508000 +02-27 08:28:51.491 23424 23424 I cr_MdnsOffloadClientImpl: No offload service found +02-27 08:28:51.526 23424 23424 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:113] Started +02-27 08:28:51.885 23424 23424 I chromium: [23424:23424:INFO:device_info_impl.cc(1061)] Primary netif changed: new=wlan0, old= +02-27 08:28:51.886 23424 23609 I chromium: [23424:23609:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.FeatureService +02-27 08:28:51.886 23424 23609 I chromium: [23424:23609:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 08:28:51.887 23424 23424 I chromium: [23424:23424:INFO:device_info_impl.cc(1070)] Primary IP address changed: netif=wlan0, new=10.0.2.16, old= +02-27 08:28:51.902 23424 23424 I chromium: [23424:23424:INFO:grpc_completion_queue_wrapper.cc(13)] CQ is destroyed: id=0 +02-27 08:28:51.946 23424 23424 I chromium: [23424:23424:INFO:metrics_recorder.cc(188)] cast event: Cast.System.Timezone.ChangeSuccessful +02-27 08:28:52.007 23424 23609 I chromium: [23424:23609:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 08:28:52.008 23424 23609 I chromium: [23424:23609:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 08:28:52.008 23424 23609 I chromium: [23424:23609:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 08:28:52.008 23424 23609 I chromium: [23424:23609:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.RemoteControlService +02-27 08:28:52.008 23424 23609 I chromium: [23424:23609:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 08:28:52.012 23424 23609 I chromium: [23424:23609:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 08:28:52.012 23424 23609 I chromium: [23424:23609:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 08:28:52.012 23424 23609 I chromium: [23424:23609:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 08:28:52.026 23424 23424 I chromium: [23424:23424:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 08:28:52.029 23424 23424 W chromium: [23424:23424:WARNING:secure_storage_impl.cc(115)] Device key not available yet. +02-27 08:28:52.030 23424 23609 I chromium: [23424:23609:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 08:28:52.030 23424 23609 I chromium: [23424:23609:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.DisplaySettings +02-27 08:28:52.030 23424 23609 I chromium: [23424:23609:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 08:28:52.030 23424 23609 I chromium: [23424:23609:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 08:28:52.032 23424 23424 I chromium: [23424:23424:INFO:ccs_manager_impl.cc(2007)] LNID has changed; Will re-register CCS +02-27 08:28:52.032 23424 23424 I chromium: [23424:23424:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 08:28:52.033 23424 23842 W chromium: [23424:23842:WARNING:setup_manager_impl.cc(2238)] DNS Func not supported +02-27 08:28:52.033 23424 23424 I chromium: [23424:23424:INFO:cast_auth_headers.cc(227)] Clearing cached auth headers. +02-27 08:28:52.033 23424 23424 I chromium: [23424:23424:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 08:28:52.033 23424 23424 W chromium: [23424:23424:WARNING:secure_storage_impl.cc(115)] Device key not available yet. +02-27 08:28:52.035 23424 23609 I chromium: [23424:23609:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.GeneralAudienceBrowsingAPIKeySubject +02-27 08:28:52.035 23424 23609 I chromium: [23424:23609:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 08:28:52.035 23424 23424 I chromium: [23424:23424:INFO:virtual_device_manager.cc(312)] Virtual device [REDACTED] using Cast V2 port 8009 +02-27 08:28:52.046 23424 23842 I chromium: [23424:23842:INFO:setup_state.cc(263)] Setup state changed: SETUP_STATE_UNKNOWN (0) -> SETUP_STATE_CHECKING_GLOBAL_CONNECTIVITY (50) +02-27 08:28:52.049 23424 23877 I chromium: [23424:23877:INFO:mdns_app_filter.cc(1870)] Re-probing due to newly registered service '1': _googlecast +02-27 08:28:52.053 23424 23424 W chromium: [23424:23424:WARNING:libupnp_manager.cc(312)] No Primary Network Interface, will start UPnP server when it is established. +02-27 08:28:52.053 23424 23877 W chromium: [23424:23877:WARNING:mdns_app_filter.cc(1086)] MdnsAppFilter already started. Must call Stop() first. +02-27 08:28:52.053 23424 23424 I chromium: [23424:23424:INFO:woca_client_auth.cc(136)] Use default signer +02-27 08:28:52.059 23424 23846 I chromium: [23424:23846:INFO:grpc_auth_manager_in_process.cc(215)] Initializing Auth. +02-27 08:28:52.059 23424 23846 W chromium: [23424:23846:WARNING:grpc_auth_manager_in_process.cc(220)] Device key not available yet. +02-27 08:28:52.062 23424 23877 I chromium: [23424:23877:INFO:mdns_app_filter.cc(2019)] MdnsAppFilter is stopping +02-27 08:28:52.062 23424 23877 I chromium: [23424:23877:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.ResponderStopped +02-27 08:28:52.062 23424 23877 I chromium: [23424:23877:INFO:mdns_app_filter.cc(2026)] MdnsAppFilter is stopping; closing socket: address=10.0.2.16 +02-27 08:28:52.062 23424 23877 I chromium: [23424:23877:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.SocketDestroyed +02-27 08:28:52.063 23424 23424 I chromium: [23424:23424:INFO:cast_receiver_impl.cc(1586)] mDNS Discovery stopped. +02-27 08:28:52.069 23424 23424 I chromium: [23424:23424:INFO:cast_receiver_impl.cc(1644)] Network is globally disconnected. Refresh CcsManager +02-27 08:28:52.070 23424 23424 I chromium: [23424:23424:INFO:debug_endpoint_manager_grpc_client.cc(383)] gRPC client channel state changed to GRPC_CHANNEL_TRANSIENT_FAILURE +02-27 08:28:52.075 23424 23424 I chromium: [23424:23424:INFO:sensor_service.cc(89)] Sensor service binding bound +02-27 08:28:52.078 23424 23424 I chromium: [23424:23424:INFO:mdns_manager_impl.cc(299)] Successfully registered service: type=_googlecast +02-27 08:28:52.078 23424 23424 I chromium: [23424:23424:INFO:virtual_device.cc(292)] Registered mDNS service for virtual device: id=7f632b49-34bd-c56f-b953-dc3746d180ae +02-27 08:28:52.080 23424 23877 I chromium: [23424:23877:INFO:mdns_app_filter.cc(3338)] Mdns cast queries recently sent: queries=1 +02-27 08:28:52.086 23424 23424 I chromium: [23424:23424:INFO:sensor_service.cc(66)] Sensor Service starting. +02-27 08:28:52.089 23424 23605 I chromium: [23424:23605:INFO:parent_tracker.cc(465)] Network is disconnected. +02-27 08:28:52.090 23424 23846 I chromium: [23424:23846:INFO:structure_info_from_trusted_devices.cc(381)] Automatic refetch delay changed to 7 +02-27 08:28:52.090 23424 23846 I chromium: [23424:23846:INFO:structure_info_cast.cc(78)] Usonia trusted devices flag flipped to true, but trusted devices structure info already enabled. +02-27 08:28:52.096 23424 23424 I chromium: [23424:23424:INFO:chromecast_service.cc(1674)] AoGH feature is: 0 +02-27 08:28:52.096 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:28:52.096 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:28:52.096 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:28:52.096 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:28:52.096 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:28:52.096 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:28:52.096 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:28:52.096 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:28:52.096 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:28:52.096 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:28:52.096 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:28:52.096 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:28:52.096 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:28:52.097 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:28:52.097 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:28:52.097 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:28:52.097 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:28:52.097 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:28:52.097 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:28:52.097 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:28:52.097 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:28:52.097 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:28:52.097 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:28:52.097 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:28:52.097 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:28:52.097 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:28:52.097 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:28:52.097 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:28:52.097 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:28:52.097 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:28:52.097 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:28:52.101 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(165)] Presence settings is: 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:28:52.102 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:28:52.103 23424 23424 I chromium: [23424:23424:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:28:52.116 23424 23605 I chromium: [23424:23605:INFO:parent_tracker.cc(210)] No need to recreate socket +02-27 08:28:52.116 23424 23605 I chromium: [23424:23605:INFO:parent_tracker.cc(465)] Network is connected. +02-27 08:28:52.116 23424 23605 I chromium: [23424:23605:INFO:parent_tracker.cc(210)] No need to recreate socket +02-27 08:28:52.122 23424 23877 I chromium: [23424:23877:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:28:52.122 23424 23877 I chromium: [23424:23877:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:28:52.122 23424 23424 I chromium: [23424:23424:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 08:28:52.122 23424 23424 I chromium: [23424:23424:INFO:woca_client_auth.cc(103)] Cert rotation is now enabled +02-27 08:28:52.122 23424 23424 I chromium: [23424:23424:INFO:woca_client_auth.cc(136)] Use default signer +02-27 08:28:52.122 23424 23846 I chromium: [23424:23846:INFO:grpc_auth_manager_in_process.cc(215)] Initializing Auth. +02-27 08:28:52.122 23424 23846 W chromium: [23424:23846:WARNING:grpc_auth_manager_in_process.cc(220)] Device key not available yet. +02-27 08:28:52.130 23424 23424 I chromium: [23424:23424:INFO:chromecast_service.cc(1789)] Usonia GRPC feature is: 0 +02-27 08:28:52.130 23424 23424 I chromium: [23424:23424:INFO:usonia_child_process.cc(266)] Ignoring stop when not started. +02-27 08:28:52.133 23424 23424 I chromium: [23424:23424:INFO:usonia_main_process.cc(487)] Ignoring stop when not started. +02-27 08:28:52.136 23424 23424 I chromium: [23424:23424:INFO:usonia_configs_with_cast_features.cc(304)] Usonia configs: OnExtraMulticastGroupsChanged +02-27 08:28:52.136 23424 23424 I chromium: [23424:23424:INFO:usonia_configs_with_cast_features.cc(305)] id_is_authenticated=0 +02-27 08:28:52.136 23424 23424 I chromium: [23424:23424:INFO:usonia_configs_with_cast_features.cc(306)] usonia_require_authenticated_ids=1 +02-27 08:28:52.136 23424 23424 I chromium: [23424:23424:INFO:usonia_configs_with_cast_features.cc(308)] usonia_extra_multicast_groups=224.0.0.250,ff02::c:c +02-27 08:28:52.136 23424 23877 I chromium: [23424:23877:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.SocketCreated +02-27 08:28:52.136 23424 23877 I chromium: [23424:23877:INFO:mdns_app_filter.cc(1440)] Created mDNS socket for interface:name=wlan0, address=10.0.2.16, index=16 +02-27 08:28:52.136 23424 23877 I chromium: [23424:23877:INFO:mdns_app_filter.cc(1135)] MdnsAppFilter is starting. +02-27 08:28:52.137 23424 23877 I chromium: [23424:23877:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.ResponderStarted +02-27 08:28:52.137 23424 23877 I chromium: [23424:23877:INFO:discovered_service_client.cc(76)] Primary interface for service discovery has changed: ifindex=16 +02-27 08:28:52.137 23424 23424 I chromium: [23424:23424:INFO:usonia_configs_with_cast_features.cc(310)] usonia_multicast_ttl=1 +02-27 08:28:52.137 23424 23424 I chromium: [23424:23424:INFO:usonia_configs_with_cast_features.cc(311)] usonia_higher_root_precedence=0 +02-27 08:28:52.137 23424 23424 I chromium: [23424:23424:INFO:usonia_configs_with_cast_features.cc(313)] usonia_allow_self_signed_certs=0 +02-27 08:28:52.137 23424 23424 I chromium: [23424:23424:INFO:usonia_configs_with_cast_features.cc(315)] usonia_enable_trusted_sets=1 +02-27 08:28:52.137 23424 23424 I chromium: [23424:23424:INFO:mute_led_als_controller.cc(99)] No COLOR_AND_LIGHT sensor found +02-27 08:28:52.137 23424 23424 I chromium: [23424:23424:INFO:backlight_mitigator.cc(130)] No COLOR_AND_LIGHT sensor found +02-27 08:28:52.137 23424 23605 I chromium: [23424:23605:INFO:parent_tracker.cc(159)] Extra multicast groups changed +02-27 08:28:52.138 23424 23605 I chromium: [23424:23605:INFO:parent_tracker.cc(213)] Now using local address [REDACTED] +02-27 08:28:52.138 23424 23605 I chromium: [23424:23605:INFO:directory_service_impl.cc(536)] This device became root +02-27 08:28:52.138 23424 23605 I chromium: [23424:23605:INFO:parent_tracker.cc(231)] Using multicast TTL 1 +02-27 08:28:52.138 23424 23605 I chromium: [23424:23605:INFO:parent_tracker.cc(277)] Add extra group 224.0.0.250 +02-27 08:28:52.141 23424 23877 I chromium: [23424:23877:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:28:52.141 23424 23877 I chromium: [23424:23877:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:28:52.344 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:28:52.507 23424 23424 D cr_NetUtil: [NetUtil.java:123] interfaceSupportsWakeOnLan(): Interface wlan0 not supported +02-27 08:28:52.769 23424 23593 W chromium: [23424:23593:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:52.770 23424 23593 W chromium: [23424:23593:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:52.770 23424 23593 W chromium: [23424:23593:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:52.770 23424 23593 W chromium: [23424:23593:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:52.770 23424 23593 W chromium: [23424:23593:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:52.770 23424 23593 W chromium: [23424:23593:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:52.770 23424 23593 W chromium: [23424:23593:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:52.770 23424 23593 W chromium: [23424:23593:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:52.770 23424 23593 W chromium: [23424:23593:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:52.770 23424 23593 W chromium: [23424:23593:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:52.770 23424 23593 W chromium: [23424:23593:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:52.770 23424 23593 W chromium: [23424:23593:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:52.774 23424 23593 I chromium: [23424:23593:INFO:net_util_impl.cc(511)] IP address: [REDACTED] MAC address: [REDACTED] +02-27 08:28:52.813 23424 23593 W chromium: [23424:23593:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:52.813 23424 23593 W chromium: [23424:23593:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:52.813 23424 23593 W chromium: [23424:23593:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:52.813 23424 23593 W chromium: [23424:23593:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:52.813 23424 23593 W chromium: [23424:23593:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:52.813 23424 23593 W chromium: [23424:23593:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:52.813 23424 23593 W chromium: [23424:23593:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:52.813 23424 23593 W chromium: [23424:23593:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:52.813 23424 23593 W chromium: [23424:23593:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:52.813 23424 23593 W chromium: [23424:23593:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:52.813 23424 23593 W chromium: [23424:23593:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:52.813 23424 23593 W chromium: [23424:23593:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:28:52.813 23424 23593 I chromium: [23424:23593:INFO:net_util_impl.cc(511)] IP address: [REDACTED] MAC address: [REDACTED] +02-27 08:28:52.837 505 514 I system_server: Background concurrent copying GC freed 1872709(48MB) AllocSpace objects, 0(0B) LOS objects, 32% free, 49MB/73MB, paused 83us,1.399ms total 1.686s +02-27 08:28:52.858 505 830 W ContentProviderHelper: Slow operation: 75ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:28:52.858 505 830 W ContentProviderHelper: Slow operation: 76ms so far, now at getContentProviderImpl: done! +02-27 08:28:52.874 505 542 D CompanionDeviceManagerService: onPackageModified(packageName = com.google.android.tvrecommendations) +02-27 08:28:52.885 23891 23891 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.permissioncontroller' set to: 'default' +02-27 08:28:52.889 23891 23891 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:28:52.891 505 615 I RoleService: Granting default roles... +02-27 08:28:52.904 23891 23891 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:28:52.904 20937 20937 V MediaPlayerList: mPackageChangedBroadcastReceiver: action: android.intent.action.PACKAGE_CHANGED +02-27 08:28:52.904 20937 20937 D MediaPlayerList: Name of package changed: com.google.android.tvrecommendations +02-27 08:28:52.924 23891 23891 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:28:52.964 23512 23512 I Choreographer: Skipped 495 frames! The application may be doing too much work on its main thread. +02-27 08:28:52.999 23424 23591 I chromium: [23424:23591:INFO:libupnp_wrapper_async.cc(144)] SSDP server is initialized: root_device_desc_url = http://10.0.2.16:8008/ssdp/device-desc.xml, handle = 1 +02-27 08:28:53.182 505 542 W Looper : Slow dispatch took 146ms android.fg h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null m=2 +02-27 08:28:53.205 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:28:53.205 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:28:53.261 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:28:53.254 23424 23877 I chromium: [23424:23877:INFO:mdns_app_filter.cc(1602)] MdnsAppFilter: Done probing. +02-27 08:28:53.277 505 505 W Looper : Slow dispatch took 288ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$PostNotificationRunnable@e737fd7 m=0 +02-27 08:28:53.289 505 505 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:28:53.290 505 505 V NotificationListeners: Not registering ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} is already bound +02-27 08:28:53.294 23424 23434 W apps.mediashel: Suspending all threads took: 5.184ms +02-27 08:28:53.315 505 505 W Looper : Slow delivery took 376ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=null m=8 +02-27 08:28:53.366 23512 23512 E Clearcut-EventLogger: Unexpected log parameter shown_channel_count +02-27 08:28:53.369 23424 23424 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:28:53.383 22906 23404 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:28:53.384 505 553 W Searchables: No global search activity found +02-27 08:28:53.388 23424 23424 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:28:53.390 23424 23424 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:28:53.444 505 505 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10049; state: DISABLED +02-27 08:28:53.444 505 505 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10049; state: DISABLED +02-27 08:28:53.444 505 505 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10049; state: DISABLED +02-27 08:28:53.444 505 505 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10049; state: ENABLED +02-27 08:28:53.445 505 505 W Looper : Slow dispatch took 110ms main h=android.os.Handler c=com.android.server.tv.TvRemoteProviderWatcher$2@82b00e9 m=0 +02-27 08:28:53.447 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10049; state: ENABLED +02-27 08:28:53.453 505 505 W Looper : Drained +02-27 08:28:53.466 322 322 D Zygote : Forked child process 23947 +02-27 08:28:53.468 770 770 D TvNotificationHandler: Notification added +02-27 08:28:53.468 505 555 I ActivityManager: Start proc 23947:com.google.android.tv.remote.service/u0a49 for service {com.google.android.tv.remote.service/com.google.android.tv.remote.service.AtvRemoteProviderService} +02-27 08:28:53.493 23736 23779 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10052; state: ENABLED +02-27 08:28:53.506 22906 23404 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:28:53.529 182 182 I lowmemorykiller: Kill 'com.google.android.apps.mediashell' (23424), uid 10054, oom_score_adj 500 to free 88316kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (233%) +02-27 08:28:53.590 198 23762 I keystore2: keystore2::watchdog: Watchdog thread idle -> terminating. Have a great day. +02-27 08:28:53.632 23512 23543 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10048; state: ENABLED +02-27 08:28:53.653 23947 23947 E .remote.servic: Not starting debugger since process cannot load the jdwp agent. +02-27 08:28:53.667 505 1925 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10054/23424, android.os.BinderProxy@ec3dccb) +02-27 08:28:53.667 505 2796 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10054/23424, android.os.BinderProxy@41f1b9a) +02-27 08:28:53.686 322 322 I Zygote : Process 23424 exited due to signal 9 (Killed) +02-27 08:28:53.689 505 1212 E WifiMulticastLockManager: Multicaster binderDied +02-27 08:28:53.724 505 541 I ActivityManager: Process com.google.android.apps.mediashell (pid 23424) has died: svc SVC +02-27 08:28:53.729 505 556 I libprocessgroup: Successfully killed process cgroup uid 10054 pid 23424 in 0ms +02-27 08:28:53.731 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=312, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] (release request) +02-27 08:28:53.749 505 541 W ActivityManager: Scheduling restart of crashed service com.google.android.apps.mediashell/.MediaShellCastReceiverService in 33456ms for start-requested +02-27 08:28:53.754 23499 23945 I Icing : Using TV flags by method 2 +02-27 08:28:53.756 23499 23518 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:28:53.756 23499 23518 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:28:53.804 505 541 W ActivityManager: Stopping service due to app idle: u0a49 -2m16s633ms com.google.android.tv.remote.service/.RemoteService +02-27 08:28:53.825 23891 23891 I CarUiInstaller: CarUiInstaller started for com.google.android.permissioncontroller +02-27 08:28:53.864 22906 23404 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:28:53.869 23512 23864 D DynamitePackage: Instantiated singleton DynamitePackage. +02-27 08:28:53.869 23512 23864 D DynamitePackage: Instantiating com.google.android.gms.ads.adshield.ChimeraAdShieldCreatorImpl +02-27 08:28:53.903 505 1685 W ActivityManager: Slow operation: 53ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:28:53.904 505 1685 W ActivityManager: Slow operation: 55ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:28:53.929 22906 23404 E JavaBinder: *** Uncaught remote exception! (Exceptions are not yet supported across processes.) +02-27 08:28:53.929 22906 23404 E JavaBinder: android.database.StaleDataException: Attempted to access a cursor after it has been closed. +02-27 08:28:53.929 22906 23404 E JavaBinder: at android.database.CursorToBulkCursorAdaptor.throwIfCursorIsClosed(CursorToBulkCursorAdaptor.java:137) +02-27 08:28:53.929 22906 23404 E JavaBinder: at android.database.CursorToBulkCursorAdaptor.getBulkCursorDescriptor(CursorToBulkCursorAdaptor.java:155) +02-27 08:28:53.929 22906 23404 E JavaBinder: at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:117) +02-27 08:28:53.929 22906 23404 E JavaBinder: at android.os.Binder.execTransactInternal(Binder.java:1179) +02-27 08:28:53.929 22906 23404 E JavaBinder: at android.os.Binder.execTransact(Binder.java:1143) +02-27 08:28:53.930 505 1685 W ActivityManager: Slow operation: 81ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:28:53.953 23947 23947 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10049; state: ENABLED +02-27 08:28:53.974 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 08:28:53.974 505 2673 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 08:28:53.974 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 08:28:53.974 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 08:28:53.978 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 08:28:53.986 322 322 D Zygote : Forked child process 23973 +02-27 08:28:53.995 505 555 I ActivityManager: Start proc 23973:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:28:54.245 22906 23104 W GLSUser : [AppCertManager] IOException while requesting key: +02-27 08:28:54.245 22906 23104 W GLSUser : java.io.IOException: Invalid device key response. +02-27 08:28:54.245 22906 23104 W GLSUser : at jpp.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):30) +02-27 08:28:54.245 22906 23104 W GLSUser : at jpn.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:28:54.245 22906 23104 W GLSUser : at jpi.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:28:54.245 22906 23104 W GLSUser : at jpl.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:28:54.245 22906 23104 W GLSUser : at hob.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):13) +02-27 08:28:54.245 22906 23104 W GLSUser : at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:28:54.245 22906 23104 W GLSUser : at oiz.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):6) +02-27 08:28:54.245 22906 23104 W GLSUser : at oiz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:28:54.245 22906 23104 W GLSUser : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:28:54.245 22906 23104 W GLSUser : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:28:54.245 22906 23104 W GLSUser : at ooc.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:28:54.245 22906 23104 W GLSUser : at java.lang.Thread.run(Thread.java:920) +02-27 08:28:54.251 505 555 W ActivityManager: Slow operation: 267ms so far, now at startProcess: done updating pids map +02-27 08:28:54.322 23512 23512 I Choreographer: Skipped 55 frames! The application may be doing too much work on its main thread. +02-27 08:28:54.383 22906 22919 I .gms.persisten: Compiler allocated 4317KB to compile void mqg.f(android.content.Context) +02-27 08:28:54.476 23973 23973 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 08:28:54.540 23512 23994 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:28:54.540 23512 23991 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:28:54.562 23512 23999 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:28:54.566 23512 23990 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:28:54.566 23512 23970 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:28:54.566 23512 23987 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:28:54.566 23512 23995 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:28:54.566 23512 23993 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:28:54.566 23512 23988 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:28:54.568 23512 23512 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:28:54.569 23512 23994 I roid.tvlaunche: WaitForGcToComplete blocked ClassLinker on ClassLinker for 35.385ms +02-27 08:28:54.570 23512 23991 I roid.tvlaunche: WaitForGcToComplete blocked ClassLinker on ClassLinker for 29.519ms +02-27 08:28:54.570 23512 23999 I roid.tvlaunche: WaitForGcToComplete blocked ClassLinker on ClassLinker for 7.689ms +02-27 08:28:54.582 23512 23512 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:28:54.655 505 3356 D ConnectivityService: requestNetwork for uid/pid:10048/23512 activeRequest: null callbackRequest: 314 [NetworkRequest [ REQUEST id=315, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:28:54.691 23973 23973 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 08:28:54.857 505 514 W system_server: Suspending all threads took: 12.808ms +02-27 08:28:54.881 505 709 D ConnectivityService: NetReassign [315 : null → 101] +02-27 08:28:55.125 23947 23947 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AtvRemoteService/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:28:55.534 505 505 W Looper : Slow dispatch took 141ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:28:55.626 23891 23891 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:28:55.643 505 514 I system_server: Background young concurrent copying GC freed 2654603(66MB) AllocSpace objects, 7(564KB) LOS objects, 33% free, 48MB/72MB, paused 7.845ms,49.246ms total 1.406s +02-27 08:28:55.645 505 572 E VerityUtils: Failed to measure fs-verity, errno 1: /product/priv-app/TVLauncher/TVLauncher.apk +02-27 08:28:55.640 505 505 W PackageManagerB: type=1400 audit(0.0:2077): avc: denied { ioctl } for path="/product/priv-app/TVLauncher/TVLauncher.apk" dev="dm-2" ino=220 ioctlcmd=0x6686 scontext=u:r:system_server:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 +02-27 08:28:55.664 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=315, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:28:55.672 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=315, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:28:55.673 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=315, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:28:55.720 23947 23959 I .remote.servic: Background young concurrent copying GC freed 12980(581KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1873KB/25MB, paused 37.655ms,72us total 140.513ms +02-27 08:28:55.740 23947 23947 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tv.remote.service' set to: 'default' +02-27 08:28:55.741 23947 23947 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:28:55.750 23947 23947 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:28:55.761 23947 23947 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:28:55.766 23512 23521 I roid.tvlaunche: Background concurrent copying GC freed 17046(1492KB) AllocSpace objects, 5(160KB) LOS objects, 49% free, 4630KB/9260KB, paused 52us,24us total 169.177ms +02-27 08:28:55.794 23499 23790 I GmscoreIpa: (REDACTED) Using %s flags by method %d +02-27 08:28:55.820 23891 24017 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:28:55.834 23891 23906 I PermissionControllerServiceImpl: Updating user sensitive for uid 10052 +02-27 08:28:55.840 23891 24017 W Role : Cannot get ApplicationInfo for default holder: com.android.contacts +02-27 08:28:55.949 23512 23512 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:28:55.949 23512 23512 W Glide : class byq: Received null model +02-27 08:28:55.954 23973 23973 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:28:55.963 23499 23788 I Icing : Storage manager: low false usage 1.54MB avail 5.40GB capacity 5.80GB +02-27 08:28:55.966 23891 23917 I PermissionControllerServiceImpl: Updating user sensitive for uid 10052 +02-27 08:28:56.003 23947 23947 I AtvRemote.Application: Application started +02-27 08:28:56.008 23474 23474 W Binder:23474_3: type=1400 audit(0.0:2078): avc: denied { read } for name="u:object_r:system_adbd_prop:s0" dev="tmpfs" ino=236 scontext=u:r:gmscore_app:s0:c512,c768 tcontext=u:object_r:system_adbd_prop:s0 tclass=file permissive=0 app=com.google.android.gms +02-27 08:28:56.008 23474 23474 W Binder:23474_3: type=1400 audit(0.0:2079): avc: denied { read } for name="u:object_r:adbd_prop:s0" dev="tmpfs" ino=46 scontext=u:r:gmscore_app:s0:c512,c768 tcontext=u:object_r:adbd_prop:s0 tclass=file permissive=0 app=com.google.android.gms +02-27 08:28:56.011 23474 23491 W libc : Access denied finding property "persist.adb.tls_server.enable" +02-27 08:28:56.011 23474 23491 W libc : Access denied finding property "service.adb.tls.port" +02-27 08:28:56.221 23947 24028 W .remote.servic: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:28:56.288 23947 24028 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:28:56.289 23947 24028 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:28:56.377 23891 24017 W Role : Cannot get ApplicationInfo for default holder: com.android.gallery3d +02-27 08:28:56.429 23512 23512 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:28:56.429 23512 23512 W Glide : class byq: Received null model +02-27 08:28:56.525 23499 24031 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=ContactsIndexer serviceId=33 +02-27 08:28:56.546 23499 24033 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=32 +02-27 08:28:56.555 23499 24034 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36 +02-27 08:28:56.584 182 182 I lowmemorykiller: Kill 'com.google.android.gms' (23499), uid 10057, oom_score_adj 100 to free 88748kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (307%) +02-27 08:28:56.598 23512 23512 I Choreographer: Skipped 85 frames! The application may be doing too much work on its main thread. +02-27 08:28:56.610 23973 23973 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 08:28:56.610 23973 23973 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:28:56.618 505 2251 I ActivityManager: Background started FGS: Allowed [callingPackage: com.google.android.tv.remote.service; callingUid: 10049; uidState: BFGS; intent: Intent { cmp=com.google.android.tv.remote.service/.RemoteService }; code:BACKGROUND_ACTIVITY_PERMISSION; tempAllowListReason:; targetSdkVersion:31; callerTargetSdkVersion:31; startForegroundCount:0; bindFromPackage:null] +02-27 08:28:56.632 322 322 I Zygote : Process 23499 exited due to signal 9 (Killed) +02-27 08:28:56.685 23973 23973 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:28:56.706 23973 23973 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:28:56.721 505 514 W system_server: Suspending all threads took: 8.198ms +02-27 08:28:56.900 23512 23972 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:28:56.900 23512 23972 W GmsClient: android.os.DeadObjectException +02-27 08:28:56.900 23512 23972 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:28:56.900 23512 23972 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:28:56.900 23512 23972 W GmsClient: at alw.t(:com.google.android.gms.policy_ads_fdr_dynamite@222508000@222508000057.455804270.455804270:12) +02-27 08:28:56.900 23512 23972 W GmsClient: at alt.a(:com.google.android.gms.policy_ads_fdr_dynamite@222508000@222508000057.455804270.455804270:1) +02-27 08:28:56.900 23512 23972 W GmsClient: at alv.c(:com.google.android.gms.policy_ads_fdr_dynamite@222508000@222508000057.455804270.455804270:0) +02-27 08:28:56.900 23512 23972 W GmsClient: at alm.d(:com.google.android.gms.policy_ads_fdr_dynamite@222508000@222508000057.455804270.455804270:2) +02-27 08:28:56.900 23512 23972 W GmsClient: at alp.handleMessage(:com.google.android.gms.policy_ads_fdr_dynamite@222508000@222508000057.455804270.455804270:27) +02-27 08:28:56.900 23512 23972 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:106) +02-27 08:28:56.900 23512 23972 W GmsClient: at arz.a(:com.google.android.gms.policy_ads_fdr_dynamite@222508000@222508000057.455804270.455804270:0) +02-27 08:28:56.900 23512 23972 W GmsClient: at arz.dispatchMessage(:com.google.android.gms.policy_ads_fdr_dynamite@222508000@222508000057.455804270.455804270:0) +02-27 08:28:56.900 23512 23972 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:28:56.900 23512 23972 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:28:56.900 23512 23972 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:28:57.309 23512 23512 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:28:57.321 505 543 W Looper : Slow dispatch took 621ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:28:57.363 505 514 I system_server: Background young concurrent copying GC freed 2391637(60MB) AllocSpace objects, 1(516KB) LOS objects, 35% free, 43MB/67MB, paused 14.965ms,8.962ms total 982.033ms +02-27 08:28:57.497 182 182 W lowmemorykiller: Failed to open /proc/23499/oom_score_adj; errno=2: process 23499 might have been killed +02-27 08:28:57.519 182 182 W lowmemorykiller: Failed to open /proc/23499/oom_score_adj; errno=2: process 23499 might have been killed +02-27 08:28:57.521 505 594 I ActivityManager: Process com.google.android.gms (pid 23499) has died: vis BTOP +02-27 08:28:57.529 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 23499 in 0ms +02-27 08:28:57.538 505 594 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsBoundBrokerService in 1000ms for connection +02-27 08:28:57.538 505 594 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.icing.service.IndexWorkerService in 11000ms for start-requested +02-27 08:28:57.538 505 594 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.gass.GassService in 39667ms for connection +02-27 08:28:57.538 505 594 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsIntentOperationService in 49667ms for start-requested +02-27 08:28:57.588 505 2621 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:28:57.598 505 505 W Looper : Slow dispatch took 296ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:28:57.601 505 505 W Looper : Slow delivery took 277ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=3 +02-27 08:28:57.609 505 505 W Looper : Drained +02-27 08:28:57.660 22906 22925 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:28:57.662 22906 22925 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:28:57.712 23891 24017 W Role : Cannot get ApplicationInfo for default holder: com.google.android.katniss +02-27 08:28:57.744 22906 22925 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:28:57.753 22906 22925 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:28:57.769 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:28:57.774 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:28:57.848 23512 23512 I Choreographer: Skipped 40 frames! The application may be doing too much work on its main thread. +02-27 08:28:57.860 22906 24038 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:28:57.894 23512 23624 D EGL_emulation: app_time_stats: avg=1126.02ms min=12.99ms max=4584.34ms count=5 +02-27 08:28:58.467 23947 23947 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:28:58.522 23512 23512 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:28:58.555 23512 23512 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:28:59.021 505 514 I system_server: Background young concurrent copying GC freed 2256790(56MB) AllocSpace objects, 1(36KB) LOS objects, 37% free, 40MB/64MB, paused 9.062ms,1.447ms total 948.830ms +02-27 08:28:59.122 505 2243 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:28:59.122 505 2243 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:28:59.122 505 2243 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:28:59.122 505 2243 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:28:59.130 505 555 W ActivityManager: Slow operation: 103ms so far, now at startProcess: asking zygote to start proc +02-27 08:28:59.130 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:28:59.130 505 2243 W ActivityManager: Slow operation: 135ms so far, now at startProcess: done starting proc! +02-27 08:28:59.164 322 322 D Zygote : Forked child process 24063 +02-27 08:28:59.170 505 555 W ActivityManager: Slow operation: 138ms so far, now at startProcess: returned from zygote! +02-27 08:28:59.184 505 555 W ActivityManager: Slow operation: 157ms so far, now at startProcess: done updating battery stats +02-27 08:28:59.187 505 555 W ActivityManager: Slow operation: 160ms so far, now at startProcess: building log message +02-27 08:28:59.187 505 555 I ActivityManager: Start proc 24063:com.google.android.gms/u0a57 for service {com.google.android.gms/com.google.android.gms.gass.GassService} +02-27 08:28:59.187 505 555 W ActivityManager: Slow operation: 160ms so far, now at startProcess: starting to update pids map +02-27 08:28:59.189 505 555 W ActivityManager: Slow operation: 162ms so far, now at startProcess: done updating pids map +02-27 08:28:59.235 23512 23624 D EGL_emulation: app_time_stats: avg=318.57ms min=9.33ms max=921.68ms count=4 +02-27 08:28:59.237 23947 23947 I AtvRemote.RemoteService: Starting bluetooth server +02-27 08:28:59.275 22906 23103 W GLSUser : [AppCertManager] Failed to get security token. +02-27 08:28:59.275 22906 23103 W GLSUser : java.io.IOException: Invalid scope +02-27 08:28:59.275 22906 23103 W GLSUser : at xom.d(:com.google.android.gms@223616103@22.36.16 (180406-476895098):22) +02-27 08:28:59.275 22906 23103 W GLSUser : at xom.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):8) +02-27 08:28:59.275 22906 23103 W GLSUser : at jpp.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):14) +02-27 08:28:59.275 22906 23103 W GLSUser : at jpn.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:28:59.275 22906 23103 W GLSUser : at jpi.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:28:59.275 22906 23103 W GLSUser : at jpl.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:28:59.275 22906 23103 W GLSUser : at hob.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):13) +02-27 08:28:59.275 22906 23103 W GLSUser : at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:28:59.275 22906 23103 W GLSUser : at oiz.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):6) +02-27 08:28:59.275 22906 23103 W GLSUser : at oiz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:28:59.275 22906 23103 W GLSUser : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:28:59.275 22906 23103 W GLSUser : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:28:59.275 22906 23103 W GLSUser : at ooc.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:28:59.275 22906 23103 W GLSUser : at java.lang.Thread.run(Thread.java:920) +02-27 08:28:59.285 24063 24063 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. +02-27 08:28:59.446 505 2243 D CompatibilityChangeReporter: Compat change id reported: 181136395; UID 10048; state: DISABLED +02-27 08:28:59.448 505 2243 D CompatibilityChangeReporter: Compat change id reported: 174042936; UID 10048; state: DISABLED +02-27 08:28:59.463 23973 23973 I DeviceStatusMonitor: DeviceStatusMonitor.updateCountryInfo():121 updateCountryInfo(), notifyAnyway = true +02-27 08:28:59.517 505 2673 W ActivityManager: Slow operation: 55ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:28:59.517 505 2673 W ActivityManager: Slow operation: 55ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:28:59.538 505 2673 W ActivityManager: Slow operation: 76ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:28:59.539 24063 24063 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:28:59.593 182 182 I lowmemorykiller: Kill 'com.google.android.gms.unstable' (23474), uid 10057, oom_score_adj 905 to free 65740kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (431%) +02-27 08:28:59.669 322 322 I Zygote : Process 23474 exited due to signal 9 (Killed) +02-27 08:28:59.710 20937 21411 I bt_btif_sock_rfcomm: system/bt/btif/src/btif_sock_rfc.cc:303 btsock_rfc_listen: Adding listening socket service_name: Android TV Remote - channel: -1 +02-27 08:28:59.752 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:28:59.787 20937 21204 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=6, is_server=1, mtu=990, uuid=000000, dlci=12, signal_state=0x0b, p_port=0x7a81908d28 +02-27 08:29:00.026 505 2243 I ActivityManager: Process com.google.android.gms.unstable (pid 23474) has died: cch+5 CEM +02-27 08:29:00.026 505 505 W Looper : Slow delivery took 297ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=5 +02-27 08:29:00.029 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 23474 in 0ms +02-27 08:29:00.041 23947 23947 I AtvRemote.BluetoothServer: Starting Bluetooth LE advertising +02-27 08:29:00.107 23947 23947 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:29:00.122 505 505 W Looper : Drained +02-27 08:29:00.126 23947 23947 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:29:00.463 23512 23624 D EGL_emulation: app_time_stats: avg=22.09ms min=5.10ms max=296.89ms count=44 +02-27 08:29:00.695 24063 24063 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:29:00.824 505 514 I system_server: Background young concurrent copying GC freed 2162446(54MB) AllocSpace objects, 1(20KB) LOS objects, 19% free, 51MB/64MB, paused 2.107ms,122us total 1.304s +02-27 08:29:00.866 505 712 D NsdService: mdnssd [stop-service] +02-27 08:29:00.910 23973 23973 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = true +02-27 08:29:00.996 22906 23113 W Brotli : Brotli not supported for Android TVs +02-27 08:29:00.995 23973 23973 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:29:01.001 23973 23973 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:29:01.021 505 830 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #14263} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (24 skipped) +02-27 08:29:01.044 505 830 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10049; state: DISABLED +02-27 08:29:01.059 22906 23103 W GLSUser : [AppCertManager] IOException while requesting key: +02-27 08:29:01.059 22906 23103 W GLSUser : java.io.IOException: Invalid device key response. +02-27 08:29:01.059 22906 23103 W GLSUser : at jpp.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):30) +02-27 08:29:01.059 22906 23103 W GLSUser : at jpn.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:29:01.059 22906 23103 W GLSUser : at jpi.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:29:01.059 22906 23103 W GLSUser : at jpl.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:29:01.059 22906 23103 W GLSUser : at hob.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):13) +02-27 08:29:01.059 22906 23103 W GLSUser : at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:29:01.059 22906 23103 W GLSUser : at oiz.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):6) +02-27 08:29:01.059 22906 23103 W GLSUser : at oiz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):7) +02-27 08:29:01.059 22906 23103 W GLSUser : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:29:01.059 22906 23103 W GLSUser : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:29:01.059 22906 23103 W GLSUser : at ooc.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:29:01.059 22906 23103 W GLSUser : at java.lang.Thread.run(Thread.java:920) +02-27 08:29:01.125 24063 24063 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:29:01.125 24063 24063 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:29:01.153 23973 23973 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:29:01.177 23973 24088 E FileCache: FileCache.clearObsoleteFilesInternal():271 Failed to delete all obsolete files under folder: /data/user_de/0/com.google.android.inputmethod.latin/cache/kb_def +02-27 08:29:01.190 24063 24063 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:29:01.197 22906 23111 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:29:01.197 24063 24063 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:29:01.201 505 514 I system_server: Background young concurrent copying GC freed 2099011(52MB) AllocSpace objects, 0(0B) LOS objects, 58% free, 16MB/40MB, paused 2.967ms,960us total 155.552ms +02-27 08:29:01.209 23973 23973 I TVLatinApp: TVLatinApp.initialize():527 initialize() +02-27 08:29:01.217 24063 24063 I gle.android.gm: Waiting for a blocking GC ClassLinker +02-27 08:29:01.223 24063 24063 I gle.android.gm: WaitForGcToComplete blocked ClassLinker on Background for 5.621ms +02-27 08:29:01.227 23947 23947 I AtvRemote.BluetoothServer: Advertising on LE Settings [mAdvertiseMode=0, mAdvertiseTxPowerLevel=2, mAdvertiseConnectable=true, mAdvertiseTimeoutMillis=0] +02-27 08:29:01.232 23947 23947 D TvRemoteProvider: openRemoteInputBridge() for virtual-search: success +02-27 08:29:01.240 505 1395 I TvRemote-native-uiBridge: Registering uinput device virtual-search: touch pad size 1x1, max pointers 1. +02-27 08:29:01.241 505 1395 E TvRemote-native-uiBridge: Cannot open /dev/uinput: Permission denied. +02-27 08:29:01.236 505 505 W Binder:505_B: type=1400 audit(0.0:2080): avc: denied { write } for name="uinput" dev="tmpfs" ino=382 scontext=u:r:system_server:s0 tcontext=u:object_r:uhid_device:s0 tclass=chr_file permissive=0 +02-27 08:29:01.243 505 1395 E TvRemoteServiceInput: Cannot create device for virtual-search +02-27 08:29:01.287 23973 23973 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:29:01.336 23973 24057 I LauncherIconVisibilityInitializerBase: LauncherIconVisibilityInitializerBase.lambda$doUpdate$0():52 doUpdate() : Visible = false +02-27 08:29:01.347 23973 23973 I AndroidIME: TVLatinApp.onUserUnlocked():254 device protected preferences are migrated +02-27 08:29:01.373 23947 24096 I AtvRemote.TcpServer: Listening on 6466 +02-27 08:29:01.407 505 1395 I ActivityManager: Background started FGS: Allowed [callingPackage: com.google.android.tv.remote.service; callingUid: 10049; uidState: FGS ; intent: Intent { cmp=com.google.android.tv.remote.service/.DiscoveryService }; code:BACKGROUND_ACTIVITY_PERMISSION; tempAllowListReason:; targetSdkVersion:31; callerTargetSdkVersion:31; startForegroundCount:0; bindFromPackage:null] +02-27 08:29:01.424 23973 23973 I PhenotypeModule: PhenotypeModule.onCreate():142 onCreate() +02-27 08:29:01.426 23973 23973 I PhenotypeModule: PhenotypeModule.maybeFetchAndUpdate():169 maybeFetchAndUpdate: forceRefresh=true +02-27 08:29:01.439 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:29:01.440 23973 24101 W putmethod.lati: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:29:01.440 23973 24101 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:29:01.440 23973 24101 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:29:01.461 505 712 D NsdService: New client listening to asynchronous messages +02-27 08:29:01.461 505 712 D NsdService: New client, channel: com.android.internal.util.AsyncChannel@8ad90f3 messenger: android.os.Messenger@302f1b0 +02-27 08:29:01.462 23947 23947 D CompatibilityChangeReporter: Compat change id reported: 191844585; UID 10049; state: ENABLED +02-27 08:29:01.473 505 712 D NsdService: Register service +02-27 08:29:01.473 505 712 D NsdService: mdnssd [start-service] +02-27 08:29:01.473 23947 23947 I AtvRemote.RemoteService: Starting up pairing server. +02-27 08:29:01.521 23973 24097 I ShortcutsDataManager: ShortcutsDataManager.onContentChanged():73 onContentChanged() +02-27 08:29:01.521 23973 24097 I ContactsDataManager: ContactsDataManager.onContentChanged():159 onContentChanged() +02-27 08:29:01.522 23973 24110 I SuperpacksManager: SuperpacksManager.initializeInternal():509 initializeInternal() +02-27 08:29:01.524 23973 24097 I EmailDataManager: EmailDataManager.onContentChanged():115 onContentChanged() +02-27 08:29:01.558 23973 23973 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:29:01.560 23973 23973 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:29:01.561 23973 23973 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:29:01.574 23973 24099 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:29:01.740 505 712 D NsdService: registerService: 19 name: sdk_google_atv64_arm64, type: _androidtvremote2._tcp., host: null, port: 6466, txtRecord: bt=BB:BB:BB:00:00:01 +02-27 08:29:01.742 505 712 D NsdService: mdnssd [register, 19, sdk_google_atv64_arm64, _androidtvremote2._tcp., 6466, FGJ0PUJCOkJCOkJCOjAwOjAwOjAx] +02-27 08:29:01.748 505 712 D NsdService: Register 2 19 +02-27 08:29:01.841 23973 24110 I SuperpacksManager: SuperpacksManager.initializeInternal():556 Switched background task scheduler: false +02-27 08:29:01.856 23973 24099 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:29:01.891 23973 24110 I JobSchedulerImpl: JobSchedulerImpl.schedule():73 Schedule task: superpacks-gc-task. Cancel the pre-existing task. +02-27 08:29:01.907 505 514 W system_server: Suspending all threads took: 5.873ms +02-27 08:29:01.944 23973 23973 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:29:01.944 23973 23973 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:29:01.945 23973 23973 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:29:01.961 23973 23973 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:29:01.961 23973 23973 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:29:01.962 23973 23973 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:29:01.981 23973 23973 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:29:01.990 23973 23973 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:29:01.990 23973 23973 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:29:01.992 23973 23973 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:29:01.993 23973 23973 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:29:01.994 23973 23973 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:29:01.994 23973 23973 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:29:02.000 23973 23973 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:29:02.000 23973 23973 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:29:02.000 23973 23973 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:29:02.002 23973 23973 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:29:02.004 23973 23973 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:29:02.008 23973 23973 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:29:02.009 23973 23973 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:29:02.009 23973 23973 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:29:02.010 23973 23973 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:29:02.010 23973 23973 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:29:02.093 23973 24117 I JapaneseMozcExtension: JapaneseMozcExtension.onCreateServiceInternal():78 onCreateServiceInternal() +02-27 08:29:02.099 23973 24110 I JobSchedulerImpl: JobSchedulerImpl.schedule():91 Schedule task: superpacks-gc-task. Success. +02-27 08:29:02.101 23512 23624 D EGL_emulation: app_time_stats: avg=76.81ms min=7.82ms max=1221.56ms count=20 +02-27 08:29:02.109 24063 24063 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:29:02.112 505 514 I system_server: Background young concurrent copying GC freed 1194119(29MB) AllocSpace objects, 1(36KB) LOS objects, 32% free, 27MB/40MB, paused 1.594ms,7.303ms total 362.332ms +02-27 08:29:02.113 23973 24119 I NetworkInfoNotification: NetworkInfoNotification$Listener.onReceive():93 onNetworkAvailable: networkState = NON_METERED, isAirplaneModeOn = false +02-27 08:29:02.124 24063 24063 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:29:02.124 24063 24063 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:29:02.140 22906 23113 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:29:02.140 23973 23973 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 5 +02-27 08:29:02.141 23973 23973 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 5 +02-27 08:29:02.142 23973 23973 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 15 +02-27 08:29:02.142 23973 23973 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 15 +02-27 08:29:02.143 23973 23973 I DeviceStatusMonitor: DeviceStatusMonitor$1.onReceive():58 onReceive() : Action = android.net.conn.CONNECTIVITY_CHANGE +02-27 08:29:02.144 505 516 E System : Uncaught exception thrown by finalizer +02-27 08:29:02.156 505 516 E System : java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Object.equals(java.lang.Object)' on a null object reference +02-27 08:29:02.156 505 516 E System : at com.android.server.tv.UinputBridge.isTokenValid(UinputBridge.java:135) +02-27 08:29:02.156 505 516 E System : at com.android.server.tv.UinputBridge.close(UinputBridge.java:119) +02-27 08:29:02.156 505 516 E System : at com.android.server.tv.UinputBridge.finalize(UinputBridge.java:111) +02-27 08:29:02.156 505 516 E System : at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:291) +02-27 08:29:02.156 505 516 E System : at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:278) +02-27 08:29:02.156 505 516 E System : at java.lang.Daemons$Daemon.run(Daemons.java:139) +02-27 08:29:02.156 505 516 E System : at java.lang.Thread.run(Thread.java:920) +02-27 08:29:02.164 23973 23973 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = false +02-27 08:29:02.164 23973 23973 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 15 +02-27 08:29:02.164 23973 23973 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 15 +02-27 08:29:02.184 23973 23973 I UrgentSignalsProcessor: UrgentSignalsProcessor.flagUpdated():97 Received flagsUpdated for urgent signal +02-27 08:29:02.192 23973 23973 I DictionarySuperpacksManager: DictionarySuperpacksManager$1.onEnabledInputMethodEntriesChanged():60 onEnabledInputMethodEntriesChanged +02-27 08:29:02.192 23973 23973 I MetricsProcessorProviderManager: MetricsProcessorProviderManager.onClearcutAdapterReady():102 onClearcutAdapterReady +02-27 08:29:02.214 23973 23973 I KeyboardDefManager: KeyboardDefManager$LoadKeyboardDefTask$1.onFailure():184 Task to load keyboard def was canceled. +02-27 08:29:02.214 23973 23973 I KeyboardDefManager: java.util.concurrent.CancellationException: Task was cancelled. +02-27 08:29:02.214 23973 23973 I KeyboardDefManager: at jke.s(PG:3) +02-27 08:29:02.214 23973 23973 I KeyboardDefManager: at jke.get(PG:4) +02-27 08:29:02.214 23973 23973 I KeyboardDefManager: at job.k(PG:1) +02-27 08:29:02.214 23973 23973 I KeyboardDefManager: at job.E(PG:2) +02-27 08:29:02.214 23973 23973 I KeyboardDefManager: at jma.run(PG:4) +02-27 08:29:02.214 23973 23973 I KeyboardDefManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:29:02.214 23973 23973 I KeyboardDefManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:29:02.214 23973 23973 I KeyboardDefManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:29:02.214 23973 23973 I KeyboardDefManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:29:02.214 23973 23973 I KeyboardDefManager: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:29:02.214 23973 23973 I KeyboardDefManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:29:02.214 23973 23973 I KeyboardDefManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:29:02.214 23973 23973 I KeyboardDefManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:29:02.250 24063 24063 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:29:02.308 24063 24063 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:29:02.329 505 2673 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10066; state: DISABLED +02-27 08:29:02.428 24063 24063 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:29:02.430 24063 24129 I GMS_MM_Logger: Started. +02-27 08:29:02.434 24063 24128 I Watchcat: Started +02-27 08:29:02.540 505 514 W system_server: Suspending all threads took: 36.127ms +02-27 08:29:02.724 505 542 W Looper : Slow dispatch took 144ms android.fg h=android.os.Handler c=null m=606 +02-27 08:29:02.728 505 712 D NsdService: Native daemon message SERVICE_REGISTERED: 606 19 "sdk_google_atv64_arm64" +02-27 08:29:02.741 23973 24133 I PhenotypeModule: PhenotypeModule.handlePhenotypeConfigurationUpdatesInternal():365 Latency of updating configurations from phenotype (experiment v4): 17 +02-27 08:29:02.742 23973 24133 I PhenotypeModule: PhenotypeModule.handlePhenotypeConfigurationUpdates():264 Latency of updating configurations from phenotype (ExperimentV4): 25 +02-27 08:29:02.743 505 514 I system_server: Background young concurrent copying GC freed 1084569(27MB) AllocSpace objects, 0(0B) LOS objects, 36% free, 26MB/40MB, paused 1.192ms,36.305ms total 366.197ms +02-27 08:29:02.797 23973 23973 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. +02-27 08:29:02.800 23947 24106 I AtvRemote.DiscoveryService: NDS Service registered: sdk_google_atv64_arm64 +02-27 08:29:02.917 23973 23973 I putmethod.lati: Waiting for a blocking GC ClassLinker +02-27 08:29:02.921 23973 24134 I PhenotypeModule: PhenotypeModule.lambda$fetchAndUpdate$1():221 fetchAndUpdate() : Success, hasFlags=true, flagCount=6, lastFetchStatus=February 27, 8:29 AM {reason=1, isFullFetch=true, success=true, isEmpty=false, isDelta=false, fetchedFlagsCount=6, deletedFlagsCount=361, updatedFlagsCount=0, totalTime=1318} +02-27 08:29:02.938 23973 23973 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:29:02.943 23973 23973 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 7 +02-27 08:29:03.053 505 615 E RoleControllerManager: Error calling grantDefaultRoles() +02-27 08:29:03.053 505 615 E RoleControllerManager: java.util.concurrent.TimeoutException +02-27 08:29:03.053 505 615 E RoleControllerManager: at com.android.permission.jarjar.com.android.internal.infra.AndroidFuture.triggerTimeout(AndroidFuture.java:290) +02-27 08:29:03.053 505 615 E RoleControllerManager: at com.android.permission.jarjar.com.android.internal.infra.AndroidFuture$$ExternalSyntheticLambda0.run(Unknown Source:2) +02-27 08:29:03.053 505 615 E RoleControllerManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:29:03.053 505 615 E RoleControllerManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:29:03.053 505 615 E RoleControllerManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:29:03.053 505 615 E RoleControllerManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:29:03.053 505 615 E RoleControllerManager: at com.android.server.SystemServer.run(SystemServer.java:903) +02-27 08:29:03.053 505 615 E RoleControllerManager: at com.android.server.SystemServer.main(SystemServer.java:610) +02-27 08:29:03.053 505 615 E RoleControllerManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:29:03.053 505 615 E RoleControllerManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:29:03.053 505 615 E RoleControllerManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) +02-27 08:29:03.091 23947 23969 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. +02-27 08:29:03.092 24063 24063 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:29:03.092 24063 24063 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:29:03.101 24063 24079 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:29:03.101 24063 24079 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:29:03.111 24063 24063 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:29:03.111 24063 24063 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:29:03.126 23947 23969 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:29:03.126 23947 23969 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 7 +02-27 08:29:03.126 23947 23969 V DynamiteModule: Dynamite loader version >= 2, using loadModule2NoCrashUtils +02-27 08:29:03.144 23947 24027 D PhenotypeContext: Application doesn't implement PhenotypeApplication interface, falling back to globally set context. See go/phenotype-flag#process-stable-init for more info. +02-27 08:29:03.197 23973 23973 I Choreographer: Skipped 51 frames! The application may be doing too much work on its main thread. +02-27 08:29:03.221 23973 23973 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1145 update screenHeightWithoutNaviBar to: 1080 +02-27 08:29:03.233 23973 23973 I GoogleInputMethodService: GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$9():1152 update max height when insets changes +02-27 08:29:03.280 23973 23973 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():2045 +02-27 08:29:03.291 23973 23973 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:29:03.300 23973 23973 I ShortcutsDataManager: AbstractContentDataManager.startImportContentTask():235 startImportContentTask() +02-27 08:29:03.305 23973 24112 I ShortcutsDataManager: AbstractContentDataManager$ImportContentTask.doInBackground():249 doInBackground() +02-27 08:29:03.305 23973 24112 I PersonalDictionaryDataHandler: PersonalDictionaryDataHandler.beginProcess():111 LanguageTags = [en-US] +02-27 08:29:03.353 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10028; state: DISABLED +02-27 08:29:03.353 505 2673 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10028; state: DISABLED +02-27 08:29:03.353 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10028; state: DISABLED +02-27 08:29:03.353 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10028; state: ENABLED +02-27 08:29:03.360 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10028; state: ENABLED +02-27 08:29:03.368 24063 24150 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:29:03.372 322 322 D Zygote : Forked child process 24151 +02-27 08:29:03.376 505 555 I ActivityManager: Start proc 24151:android.process.acore/u0a28 for content provider {com.android.providers.userdictionary/com.android.providers.userdictionary.UserDictionaryProvider} +02-27 08:29:03.400 24063 24143 W SQLiteLog: (28) double-quoted string literal: "1771982943376" +02-27 08:29:03.400 24063 24143 W SQLiteLog: (28) double-quoted string literal: "1" +02-27 08:29:03.426 23947 23969 V ClearcutMetricXmitter: Transmission is done. +02-27 08:29:03.432 24063 24063 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:29:03.435 23947 23969 V ClearcutMetricXmitter: Transmission is done. +02-27 08:29:03.476 24151 24151 E d.process.acor: Not starting debugger since process cannot load the jdwp agent. +02-27 08:29:03.528 505 830 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10028; state: DISABLED +02-27 08:29:03.552 24151 24151 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10028; state: ENABLED +02-27 08:29:03.555 24063 24168 I Icing : Using TV flags by method 2 +02-27 08:29:03.562 23512 23745 W BlockingStubFactory: Got null account. Returning stub without credentials. +02-27 08:29:03.923 505 514 W system_server: Suspending all threads took: 6.144ms +02-27 08:29:04.194 24151 24151 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.userdictionary' set to: 'default' +02-27 08:29:04.194 24151 24151 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:29:04.200 24151 24151 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:29:04.206 24151 24151 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:29:04.207 505 514 I system_server: Background young concurrent copying GC freed 1089488(27MB) AllocSpace objects, 0(0B) LOS objects, 9% free, 34MB/38MB, paused 12.130ms,6.489ms total 510.711ms +02-27 08:29:04.217 24063 24130 I Icing : Storage manager: low false usage 1.54MB avail 5.40GB capacity 5.80GB +02-27 08:29:04.238 23512 23521 I roid.tvlaunche: Background young concurrent copying GC freed 18791(1595KB) AllocSpace objects, 19(1544KB) LOS objects, 34% free, 6067KB/9260KB, paused 643us,12us total 141.203ms +02-27 08:29:04.294 24151 24151 I ContactsPerf: VoicemailContentProvider.onCreate start +02-27 08:29:04.310 24063 24129 I GmscoreIpa: (REDACTED) Using %s flags by method %d +02-27 08:29:04.357 24151 24151 I ContactsPerf: VoicemailContentProvider.onCreate finish +02-27 08:29:04.401 505 594 D CountryDetector: The first listener is added +02-27 08:29:04.403 24151 24151 I ContactsDatabaseHelper: updateUseStrictPhoneNumberComparison: US +02-27 08:29:04.474 24063 24130 W native : W0000 00:00:1772155744.474670 24130 model-utils.cc:16] No CRC32, most likely an old model; skip CRC32 check +02-27 08:29:04.486 24063 24130 I native : I0000 00:00:1772155744.486448 24130 permission-checker.cc:81] Creating PermissionChecker based on ACL with config_version 1 having 9 permissions defined. +02-27 08:29:04.489 24063 24130 W native : W0000 00:00:1772155744.489798 24130 words-map.cc:36] INVALID_ARGUMENT: Empty URI +02-27 08:29:04.490 24063 24130 W native : W0000 00:00:1772155744.489988 24130 words-map.cc:40] WordsMap was not properly initialized +02-27 08:29:04.496 24151 24195 D ContactsDatabaseHelper: WAL enabled for contacts2.db: true +02-27 08:29:04.541 23973 24112 I ShortcutsDataManager: AbstractContentDataManager.importRecords():339 importRecords() : Success : Count = 0 +02-27 08:29:04.554 23512 23745 W FeaturedCarouselItemValidator: Unknown item type: 3 +02-27 08:29:04.554 23512 23745 E FeaturedCarouselServerDataManager: Featured Carousel item was not valid and will not be added: FeaturedCarouselItem{type=3, titleLogoUri='', title='The Completely Made-Up Adventures of Dick Turpin', logoUri='https://lh3.googleusercontent.com/4tC3qvxyyKDTYjhdp7KPWn8Elsh4UdtFMuuaLigr6GcjhE7mA6EcAgTXBORw_bpztJJP94nUds3kWg=h24', logoDescription='Apple TV', description='A thief & his crew set out on a series of wild escapades', callToAction='Watch Now', badge='Recommended For You', deepLinkUri='https://tv.apple.com/vn/episode/a-legend-is-born-sort-of/umc.cmc.202gbd9m6sx2b2yftrsujwjtz?action=playSmartEpisode', marketUri='null', appPackageName='com.apple.atve.androidtv.appletv', backgroundUri='https://lh3.googleusercontent.com/tE8ZJ0WH3PsDHW4V73aym3lFAiby8GkmEJS8d25CBtIMv-Jn44Z9ZOwFKtKb_1S5oOlPzp5zsgcg=h1080-rj', videoUri='', conditionalText='', whyThisAdMessage='', whyThisAdReason='', promotionId='0', kgMid='/g/11vpsfpl55', isEntitled='false', contentCategory='HOME' } +02-27 08:29:04.580 23973 24112 I ShortcutsDataManager: AbstractContentDataManager.importContentData():289 importContentData() : Ending import process +02-27 08:29:04.586 24151 24191 I CallLogProvider: Syncing call composer pics -- source user=0, isShadow=true, forAllUser=false +02-27 08:29:04.588 24151 24191 I CallLogProvider: Fetching list of Uris to sync +02-27 08:29:04.629 24063 24199 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=32 +02-27 08:29:04.632 24063 24148 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=ContactsIndexer serviceId=33 +02-27 08:29:04.632 24063 24200 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36 +02-27 08:29:04.670 24151 24195 I ContactLocale: AddressBook Labels [[en_US]]: […, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, Α, Β, Γ, Δ, Ε, Ζ, Η, Θ, Ι, Κ, Λ, Μ, Ν, Ξ, Ο, Π, Ρ, Σ, Τ, Υ, Φ, Χ, Ψ, Ω, …, А, Б, В, Г, Д, Ђ, Е, Є, Ж, З, И, І, Й, Ј, К, Л, Љ, М, Н, Њ, О, П, Р, С, Т, Ћ, У, Ф, Х, Ц, Ч, Џ, Ш, Щ, Ю, Я, …, א, ב, ג, ד, ה, ו, ז, ח, ט, י, כ, ל, מ, נ, ס, ע, פ, צ, ק, ר, ש, ת, …, ا, ب, ت, ث, ج, ح, خ, د, ذ, ر, ز, س, ش, ص, ض, ط, ظ, ع, غ, ف, ق, ك, ل, م, ن, ه, و, ي, …, ก, ข, ฃ, ค, ฅ, ฆ, ง, จ, ฉ, ช, ซ, ฌ, ญ, ฎ, ฏ, ฐ, ฑ, ฒ, ณ, ด, ต, ถ, ท, ธ, น, บ, ป, ผ, ฝ, พ, ฟ, ภ, ม, ย, ร, ฤ, ล, ฦ, ว, ศ, ษ, ส, ห, ฬ, อ, ฮ, …, ㄱ, ㄴ, ㄷ, ㄹ, ㅁ, ㅂ, ㅅ, ㅇ, ㅈ, ㅊ, ㅋ, ㅌ, ㅍ, ㅎ, …, あ, か, さ, た, な, は, ま, や, ら, わ, #, …] +02-27 08:29:04.677 22906 22906 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 } +02-27 08:29:04.677 22906 22906 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 } +02-27 08:29:04.708 24151 24195 D ContactsDatabaseHelper: WAL enabled for profile.db: false +02-27 08:29:04.892 23512 23624 D EGL_emulation: app_time_stats: avg=2787.23ms min=2787.23ms max=2787.23ms count=1 +02-27 08:29:05.016 23973 24112 I PersonalLanguageModelUpdater: PersonalLanguageModelUpdater$UpdateOperation.performInternal():164 run() : Added 0 words and 0 shortcuts +02-27 08:29:05.041 23973 24112 I DynamicLanguageModelOperation: DynamicLanguageModelOperation.perform():38 perform() : 4 : bxx : Completed +02-27 08:29:05.141 23973 23973 I ShortcutsDataManager: AbstractContentDataManager$ImportContentTask.onPostExecute():260 onPostExecute() : Result = [2,0] +02-27 08:29:05.141 23973 23973 I ShortcutsDataManager: ShortcutsDataManager.onImportFinished():83 onImportFinished() : Result = 2 : Count = 0 +02-27 08:29:05.280 23178 23190 I id.providers.t: Background concurrent copying GC freed 1513(120KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 1966KB/3933KB, paused 31us,12.290ms total 85.434ms +02-27 08:29:05.596 24151 24191 I CallLogProvider: Will sync following Uris:[] +02-27 08:29:05.596 24151 24191 I CallLogProvider: Syncing call composer pics -- got [] +02-27 08:29:05.734 505 514 I system_server: Background young concurrent copying GC freed 995685(24MB) AllocSpace objects, 0(0B) LOS objects, 6% free, 35MB/37MB, paused 143us,54us total 835.177ms +02-27 08:29:05.905 23512 23624 D EGL_emulation: app_time_stats: avg=15.90ms min=6.60ms max=48.56ms count=47 +02-27 08:29:05.971 505 514 I system_server: Background young concurrent copying GC freed 939396(23MB) AllocSpace objects, 0(0B) LOS objects, 55% free, 16MB/37MB, paused 2.890ms,2.969ms total 198.761ms +02-27 08:29:06.110 24063 24130 I Icing : updateResources: need to parse wls{com.google.android.gms} +02-27 08:29:06.245 24063 24063 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 } +02-27 08:29:06.245 24063 24063 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 } +02-27 08:29:06.519 22906 23113 I NetworkScheduler.Stats: (REDACTED) Task %s/%s started execution. cause:%s exec_start_elapsed_seconds: %s +02-27 08:29:06.927 23512 23624 D EGL_emulation: app_time_stats: avg=13.89ms min=4.28ms max=59.84ms count=50 +02-27 08:29:07.033 505 514 W system_server: Suspending all threads took: 5.210ms +02-27 08:29:07.450 505 514 I system_server: Background young concurrent copying GC freed 1075067(26MB) AllocSpace objects, 0(0B) LOS objects, 15% free, 31MB/37MB, paused 2.721ms,12.756ms total 691.604ms +02-27 08:29:07.450 505 2621 W ContentProviderHelper: Slow operation: 56ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:29:07.450 505 2621 W ContentProviderHelper: Slow operation: 56ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:29:07.450 505 2621 W ContentProviderHelper: Slow operation: 56ms so far, now at getContentProviderImpl: before updateLruProcess +02-27 08:29:07.450 505 2621 W ContentProviderHelper: Slow operation: 56ms so far, now at getContentProviderImpl: after updateLruProcess +02-27 08:29:07.450 505 2621 W ContentProviderHelper: Slow operation: 56ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:29:07.490 505 2621 W ContentProviderHelper: Slow operation: 96ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:29:07.490 505 2621 W ContentProviderHelper: Slow operation: 96ms so far, now at getContentProviderImpl: done! +02-27 08:29:07.742 505 514 I system_server: Background young concurrent copying GC freed 927573(23MB) AllocSpace objects, 0(0B) LOS objects, 58% free, 15MB/37MB, paused 106us,77us total 115.433ms +02-27 08:29:07.816 22906 23905 I NetworkScheduler.Stats: (REDACTED) Task %s/%s finished executing. cause:%s result: %s elapsed_millis: %s uptime_millis: %s exec_start_elapsed_seconds: %s +02-27 08:29:07.933 23512 23624 D EGL_emulation: app_time_stats: avg=14.72ms min=5.69ms max=52.43ms count=49 +02-27 08:29:08.082 24063 24130 I Icing : Internal init done: storage state 0 +02-27 08:29:08.110 24063 24173 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=30 +02-27 08:29:08.113 24063 24130 I Icing : Post-init done +02-27 08:29:08.222 24063 24200 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=36 +02-27 08:29:08.414 24063 24130 I Icing : Usage reports ok 1, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:29:08.437 24063 24130 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:29:08.477 24063 24130 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:29:08.485 505 514 I system_server: Background young concurrent copying GC freed 923506(23MB) AllocSpace objects, 0(0B) LOS objects, 51% free, 18MB/37MB, paused 28us,1.400ms total 152.673ms +02-27 08:29:08.530 24063 24130 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:29:08.627 24063 24130 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 +02-27 08:29:08.635 24063 24130 I Icing : Indexing com.google.android.gms-apps from com.google.android.gms +02-27 08:29:08.643 24063 24130 I Icing : Indexing done com.google.android.gms-apps +02-27 08:29:08.646 24063 24130 I Icing : Indexing com.google.android.gms-apps from com.google.android.gms +02-27 08:29:08.648 24063 24130 I Icing : Indexing done com.google.android.gms-apps +02-27 08:29:08.960 23512 23624 D EGL_emulation: app_time_stats: avg=11.77ms min=4.86ms max=64.52ms count=53 +02-27 08:29:09.564 505 514 I system_server: Background young concurrent copying GC freed 1090270(27MB) AllocSpace objects, 0(0B) LOS objects, 38% free, 22MB/37MB, paused 10.306ms,130us total 484.431ms +02-27 08:29:09.963 23512 23624 D EGL_emulation: app_time_stats: avg=10.31ms min=4.31ms max=32.01ms count=57 +02-27 08:29:10.307 505 505 W Looper : Slow dispatch took 121ms main h=android.app.ActivityThread$H c=null m=124 +02-27 08:29:10.517 505 514 I system_server: Background concurrent copying GC freed 578242(14MB) AllocSpace objects, 1(36KB) LOS objects, 49% free, 14MB/29MB, paused 1.470ms,317us total 203.948ms +02-27 08:29:10.964 23512 23624 D EGL_emulation: app_time_stats: avg=30.36ms min=4.85ms max=231.07ms count=24 +02-27 08:29:11.486 198 24090 I keystore2: keystore2::watchdog: Watchdog thread idle -> terminating. Have a great day. +02-27 08:29:11.744 505 514 I system_server: Background young concurrent copying GC freed 647615(16MB) AllocSpace objects, 0(0B) LOS objects, 51% free, 14MB/29MB, paused 2.605ms,132us total 248.777ms +02-27 08:29:11.968 23512 23624 D EGL_emulation: app_time_stats: avg=27.11ms min=4.81ms max=53.30ms count=27 +02-27 08:29:12.862 505 514 I system_server: Background young concurrent copying GC freed 651522(16MB) AllocSpace objects, 0(0B) LOS objects, 53% free, 13MB/29MB, paused 594us,131us total 146.038ms +02-27 08:29:13.037 23512 23624 D EGL_emulation: app_time_stats: avg=30.16ms min=4.88ms max=90.71ms count=28 +02-27 08:29:13.863 505 514 I system_server: Background young concurrent copying GC freed 659360(16MB) AllocSpace objects, 0(0B) LOS objects, 54% free, 13MB/29MB, paused 268us,30us total 152.520ms +02-27 08:29:14.081 23512 23624 D EGL_emulation: app_time_stats: avg=32.88ms min=6.14ms max=66.70ms count=28 +02-27 08:29:14.668 505 553 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #14392} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (110 skipped) +02-27 08:29:15.112 23512 23624 D EGL_emulation: app_time_stats: avg=54.95ms min=4.64ms max=302.29ms count=17 +02-27 08:29:15.365 505 514 I system_server: Background young concurrent copying GC freed 643796(16MB) AllocSpace objects, 0(0B) LOS objects, 54% free, 13MB/29MB, paused 3.226ms,23us total 122.429ms +02-27 08:29:15.451 770 795 I ndroid.systemu: Background concurrent copying GC freed 2033(174KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3493KB/6987KB, paused 9.999ms,374us total 234.151ms +02-27 08:29:16.126 23512 23624 D EGL_emulation: app_time_stats: avg=36.27ms min=5.36ms max=99.21ms count=24 +02-27 08:29:17.218 23512 23624 D EGL_emulation: app_time_stats: avg=23.16ms min=4.89ms max=93.00ms count=25 +02-27 08:29:17.946 505 514 I system_server: Background young concurrent copying GC freed 646288(16MB) AllocSpace objects, 0(0B) LOS objects, 53% free, 13MB/29MB, paused 91us,82us total 106.527ms +02-27 08:29:18.234 23512 23624 D EGL_emulation: app_time_stats: avg=29.89ms min=5.13ms max=55.60ms count=28 +02-27 08:29:19.182 505 514 I system_server: Background young concurrent copying GC freed 647272(16MB) AllocSpace objects, 0(0B) LOS objects, 52% free, 14MB/29MB, paused 29us,82us total 140.377ms +02-27 08:29:19.244 23512 23624 D EGL_emulation: app_time_stats: avg=29.78ms min=5.04ms max=70.40ms count=27 +02-27 08:29:20.272 23512 23624 D EGL_emulation: app_time_stats: avg=30.20ms min=6.84ms max=101.86ms count=27 +02-27 08:29:20.410 896 904 I rkstack.proces: Background concurrent copying GC freed 4729(270KB) AllocSpace objects, 14(840KB) LOS objects, 49% free, 2467KB/4934KB, paused 263us,95us total 157.947ms +02-27 08:29:20.445 505 514 I system_server: Background young concurrent copying GC freed 643976(16MB) AllocSpace objects, 0(0B) LOS objects, 53% free, 13MB/29MB, paused 542us,1.133ms total 127.713ms +02-27 08:29:21.282 23512 23624 D EGL_emulation: app_time_stats: avg=32.60ms min=4.76ms max=65.11ms count=27 +02-27 08:29:21.478 505 514 I system_server: Background young concurrent copying GC freed 645106(16MB) AllocSpace objects, 0(0B) LOS objects, 51% free, 14MB/29MB, paused 26us,48us total 133.963ms +02-27 08:29:22.284 23512 23624 D EGL_emulation: app_time_stats: avg=28.88ms min=6.20ms max=61.03ms count=26 +02-27 08:29:22.646 505 514 I system_server: Background young concurrent copying GC freed 646030(16MB) AllocSpace objects, 0(0B) LOS objects, 51% free, 14MB/29MB, paused 346us,340us total 112.720ms +02-27 08:29:23.319 23512 23624 D EGL_emulation: app_time_stats: avg=27.14ms min=5.31ms max=56.82ms count=32 +02-27 08:29:23.360 24063 24063 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 } +02-27 08:29:23.741 22906 22906 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 } +02-27 08:29:23.850 505 514 I system_server: Background young concurrent copying GC freed 651265(16MB) AllocSpace objects, 0(0B) LOS objects, 51% free, 14MB/29MB, paused 29us,189us total 231.244ms +02-27 08:29:24.330 23512 23624 D EGL_emulation: app_time_stats: avg=29.75ms min=5.30ms max=62.47ms count=29 +02-27 08:29:25.334 23512 23624 D EGL_emulation: app_time_stats: avg=29.59ms min=5.34ms max=67.66ms count=29 +02-27 08:29:25.377 948 956 I com.android.se: Background concurrent copying GC freed 47(48KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 1883KB/3766KB, paused 1.449ms,111us total 114.350ms +02-27 08:29:26.331 505 514 I system_server: Background young concurrent copying GC freed 681338(17MB) AllocSpace objects, 0(0B) LOS objects, 51% free, 14MB/29MB, paused 54.554ms,7.518ms total 309.565ms +02-27 08:29:26.376 23512 23624 D EGL_emulation: app_time_stats: avg=26.20ms min=4.68ms max=80.16ms count=29 +02-27 08:29:27.406 23512 23624 D EGL_emulation: app_time_stats: avg=26.00ms min=6.52ms max=77.43ms count=31 +02-27 08:29:27.510 505 514 I system_server: Background young concurrent copying GC freed 652669(16MB) AllocSpace objects, 0(0B) LOS objects, 43% free, 16MB/29MB, paused 19.450ms,1.942ms total 280.750ms +02-27 08:29:27.670 505 554 W ActivityManager: Slow operation: 160ms so far, now at startProcess: building args +02-27 08:29:27.849 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10054; state: DISABLED +02-27 08:29:27.863 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10054; state: DISABLED +02-27 08:29:27.864 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10054; state: DISABLED +02-27 08:29:27.864 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10054; state: ENABLED +02-27 08:29:27.865 505 554 W ActivityManager: Slow operation: 399ms so far, now at startProcess: done starting proc! +02-27 08:29:27.875 505 555 W ActivityManager: Slow operation: 356ms so far, now at startProcess: asking zygote to start proc +02-27 08:29:27.876 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10054; state: ENABLED +02-27 08:29:28.038 322 322 D Zygote : Forked child process 24213 +02-27 08:29:28.042 505 555 W ActivityManager: Slow operation: 532ms so far, now at startProcess: returned from zygote! +02-27 08:29:28.053 505 555 W ActivityManager: Slow operation: 543ms so far, now at startProcess: done updating battery stats +02-27 08:29:28.061 505 555 W ActivityManager: Slow operation: 551ms so far, now at startProcess: building log message +02-27 08:29:28.061 505 555 I ActivityManager: Start proc 24213:com.google.android.apps.mediashell/u0a54 for service {com.google.android.apps.mediashell/com.google.android.apps.mediashell.MediaShellCastReceiverService} +02-27 08:29:28.061 505 555 W ActivityManager: Slow operation: 551ms so far, now at startProcess: starting to update pids map +02-27 08:29:28.061 505 555 W ActivityManager: Slow operation: 551ms so far, now at startProcess: done updating pids map +02-27 08:29:28.413 23512 23624 D EGL_emulation: app_time_stats: avg=41.43ms min=11.14ms max=98.31ms count=20 +02-27 08:29:28.568 24213 24213 E apps.mediashel: Not starting debugger since process cannot load the jdwp agent. +02-27 08:29:29.441 23512 23624 D EGL_emulation: app_time_stats: avg=42.87ms min=5.13ms max=160.92ms count=20 +02-27 08:29:29.536 505 2673 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #14424} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (27 skipped) +02-27 08:29:30.437 23512 23624 D EGL_emulation: app_time_stats: avg=46.18ms min=8.37ms max=202.26ms count=19 +02-27 08:29:31.254 505 514 I system_server: Background young concurrent copying GC freed 649385(16MB) AllocSpace objects, 0(0B) LOS objects, 0% free, 29MB/29MB, paused 17.086ms,26.801ms total 2.351s +02-27 08:29:31.317 505 2673 W ActivityManager: Slow operation: 307ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:29:31.457 23512 23624 D EGL_emulation: app_time_stats: avg=43.25ms min=6.22ms max=153.19ms count=18 +02-27 08:29:31.505 505 2673 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10054; state: DISABLED +02-27 08:29:31.608 505 2673 W ActivityManager: Slow operation: 598ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:29:31.929 505 2673 W ActivityManager: Slow operation: 919ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:29:31.965 505 2673 W ActivityManager: Slow operation: 955ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:29:32.480 23512 23624 D EGL_emulation: app_time_stats: avg=67.46ms min=14.52ms max=189.04ms count=13 +02-27 08:29:32.858 505 514 W system_server: Suspending all threads took: 23.235ms +02-27 08:29:33.226 505 514 I system_server: Background concurrent copying GC freed 1061635(26MB) AllocSpace objects, 0(0B) LOS objects, 50% free, 17MB/35MB, paused 46.363ms,23.537ms total 1.971s +02-27 08:29:33.431 505 542 W Looper : Slow dispatch took 181ms android.fg h=android.os.Handler c=com.android.server.location.injector.SystemAppForegroundHelper$$ExternalSyntheticLambda1@6e29f03 m=0 +02-27 08:29:33.462 505 543 W Looper : Slow dispatch took 407ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:29:33.512 23512 23624 D EGL_emulation: app_time_stats: avg=152.05ms min=25.40ms max=482.76ms count=6 +02-27 08:29:33.519 505 2673 W ActivityManager: Slow operation: 2509ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:29:33.777 24213 24213 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10054; state: ENABLED +02-27 08:29:34.454 505 542 W Looper : Slow dispatch took 827ms android.fg h=android.os.Handler c=com.android.server.NetworkManagementService$NetdUnsolicitedEventListener$$ExternalSyntheticLambda0@67bc8fe m=0 +02-27 08:29:34.470 505 542 W Looper : Slow delivery took 345ms android.fg h=android.os.Handler c=com.android.server.NetworkManagementService$NetdUnsolicitedEventListener$$ExternalSyntheticLambda0@c66285f m=0 +02-27 08:29:34.472 1265 1274 I or.multidispla: Background concurrent copying GC freed 47(48KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 1868KB/3736KB, paused 49us,154us total 820.468ms +02-27 08:29:34.658 23512 23624 D EGL_emulation: app_time_stats: avg=166.65ms min=24.57ms max=365.04ms count=6 +02-27 08:29:35.628 505 514 I system_server: Background young concurrent copying GC freed 865538(21MB) AllocSpace objects, 0(0B) LOS objects, 59% free, 14MB/35MB, paused 90us,80us total 125.672ms +02-27 08:29:35.677 24213 24213 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AndroidMediaShell/lib/arm64:/product/priv-app/AndroidMediaShell/AndroidMediaShell.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:29:35.773 23512 23624 D EGL_emulation: app_time_stats: avg=184.27ms min=41.06ms max=575.47ms count=6 +02-27 08:29:36.755 24213 24213 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.apps.mediashell' set to: 'default' +02-27 08:29:36.756 24213 24213 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:29:36.908 24213 24213 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:29:36.929 23512 23624 D EGL_emulation: app_time_stats: avg=133.62ms min=41.97ms max=267.83ms count=6 +02-27 08:29:36.987 24213 24213 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:29:37.532 24213 24213 D cr_LibraryLoader: [LibraryLoader.java:324] Configuration: useChromiumLinker() = false, mUseModernLinker = false +02-27 08:29:38.062 23512 23512 I Choreographer: Skipped 30 frames! The application may be doing too much work on its main thread. +02-27 08:29:38.201 23512 23624 D EGL_emulation: app_time_stats: avg=107.72ms min=16.65ms max=211.95ms count=7 +02-27 08:29:39.300 23512 23624 D EGL_emulation: app_time_stats: avg=96.09ms min=29.73ms max=199.46ms count=10 +02-27 08:29:40.026 24213 24221 W apps.mediashel: Suspending all threads took: 293.448ms +02-27 08:29:40.041 1242 1251 I FuseDaemon: Background concurrent copying GC freed 47(48KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2248KB/4496KB, paused 95us,92us total 572.531ms +02-27 08:29:40.325 23512 23624 D EGL_emulation: app_time_stats: avg=30.76ms min=6.17ms max=157.31ms count=16 +02-27 08:29:40.545 505 542 W Looper : Slow dispatch took 1458ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:29:40.554 505 514 I system_server: Background young concurrent copying GC freed 884690(22MB) AllocSpace objects, 0(0B) LOS objects, 0% free, 39MB/39MB, paused 418us,1.669ms total 1.054s +02-27 08:29:40.776 505 514 W system_server: Suspending all threads took: 7.749ms +02-27 08:29:40.842 505 514 I system_server: Background concurrent copying GC freed 1175623(29MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 18MB/36MB, paused 858us,8.159ms total 285.691ms +02-27 08:29:41.356 23512 23624 D EGL_emulation: app_time_stats: avg=21.66ms min=6.73ms max=129.18ms count=28 +02-27 08:29:41.836 24213 24213 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:39] onCreate +02-27 08:29:41.850 24213 24213 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:44] onStartCommand(null, 0, 15) +02-27 08:29:41.851 24213 24213 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:91] Building and starting cast receiver +02-27 08:29:41.851 24213 24213 D cr_CastBrowserHelper: [CastBrowserHelper.java:37] Performing one-time browser initialization +02-27 08:29:42.096 24213 24213 W apps.mediashell: type=1400 audit(0.0:2081): avc: denied { search } for name="tmp" dev="dm-4" ino=65538 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:shell_data_file:s0 tclass=dir permissive=0 app=com.google.android.apps.mediashell +02-27 08:29:42.378 23512 23624 D EGL_emulation: app_time_stats: avg=60.69ms min=6.63ms max=191.46ms count=12 +02-27 08:29:42.401 505 514 I system_server: Background young concurrent copying GC freed 936794(23MB) AllocSpace objects, 0(0B) LOS objects, 60% free, 14MB/36MB, paused 17.125ms,148us total 177.713ms +02-27 08:29:42.405 24213 24213 D cr_LibraryLoader: [LibraryLoader.java:684] Loading with the System linker. +02-27 08:29:43.393 23512 23624 D EGL_emulation: app_time_stats: avg=29.11ms min=7.05ms max=133.02ms count=15 +02-27 08:29:44.630 23512 23624 D EGL_emulation: app_time_stats: avg=99.83ms min=16.61ms max=201.35ms count=11 +02-27 08:29:46.162 505 514 W system_server: Suspending all threads took: 11.173ms +02-27 08:29:46.412 20937 20947 I droid.bluetoot: Background concurrent copying GC freed 1511(143KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2241KB/4482KB, paused 1.135ms,9ms total 1.697s +02-27 08:29:46.764 23512 23512 I Choreographer: Skipped 102 frames! The application may be doing too much work on its main thread. +02-27 08:29:47.356 23512 23512 I Choreographer: Skipped 35 frames! The application may be doing too much work on its main thread. +02-27 08:29:47.413 23512 23624 D EGL_emulation: app_time_stats: avg=505.37ms min=8.31ms max=2261.31ms count=5 +02-27 08:29:48.693 23512 23624 D EGL_emulation: app_time_stats: avg=204.96ms min=42.85ms max=542.92ms count=6 +02-27 08:29:49.995 24213 24213 D cr_LibraryLoader: [LibraryLoader.java:690] Time to load native libraries: 5127 ms +02-27 08:29:50.313 23512 23512 I Choreographer: Skipped 90 frames! The application may be doing too much work on its main thread. +02-27 08:29:50.493 505 505 W Looper : Slow dispatch took 3787ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:29:50.882 505 514 I system_server: Background young concurrent copying GC freed 940635(23MB) AllocSpace objects, 0(0B) LOS objects, 0% free, 44MB/44MB, paused 1.519ms,99.557ms total 5.671s +02-27 08:29:50.990 505 542 W Looper : Drained +02-27 08:29:50.991 505 542 W Looper : Slow dispatch took 320ms android.fg h=android.os.Handler c=com.android.server.NetworkManagementService$NetdUnsolicitedEventListener$$ExternalSyntheticLambda0@61bed98 m=0 +02-27 08:29:51.161 23512 23624 D EGL_emulation: app_time_stats: avg=787.90ms min=40.73ms max=2276.62ms count=3 +02-27 08:29:51.253 23512 23512 I Choreographer: Skipped 43 frames! The application may be doing too much work on its main thread. +02-27 08:29:51.566 24213 24213 W chromium: [0227/082951.337724:WARNING:library_prefetcher.cc(326)] Code not ordered, madvise optimization skipped +02-27 08:29:52.324 182 182 I lowmemorykiller: Kill 'android.process.acore' (24151), uid 10028, oom_score_adj 700 to free 45464kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (125%) +02-27 08:29:53.062 322 322 I Zygote : Process 24151 exited due to signal 9 (Killed) +02-27 08:29:53.230 24213 24213 I cr_LibraryLoader: Successfully loaded native library +02-27 08:29:53.356 23512 23512 I Choreographer: Skipped 81 frames! The application may be doing too much work on its main thread. +02-27 08:29:53.708 505 1212 D CountryDetector: No listener is left +02-27 08:29:53.755 23512 23624 D EGL_emulation: app_time_stats: avg=173.49ms min=7.46ms max=1440.35ms count=12 +02-27 08:29:54.026 505 556 I libprocessgroup: Successfully killed process cgroup uid 10028 pid 24151 in 19ms +02-27 08:29:54.293 505 2673 I ActivityManager: Process android.process.acore (pid 24151) has died: prev LAST +02-27 08:29:54.881 23512 23624 D EGL_emulation: app_time_stats: avg=122.23ms min=42.78ms max=237.54ms count=5 +02-27 08:29:55.195 505 514 W system_server: Suspending all threads took: 82.734ms +02-27 08:29:55.409 24213 24213 I cr_CachingUmaRecorder: Flushed 1 samples from 1 histograms. +02-27 08:29:55.965 23512 23624 D EGL_emulation: app_time_stats: avg=125.45ms min=22.77ms max=268.42ms count=7 +02-27 08:29:56.646 24213 24213 D cr_CastBrowserHelper: [CastBrowserHelper.java:49] Loading BrowserStartupController... +02-27 08:29:56.733 22906 22920 I .gms.persisten: Background concurrent copying GC freed 94881(4794KB) AllocSpace objects, 5(96KB) LOS objects, 49% free, 8644KB/16MB, paused 180.506ms,81us total 2.902s +02-27 08:29:57.171 23512 23624 D EGL_emulation: app_time_stats: avg=58.15ms min=8.48ms max=269.80ms count=17 +02-27 08:29:57.388 24213 24213 D cr_BrowserStartup: [BrowserStartupControllerImpl.java:437] Initializing chromium process, singleProcess=false +02-27 08:29:58.321 322 322 I Zygote : Process 23554 exited due to signal 9 (Killed) +02-27 08:29:58.321 322 322 I Zygote : Process 23973 exited due to signal 9 (Killed) +02-27 08:29:59.489 23512 23512 I Choreographer: Skipped 155 frames! The application may be doing too much work on its main thread. +02-27 08:29:59.946 505 505 W Looper : Slow delivery took 211ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:29:59.946 505 505 W Looper : Slow dispatch took 4134ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:29:59.951 505 543 W Looper : Slow dispatch took 4633ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=32 +02-27 08:30:00.332 505 3536 I WindowManager: WIN DEATH: Window{86248c3 u0 InputMethod} +02-27 08:30:00.347 505 514 I system_server: Background concurrent copying GC freed 1436649(35MB) AllocSpace objects, 0(0B) LOS objects, 29% free, 58MB/82MB, paused 843.485ms,272.908ms total 9.168s +02-27 08:30:00.389 182 182 W lowmemorykiller: Failed to open /proc/23554/oom_score_adj; errno=2: process 23554 might have been killed +02-27 08:30:00.688 505 2673 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #14428} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (0 skipped) +02-27 08:30:00.706 505 541 I ActivityManager: Process com.google.android.inputmethod.latin (pid 23973) has died: prcp IMPB +02-27 08:30:00.710 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 23973 in 0ms +02-27 08:30:00.713 23512 23512 I Choreographer: Skipped 54 frames! The application may be doing too much work on its main thread. +02-27 08:30:00.817 505 543 W Looper : Slow delivery took 4533ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:30:00.817 505 543 W Looper : Slow dispatch took 866ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:30:00.824 505 3536 W InputManager-JNI: Input channel object '86248c3 InputMethod (client)' was disposed without first being removed with the input manager! +02-27 08:30:00.874 23512 23624 D EGL_emulation: app_time_stats: avg=3702.13ms min=3702.13ms max=3702.13ms count=1 +02-27 08:30:01.141 505 505 W InputMethodManagerService: Session failed to close due to remote exception +02-27 08:30:01.141 505 505 W InputMethodManagerService: android.os.DeadObjectException +02-27 08:30:01.141 505 505 W InputMethodManagerService: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:30:01.141 505 505 W InputMethodManagerService: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:30:01.141 505 505 W InputMethodManagerService: at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:425) +02-27 08:30:01.141 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.finishSessionLocked(InputMethodManagerService.java:2812) +02-27 08:30:01.141 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearClientSessionLocked(InputMethodManagerService.java:2803) +02-27 08:30:01.141 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:2830) +02-27 08:30:01.141 505 505 W InputMethodManagerService: at com.android.server.inputmethod.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:2859) +02-27 08:30:01.141 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:2097) +02-27 08:30:01.141 505 505 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:2112) +02-27 08:30:01.141 505 505 W InputMethodManagerService: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:30:01.141 505 505 W InputMethodManagerService: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:30:01.141 505 505 W InputMethodManagerService: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:30:01.141 505 505 W InputMethodManagerService: at android.os.Looper.loop(Looper.java:288) +02-27 08:30:01.141 505 505 W InputMethodManagerService: at com.android.server.SystemServer.run(SystemServer.java:903) +02-27 08:30:01.141 505 505 W InputMethodManagerService: at com.android.server.SystemServer.main(SystemServer.java:610) +02-27 08:30:01.141 505 505 W InputMethodManagerService: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:30:01.141 505 505 W InputMethodManagerService: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:30:01.141 505 505 W InputMethodManagerService: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) +02-27 08:30:01.168 505 505 W Looper : Slow dispatch took 1147ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@7a7dd62 m=0 +02-27 08:30:01.923 346 346 E android.hardware.power.stats@1.0-service-mock: Failed to getEnergyData +02-27 08:30:02.013 505 505 W Looper : Slow dispatch took 832ms main h=com.android.server.powerstats.PowerStatsLogger c=null m=2 +02-27 08:30:03.053 23512 23521 W roid.tvlaunche: Suspending all threads took: 11.082ms +02-27 08:30:04.939 505 546 I Choreographer: Skipped 105 frames! The application may be doing too much work on its main thread. +02-27 08:30:05.923 23512 23521 I roid.tvlaunche: Background young concurrent copying GC freed 15649(880KB) AllocSpace objects, 22(2024KB) LOS objects, 30% free, 6452KB/9260KB, paused 145.359ms,28.545ms total 3.879s +02-27 08:30:06.231 505 546 I Choreographer: Skipped 48 frames! The application may be doing too much work on its main thread. +02-27 08:30:06.326 505 541 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 17908ms for connection +02-27 08:30:06.327 23512 23624 D EGL_emulation: app_time_stats: avg=2717.24ms min=175.45ms max=5259.02ms count=2 +02-27 08:30:07.693 322 322 I Zygote : Process 24063 exited due to signal 9 (Killed) +02-27 08:30:09.440 23512 23512 I Choreographer: Skipped 491 frames! The application may be doing too much work on its main thread. +02-27 08:30:11.504 23512 23624 D EGL_emulation: app_time_stats: avg=5131.44ms min=5131.44ms max=5131.44ms count=1 +02-27 08:30:11.664 505 543 W Looper : Drained +02-27 08:30:11.714 505 543 W Looper : Slow dispatch took 108ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=32 +02-27 08:30:11.901 505 542 W Looper : Slow dispatch took 3805ms android.fg h=android.os.Handler c=com.android.server.NetworkManagementService$NetdUnsolicitedEventListener$$ExternalSyntheticLambda0@ee6d7b0 m=0 +02-27 08:30:12.070 505 543 W Looper : Slow delivery took 3770ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:30:12.070 505 543 W Looper : Slow dispatch took 322ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:30:12.128 505 541 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #14430} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (1 skipped) +02-27 08:30:12.129 505 2113 I ActivityManager: Process com.google.process.gservices (pid 23554) has died: cch+5 CEM +02-27 08:30:12.148 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 23554 in 17ms +02-27 08:30:12.170 505 514 I system_server: Background young concurrent copying GC freed 2760806(69MB) AllocSpace objects, 0(0B) LOS objects, 33% free, 46MB/70MB, paused 19.669ms,5.083ms total 9.030s +02-27 08:30:12.209 505 543 W Looper : Drained +02-27 08:30:12.490 505 505 W Looper : Slow dispatch took 10476ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:30:12.492 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 23973 +02-27 08:30:12.673 505 2586 I ActivityManager: Process com.google.android.gms (pid 24063) has died: vis BTOP +02-27 08:30:12.713 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 24063 in 8ms +02-27 08:30:13.196 505 542 W Looper : Slow dispatch took 1295ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:30:13.201 505 542 W Looper : Slow delivery took 1375ms android.fg h=android.os.Handler c=com.android.server.location.injector.SystemAppForegroundHelper$$ExternalSyntheticLambda1@baa6dae m=0 +02-27 08:30:13.210 505 2586 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsBoundBrokerService in 10950ms for connection +02-27 08:30:13.378 505 505 W Looper : Slow dispatch took 888ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=com.android.server.alarm.AlarmManagerService$3$$ExternalSyntheticLambda0@f33b6ba m=0 +02-27 08:30:13.574 505 2621 W ActivityManager: Slow operation: 202ms so far, now at startProcess: building args +02-27 08:30:13.661 505 2621 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 08:30:13.661 505 2621 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 08:30:13.661 505 2621 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 08:30:13.661 505 2621 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 08:30:13.674 505 2621 W ActivityManager: Slow operation: 346ms so far, now at startProcess: done starting proc! +02-27 08:30:13.677 505 555 W ActivityManager: Slow operation: 302ms so far, now at startProcess: asking zygote to start proc +02-27 08:30:13.678 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 08:30:13.682 505 505 W Looper : Slow dispatch took 240ms main h=com.android.internal.os.HandlerCaller$MyHandler c=null m=7000 +02-27 08:30:13.738 322 322 D Zygote : Forked child process 24235 +02-27 08:30:13.741 505 555 W ActivityManager: Slow operation: 369ms so far, now at startProcess: returned from zygote! +02-27 08:30:13.742 505 555 W ActivityManager: Slow operation: 370ms so far, now at startProcess: done updating battery stats +02-27 08:30:13.753 505 555 W ActivityManager: Slow operation: 381ms so far, now at startProcess: building log message +02-27 08:30:13.753 505 555 I ActivityManager: Start proc 24235:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:30:13.753 505 555 W ActivityManager: Slow operation: 381ms so far, now at startProcess: starting to update pids map +02-27 08:30:13.755 505 555 W ActivityManager: Slow operation: 383ms so far, now at startProcess: done updating pids map +02-27 08:30:14.188 505 2621 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:30:14.188 505 2621 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:30:14.189 505 2621 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:30:14.189 505 2621 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:30:14.189 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:30:14.203 505 505 W Looper : Drained +02-27 08:30:14.209 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10078; state: DISABLED +02-27 08:30:14.214 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10078; state: DISABLED +02-27 08:30:14.216 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10078; state: DISABLED +02-27 08:30:14.216 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10078; state: ENABLED +02-27 08:30:14.221 322 322 D Zygote : Forked child process 24236 +02-27 08:30:14.223 505 555 I ActivityManager: Start proc 24236:com.google.android.gms/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.GmsBoundBrokerService} +02-27 08:30:14.223 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10078; state: ENABLED +02-27 08:30:14.237 322 322 D Zygote : Forked child process 24237 +02-27 08:30:14.239 505 555 I ActivityManager: Start proc 24237:com.google.android.ext.services/u0a78 for service {com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} +02-27 08:30:14.241 23512 23512 I Choreographer: Skipped 286 frames! The application may be doing too much work on its main thread. +02-27 08:30:14.376 23512 23624 D EGL_emulation: app_time_stats: avg=2871.39ms min=2871.39ms max=2871.39ms count=1 +02-27 08:30:15.912 24213 24213 D cr_ChromecastConfigAndroid: [ChromecastConfigAndroid.java:86] initializeSendUsageStatsSetting +02-27 08:30:16.490 24235 24235 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 08:30:16.495 24237 24237 E id.ext.service: Not starting debugger since process cannot load the jdwp agent. +02-27 08:30:16.537 24236 24236 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. +02-27 08:30:17.402 24235 24262 I putmethod.lati: Background young concurrent copying GC freed 12392(511KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1863KB/25MB, paused 57.253ms,34us total 382.287ms +02-27 08:30:17.424 24236 24257 I gle.android.gm: Background young concurrent copying GC freed 12395(511KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1863KB/25MB, paused 62.354ms,2.290ms total 463.651ms +02-27 08:30:17.418 24237 24267 I id.ext.service: Background young concurrent copying GC freed 12436(511KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1864KB/25MB, paused 33.281ms,66us total 353.737ms +02-27 08:30:18.412 24213 24213 D cr_ChromecastConfigAndroid: [ChromecastConfigAndroid.java:100] updateSendUsageStatsSetting +02-27 08:30:20.187 505 1395 W ActivityManager: Slow operation: 532ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:30:20.326 505 514 W system_server: Suspending all threads took: 45.511ms +02-27 08:30:20.612 505 1395 W ActivityManager: Slow operation: 1237ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:30:21.830 505 1395 W ActivityManager: Slow operation: 2455ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:30:21.830 505 1395 W ActivityManager: Slow operation: 2455ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:30:21.999 505 546 I Choreographer: Skipped 107 frames! The application may be doing too much work on its main thread. +02-27 08:30:22.051 505 1395 W ActivityManager: Slow operation: 2676ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:30:22.053 505 542 W Looper : Drained +02-27 08:30:22.053 505 542 W Looper : Slow dispatch took 213ms android.fg h=android.os.Handler c=com.android.server.NetworkManagementService$NetdUnsolicitedEventListener$$ExternalSyntheticLambda0@b262855 m=0 +02-27 08:30:22.079 505 1395 W ActivityManager: Slow operation: 2704ms so far, now at attachApplicationLocked: after updateOomAdjLocked +02-27 08:30:22.148 505 2586 W ActivityManager: Slow operation: 67ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:30:22.338 505 514 I system_server: Background concurrent copying GC freed 3250153(81MB) AllocSpace objects, 0(0B) LOS objects, 45% free, 28MB/52MB, paused 142.763ms,137.892ms total 5.997s +02-27 08:30:22.346 505 2586 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10078; state: DISABLED +02-27 08:30:22.346 505 2586 W ActivityManager: Slow operation: 266ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:30:22.354 505 2586 W ActivityManager: Slow operation: 274ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:30:22.354 505 2586 W ActivityManager: Slow operation: 274ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:30:22.397 24235 24235 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 08:30:22.614 505 2586 W ActivityManager: Slow operation: 534ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:30:22.633 24237 24237 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10078; state: DISABLED +02-27 08:30:22.700 505 2673 W ActivityManager: Slow operation: 69ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:30:22.700 505 2673 W ActivityManager: Slow operation: 69ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:30:22.701 505 2673 W ActivityManager: Slow operation: 70ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:30:22.701 505 2673 W ActivityManager: Slow operation: 70ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:30:22.702 505 2673 W ActivityManager: Slow operation: 71ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:30:22.789 24236 24236 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:30:22.930 505 594 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #14439} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (2 skipped) +02-27 08:30:22.948 505 505 W Looper : Slow dispatch took 828ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:30:22.948 505 505 W Looper : Slow delivery took 854ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:30:22.982 505 505 W Looper : Drained +02-27 08:30:22.989 23512 23512 I Choreographer: Skipped 509 frames! The application may be doing too much work on its main thread. +02-27 08:30:23.818 23512 23512 I Choreographer: Skipped 32 frames! The application may be doing too much work on its main thread. +02-27 08:30:24.144 23512 23624 D EGL_emulation: app_time_stats: avg=9765.87ms min=9765.87ms max=9765.87ms count=1 +02-27 08:30:24.807 24237 24237 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.ext.services' set to: 'default' +02-27 08:30:24.807 24237 24237 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:30:24.840 24237 24237 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:30:25.360 24237 24237 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:30:25.489 23512 23624 D EGL_emulation: app_time_stats: avg=165.64ms min=13.50ms max=438.03ms count=6 +02-27 08:30:25.565 24236 24236 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:30:25.566 24235 24235 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:30:26.703 23512 23624 D EGL_emulation: app_time_stats: avg=169.44ms min=47.96ms max=377.03ms count=5 +02-27 08:30:27.794 23512 23624 D EGL_emulation: app_time_stats: avg=544.84ms min=298.10ms max=791.58ms count=2 +02-27 08:30:27.796 23512 23512 I Choreographer: Skipped 37 frames! The application may be doing too much work on its main thread. +02-27 08:30:29.256 770 795 I ndroid.systemu: Background concurrent copying GC freed 102(65KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3492KB/6984KB, paused 33us,976us total 4.313s +02-27 08:30:29.332 24235 24262 W putmethod.lati: Suspending all threads took: 7.697ms +02-27 08:30:29.471 505 514 W system_server: Suspending all threads took: 54.917ms +02-27 08:30:30.348 23512 23512 I Choreographer: Skipped 135 frames! The application may be doing too much work on its main thread. +02-27 08:30:30.525 23512 23624 D EGL_emulation: app_time_stats: avg=910.20ms min=22.30ms max=2417.26ms count=3 +02-27 08:30:31.572 23512 23624 D EGL_emulation: app_time_stats: avg=179.92ms min=31.05ms max=457.96ms count=4 +02-27 08:30:32.558 505 514 I system_server: Background young concurrent copying GC freed 1582440(39MB) AllocSpace objects, 0(0B) LOS objects, 41% free, 30MB/52MB, paused 285.658ms,56.239ms total 7.767s +02-27 08:30:32.812 24235 24235 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 08:30:32.812 24235 24235 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:30:32.829 23512 23624 D EGL_emulation: app_time_stats: avg=127.15ms min=20.76ms max=364.54ms count=8 +02-27 08:30:32.844 24236 24236 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:30:32.846 24236 24236 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:30:32.876 24235 24235 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:30:33.013 24236 24236 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:30:33.081 24235 24235 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:30:33.158 896 904 I rkstack.proces: Background concurrent copying GC freed 1177(175KB) AllocSpace objects, 8(480KB) LOS objects, 49% free, 2467KB/4934KB, paused 453us,176us total 726.211ms +02-27 08:30:33.806 505 505 W Looper : Slow dispatch took 244ms main h=android.os.Handler c=android.app.LoadedApk$ServiceDispatcher$RunConnection@4e25b0e m=0 +02-27 08:30:33.811 505 505 W Looper : Slow delivery took 256ms main h=android.os.Handler c=android.app.LoadedApk$ServiceDispatcher$RunConnection@6f3392f m=0 +02-27 08:30:33.866 24236 24236 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:30:34.050 23512 23624 D EGL_emulation: app_time_stats: avg=98.18ms min=9.96ms max=234.74ms count=9 +02-27 08:30:34.564 24235 24262 W putmethod.lati: Suspending all threads took: 37.831ms +02-27 08:30:35.000 24213 24213 I chromium: [24213:24213:INFO:cast_content_browser_client_internal.cc(428)] Remote heap profiler is disabled. +02-27 08:30:35.298 23512 23624 D EGL_emulation: app_time_stats: avg=117.51ms min=11.72ms max=298.35ms count=8 +02-27 08:30:36.606 23512 23624 D EGL_emulation: app_time_stats: avg=104.70ms min=19.36ms max=227.53ms count=9 +02-27 08:30:37.597 23512 23624 D EGL_emulation: app_time_stats: avg=68.85ms min=10.78ms max=166.80ms count=7 +02-27 08:30:38.725 23512 23624 D EGL_emulation: app_time_stats: avg=106.54ms min=7.03ms max=292.60ms count=6 +02-27 08:30:38.806 948 956 I com.android.se: Background concurrent copying GC freed 12(48KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 1883KB/3766KB, paused 32us,185us total 452.865ms +02-27 08:30:39.748 23512 23624 D EGL_emulation: app_time_stats: avg=112.83ms min=32.14ms max=267.61ms count=7 +02-27 08:30:40.030 24213 24221 W apps.mediashel: Suspending all threads took: 539.905ms +02-27 08:30:40.306 505 542 W Looper : Slow dispatch took 994ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:30:41.272 23512 23624 D EGL_emulation: app_time_stats: avg=140.52ms min=10.25ms max=745.97ms count=8 +02-27 08:30:42.069 23512 23512 I Choreographer: Skipped 38 frames! The application may be doing too much work on its main thread. +02-27 08:30:42.489 23512 23624 D EGL_emulation: app_time_stats: avg=405.49ms min=241.32ms max=637.67ms count=3 +02-27 08:30:43.280 505 554 W ActivityManager: Timeout executing service: ServiceRecord{a8fc35b u0 com.google.android.gms/.chimera.GmsBoundBrokerService} +02-27 08:30:43.626 23512 23624 D EGL_emulation: app_time_stats: avg=92.28ms min=15.56ms max=256.92ms count=4 +02-27 08:30:43.778 505 514 I system_server: Background concurrent copying GC freed 2448797(61MB) AllocSpace objects, 0(0B) LOS objects, 45% free, 28MB/52MB, paused 8.345ms,4.879ms total 6.653s +02-27 08:30:43.942 505 554 W ActivityManager: Timeout executing service: ServiceRecord{58f1b36 u0 com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:30:44.420 1265 1274 I or.multidispla: Background concurrent copying GC freed 12(48KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 1868KB/3736KB, paused 57us,32us total 355.066ms +02-27 08:30:44.808 23512 23624 D EGL_emulation: app_time_stats: avg=87.50ms min=7.65ms max=280.97ms count=9 +02-27 08:30:45.537 505 24295 I ActivityManager: dumpStackTraces pids=null nativepids=null +02-27 08:30:45.628 24213 24213 V cr_Accessibility: [BrowserAccessibilityState.java:196] Enabled accessibility services list updated. +02-27 08:30:45.831 505 1684 W ContentProviderHelper: Slow operation: 292ms so far, now at getContentProviderImpl: before set stopped state +02-27 08:30:45.927 505 1684 W ContentProviderHelper: Slow operation: 388ms so far, now at getContentProviderImpl: after set stopped state +02-27 08:30:45.927 505 1684 W ContentProviderHelper: Slow operation: 388ms so far, now at getContentProviderImpl: looking for process record +02-27 08:30:45.941 505 1684 W ContentProviderHelper: Slow operation: 402ms so far, now at getContentProviderImpl: before start process +02-27 08:30:46.002 23512 23624 D EGL_emulation: app_time_stats: avg=146.31ms min=24.83ms max=251.61ms count=5 +02-27 08:30:46.028 505 1684 W ActivityManager: Slow operation: 87ms so far, now at startProcess: done creating new process record +02-27 08:30:46.028 505 1684 W ActivityManager: Slow operation: 87ms so far, now at startProcess: stepping in to startProcess +02-27 08:30:46.142 505 1684 W ActivityManager: Slow operation: 114ms so far, now at startProcess: getting gids from package manager +02-27 08:30:46.629 505 24295 I ActivityManager: Dumping to /data/anr/anr_2026-02-27-08-30-46-143 +02-27 08:30:46.630 505 24295 I ActivityManager: Collecting stacks for pid 24236 +02-27 08:30:46.752 505 24295 I system_server: libdebuggerd_client: started dumping process 24236 +02-27 08:30:46.873 235 235 I tombstoned: registered intercept for pid 24236 and type kDebuggerdJavaBacktrace +02-27 08:30:46.875 505 1684 W ActivityManager: Slow operation: 847ms so far, now at startProcess: building args +02-27 08:30:46.884 24236 24242 I gle.android.gm: Thread[6,tid=24242,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0916f0,peer=0x12d00440,"Signal Catcher"]: reacting to signal 3 +02-27 08:30:46.885 24236 24242 I gle.android.gm: +02-27 08:30:46.907 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:30:46.907 505 1684 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:30:46.907 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:30:46.907 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:30:46.919 505 1684 W ActivityManager: Slow operation: 978ms so far, now at startProcess: done starting proc! +02-27 08:30:46.920 505 1684 W ContentProviderHelper: Slow operation: 1381ms so far, now at getContentProviderImpl: after start process +02-27 08:30:46.920 505 1684 W ContentProviderHelper: Slow operation: 1381ms so far, now at getContentProviderImpl: updating data structures +02-27 08:30:46.920 505 1684 W ContentProviderHelper: Slow operation: 1381ms so far, now at getContentProviderImpl: done! +02-27 08:30:46.965 505 555 W ActivityManager: Slow operation: 936ms so far, now at startProcess: asking zygote to start proc +02-27 08:30:46.993 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:30:47.288 23512 23624 D EGL_emulation: app_time_stats: avg=92.82ms min=26.45ms max=151.49ms count=6 +02-27 08:30:47.374 322 322 D Zygote : Forked child process 24300 +02-27 08:30:47.746 505 555 W ActivityManager: Slow operation: 1718ms so far, now at startProcess: returned from zygote! +02-27 08:30:48.009 505 555 W ActivityManager: Slow operation: 1980ms so far, now at startProcess: done updating battery stats +02-27 08:30:48.027 505 555 W ActivityManager: Slow operation: 1999ms so far, now at startProcess: building log message +02-27 08:30:48.027 505 555 I ActivityManager: Start proc 24300:com.google.process.gservices/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider} +02-27 08:30:48.027 505 555 W ActivityManager: Slow operation: 1999ms so far, now at startProcess: starting to update pids map +02-27 08:30:48.062 505 555 W ActivityManager: Slow operation: 2034ms so far, now at startProcess: done updating pids map +02-27 08:30:48.509 505 514 I system_server: Background young concurrent copying GC freed 1569341(39MB) AllocSpace objects, 0(0B) LOS objects, 60% free, 15MB/39MB, paused 514.712ms,116us total 1.495s +02-27 08:30:48.514 23512 23624 D EGL_emulation: app_time_stats: avg=120.73ms min=26.97ms max=263.63ms count=9 +02-27 08:30:48.739 24300 24300 E ocess.gservice: Not starting debugger since process cannot load the jdwp agent. +02-27 08:30:49.288 23512 23512 I Choreographer: Skipped 31 frames! The application may be doing too much work on its main thread. +02-27 08:30:49.676 23512 23624 D EGL_emulation: app_time_stats: avg=151.88ms min=22.12ms max=403.29ms count=6 +02-27 08:30:50.223 1242 1251 I FuseDaemon: Background concurrent copying GC freed 12(48KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2248KB/4496KB, paused 65us,600us total 1.243s +02-27 08:30:50.517 24300 24308 I ocess.gservice: Background young concurrent copying GC freed 12507(535KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1839KB/25MB, paused 108.168ms,4us total 416.908ms +02-27 08:30:50.538 235 235 I tombstoned: received crash request for pid 24236 +02-27 08:30:50.538 235 235 I tombstoned: found intercept fd 512 for pid 24236 and type kDebuggerdJavaBacktrace +02-27 08:30:50.544 24236 24242 I gle.android.gm: Wrote stack traces to tombstoned +02-27 08:30:50.544 235 235 W tombstoned: missing output fd +02-27 08:30:50.544 505 24295 I system_server: libdebuggerd_client: done dumping process 24236 +02-27 08:30:50.553 24235 24235 I DeviceStatusMonitor: DeviceStatusMonitor.updateCountryInfo():121 updateCountryInfo(), notifyAnyway = true +02-27 08:30:50.558 505 594 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:30:50.597 505 24295 I ActivityManager: Done dumping +02-27 08:30:50.617 505 24295 E ActivityManager: ANR in com.google.android.gms +02-27 08:30:50.617 505 24295 E ActivityManager: PID: 24236 +02-27 08:30:50.617 505 24295 E ActivityManager: Reason: executing service com.google.android.gms/.chimera.GmsBoundBrokerService +02-27 08:30:50.617 505 24295 E ActivityManager: Frozen: false +02-27 08:30:50.617 505 24295 E ActivityManager: Load: 0.0 / 0.0 / 0.0 +02-27 08:30:50.617 505 24295 E ActivityManager: ----- Output from /proc/pressure/memory ----- +02-27 08:30:50.617 505 24295 E ActivityManager: some avg10=19.38 avg60=22.23 avg300=20.88 total=405371806 +02-27 08:30:50.617 505 24295 E ActivityManager: full avg10=4.47 avg60=5.48 avg300=4.93 total=101646564 +02-27 08:30:50.617 505 24295 E ActivityManager: ----- End output from /proc/pressure/memory ----- +02-27 08:30:50.617 505 24295 E ActivityManager: +02-27 08:30:50.617 505 24295 E ActivityManager: CPU usage from 71ms to 6145ms later (2026-02-27 08:30:44.523 to 2026-02-27 08:30:50.597): +02-27 08:30:50.617 505 24295 E ActivityManager: 52% 505/system_server: 33% user + 18% kernel / faults: 9558 minor 119 major +02-27 08:30:50.617 505 24295 E ActivityManager: 32% 338/android.hardware.graphics.composer@2.3-service: 2% user + 30% kernel / faults: 2 minor +02-27 08:30:50.617 505 24295 E ActivityManager: 31% 23512/com.google.android.tvlauncher: 6.5% user + 24% kernel / faults: 73 minor 3 major +02-27 08:30:50.617 505 24295 E ActivityManager: 25% 360/surfaceflinger: 5.6% user + 19% kernel / faults: 8 minor +02-27 08:30:50.617 505 24295 E ActivityManager: 13% 45/kcompactd0: 0% user + 13% kernel +02-27 08:30:50.617 505 24295 E ActivityManager: 12% 24213/com.google.android.apps.mediashell: 1.2% user + 11% kernel / faults: 1168 minor 190 major +02-27 08:30:50.617 505 24295 E ActivityManager: 7% 24236/com.google.android.gms: 2.9% user + 4.1% kernel / faults: 1792 minor 92 major +02-27 08:30:50.617 505 24295 E ActivityManager: 5.5% 24235/com.google.android.inputmethod.latin: 1.3% user + 4.1% kernel / faults: 1164 minor 135 major +02-27 08:30:50.617 505 24295 E ActivityManager: 3.5% 12/ksoftirqd/0: 0% user + 3.5% kernel +02-27 08:30:50.617 505 24295 E ActivityManager: 3.2% 263/loop14: 0% user + 3.2% kernel +02-27 08:30:50.617 505 24295 E ActivityManager: 2.7% 13/rcu_preempt: 0% user + 2.7% kernel +02-27 08:30:50.617 505 24295 E ActivityManager: 2.7% 353/android.hardware.power-service.example: 0% user + 2.7% kernel +02-27 08:30:50.617 505 24295 E ActivityManager: 1.7% 132/sugov:3: 0% user + 1.7% kernel +02-27 08:30:50.617 505 24295 E ActivityManager: 1.5% 1242/com.google.android.providers.media.module: 0.8% user + 0.6% kernel / faults: 429 minor 13 major +02-27 08:30:50.617 505 24295 E ActivityManager: 1% 185/psimon: 0% user + 1% kernel +02-27 08:30:50.617 505 24295 E ActivityManager: 0.8% 95/kworker/3:1H-kblockd: 0% user + 0.8% kernel +02-27 08:30:50.617 505 24295 E ActivityManager: 0.8% 23665/kworker/u8:2-phy0: 0% user + 0.8% kernel +02-27 08:30:50.617 505 24295 E ActivityManager: 0.6% 130/sugov:1: 0% user + 0.6% kernel +02-27 08:30:50.617 505 24295 E ActivityManager: 0.6% 131/sugov:2: 0% user + 0.6% kernel +02-27 08:30:50.617 505 24295 E ActivityManager: 0.6% 182/lmkd: 0.1% user + 0.5% kernel +02-27 08:30:50.617 505 24295 E ActivityManager: 0.5% 129/sugov:0: 0% user + 0.5% kernel +02-27 08:30:50.617 505 24295 E ActivityManager: 0.5% 279/loop22: 0% user + 0.5% kernel +02-27 08:30:50.617 505 24295 E ActivityManager: 0.3% 320/statsd: 0.1% user + 0.1% kernel / faults: 22 minor 8 major +02-27 08:30:50.617 505 24295 E ActivityManager: 0.3% 322/zygote64: 0% user + 0.3% kernel / faults: 110 minor 5 major +02-27 08:30:50.617 505 24295 E ActivityManager: 0.3% 21141/kworker/2:1-events: 0% user + 0.3% kernel +02-27 08:30:50.617 505 24295 E ActivityManager: 0.3% 23354/kworker/u9:0-fscrypt_read_queue: 0% user + 0.3% kernel +02-27 08:30:50.617 505 24295 E ActivityManager: 0.3% 24291/kworker/0:2-virtio_vsock: 0% user + 0.3% kernel +02-27 08:30:50.617 505 24295 E ActivityManager: 0.1% 21/ksoftirqd/1: 0% user + 0.1% kernel +02-27 08:30:50.617 505 24295 E ActivityManager: 0.1% 138/kworker/0:1H-kblockd: 0% user + 0.1% kernel +02-27 08:30:50.617 505 24295 E ActivityManager: 0.1% 145/kworker/2:1H-kblockd: 0% user + 0.1% kernel +02-27 08:30:50.617 505 24295 E ActivityManager: 0.1% 181/logd: 0% user + 0.1% kernel / faults: 5 minor +02-27 08:30:50.617 505 24295 E ActivityManager: 0.1% 183/servicemanager: 0% user + 0.1% kernel / faults: 46 minor 2 major +02-27 08:30:50.617 505 24295 E ActivityManager: 0.1% 243/loop4: 0% user + 0.1% kernel +02-27 08:30:50.617 505 24295 E ActivityManager: 0.1% 248/loop7: 0% user + 0.1% kernel +02-27 08:30:50.617 505 24295 E ActivityManager: 0.1% 259/loop12: 0% user + 0.1% kernel +02-27 08:30:50.617 505 24295 E ActivityManager: 0.1% 272/loop19: 0% user + 0.1% kernel +02-27 08:30:50.617 505 24295 E ActivityManager: 0.1% 347/android.hardware.sensors@2.1-service.multihal: 0% user + 0.1% kernel / faults: 1 minor +02-27 08:30:50.617 505 24295 E ActivityManager: 0.1% 350/android.hardware.wifi@1.0-service: 0% user + 0.1% kernel / faults: 14 minor +02-27 08:30:50.617 505 24295 E ActivityManager: 0.1% 20587/kworker/u9:3-blk_crypto_wq: 0% user + 0.1% kernel +02-27 08:30:50.617 505 24295 E ActivityManager: +0% 24300/: 0% user + 0% kernel +02-27 08:30:50.617 505 24295 E ActivityManager: 86% TOTAL: 10% user + 25% kernel + 16% iowait + 24% irq + 10% softirq +02-27 08:30:50.617 505 24295 E ActivityManager: CPU usage from 2721229ms to 2721229ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake: +02-27 08:30:50.617 505 24295 E ActivityManager: 0% TOTAL: 0% user + 0% kernel +02-27 08:30:50.711 23512 23624 D EGL_emulation: app_time_stats: avg=166.13ms min=32.08ms max=348.30ms count=6 +02-27 08:30:51.218 505 594 W ActivityManager: Slow operation: 649ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:30:51.854 505 594 W ActivityManager: Slow operation: 1309ms so far, now at attachApplicationLocked: after updateOomAdjLocked +02-27 08:30:52.211 505 24295 I ActivityManager: Killing 24236:com.google.android.gms/u0a57 (adj 0): bg anr +02-27 08:30:52.237 24300 24300 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:30:52.241 505 24295 D ActivityManager: Completed ANR of com.google.android.gms in 7823ms, latency 478ms +02-27 08:30:52.300 505 505 W Looper : Drained +02-27 08:30:52.331 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 24236 in 91ms +02-27 08:30:52.360 322 322 I Zygote : Process 24236 exited due to signal 9 (Killed) +02-27 08:30:52.404 23512 23512 I Choreographer: Skipped 89 frames! The application may be doing too much work on its main thread. +02-27 08:30:52.442 505 24321 I DropBoxManagerService: add tag=system_app_anr isTagEnabled=true flags=0x6 +02-27 08:30:52.454 505 24295 I ActivityManager: dumpStackTraces pids=null nativepids=null +02-27 08:30:52.799 23512 23624 D EGL_emulation: app_time_stats: avg=343.53ms min=25.42ms max=1763.22ms count=6 +02-27 08:30:52.815 505 1684 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsBoundBrokerService in 1000ms for connection +02-27 08:30:52.865 505 1684 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #14444} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (0 skipped) +02-27 08:30:52.897 505 24295 I ActivityManager: Dumping to /data/anr/anr_2026-02-27-08-30-52-717 +02-27 08:30:52.898 505 24295 I ActivityManager: Collecting stacks for pid 24235 +02-27 08:30:52.907 505 24295 I system_server: libdebuggerd_client: started dumping process 24235 +02-27 08:30:53.014 235 235 I tombstoned: registered intercept for pid 24235 and type kDebuggerdJavaBacktrace +02-27 08:30:53.214 24235 24247 I putmethod.lati: Thread[5,tid=24247,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0932c0,peer=0x12cc0000,"Signal Catcher"]: reacting to signal 3 +02-27 08:30:53.214 24235 24247 I putmethod.lati: +02-27 08:30:53.262 505 514 W system_server: Suspending all threads took: 8.363ms +02-27 08:30:53.396 24235 24235 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = true +02-27 08:30:53.522 24235 24247 W putmethod.lati: Suspending all threads took: 30.215ms +02-27 08:30:54.094 23512 23624 D EGL_emulation: app_time_stats: avg=79.17ms min=17.53ms max=227.70ms count=10 +02-27 08:30:54.408 24213 24286 I cr_CastCrashUploader: Remove crash dumps +02-27 08:30:55.178 23512 23624 D EGL_emulation: app_time_stats: avg=82.24ms min=38.83ms max=179.60ms count=7 +02-27 08:30:56.315 23512 23624 D EGL_emulation: app_time_stats: avg=152.80ms min=6.68ms max=461.25ms count=5 +02-27 08:30:57.416 24213 24319 I chromium: [24213:24319:INFO:cast_media_android.cc(44)] Initialize: +02-27 08:30:57.431 23512 23624 D EGL_emulation: app_time_stats: avg=100.71ms min=19.33ms max=172.37ms count=9 +02-27 08:30:58.443 23512 23624 D EGL_emulation: app_time_stats: avg=70.96ms min=23.49ms max=276.72ms count=11 +02-27 08:30:58.591 24213 24319 I cr_VolumeControlAndroid: Creating new VolumeControl instance +02-27 08:30:59.443 23512 23624 D EGL_emulation: app_time_stats: avg=67.76ms min=7.47ms max=216.53ms count=13 +02-27 08:31:00.268 24213 24213 I chromium: [24213:24213:INFO:supported_codec_finder.cc(28)] Adding 32 supported codec profiles/levels +02-27 08:31:00.276 24213 24316 I chromium: [24213:24316:INFO:external_mojo_broker.cc(236)] Register service cast_browser +02-27 08:31:00.283 235 235 I tombstoned: received crash request for pid 24235 +02-27 08:31:00.283 235 235 I tombstoned: found intercept fd 512 for pid 24235 and type kDebuggerdJavaBacktrace +02-27 08:31:00.285 235 235 W tombstoned: missing output fd +02-27 08:31:00.286 24235 24247 I putmethod.lati: Wrote stack traces to tombstoned +02-27 08:31:00.288 505 24295 I system_server: libdebuggerd_client: done dumping process 24235 +02-27 08:31:00.534 505 24295 I ActivityManager: Done dumping +02-27 08:31:00.652 24213 24213 I chromium: [24213:24213:INFO:uds_peercred_filter.cc(165)] Performing one-time injection of UdsPeercredFilter into GRPC. +02-27 08:31:00.816 24213 24213 W chromium: [24213:24213:WARNING:client_auth_manager.cc(103)] Old certificate is empty. +02-27 08:31:01.176 23512 23512 I Choreographer: Skipped 48 frames! The application may be doing too much work on its main thread. +02-27 08:31:01.301 505 505 W Looper : Slow dispatch took 6931ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:31:01.312 505 505 W Looper : Slow delivery took 1280ms main h=com.android.server.pm.SnapshotStatistics$1 c=null m=0 +02-27 08:31:01.389 24213 24213 E chromium: [24213:24213:ERROR:device_info_impl.cc(1352)] Cannot get MAC address. +02-27 08:31:01.430 24213 24213 I chromium: [24213:24213:INFO:device_info_impl.cc(1356)] MAC address for : 00:00:00:00:00:00 +02-27 08:31:01.676 505 514 I system_server: Background young concurrent copying GC freed 1376321(34MB) AllocSpace objects, 0(0B) LOS objects, 0% free, 67MB/67MB, paused 9.378ms,28.424ms total 9.616s +02-27 08:31:01.892 505 542 W Looper : Slow delivery took 208ms android.fg h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null m=1 +02-27 08:31:01.892 505 542 W Looper : Slow dispatch took 8904ms android.fg h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null m=1 +02-27 08:31:02.149 505 24295 E ActivityManager: ANR in com.google.android.inputmethod.latin +02-27 08:31:02.149 505 24295 E ActivityManager: PID: 24235 +02-27 08:31:02.149 505 24295 E ActivityManager: Reason: executing service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME +02-27 08:31:02.149 505 24295 E ActivityManager: Frozen: false +02-27 08:31:02.149 505 24295 E ActivityManager: Load: 0.0 / 0.0 / 0.0 +02-27 08:31:02.149 505 24295 E ActivityManager: ----- Output from /proc/pressure/memory ----- +02-27 08:31:02.149 505 24295 E ActivityManager: some avg10=15.54 avg60=21.16 avg300=20.68 total=406871266 +02-27 08:31:02.149 505 24295 E ActivityManager: full avg10=3.45 avg60=5.16 avg300=4.87 total=102006099 +02-27 08:31:02.149 505 24295 E ActivityManager: ----- End output from /proc/pressure/memory ----- +02-27 08:31:02.149 505 24295 E ActivityManager: +02-27 08:31:02.149 505 24295 E ActivityManager: CPU usage from 1645ms to -8384ms ago (2026-02-27 08:30:50.597 to 2026-02-27 08:31:00.626): +02-27 08:31:02.149 505 24295 E ActivityManager: 68% 505/system_server: 37% user + 31% kernel / faults: 19095 minor 697 major +02-27 08:31:02.149 505 24295 E ActivityManager: 44% 23512/com.google.android.tvlauncher: 10% user + 33% kernel / faults: 8206 minor 274 major +02-27 08:31:02.149 505 24295 E ActivityManager: 29% 338/android.hardware.graphics.composer@2.3-service: 1.9% user + 27% kernel / faults: 699 minor 1 major +02-27 08:31:02.149 505 24295 E ActivityManager: 26% 24213/com.google.android.apps.mediashell: 2.6% user + 23% kernel / faults: 4389 minor 760 major +02-27 08:31:02.149 505 24295 E ActivityManager: 22% 360/surfaceflinger: 5.4% user + 16% kernel / faults: 1988 minor 2 major +02-27 08:31:02.149 505 24295 E ActivityManager: 11% 24235/com.google.android.inputmethod.latin: 1.6% user + 9.5% kernel / faults: 2163 minor 377 major +02-27 08:31:02.149 505 24295 E ActivityManager: 5.1% 116/kswapd0: 0% user + 5.1% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 6.2% 263/loop14: 0% user + 6.2% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 4.4% 24300/com.google.process.gservices: 0.1% user + 4.2% kernel / faults: 1792 minor 141 major +02-27 08:31:02.149 505 24295 E ActivityManager: 3.9% 13/rcu_preempt: 0% user + 3.9% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 3.6% 12/ksoftirqd/0: 0% user + 3.6% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 1.7% 182/lmkd: 0.2% user + 1.4% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 0.8% 244/loop5: 0% user + 0.8% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 1.1% 185/psimon: 0% user + 1.1% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 0.4% 417/mediaserver: 0% user + 0.3% kernel / faults: 32 minor 6 major +02-27 08:31:02.149 505 24295 E ActivityManager: 0.4% 17530/kworker/u8:1-phy0: 0% user + 0.4% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 0.5% 20587/kworker/u9:3-blk_crypto_wq: 0% user + 0.5% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 0.4% 353/android.hardware.power-service.example: 0% user + 0.3% kernel / faults: 150 minor 4 major +02-27 08:31:02.149 505 24295 E ActivityManager: 0.3% 751/wpa_supplicant: 0% user + 0.3% kernel / faults: 13 minor 5 major +02-27 08:31:02.149 505 24295 E ActivityManager: 0.4% 23354/kworker/u9:0-fscrypt_read_queue: 0% user + 0.4% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 0.3% 95/kworker/3:1H-kblockd: 0% user + 0.3% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 0.3% 130/sugov:1: 0% user + 0.3% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 0.3% 243/loop4: 0% user + 0.3% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 0.3% 248/loop7: 0% user + 0.3% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 0.2% 132/sugov:3: 0% user + 0.2% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 0.1% 255/loop10: 0% user + 0.1% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 0.1% 266/loop16: 0% user + 0.1% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 0.1% 852/android.hardware.gnss@2.0-service.ranchu: 0% user + 0.1% kernel / faults: 27 minor 3 major +02-27 08:31:02.149 505 24295 E ActivityManager: 0.1% 33/ksoftirqd/3: 0% user + 0.1% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 0.1% 129/sugov:0: 0% user + 0.1% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 0.1% 181/logd: 0% user + 0% kernel / faults: 49 minor 4 major +02-27 08:31:02.149 505 24295 E ActivityManager: 0.1% 184/hwservicemanager: 0% user + 0% kernel / faults: 49 minor 4 major +02-27 08:31:02.149 505 24295 E ActivityManager: 0.1% 24291/kworker/0:2-virtio_vsock: 0% user + 0.1% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 0% 21/ksoftirqd/1: 0% user + 0% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 0% 27/ksoftirqd/2: 0% user + 0% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 0% 131/sugov:2: 0% user + 0% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 0% 144/kworker/1:1H-kblockd: 0% user + 0% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 0% 183/servicemanager: 0% user + 0% kernel / faults: 91 minor 9 major +02-27 08:31:02.149 505 24295 E ActivityManager: 0% 229/jbd2/dm-4-8: 0% user + 0% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 0% 259/loop12: 0% user + 0% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 0% 271/loop18: 0% user + 0% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 0% 272/loop19: 0% user + 0% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 0% 320/statsd: 0% user + 0% kernel / faults: 104 minor 1 major +02-27 08:31:02.149 505 24295 E ActivityManager: 0% 322/zygote64: 0% user + 0% kernel / faults: 23 minor 4 major +02-27 08:31:02.149 505 24295 E ActivityManager: 0% 350/android.hardware.wifi@1.0-service: 0% user + 0% kernel / faults: 119 minor 23 major +02-27 08:31:02.149 505 24295 E ActivityManager: 0% 1242/com.google.android.providers.media.module: 0% user + 0% kernel / faults: 45 minor +02-27 08:31:02.149 505 24295 E ActivityManager: 0% 1403/adbd: 0% user + 0% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 0% 19702/kworker/3:2-events: 0% user + 0% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 0% 21141/kworker/2:1-events: 0% user + 0% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 0% 22888/kworker/1:0-events: 0% user + 0% kernel +02-27 08:31:02.149 505 24295 E ActivityManager: 86% TOTAL: 12% user + 31% kernel + 17% iowait + 18% irq + 7.4% softirq +02-27 08:31:02.149 505 24295 E ActivityManager: CPU usage from 2729019ms to 2729019ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake: +02-27 08:31:02.149 505 24295 E ActivityManager: 0% TOTAL: 0% user + 0% kernel +02-27 08:31:02.190 505 24324 I DropBoxManagerService: add tag=system_app_anr isTagEnabled=true flags=0x6 +02-27 08:31:02.192 23512 23512 I Choreographer: Skipped 60 frames! The application may be doing too much work on its main thread. +02-27 08:31:02.240 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:31:02.240 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:31:02.240 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:31:02.240 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:31:02.358 505 555 W ActivityManager: Slow operation: 173ms so far, now at startProcess: asking zygote to start proc +02-27 08:31:02.358 505 554 W ActivityManager: Slow operation: 208ms so far, now at startProcess: done starting proc! +02-27 08:31:02.376 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:31:02.397 505 514 W system_server: Suspending all threads took: 10.494ms +02-27 08:31:02.417 505 24295 I ActivityManager: Killing 24235:com.google.android.inputmethod.latin/u0a66 (adj 0): bg anr +02-27 08:31:02.457 505 24295 D ActivityManager: Completed ANR of com.google.android.inputmethod.latin in 10215ms, latency 8299ms +02-27 08:31:02.485 322 322 D Zygote : Forked child process 24325 +02-27 08:31:02.485 505 555 W ActivityManager: Slow operation: 327ms so far, now at startProcess: returned from zygote! +02-27 08:31:02.491 322 322 I Zygote : Process 24235 exited due to signal 9 (Killed) +02-27 08:31:02.777 23512 23624 D EGL_emulation: app_time_stats: avg=408.28ms min=62.95ms max=2339.73ms count=8 +02-27 08:31:02.803 23512 23512 I Choreographer: Skipped 36 frames! The application may be doing too much work on its main thread. +02-27 08:31:02.973 322 322 I Zygote : Process 24300 exited due to signal 9 (Killed) +02-27 08:31:03.315 24325 24325 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. +02-27 08:31:03.523 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 24235 in 1ms +02-27 08:31:03.561 505 505 W Looper : Drained +02-27 08:31:03.562 505 505 W Looper : Slow dispatch took 2231ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=com.android.server.alarm.AlarmManagerService$3$$ExternalSyntheticLambda0@27723fc m=0 +02-27 08:31:03.565 505 505 W Looper : Slow delivery took 1403ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=5 +02-27 08:31:03.590 23512 23512 I Choreographer: Skipped 46 frames! The application may be doing too much work on its main thread. +02-27 08:31:03.596 505 542 W Looper : Slow dispatch took 1368ms android.fg h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null m=1 +02-27 08:31:03.605 505 555 W ActivityManager: Slow operation: 1446ms so far, now at startProcess: done updating battery stats +02-27 08:31:03.609 505 555 W ActivityManager: Slow operation: 1451ms so far, now at startProcess: building log message +02-27 08:31:03.609 505 555 I ActivityManager: Start proc 24325:com.google.android.gms/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.GmsBoundBrokerService} +02-27 08:31:03.609 505 555 W ActivityManager: Slow operation: 1451ms so far, now at startProcess: starting to update pids map +02-27 08:31:03.611 505 555 W ActivityManager: Slow operation: 1453ms so far, now at startProcess: done updating pids map +02-27 08:31:03.641 505 594 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 1000ms for connection +02-27 08:31:03.669 505 514 I system_server: Background concurrent copying GC freed 2558682(64MB) AllocSpace objects, 10(364KB) LOS objects, 32% free, 50MB/74MB, paused 1.882ms,10.829ms total 1.804s +02-27 08:31:03.677 505 542 W Looper : Drained +02-27 08:31:03.693 505 594 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #14445} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (0 skipped) +02-27 08:31:03.693 505 554 I ActivityManager: Killing 24300:com.google.process.gservices/u0a57 (adj 905): timeout publishing content providers +02-27 08:31:03.693 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 24300 in 0ms +02-27 08:31:03.729 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:31:03.730 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:31:03.732 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:31:03.732 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:31:03.733 505 2673 V ActivityManager: Got obituary of 24300:com.google.process.gservices +02-27 08:31:03.773 505 505 W Looper : Drained +02-27 08:31:03.868 24213 24213 I chromium: [24213:24213:INFO:device_info_impl.cc(405)] Device model id: Google.emulator64_arm64.sdk_google_atv64_arm64 +02-27 08:31:03.929 23512 23624 D EGL_emulation: app_time_stats: avg=350.51ms min=7.08ms max=1035.84ms count=3 +02-27 08:31:03.960 24213 24213 I chromium: [24213:24213:INFO:device_info_impl.cc(440)] Control Notifications: 0 +02-27 08:31:04.007 505 594 W ActivityManager: Slow operation: 65ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:31:04.015 24213 24213 E chromium: [24213:24213:ERROR:device_info_impl.cc(145)] Cannot read file: /data/bootid +02-27 08:31:04.015 24213 24213 I chromium: [24213:24213:INFO:device_info_impl.cc(456)] SSDP Boot ID: 0 +02-27 08:31:04.015 24213 24213 I chromium: [24213:24213:INFO:device_info_impl.cc(460)] SSDP Config ID: 1 +02-27 08:31:04.017 505 594 W ActivityManager: Slow operation: 76ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:31:04.017 505 594 W ActivityManager: Slow operation: 76ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:31:04.206 505 594 W ActivityManager: Slow operation: 265ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:31:04.220 24325 24325 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:31:04.248 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(17)] Build volume cache for type 0: +02-27 08:31:04.453 24213 24213 W chromium: [24213:24213:WARNING:secure_storage_impl.cc(115)] Device key not available yet. +02-27 08:31:04.533 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 0(0) -> -120 +02-27 08:31:04.636 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 1(0.0666667) -> -53.2632 +02-27 08:31:04.640 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 2(0.133333) -> -46.6316 +02-27 08:31:04.648 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 3(0.2) -> -40 +02-27 08:31:04.652 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 4(0.266667) -> -36.55 +02-27 08:31:04.653 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 5(0.333333) -> -32.525 +02-27 08:31:04.661 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 6(0.4) -> -28.5 +02-27 08:31:04.687 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 7(0.466667) -> -25.05 +02-27 08:31:04.694 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 8(0.533333) -> -21.025 +02-27 08:31:04.697 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 9(0.6) -> -17 +02-27 08:31:04.716 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 10(0.666667) -> -14.45 +02-27 08:31:04.725 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 11(0.733333) -> -11.475 +02-27 08:31:04.736 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 12(0.8) -> -8.5 +02-27 08:31:04.747 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 13(0.866667) -> -5.95 +02-27 08:31:04.765 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 14(0.933333) -> -2.975 +02-27 08:31:04.774 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 15(1) -> 0 +02-27 08:31:04.853 24213 24337 I chromium: [24213:24337:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-40 type=MEDIA +02-27 08:31:04.933 23512 23624 D EGL_emulation: app_time_stats: avg=38.93ms min=9.21ms max=265.55ms count=22 +02-27 08:31:04.977 24213 24337 I chromium: [24213:24337:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=0: volume=0.2 (-40) mute=0 +02-27 08:31:04.977 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(17)] Build volume cache for type 1: +02-27 08:31:04.990 505 554 W ActivityManager: Slow operation: 256ms so far, now at startProcess: done creating new process record +02-27 08:31:04.991 505 554 W ActivityManager: Slow operation: 257ms so far, now at startProcess: stepping in to startProcess +02-27 08:31:04.994 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 0(0) -> -29.7 +02-27 08:31:05.000 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 1(0.142857) -> -29.7 +02-27 08:31:05.007 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 2(0.285714) -> -25.0455 +02-27 08:31:05.008 24325 24333 I gle.android.gm: Background young concurrent copying GC freed 12700(566KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1873KB/25MB, paused 11.319ms,14.657ms total 237.136ms +02-27 08:31:05.017 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 3(0.428571) -> -20.1 +02-27 08:31:05.019 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 4(0.571429) -> -15 +02-27 08:31:05.021 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 5(0.714286) -> -9.9 +02-27 08:31:05.024 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 6(0.857143) -> -4.8 +02-27 08:31:05.029 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 7(1) -> 0 +02-27 08:31:05.046 505 514 W system_server: Suspending all threads took: 8.964ms +02-27 08:31:05.064 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 08:31:05.064 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 08:31:05.064 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 08:31:05.064 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 08:31:05.065 505 554 W ActivityManager: Slow operation: 331ms so far, now at startProcess: done starting proc! +02-27 08:31:05.322 24325 24325 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:31:05.942 23512 23624 D EGL_emulation: app_time_stats: avg=19.73ms min=5.30ms max=52.59ms count=35 +02-27 08:31:06.409 505 555 W ActivityManager: Slow operation: 1418ms so far, now at startProcess: asking zygote to start proc +02-27 08:31:06.440 24213 24337 I chromium: [24213:24337:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-25.0455 type=ALARM +02-27 08:31:06.446 505 505 W Looper : Slow dispatch took 130ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:31:06.461 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 08:31:06.503 24213 24337 I chromium: [24213:24337:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=1: volume=0.285714 (-25.0455) mute=0 +02-27 08:31:06.524 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(17)] Build volume cache for type 2: +02-27 08:31:06.544 505 514 I system_server: Background young concurrent copying GC freed 2511503(62MB) AllocSpace objects, 3(108KB) LOS objects, 30% free, 51MB/74MB, paused 11.714ms,10.122ms total 1.760s +02-27 08:31:06.584 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 0(0) -> -120 +02-27 08:31:06.632 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 1(0.142857) -> -21.5625 +02-27 08:31:06.636 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 2(0.285714) -> -18.9375 +02-27 08:31:06.661 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 3(0.428571) -> -16.3636 +02-27 08:31:06.677 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 4(0.571429) -> -13.6364 +02-27 08:31:06.727 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 5(0.714286) -> -11.1176 +02-27 08:31:06.739 322 322 D Zygote : Forked child process 24343 +02-27 08:31:06.739 505 555 W ActivityManager: Slow operation: 1748ms so far, now at startProcess: returned from zygote! +02-27 08:31:06.740 505 555 W ActivityManager: Slow operation: 1749ms so far, now at startProcess: done updating battery stats +02-27 08:31:06.740 505 555 W ActivityManager: Slow operation: 1749ms so far, now at startProcess: building log message +02-27 08:31:06.740 505 555 I ActivityManager: Start proc 24343:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:31:06.740 505 555 W ActivityManager: Slow operation: 1749ms so far, now at startProcess: starting to update pids map +02-27 08:31:06.744 24213 24213 I chromium: [24213:24213:INFO:crypto_manager.cc(257)] Public key: MIIBCgKCAQEAw2jhAxLfHUp4ZFJiAJ6Od5c82w7pu4hXjsGkAybnQ9X8f5omqDtNN7/NYNyWBhHxz0Szft+npN3L/hE7Q1pDlruIMfNHIKMGaAbqlKXxMmqClSYYEPQMSuiXIwzc9Y3GPGR8dyXlCE8ZFEKFX+cM/ZuXO2/XSTTI8yZQAEmO2Pegn/4xEqJyrArhSWCUYAawJNTy8s7XLGAaX4s8RAudmFew44ga0/iOVYpfVAovtc9YDsjauTXqYRT0Y+4I1982SWg/uQNIyvpdICSDwpCdR+82Ek+Enl//bkS2OAHymRWS5jh6ClWMAA+lCUtx6UlyzfJ4l732iGRXaMSfwLNVnwIDAQAB +02-27 08:31:06.760 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 6(0.857143) -> -8.64706 +02-27 08:31:06.764 505 555 W ActivityManager: Slow operation: 1772ms so far, now at startProcess: done updating pids map +02-27 08:31:06.768 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 7(1) -> -6 +02-27 08:31:06.773 24213 24337 I chromium: [24213:24337:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-21.5625 type=COMMUNICATION +02-27 08:31:06.775 24213 24337 I chromium: [24213:24337:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=2: volume=0.142857 (-21.5625) mute=0 +02-27 08:31:06.775 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(17)] Build volume cache for type 3: +02-27 08:31:06.781 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 0(0) -> -24 +02-27 08:31:06.785 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 1(0.2) -> -24 +02-27 08:31:06.793 24213 24213 I chromium: [24213:24213:INFO:crypto_manager.cc(268)] Public modulus: w2jhAxLfHUp4ZFJiAJ6Od5c82w7pu4hXjsGkAybnQ9X8f5omqDtNN7_NYNyWBhHxz0Szft-npN3L_hE7Q1pDlruIMfNHIKMGaAbqlKXxMmqClSYYEPQMSuiXIwzc9Y3GPGR8dyXlCE8ZFEKFX-cM_ZuXO2_XSTTI8yZQAEmO2Pegn_4xEqJyrArhSWCUYAawJNTy8s7XLGAaX4s8RAudmFew44ga0_iOVYpfVAovtc9YDsjauTXqYRT0Y-4I1982SWg_uQNIyvpdICSDwpCdR-82Ek-Enl__bkS2OAHymRWS5jh6ClWMAA-lCUtx6UlyzfJ4l732iGRXaMSfwLNVnw +02-27 08:31:06.793 24213 24213 I chromium: [24213:24213:INFO:crypto_manager.cc(273)] Public exponent: AQAB +02-27 08:31:06.809 24325 24325 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:31:06.809 24325 24325 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:31:06.875 24325 24325 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:31:06.918 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 2(0.4) -> -17.9394 +02-27 08:31:06.953 23512 23624 D EGL_emulation: app_time_stats: avg=33.71ms min=6.03ms max=94.69ms count=22 +02-27 08:31:06.960 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 3(0.6) -> -11.8788 +02-27 08:31:07.010 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 4(0.8) -> -5.88235 +02-27 08:31:07.019 24213 24337 I chromium: [24213:24337:INFO:volume_cache.cc(28)] 5(1) -> 0 +02-27 08:31:07.023 24213 24337 I chromium: [24213:24337:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-17.9394 type=OTHER +02-27 08:31:07.027 24213 24337 I chromium: [24213:24337:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=3: volume=0.4 (-17.9394) mute=0 +02-27 08:31:07.171 24213 24213 I chromium: [24213:24213:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:31:07.172 24213 24213 I chromium: [24213:24213:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:31:07.177 24213 24213 I chromium: [24213:24213:INFO:service_base.h(78)] Size of the map for type AuthTokenResponse is 0 +02-27 08:31:07.185 24213 24213 W chromium: [24213:24213:WARNING:service_manager_android.cc(70)] Client wayland was not found in whitelisted packages. +02-27 08:31:07.185 24213 24213 I chromium: [24213:24213:INFO:service_manager_android.cc(79)] Creating socket localhost:10042 +02-27 08:31:07.185 24213 24213 I chromium: [24213:24213:INFO:grpc_manager_impl.cc(335)] GRPC[uri=localhost:10042]: Shutting down CQ. +02-27 08:31:07.186 24213 24213 I chromium: [24213:24213:INFO:grpc_completion_queue_wrapper.cc(51)] CQ is shutting down: id=0 +02-27 08:31:07.186 24213 24347 I chromium: [24213:24347:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:31:07.186 24213 24347 I chromium: [24213:24347:INFO:grpc_manager_impl.cc(689)] GRPC[uri=]: Completion queue is exiting: id=0 +02-27 08:31:07.186 24213 24213 I chromium: [24213:24213:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=1 +02-27 08:31:07.186 24213 24213 I chromium: [24213:24213:INFO:grpc_manager_impl.cc(852)] GRPC[uri=localhost:10042]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:31:07.186 24213 24213 I chromium: [24213:24213:INFO:grpc_manager_impl.cc(442)] GRPC[uri=localhost:10042]: Can't start server yet, missing start_requsted_ +02-27 08:31:07.187 24213 24347 I chromium: [24213:24347:INFO:grpc_manager_impl.cc(683)] GRPC[uri=localhost:10042]: Started processing completion queue: id=1 +02-27 08:31:07.188 24213 24213 I chromium: [24213:24213:INFO:grpc_manager_impl.cc(384)] GRPC[uri=localhost:10042]: Registered service chromecast.user_auth.proto.UserAuthService +02-27 08:31:07.213 24213 24213 I chromium: [24213:24213:INFO:grpc_manager_impl.cc(406)] GRPC[uri=localhost:10042]: Registered a handler AuthTokenChannel for service chromecast.user_auth.proto.UserAuthService +02-27 08:31:07.215 24213 24213 I chromium: [24213:24213:INFO:grpc_manager_impl.cc(452)] GRPC[uri=localhost:10042]: Proceeding to try to start server. +02-27 08:31:07.236 24343 24343 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 08:31:07.241 24325 24325 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:31:07.699 505 2621 W ActivityManager: Slow operation: 293ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:31:07.799 505 2621 W ActivityManager: Slow operation: 404ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:31:07.965 23512 23624 D EGL_emulation: app_time_stats: avg=24.38ms min=7.29ms max=105.77ms count=34 +02-27 08:31:08.415 24213 24213 I chromium: [24213:24213:INFO:grpc_manager_impl.cc(509)] GRPC[uri=localhost:10042]: Grpc server started in port 10042 +02-27 08:31:08.418 24213 24213 I chromium: [24213:24213:INFO:service_manager_android.cc(83)] Android server started for service: user_auth +02-27 08:31:08.992 23512 23624 D EGL_emulation: app_time_stats: avg=49.29ms min=8.08ms max=156.44ms count=16 +02-27 08:31:09.248 24213 24213 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:31:09.422 24213 24213 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:31:09.457 505 514 W system_server: Suspending all threads took: 31.729ms +02-27 08:31:09.469 505 2621 W ActivityManager: Slow operation: 2074ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:31:09.469 505 2621 W ActivityManager: Slow operation: 2074ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:31:09.511 24343 24355 I putmethod.lati: Background young concurrent copying GC freed 12509(549KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1842KB/25MB, paused 73us,155us total 372.215ms +02-27 08:31:10.405 23512 23624 D EGL_emulation: app_time_stats: avg=94.14ms min=15.80ms max=241.34ms count=9 +02-27 08:31:11.482 23512 23624 D EGL_emulation: app_time_stats: avg=56.15ms min=9.61ms max=161.63ms count=14 +02-27 08:31:11.930 505 505 W Looper : Slow dispatch took 478ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:31:12.864 322 322 I Zygote : Process 22906 exited due to signal 9 (Killed) +02-27 08:31:12.865 505 505 W Looper : Slow dispatch took 313ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=3 +02-27 08:31:12.882 23512 23624 D EGL_emulation: app_time_stats: avg=139.97ms min=15.70ms max=496.48ms count=9 +02-27 08:31:13.221 505 3536 E IPCThreadState: binder thread pool (31 threads) starved for 738 ms +02-27 08:31:13.353 23512 23512 I Choreographer: Skipped 68 frames! The application may be doing too much work on its main thread. +02-27 08:31:13.461 505 2113 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10057/22906, android.os.BinderProxy@d1adef5) +02-27 08:31:13.465 505 2259 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10057/22906, android.os.BinderProxy@addc48a) +02-27 08:31:13.465 505 3356 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10057/22906, android.os.BinderProxy@7c9842c) +02-27 08:31:13.846 505 514 I system_server: Background young concurrent copying GC freed 2791436(69MB) AllocSpace objects, 0(0B) LOS objects, 37% free, 40MB/64MB, paused 115.191ms,131.193ms total 5.405s +02-27 08:31:13.871 23512 23624 D EGL_emulation: app_time_stats: avg=494.28ms min=390.85ms max=597.71ms count=2 +02-27 08:31:13.964 505 2621 W ActivityManager: SLOW OOM ADJ: 403ms for pid 24343 = 0 +02-27 08:31:14.176 505 543 W Looper : Slow dispatch took 4444ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:31:14.435 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=306, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10057 RequestorUid: 10057 RequestorPkg: com.google.android.gms] ] (release request) +02-27 08:31:14.493 505 2621 W ActivityManager: Slow operation: 7098ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:31:14.527 505 1685 I ActivityManager: Process com.google.android.gms.persistent (pid 22906) has died: vis BTOP +02-27 08:31:14.533 24343 24355 W putmethod.lati: Suspending all threads took: 16.620ms +02-27 08:31:14.548 24343 24343 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 08:31:14.581 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 22906 in 52ms +02-27 08:31:14.606 505 1685 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.location.geocode.GeocodeService in 1000ms for connection +02-27 08:31:14.606 505 1685 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.gcm.GcmService in 11000ms for start-requested +02-27 08:31:14.606 505 1685 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentBoundBrokerService in 21000ms for connection +02-27 08:31:14.606 505 1685 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.fused.FusedLocationService in 31000ms for connection +02-27 08:31:14.606 505 1685 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentDirectBootAwareApiService in 41000ms for connection +02-27 08:31:14.606 505 1685 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService in 51000ms for start-requested +02-27 08:31:14.606 505 1685 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService in 61000ms for start-requested +02-27 08:31:14.606 505 1685 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentApiService in 71000ms for connection +02-27 08:31:14.606 505 1685 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentIntentOperationService in 81000ms for start-requested +02-27 08:31:14.606 505 1685 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService in 91000ms for connection +02-27 08:31:14.606 505 1685 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.network.NetworkLocationService in 101000ms for connection +02-27 08:31:14.836 505 1685 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #14451} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (1 skipped) +02-27 08:31:14.848 505 542 W Looper : Slow dispatch took 5377ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:31:14.848 505 542 W Looper : Slow delivery took 2871ms android.fg h=android.os.Handler c=com.android.server.location.injector.SystemAppForegroundHelper$$ExternalSyntheticLambda1@f0aeafb m=0 +02-27 08:31:14.885 23512 23512 I Choreographer: Skipped 87 frames! The application may be doing too much work on its main thread. +02-27 08:31:14.888 505 542 I ServiceWatcher: [fused] disconnected from 10057/com.google.android.gms/com.google.android.location.fused.FusedLocationService@1 +02-27 08:31:14.889 505 542 I ServiceWatcher: [GeofenceProxy] disconnected from 10057/com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService@1 +02-27 08:31:14.890 505 542 I ServiceWatcher: [HardwareActivityRecognitionProxy] disconnected from 10057/com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService@1 +02-27 08:31:14.890 505 542 I ServiceWatcher: [GeocoderProxy] disconnected from 10057/com.google.android.gms/.location.geocode.GeocodeService@2 +02-27 08:31:14.890 505 542 I ServiceWatcher: [network] disconnected from 10057/com.google.android.gms/com.google.android.location.network.NetworkLocationService@2 +02-27 08:31:15.097 505 553 W ActivityManager: Slow operation: 61ms so far, now at startProcess: building args +02-27 08:31:15.110 23512 23624 D EGL_emulation: app_time_stats: avg=1238.87ms min=1238.87ms max=1238.87ms count=1 +02-27 08:31:15.141 505 553 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:31:15.141 505 553 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:31:15.141 505 553 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:31:15.141 505 553 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:31:15.147 505 553 W ActivityManager: Slow operation: 111ms so far, now at startProcess: done starting proc! +02-27 08:31:15.150 505 555 W ActivityManager: Slow operation: 114ms so far, now at startProcess: asking zygote to start proc +02-27 08:31:15.150 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:31:15.181 20937 20947 I droid.bluetoot: Background concurrent copying GC freed 82(96KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2240KB/4480KB, paused 42us,13.270ms total 381.796ms +02-27 08:31:15.209 505 505 W Looper : Slow delivery took 352ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:31:15.209 505 505 W Looper : Slow dispatch took 2344ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:31:15.442 322 322 D Zygote : Forked child process 24368 +02-27 08:31:15.453 505 555 W ActivityManager: Slow operation: 416ms so far, now at startProcess: returned from zygote! +02-27 08:31:15.453 505 555 W ActivityManager: Slow operation: 417ms so far, now at startProcess: done updating battery stats +02-27 08:31:15.454 505 555 W ActivityManager: Slow operation: 417ms so far, now at startProcess: building log message +02-27 08:31:15.454 505 555 I ActivityManager: Start proc 24368:com.google.android.gms.persistent/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.PersistentBoundBrokerService} +02-27 08:31:15.454 505 555 W ActivityManager: Slow operation: 417ms so far, now at startProcess: starting to update pids map +02-27 08:31:15.454 505 555 W ActivityManager: Slow operation: 418ms so far, now at startProcess: done updating pids map +02-27 08:31:15.454 505 555 W ActivityManager: Slow operation: 233ms so far, now at startProcess: asking zygote to start proc +02-27 08:31:15.508 322 322 D Zygote : Forked child process 24369 +02-27 08:31:15.512 505 555 W ActivityManager: Slow operation: 291ms so far, now at startProcess: returned from zygote! +02-27 08:31:15.513 505 555 W ActivityManager: Slow operation: 291ms so far, now at startProcess: done updating battery stats +02-27 08:31:15.513 505 555 W ActivityManager: Slow operation: 292ms so far, now at startProcess: building log message +02-27 08:31:15.513 505 555 I ActivityManager: Start proc 24369:com.google.process.gservices/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider} +02-27 08:31:15.513 505 555 W ActivityManager: Slow operation: 292ms so far, now at startProcess: starting to update pids map +02-27 08:31:15.513 505 555 W ActivityManager: Slow operation: 292ms so far, now at startProcess: done updating pids map +02-27 08:31:15.664 505 553 E PackageManager: Optimistic bind failed. +02-27 08:31:15.664 505 553 E PackageManager: java.util.concurrent.TimeoutException: [Optimistic Bind] Didn't bind to resolver in time! +02-27 08:31:15.664 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.waitForBindLocked(InstantAppResolverConnection.java:160) +02-27 08:31:15.664 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.bind(InstantAppResolverConnection.java:225) +02-27 08:31:15.664 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.lambda$optimisticBind$0$InstantAppResolverConnection(InstantAppResolverConnection.java:255) +02-27 08:31:15.664 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection$$ExternalSyntheticLambda0.run(Unknown Source:2) +02-27 08:31:15.664 505 553 E PackageManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:31:15.664 505 553 E PackageManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:31:15.664 505 553 E PackageManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:31:15.664 505 553 E PackageManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:31:15.664 505 553 E PackageManager: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:31:15.854 23512 23512 I Choreographer: Skipped 40 frames! The application may be doing too much work on its main thread. +02-27 08:31:16.044 505 542 W Looper : Drained +02-27 08:31:16.159 24369 24369 E ocess.gservice: Not starting debugger since process cannot load the jdwp agent. +02-27 08:31:16.231 24368 24368 E .gms.persisten: Not starting debugger since process cannot load the jdwp agent. +02-27 08:31:16.239 23512 23624 D EGL_emulation: app_time_stats: avg=363.15ms min=18.99ms max=674.88ms count=3 +02-27 08:31:16.242 505 505 W Looper : Drained +02-27 08:31:16.755 24213 24213 I chromium: [24213:24213:INFO:gcm_manager.cc(132)] GCM Dir = /data/user/0/com.google.android.apps.mediashell/cache/gcm +02-27 08:31:16.830 23512 23521 I roid.tvlaunche: Background concurrent copying GC freed 12901(723KB) AllocSpace objects, 24(2208KB) LOS objects, 49% free, 6353KB/12MB, paused 103us,66us total 1.462s +02-27 08:31:16.859 23512 23512 I Choreographer: Skipped 47 frames! The application may be doing too much work on its main thread. +02-27 08:31:17.124 24213 24213 I chromium: [24213:24213:INFO:gcm_manager.cc(246)] Enabling GCM Driver +02-27 08:31:17.168 24343 24343 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:31:17.412 23512 23624 D EGL_emulation: app_time_stats: avg=586.10ms min=158.62ms max=1013.59ms count=2 +02-27 08:31:17.456 505 505 W Looper : Slow dispatch took 522ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:31:17.470 505 514 I system_server: Background concurrent copying GC freed 2491792(62MB) AllocSpace objects, 1(16KB) LOS objects, 46% free, 27MB/51MB, paused 5.420ms,4.382ms total 2.329s +02-27 08:31:17.487 505 2621 W ActivityManager: Slow operation: 52ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:31:17.506 505 2621 W ActivityManager: Slow operation: 71ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:31:17.536 505 2621 W ActivityManager: Slow operation: 101ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:31:17.536 505 2621 W ActivityManager: Slow operation: 101ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:31:17.660 505 2621 W ActivityManager: Slow operation: 224ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:31:17.749 24343 24343 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 08:31:17.749 24343 24343 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:31:17.766 24343 24343 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:31:17.774 505 2621 W ActivityManager: Slow operation: 339ms so far, now at attachApplicationLocked: after updateOomAdjLocked +02-27 08:31:17.912 24343 24343 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:31:17.923 505 1395 W ActivityManager: Slow operation: 148ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:31:17.923 24369 24369 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:31:17.925 24368 24368 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:31:18.202 505 505 W Looper : Slow dispatch took 137ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:31:18.437 23512 23624 D EGL_emulation: app_time_stats: avg=49.31ms min=8.28ms max=290.17ms count=17 +02-27 08:31:18.721 24213 24213 I chromium: [24213:24213:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/home.hds.proto.device.config.RefreshConfigRequest +02-27 08:31:19.046 24213 24213 I chromium: [24213:24213:INFO:preload_initiator_mdns.cc(91)] Preload type: mdns +02-27 08:31:19.061 24213 24213 W chromium: [24213:24213:WARNING:hds_settings.cc(107)] HDS URL has not been set through command line. +02-27 08:31:19.164 24213 24213 I chromium: [24213:24213:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:31:19.165 24213 24213 I chromium: [24213:24213:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:31:19.170 24213 24401 I chromium: [24213:24401:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:31:19.488 23512 23624 D EGL_emulation: app_time_stats: avg=68.74ms min=12.37ms max=157.23ms count=7 +02-27 08:31:19.497 24213 24213 I chromium: [24213:24213:INFO:grpc_manager_impl.cc(437)] GRPC[uri=]: Can't start server yet, missing URI. +02-27 08:31:19.523 24213 24213 I chromium: [24213:24213:INFO:lycra_gcm_impl.cc(112)] Deferring GCM registration until connectivity is up. +02-27 08:31:19.532 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:31:19.532 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:31:19.532 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:31:19.532 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:31:19.532 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:31:19.532 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:31:19.532 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:31:19.532 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:31:19.532 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:31:19.532 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:31:19.532 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:31:19.532 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:31:19.532 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:31:19.532 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:31:19.532 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:31:19.532 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:31:19.532 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:31:19.532 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:31:19.532 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(165)] Presence settings is: 0 +02-27 08:31:19.532 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(183)] Presence radar settings is: 0 +02-27 08:31:19.541 24213 24213 I chromium: [24213:24213:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:31:19.541 24213 24213 I chromium: [24213:24213:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:31:19.549 24213 24402 I chromium: [24213:24402:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:31:19.553 24213 24213 I chromium: [24213:24213:INFO:service_base.h(246)] Container sizes for type CloudSetting are (session_info_map: 0), (topic_info_map: 0), (pending_events: 0). +02-27 08:31:19.720 24213 24213 E chromium: [24213:24213:ERROR:socket_manifest_android.cc(33)] Socket config not found for service cloud_settings +02-27 08:31:19.720 24213 24213 W chromium: [24213:24213:WARNING:service_manager_android.cc(62)] No socket entry found for cloud_settings. Ignore if service was not intended to run on this OS. +02-27 08:31:19.720 24213 24213 I chromium: [24213:24213:INFO:cloud_settings_grpc_service_impl.cc(55)] CloudSettingsGrpcServiceImpl constructed, and started gRPC server. +02-27 08:31:19.720 24213 24213 I chromium: [24213:24213:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: a11y_display_settings +02-27 08:31:19.761 24213 24213 W chromium: [24213:24213:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [a11y_display_settings] in settings. +02-27 08:31:19.834 24213 24213 I chromium: [24213:24213:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: a11y_trait +02-27 08:31:19.835 24213 24213 W chromium: [24213:24213:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [a11y_trait] in settings. +02-27 08:31:19.835 24213 24213 I chromium: [24213:24213:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: alarm_volume_settings +02-27 08:31:19.841 24213 24213 W chromium: [24213:24213:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [alarm_volume_settings] in settings. +02-27 08:31:19.846 24368 24368 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:31:19.881 24213 24213 I chromium: [24213:24213:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: ambient_eq_settings +02-27 08:31:19.881 24213 24213 W chromium: [24213:24213:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [ambient_eq_settings] in settings. +02-27 08:31:19.881 24213 24213 I chromium: [24213:24213:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: assistant_volume_settings +02-27 08:31:19.881 24213 24213 W chromium: [24213:24213:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [assistant_volume_settings] in settings. +02-27 08:31:19.881 24213 24213 I chromium: [24213:24213:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: auto_software_update_settings +02-27 08:31:19.881 24213 24213 W chromium: [24213:24213:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [auto_software_update_settings] in settings. +02-27 08:31:19.881 24213 24213 I chromium: [24213:24213:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: display_theme_settings +02-27 08:31:19.881 24213 24213 W chromium: [24213:24213:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [display_theme_settings] in settings. +02-27 08:31:19.881 24213 24213 I chromium: [24213:24213:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: do_not_disturb_settings +02-27 08:31:19.881 24213 24213 W chromium: [24213:24213:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [do_not_disturb_settings] in settings. +02-27 08:31:19.881 24213 24213 I chromium: [24213:24213:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: eureka_info_settings +02-27 08:31:19.881 24213 24213 W chromium: [24213:24213:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [eureka_info_settings] in settings. +02-27 08:31:19.881 24213 24213 I chromium: [24213:24213:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: hdmi_settings +02-27 08:31:19.881 24213 24213 W chromium: [24213:24213:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [hdmi_settings] in settings. +02-27 08:31:19.881 24213 24213 I chromium: [24213:24213:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: night_mode_settings +02-27 08:31:19.881 24213 24213 W chromium: [24213:24213:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [night_mode_settings] in settings. +02-27 08:31:19.881 24213 24213 I chromium: [24213:24213:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: preview_program_settings +02-27 08:31:19.881 24213 24213 W chromium: [24213:24213:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [preview_program_settings] in settings. +02-27 08:31:19.881 24213 24213 I chromium: [24213:24213:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: privacy_settings +02-27 08:31:19.881 24213 24213 W chromium: [24213:24213:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [privacy_settings] in settings. +02-27 08:31:19.881 24213 24213 I chromium: [24213:24213:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: radar_presence_detection_settings +02-27 08:31:19.881 24213 24213 W chromium: [24213:24213:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [radar_presence_detection_settings] in settings. +02-27 08:31:19.881 24213 24213 I chromium: [24213:24213:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: technical_info +02-27 08:31:19.881 24213 24213 W chromium: [24213:24213:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [technical_info] in settings. +02-27 08:31:19.881 24213 24213 I chromium: [24213:24213:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: touch_interaction_presence_detection_settings +02-27 08:31:19.881 24213 24213 W chromium: [24213:24213:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [touch_interaction_presence_detection_settings] in settings. +02-27 08:31:19.881 24213 24213 I chromium: [24213:24213:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: ultrasound_settings +02-27 08:31:19.881 24213 24213 W chromium: [24213:24213:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [ultrasound_settings] in settings. +02-27 08:31:19.881 24213 24213 I chromium: [24213:24213:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: user_eq_settings +02-27 08:31:19.881 24213 24213 W chromium: [24213:24213:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [user_eq_settings] in settings. +02-27 08:31:19.881 24213 24213 I chromium: [24213:24213:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: user_interface_settings +02-27 08:31:19.881 24213 24213 W chromium: [24213:24213:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [user_interface_settings] in settings. +02-27 08:31:19.881 24213 24213 I chromium: [24213:24213:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: voice_interaction_presence_detection_settings +02-27 08:31:19.881 24213 24213 W chromium: [24213:24213:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [voice_interaction_presence_detection_settings] in settings. +02-27 08:31:19.881 24213 24213 I chromium: [24213:24213:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: wifi_settings +02-27 08:31:19.881 24213 24213 W chromium: [24213:24213:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [wifi_settings] in settings. +02-27 08:31:20.335 505 543 W Looper : Slow delivery took 574ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:31:20.336 505 505 W Looper : Slow delivery took 401ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=5 +02-27 08:31:20.527 23512 23624 D EGL_emulation: app_time_stats: avg=51.50ms min=9.85ms max=238.94ms count=11 +02-27 08:31:20.936 505 514 W system_server: Suspending all threads took: 7.815ms +02-27 08:31:21.032 24213 24213 I chromium: [24213:24213:INFO:cloud_settings_manager_impl.cc(225)] Cloud settings is disabled. +02-27 08:31:21.366 24213 24213 W chromium: [24213:24213:WARNING:client_auth_manager.cc(103)] Old certificate is empty. +02-27 08:31:21.488 24213 24213 I chromium: [24213:24213:INFO:usonia_configs_with_cast_features.cc(55)] No extra groups +02-27 08:31:21.529 24213 24213 I chromium: [24213:24213:INFO:usonia_configs_with_cast_features.cc(304)] Usonia configs: UsoniaConfigs initialized +02-27 08:31:21.541 24213 24213 I chromium: [24213:24213:INFO:usonia_configs_with_cast_features.cc(305)] id_is_authenticated=0 +02-27 08:31:21.541 24213 24213 I chromium: [24213:24213:INFO:usonia_configs_with_cast_features.cc(306)] usonia_require_authenticated_ids=1 +02-27 08:31:21.541 24213 24213 I chromium: [24213:24213:INFO:usonia_configs_with_cast_features.cc(308)] usonia_extra_multicast_groups= +02-27 08:31:21.541 24213 24213 I chromium: [24213:24213:INFO:usonia_configs_with_cast_features.cc(310)] usonia_multicast_ttl=1 +02-27 08:31:21.541 24213 24213 I chromium: [24213:24213:INFO:usonia_configs_with_cast_features.cc(311)] usonia_higher_root_precedence=0 +02-27 08:31:21.541 24213 24213 I chromium: [24213:24213:INFO:usonia_configs_with_cast_features.cc(313)] usonia_allow_self_signed_certs=0 +02-27 08:31:21.541 24213 24213 I chromium: [24213:24213:INFO:usonia_configs_with_cast_features.cc(315)] usonia_enable_trusted_sets=1 +02-27 08:31:21.548 23512 23624 D EGL_emulation: app_time_stats: avg=61.74ms min=12.74ms max=306.66ms count=11 +02-27 08:31:21.632 24213 24408 I chromium: [24213:24408:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:31:21.636 24213 24408 I chromium: [24213:24408:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:31:21.656 24213 24288 I chromium: [24213:24288:INFO:directory_service_impl.cc(419)] Boot count is now 15 +02-27 08:31:21.656 24213 24410 I chromium: [24213:24410:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:31:21.681 24213 24288 I chromium: [24213:24288:INFO:parent_tracker.cc(117)] [REDACTED] has hash 1127492593, root wait is 0.115374 s +02-27 08:31:21.708 24213 24408 I chromium: [24213:24408:INFO:grpc_auth_manager_with_grpc_ipc.cc(63)] Connecting IPC for Auth.AuthReadyStreaming. +02-27 08:31:21.740 24213 24288 I chromium: [24213:24288:INFO:parent_tracker.cc(213)] Now using local address [REDACTED] +02-27 08:31:21.740 24213 24288 I chromium: [24213:24288:INFO:parent_tracker.cc(231)] Using multicast TTL 1 +02-27 08:31:21.954 24213 24288 I chromium: [24213:24288:INFO:parent_tracker.cc(479)] Trusted set support is disabled +02-27 08:31:22.200 24213 24288 E chromium: [24213:24288:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 08:31:22.214 24213 24288 E chromium: [24213:24288:ERROR:tcp_listener.cc(65)] Listen failed: net::ERR_ADDRESS_IN_USE : 0.0.0.0:10101 +02-27 08:31:22.238 24213 24288 E chromium: [24213:24288:ERROR:ssl_message_stream_socket_factory_cast.cc(72)] SSL listener error: -1 +02-27 08:31:22.315 24213 24288 I chromium: [24213:24288:INFO:device_set.cc(163)] Become root for set [REDACTED] +02-27 08:31:22.316 24213 24288 I chromium: [24213:24288:INFO:directory_service_impl.cc(536)] This device became root +02-27 08:31:22.597 23512 23624 D EGL_emulation: app_time_stats: avg=26.33ms min=4.85ms max=132.92ms count=26 +02-27 08:31:22.672 24213 24408 I chromium: [24213:24408:INFO:grpc_ipc_socket_client.cc(29)] GrpcIpcSocketClient created for usonia-ipc-socket +02-27 08:31:22.769 24213 24408 D BindingManager: with +02-27 08:31:22.769 24213 24408 D BindingManager: bind to service +02-27 08:31:23.234 505 505 W Looper : Drained +02-27 08:31:23.234 505 505 W Looper : Slow dispatch took 775ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:31:23.234 505 543 W Looper : Drained +02-27 08:31:23.378 505 514 I system_server: Background young concurrent copying GC freed 1513178(37MB) AllocSpace objects, 0(0B) LOS objects, 0% free, 53MB/53MB, paused 411us,24.349ms total 3.660s +02-27 08:31:23.385 24369 24369 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:31:23.385 24369 24369 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:31:23.420 24369 24369 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:31:23.509 24369 24369 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:31:23.604 23512 23624 D EGL_emulation: app_time_stats: avg=27.90ms min=7.20ms max=82.46ms count=22 +02-27 08:31:23.817 24368 24368 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:31:23.818 24368 24368 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:31:23.829 24368 24368 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:31:23.975 24213 24408 I chromium: [24213:24408:INFO:distributed_service_discovery_with_grpc_ipc.cc(152)] Connecting IPC for DistributedServiceDiscovery.AddService. +02-27 08:31:24.025 24213 24408 I chromium: [24213:24408:INFO:distributed_service_discovery_with_grpc_ipc.cc(66)] Connecting IPC for DistributedServiceDiscovery.UpdateObservers. +02-27 08:31:24.030 24213 24408 I chromium: [24213:24408:INFO:metrics_recorder_with_grpc_ipc.cc(156)] Connecting IPC for MetricsRecorder.RecordMetrics: num_attempts=1 +02-27 08:31:24.033 24213 24408 I chromium: [24213:24408:INFO:synchronous_sound_player_with_grpc_ipc.cc(176)] Connecting IPC for SynchronousSoundPlayer.UpdateSound. +02-27 08:31:24.069 24213 24408 I chromium: [24213:24408:INFO:directory_service_with_grpc_ipc.cc(66)] Connecting IPC for DirectoryService.LocalDeviceInfo. +02-27 08:31:24.069 24213 24408 I chromium: [24213:24408:INFO:directory_service_with_grpc_ipc.cc(123)] Connecting IPC for DirectoryService.ObserveCommonTime. +02-27 08:31:24.069 24213 24408 I chromium: [24213:24408:INFO:directory_service_with_grpc_ipc.cc(279)] Connecting IPC for DirectoryService.UpdateStateObservers. +02-27 08:31:24.075 24213 24408 I chromium: [24213:24408:INFO:directory_service_with_grpc_ipc.cc(381)] Connecting IPC for DirectoryService.UpdateMessageObservers. +02-27 08:31:24.075 24213 24408 I chromium: [24213:24408:INFO:state_manager_with_grpc_ipc.cc(78)] Connecting IPC for StateManager.ReceiveStateUpdates. +02-27 08:31:24.080 24213 24408 I chromium: [24213:24408:INFO:services_layer_impl.cc(63)] Service layer is instantiated: debug_string=CastChild +02-27 08:31:24.080 24213 24408 I chromium: [24213:24408:INFO:services_layer_impl.cc(70)] Register usonia.EchoCastChild.SendEcho rpc. +02-27 08:31:24.090 24213 24408 I chromium: [24213:24408:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.EchoCastChild +02-27 08:31:24.117 24368 24368 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:31:24.172 24213 24408 I chromium: [24213:24408:INFO:usonia_child_process.cc(111)] Usonia child process is instantiated: debug_string=CastChild, server_uri=[::]:10011, ipc_uri= +02-27 08:31:24.186 24369 24369 I GservicesProvider: Gservices pushing to system: true; secure/global: true +02-27 08:31:24.260 24213 24213 I chromium: [24213:24213:INFO:multizone_manager.cc(339)] Multizone features are disabled +02-27 08:31:24.612 23512 23624 D EGL_emulation: app_time_stats: avg=32.00ms min=4.71ms max=192.26ms count=24 +02-27 08:31:24.614 505 514 W system_server: Suspending all threads took: 12.239ms +02-27 08:31:25.555 23512 23512 I Choreographer: Skipped 39 frames! The application may be doing too much work on its main thread. +02-27 08:31:25.658 23512 23624 D EGL_emulation: app_time_stats: avg=99.53ms min=6.07ms max=692.56ms count=10 +02-27 08:31:26.627 505 2621 W ContentProviderHelper: Slow operation: 70ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:31:26.635 505 2621 W ContentProviderHelper: Slow operation: 213ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:31:26.635 505 2621 W ContentProviderHelper: Slow operation: 213ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:31:26.645 505 2621 W ContentProviderHelper: Slow operation: 223ms so far, now at getContentProviderImpl: before updateLruProcess +02-27 08:31:26.646 505 2621 W ContentProviderHelper: Slow operation: 224ms so far, now at getContentProviderImpl: after updateLruProcess +02-27 08:31:26.646 505 2621 W ContentProviderHelper: Slow operation: 224ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:31:26.653 505 2621 W ContentProviderHelper: Slow operation: 231ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:31:26.653 505 2621 W ContentProviderHelper: Slow operation: 231ms so far, now at getContentProviderImpl: done! +02-27 08:31:26.714 505 514 I system_server: Background concurrent copying GC freed 2118500(53MB) AllocSpace objects, 0(0B) LOS objects, 33% free, 47MB/71MB, paused 111us,53.248ms total 3.138s +02-27 08:31:27.032 23512 23624 D EGL_emulation: app_time_stats: avg=169.62ms min=13.32ms max=699.56ms count=8 +02-27 08:31:27.512 505 554 W ActivityManager: Unable to launch app com.google.android.gsf/10057 for provider com.google.android.gsf.gservices: launching app became null +02-27 08:31:27.575 505 554 I ActivityManager: Killing 24369:com.google.process.gservices/u0a57 (adj 0): timeout publishing content providers +02-27 08:31:27.594 24325 24325 E ActivityThread: Failed to find provider info for com.google.android.gsf.gservices +02-27 08:31:27.648 322 322 I Zygote : Process 24369 exited due to signal 9 (Killed) +02-27 08:31:27.708 24213 24213 I cr_AppRestrictionService: RestrictionEntry: key=enable_lan_discovery, type=1, default=true +02-27 08:31:27.722 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 24369 in 111ms +02-27 08:31:27.752 505 1680 V ActivityManager: Got obituary of 24369:com.google.process.gservices +02-27 08:31:27.925 24213 24213 I chromium: [24213:24213:INFO:app_restrictions_service.cc(29)] Restriction 'enable_lan_discovery' = 1 +02-27 08:31:27.944 24213 24213 W chromium: [24213:24213:WARNING:cast_receiver_impl.cc(1529)] Cast receiver not initialized. Don't start discovery: state=0 +02-27 08:31:27.957 24213 24213 I chromium: [24213:24213:INFO:cast_receiver_impl.cc(1595)] SSDP server stopped. +02-27 08:31:28.043 24343 24343 I DeviceStatusMonitor: DeviceStatusMonitor.updateCountryInfo():121 updateCountryInfo(), notifyAnyway = true +02-27 08:31:28.047 23512 23624 D EGL_emulation: app_time_stats: avg=47.11ms min=5.59ms max=158.84ms count=18 +02-27 08:31:28.340 24213 24213 E chromium: [24213:24213:ERROR:metrics_recorder_impl.cc(652)] Cannot record metrics event after MetricsRecorder stopped. +02-27 08:31:28.488 505 505 W Looper : Slow delivery took 254ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:31:28.502 505 1680 I WifiService: acquireWifiLock uid=10054 lockMode=1 +02-27 08:31:28.659 505 1685 W ContentProviderHelper: Slow operation: 165ms so far, now at getContentProviderImpl: before set stopped state +02-27 08:31:28.743 505 1685 W ContentProviderHelper: Slow operation: 249ms so far, now at getContentProviderImpl: after set stopped state +02-27 08:31:28.743 505 1685 W ContentProviderHelper: Slow operation: 249ms so far, now at getContentProviderImpl: looking for process record +02-27 08:31:28.743 505 1685 W ContentProviderHelper: Slow operation: 249ms so far, now at getContentProviderImpl: before start process +02-27 08:31:28.909 505 1685 W ActivityManager: Slow operation: 162ms so far, now at startProcess: done creating new process record +02-27 08:31:28.909 505 1685 W ActivityManager: Slow operation: 162ms so far, now at startProcess: stepping in to startProcess +02-27 08:31:28.918 505 1680 I WifiService: acquireMulticastLock uid=10054 +02-27 08:31:29.141 505 514 W system_server: Suspending all threads took: 179.519ms +02-27 08:31:29.184 23512 23624 D EGL_emulation: app_time_stats: avg=61.42ms min=18.01ms max=211.94ms count=13 +02-27 08:31:29.185 505 1685 W ActivityManager: Slow operation: 276ms so far, now at startProcess: building args +02-27 08:31:29.225 505 1685 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:31:29.226 505 1685 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:31:29.226 505 1685 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:31:29.226 505 1685 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:31:29.227 505 1685 W ActivityManager: Slow operation: 479ms so far, now at startProcess: done starting proc! +02-27 08:31:29.227 505 1685 W ContentProviderHelper: Slow operation: 733ms so far, now at getContentProviderImpl: after start process +02-27 08:31:29.227 505 1685 W ContentProviderHelper: Slow operation: 733ms so far, now at getContentProviderImpl: updating data structures +02-27 08:31:29.228 505 1685 W ContentProviderHelper: Slow operation: 734ms so far, now at getContentProviderImpl: done! +02-27 08:31:29.943 505 555 W ActivityManager: Slow operation: 1034ms so far, now at startProcess: asking zygote to start proc +02-27 08:31:29.943 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:31:29.944 505 505 W Looper : Drained +02-27 08:31:29.944 505 505 W Looper : Slow dispatch took 746ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=5 +02-27 08:31:30.049 24343 24343 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = true +02-27 08:31:30.118 505 514 I system_server: Background young concurrent copying GC freed 2554110(63MB) AllocSpace objects, 0(0B) LOS objects, 41% free, 33MB/57MB, paused 1.286ms,180.253ms total 2.146s +02-27 08:31:30.229 322 322 D Zygote : Forked child process 24419 +02-27 08:31:30.230 505 555 W ActivityManager: Slow operation: 1321ms so far, now at startProcess: returned from zygote! +02-27 08:31:30.230 505 555 W ActivityManager: Slow operation: 1321ms so far, now at startProcess: done updating battery stats +02-27 08:31:30.273 505 555 W ActivityManager: Slow operation: 1342ms so far, now at startProcess: building log message +02-27 08:31:30.291 505 555 I ActivityManager: Start proc 24419:com.google.process.gservices/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider} +02-27 08:31:30.292 505 555 W ActivityManager: Slow operation: 1382ms so far, now at startProcess: starting to update pids map +02-27 08:31:30.292 505 555 W ActivityManager: Slow operation: 1383ms so far, now at startProcess: done updating pids map +02-27 08:31:30.301 23512 23624 D EGL_emulation: app_time_stats: avg=82.96ms min=11.89ms max=219.55ms count=10 +02-27 08:31:30.323 24343 24343 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:31:30.326 24343 24343 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:31:30.664 24213 24213 I chromium: [24213:24213:INFO:cast_thread_health_check.cc(53)] Receiver health check timeout: 15 seconds. +02-27 08:31:30.865 24343 24343 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:31:30.975 24419 24419 E ocess.gservice: Not starting debugger since process cannot load the jdwp agent. +02-27 08:31:31.165 24213 24213 I chromium: [24213:24213:INFO:cast_certificate_grpc_service_dummy.cc(14)] Dummy CastCertificateGrpcService constructed. +02-27 08:31:31.165 24213 24213 I chromium: [24213:24213:INFO:matter_certificate_grpc_service_dummy.cc(14)] Dummy MatterCertificateGrpcService constructed. +02-27 08:31:31.185 24343 24429 E FileCache: FileCache.clearObsoleteFilesInternal():271 Failed to delete all obsolete files under folder: /data/user_de/0/com.google.android.inputmethod.latin/cache/kb_def +02-27 08:31:31.255 24343 24343 I TVLatinApp: TVLatinApp.initialize():527 initialize() +02-27 08:31:31.336 23512 23624 D EGL_emulation: app_time_stats: avg=25.56ms min=5.90ms max=183.04ms count=26 +02-27 08:31:31.435 505 1685 W ActivityManager: Slow operation: 178ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:31:31.437 24213 24213 I chromium: [24213:24213:INFO:debug_endpoint_manager_grpc_client.cc(383)] gRPC client channel state changed to GRPC_CHANNEL_IDLE +02-27 08:31:31.446 505 1685 W ActivityManager: Slow operation: 189ms so far, now at attachApplicationLocked: after updateOomAdjLocked +02-27 08:31:31.450 24419 24419 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:31:31.470 24213 24213 I chromium: [24213:24213:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:31:31.470 24213 24213 I chromium: [24213:24213:INFO:grpc_manager_impl.cc(852)] GRPC[uri=[::]:0]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:31:31.470 24213 24213 I chromium: [24213:24213:INFO:grpc_manager_impl.cc(442)] GRPC[uri=[::]:0]: Can't start server yet, missing start_requsted_ +02-27 08:31:31.472 24213 24437 I chromium: [24213:24437:INFO:grpc_manager_impl.cc(683)] GRPC[uri=[::]:0]: Started processing completion queue: id=0 +02-27 08:31:31.501 24213 24213 I chromium: [24213:24213:INFO:pref_metrics_manager.cc(67)] PrefMetricsManager started. +02-27 08:31:31.568 24213 24213 I chromium: [24213:24213:INFO:debug_endpoint_manager_grpc_client.cc(134)] 1 RPC call(s) postponed. Current gRPC channel state is GRPC_CHANNEL_IDLE +02-27 08:31:31.568 24213 24213 I chromium: [24213:24213:INFO:pref_control_debug_manager.cc(77)] DebugInterface registered. +02-27 08:31:31.666 24213 24213 I chromium: [24213:24213:INFO:pref_control_service_impl.cc(128)] Loading prefs from /data/user/0/com.google.android.apps.mediashell/cache/pref_control/pref_control.prefs +02-27 08:31:31.703 24343 24343 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:31:31.707 505 514 I system_server: Background young concurrent copying GC freed 1808840(45MB) AllocSpace objects, 0(0B) LOS objects, 61% free, 15MB/39MB, paused 3.680ms,65us total 192.541ms +02-27 08:31:31.724 24213 24213 I chromium: [24213:24213:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:motion_sensing_pref,RestoreValue:1,ForceEnableParent:1,Value:1,Optin:0] +02-27 08:31:31.732 24213 24213 I chromium: [24213:24213:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:sleep_sensing_pref,RestoreValue:1,ForceEnableParent:1,Value:1,Optin:0] +02-27 08:31:31.732 24213 24213 I chromium: [24213:24213:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:sleep_disturbance_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 08:31:31.732 24213 24213 I chromium: [24213:24213:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:sleep_coaching_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 08:31:31.732 24213 24213 I chromium: [24213:24213:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:gesture_sensing_pref,RestoreValue:1,ForceEnableParent:1,Value:1,Optin:0] +02-27 08:31:31.732 24213 24213 I chromium: [24213:24213:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:play_and_pause_gesture_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 08:31:31.732 24213 24213 I chromium: [24213:24213:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:alarms_and_timers_gesture_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 08:31:31.741 24213 24213 I chromium: [24213:24213:INFO:pref_metrics_manager.cc(97)] Adding motion_sensing_pref to PrefMetricsManager. +02-27 08:31:31.741 24213 24213 I chromium: [24213:24213:INFO:pref_metrics_manager.cc(97)] Adding sleep_sensing_pref to PrefMetricsManager. +02-27 08:31:31.741 24213 24213 I chromium: [24213:24213:INFO:pref_metrics_manager.cc(97)] Adding sleep_disturbance_pref to PrefMetricsManager. +02-27 08:31:31.741 24213 24213 I chromium: [24213:24213:INFO:pref_metrics_manager.cc(97)] Adding sleep_coaching_pref to PrefMetricsManager. +02-27 08:31:31.741 24213 24213 I chromium: [24213:24213:INFO:pref_metrics_manager.cc(97)] Adding gesture_sensing_pref to PrefMetricsManager. +02-27 08:31:31.742 24213 24213 I chromium: [24213:24213:INFO:pref_metrics_manager.cc(97)] Adding play_and_pause_gesture_pref to PrefMetricsManager. +02-27 08:31:31.742 24213 24213 I chromium: [24213:24213:INFO:pref_metrics_manager.cc(97)] Adding alarms_and_timers_gesture_pref to PrefMetricsManager. +02-27 08:31:31.742 24213 24213 I chromium: [24213:24213:INFO:pref_control_service_impl.cc(92)] PrefControlService constructed. +02-27 08:31:31.750 24343 24413 I LauncherIconVisibilityInitializerBase: LauncherIconVisibilityInitializerBase.lambda$doUpdate$0():52 doUpdate() : Visible = false +02-27 08:31:31.914 24213 24213 I chromium: [24213:24213:INFO:sensor_pref_manager_impl.cc(250)] SensorPrefManagerImpl is disabled. +02-27 08:31:31.941 24213 24213 I chromium: [24213:24213:INFO:remote_ducking_receiver.cc(191)] remote ducking: starting receiver. +02-27 08:31:32.016 24343 24343 I AndroidIME: TVLatinApp.onUserUnlocked():254 device protected preferences are migrated +02-27 08:31:32.370 23512 23624 D EGL_emulation: app_time_stats: avg=39.41ms min=8.95ms max=151.12ms count=16 +02-27 08:31:32.504 24343 24343 I PhenotypeModule: PhenotypeModule.onCreate():142 onCreate() +02-27 08:31:32.518 24343 24343 I PhenotypeModule: PhenotypeModule.maybeFetchAndUpdate():169 maybeFetchAndUpdate: forceRefresh=true +02-27 08:31:32.524 24213 24213 E chromium: [24213:24213:ERROR:timezone_settings.cc(200)] Got an empty string for timezone, default to: America/New_York +02-27 08:31:32.534 24213 24213 I chromium: [24213:24213:INFO:timezone_settings.cc(296)] Setting system timezone to America/New_York +02-27 08:31:32.536 24213 24213 W libc : Access denied finding property "ro.odm.cast.ssid_suffix" +02-27 08:31:32.546 24213 24213 I chromium: [24213:24213:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: auto_software_update_settings +02-27 08:31:32.562 24213 24213 I chromium: [24213:24213:INFO:api_reboot_idle_checker.cc(104)] active_activities count=1 +02-27 08:31:32.562 24213 24213 I chromium: [24213:24213:INFO:daily_reboot_impl.cc(167)] Daily reboot is disabled +02-27 08:31:32.572 24213 24213 I chromium: [24213:24213:INFO:structure_info_cast.cc(91)] Using trusted devices API for Usonia. +02-27 08:31:32.572 24213 24213 I chromium: [24213:24213:INFO:structure_info_cast.cc(127)] Finished handling trusted devices experiment flag. +02-27 08:31:32.573 24343 24453 W putmethod.lati: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:31:32.578 24343 24453 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:31:32.578 24343 24453 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:31:32.586 24419 24419 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:31:32.586 24419 24419 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:31:32.587 24419 24419 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:31:32.601 24419 24419 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:31:32.602 505 1395 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #14481} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (10 skipped) +02-27 08:31:32.606 24343 24458 I SuperpacksManager: SuperpacksManager.initializeInternal():509 initializeInternal() +02-27 08:31:32.638 24419 24431 I ocess.gservice: Background young concurrent copying GC freed 13109(574KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1883KB/25MB, paused 7.407ms,8us total 22.809ms +02-27 08:31:32.656 24213 24459 W chromium: [24213:24459:WARNING:time_sync_responder.cc(37)] Failed to set DSCP +02-27 08:31:32.658 24213 24459 I chromium: [24213:24459:INFO:common_time_impl.cc(139)] New common clock leader [REDACTED], is_this_device=1, IP=[REDACTED], quality=2000 +02-27 08:31:32.658 24213 24459 I chromium: [24213:24459:INFO:common_time_impl.cc(173)] Set this device as common time source +02-27 08:31:32.660 24213 24457 I chromium: [24213:24457:INFO:services_layer_impl.cc(63)] Service layer is instantiated: debug_string=Main +02-27 08:31:32.661 24213 24457 I chromium: [24213:24457:INFO:services_layer_impl.cc(70)] Register usonia.EchoMain.SendEcho rpc. +02-27 08:31:32.659 24343 24446 I ShortcutsDataManager: ShortcutsDataManager.onContentChanged():73 onContentChanged() +02-27 08:31:32.702 24213 24457 I chromium: [24213:24457:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.EchoMain +02-27 08:31:32.730 24419 24419 I GservicesProvider: Gservices pushing to system: true; secure/global: true +02-27 08:31:32.732 24213 24457 I chromium: [24213:24457:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:31:32.732 24213 24457 I chromium: [24213:24457:INFO:grpc_manager_impl.cc(852)] GRPC[uri=binder:com.google.android.apps.mediashell:usonia-ipc-socket]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:31:32.734 24213 24463 I chromium: [24213:24463:INFO:grpc_manager_impl.cc(683)] GRPC[uri=binder:com.google.android.apps.mediashell:usonia-ipc-socket]: Started processing completion queue: id=0 +02-27 08:31:32.793 24213 24457 I chromium: [24213:24457:INFO:structure_info_cast.cc(78)] Usonia trusted devices flag flipped to true, but trusted devices structure info already enabled. +02-27 08:31:32.812 24213 24457 I chromium: [24213:24457:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.SynchronousSoundPlayerService +02-27 08:31:32.813 24343 24446 I ContactsDataManager: ContactsDataManager.onContentChanged():159 onContentChanged() +02-27 08:31:32.955 24213 24457 I chromium: [24213:24457:INFO:distributed_call_agent_impl.cc(81)] Added a service observer on the main thread. +02-27 08:31:32.969 24213 24457 I chromium: [24213:24457:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.DeviceInfoTrait +02-27 08:31:32.978 24213 24457 I chromium: [24213:24457:INFO:trait_manager_impl.cc(515)] Registered a trait publisher: trait=usonia.DeviceInfoTrait +02-27 08:31:32.984 24213 24457 I chromium: [24213:24457:INFO:usonia_main_process.cc(225)] Usonia main process is instantiated: server_uri=[::]:8012, ipc_uri= +02-27 08:31:33.027 24213 24288 I chromium: [24213:24288:INFO:parent_tracker.cc(479)] Trusted set support is disabled +02-27 08:31:33.050 24213 24457 E chromium: [24213:24457:ERROR:structure_info_from_trusted_devices_update_trigger_impl.cc(256)] Failed to read Usonia trusted devices trigger file. +02-27 08:31:33.050 24213 24457 E chromium: [24213:24457:ERROR:structure_storage.cc(263)] Failed to read Usonia trusted devices file. +02-27 08:31:33.050 24213 24457 W chromium: [24213:24457:WARNING:structure_info_from_trusted_devices.cc(322)] Failed to restore structure info +02-27 08:31:33.074 24213 24457 I chromium: [24213:24457:INFO:structure_info_from_trusted_devices.cc(612)] Previous fetch did not complete before shutdown, retrying +02-27 08:31:33.117 24213 24315 E chromium: [24213:24315:ERROR:file_path_watcher_linux.cc(76)] Failed to read /proc/sys/fs/inotify/max_user_watches +02-27 08:31:33.096 24213 24213 W ThreadPoolForeg: type=1400 audit(0.0:2082): avc: denied { read } for name="max_user_watches" dev="proc" ino=270153 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.google.android.apps.mediashell +02-27 08:31:33.120 24213 24213 W ThreadPoolForeg: type=1400 audit(0.0:2083): avc: denied { read } for name="/" dev="dm-0" ino=2 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:rootfs:s0 tclass=dir permissive=0 app=com.google.android.apps.mediashell +02-27 08:31:33.187 24213 24315 W chromium: [24213:24315:WARNING:mute_led.cc(35)] No mute_led device found! +02-27 08:31:33.228 24213 24315 W chromium: [24213:24315:WARNING:tuning_manager.cc(99)] No mixer control available +02-27 08:31:33.231 24213 24213 I chromium: [24213:24213:INFO:capture_service_dummy.cc(12)] Dummy CaptureService. +02-27 08:31:33.282 24213 24465 I chromium: [24213:24465:INFO:audio_socket_service_uds.cc(62)] Using endpoint /tmp/mixer-service +02-27 08:31:33.283 770 795 I ndroid.systemu: Background concurrent copying GC freed 39(63KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3492KB/6985KB, paused 350us,7.116ms total 666.724ms +02-27 08:31:33.294 24213 24213 I chromium: [24213:24213:INFO:setup_api_registry.cc(188)] Register external API: auto_media_volume +02-27 08:31:33.328 24343 24355 W putmethod.lati: Suspending all threads took: 181.718ms +02-27 08:31:33.354 24213 24213 I chromium: [24213:24213:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:31:33.354 24213 24213 I chromium: [24213:24213:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:31:33.359 24213 24213 I chromium: [24213:24213:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:31:33.359 24213 24213 I chromium: [24213:24213:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:31:33.359 24213 24213 I chromium: [24213:24213:INFO:service_base.h(78)] Size of the map for type LocalDeviceInfo is 0 +02-27 08:31:33.363 24213 24467 I chromium: [24213:24467:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:31:33.383 24213 24466 I chromium: [24213:24466:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:31:33.447 24213 24213 I chromium: [24213:24213:INFO:service_base.h(78)] Size of the map for type NetworkInfo is 0 +02-27 08:31:33.466 23512 23624 D EGL_emulation: app_time_stats: avg=33.23ms min=9.36ms max=215.23ms count=29 +02-27 08:31:33.472 24213 24213 E chromium: [24213:24213:ERROR:socket_manifest_android.cc(33)] Socket config not found for service device_info +02-27 08:31:33.472 24213 24213 W chromium: [24213:24213:WARNING:service_manager_android.cc(62)] No socket entry found for device_info. Ignore if service was not intended to run on this OS. +02-27 08:31:33.472 24213 24213 I chromium: [24213:24213:INFO:device_info_grpc_service_impl.cc(74)] DeviceInfoGrpcServiceImpl constructed, and started gRPC server. +02-27 08:31:33.473 24213 24213 I chromium: [24213:24213:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:31:33.473 24213 24213 I chromium: [24213:24213:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:31:33.473 24213 24213 E chromium: [24213:24213:ERROR:socket_manifest_android.cc(33)] Socket config not found for service google.cast +02-27 08:31:33.473 24213 24213 W chromium: [24213:24213:WARNING:service_manager_android.cc(62)] No socket entry found for google.cast. Ignore if service was not intended to run on this OS. +02-27 08:31:33.473 24213 24468 I chromium: [24213:24468:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:31:33.502 24213 24213 I chromium: [24213:24213:INFO:file_util.cc(25)] base_assistant_dir = /data/user/0/com.google.android.apps.mediashell/cache +02-27 08:31:33.505 24213 24213 I chromium: [24213:24213:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:31:33.505 24213 24213 I chromium: [24213:24213:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:31:33.506 24213 24469 I chromium: [24213:24469:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:31:33.535 24213 24465 I chromium: [24213:24465:INFO:audio_socket_service_uds.cc(62)] Using endpoint /tmp/audio-output-service +02-27 08:31:33.537 24213 24315 I chromium: [24213:24315:INFO:auto_volume.cc(142)] Auto volume is disabled +02-27 08:31:33.546 24213 24213 I chromium: [24213:24213:INFO:chromecast_service.cc(1634)] Geolocation changed to: 0 +02-27 08:31:33.547 24213 24213 I chromium: [24213:24213:INFO:chromecast_service.cc(1674)] AoGH feature is: 0 +02-27 08:31:33.547 24213 24213 I chromium: [24213:24213:INFO:chromecast_service.cc(1728)] smart_home/actions feature is: 0 +02-27 08:31:33.547 24213 24213 I chromium: [24213:24213:INFO:chromecast_service.cc(1774)] Playback disruption feature is: 1 +02-27 08:31:33.547 24213 24213 I chromium: [24213:24213:INFO:playback_disruption_service.cc(348)] Playback disruption service enabled and running +02-27 08:31:33.673 24343 24355 W putmethod.lati: Suspending all threads took: 24.765ms +02-27 08:31:33.678 24343 24446 I EmailDataManager: EmailDataManager.onContentChanged():115 onContentChanged() +02-27 08:31:33.907 24213 24396 I chromium: [24213:24396:INFO:media_manager_impl.cc(1188)] ScreenInfo changed: HDCP version=99 supported EOTFs=0 DolbyVision flags=0 Size(mm): 0x0 cur mode HDR=0 cur mode DV=0 +02-27 08:31:33.907 24213 24396 I chromium: [24213:24396:INFO:media_caps.cc(54)] ScreenInfoChanged HDCP version=99 Supported EOTFs=0 DolbyVision flags=0 Screen size(mm): 0x0 cur mode HDR=0 cur mode DV=0 +02-27 08:31:34.030 24213 24396 W libc : Access denied finding property "vendor.display-size" +02-27 08:31:34.060 24343 24458 I SuperpacksManager: SuperpacksManager.initializeInternal():556 Switched background task scheduler: false +02-27 08:31:34.184 24343 24458 I JobSchedulerImpl: JobSchedulerImpl.schedule():73 Schedule task: superpacks-gc-task. Cancel the pre-existing task. +02-27 08:31:34.220 24213 24396 I chromium: [24213:24396:INFO:media_manager_impl.cc(1232)] New screen resolution: new=(1920x1080), old=(0x0) +02-27 08:31:34.295 505 514 I system_server: Background young concurrent copying GC freed 1121099(28MB) AllocSpace objects, 0(0B) LOS objects, 0% free, 42MB/42MB, paused 2.261ms,88us total 1.238s +02-27 08:31:34.314 24213 24396 I chromium: [24213:24396:INFO:media_caps.cc(24)] ScreenResolutionChanged resolution=1920x1080 +02-27 08:31:34.474 23512 23624 D EGL_emulation: app_time_stats: avg=18.34ms min=5.52ms max=51.02ms count=42 +02-27 08:31:34.878 24213 24396 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:31:34.891 24213 24396 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:31:34.891 24213 24396 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:31:34.891 24213 24396 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:31:34.891 24213 24396 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:31:34.892 24213 24396 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:31:34.897 24213 24396 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:31:35.081 24343 24343 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:31:35.227 24343 24343 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:31:35.241 24343 24343 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:31:35.434 24343 24458 I JobSchedulerImpl: JobSchedulerImpl.schedule():91 Schedule task: superpacks-gc-task. Success. +02-27 08:31:35.461 24213 24396 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:31:35.507 23512 23624 D EGL_emulation: app_time_stats: avg=22.36ms min=5.83ms max=56.56ms count=34 +02-27 08:31:35.511 505 514 I system_server: Background concurrent copying GC freed 1818932(45MB) AllocSpace objects, 0(0B) LOS objects, 41% free, 34MB/58MB, paused 10.020ms,3.537ms total 1.192s +02-27 08:31:35.522 24213 24396 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:31:35.524 24213 24396 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:31:35.548 24213 24396 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:31:35.548 24213 24396 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:31:35.549 24213 24396 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:31:35.549 24213 24396 I chromium: [24213:24396:INFO:media_manager_impl.cc(979)] New device volume control type: new_type=1, old_type=0 +02-27 08:31:35.559 24213 24396 I chromium: [24213:24396:INFO:media_manager_impl.cc(1002)] New device volume step interval: new_interval=0.0666667, old_interval=0 +02-27 08:31:35.568 24213 24396 W libc : Access denied finding property "vendor.display-size" +02-27 08:31:35.600 24213 24396 I chromium: [24213:24396:INFO:media_manager_impl.cc(358)] Media manager is initialized. +02-27 08:31:35.632 24213 24213 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:31:35.632 24213 24213 I chromium: [24213:24213:INFO:media_manager_impl.cc(275)] IsHdmiPlatform: 0 +02-27 08:31:35.664 505 513 I system_server: JIT allocated 53KB for compiled code of boolean android.media.IAudioService$Stub.onTransact(int, android.os.Parcel, android.os.Parcel, int) +02-27 08:31:35.724 24213 24213 I chromium: [24213:24213:INFO:hds_settings.cc(139)] HdsSettings using HDS url https://home-devices.googleapis.com/ +02-27 08:31:35.744 24213 24213 W chromium: [24213:24213:WARNING:application_config_manager_impl.cc(243)] Cannot read application config file: /system/bin/app.conf +02-27 08:31:35.748 24213 24213 I chromium: [24213:24213:INFO:application_manager_impl.cc(432)] Application manager is initialized. +02-27 08:31:35.761 24213 24213 I chromium: [24213:24213:INFO:mdns_cast_service.cc(153)] Device discovery state is idle +02-27 08:31:35.766 24213 24476 I chromium: [24213:24476:INFO:mdns_app_filter.cc(646)] MdnsAppFilter initialized +02-27 08:31:35.769 24213 24213 I chromium: [24213:24213:INFO:mdns_manager_impl.cc(162)] MdnsManager is initialized +02-27 08:31:35.789 24213 24476 I chromium: [24213:24476:INFO:discovered_service_client.cc(109)] Registering new service PTR listener: _googlecast._tcp.local +02-27 08:31:35.807 24213 24213 I chromium: [24213:24213:INFO:config_downloader.cc(231)] Set config periodic interval: min=300, max=420 +02-27 08:31:35.808 24213 24213 I chromium: [24213:24213:INFO:crl_downloader.cc(267)] Set CRL periodic interval: min=2160, max=2880 +02-27 08:31:35.816 24213 24213 I chromium: [24213:24213:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/home.hds.proto.device.relayedcasting.RelayedCastingPleaseConnectRequest +02-27 08:31:35.817 24343 24343 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:31:35.817 24343 24343 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:31:35.818 24343 24343 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:31:35.825 24213 24477 I chromium: [24213:24477:INFO:v2_transport.cc(434)] Added Cast V2 endpoint: id=Tr@n$p0rt-0, socket_factory_id=[REDACTED] +02-27 08:31:35.825 24213 24477 I chromium: [24213:24477:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.tp.connection +02-27 08:31:35.825 24213 24477 I chromium: [24213:24477:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.tp.heartbeat +02-27 08:31:35.825 24213 24477 I chromium: [24213:24477:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.tp.deviceauth +02-27 08:31:35.825 24213 24477 I chromium: [24213:24477:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.localauth +02-27 08:31:35.825 24213 24477 I chromium: [24213:24477:INFO:v2_transport.cc(313)] V2Transport initialized. +02-27 08:31:35.825 24213 24477 I chromium: [24213:24477:INFO:v2_transport.cc(391)] Added socket factory: id=opencast-socket +02-27 08:31:35.837 24343 24343 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:31:35.838 24213 24315 I chromium: [24213:24315:INFO:crl_downloader.cc(145)] CRL restored. +02-27 08:31:35.837 24343 24343 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:31:35.841 24343 24343 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:31:35.865 24213 24213 I chromium: [24213:24213:INFO:virtual_device_manager.cc(156)] Added virtual device: id=[REDACTED] +02-27 08:31:35.865 24213 24213 I chromium: [24213:24213:INFO:ccs_manager_impl.cc(560)] Added CCS device +02-27 08:31:35.869 24213 24477 I chromium: [24213:24477:INFO:v2_transport.cc(434)] Added Cast V2 endpoint: id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, socket_factory_id=[REDACTED] +02-27 08:31:35.869 24213 24477 I chromium: [24213:24477:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.receiver +02-27 08:31:35.869 24213 24477 I chromium: [24213:24477:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.receiver.discovery +02-27 08:31:35.869 24213 24477 I chromium: [24213:24477:INFO:v2_transport.cc(391)] Added socket factory: id=7f632b49-34bd-c56f-b953-dc3746d180ae +02-27 08:31:35.880 24343 24343 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:31:35.894 24213 24213 I chromium: [24213:24213:INFO:dial_request_handler.cc(199)] DIAL request handler is initialized. +02-27 08:31:35.894 24213 24213 I chromium: [24213:24213:INFO:dial_request_handler.cc(213)] SSDP device description request handler is initialized. +02-27 08:31:35.894 24343 24343 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:31:35.896 24343 24343 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:31:35.896 24343 24343 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:31:35.896 24343 24343 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:31:35.896 24343 24343 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:31:35.898 24213 24477 I chromium: [24213:24477:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.receiver.key_exchange +02-27 08:31:35.898 24213 24477 I chromium: [24213:24477:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.broadcast +02-27 08:31:35.900 24213 24477 I chromium: [24213:24477:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.proximity +02-27 08:31:35.900 24213 24477 I chromium: [24213:24477:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.resource +02-27 08:31:35.900 24213 24213 I chromium: [24213:24213:INFO:ccs_manager_impl.cc(940)] Device model revision set to 0 +02-27 08:31:35.900 24213 24457 E chromium: [24213:24457:ERROR:usonia_main_process.cc(88)] Failed to publish device info trait: [error_code=NOT_FOUND, error_message=No subscribers.] +02-27 08:31:35.920 24213 24213 I chromium: [24213:24213:INFO:chromecast_service.cc(1789)] Usonia GRPC feature is: 0 +02-27 08:31:35.924 24213 24213 I chromium: [24213:24213:INFO:usonia_child_process.cc(266)] Ignoring stop when not started. +02-27 08:31:35.925 24213 24213 I chromium: [24213:24213:INFO:usonia_main_process.cc(487)] Ignoring stop when not started. +02-27 08:31:35.940 24213 24287 I chromium: [24213:24287:INFO:hotspot_manager.cc(98)] Stop zombie hotspot if there is one +02-27 08:31:35.941 24343 24343 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:31:35.954 24213 24213 W chromium: [24213:24213:WARNING:setup_manager_impl.cc(724)] Clearing empty virtual channel +02-27 08:31:35.954 24213 24213 I chromium: [24213:24213:INFO:setup_manager_impl.cc(728)] release channel: +02-27 08:31:35.961 24343 24343 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:31:35.961 24343 24343 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:31:35.962 24213 24213 I chromium: [24213:24213:INFO:locale_manager.cc(241)] No timezone yet. +02-27 08:31:35.962 24213 24213 I chromium: [24213:24213:INFO:locale_manager.cc(270)] Current time format: 12-hour +02-27 08:31:35.972 24213 24455 I chromium: [24213:24455:INFO:setup_manager_impl.cc(862)] Initially set Google DNS servers: enable +02-27 08:31:35.972 24213 24455 I chromium: [24213:24455:INFO:setup_api_registry.cc(188)] Register external API: eureka_info +02-27 08:31:35.972 24213 24455 I chromium: [24213:24455:INFO:setup_api_registry.cc(188)] Register external API: set_network +02-27 08:31:35.972 24213 24455 I chromium: [24213:24455:INFO:setup_api_registry.cc(188)] Register external API: set_network_ssid +02-27 08:31:35.972 24213 24455 I chromium: [24213:24455:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: user_interface_settings +02-27 08:31:35.972 24213 24455 I chromium: [24213:24455:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: wifi_settings +02-27 08:31:35.972 24213 24455 I chromium: [24213:24455:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: hdmi_settings +02-27 08:31:35.972 24213 24455 I chromium: [24213:24455:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: preview_program_settings +02-27 08:31:35.972 24213 24455 I chromium: [24213:24455:INFO:setup_api_registry.cc(188)] Register external API: set_eureka_info +02-27 08:31:35.972 24213 24455 I chromium: [24213:24455:INFO:setup_api_registry.cc(188)] Register external API: get_app_device_id +02-27 08:31:35.972 24213 24455 I chromium: [24213:24455:INFO:setup_api_registry.cc(188)] Register external API: send_log_report +02-27 08:31:35.972 24213 24455 I chromium: [24213:24455:INFO:setup_manager_impl.cc(939)] Initially Set WPA3 support: disable +02-27 08:31:35.972 24213 24455 I chromium: [24213:24455:INFO:setup_manager_impl.cc(945)] Network check enabled, AddConnectivityCheckFailureObserver. +02-27 08:31:35.975 24343 24343 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:31:35.978 24343 24343 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:31:35.983 24343 24343 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:31:35.986 24343 24343 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:31:35.986 24343 24343 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:31:35.986 24343 24343 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:31:35.986 24343 24343 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:31:35.988 24343 24343 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:31:36.535 23512 23624 D EGL_emulation: app_time_stats: avg=73.12ms min=12.93ms max=291.77ms count=13 +02-27 08:31:36.579 24213 24213 I chromium: [24213:24213:INFO:locale_manager.cc(291)] No locale. Set default from factory: en-US +02-27 08:31:36.608 24213 24315 I chromium: [24213:24315:INFO:metrics_recorder.cc(188)] cast event: Cast.CRL.Restored +02-27 08:31:36.626 505 514 W system_server: Suspending all threads took: 5.165ms +02-27 08:31:36.826 24213 24213 I chromium: [24213:24213:INFO:locale_manager.cc(629)] New country code: US +02-27 08:31:36.828 24213 24213 W libc : Access denied finding property "ro.boot.wificountrycode" +02-27 08:31:36.828 24213 24213 W libc : Access denied finding property "ro.boot.wificountrycode" +02-27 08:31:36.816 24213 24213 W apps.mediashell: type=1400 audit(0.0:2084): avc: denied { read } for name="u:object_r:wifi_config_prop:s0" dev="tmpfs" ino=281 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:wifi_config_prop:s0 tclass=file permissive=0 app=com.google.android.apps.mediashell +02-27 08:31:36.824 24213 24213 W apps.mediashell: type=1400 audit(0.0:2085): avc: denied { read } for name="u:object_r:wifi_config_prop:s0" dev="tmpfs" ino=281 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:wifi_config_prop:s0 tclass=file permissive=0 app=com.google.android.apps.mediashell +02-27 08:31:36.864 24213 24213 I chromium: [24213:24213:INFO:setup_manager_impl.cc(764)] Initial activation date cached value: +02-27 08:31:36.894 24213 24213 I chromium: [24213:24213:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/google.internal.home.foyer.v1.resources.IsDeviceReadyRequest +02-27 08:31:36.894 24213 24213 I chromium: [24213:24213:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/home.cloud.biz.EnterWeavePairingModeRequest +02-27 08:31:36.965 24213 24213 I chromium: [24213:24213:INFO:api_reboot_idle_checker.cc(104)] active_activities count=1 +02-27 08:31:36.984 24213 24213 I chromium: [24213:24213:INFO:setup_api_registry.cc(188)] Register external API: reboot +02-27 08:31:37.048 24213 24315 W chromium: [24213:24315:WARNING:backlight_mitigator.cc(110)] Could not write to clamping control file +02-27 08:31:37.162 24213 24213 W chromium: [24213:24213:WARNING:cast_crypto_keys_openssl_shlib.cc(70)] No valid ESN read. +02-27 08:31:37.162 24213 24213 W chromium: [24213:24213:WARNING:cast_crypto_keys_openssl_shlib.cc(83)] Invalid or no DKE value read. +02-27 08:31:37.162 24213 24213 W chromium: [24213:24213:WARNING:cast_crypto_keys_openssl_shlib.cc(95)] Invalid or no DKH value read. +02-27 08:31:37.165 24213 24213 W chromium: [24213:24213:WARNING:cast_crypto_keys_openssl_shlib.cc(151)] Invalid or no DKW value read/computed. +02-27 08:31:37.165 24213 24213 I chromium: [24213:24213:INFO:persistent_logging_dummy.cc(11)] Persistent logging is disabled. +02-27 08:31:37.196 24213 24213 I chromium: [24213:24213:INFO:robot_account_auth_manager.cc(289)] No backend type specified. Getting COS URL based on the build type instead. +02-27 08:31:37.197 24213 24477 I chromium: [24213:24477:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.assistant +02-27 08:31:37.198 24213 24213 I chromium: [24213:24213:INFO:robot_account_auth_manager.cc(306)] Auth url: https://clients3.google.com/cast/orchestration/googleoauthtoken?rt=b +02-27 08:31:37.198 24213 24213 W chromium: [24213:24213:WARNING:robot_account_auth_manager.cc(448)] Failed to initialize JWT for 38579375 +02-27 08:31:37.229 24213 24213 I chromium: [24213:24213:INFO:queryable_data_registrar.cc(52)] Registering queryable data for managed mode as: 0 +02-27 08:31:37.229 24213 24213 I chromium: [24213:24213:INFO:queryable_data_registrar.cc(59)] Registering enable_hls_sample_aes=1 +02-27 08:31:37.229 24213 24213 I chromium: [24213:24213:INFO:queryable_data_registrar.cc(64)] Registering hls_sample_aes_init_segment +02-27 08:31:37.230 24213 24213 I chromium: [24213:24213:INFO:queryable_data_registrar.cc(70)] Registering visual-punt-on-platform-supported +02-27 08:31:37.364 24368 24368 I Safeboot: Checking safeboot... +02-27 08:31:37.595 23512 23624 D EGL_emulation: app_time_stats: avg=42.95ms min=5.36ms max=142.86ms count=22 +02-27 08:31:38.614 23512 23624 D EGL_emulation: app_time_stats: avg=33.51ms min=7.05ms max=97.33ms count=20 +02-27 08:31:39.003 505 505 W Looper : Slow dispatch took 365ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:31:39.225 505 514 I system_server: Background young concurrent copying GC freed 1804157(45MB) AllocSpace objects, 0(0B) LOS objects, 0% free, 62MB/62MB, paused 22us,13.297ms total 3.172s +02-27 08:31:39.344 24213 24213 E ActivityThread: Failed to find provider info for com.google.android.tvsetup.app.machine.services.castsetup.castsetupinfo.CastInfoProvider +02-27 08:31:39.571 24213 24213 E cr_ClientAuthCredsFactoryProvisioned: Cannot get device credentials +02-27 08:31:39.636 24213 24213 I cr_ClientAuthCredsProvisioning: Can't get device creds. Loading Widevine creds +02-27 08:31:39.638 23512 23624 D EGL_emulation: app_time_stats: avg=25.99ms min=6.24ms max=96.21ms count=25 +02-27 08:31:40.007 24213 24286 W chromium: [24213:24286:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:40.007 24213 24286 W chromium: [24213:24286:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:40.008 24213 24286 W chromium: [24213:24286:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:40.008 24213 24286 W chromium: [24213:24286:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:40.008 24213 24286 W chromium: [24213:24286:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:40.008 24213 24286 W chromium: [24213:24286:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:40.008 24213 24286 W chromium: [24213:24286:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:40.008 24213 24286 W chromium: [24213:24286:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:40.008 24213 24286 W chromium: [24213:24286:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:40.008 24213 24286 W chromium: [24213:24286:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:40.008 24213 24286 W chromium: [24213:24286:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:40.008 24213 24286 W chromium: [24213:24286:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:40.012 24213 24286 I chromium: [24213:24286:INFO:net_util_impl.cc(511)] IP address: [REDACTED] MAC address: [REDACTED] +02-27 08:31:40.025 24213 24286 I chromium: [24213:24286:INFO:local_network_info_impl.cc(345)] LNID changed: +02-27 08:31:40.045 896 904 I rkstack.proces: Background concurrent copying GC freed 2422(191KB) AllocSpace objects, 6(360KB) LOS objects, 49% free, 2467KB/4935KB, paused 44us,64us total 725.267ms +02-27 08:31:40.661 23512 23624 D EGL_emulation: app_time_stats: avg=64.72ms min=5.44ms max=174.58ms count=9 +02-27 08:31:40.699 24213 24213 E chromium: [24213:24213:ERROR:jni_client_auth_creds_mediadrm.cc(292)] certs_ref is null +02-27 08:31:40.714 24213 24213 E chromium: [24213:24213:ERROR:client_auth_creds.cc(232)] Empty certs string. +02-27 08:31:40.716 24213 24213 E chromium: [24213:24213:ERROR:client_auth_signer.cc(160)] Failed to get key and cert from ClientAuthCreds. +02-27 08:31:40.757 24213 24213 W chromium: [24213:24213:WARNING:client_auth_manager.cc(125)] Certificate is empty. Do not store. +02-27 08:31:40.766 24213 24486 I DrmHal : found instance=clearkey version=android.hardware.drm@1.4::IDrmFactory +02-27 08:31:40.766 24213 24486 I DrmHal : found instance=default version=android.hardware.drm@1.0::IDrmFactory +02-27 08:31:40.792 24213 24486 E DrmHal : uuid=[edef8ba979d64ace a3c827dcd51d21ed] No supported hal instance found +02-27 08:31:40.858 24368 24368 I FixerFramework: Installing ProviderInstaller. +02-27 08:31:40.877 24213 24213 I chromium: [24213:24213:INFO:audio_focus_manager_impl.cc(27)] use_media_starting_block: 1 +02-27 08:31:40.984 24213 24213 I chromium: [24213:24213:INFO:chromecast_mojo_service.cc(146)] Registering 'chromecast' services. +02-27 08:31:41.109 24343 24355 W putmethod.lati: Suspending all threads took: 23.363ms +02-27 08:31:41.344 322 322 I Zygote : Process 23947 exited due to signal 9 (Killed) +02-27 08:31:41.397 20937 21227 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:31:41.403 24343 24487 I JapaneseMozcExtension: JapaneseMozcExtension.onCreateServiceInternal():78 onCreateServiceInternal() +02-27 08:31:41.533 20937 21204 I bt_stack: [INFO:port_api.cc(307)] RFCOMM_RemoveServer: handle=21 +02-27 08:31:41.660 23512 23624 D EGL_emulation: app_time_stats: avg=27.94ms min=5.73ms max=92.72ms count=26 +02-27 08:31:41.773 24213 24316 I chromium: [24213:24316:INFO:external_mojo_broker.cc(236)] Register service chromecast +02-27 08:31:41.882 24213 24213 I chromium: [24213:24213:INFO:cast_metrics_service_client.cc(94)] Metrics client ID set: 01f19afc-6d86-4c08-99b8-ec196311c394 +02-27 08:31:41.882 24213 24213 I chromium: [24213:24213:INFO:device_info_impl.cc(933)] Metrics client ID: 01f19afc-6d86-4c08-99b8-ec196311c394 +02-27 08:31:42.032 20937 21411 I BtGatt.AdvertiseManager: error sending onAdvertisingSetStopped callback +02-27 08:31:42.032 20937 21411 I BtGatt.AdvertiseManager: android.os.DeadObjectException +02-27 08:31:42.032 20937 21411 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:31:42.032 20937 21411 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:31:42.032 20937 21411 I BtGatt.AdvertiseManager: at android.bluetooth.le.IAdvertisingSetCallback$Stub$Proxy.onAdvertisingSetStopped(IAdvertisingSetCallback.java:320) +02-27 08:31:42.032 20937 21411 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager.stopAdvertisingSet(AdvertiseManager.java:261) +02-27 08:31:42.032 20937 21411 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager$AdvertisingSetDeathRecipient.binderDied(AdvertiseManager.java:123) +02-27 08:31:42.032 20937 21411 I BtGatt.AdvertiseManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:31:42.032 20937 21411 I BtGatt.AdvertiseManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:31:42.116 24213 24486 E cr_ClientAuthRawSigner: Widevine UUID unsupported. +02-27 08:31:42.116 24213 24486 E cr_ClientAuthRawSigner: android.media.UnsupportedSchemeException: Failed to instantiate drm object: NO_INIT +02-27 08:31:42.116 24213 24486 E cr_ClientAuthRawSigner: ============================== Beginning of DRM Plugin Log ============================== +02-27 08:31:42.116 24213 24486 E cr_ClientAuthRawSigner: 02-27 08:31:40.766 I found instance=clearkey version=android.hardware.drm@1.4::IDrmFactory +02-27 08:31:42.116 24213 24486 E cr_ClientAuthRawSigner: 02-27 08:31:40.766 I found instance=default version=android.hardware.drm@1.0::IDrmFactory +02-27 08:31:42.116 24213 24486 E cr_ClientAuthRawSigner: 02-27 08:31:40.792 E uuid=[edef8ba979d64ace a3c827dcd51d21ed] No supported hal instance found +02-27 08:31:42.116 24213 24486 E cr_ClientAuthRawSigner: ============================== End of DRM Plugin Log ============================== +02-27 08:31:42.116 24213 24486 E cr_ClientAuthRawSigner: at android.media.MediaDrm.native_setup(Native Method) +02-27 08:31:42.116 24213 24486 E cr_ClientAuthRawSigner: at android.media.MediaDrm.(MediaDrm.java:293) +02-27 08:31:42.116 24213 24486 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthRawSigner.(ClientAuthRawSigner.java:32) +02-27 08:31:42.116 24213 24486 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthRawSigner.isProvisioned(ClientAuthRawSigner.java:83) +02-27 08:31:42.116 24213 24486 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthCredsWidevine.ensurePreProvisioned(ClientAuthCredsWidevine.java:233) +02-27 08:31:42.116 24213 24486 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthCredsWidevine.provisionCredsSync(ClientAuthCredsWidevine.java:186) +02-27 08:31:42.116 24213 24486 E cr_ClientAuthRawSigner: at com.google.android.apps.mediashell.ClientAuthCredsProvisioning.attemptCredsProvisioning(ClientAuthCredsProvisioning.java:88) +02-27 08:31:42.116 24213 24486 E cr_ClientAuthRawSigner: at com.google.android.apps.mediashell.ClientAuthCredsProvisioning.access$000(ClientAuthCredsProvisioning.java:32) +02-27 08:31:42.116 24213 24486 E cr_ClientAuthRawSigner: at com.google.android.apps.mediashell.ClientAuthCredsProvisioning$1.run(ClientAuthCredsProvisioning.java:53) +02-27 08:31:42.116 24213 24486 E cr_ClientAuthRawSigner: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) +02-27 08:31:42.116 24213 24486 E cr_ClientAuthRawSigner: at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:31:42.116 24213 24486 E cr_ClientAuthRawSigner: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) +02-27 08:31:42.116 24213 24486 E cr_ClientAuthRawSigner: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:31:42.116 24213 24486 E cr_ClientAuthRawSigner: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:31:42.116 24213 24486 E cr_ClientAuthRawSigner: at java.lang.Thread.run(Thread.java:920) +02-27 08:31:42.271 182 182 I lowmemorykiller: Kill 'com.google.android.ext.services' (24237), uid 10078, oom_score_adj 100 to free 43040kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (406%) +02-27 08:31:42.307 322 322 I Zygote : Process 24237 exited due to signal 9 (Killed) +02-27 08:31:42.416 322 322 I Zygote : Process 23891 exited due to signal 9 (Killed) +02-27 08:31:42.430 24213 24213 I chromium: [24213:24213:INFO:metrics_stat_logger.cc(55)] Metrics stat for the past 60 secs : total=1 +02-27 08:31:42.430 24213 24213 I chromium: [metrics_stat_logger] Cast.Platform.UnexpectedExit=1 +02-27 08:31:42.495 24213 24213 I chromium: [24213:24213:INFO:cast_receiver_impl.cc(774)] Cast receiver started. +02-27 08:31:42.501 24213 24213 W chromium: [24213:24213:WARNING:cast_receiver_impl.cc(1079)] Network is not globally connected. Don't schedule config downloading yet. +02-27 08:31:42.501 24213 24213 I chromium: [24213:24213:INFO:ccs_manager_impl.cc(706)] Starting cloud ipc activity with CCS +02-27 08:31:42.501 24213 24213 I chromium: [24213:24213:INFO:ccs_manager_impl.cc(1417)] CcsManagerImpl opt_in.cloud_ipc pref changed: 1 +02-27 08:31:42.509 24213 24213 I chromium: [24213:24213:INFO:ccs_manager_impl.cc(1453)] Waiting for all transports to be enabled +02-27 08:31:42.512 24213 24477 E chromium: [24213:24477:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 08:31:42.516 24213 24213 I chromium: [24213:24213:INFO:grpc_manager_impl.cc(384)] GRPC[uri=[::]:0]: Registered service chromecast.LocalCloudcastService +02-27 08:31:42.521 24213 24213 I chromium: [24213:24213:INFO:grpc_manager_impl.cc(406)] GRPC[uri=[::]:0]: Registered a handler ExecuteActionScript for service chromecast.LocalCloudcastService +02-27 08:31:42.524 24213 24213 I chromium: [24213:24213:INFO:grpc_manager_impl.cc(406)] GRPC[uri=[::]:0]: Registered a handler ObserveDeviceStatus for service chromecast.LocalCloudcastService +02-27 08:31:42.524 24213 24213 I chromium: [24213:24213:INFO:grpc_manager_impl.cc(406)] GRPC[uri=[::]:0]: Registered a handler GetDeviceStatus for service chromecast.LocalCloudcastService +02-27 08:31:42.525 24213 24213 I chromium: [24213:24213:INFO:grpc_manager_impl.cc(452)] GRPC[uri=[::]:0]: Proceeding to try to start server. +02-27 08:31:42.528 24213 24477 I chromium: [24213:24477:INFO:v2_ssl_socket.cc(772)] IPv6 socket probably supports both IPv4 and IPv6 +02-27 08:31:42.566 24213 24476 I chromium: [24213:24476:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:31:42.566 24213 24476 I chromium: [24213:24476:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:31:42.584 24213 24213 I chromium: [24213:24213:INFO:grpc_manager_impl.cc(509)] GRPC[uri=[::]:0]: Grpc server started in port 44037 +02-27 08:31:42.584 24213 24213 I chromium: [24213:24213:INFO:ccs_manager_impl.cc(1453)] Waiting for all transports to be enabled +02-27 08:31:42.584 24213 24213 I chromium: [24213:24213:INFO:ccs_transport_gcm.cc(94)] Deferring GCM registration until connectivity is up +02-27 08:31:42.584 24213 24476 I chromium: [24213:24476:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.SocketCreated +02-27 08:31:42.584 24213 24476 I chromium: [24213:24476:INFO:mdns_app_filter.cc(1440)] Created mDNS socket for interface:name=wlan0, address=10.0.2.16, index=16 +02-27 08:31:42.593 24213 24476 I chromium: [24213:24476:INFO:mdns_app_filter.cc(1135)] MdnsAppFilter is starting. +02-27 08:31:42.593 24213 24476 I chromium: [24213:24476:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.ResponderStarted +02-27 08:31:42.609 24213 24213 I chromium: [24213:24213:INFO:cast_receiver_impl.cc(881)] Cast receiver resumed. +02-27 08:31:42.609 24213 24213 W chromium: [24213:24213:WARNING:cast_receiver_impl.cc(1091)] Network is not globally connected. Don't schedule CRL downloading yet. +02-27 08:31:42.626 24213 24213 I chromium: [24213:24213:INFO:cast_web_service.cc(193)] Added session: 6d88678f-cd22-44e5-849c-21b0a6d8c6f0 +02-27 08:31:42.627 24213 24213 I chromium: [24213:24213:INFO:application_identification_settings.cc(422)] new ApplicationIdentificationSettings session_id: 6d88678f-cd22-44e5-849c-21b0a6d8c6f0 app_id: E8C28D3C universal_app_id: E8C28D3C flags: 23 headers: 2047 +02-27 08:31:42.646 24213 24213 I chromium: [24213:24213:INFO:chromecast_service_base.cc(396)] Network is disconnected, reconnecting Wifi. +02-27 08:31:42.646 24213 24475 E chromium: [24213:24475:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 08:31:42.649 24213 24474 E chromium: [24213:24474:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 08:31:42.659 24213 24474 I chromium: [24213:24474:INFO:cast_web_server.cc(200)] Http server for Cast receiver started: port=8008 +02-27 08:31:42.660 24213 24475 I chromium: [24213:24475:INFO:cast_web_server.cc(200)] Http server for Cast receiver started: port=8443 +02-27 08:31:42.662 23512 23624 D EGL_emulation: app_time_stats: avg=19.99ms min=6.02ms max=119.29ms count=37 +02-27 08:31:42.665 24213 24213 I chromium: [24213:24213:INFO:chromecast_service.cc(1414)] Initial error code: 0 +02-27 08:31:42.665 24213 24213 I chromium: [24213:24213:INFO:chromecast_service.cc(1426)] Non-assistant device, start idle screen now. +02-27 08:31:42.936 505 542 W Looper : Slow dispatch took 1042ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:31:42.954 505 2476 W AudioService.RecordingActivityMonitor: client died +02-27 08:31:42.976 505 3536 I ActivityManager: Process com.google.android.ext.services (pid 24237) has died: vis BFGS +02-27 08:31:42.998 505 712 D NsdService: Client disconnected +02-27 08:31:43.000 505 712 D NsdService: Terminating client-ID 2 global-ID 19 type 393225 +02-27 08:31:43.000 505 712 D NsdService: mdnssd [stop-register, 19] +02-27 08:31:43.012 505 556 I libprocessgroup: Successfully killed process cgroup uid 10078 pid 24237 in 24ms +02-27 08:31:43.052 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 123378067 (unbound)] +02-27 08:31:43.053 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 118513104 (unbound)] +02-27 08:31:43.053 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 62421238 (unbound)] +02-27 08:31:43.053 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 57355906 (unbound)] +02-27 08:31:43.058 321 394 W netd : dnssd_clientstub DNSServiceProcessResult called with NULL DNSServiceRef +02-27 08:31:43.053 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 112273768 (unbound)] +02-27 08:31:43.059 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 22208771 (unbound)] +02-27 08:31:43.059 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 23352781 (unbound)] +02-27 08:31:43.060 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 225280457 (unbound)] +02-27 08:31:43.060 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 246064375 (unbound)] +02-27 08:31:43.060 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 183873380 (unbound)] +02-27 08:31:43.061 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 41714049 (unbound)] +02-27 08:31:43.078 505 3536 W ActivityManager: Scheduling restart of crashed service com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl in 1000ms for connection +02-27 08:31:43.095 505 514 I system_server: Background concurrent copying GC freed 2670343(66MB) AllocSpace objects, 0(0B) LOS objects, 26% free, 66MB/90MB, paused 83.252ms,1.928ms total 3.783s +02-27 08:31:43.128 505 24491 I DropBoxManagerService: add tag=system_app_wtf isTagEnabled=true flags=0x2 +02-27 08:31:43.216 505 2569 D ConnectivityService: requestNetwork for uid/pid:10054/24213 activeRequest: null callbackRequest: 316 [NetworkRequest [ REQUEST id=317, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ]] callback flags: 0 priority: 2147483647 +02-27 08:31:43.225 505 3536 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #14487} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (4 skipped) +02-27 08:31:43.227 505 2673 I ActivityManager: Process com.google.android.permissioncontroller (pid 23891) has died: vis IMPF +02-27 08:31:43.228 505 556 I libprocessgroup: Successfully killed process cgroup uid 10077 pid 23891 in 0ms +02-27 08:31:43.230 505 2673 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.role.service.RoleControllerServiceImpl in 10826ms for connection +02-27 08:31:43.230 505 709 D ConnectivityService: NetReassign [317 : null → 101] +02-27 08:31:43.230 505 2673 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.permission.service.PermissionControllerServiceImpl in 20826ms for connection +02-27 08:31:43.237 505 830 I ActivityManager: Process com.google.android.tv.remote.service (pid 23947) has died: vis FGS +02-27 08:31:43.241 505 556 I libprocessgroup: Successfully killed process cgroup uid 10049 pid 23947 in 1ms +02-27 08:31:43.270 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=317, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] +02-27 08:31:43.270 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=317, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] +02-27 08:31:43.270 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=317, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] +02-27 08:31:43.270 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:31:43.272 24213 24455 I chromium: [24213:24455:INFO:local_network_info_impl.cc(435)] LNID_W changed: +02-27 08:31:43.273 505 830 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.RemoteService in 30783ms for start-requested +02-27 08:31:43.273 505 830 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.AtvRemoteProviderService in 40783ms for connection +02-27 08:31:43.276 24343 24494 I NetworkInfoNotification: NetworkInfoNotification$Listener.onReceive():93 onNetworkAvailable: networkState = NON_METERED, isAirplaneModeOn = false +02-27 08:31:43.288 24213 24477 I chromium: [24213:24477:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.setup +02-27 08:31:43.289 505 505 W Looper : Slow dispatch took 130ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:31:43.332 24213 24455 I chromium: [24213:24455:INFO:setup_manager_impl.cc(1039)] Setup discoverability is enabled +02-27 08:31:43.333 24213 24455 W libc : Access denied finding property "ro.odm.cast.ssid_suffix" +02-27 08:31:43.335 24213 24213 I cr_MdnsOffloadClientImpl: No offload service found +02-27 08:31:43.348 505 505 D CompatibilityChangeReporter: Compat change id reported: 175319604; UID 10052; state: ENABLED +02-27 08:31:43.358 24213 24455 I chromium: [24213:24455:INFO:hotspot_manager.cc(156)] Start: id=1 SSID=[REDACTED] hidden=0 +02-27 08:31:43.365 24213 24315 I chromium: [24213:24315:INFO:hotspot_manager.cc(206)] Starting request id=1 ssid=[REDACTED] hidden=0 +02-27 08:31:43.499 24213 24213 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:113] Started +02-27 08:31:43.587 24343 24355 W putmethod.lati: Suspending all threads took: 6.596ms +02-27 08:31:43.629 24343 24343 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 5 +02-27 08:31:43.629 24343 24343 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 5 +02-27 08:31:43.632 24343 24343 I DeviceStatusMonitor: DeviceStatusMonitor$1.onReceive():58 onReceive() : Action = android.net.conn.CONNECTIVITY_CHANGE +02-27 08:31:43.700 23512 23624 D EGL_emulation: app_time_stats: avg=19.28ms min=6.07ms max=56.65ms count=43 +02-27 08:31:43.743 24343 24343 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = false +02-27 08:31:43.796 24343 24343 I UrgentSignalsProcessor: UrgentSignalsProcessor.flagUpdated():97 Received flagsUpdated for urgent signal +02-27 08:31:43.803 505 505 W Looper : Slow dispatch took 164ms main h=com.android.internal.os.HandlerCaller$MyHandler c=null m=7000 +02-27 08:31:43.816 24343 24343 I DictionarySuperpacksManager: DictionarySuperpacksManager$1.onEnabledInputMethodEntriesChanged():60 onEnabledInputMethodEntriesChanged +02-27 08:31:43.822 24343 24343 I MetricsProcessorProviderManager: MetricsProcessorProviderManager.onClearcutAdapterReady():102 onClearcutAdapterReady +02-27 08:31:43.830 24213 24213 I chromium: [24213:24213:INFO:device_info_impl.cc(1061)] Primary netif changed: new=wlan0, old= +02-27 08:31:43.830 24213 24213 I chromium: [24213:24213:INFO:device_info_impl.cc(1070)] Primary IP address changed: netif=wlan0, new=10.0.2.16, old= +02-27 08:31:43.835 24213 24316 I chromium: [24213:24316:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.FeatureService +02-27 08:31:43.838 24213 24316 I chromium: [24213:24316:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 08:31:43.838 24213 24213 I chromium: [24213:24213:INFO:grpc_completion_queue_wrapper.cc(13)] CQ is destroyed: id=0 +02-27 08:31:43.890 24213 24213 I chromium: [24213:24213:INFO:metrics_recorder.cc(188)] cast event: Cast.System.Timezone.ChangeSuccessful +02-27 08:31:44.349 505 505 W Looper : Slow dispatch took 288ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:31:44.555 24368 24368 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:31:44.716 23512 23624 D EGL_emulation: app_time_stats: avg=32.11ms min=5.69ms max=263.00ms count=26 +02-27 08:31:44.746 24213 24316 I chromium: [24213:24316:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 08:31:44.852 24213 24316 I chromium: [24213:24316:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 08:31:44.853 24213 24316 I chromium: [24213:24316:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 08:31:44.853 24213 24316 I chromium: [24213:24316:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.RemoteControlService +02-27 08:31:44.853 24213 24316 I chromium: [24213:24316:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 08:31:44.888 24213 24213 I chromium: [24213:24213:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 08:31:44.893 24213 24316 I chromium: [24213:24316:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 08:31:44.902 24213 24316 I chromium: [24213:24316:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 08:31:44.902 24213 24316 I chromium: [24213:24316:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 08:31:44.910 24213 24213 W chromium: [24213:24213:WARNING:secure_storage_impl.cc(115)] Device key not available yet. +02-27 08:31:44.924 24213 24213 I chromium: [24213:24213:INFO:ccs_manager_impl.cc(2007)] LNID has changed; Will re-register CCS +02-27 08:31:44.924 24213 24213 I chromium: [24213:24213:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 08:31:44.924 24213 24455 W chromium: [24213:24455:WARNING:setup_manager_impl.cc(2238)] DNS Func not supported +02-27 08:31:44.926 24213 24316 I chromium: [24213:24316:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 08:31:44.926 24213 24316 I chromium: [24213:24316:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 08:31:44.926 24213 24316 I chromium: [24213:24316:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.DisplaySettings +02-27 08:31:44.926 24213 24316 I chromium: [24213:24316:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 08:31:44.930 505 554 W ActivityManager: Slow operation: 182ms so far, now at startProcess: done creating new process record +02-27 08:31:44.930 505 554 W ActivityManager: Slow operation: 182ms so far, now at startProcess: stepping in to startProcess +02-27 08:31:44.939 24213 24213 I chromium: [24213:24213:INFO:cast_auth_headers.cc(227)] Clearing cached auth headers. +02-27 08:31:44.939 24213 24213 I chromium: [24213:24213:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 08:31:44.939 24213 24213 W chromium: [24213:24213:WARNING:secure_storage_impl.cc(115)] Device key not available yet. +02-27 08:31:44.940 24213 24316 I chromium: [24213:24316:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.GeneralAudienceBrowsingAPIKeySubject +02-27 08:31:44.940 24213 24316 I chromium: [24213:24316:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 08:31:44.940 24213 24455 I chromium: [24213:24455:INFO:setup_state.cc(263)] Setup state changed: SETUP_STATE_UNKNOWN (0) -> SETUP_STATE_CHECKING_GLOBAL_CONNECTIVITY (50) +02-27 08:31:44.982 24213 24213 I chromium: [24213:24213:INFO:virtual_device_manager.cc(312)] Virtual device [REDACTED] using Cast V2 port 8009 +02-27 08:31:45.047 505 554 W ActivityManager: Slow operation: 115ms so far, now at startProcess: building args +02-27 08:31:45.056 24213 24476 I chromium: [24213:24476:INFO:mdns_app_filter.cc(1870)] Re-probing due to newly registered service '1': _googlecast +02-27 08:31:45.121 24213 24476 W chromium: [24213:24476:WARNING:mdns_app_filter.cc(1086)] MdnsAppFilter already started. Must call Stop() first. +02-27 08:31:45.126 24213 24213 W chromium: [24213:24213:WARNING:libupnp_manager.cc(312)] No Primary Network Interface, will start UPnP server when it is established. +02-27 08:31:45.166 505 505 W Looper : Slow delivery took 257ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=5 +02-27 08:31:45.218 24213 24213 I chromium: [24213:24213:INFO:woca_client_auth.cc(136)] Use default signer +02-27 08:31:45.244 24213 24457 I chromium: [24213:24457:INFO:grpc_auth_manager_in_process.cc(215)] Initializing Auth. +02-27 08:31:45.244 24213 24457 W chromium: [24213:24457:WARNING:grpc_auth_manager_in_process.cc(220)] Device key not available yet. +02-27 08:31:45.270 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10078; state: DISABLED +02-27 08:31:45.270 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10078; state: DISABLED +02-27 08:31:45.272 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10078; state: DISABLED +02-27 08:31:45.272 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10078; state: ENABLED +02-27 08:31:45.285 505 554 W ActivityManager: Slow operation: 537ms so far, now at startProcess: done starting proc! +02-27 08:31:45.290 505 555 W ActivityManager: Slow operation: 358ms so far, now at startProcess: asking zygote to start proc +02-27 08:31:45.291 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10078; state: ENABLED +02-27 08:31:45.318 24343 24343 I KeyboardDefManager: KeyboardDefManager$LoadKeyboardDefTask$1.onFailure():184 Task to load keyboard def was canceled. +02-27 08:31:45.318 24343 24343 I KeyboardDefManager: java.util.concurrent.CancellationException: Task was cancelled. +02-27 08:31:45.318 24343 24343 I KeyboardDefManager: at jke.s(PG:3) +02-27 08:31:45.318 24343 24343 I KeyboardDefManager: at jke.get(PG:4) +02-27 08:31:45.318 24343 24343 I KeyboardDefManager: at job.k(PG:1) +02-27 08:31:45.318 24343 24343 I KeyboardDefManager: at job.E(PG:2) +02-27 08:31:45.318 24343 24343 I KeyboardDefManager: at jma.run(PG:4) +02-27 08:31:45.318 24343 24343 I KeyboardDefManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:31:45.318 24343 24343 I KeyboardDefManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:31:45.318 24343 24343 I KeyboardDefManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:31:45.318 24343 24343 I KeyboardDefManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:31:45.318 24343 24343 I KeyboardDefManager: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:31:45.318 24343 24343 I KeyboardDefManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:31:45.318 24343 24343 I KeyboardDefManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:31:45.318 24343 24343 I KeyboardDefManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:31:45.331 505 514 W system_server: Suspending all threads took: 7.665ms +02-27 08:31:45.336 24213 24476 I chromium: [24213:24476:INFO:mdns_app_filter.cc(2019)] MdnsAppFilter is stopping +02-27 08:31:45.336 24213 24213 I chromium: [24213:24213:INFO:cast_receiver_impl.cc(1586)] mDNS Discovery stopped. +02-27 08:31:45.408 24213 24476 I chromium: [24213:24476:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.ResponderStopped +02-27 08:31:45.689 24213 24476 I chromium: [24213:24476:INFO:mdns_app_filter.cc(2026)] MdnsAppFilter is stopping; closing socket: address=10.0.2.16 +02-27 08:31:45.690 24213 24476 I chromium: [24213:24476:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.SocketDestroyed +02-27 08:31:45.714 24213 24213 I chromium: [24213:24213:INFO:cast_receiver_impl.cc(1644)] Network is globally disconnected. Refresh CcsManager +02-27 08:31:45.742 24213 24476 I chromium: [24213:24476:INFO:mdns_app_filter.cc(3338)] Mdns cast queries recently sent: queries=1 +02-27 08:31:45.777 23512 23624 D EGL_emulation: app_time_stats: avg=45.04ms min=10.65ms max=129.21ms count=20 +02-27 08:31:45.834 24213 24213 I chromium: [24213:24213:INFO:debug_endpoint_manager_grpc_client.cc(383)] gRPC client channel state changed to GRPC_CHANNEL_TRANSIENT_FAILURE +02-27 08:31:45.894 322 322 D Zygote : Forked child process 24510 +02-27 08:31:45.905 24213 24213 I chromium: [24213:24213:INFO:sensor_service.cc(89)] Sensor service binding bound +02-27 08:31:45.917 24213 24213 I chromium: [24213:24213:INFO:mdns_manager_impl.cc(299)] Successfully registered service: type=_googlecast +02-27 08:31:45.917 24213 24213 I chromium: [24213:24213:INFO:virtual_device.cc(292)] Registered mDNS service for virtual device: id=7f632b49-34bd-c56f-b953-dc3746d180ae +02-27 08:31:45.938 505 555 W ActivityManager: Slow operation: 1006ms so far, now at startProcess: returned from zygote! +02-27 08:31:45.947 24213 24476 I chromium: [24213:24476:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:31:45.948 24213 24476 I chromium: [24213:24476:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:31:46.004 24368 24368 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:31:46.027 24368 24368 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:31:46.037 24343 24343 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. +02-27 08:31:46.038 24213 24476 I chromium: [24213:24476:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.SocketCreated +02-27 08:31:46.044 24213 24476 I chromium: [24213:24476:INFO:mdns_app_filter.cc(1440)] Created mDNS socket for interface:name=wlan0, address=10.0.2.16, index=16 +02-27 08:31:46.044 24213 24476 I chromium: [24213:24476:INFO:mdns_app_filter.cc(1135)] MdnsAppFilter is starting. +02-27 08:31:46.044 24213 24476 I chromium: [24213:24476:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.ResponderStarted +02-27 08:31:46.048 24213 24476 I chromium: [24213:24476:INFO:discovered_service_client.cc(76)] Primary interface for service discovery has changed: ifindex=16 +02-27 08:31:46.049 24213 24476 I chromium: [24213:24476:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:31:46.049 24213 24476 I chromium: [24213:24476:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:31:46.441 24213 24213 D cr_NetUtil: [NetUtil.java:123] interfaceSupportsWakeOnLan(): Interface wlan0 not supported +02-27 08:31:46.552 23512 23512 I Choreographer: Skipped 44 frames! The application may be doing too much work on its main thread. +02-27 08:31:47.006 24510 24510 E id.ext.service: Not starting debugger since process cannot load the jdwp agent. +02-27 08:31:47.101 23512 23624 D EGL_emulation: app_time_stats: avg=437.47ms min=48.14ms max=1185.58ms count=3 +02-27 08:31:47.243 24213 24476 I chromium: [24213:24476:INFO:mdns_app_filter.cc(1602)] MdnsAppFilter: Done probing. +02-27 08:31:48.230 24213 24221 W apps.mediashel: Suspending all threads took: 303.903ms +02-27 08:31:48.346 23512 23512 I Choreographer: Skipped 57 frames! The application may be doing too much work on its main thread. +02-27 08:31:49.041 23512 23512 I Choreographer: Skipped 39 frames! The application may be doing too much work on its main thread. +02-27 08:31:49.341 23512 23624 D EGL_emulation: app_time_stats: avg=237.78ms min=7.26ms max=1898.47ms count=9 +02-27 08:31:50.496 322 322 I Zygote : Process 24343 exited due to signal 9 (Killed) +02-27 08:31:50.496 322 322 I Zygote : Process 23512 exited due to signal 9 (Killed) +02-27 08:31:50.676 24213 24288 E chromium: [24213:24288:ERROR:connectivity_checker_impl.cc(342)] time out +02-27 08:31:50.882 505 2243 E IPCThreadState: binder thread pool (31 threads) starved for 374 ms +02-27 08:31:50.891 505 505 W Looper : Slow dispatch took 1782ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:31:50.894 505 2113 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/23512, android.os.BinderProxy@436b357) +02-27 08:31:50.970 505 1683 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/23512, android.os.BinderProxy@2390e44) +02-27 08:31:50.971 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=304, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:31:50.979 505 540 I WindowManager: WIN DEATH: Window{99c6f6d u0 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:31:50.992 505 505 W Looper : Drained +02-27 08:31:51.120 505 540 W InputManager-JNI: Input channel object '99c6f6d com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:31:51.160 505 514 I system_server: Background young concurrent copying GC freed 3202371(80MB) AllocSpace objects, 0(0B) LOS objects, 27% free, 63MB/87MB, paused 10.847ms,13.677ms total 6.649s +02-27 08:31:51.326 505 505 W Looper : Slow dispatch took 333ms main h=com.android.internal.os.HandlerCaller$MyHandler c=null m=7000 +02-27 08:31:51.374 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=315, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:31:51.434 505 542 W Looper : Slow dispatch took 6208ms android.fg h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null m=2 +02-27 08:31:51.460 505 542 W Looper : Slow delivery took 556ms android.fg h=android.os.Handler c=com.android.server.location.injector.SystemAppOpsHelper$$ExternalSyntheticLambda1@edfd862 m=0 +02-27 08:31:51.470 505 555 W ActivityManager: Slow operation: 6538ms so far, now at startProcess: done updating battery stats +02-27 08:31:51.480 505 555 W ActivityManager: Slow operation: 6548ms so far, now at startProcess: building log message +02-27 08:31:51.480 505 555 I ActivityManager: Start proc 24510:com.google.android.ext.services/u0a78 for service {com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} +02-27 08:31:51.480 505 555 W ActivityManager: Slow operation: 6548ms so far, now at startProcess: starting to update pids map +02-27 08:31:51.617 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:31:51.706 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 08:31:51.717 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:31:51.737 505 555 W ActivityManager: Slow operation: 6804ms so far, now at startProcess: done updating pids map +02-27 08:31:51.737 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:31:51.737 505 595 I ActivityManager: Process com.google.android.tvlauncher (pid 23512) has died: fg TOP +02-27 08:31:51.741 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 23512 in 0ms +02-27 08:31:51.763 505 542 W Looper : Drained +02-27 08:31:51.778 24213 24476 I chromium: [24213:24476:INFO:mdns_app_filter.cc(1768)] MdnsAppFilter: Done announcing. +02-27 08:31:51.802 505 595 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10048; state: DISABLED +02-27 08:31:51.852 24213 24213 I chromium: [24213:24213:INFO:sensor_service.cc(66)] Sensor Service starting. +02-27 08:31:51.996 24213 24288 I chromium: [24213:24288:INFO:parent_tracker.cc(465)] Network is disconnected. +02-27 08:31:52.000 24213 24315 W chromium: [24213:24315:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:52.001 24213 24315 W chromium: [24213:24315:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:52.001 24213 24315 W chromium: [24213:24315:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:52.001 24213 24315 W chromium: [24213:24315:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:52.001 24213 24315 W chromium: [24213:24315:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:52.001 24213 24315 W chromium: [24213:24315:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:52.001 24213 24315 W chromium: [24213:24315:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:52.001 24213 24315 W chromium: [24213:24315:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:52.001 24213 24315 W chromium: [24213:24315:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:52.001 24213 24315 W chromium: [24213:24315:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:52.001 24213 24315 W chromium: [24213:24315:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:52.001 24213 24315 W chromium: [24213:24315:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:52.001 24213 24315 I chromium: [24213:24315:INFO:net_util_impl.cc(511)] IP address: [REDACTED] MAC address: [REDACTED] +02-27 08:31:52.029 24213 24288 I chromium: [24213:24288:INFO:parent_tracker.cc(210)] No need to recreate socket +02-27 08:31:52.029 24213 24288 I chromium: [24213:24288:INFO:parent_tracker.cc(465)] Network is connected. +02-27 08:31:52.072 24213 24315 W chromium: [24213:24315:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:52.072 24213 24315 W chromium: [24213:24315:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:52.072 24213 24315 W chromium: [24213:24315:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:52.072 24213 24315 W chromium: [24213:24315:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:52.072 24213 24315 W chromium: [24213:24315:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:52.072 24213 24315 W chromium: [24213:24315:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:52.072 24213 24315 W chromium: [24213:24315:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:52.072 24213 24315 W chromium: [24213:24315:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:52.072 24213 24315 W chromium: [24213:24315:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:52.072 24213 24315 W chromium: [24213:24315:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:52.072 24213 24315 W chromium: [24213:24315:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:52.073 24213 24315 W chromium: [24213:24315:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:31:52.073 24213 24315 I chromium: [24213:24315:INFO:net_util_impl.cc(511)] IP address: [REDACTED] MAC address: [REDACTED] +02-27 08:31:52.089 505 1685 I ActivityManager: Process com.google.android.inputmethod.latin (pid 24343) has died: prcp IMPB +02-27 08:31:52.090 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 24343 in 0ms +02-27 08:31:52.091 24213 24288 I chromium: [24213:24288:INFO:parent_tracker.cc(210)] No need to recreate socket +02-27 08:31:52.122 505 1685 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 41934ms for connection +02-27 08:31:52.144 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:31:52.144 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:31:52.144 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 23512 +02-27 08:31:52.146 505 505 W Looper : Slow dispatch took 377ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:31:52.153 505 505 W Looper : Slow delivery took 378ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=5 +02-27 08:31:52.158 24213 24286 I chromium: [24213:24286:INFO:libupnp_wrapper_async.cc(144)] SSDP server is initialized: root_device_desc_url = http://10.0.2.16:8008/ssdp/device-desc.xml, handle = 1 +02-27 08:31:52.192 505 505 W Looper : Drained +02-27 08:31:52.211 24213 24457 I chromium: [24213:24457:INFO:structure_info_from_trusted_devices.cc(381)] Automatic refetch delay changed to 7 +02-27 08:31:52.212 24213 24457 I chromium: [24213:24457:INFO:structure_info_cast.cc(78)] Usonia trusted devices flag flipped to true, but trusted devices structure info already enabled. +02-27 08:31:52.216 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:31:52.216 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:31:52.216 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:31:52.217 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:31:52.218 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:31:52.241 24213 24213 I chromium: [24213:24213:INFO:chromecast_service.cc(1674)] AoGH feature is: 0 +02-27 08:31:52.261 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:31:52.261 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:31:52.261 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:31:52.261 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:31:52.261 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:31:52.261 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:31:52.261 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:31:52.261 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:31:52.261 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:31:52.261 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:31:52.262 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:31:52.262 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:31:52.262 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:31:52.262 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:31:52.262 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:31:52.262 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:31:52.262 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:31:52.262 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:31:52.262 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:31:52.262 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:31:52.264 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:31:52.264 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:31:52.264 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:31:52.264 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:31:52.264 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:31:52.264 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:31:52.264 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:31:52.264 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:31:52.264 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:31:52.264 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:31:52.264 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:31:52.264 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:31:52.265 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:31:52.265 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:31:52.265 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:31:52.265 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:31:52.265 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:31:52.265 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:31:52.265 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:31:52.265 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:31:52.265 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:31:52.265 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:31:52.265 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:31:52.265 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:31:52.265 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:31:52.265 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:31:52.265 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:31:52.265 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:31:52.265 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:31:52.265 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:31:52.265 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:31:52.266 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:31:52.266 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:31:52.266 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:31:52.266 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:31:52.266 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:31:52.266 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:31:52.266 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:31:52.266 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:31:52.266 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:31:52.266 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:31:52.267 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:31:52.267 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:31:52.267 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:31:52.268 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:31:52.268 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:31:52.268 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:31:52.268 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:31:52.268 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:31:52.268 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:31:52.268 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:31:52.268 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:31:52.268 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:31:52.268 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:31:52.268 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:31:52.268 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:31:52.268 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:31:52.268 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:31:52.268 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:31:52.268 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:31:52.268 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:31:52.268 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:31:52.268 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:31:52.268 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:31:52.268 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:31:52.268 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:31:52.269 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:31:52.269 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:31:52.269 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:31:52.269 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:31:52.269 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:31:52.269 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:31:52.269 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:31:52.269 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:31:52.269 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:31:52.270 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:31:52.270 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:31:52.270 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:31:52.270 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:31:52.270 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:31:52.270 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:31:52.270 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:31:52.270 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:31:52.270 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:31:52.270 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:31:52.270 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:31:52.270 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:31:52.270 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:31:52.270 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:31:52.270 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:31:52.270 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:31:52.270 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:31:52.270 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:31:52.270 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:31:52.270 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:31:52.270 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:31:52.270 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:31:52.279 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:31:52.279 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:31:52.279 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:31:52.279 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:31:52.279 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:31:52.279 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:31:52.279 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:31:52.279 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:31:52.279 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:31:52.280 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:31:52.280 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:31:52.280 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:31:52.280 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:31:52.280 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:31:52.280 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:31:52.280 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:31:52.280 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:31:52.280 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:31:52.280 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:31:52.280 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:31:52.280 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:31:52.280 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:31:52.280 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:31:52.280 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:31:52.280 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:31:52.281 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:31:52.281 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:31:52.282 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:31:52.282 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:31:52.282 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:31:52.282 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:31:52.282 322 322 D Zygote : Forked child process 24534 +02-27 08:31:52.282 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:31:52.282 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:31:52.282 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:31:52.283 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:31:52.284 505 555 W ActivityManager: Slow operation: 71ms so far, now at startProcess: returned from zygote! +02-27 08:31:52.284 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:31:52.284 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:31:52.284 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:31:52.284 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:31:52.284 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(165)] Presence settings is: 0 +02-27 08:31:52.284 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:31:52.284 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:31:52.284 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:31:52.284 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:31:52.284 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:31:52.284 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:31:52.284 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:31:52.284 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:31:52.284 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:31:52.284 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:31:52.284 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:31:52.285 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:31:52.286 505 555 W ActivityManager: Slow operation: 73ms so far, now at startProcess: done updating battery stats +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:31:52.286 505 555 W ActivityManager: Slow operation: 73ms so far, now at startProcess: building log message +02-27 08:31:52.286 505 555 I ActivityManager: Start proc 24534:com.google.android.tvlauncher/u0a48 for top-activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:31:52.286 505 555 W ActivityManager: Slow operation: 73ms so far, now at startProcess: starting to update pids map +02-27 08:31:52.286 505 555 W ActivityManager: Slow operation: 73ms so far, now at startProcess: done updating pids map +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:31:52.286 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:31:52.287 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:31:52.287 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:31:52.287 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:31:52.287 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:31:52.287 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:31:52.290 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:31:52.290 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:31:52.290 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:31:52.290 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:31:52.290 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:31:52.291 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:31:52.291 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:31:52.291 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:31:52.291 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:31:52.291 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:31:52.291 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:31:52.291 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:31:52.291 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:31:52.292 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:31:52.292 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:31:52.292 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:31:52.292 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:31:52.292 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:31:52.292 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:31:52.292 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:31:52.292 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:31:52.292 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:31:52.292 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:31:52.292 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:31:52.292 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:31:52.292 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:31:52.292 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:31:52.292 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:31:52.292 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:31:52.293 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:31:52.294 24213 24213 I chromium: [24213:24213:INFO:chromecast_service.cc(1634)] Geolocation changed to: 0 +02-27 08:31:52.294 24213 24213 I chromium: [24213:24213:INFO:lycra_transport.cc(410)] Feature flag changed: false +02-27 08:31:52.294 24213 24213 I chromium: [24213:24213:INFO:chromecast_service.cc(1774)] Playback disruption feature is: 1 +02-27 08:31:52.294 24213 24213 I chromium: [24213:24213:INFO:cast_cloud_settings.cc(183)] Presence radar settings is: 0 +02-27 08:31:52.294 24213 24213 I chromium: [24213:24213:INFO:chromecast_service.cc(1728)] smart_home/actions feature is: 0 +02-27 08:31:52.305 24510 24510 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10078; state: DISABLED +02-27 08:31:52.321 24213 24213 I chromium: [24213:24213:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 08:31:52.368 24213 24213 I chromium: [24213:24213:INFO:woca_client_auth.cc(103)] Cert rotation is now enabled +02-27 08:31:52.368 24213 24213 I chromium: [24213:24213:INFO:woca_client_auth.cc(136)] Use default signer +02-27 08:31:52.369 24213 24213 I chromium: [24213:24213:INFO:chromecast_service.cc(1789)] Usonia GRPC feature is: 0 +02-27 08:31:52.379 24213 24457 I chromium: [24213:24457:INFO:grpc_auth_manager_in_process.cc(215)] Initializing Auth. +02-27 08:31:52.380 24213 24457 W chromium: [24213:24457:WARNING:grpc_auth_manager_in_process.cc(220)] Device key not available yet. +02-27 08:31:52.383 24213 24213 I chromium: [24213:24213:INFO:usonia_child_process.cc(266)] Ignoring stop when not started. +02-27 08:31:52.392 24213 24213 I chromium: [24213:24213:INFO:usonia_main_process.cc(487)] Ignoring stop when not started. +02-27 08:31:52.392 24213 24213 I chromium: [24213:24213:INFO:usonia_configs_with_cast_features.cc(304)] Usonia configs: OnExtraMulticastGroupsChanged +02-27 08:31:52.392 24213 24213 I chromium: [24213:24213:INFO:usonia_configs_with_cast_features.cc(305)] id_is_authenticated=0 +02-27 08:31:52.392 24213 24213 I chromium: [24213:24213:INFO:usonia_configs_with_cast_features.cc(306)] usonia_require_authenticated_ids=1 +02-27 08:31:52.392 24213 24213 I chromium: [24213:24213:INFO:usonia_configs_with_cast_features.cc(308)] usonia_extra_multicast_groups=224.0.0.250,ff02::c:c +02-27 08:31:52.392 24213 24213 I chromium: [24213:24213:INFO:usonia_configs_with_cast_features.cc(310)] usonia_multicast_ttl=1 +02-27 08:31:52.392 24213 24213 I chromium: [24213:24213:INFO:usonia_configs_with_cast_features.cc(311)] usonia_higher_root_precedence=0 +02-27 08:31:52.393 24213 24213 I chromium: [24213:24213:INFO:usonia_configs_with_cast_features.cc(313)] usonia_allow_self_signed_certs=0 +02-27 08:31:52.393 24213 24213 I chromium: [24213:24213:INFO:usonia_configs_with_cast_features.cc(315)] usonia_enable_trusted_sets=1 +02-27 08:31:52.394 24213 24213 I chromium: [24213:24213:INFO:mute_led_als_controller.cc(99)] No COLOR_AND_LIGHT sensor found +02-27 08:31:52.394 24213 24213 I chromium: [24213:24213:INFO:backlight_mitigator.cc(130)] No COLOR_AND_LIGHT sensor found +02-27 08:31:52.397 24213 24288 I chromium: [24213:24288:INFO:parent_tracker.cc(159)] Extra multicast groups changed +02-27 08:31:52.415 24213 24288 I chromium: [24213:24288:INFO:parent_tracker.cc(213)] Now using local address [REDACTED] +02-27 08:31:52.416 24213 24288 I chromium: [24213:24288:INFO:directory_service_impl.cc(536)] This device became root +02-27 08:31:52.440 24213 24288 I chromium: [24213:24288:INFO:parent_tracker.cc(231)] Using multicast TTL 1 +02-27 08:31:52.440 24213 24288 I chromium: [24213:24288:INFO:parent_tracker.cc(277)] Add extra group 224.0.0.250 +02-27 08:31:52.480 24368 24368 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:31:52.666 24534 24534 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:31:52.846 24213 24213 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:31:52.899 24213 24213 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:31:52.902 505 830 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:31:52.902 505 830 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:31:52.902 505 830 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:31:52.902 505 830 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:31:52.902 505 830 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:31:52.902 505 830 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:31:52.902 505 830 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:31:52.902 505 830 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:31:52.902 505 830 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:31:52.902 505 830 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:31:52.908 24213 24213 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:31:52.940 505 830 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:31:52.940 505 830 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:31:52.940 505 830 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:31:52.940 505 830 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:31:52.940 505 830 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:31:52.940 505 830 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:31:52.940 505 830 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:31:52.940 505 830 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:31:52.940 505 830 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:31:52.940 505 830 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:31:52.945 505 830 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10048; state: DISABLED +02-27 08:31:52.948 505 830 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10048; state: DISABLED +02-27 08:31:52.949 505 830 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10048; state: DISABLED +02-27 08:31:53.004 24368 24368 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:31:53.021 505 830 W ActivityManager: Slow operation: 169ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:31:53.042 24534 24534 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:31:53.048 24325 24325 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:31:53.058 24213 24213 E cr_ChromecastConfigAndroid: UsageReporting query failed +02-27 08:31:53.058 24213 24213 I BindingManager: Bound service connected +02-27 08:31:53.070 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:31:53.114 505 712 D NsdService: mdnssd [stop-service] +02-27 08:31:53.121 24325 24325 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:31:53.122 24325 24325 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:31:53.148 24368 24368 W SQLiteCompatibilityWalFlags: Cannot read global setting sqlite_compatibility_wal_flags - Application state not available +02-27 08:31:53.178 24510 24510 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.ext.services' set to: 'default' +02-27 08:31:53.178 24510 24510 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:31:53.212 24213 24213 D cr_GrpcIpcUidPolicy: [AndroidIpcUidPolicy.java:147] Valid access from com.google.android.apps.mediashell +02-27 08:31:53.212 24213 24213 E cr_GrpcIpcSocketService: Native code not initialized yet. +02-27 08:31:53.213 24213 24213 E GrpcIpcSocketClientImpl: invalid message +02-27 08:31:53.218 24213 24408 E chromium: [24213:24408:ERROR:grpc_ipc_socket_client.cc(76)] Error for usonia-ipc-socket +02-27 08:31:53.218 24213 24408 E chromium: [24213:24408:ERROR:android_grpc_builder.cc(86)] Could not get a socket for binder:com.google.android.apps.mediashell:usonia-ipc-socket +02-27 08:31:53.218 24510 24510 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:31:53.219 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(618)] GRPC[uri=]: Grpc cannot connect to host {UNDEFINED} +02-27 08:31:53.221 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:53.221 24213 24408 W chromium: [24213:24408:WARNING:grpc_auth_manager_with_grpc_ipc.cc(59)] IPC for Auth.AuthReadyStreaming closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:53.221 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:53.221 24213 24408 W chromium: [24213:24408:WARNING:distributed_service_discovery_with_grpc_ipc.cc(147)] IPC for DistributedServiceDiscovery.AddService closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:53.221 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:53.221 24213 24408 W chromium: [24213:24408:WARNING:distributed_service_discovery_with_grpc_ipc.cc(60)] IPC for DistributedServiceDiscovery.UpdateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:53.221 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:53.221 24213 24408 W chromium: [24213:24408:WARNING:metrics_recorder_with_grpc_ipc.cc(142)] IPC for MetricsRecorder.RecordMetrics closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:53.221 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:53.221 24213 24408 W chromium: [24213:24408:WARNING:synchronous_sound_player_with_grpc_ipc.cc(171)] IPC for SynchronousSoundPlayer.UpdateSound closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:53.221 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:53.221 24213 24408 E chromium: [24213:24408:ERROR:ipc_common.h(444)] Error in fetching local device info: [error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:53.221 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:53.221 24213 24408 W chromium: [24213:24408:WARNING:directory_service_with_grpc_ipc.cc(118)] IPC for DirectoryService.ObserveCommonTime closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:53.221 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:53.221 24213 24408 E chromium: [24213:24408:ERROR:directory_service_with_grpc_ipc.cc(274)] IPC for DirectoryService.UpdateStateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:53.221 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:53.221 24213 24408 E chromium: [24213:24408:ERROR:directory_service_with_grpc_ipc.cc(376)] IPC for DirectoryService.UpdateMessageObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:53.221 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:53.221 24213 24408 I chromium: [24213:24408:INFO:state_manager_with_grpc_ipc.cc(141)] Usonia state changed, state: 1 value: 0 +02-27 08:31:53.221 24213 24408 W chromium: [24213:24408:WARNING:state_manager_with_grpc_ipc.cc(73)] IPC for StateManager.ReceiveStateUpdates closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:53.240 24510 24510 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:31:54.106 24534 24534 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:31:54.302 505 554 W ActivityManager: Slow operation: 113ms so far, now at startProcess: done creating new process record +02-27 08:31:54.303 505 554 W ActivityManager: Slow operation: 114ms so far, now at startProcess: stepping in to startProcess +02-27 08:31:54.305 505 712 E mDnsConnector: NDC Command {58 mdnssd stop-service} took too long (1169ms) +02-27 08:31:54.362 24213 24408 I chromium: [24213:24408:INFO:grpc_auth_manager_with_grpc_ipc.cc(63)] Connecting IPC for Auth.AuthReadyStreaming. +02-27 08:31:54.399 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10077; state: DISABLED +02-27 08:31:54.401 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10077; state: DISABLED +02-27 08:31:54.401 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10077; state: DISABLED +02-27 08:31:54.402 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10077; state: DISABLED +02-27 08:31:54.407 505 554 W ActivityManager: Slow operation: 219ms so far, now at startProcess: done starting proc! +02-27 08:31:54.407 505 555 W ActivityManager: Slow operation: 104ms so far, now at startProcess: asking zygote to start proc +02-27 08:31:54.408 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10077; state: DISABLED +02-27 08:31:54.665 24213 24408 D BindingManager: with +02-27 08:31:54.676 322 322 D Zygote : Forked child process 24552 +02-27 08:31:54.682 505 555 W ActivityManager: Slow operation: 379ms so far, now at startProcess: returned from zygote! +02-27 08:31:54.683 24213 24408 I chromium: [24213:24408:INFO:distributed_service_discovery_with_grpc_ipc.cc(152)] Connecting IPC for DistributedServiceDiscovery.AddService. +02-27 08:31:54.684 24213 24408 I chromium: [24213:24408:INFO:distributed_service_discovery_with_grpc_ipc.cc(66)] Connecting IPC for DistributedServiceDiscovery.UpdateObservers. +02-27 08:31:54.744 24534 24534 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:31:54.744 24534 24534 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:31:54.760 505 555 W ActivityManager: Slow operation: 457ms so far, now at startProcess: done updating battery stats +02-27 08:31:54.761 505 555 W ActivityManager: Slow operation: 458ms so far, now at startProcess: building log message +02-27 08:31:54.761 505 555 I ActivityManager: Start proc 24552:com.google.android.permissioncontroller/u0a77 for service {com.google.android.permissioncontroller/com.android.permissioncontroller.role.service.RoleControllerServiceImpl} +02-27 08:31:54.761 505 555 W ActivityManager: Slow operation: 458ms so far, now at startProcess: starting to update pids map +02-27 08:31:54.770 24213 24408 I chromium: [24213:24408:INFO:metrics_recorder_with_grpc_ipc.cc(156)] Connecting IPC for MetricsRecorder.RecordMetrics: num_attempts=2 +02-27 08:31:54.770 24213 24408 I chromium: [24213:24408:INFO:synchronous_sound_player_with_grpc_ipc.cc(176)] Connecting IPC for SynchronousSoundPlayer.UpdateSound. +02-27 08:31:54.770 24213 24408 I chromium: [24213:24408:INFO:directory_service_with_grpc_ipc.cc(66)] Connecting IPC for DirectoryService.LocalDeviceInfo. +02-27 08:31:54.771 24213 24408 I chromium: [24213:24408:INFO:directory_service_with_grpc_ipc.cc(123)] Connecting IPC for DirectoryService.ObserveCommonTime. +02-27 08:31:54.771 24213 24408 I chromium: [24213:24408:INFO:directory_service_with_grpc_ipc.cc(279)] Connecting IPC for DirectoryService.UpdateStateObservers. +02-27 08:31:54.782 24213 24408 I chromium: [24213:24408:INFO:directory_service_with_grpc_ipc.cc(381)] Connecting IPC for DirectoryService.UpdateMessageObservers. +02-27 08:31:54.782 24213 24408 I chromium: [24213:24408:INFO:state_manager_with_grpc_ipc.cc(78)] Connecting IPC for StateManager.ReceiveStateUpdates. +02-27 08:31:54.793 24552 24552 I libc : SetHeapTaggingLevel: tag level set to 0 +02-27 08:31:54.804 505 555 W ActivityManager: Slow operation: 501ms so far, now at startProcess: done updating pids map +02-27 08:31:54.805 24534 24534 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:31:54.805 24534 24534 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:31:54.840 505 554 W ActivityManager: Timeout executing service: ServiceRecord{a8fc35b u0 com.google.android.gms/.chimera.GmsBoundBrokerService} +02-27 08:31:54.904 24552 24552 E ssioncontrolle: Not starting debugger since process cannot load the jdwp agent. +02-27 08:31:54.916 505 514 W system_server: Suspending all threads took: 68.125ms +02-27 08:31:55.049 24213 24213 D cr_GrpcIpcUidPolicy: [AndroidIpcUidPolicy.java:147] Valid access from com.google.android.apps.mediashell +02-27 08:31:55.050 24213 24213 E cr_GrpcIpcSocketService: Native code not initialized yet. +02-27 08:31:55.052 24213 24213 E GrpcIpcSocketClientImpl: invalid message +02-27 08:31:55.058 24213 24408 E chromium: [24213:24408:ERROR:grpc_ipc_socket_client.cc(76)] Error for usonia-ipc-socket +02-27 08:31:55.095 24213 24408 E chromium: [24213:24408:ERROR:android_grpc_builder.cc(86)] Could not get a socket for binder:com.google.android.apps.mediashell:usonia-ipc-socket +02-27 08:31:55.099 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(618)] GRPC[uri=]: Grpc cannot connect to host {UNDEFINED} +02-27 08:31:55.106 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:55.118 24213 24408 W chromium: [24213:24408:WARNING:grpc_auth_manager_with_grpc_ipc.cc(59)] IPC for Auth.AuthReadyStreaming closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:55.118 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:55.137 24213 24408 W chromium: [24213:24408:WARNING:distributed_service_discovery_with_grpc_ipc.cc(147)] IPC for DistributedServiceDiscovery.AddService closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:55.138 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:55.138 24213 24408 W chromium: [24213:24408:WARNING:distributed_service_discovery_with_grpc_ipc.cc(60)] IPC for DistributedServiceDiscovery.UpdateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:55.138 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:55.138 24213 24408 W chromium: [24213:24408:WARNING:metrics_recorder_with_grpc_ipc.cc(142)] IPC for MetricsRecorder.RecordMetrics closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:55.138 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:55.138 24213 24408 W chromium: [24213:24408:WARNING:synchronous_sound_player_with_grpc_ipc.cc(171)] IPC for SynchronousSoundPlayer.UpdateSound closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:55.138 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:55.138 24213 24408 E chromium: [24213:24408:ERROR:ipc_common.h(444)] Error in fetching local device info: [error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:55.138 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:55.138 24213 24408 W chromium: [24213:24408:WARNING:directory_service_with_grpc_ipc.cc(118)] IPC for DirectoryService.ObserveCommonTime closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:55.138 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:55.138 24213 24408 E chromium: [24213:24408:ERROR:directory_service_with_grpc_ipc.cc(274)] IPC for DirectoryService.UpdateStateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:55.138 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:55.138 24213 24408 E chromium: [24213:24408:ERROR:directory_service_with_grpc_ipc.cc(376)] IPC for DirectoryService.UpdateMessageObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:55.138 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:55.138 24213 24408 W chromium: [24213:24408:WARNING:state_manager_with_grpc_ipc.cc(73)] IPC for StateManager.ReceiveStateUpdates closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:55.298 24325 24325 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:31:55.379 24325 24325 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:31:55.504 505 830 W ActivityManager: Slow operation: 93ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:31:55.518 505 830 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10077; state: DISABLED +02-27 08:31:55.631 505 830 W ActivityManager: Slow operation: 220ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:31:55.665 24213 24288 I chromium: [24213:24288:INFO:connectivity_checker_impl.cc(158)] Change check url=http://connectivitycheck.gstatic.com/generate_204 +02-27 08:31:55.676 24213 24288 I chromium: [24213:24288:INFO:connectivity_checker_impl.cc(162)] Global connection is: Up +02-27 08:31:55.687 505 830 W ActivityManager: Slow operation: 276ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:31:55.687 505 830 W ActivityManager: Slow operation: 277ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:31:55.709 24213 24213 I chromium: [24213:24213:INFO:lycra_gcm_impl.cc(116)] Registering GCM handler. +02-27 08:31:55.798 505 514 I system_server: Background concurrent copying GC freed 3350505(84MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 23MB/47MB, paused 3.907ms,70.309ms total 2.125s +02-27 08:31:55.812 505 830 W ActivityManager: Slow operation: 402ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:31:55.851 24552 24552 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10077; state: DISABLED +02-27 08:31:55.865 505 24567 I ActivityManager: dumpStackTraces pids=null nativepids=null +02-27 08:31:55.926 24213 24455 W libc : Access denied finding property "ro.odm.cast.ssid_suffix" +02-27 08:31:55.926 24213 24455 I chromium: [24213:24455:INFO:setup_manager_impl.cc(1128)] Setup discoverability is disabled +02-27 08:31:55.935 24213 24315 I chromium: [24213:24315:INFO:hotspot_manager.cc(219)] Stop: id=1 +02-27 08:31:55.938 24213 24455 I chromium: [24213:24455:INFO:setup_state.cc(263)] Setup state changed: SETUP_STATE_CHECKING_GLOBAL_CONNECTIVITY (50) -> SETUP_STATE_CONNECTED (60) +02-27 08:31:55.954 24213 24457 I chromium: [24213:24457:INFO:structure_info_from_trusted_devices_update_trigger_impl.cc(209)] Triggering Usonia trusted devices first ever fetch. +02-27 08:31:55.954 24213 24457 I chromium: [24213:24457:INFO:structure_info_from_trusted_devices.cc(635)] Skip writing fetch in progress since value didn't change: 1 +02-27 08:31:55.954 24213 24457 I chromium: [24213:24457:INFO:structure_info_from_trusted_devices.cc(502)] Getting trusted devices from cloud, num_in_flight_requests = 1 +02-27 08:31:55.991 24213 24213 I chromium: [24213:24213:INFO:ccs_transport_gcm.cc(102)] Registering GCM handler +02-27 08:31:55.992 24213 24213 I chromium: [24213:24213:INFO:cloud_settings_manager_impl.cc(498)] Connectivity established. Reconciling cloud settings. +02-27 08:31:55.992 24213 24213 I chromium: [24213:24213:INFO:cloud_settings_manager_impl.cc(225)] Cloud settings is disabled. +02-27 08:31:55.992 24213 24213 I chromium: [24213:24213:INFO:api_reboot_idle_checker.cc(104)] active_activities count=0 +02-27 08:31:55.996 24213 24213 I chromium: [24213:24213:INFO:cloud_settings_manager_impl.cc(225)] Cloud settings is disabled. +02-27 08:31:56.000 24213 24477 I chromium: [24213:24477:INFO:v2_transport.cc(645)] V2TransportImpl::CreatSelfSignedCertificateWithKey called. +02-27 08:31:56.006 24552 24552 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar +02-27 08:31:56.042 24213 24477 I chromium: [24213:24477:INFO:transport_creds.cc(151)] Self-signed certificate created: CN=7f632b49-34bd-c56f-b953-dc3746d180ae +02-27 08:31:56.068 505 24567 I ActivityManager: Dumping to /data/anr/anr_2026-02-27-08-31-56-028 +02-27 08:31:56.068 505 24567 I ActivityManager: Collecting stacks for pid 24325 +02-27 08:31:56.162 24213 24408 I chromium: [24213:24408:INFO:grpc_auth_manager_with_grpc_ipc.cc(63)] Connecting IPC for Auth.AuthReadyStreaming. +02-27 08:31:56.162 24213 24408 D BindingManager: with +02-27 08:31:56.162 24213 24408 I chromium: [24213:24408:INFO:distributed_service_discovery_with_grpc_ipc.cc(152)] Connecting IPC for DistributedServiceDiscovery.AddService. +02-27 08:31:56.162 24213 24408 I chromium: [24213:24408:INFO:distributed_service_discovery_with_grpc_ipc.cc(66)] Connecting IPC for DistributedServiceDiscovery.UpdateObservers. +02-27 08:31:56.162 24213 24408 I chromium: [24213:24408:INFO:metrics_recorder_with_grpc_ipc.cc(156)] Connecting IPC for MetricsRecorder.RecordMetrics: num_attempts=3 +02-27 08:31:56.162 24213 24408 I chromium: [24213:24408:INFO:synchronous_sound_player_with_grpc_ipc.cc(176)] Connecting IPC for SynchronousSoundPlayer.UpdateSound. +02-27 08:31:56.162 24213 24408 I chromium: [24213:24408:INFO:directory_service_with_grpc_ipc.cc(66)] Connecting IPC for DirectoryService.LocalDeviceInfo. +02-27 08:31:56.162 24213 24408 I chromium: [24213:24408:INFO:directory_service_with_grpc_ipc.cc(123)] Connecting IPC for DirectoryService.ObserveCommonTime. +02-27 08:31:56.162 24213 24408 I chromium: [24213:24408:INFO:directory_service_with_grpc_ipc.cc(279)] Connecting IPC for DirectoryService.UpdateStateObservers. +02-27 08:31:56.162 24213 24408 I chromium: [24213:24408:INFO:directory_service_with_grpc_ipc.cc(381)] Connecting IPC for DirectoryService.UpdateMessageObservers. +02-27 08:31:56.164 24213 24408 I chromium: [24213:24408:INFO:state_manager_with_grpc_ipc.cc(78)] Connecting IPC for StateManager.ReceiveStateUpdates. +02-27 08:31:56.164 24213 24213 I chromium: [24213:24213:INFO:cast_receiver_impl.cc(1656)] Network is globally connected. Schedule config downloading if necessary. +02-27 08:31:56.170 24213 24476 I chromium: [24213:24476:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:31:56.171 24213 24476 I chromium: [24213:24476:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:31:56.181 505 24567 I system_server: libdebuggerd_client: started dumping process 24325 +02-27 08:31:56.241 235 235 I tombstoned: registered intercept for pid 24325 and type kDebuggerdJavaBacktrace +02-27 08:31:56.245 24213 24213 I chromium: [24213:24213:INFO:cast_receiver_impl.cc(1662)] Network is globally connected. Schedule crl downloading if necessary. +02-27 08:31:56.247 24213 24213 I chromium: [24213:24213:INFO:crl_downloader.cc(319)] CRL is still valid, downloading in 28533 s at 2026-02-27 09:27:29.247 UTC +02-27 08:31:56.247 24213 24213 E chromium: [24213:24213:ERROR:cert_util.cc(174)] Certs missing, +02-27 08:31:56.248 24325 24330 I gle.android.gm: Thread[4,tid=24330,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b08fb20,peer=0x12dc0000,"Signal Catcher"]: reacting to signal 3 +02-27 08:31:56.248 24325 24330 I gle.android.gm: +02-27 08:31:56.257 24213 24213 E chromium: [24213:24213:ERROR:client_auth_signer.cc(216)] Cast certificate verification: CastCertError::ERR_CERTS_MISSING +02-27 08:31:56.258 24213 24213 I chromium: [24213:24213:INFO:metrics_recorder.cc(188)] cast event: Cast.Auth.Error.CertMissing +02-27 08:31:56.258 24213 24213 I chromium: [24213:24213:INFO:metrics_recorder.cc(188)] cast event: Cast.CRL.DownloadScheduled +02-27 08:31:56.258 24213 24213 I chromium: [24213:24213:INFO:cast_receiver_impl.cc(1672)] Network is globally connected. Refreshing CcsManager. +02-27 08:31:56.278 24213 24287 W InstanceID: Instance ID SDK is deprecated, com.google.android.apps.mediashell should update to use Firebase Instance ID +02-27 08:31:56.292 24213 24213 E chromium: [24213:24213:ERROR:cast_auth_headers.cc(168)] Unable to update signature header +02-27 08:31:56.309 24213 24213 I chromium: [24213:24213:INFO:config_downloader.cc(483)] Downloading base config headers (excl. auth) ='Accept: application/protobuf', url=[REDACTED] +02-27 08:31:56.310 24213 24213 D cr_GrpcIpcUidPolicy: [AndroidIpcUidPolicy.java:147] Valid access from com.google.android.apps.mediashell +02-27 08:31:56.311 24213 24213 E cr_GrpcIpcSocketService: Native code not initialized yet. +02-27 08:31:56.311 24213 24213 E GrpcIpcSocketClientImpl: invalid message +02-27 08:31:56.313 24213 24408 E chromium: [24213:24408:ERROR:grpc_ipc_socket_client.cc(76)] Error for usonia-ipc-socket +02-27 08:31:56.313 24213 24408 E chromium: [24213:24408:ERROR:android_grpc_builder.cc(86)] Could not get a socket for binder:com.google.android.apps.mediashell:usonia-ipc-socket +02-27 08:31:56.314 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(618)] GRPC[uri=]: Grpc cannot connect to host {UNDEFINED} +02-27 08:31:56.314 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:56.314 24213 24408 W chromium: [24213:24408:WARNING:grpc_auth_manager_with_grpc_ipc.cc(59)] IPC for Auth.AuthReadyStreaming closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:56.314 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:56.314 24213 24408 W chromium: [24213:24408:WARNING:distributed_service_discovery_with_grpc_ipc.cc(147)] IPC for DistributedServiceDiscovery.AddService closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:56.314 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:56.315 24213 24408 W chromium: [24213:24408:WARNING:distributed_service_discovery_with_grpc_ipc.cc(60)] IPC for DistributedServiceDiscovery.UpdateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:56.316 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:56.316 24213 24408 W chromium: [24213:24408:WARNING:metrics_recorder_with_grpc_ipc.cc(142)] IPC for MetricsRecorder.RecordMetrics closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:56.316 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:56.316 24213 24408 W chromium: [24213:24408:WARNING:synchronous_sound_player_with_grpc_ipc.cc(171)] IPC for SynchronousSoundPlayer.UpdateSound closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:56.316 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:56.316 24213 24408 E chromium: [24213:24408:ERROR:ipc_common.h(444)] Error in fetching local device info: [error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:56.316 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:56.316 24213 24408 W chromium: [24213:24408:WARNING:directory_service_with_grpc_ipc.cc(118)] IPC for DirectoryService.ObserveCommonTime closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:56.317 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:56.317 24213 24408 E chromium: [24213:24408:ERROR:directory_service_with_grpc_ipc.cc(274)] IPC for DirectoryService.UpdateStateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:56.317 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:56.317 24213 24408 E chromium: [24213:24408:ERROR:directory_service_with_grpc_ipc.cc(376)] IPC for DirectoryService.UpdateMessageObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:56.317 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:56.317 24213 24408 W chromium: [24213:24408:WARNING:state_manager_with_grpc_ipc.cc(73)] IPC for StateManager.ReceiveStateUpdates closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:56.318 24325 24330 W gle.android.gm: Suspending all threads took: 22.684ms +02-27 08:31:56.462 24213 24213 I chromium: [24213:24213:INFO:ccs_transport_gcm.cc(244)] Registered GCM handler +02-27 08:31:56.462 24213 24213 I chromium: [24213:24213:INFO:ccs_manager_impl.cc(1453)] Waiting for all transports to be enabled +02-27 08:31:56.463 24213 24213 I chromium: [24213:24213:INFO:lycra_gcm_impl.cc(208)] Registered GCM handler +02-27 08:31:56.464 24213 24457 I chromium: [24213:24457:INFO:structure_info_from_trusted_devices_update_trigger_impl.cc(168)] Lycra FCM connected: 0 +02-27 08:31:56.464 24213 24457 I chromium: [24213:24457:INFO:structure_info_from_trusted_devices_update_trigger_impl.cc(231)] Triggering Usonia trusted devices update since it's been a while since FCM connected. +02-27 08:31:56.465 24213 24457 I chromium: [24213:24457:INFO:structure_info_from_trusted_devices.cc(635)] Skip writing fetch in progress since value didn't change: 1 +02-27 08:31:56.465 24213 24457 I chromium: [24213:24457:INFO:structure_info_from_trusted_devices.cc(502)] Getting trusted devices from cloud, num_in_flight_requests = 2 +02-27 08:31:56.621 24368 24368 I GmsApplication: Registering the BackgroundBroadcastReceiverSupport receiver. +02-27 08:31:56.830 24368 24368 I GmsReceiverSupport: Registered Receiver for 14+1 IntentFilters +02-27 08:31:56.854 24325 24325 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:31:56.878 24325 24589 I GMS_MM_Logger: Started. +02-27 08:31:57.076 24325 24588 I Watchcat: Started +02-27 08:31:57.198 24368 24579 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:31:57.198 24368 24579 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:31:57.198 24552 24552 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.permissioncontroller' set to: 'default' +02-27 08:31:57.198 24552 24552 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:31:57.210 24552 24552 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:31:57.212 24552 24552 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:31:57.242 235 235 I tombstoned: received crash request for pid 24325 +02-27 08:31:57.242 235 235 I tombstoned: found intercept fd 512 for pid 24325 and type kDebuggerdJavaBacktrace +02-27 08:31:57.245 235 235 W tombstoned: missing output fd +02-27 08:31:57.245 24325 24330 I gle.android.gm: Wrote stack traces to tombstoned +02-27 08:31:57.245 505 24567 I system_server: libdebuggerd_client: done dumping process 24325 +02-27 08:31:57.299 505 24567 I ActivityManager: Done dumping +02-27 08:31:57.333 505 24567 E ActivityManager: ANR in com.google.android.gms +02-27 08:31:57.333 505 24567 E ActivityManager: PID: 24325 +02-27 08:31:57.333 505 24567 E ActivityManager: Reason: executing service com.google.android.gms/.chimera.GmsBoundBrokerService +02-27 08:31:57.333 505 24567 E ActivityManager: Frozen: false +02-27 08:31:57.333 505 24567 E ActivityManager: Load: 0.0 / 0.0 / 0.0 +02-27 08:31:57.333 505 24567 E ActivityManager: ----- Output from /proc/pressure/memory ----- +02-27 08:31:57.333 505 24567 E ActivityManager: some avg10=29.24 avg60=22.12 avg300=20.75 total=419769955 +02-27 08:31:57.333 505 24567 E ActivityManager: full avg10=7.67 avg60=5.35 avg300=4.90 total=105315642 +02-27 08:31:57.333 505 24567 E ActivityManager: ----- End output from /proc/pressure/memory ----- +02-27 08:31:57.333 505 24567 E ActivityManager: +02-27 08:31:57.333 505 24567 E ActivityManager: CPU usage from 22929ms to 0ms ago (2026-02-27 08:31:32.602 to 2026-02-27 08:31:55.531): +02-27 08:31:57.333 505 24567 E ActivityManager: 78% 505/system_server: 42% user + 36% kernel / faults: 107095 minor 4019 major +02-27 08:31:57.333 505 24567 E ActivityManager: 30% 24213/com.google.android.apps.mediashell: 4.5% user + 26% kernel / faults: 22631 minor 3667 major +02-27 08:31:57.333 505 24567 E ActivityManager: 19% 338/android.hardware.graphics.composer@2.3-service: 1% user + 18% kernel / faults: 2264 minor 50 major +02-27 08:31:57.333 505 24567 E ActivityManager: 18% 360/surfaceflinger: 3.2% user + 14% kernel / faults: 6612 minor 94 major +02-27 08:31:57.333 505 24567 E ActivityManager: 12% 24368/com.google.android.gms.persistent: 1.9% user + 10% kernel / faults: 16471 minor 1695 major +02-27 08:31:57.333 505 24567 E ActivityManager: 10% 116/kswapd0: 0% user + 10% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 10% 24325/com.google.android.gms: 2.1% user + 7.9% kernel / faults: 12723 minor 1211 major +02-27 08:31:57.333 505 24567 E ActivityManager: 6.9% 263/loop14: 0% user + 6.9% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 3.4% 12/ksoftirqd/0: 0% user + 3.4% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 3.1% 24419/com.google.process.gservices: 0.2% user + 2.8% kernel / faults: 5353 minor 317 major +02-27 08:31:57.333 505 24567 E ActivityManager: 2.9% 13/rcu_preempt: 0% user + 2.9% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 1.5% 321/netd: 0.1% user + 1.3% kernel / faults: 615 minor 117 major +02-27 08:31:57.333 505 24567 E ActivityManager: 1.3% 896/com.android.networkstack.process: 0.1% user + 1.2% kernel / faults: 2209 minor 144 major +02-27 08:31:57.333 505 24567 E ActivityManager: 1.3% 244/loop5: 0% user + 1.3% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 1.2% 347/android.hardware.sensors@2.1-service.multihal: 0% user + 1.2% kernel / faults: 473 minor 28 major +02-27 08:31:57.333 505 24567 E ActivityManager: 1.2% 24291/kworker/0:2-virtio_vsock: 0% user + 1.2% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0.8% 243/loop4: 0% user + 0.8% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0.8% 182/lmkd: 0.3% user + 0.4% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0.8% 20937/com.android.bluetooth: 0% user + 0.7% kernel / faults: 793 minor 174 major +02-27 08:31:57.333 505 24567 E ActivityManager: 0.7% 181/logd: 0.2% user + 0.5% kernel / faults: 314 minor 32 major +02-27 08:31:57.333 505 24567 E ActivityManager: 0.7% 322/zygote64: 0% user + 0.7% kernel / faults: 341 minor 26 major +02-27 08:31:57.333 505 24567 E ActivityManager: 0.2% 1/init: 0% user + 0.2% kernel / faults: 130 minor 22 major +02-27 08:31:57.333 505 24567 E ActivityManager: 0.6% 183/servicemanager: 0% user + 0.6% kernel / faults: 248 minor 23 major +02-27 08:31:57.333 505 24567 E ActivityManager: 0.6% 255/loop10: 0% user + 0.6% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0.6% 22888/kworker/1:0-events: 0% user + 0.6% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0.5% 43/oom_reaper: 0% user + 0.5% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0.5% 248/loop7: 0% user + 0.5% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0.5% 259/loop12: 0% user + 0.5% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0.5% 770/com.android.systemui: 0% user + 0.5% kernel / faults: 1044 minor 98 major +02-27 08:31:57.333 505 24567 E ActivityManager: 0.4% 9196/kworker/u9:4-blk_crypto_wq: 0% user + 0.4% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0.4% 23736/com.google.android.tvrecommendations: 0% user + 0.4% kernel / faults: 455 minor 43 major +02-27 08:31:57.333 505 24567 E ActivityManager: 0.4% 19702/kworker/3:2-events: 0% user + 0.4% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0.4% 23665/kworker/u8:2-phy0: 0% user + 0.4% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0.3% 130/sugov:1: 0% user + 0.3% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0.3% 320/statsd: 0% user + 0.3% kernel / faults: 280 minor 39 major +02-27 08:31:57.333 505 24567 E ActivityManager: 0.3% 350/android.hardware.wifi@1.0-service: 0% user + 0.3% kernel / faults: 277 minor 81 major +02-27 08:31:57.333 505 24567 E ActivityManager: 0.3% 21141/kworker/2:1-events: 0% user + 0.3% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0.1% 23178/com.android.providers.tv: 0% user + 0% kernel / faults: 276 minor 50 major +02-27 08:31:57.333 505 24567 E ActivityManager: 0.3% 185/psimon: 0% user + 0.3% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0.3% 272/loop19: 0% user + 0.3% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0.3% 131/sugov:2: 0% user + 0.3% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0.2% 95/kworker/3:1H-kblockd: 0% user + 0.2% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0.2% 129/sugov:0: 0% user + 0.2% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0.2% 138/kworker/0:1H-kblockd: 0% user + 0.2% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0.2% 189/qemu-props: 0% user + 0.2% kernel / faults: 1 minor 2 major +02-27 08:31:57.333 505 24567 E ActivityManager: 0.2% 271/loop18: 0% user + 0.2% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0.2% 353/android.hardware.power-service.example: 0% user + 0.2% kernel / faults: 521 minor 28 major +02-27 08:31:57.333 505 24567 E ActivityManager: 0.2% 500/kworker/u9:2-blk_crypto_wq: 0% user + 0.2% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0.2% 184/hwservicemanager: 0% user + 0.2% kernel / faults: 84 minor 30 major +02-27 08:31:57.333 505 24567 E ActivityManager: 0.1% 21/ksoftirqd/1: 0% user + 0.1% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0.1% 132/sugov:3: 0% user + 0.1% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0.1% 144/kworker/1:1H-kblockd: 0% user + 0.1% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0% 335/android.hardware.drm@1.4-service.clearkey: 0% user + 0% kernel / faults: 26 minor 10 major +02-27 08:31:57.333 505 24567 E ActivityManager: 0.1% 751/wpa_supplicant: 0% user + 0.1% kernel / faults: 63 minor 20 major +02-27 08:31:57.333 505 24567 E ActivityManager: 0.1% 20161/audioserver: 0% user + 0.1% kernel / faults: 161 minor 19 major +02-27 08:31:57.333 505 24567 E ActivityManager: 0.1% 145/kworker/2:1H-kblockd: 0% user + 0.1% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0% 1242/com.google.android.providers.media.module: 0% user + 0% kernel / faults: 262 minor 14 major +02-27 08:31:57.333 505 24567 E ActivityManager: 0.1% 20587/kworker/u9:3-blk_crypto_wq: 0% user + 0.1% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0% 27/ksoftirqd/2: 0% user + 0% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0% 33/ksoftirqd/3: 0% user + 0% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0% 45/kcompactd0: 0% user + 0% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0% 284/loop25: 0% user + 0% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0% 420/storaged: 0% user + 0% kernel / faults: 44 minor 6 major +02-27 08:31:57.333 505 24567 E ActivityManager: 0% 852/android.hardware.gnss@2.0-service.ranchu: 0% user + 0% kernel / faults: 116 minor 5 major +02-27 08:31:57.333 505 24567 E ActivityManager: 0% 1265/com.android.emulator.multidisplay: 0% user + 0% kernel / faults: 209 minor 1 major +02-27 08:31:57.333 505 24567 E ActivityManager: 0% 190/vold: 0% user + 0% kernel / faults: 45 minor 11 major +02-27 08:31:57.333 505 24567 E ActivityManager: 0% 251/loop8: 0% user + 0% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0% 256/loop11: 0% user + 0% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0% 266/loop16: 0% user + 0% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0% 268/loop17: 0% user + 0% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0% 276/loop21: 0% user + 0% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0% 279/loop22: 0% user + 0% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0% 287/loop26: 0% user + 0% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 0% 315/dhcpclient: 0% user + 0% kernel / faults: 36 minor 4 major +02-27 08:31:57.333 505 24567 E ActivityManager: 0% 329/android.hardware.bluetooth@1.1-service.btlinux: 0% user + 0% kernel / faults: 34 minor 5 major +02-27 08:31:57.333 505 24567 E ActivityManager: 0% 334/android.hardware.drm@1.0-service: 0% user + 0% kernel / faults: 133 minor 12 major +02-27 08:31:57.333 505 24567 E ActivityManager: 0% 411/cameraserver: 0% user + 0% kernel / faults: 49 minor 9 major +02-27 08:31:57.333 505 24567 E ActivityManager: 0% 421/wificond: 0% user + 0% kernel / faults: 139 minor 20 major +02-27 08:31:57.333 505 24567 E ActivityManager: 0% 948/com.android.se: 0% user + 0% kernel / faults: 205 minor 2 major +02-27 08:31:57.333 505 24567 E ActivityManager: 0% 1403/adbd: 0% user + 0% kernel / faults: 9 minor 6 major +02-27 08:31:57.333 505 24567 E ActivityManager: 0% 23354/kworker/u9:0-fscrypt_read_queue: 0% user + 0% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: +0% 24489/kworker/3:0: 0% user + 0% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: +0% 24510/com.google.android.ext.services: 0% user + 0% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: +0% 24534/com.google.android.tvlauncher: 0% user + 0% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: +0% 24552/: 0% user + 0% kernel +02-27 08:31:57.333 505 24567 E ActivityManager: 89% TOTAL: 15% user + 43% kernel + 11% iowait + 12% irq + 5.9% softirq +02-27 08:31:57.333 505 24567 E ActivityManager: CPU usage from 2792308ms to 2792308ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake: +02-27 08:31:57.333 505 24567 E ActivityManager: 0% TOTAL: 0% user + 0% kernel +02-27 08:31:57.358 24213 24408 I chromium: [24213:24408:INFO:grpc_auth_manager_with_grpc_ipc.cc(63)] Connecting IPC for Auth.AuthReadyStreaming. +02-27 08:31:57.359 24213 24408 D BindingManager: with +02-27 08:31:57.362 24213 24408 I chromium: [24213:24408:INFO:distributed_service_discovery_with_grpc_ipc.cc(152)] Connecting IPC for DistributedServiceDiscovery.AddService. +02-27 08:31:57.362 24213 24408 I chromium: [24213:24408:INFO:distributed_service_discovery_with_grpc_ipc.cc(66)] Connecting IPC for DistributedServiceDiscovery.UpdateObservers. +02-27 08:31:57.362 24213 24408 I chromium: [24213:24408:INFO:metrics_recorder_with_grpc_ipc.cc(156)] Connecting IPC for MetricsRecorder.RecordMetrics: num_attempts=4 +02-27 08:31:57.362 24213 24408 I chromium: [24213:24408:INFO:synchronous_sound_player_with_grpc_ipc.cc(176)] Connecting IPC for SynchronousSoundPlayer.UpdateSound. +02-27 08:31:57.362 24213 24408 I chromium: [24213:24408:INFO:directory_service_with_grpc_ipc.cc(66)] Connecting IPC for DirectoryService.LocalDeviceInfo. +02-27 08:31:57.362 24213 24408 I chromium: [24213:24408:INFO:directory_service_with_grpc_ipc.cc(123)] Connecting IPC for DirectoryService.ObserveCommonTime. +02-27 08:31:57.362 24213 24408 I chromium: [24213:24408:INFO:directory_service_with_grpc_ipc.cc(279)] Connecting IPC for DirectoryService.UpdateStateObservers. +02-27 08:31:57.362 24213 24408 I chromium: [24213:24408:INFO:directory_service_with_grpc_ipc.cc(381)] Connecting IPC for DirectoryService.UpdateMessageObservers. +02-27 08:31:57.362 24213 24408 I chromium: [24213:24408:INFO:state_manager_with_grpc_ipc.cc(78)] Connecting IPC for StateManager.ReceiveStateUpdates. +02-27 08:31:57.364 24213 24213 D cr_GrpcIpcUidPolicy: [AndroidIpcUidPolicy.java:147] Valid access from com.google.android.apps.mediashell +02-27 08:31:57.364 24213 24213 E cr_GrpcIpcSocketService: Native code not initialized yet. +02-27 08:31:57.364 24213 24213 E GrpcIpcSocketClientImpl: invalid message +02-27 08:31:57.364 24213 24408 E chromium: [24213:24408:ERROR:grpc_ipc_socket_client.cc(76)] Error for usonia-ipc-socket +02-27 08:31:57.364 24213 24408 E chromium: [24213:24408:ERROR:android_grpc_builder.cc(86)] Could not get a socket for binder:com.google.android.apps.mediashell:usonia-ipc-socket +02-27 08:31:57.364 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(618)] GRPC[uri=]: Grpc cannot connect to host {UNDEFINED} +02-27 08:31:57.364 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:57.364 24213 24408 W chromium: [24213:24408:WARNING:grpc_auth_manager_with_grpc_ipc.cc(59)] IPC for Auth.AuthReadyStreaming closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:57.364 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:57.365 24213 24408 W chromium: [24213:24408:WARNING:distributed_service_discovery_with_grpc_ipc.cc(147)] IPC for DistributedServiceDiscovery.AddService closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:57.365 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:57.365 24213 24408 W chromium: [24213:24408:WARNING:distributed_service_discovery_with_grpc_ipc.cc(60)] IPC for DistributedServiceDiscovery.UpdateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:57.365 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:57.365 24213 24408 W chromium: [24213:24408:WARNING:metrics_recorder_with_grpc_ipc.cc(142)] IPC for MetricsRecorder.RecordMetrics closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:57.365 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:57.365 24213 24408 W chromium: [24213:24408:WARNING:synchronous_sound_player_with_grpc_ipc.cc(171)] IPC for SynchronousSoundPlayer.UpdateSound closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:57.365 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:57.365 24213 24408 E chromium: [24213:24408:ERROR:ipc_common.h(444)] Error in fetching local device info: [error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:57.365 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:57.365 24213 24408 W chromium: [24213:24408:WARNING:directory_service_with_grpc_ipc.cc(118)] IPC for DirectoryService.ObserveCommonTime closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:57.365 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:57.365 24213 24408 E chromium: [24213:24408:ERROR:directory_service_with_grpc_ipc.cc(274)] IPC for DirectoryService.UpdateStateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:57.365 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:57.365 24213 24408 E chromium: [24213:24408:ERROR:directory_service_with_grpc_ipc.cc(376)] IPC for DirectoryService.UpdateMessageObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:57.365 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:57.365 24213 24408 W chromium: [24213:24408:WARNING:state_manager_with_grpc_ipc.cc(73)] IPC for StateManager.ReceiveStateUpdates closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:31:57.426 24368 24368 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:31:57.450 505 24567 I ActivityManager: Killing 24325:com.google.android.gms/u0a57 (adj 0): bg anr +02-27 08:31:57.489 505 24567 D ActivityManager: Completed ANR of com.google.android.gms in 1984ms, latency 463ms +02-27 08:31:57.496 24368 24598 I Watchcat: Started +02-27 08:31:57.496 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 24325 in 0ms +02-27 08:31:57.498 24368 24599 I GMS_MM_Logger: Started. +02-27 08:31:57.505 505 24601 I DropBoxManagerService: add tag=system_app_anr isTagEnabled=true flags=0x6 +02-27 08:31:57.520 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:31:57.520 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:31:57.532 24552 24552 I CarUiInstaller: CarUiInstaller started for com.google.android.permissioncontroller +02-27 08:31:57.534 505 554 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10052; state: DISABLED +02-27 08:31:57.590 322 322 I Zygote : Process 24325 exited due to signal 9 (Killed) +02-27 08:31:57.593 505 2908 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsBoundBrokerService in 1000ms for connection +02-27 08:31:57.613 24552 24552 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:31:57.978 24534 24613 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:31:57.999 24534 24613 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:31:58.012 24534 24613 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:31:58.315 24213 24213 I chromium: [24213:24213:INFO:config_downloader.cc(694)] Received Protobuf config response +02-27 08:31:58.334 24213 24213 I chromium: [24213:24213:INFO:application_manager_impl.cc(2231)] max_background_apps changed to: 1 +02-27 08:31:58.380 24368 24393 I FontLog : (REDACTED) Updating from directory version %d to %d from disk +02-27 08:31:58.392 24368 24368 D BoundBrokerSvc: onBind: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:31:58.393 24368 24368 D BoundBrokerSvc: Loading bound service for intent: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:31:58.410 24368 24605 I FontLog : (REDACTED) Using directory in FlatBuffer format +02-27 08:31:58.437 24213 24213 D cr_CastToNative: [NativeApplicationObserver.java:135] NativeApplicationObserver +02-27 08:31:58.454 24213 24213 D Warg : Attempting to bind to WargService in standalone APK. +02-27 08:31:58.501 505 595 W ActivityManager: Unable to start service Intent { act=com.google.android.libraries.cast.tv.warg.service.START pkg=com.google.android.libraries.cast.tv.warg.service (has extras) } U=0: not found +02-27 08:31:58.501 24213 24213 D Warg : Binding to WargService standalone APK failed. Attempting to bind to local WargService +02-27 08:31:58.510 24213 24213 D Warg : Binding to WargService using bindService. +02-27 08:31:58.543 505 514 I system_server: Background young concurrent copying GC freed 1362592(34MB) AllocSpace objects, 7(224KB) LOS objects, 34% free, 30MB/47MB, paused 1.511ms,103us total 595.641ms +02-27 08:31:58.556 24368 24393 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:31:58.560 24368 24393 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:31:58.569 24213 24213 I chromium: [24213:24213:INFO:ccs_settings.cc(294)] CcsSettings using CCS url https://clients3.google.com/cast/cloudcast/ +02-27 08:31:58.602 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:31:58.602 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:31:58.602 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:31:58.602 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:31:58.604 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:31:58.608 24368 24393 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:31:58.611 322 322 D Zygote : Forked child process 24629 +02-27 08:31:58.613 505 555 I ActivityManager: Start proc 24629:com.google.android.gms/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.GmsBoundBrokerService} +02-27 08:31:58.614 24213 24213 I chromium: [24213:24213:INFO:application_config_manager_impl.cc(520)] Setting default remote control app ID: 1374D8AA +02-27 08:31:58.621 24368 24393 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:31:58.622 24213 24213 I chromium: [24213:24213:INFO:application_identification_settings.cc(422)] new ApplicationIdentificationSettings session_id: afae5490-f597-4b89-a3b8-acf9bda7c4d9 app_id: 38579375 universal_app_id: 38579375 flags: 7 headers: 512 +02-27 08:31:58.630 24213 24213 W chromium: [24213:24213:WARNING:ccs_manager_impl.cc(1746)] Device does not have a weave device id +02-27 08:31:58.630 24213 24213 I chromium: [24213:24213:INFO:ccs_transport_https.cc(1431)] No cloud settings for register request +02-27 08:31:58.633 24213 24213 W chromium: [24213:24213:WARNING:client_auth_signer.cc(178)] No private key, hence empty signature. +02-27 08:31:58.633 24213 24213 I chromium: [24213:24213:INFO:ccs_manager_impl.cc(1680)] Registering device with CCS: message_id = 97ae91ae-c27a-4682-8f8f-cbaae675982d +02-27 08:31:58.633 24213 24213 I chromium: [24213:24213:INFO:application_identification_settings.cc(422)] new ApplicationIdentificationSettings session_id: 6f3ed05c-0473-4f3c-a0f4-07ddcb062f51 app_id: 38579375 universal_app_id: 38579375 flags: 7 headers: 512 +02-27 08:31:58.633 24213 24213 I chromium: [24213:24213:INFO:robot_account_auth_manager.cc(455)] Successfully initialized JWT for 38579375 +02-27 08:31:58.633 24213 24213 E chromium: [24213:24213:ERROR:application_config_manager_impl.cc(279)] New idle screen app doesn't exist: E8C28D3C +02-27 08:31:58.633 24213 24213 I chromium: [24213:24213:INFO:config_downloader.cc(893)] Clearing local config cache +02-27 08:31:58.637 24213 24213 I chromium: [24213:24213:INFO:metrics_recorder.cc(188)] Record action: Cast.DCS.DownloadSuccess +02-27 08:31:58.637 24213 24213 I chromium: [24213:24213:INFO:key_exchange_namespace_handler.cc(175)] Changing key_exchange_support capability +02-27 08:31:58.641 24213 24213 I chromium: [24213:24213:INFO:application_identification_settings.cc(1439)] Missing signature, return empty JWT +02-27 08:31:58.643 24213 24213 E chromium: [24213:24213:ERROR:ccs_transport_https.cc(1387)] CreateAndSignJwtAsync() returned invalid JWT. Not attaching to headers. +02-27 08:31:58.647 24213 24213 E chromium: [24213:24213:ERROR:cast_auth_headers.cc(168)] Unable to update signature header +02-27 08:31:58.648 24213 24213 I chromium: [24213:24213:INFO:metrics_recorder.cc(188)] cast event: Cloud.Transport.Https.Register.Out +02-27 08:31:58.673 24629 24629 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. +02-27 08:31:58.683 505 542 I ServiceWatcher: [GeocoderProxy] connected to {com.google.android.gms/com.google.android.gms.location.geocode.GeocodeService} +02-27 08:31:58.685 24213 24213 D cr_CastToNative: [NativeApplicationObserver.java:201] Warg connected. +02-27 08:31:58.686 24213 24213 D WargMsAppMgr: Start observing media sessions +02-27 08:31:58.706 24213 24213 D WargMsAppMgr: A new media session detected: null +02-27 08:31:58.712 24368 24393 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:31:58.738 24629 24629 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:31:58.784 24534 24534 W ChimeRegistrationManage: Chime not initialized, cannot register for notifications. +02-27 08:31:58.834 24534 24534 W Glide : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored +02-27 08:31:58.837 24368 24368 W .gms.persisten: Accessing hidden method Landroid/net/ConnectivityManager;->isNetworkTypeMobile(I)Z (max-target-p, reflection, denied) +02-27 08:31:58.901 24368 24368 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:31:58.949 24629 24629 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:31:58.958 24213 24213 E chromium: [24213:24213:ERROR:ccs_transport_https.cc(2122)] Received response code 403 for message_id = 97ae91ae-c27a-4682-8f8f-cbaae675982d - +02-27 08:31:58.958 24213 24213 I chromium: [24213:24213:INFO:metrics_recorder.cc(188)] cast event: Cloud.Transport.Https.Register.Out.Error +02-27 08:31:58.961 24213 24213 I chromium: [24213:24213:INFO:ccs_manager_impl.cc(2856)] Scheduling next register for device in time: 55.064 s +02-27 08:31:59.005 24368 24599 E ActivityThread: Failed to find provider info for instantapp-dev-manager +02-27 08:31:59.042 24629 24629 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:31:59.042 24629 24629 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:31:59.048 24629 24629 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:31:59.062 505 1925 D ConnectivityService: requestNetwork for uid/pid:10048/24534 activeRequest: null callbackRequest: 319 [NetworkRequest [ REQUEST id=320, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:31:59.065 24534 24534 W PrtnrWidgetInfoLdr: No content provider for OEM widget found +02-27 08:31:59.070 6639 6639 I abb : StartCommandInProcess(73657474696e67730067657400676c6f settings.get.glo [truncated]) +02-27 08:31:59.071 505 709 D ConnectivityService: NetReassign [320 : null → 101] +02-27 08:31:59.629 24213 24408 I chromium: [24213:24408:INFO:grpc_auth_manager_with_grpc_ipc.cc(63)] Connecting IPC for Auth.AuthReadyStreaming. +02-27 08:31:59.629 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=320, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:31:59.636 24629 24629 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:31:59.638 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=320, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:31:59.640 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=320, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:31:59.651 24534 24543 W roid.tvlaunche: Suspending all threads took: 41.553ms +02-27 08:31:59.684 24213 24408 D BindingManager: with +02-27 08:31:59.685 24213 24408 I chromium: [24213:24408:INFO:distributed_service_discovery_with_grpc_ipc.cc(152)] Connecting IPC for DistributedServiceDiscovery.AddService. +02-27 08:31:59.693 505 514 W system_server: Suspending all threads took: 20.161ms +02-27 08:31:59.697 24213 24408 I chromium: [24213:24408:INFO:distributed_service_discovery_with_grpc_ipc.cc(66)] Connecting IPC for DistributedServiceDiscovery.UpdateObservers. +02-27 08:31:59.725 24213 24408 I chromium: [24213:24408:INFO:metrics_recorder_with_grpc_ipc.cc(156)] Connecting IPC for MetricsRecorder.RecordMetrics: num_attempts=5 +02-27 08:31:59.725 24213 24408 I chromium: [24213:24408:INFO:synchronous_sound_player_with_grpc_ipc.cc(176)] Connecting IPC for SynchronousSoundPlayer.UpdateSound. +02-27 08:31:59.725 24213 24408 I chromium: [24213:24408:INFO:directory_service_with_grpc_ipc.cc(66)] Connecting IPC for DirectoryService.LocalDeviceInfo. +02-27 08:31:59.725 24213 24408 I chromium: [24213:24408:INFO:directory_service_with_grpc_ipc.cc(123)] Connecting IPC for DirectoryService.ObserveCommonTime. +02-27 08:31:59.725 24213 24408 I chromium: [24213:24408:INFO:directory_service_with_grpc_ipc.cc(279)] Connecting IPC for DirectoryService.UpdateStateObservers. +02-27 08:31:59.725 24213 24408 I chromium: [24213:24408:INFO:directory_service_with_grpc_ipc.cc(381)] Connecting IPC for DirectoryService.UpdateMessageObservers. +02-27 08:31:59.725 24213 24408 I chromium: [24213:24408:INFO:state_manager_with_grpc_ipc.cc(78)] Connecting IPC for StateManager.ReceiveStateUpdates. +02-27 08:32:00.086 24213 24213 D cr_GrpcIpcUidPolicy: [AndroidIpcUidPolicy.java:147] Valid access from com.google.android.apps.mediashell +02-27 08:32:00.098 24213 24213 E cr_GrpcIpcSocketService: Native code not initialized yet. +02-27 08:32:00.114 24213 24213 E GrpcIpcSocketClientImpl: invalid message +02-27 08:32:00.134 24213 24408 E chromium: [24213:24408:ERROR:grpc_ipc_socket_client.cc(76)] Error for usonia-ipc-socket +02-27 08:32:00.136 24213 24408 E chromium: [24213:24408:ERROR:android_grpc_builder.cc(86)] Could not get a socket for binder:com.google.android.apps.mediashell:usonia-ipc-socket +02-27 08:32:00.146 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(618)] GRPC[uri=]: Grpc cannot connect to host {UNDEFINED} +02-27 08:32:00.152 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:00.159 24213 24408 W chromium: [24213:24408:WARNING:grpc_auth_manager_with_grpc_ipc.cc(59)] IPC for Auth.AuthReadyStreaming closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:00.165 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:00.179 24213 24408 W chromium: [24213:24408:WARNING:distributed_service_discovery_with_grpc_ipc.cc(147)] IPC for DistributedServiceDiscovery.AddService closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:00.179 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:00.179 24213 24408 W chromium: [24213:24408:WARNING:distributed_service_discovery_with_grpc_ipc.cc(60)] IPC for DistributedServiceDiscovery.UpdateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:00.180 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:00.180 24213 24408 W chromium: [24213:24408:WARNING:metrics_recorder_with_grpc_ipc.cc(142)] IPC for MetricsRecorder.RecordMetrics closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:00.180 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:00.180 24213 24408 W chromium: [24213:24408:WARNING:synchronous_sound_player_with_grpc_ipc.cc(171)] IPC for SynchronousSoundPlayer.UpdateSound closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:00.180 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:00.188 24213 24408 E chromium: [24213:24408:ERROR:ipc_common.h(444)] Error in fetching local device info: [error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:00.188 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:00.188 24213 24408 W chromium: [24213:24408:WARNING:directory_service_with_grpc_ipc.cc(118)] IPC for DirectoryService.ObserveCommonTime closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:00.188 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:00.188 24213 24408 E chromium: [24213:24408:ERROR:directory_service_with_grpc_ipc.cc(274)] IPC for DirectoryService.UpdateStateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:00.188 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:00.188 24213 24408 E chromium: [24213:24408:ERROR:directory_service_with_grpc_ipc.cc(376)] IPC for DirectoryService.UpdateMessageObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:00.188 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:00.188 24213 24408 W chromium: [24213:24408:WARNING:state_manager_with_grpc_ipc.cc(73)] IPC for StateManager.ReceiveStateUpdates closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:00.521 505 505 W Looper : Slow dispatch took 567ms main h=android.app.ActivityThread$H c=com.android.server.powerstats.TimerTrigger$2@3304e2 m=0 +02-27 08:32:00.679 346 346 E android.hardware.power.stats@1.0-service-mock: Failed to getEnergyData +02-27 08:32:00.722 505 514 I system_server: Background young concurrent copying GC freed 1464136(36MB) AllocSpace objects, 0(0B) LOS objects, 47% free, 24MB/47MB, paused 196us,29.009ms total 1.707s +02-27 08:32:00.739 505 505 W Looper : Slow dispatch took 208ms main h=com.android.server.powerstats.PowerStatsLogger c=null m=2 +02-27 08:32:00.769 505 505 W Looper : Slow delivery took 205ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=com.android.server.alarm.AlarmManagerService$3$$ExternalSyntheticLambda0@54dc7c0 m=0 +02-27 08:32:00.773 505 505 W Looper : Drained +02-27 08:32:00.764 505 505 W Binder:505_1B: type=1400 audit(0.0:2086): avc: denied { getopt } for scontext=u:r:system_server:s0 tcontext=u:r:shell:s0 tclass=unix_stream_socket permissive=0 +02-27 08:32:00.772 505 505 W Binder:505_1B: type=1400 audit(0.0:2087): avc: denied { getopt } for scontext=u:r:system_server:s0 tcontext=u:r:shell:s0 tclass=unix_stream_socket permissive=0 +02-27 08:32:00.772 505 505 W Binder:505_1B: type=1400 audit(0.0:2088): avc: denied { getopt } for scontext=u:r:system_server:s0 tcontext=u:r:shell:s0 tclass=unix_stream_socket permissive=0 +02-27 08:32:00.803 6639 6639 I abb : StartCommandInProcess(7061636b61676500696e7374616c6c00 package.install. [truncated]) +02-27 08:32:00.809 24534 24665 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.searchapi.VoiceInteractionProvider +02-27 08:32:00.817 24534 24666 E ActivityThread: Failed to find provider info for tvlauncher.mic +02-27 08:32:00.882 24534 24666 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:32:00.892 24534 24665 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:32:00.957 24629 24637 I gle.android.gm: Background young concurrent copying GC freed 13545(666KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1963KB/25MB, paused 22.329ms,27us total 242.808ms +02-27 08:32:00.966 505 2673 W ContentProviderHelper: Slow operation: 63ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:32:00.966 505 2673 W ContentProviderHelper: Slow operation: 63ms so far, now at getContentProviderImpl: done! +02-27 08:32:01.060 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:32:01.302 24213 24213 W chromium: [24213:24213:WARNING:debug_endpoint_manager_grpc_client.cc(412)] Giving up queueing debug endpoint manager gRPC client RPC requests, discarding 4 RPC calls. +02-27 08:32:01.425 505 540 I ActivityTaskManager: START u0 {flg=0x14000000 cmp=com.google.android.tvlauncher/.MainActivity (has extras)} from uid 10048 +02-27 08:32:02.073 505 542 I ServiceWatcher: [fused] connected to {com.google.android.gms/com.google.android.location.fused.FusedLocationService} +02-27 08:32:02.180 24534 24534 E Clearcut-EventLogger: Unexpected log parameter home_selected_row_position +02-27 08:32:02.218 505 2476 I LocationManagerService: fused provider loaded extra attribution tags: [activity_recognition_provider, awareness_provider, current_semantic_location, fused_location_provider, fused_provider_shim, geofencer_provider, network_location_calibration, network_location_provider, network_provider_shim] +02-27 08:32:02.326 24368 24368 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:32:02.326 24368 24368 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:32:02.502 24368 24599 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:32:02.636 24368 24599 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:32:02.637 24368 24599 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:32:02.663 24368 24368 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:32:02.664 24368 24368 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:32:04.195 24213 24408 I chromium: [24213:24408:INFO:grpc_auth_manager_with_grpc_ipc.cc(63)] Connecting IPC for Auth.AuthReadyStreaming. +02-27 08:32:04.354 24213 24408 D BindingManager: with +02-27 08:32:04.385 24213 24408 I chromium: [24213:24408:INFO:distributed_service_discovery_with_grpc_ipc.cc(152)] Connecting IPC for DistributedServiceDiscovery.AddService. +02-27 08:32:04.386 24213 24408 I chromium: [24213:24408:INFO:distributed_service_discovery_with_grpc_ipc.cc(66)] Connecting IPC for DistributedServiceDiscovery.UpdateObservers. +02-27 08:32:04.408 24213 24408 I chromium: [24213:24408:INFO:metrics_recorder_with_grpc_ipc.cc(156)] Connecting IPC for MetricsRecorder.RecordMetrics: num_attempts=6 +02-27 08:32:04.408 24213 24408 I chromium: [24213:24408:INFO:synchronous_sound_player_with_grpc_ipc.cc(176)] Connecting IPC for SynchronousSoundPlayer.UpdateSound. +02-27 08:32:04.408 24213 24408 I chromium: [24213:24408:INFO:directory_service_with_grpc_ipc.cc(66)] Connecting IPC for DirectoryService.LocalDeviceInfo. +02-27 08:32:04.408 24213 24408 I chromium: [24213:24408:INFO:directory_service_with_grpc_ipc.cc(123)] Connecting IPC for DirectoryService.ObserveCommonTime. +02-27 08:32:04.408 24213 24408 I chromium: [24213:24408:INFO:directory_service_with_grpc_ipc.cc(279)] Connecting IPC for DirectoryService.UpdateStateObservers. +02-27 08:32:04.410 24213 24408 I chromium: [24213:24408:INFO:directory_service_with_grpc_ipc.cc(381)] Connecting IPC for DirectoryService.UpdateMessageObservers. +02-27 08:32:04.410 24213 24408 I chromium: [24213:24408:INFO:state_manager_with_grpc_ipc.cc(78)] Connecting IPC for StateManager.ReceiveStateUpdates. +02-27 08:32:04.548 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:32:04.550 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:32:04.766 24213 24213 D cr_GrpcIpcUidPolicy: [AndroidIpcUidPolicy.java:147] Valid access from com.google.android.apps.mediashell +02-27 08:32:04.766 24213 24213 E cr_GrpcIpcSocketService: Native code not initialized yet. +02-27 08:32:04.766 24213 24213 E GrpcIpcSocketClientImpl: invalid message +02-27 08:32:04.819 24213 24408 E chromium: [24213:24408:ERROR:grpc_ipc_socket_client.cc(76)] Error for usonia-ipc-socket +02-27 08:32:04.821 24213 24408 E chromium: [24213:24408:ERROR:android_grpc_builder.cc(86)] Could not get a socket for binder:com.google.android.apps.mediashell:usonia-ipc-socket +02-27 08:32:04.842 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(618)] GRPC[uri=]: Grpc cannot connect to host {UNDEFINED} +02-27 08:32:04.858 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:04.858 24213 24408 W chromium: [24213:24408:WARNING:grpc_auth_manager_with_grpc_ipc.cc(59)] IPC for Auth.AuthReadyStreaming closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:04.858 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:04.858 24213 24408 W chromium: [24213:24408:WARNING:distributed_service_discovery_with_grpc_ipc.cc(147)] IPC for DistributedServiceDiscovery.AddService closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:04.858 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:04.858 24213 24408 W chromium: [24213:24408:WARNING:distributed_service_discovery_with_grpc_ipc.cc(60)] IPC for DistributedServiceDiscovery.UpdateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:04.858 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:04.858 24213 24408 W chromium: [24213:24408:WARNING:metrics_recorder_with_grpc_ipc.cc(142)] IPC for MetricsRecorder.RecordMetrics closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:04.859 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:04.859 24213 24408 W chromium: [24213:24408:WARNING:synchronous_sound_player_with_grpc_ipc.cc(171)] IPC for SynchronousSoundPlayer.UpdateSound closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:04.859 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:04.859 24213 24408 E chromium: [24213:24408:ERROR:ipc_common.h(444)] Error in fetching local device info: [error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:04.860 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:04.860 24213 24408 W chromium: [24213:24408:WARNING:directory_service_with_grpc_ipc.cc(118)] IPC for DirectoryService.ObserveCommonTime closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:04.860 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:04.860 24213 24408 E chromium: [24213:24408:ERROR:directory_service_with_grpc_ipc.cc(274)] IPC for DirectoryService.UpdateStateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:04.860 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:04.864 24213 24408 E chromium: [24213:24408:ERROR:directory_service_with_grpc_ipc.cc(376)] IPC for DirectoryService.UpdateMessageObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:04.864 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:04.890 24213 24408 W chromium: [24213:24408:WARNING:state_manager_with_grpc_ipc.cc(73)] IPC for StateManager.ReceiveStateUpdates closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:05.095 24368 24599 I NetworkManagementSocketTagger: tagSocketFd(-1, 805307399, -1) failed with errno-9 +02-27 08:32:05.314 24534 24534 E Clearcut-EventLogger: Unexpected log parameter shown_channel_count +02-27 08:32:05.604 505 505 W Binder:505_F: type=1400 audit(0.0:2089): avc: denied { getopt } for scontext=u:r:system_server:s0 tcontext=u:r:shell:s0 tclass=unix_stream_socket permissive=0 +02-27 08:32:05.690 505 514 I system_server: Background concurrent copying GC freed 1727699(43MB) AllocSpace objects, 4(112KB) LOS objects, 49% free, 22MB/44MB, paused 9.902ms,707us total 2.887s +02-27 08:32:05.705 24534 24534 E Clearcut-EventLogger: Unexpected log parameter shown_channel_count +02-27 08:32:05.716 24534 24534 I Choreographer: Skipped 157 frames! The application may be doing too much work on its main thread. +02-27 08:32:05.733 24368 24368 W SystemServiceRegistry: No service published for: contexthub +02-27 08:32:05.770 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:32:05.818 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:32:05.862 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:32:05.869 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:32:05.977 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:32:05.977 505 2673 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:32:05.978 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:32:05.978 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:32:05.982 24629 24629 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:32:06.017 505 555 W ActivityManager: Slow operation: 95ms so far, now at startProcess: asking zygote to start proc +02-27 08:32:06.018 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:32:06.021 24629 24629 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:32:06.021 24629 24629 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:32:06.021 24534 24611 D HostConnection: createUnique: call +02-27 08:32:06.030 505 2673 W ActivityManager: Slow operation: 108ms so far, now at startProcess: done starting proc! +02-27 08:32:06.030 505 2673 W ContentProviderHelper: Slow operation: 142ms so far, now at getContentProviderImpl: after start process +02-27 08:32:06.030 505 2673 W ContentProviderHelper: Slow operation: 142ms so far, now at getContentProviderImpl: updating data structures +02-27 08:32:06.030 505 2673 W ContentProviderHelper: Slow operation: 142ms so far, now at getContentProviderImpl: done! +02-27 08:32:06.072 322 322 D Zygote : Forked child process 24690 +02-27 08:32:06.072 24534 24611 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b099b50, tid 24611 +02-27 08:32:06.072 505 555 W ActivityManager: Slow operation: 150ms so far, now at startProcess: returned from zygote! +02-27 08:32:06.073 505 555 W ActivityManager: Slow operation: 151ms so far, now at startProcess: done updating battery stats +02-27 08:32:06.114 505 555 W ActivityManager: Slow operation: 192ms so far, now at startProcess: building log message +02-27 08:32:06.114 505 555 I ActivityManager: Start proc 24690:com.google.process.gapps/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider} +02-27 08:32:06.114 505 555 W ActivityManager: Slow operation: 192ms so far, now at startProcess: starting to update pids map +02-27 08:32:06.114 505 555 W ActivityManager: Slow operation: 192ms so far, now at startProcess: done updating pids map +02-27 08:32:06.144 24534 24611 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:32:06.327 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 08:32:06.355 24534 24611 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 08:32:06.357 24534 24611 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 08:32:06.422 24534 24611 D EGL_emulation: eglCreateContext: 0xb400007b8b0996d0: maj 3 min 0 rcv 3 +02-27 08:32:06.425 24368 24602 E WakeLock: GCM_CONN_ALARM ** IS FORCE-RELEASED ON TIMEOUT ** +02-27 08:32:06.496 24690 24690 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. +02-27 08:32:06.501 24368 24392 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:32:06.944 24534 24611 D EGL_emulation: eglMakeCurrent: 0xb400007b8b0996d0: ver 3 0 (tinfo 0x7da2400080) (first time) +02-27 08:32:07.052 24368 24392 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:32:07.114 24629 24629 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:32:07.201 24368 24368 E inertial-anchor: Requested sensor:1 and fallback sensor: 1 are both unavailable. +02-27 08:32:07.238 24368 24368 E inertial-anchor: Requested sensor:1 and fallback sensor: 1 are both unavailable. +02-27 08:32:07.256 24213 24213 I chromium: [24213:24213:INFO:service_base.h(78)] Size of the map for type AuthTokenResponse is 0 +02-27 08:32:07.505 24368 24392 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:32:07.505 24368 24392 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:32:07.692 505 3536 W ActivityManager: Slow operation: 58ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:32:07.704 24368 24392 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:32:07.806 505 3536 W ActivityManager: Slow operation: 172ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:32:07.806 505 3536 W ActivityManager: Slow operation: 172ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:32:07.870 360 748 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 08:32:07.871 505 3536 W ActivityManager: Slow operation: 237ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:32:07.890 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 08:32:07.890 24534 24611 I Gralloc4: mapper 4.x is not supported +02-27 08:32:07.979 505 3536 W ActivityManager: Slow operation: 345ms so far, now at attachApplicationLocked: after updateOomAdjLocked +02-27 08:32:08.056 24690 24690 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:32:08.082 24534 24611 D HostConnection: createUnique: call +02-27 08:32:08.083 24534 24611 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b0918d0, tid 24611 +02-27 08:32:08.087 24534 24611 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 08:32:08.090 24534 24611 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 08:32:08.116 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 08:32:08.116 24534 24611 W Gralloc4: allocator 4.x is not supported +02-27 08:32:08.120 505 626 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:32:08.121 24368 24400 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:32:08.127 24368 24400 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:32:08.132 24368 24400 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:32:08.132 24368 24400 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:32:08.138 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:32:08.150 24368 24392 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:32:08.176 24534 24611 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:32:08.177 505 626 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:32:08.178 505 626 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:32:08.184 505 626 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:32:08.184 505 626 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:32:08.184 505 626 W ActivityManager: Slow operation: 114ms so far, now at startProcess: done starting proc! +02-27 08:32:08.185 505 555 W ActivityManager: Slow operation: 88ms so far, now at startProcess: asking zygote to start proc +02-27 08:32:08.185 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:32:08.185 505 543 W Looper : Slow dispatch took 115ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68 +02-27 08:32:08.200 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f97f4000 0x1f9fe0000] +02-27 08:32:08.200 24629 24629 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:32:08.203 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9fe0000 0x1fa7cc000] +02-27 08:32:08.211 322 322 D Zygote : Forked child process 24708 +02-27 08:32:08.212 505 555 W ActivityManager: Slow operation: 115ms so far, now at startProcess: returned from zygote! +02-27 08:32:08.222 505 555 W ActivityManager: Slow operation: 125ms so far, now at startProcess: done updating battery stats +02-27 08:32:08.224 505 555 W ActivityManager: Slow operation: 127ms so far, now at startProcess: building log message +02-27 08:32:08.224 505 555 I ActivityManager: Start proc 24708:com.android.vending/u0a58 for broadcast {com.android.vending/com.google.android.finsky.verifier.impl.PackageVerificationReceiver} +02-27 08:32:08.224 505 555 W ActivityManager: Slow operation: 127ms so far, now at startProcess: starting to update pids map +02-27 08:32:08.250 505 555 W ActivityManager: Slow operation: 153ms so far, now at startProcess: done updating pids map +02-27 08:32:08.370 24708 24708 E android.vendin: Not starting debugger since process cannot load the jdwp agent. +02-27 08:32:08.383 505 1925 D CompatibilityChangeReporter: Compat change id reported: 171306433; UID 10057; state: ENABLED +02-27 08:32:08.440 24534 24534 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:32:08.440 24534 24534 W Glide : class byq: Received null model +02-27 08:32:08.585 24534 24534 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:32:08.585 24534 24534 W Glide : class byq: Received null model +02-27 08:32:08.590 505 514 W system_server: Suspending all threads took: 35.232ms +02-27 08:32:08.595 505 626 W RuleEvaluation: Integrity rule files are not available. +02-27 08:32:09.521 505 575 I PackageManager: Integrity check passed for file:///data/app/vmdl1883831770.tmp +02-27 08:32:09.543 505 3536 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10058; state: DISABLED +02-27 08:32:09.568 505 3536 W ActivityManager: Slow operation: 60ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:32:09.568 505 3536 W ActivityManager: Slow operation: 60ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:32:09.569 505 3536 W ActivityManager: Slow operation: 61ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:32:09.614 505 514 I system_server: Background young concurrent copying GC freed 1257186(31MB) AllocSpace objects, 1(36KB) LOS objects, 37% free, 27MB/44MB, paused 3.111ms,35.439ms total 1.419s +02-27 08:32:09.639 505 3536 W ActivityManager: Slow operation: 131ms so far, now at attachApplicationLocked: after sendPendingBroadcastsLocked +02-27 08:32:09.696 24690 24690 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:32:09.696 24690 24690 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:32:09.705 24708 24708 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:32:09.709 24690 24690 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:32:09.728 24690 24690 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:32:09.804 24368 24600 W WakeLock: GCM_CONN_ALARM counter does not exist +02-27 08:32:09.932 505 542 W Looper : Slow dispatch took 193ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:32:10.269 24708 24708 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:32:10.348 24708 24708 I android.vendin: Waiting for a blocking GC ClassLinker +02-27 08:32:10.384 24708 24708 I android.vendin: WaitForGcToComplete blocked ClassLinker on Background for 35.370ms +02-27 08:32:10.513 24629 24734 I GMS_MM_Logger: Started. +02-27 08:32:10.517 24629 24629 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:32:10.552 24629 24733 I Watchcat: Started +02-27 08:32:10.645 24690 24690 I GoogleHttpClient: GMS http client unavailable, use old client +02-27 08:32:10.884 24534 24543 W roid.tvlaunche: Suspending all threads took: 26.139ms +02-27 08:32:11.048 24534 24543 I roid.tvlaunche: Background concurrent copying GC freed 16202(1440KB) AllocSpace objects, 4(176KB) LOS objects, 49% free, 4441KB/8883KB, paused 77us,26.510ms total 623.511ms +02-27 08:32:11.715 24629 24629 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:32:11.715 24629 24629 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:32:11.716 24690 24690 I CarUiInstaller: CarUiInstaller started for com.google.android.gsf +02-27 08:32:12.170 24708 24708 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:32:12.170 24708 24708 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:32:12.171 24708 24708 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:32:12.188 24708 24708 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:32:12.613 24534 24741 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:32:12.793 505 514 W system_server: Suspending all threads took: 21.047ms +02-27 08:32:12.997 24213 24408 I chromium: [24213:24408:INFO:grpc_auth_manager_with_grpc_ipc.cc(63)] Connecting IPC for Auth.AuthReadyStreaming. +02-27 08:32:13.136 24213 24408 D BindingManager: with +02-27 08:32:13.172 24213 24408 I chromium: [24213:24408:INFO:distributed_service_discovery_with_grpc_ipc.cc(152)] Connecting IPC for DistributedServiceDiscovery.AddService. +02-27 08:32:13.460 24213 24408 I chromium: [24213:24408:INFO:distributed_service_discovery_with_grpc_ipc.cc(66)] Connecting IPC for DistributedServiceDiscovery.UpdateObservers. +02-27 08:32:13.472 24213 24408 I chromium: [24213:24408:INFO:metrics_recorder_with_grpc_ipc.cc(156)] Connecting IPC for MetricsRecorder.RecordMetrics: num_attempts=7 +02-27 08:32:13.472 24213 24408 I chromium: [24213:24408:INFO:synchronous_sound_player_with_grpc_ipc.cc(176)] Connecting IPC for SynchronousSoundPlayer.UpdateSound. +02-27 08:32:13.472 24213 24408 I chromium: [24213:24408:INFO:directory_service_with_grpc_ipc.cc(66)] Connecting IPC for DirectoryService.LocalDeviceInfo. +02-27 08:32:13.472 24213 24408 I chromium: [24213:24408:INFO:directory_service_with_grpc_ipc.cc(123)] Connecting IPC for DirectoryService.ObserveCommonTime. +02-27 08:32:13.472 24213 24408 I chromium: [24213:24408:INFO:directory_service_with_grpc_ipc.cc(279)] Connecting IPC for DirectoryService.UpdateStateObservers. +02-27 08:32:13.473 24213 24408 I chromium: [24213:24408:INFO:directory_service_with_grpc_ipc.cc(381)] Connecting IPC for DirectoryService.UpdateMessageObservers. +02-27 08:32:13.473 24213 24408 I chromium: [24213:24408:INFO:state_manager_with_grpc_ipc.cc(78)] Connecting IPC for StateManager.ReceiveStateUpdates. +02-27 08:32:13.537 24213 24213 D cr_GrpcIpcUidPolicy: [AndroidIpcUidPolicy.java:147] Valid access from com.google.android.apps.mediashell +02-27 08:32:13.537 24213 24213 E cr_GrpcIpcSocketService: Native code not initialized yet. +02-27 08:32:13.538 24213 24213 E GrpcIpcSocketClientImpl: invalid message +02-27 08:32:13.542 24213 24408 E chromium: [24213:24408:ERROR:grpc_ipc_socket_client.cc(76)] Error for usonia-ipc-socket +02-27 08:32:13.542 24213 24408 E chromium: [24213:24408:ERROR:android_grpc_builder.cc(86)] Could not get a socket for binder:com.google.android.apps.mediashell:usonia-ipc-socket +02-27 08:32:13.546 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(618)] GRPC[uri=]: Grpc cannot connect to host {UNDEFINED} +02-27 08:32:13.552 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:13.555 24213 24408 W chromium: [24213:24408:WARNING:grpc_auth_manager_with_grpc_ipc.cc(59)] IPC for Auth.AuthReadyStreaming closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:13.555 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:13.558 24213 24408 W chromium: [24213:24408:WARNING:distributed_service_discovery_with_grpc_ipc.cc(147)] IPC for DistributedServiceDiscovery.AddService closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:13.558 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:13.558 24213 24408 W chromium: [24213:24408:WARNING:distributed_service_discovery_with_grpc_ipc.cc(60)] IPC for DistributedServiceDiscovery.UpdateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:13.558 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:13.558 24213 24408 W chromium: [24213:24408:WARNING:metrics_recorder_with_grpc_ipc.cc(142)] IPC for MetricsRecorder.RecordMetrics closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:13.558 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:13.558 24213 24408 W chromium: [24213:24408:WARNING:synchronous_sound_player_with_grpc_ipc.cc(171)] IPC for SynchronousSoundPlayer.UpdateSound closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:13.558 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:13.561 24213 24408 E chromium: [24213:24408:ERROR:ipc_common.h(444)] Error in fetching local device info: [error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:13.561 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:13.561 24213 24408 W chromium: [24213:24408:WARNING:directory_service_with_grpc_ipc.cc(118)] IPC for DirectoryService.ObserveCommonTime closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:13.561 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:13.561 24213 24408 E chromium: [24213:24408:ERROR:directory_service_with_grpc_ipc.cc(274)] IPC for DirectoryService.UpdateStateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:13.561 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:13.561 24213 24408 E chromium: [24213:24408:ERROR:directory_service_with_grpc_ipc.cc(376)] IPC for DirectoryService.UpdateMessageObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:13.561 24213 24408 E chromium: [24213:24408:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:13.562 24213 24408 W chromium: [24213:24408:WARNING:state_manager_with_grpc_ipc.cc(73)] IPC for StateManager.ReceiveStateUpdates closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:32:13.793 505 540 W ContentProviderHelper: Slow operation: 970ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:32:13.793 505 540 W ContentProviderHelper: Slow operation: 970ms so far, now at getContentProviderImpl: done! +02-27 08:32:14.020 505 514 I system_server: Background concurrent copying GC freed 1650070(41MB) AllocSpace objects, 0(0B) LOS objects, 47% free, 26MB/50MB, paused 43us,44.454ms total 2.626s +02-27 08:32:14.240 505 554 W ActivityManager: Slow operation: 102ms so far, now at startProcess: done creating new process record +02-27 08:32:14.241 505 554 W ActivityManager: Slow operation: 103ms so far, now at startProcess: stepping in to startProcess +02-27 08:32:14.268 505 516 W System : A resource failed to call close. +02-27 08:32:14.312 24534 24741 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:222508000 +02-27 08:32:14.317 24534 24741 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 222508000 +02-27 08:32:14.373 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10049; state: DISABLED +02-27 08:32:14.374 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10049; state: DISABLED +02-27 08:32:14.374 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10049; state: DISABLED +02-27 08:32:14.374 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10049; state: ENABLED +02-27 08:32:14.383 505 554 W ActivityManager: Slow operation: 245ms so far, now at startProcess: done starting proc! +02-27 08:32:14.390 24629 24629 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:32:14.391 505 555 W ActivityManager: Slow operation: 142ms so far, now at startProcess: asking zygote to start proc +02-27 08:32:14.392 24629 24629 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:32:14.404 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10049; state: ENABLED +02-27 08:32:14.464 24629 24629 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:32:14.562 322 322 D Zygote : Forked child process 24765 +02-27 08:32:14.594 505 555 W ActivityManager: Slow operation: 353ms so far, now at startProcess: returned from zygote! +02-27 08:32:14.609 505 555 W ActivityManager: Slow operation: 368ms so far, now at startProcess: done updating battery stats +02-27 08:32:14.621 24368 24382 I .gms.persisten: Compiler allocated 4328KB to compile void mqg.f(android.content.Context) +02-27 08:32:14.640 505 555 W ActivityManager: Slow operation: 399ms so far, now at startProcess: building log message +02-27 08:32:14.641 505 555 I ActivityManager: Start proc 24765:com.google.android.tv.remote.service/u0a49 for service {com.google.android.tv.remote.service/com.google.android.tv.remote.service.RemoteService} +02-27 08:32:14.641 505 555 W ActivityManager: Slow operation: 400ms so far, now at startProcess: starting to update pids map +02-27 08:32:14.641 505 555 W ActivityManager: Slow operation: 400ms so far, now at startProcess: done updating pids map +02-27 08:32:14.814 24534 24742 I gmg : Provider GmsCore_OpenSSL not available +02-27 08:32:14.913 24368 24368 W SystemServiceRegistry: No service published for: contexthub +02-27 08:32:14.983 24708 24719 W android.vendin: Suspending all threads took: 22.403ms +02-27 08:32:15.080 24534 24534 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:32:15.145 24534 24534 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:32:15.174 24765 24765 E .remote.servic: Not starting debugger since process cannot load the jdwp agent. +02-27 08:32:15.181 24368 24368 E NanoAppLogging: Failed to begin contexthub communication +02-27 08:32:15.212 24368 24368 W Settings: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. +02-27 08:32:15.217 24213 24476 I chromium: [24213:24476:INFO:mdns_app_filter.cc(3154)] MdnsAppFilter: responses sent in 39 seconds: 3 +02-27 08:32:15.218 505 540 D CompatibilityChangeReporter: Compat change id reported: 168936375; UID 10057; state: ENABLED +02-27 08:32:15.235 505 542 I ServiceWatcher: [GeofenceProxy] connected to {com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService} +02-27 08:32:15.236 24368 24368 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:32:15.236 24368 24368 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:32:15.774 505 540 D CompatibilityChangeReporter: Compat change id reported: 73144566; UID 10057; state: ENABLED +02-27 08:32:16.051 505 1680 W ActivityManager: Slow operation: 809ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:32:16.064 24765 24765 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10049; state: ENABLED +02-27 08:32:16.111 24708 24719 W android.vendin: Suspending all threads took: 631.942ms +02-27 08:32:16.287 505 543 W Looper : Slow dispatch took 363ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:32:16.287 505 543 W Looper : Slow delivery took 245ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:32:16.423 24534 24741 W roid.tvlaunche: Verification of void com.google.android.gms.chimera.DynamiteModuleInitializer.initializeModuleV1(android.content.Context) took 134.029ms (104.45 bytecodes/s) (1528B approximate peak alloc) +02-27 08:32:16.528 505 543 W Looper : Drained +02-27 08:32:16.528 505 2476 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #14581} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (1 skipped) +02-27 08:32:16.625 24534 24741 D DynamitePackage: Instantiated singleton DynamitePackage. +02-27 08:32:16.636 24534 24741 D DynamitePackage: Instantiating com.google.android.gms.ads.adshield.ChimeraAdShieldCreatorImpl +02-27 08:32:16.873 24708 24708 I Finsky : [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:32:17.062 24368 24682 D CompatibilityChangeReporter: Compat change id reported: 150935354; UID 10057; state: ENABLED +02-27 08:32:17.082 505 543 W Looper : Slow delivery took 505ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:32:17.160 505 543 W Looper : Drained +02-27 08:32:17.198 24765 24765 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AtvRemoteService/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:32:17.228 505 542 I ServiceWatcher: [HardwareActivityRecognitionProxy] connected to {com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService} +02-27 08:32:17.260 505 542 W Looper : Slow delivery took 349ms android.fg h=android.os.Handler c=android.app.LoadedApk$ServiceDispatcher$RunConnection@9aa4fb7 m=0 +02-27 08:32:17.261 505 542 W Looper : Slow dispatch took 175ms android.fg h=android.os.Handler c=android.app.LoadedApk$ServiceDispatcher$RunConnection@9aa4fb7 m=0 +02-27 08:32:17.279 505 542 I ServiceWatcher: [network] connected to {com.google.android.gms/com.google.android.location.network.NetworkLocationService} +02-27 08:32:17.304 505 542 W Looper : Drained +02-27 08:32:17.413 505 3536 I LocationManagerService: network provider loaded extra attribution tags: [activity_recognition_provider, awareness_provider, current_semantic_location, fused_location_provider, fused_provider_shim, geofencer_provider, network_location_calibration, network_location_provider, network_provider_shim] +02-27 08:32:17.446 24368 24682 W Settings: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. +02-27 08:32:17.974 505 514 W system_server: Suspending all threads took: 282.516ms +02-27 08:32:18.174 24534 24783 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:32:18.176 24534 24792 I roid.tvlaunche: Waiting for a blocking GC ClassLinker +02-27 08:32:18.195 24534 24783 I roid.tvlaunche: WaitForGcToComplete blocked ClassLinker on ClassLinker for 20.771ms +02-27 08:32:18.195 24534 24792 I roid.tvlaunche: WaitForGcToComplete blocked ClassLinker on ClassLinker for 19.581ms +02-27 08:32:18.352 24368 24368 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:32:18.410 24368 24368 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:32:18.493 24368 24368 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:32:18.493 24368 24368 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:32:18.504 24534 24534 E Clearcut-EventLogger: Unexpected log parameter home_selected_row_position +02-27 08:32:18.504 24534 24534 W HomeController: onResume: List view global layout completed. +02-27 08:32:18.681 505 542 W Looper : Slow dispatch took 672ms android.fg h=android.os.Handler c=com.android.server.location.LocationManagerService$$ExternalSyntheticLambda8@17d7eaf m=0 +02-27 08:32:18.738 505 2476 D ConnectivityService: requestNetwork for uid/pid:10048/24534 activeRequest: null callbackRequest: 322 [NetworkRequest [ REQUEST id=323, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:32:19.150 505 554 W BroadcastQueue: Timeout of broadcast BroadcastRecord{4dd213c u0 android.intent.action.PACKAGE_NEEDS_VERIFICATION} - receiver=android.os.BinderProxy@96272bc, started 11031ms ago +02-27 08:32:19.219 505 709 D ConnectivityService: NetReassign [323 : null → 101] +02-27 08:32:19.225 505 554 W BroadcastQueue: Receiver during timeout of BroadcastRecord{4dd213c u0 android.intent.action.PACKAGE_NEEDS_VERIFICATION} : ResolveInfo{93a3d9a com.android.vending/com.google.android.finsky.verifier.impl.PackageVerificationReceiver m=0x0} +02-27 08:32:19.361 505 514 I system_server: Background young concurrent copying GC freed 1510903(38MB) AllocSpace objects, 0(0B) LOS objects, 38% free, 31MB/50MB, paused 20.597ms,323.719ms total 2.698s +02-27 08:32:19.421 24534 24741 W roid.tvlaunche: Verification of void aca.() took 131.814ms (220.01 bytecodes/s) (1792B approximate peak alloc) +02-27 08:32:19.472 24765 24765 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tv.remote.service' set to: 'default' +02-27 08:32:19.473 24765 24765 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:32:19.521 24765 24765 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:32:19.538 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=323, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:32:19.538 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=323, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:32:19.538 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=323, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:32:19.622 24765 24765 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:32:19.791 24213 24213 I chromium: [24213:24213:INFO:service_base.h(246)] Container sizes for type CloudSetting are (session_info_map: 0), (topic_info_map: 21), (pending_events: 0). +02-27 08:32:19.889 505 505 W Looper : Slow dispatch took 220ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:32:20.001 505 24816 I ActivityManager: dumpStackTraces pids=null nativepids=null +02-27 08:32:20.130 24368 24602 E WakeLock: GCoreFlp ** IS FORCE-RELEASED ON TIMEOUT ** +02-27 08:32:20.209 505 24816 I ActivityManager: Dumping to /data/anr/anr_2026-02-27-08-32-20-141 +02-27 08:32:20.209 505 24816 I ActivityManager: Collecting stacks for pid 24708 +02-27 08:32:20.239 24368 24368 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.clearcut.service.START dat=chimera-action:com.google.android.gms.clearcut.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:32:20.241 505 24816 I system_server: libdebuggerd_client: started dumping process 24708 +02-27 08:32:20.245 235 235 I tombstoned: registered intercept for pid 24708 and type kDebuggerdJavaBacktrace +02-27 08:32:20.250 24708 24714 I android.vendin: Thread[6,tid=24714,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0916f0,peer=0x12cc0000,"Signal Catcher"]: reacting to signal 3 +02-27 08:32:20.251 24708 24714 I android.vendin: Mutator lock exclusive owner tid: 0 +02-27 08:32:20.251 24708 24714 I android.vendin: ThreadList lock owner tid: 0 +02-27 08:32:20.251 24708 24714 I android.vendin: ClassLinker classes lock owner tid: -1 +02-27 08:32:20.251 24708 24714 I android.vendin: ClassLinker dex lock owner tid: 0 +02-27 08:32:20.257 24368 24368 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.clearcut.service.START dat=chimera-action:com.google.android.gms.clearcut.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:32:20.285 505 572 E VerityUtils: Failed to measure fs-verity, errno 1: /product/priv-app/TVLauncher/TVLauncher.apk +02-27 08:32:20.286 24708 24714 I android.vendin: Waiting for a blocking GC ObjectsAllocated +02-27 08:32:20.280 505 505 W PackageManagerB: type=1400 audit(0.0:2090): avc: denied { ioctl } for path="/product/priv-app/TVLauncher/TVLauncher.apk" dev="dm-2" ino=220 ioctlcmd=0x6686 scontext=u:r:system_server:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 +02-27 08:32:20.307 24708 24719 W android.vendin: Suspending all threads took: 5.041ms +02-27 08:32:20.310 24765 24765 I AtvRemote.Application: Application started +02-27 08:32:20.389 24708 24714 I android.vendin: WaitForGcToComplete blocked ObjectsAllocated on Background for 102.480ms +02-27 08:32:20.440 24368 24689 W WakeLock: GCoreFlp counter does not exist +02-27 08:32:20.477 182 182 I lowmemorykiller: Kill 'com.android.vending' (24708), uid 10058, oom_score_adj 905 to free 78344kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (140%) +02-27 08:32:20.554 322 322 I Zygote : Process 24708 exited due to signal 9 (Killed) +02-27 08:32:20.568 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 24708 in 1ms +02-27 08:32:20.588 505 2476 I ActivityManager: Process com.android.vending (pid 24708) has died: cch+5 CEM +02-27 08:32:20.657 24368 24682 W SystemServiceRegistry: No service published for: wifirtt +02-27 08:32:20.787 505 543 W Looper : Slow dispatch took 117ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:32:21.057 24765 24825 W .remote.servic: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:32:21.069 24765 24825 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:32:21.077 24765 24825 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:32:21.131 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:32:21.277 182 182 I lowmemorykiller: Kill 'com.google.android.apps.mediashell' (24213), uid 10054, oom_score_adj 500 to free 59876kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (199%) +02-27 08:32:21.316 505 890 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10054/24213, android.os.BinderProxy@c462816) +02-27 08:32:21.316 505 2243 E WifiMulticastLockManager: Multicaster binderDied +02-27 08:32:21.317 505 2259 W AudioService.PlaybackActivityMonitor: client died +02-27 08:32:21.318 322 322 I Zygote : Process 24213 exited due to signal 9 (Killed) +02-27 08:32:21.320 505 1680 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10054/24213, android.os.BinderProxy@119f597) +02-27 08:32:21.393 505 556 I libprocessgroup: Successfully killed process cgroup uid 10054 pid 24213 in 1ms +02-27 08:32:21.393 505 595 I ActivityManager: Process com.google.android.apps.mediashell (pid 24213) has died: svc SVC +02-27 08:32:21.423 505 595 W ActivityManager: Scheduling restart of crashed service com.google.android.apps.mediashell/.MediaShellCastReceiverService in 1000ms for start-requested +02-27 08:32:21.484 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=317, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] (release request) +02-27 08:32:21.504 505 514 I system_server: Background concurrent copying GC freed 1661083(41MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 22MB/44MB, paused 484us,326us total 1.029s +02-27 08:32:21.654 24534 24534 I Choreographer: Skipped 955 frames! The application may be doing too much work on its main thread. +02-27 08:32:21.891 24534 24534 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:32:21.897 24534 24534 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:32:22.255 505 554 W ActivityManager: Timeout executing service: ServiceRecord{ebb7be6 u0 com.google.android.gms/.gcm.GcmService} +02-27 08:32:22.270 24765 24765 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:32:22.308 24765 24765 I AtvRemote.RemoteService: Starting bluetooth server +02-27 08:32:22.347 24368 24368 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:32:22.347 24368 24368 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:32:22.371 24368 24368 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 } +02-27 08:32:22.372 24368 24368 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 } +02-27 08:32:22.458 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10054; state: DISABLED +02-27 08:32:22.458 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10054; state: DISABLED +02-27 08:32:22.458 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10054; state: DISABLED +02-27 08:32:22.458 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10054; state: ENABLED +02-27 08:32:22.461 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10054; state: ENABLED +02-27 08:32:22.489 24368 24368 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.usagereporting.service.START dat=chimera-action:com.google.android.gms.usagereporting.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:32:22.489 24368 24368 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.usagereporting.service.START dat=chimera-action:com.google.android.gms.usagereporting.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:32:22.516 322 322 D Zygote : Forked child process 24830 +02-27 08:32:22.517 505 555 W ActivityManager: Slow operation: 95ms so far, now at startProcess: returned from zygote! +02-27 08:32:22.523 505 555 W ActivityManager: Slow operation: 101ms so far, now at startProcess: done updating battery stats +02-27 08:32:22.564 505 555 W ActivityManager: Slow operation: 140ms so far, now at startProcess: building log message +02-27 08:32:22.586 505 555 I ActivityManager: Start proc 24830:com.google.android.apps.mediashell/u0a54 for service {com.google.android.apps.mediashell/com.google.android.apps.mediashell.MediaShellCastReceiverService} +02-27 08:32:22.586 505 555 W ActivityManager: Slow operation: 164ms so far, now at startProcess: starting to update pids map +02-27 08:32:22.586 505 555 W ActivityManager: Slow operation: 164ms so far, now at startProcess: done updating pids map +02-27 08:32:22.664 24368 24368 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gmscompliance.service.START dat=chimera-action:com.google.android.gms.gmscompliance.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:32:22.666 24368 24368 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gmscompliance.service.START dat=chimera-action:com.google.android.gms.gmscompliance.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:32:22.878 24629 24645 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:32:22.904 24629 24645 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:32:22.914 24368 24368 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.clearcut.bootcount.service.START dat=chimera-action:com.google.android.gms.clearcut.bootcount.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:32:22.914 24368 24368 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.clearcut.bootcount.service.START dat=chimera-action:com.google.android.gms.clearcut.bootcount.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:32:23.060 24830 24830 E apps.mediashel: Not starting debugger since process cannot load the jdwp agent. +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: Usage reporting check failed [CONTEXT service_id=299 ] +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: java.util.concurrent.ExecutionException: java.util.concurrent.TimeoutException +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at bgcy.s(:com.google.android.gms@223616103@22.36.16 (180406-476895098):3) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at bgcy.get(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at bggo.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):1) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at bgfh.q(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at yjm.f(:com.google.android.gms@223616103@22.36.16 (180406-476895098):1) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at yjj.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at bgez.call(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at bgee.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at bgfn.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):3) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at bgeh.execute(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at bgef.f(:com.google.android.gms@223616103@22.36.16 (180406-476895098):1) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at bgeg.q(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at bgdg.g(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at bgde.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at bgeh.execute(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at bgcy.q(:com.google.android.gms@223616103@22.36.16 (180406-476895098):1) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at bgcy.j(:com.google.android.gms@223616103@22.36.16 (180406-476895098):8) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at bgcy.n(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at aske.a(:com.google.android.gms@223616103@22.36.16 (180406-476895098):4) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at apxd.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):1) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at oih.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at ufz.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at bgeh.execute(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at uga.execute(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at apxe.gJ(:com.google.android.gms@223616103@22.36.16 (180406-476895098):2) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at apxt.b(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at apxv.c(:com.google.android.gms@223616103@22.36.16 (180406-476895098):5) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at apye.run(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at zla.hP(:com.google.android.gms@223616103@22.36.16 (180406-476895098):0) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at zla.dispatchMessage(:com.google.android.gms@223616103@22.36.16 (180406-476895098):11) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at android.os.Looper.loop(Looper.java:288) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: Caused by: java.util.concurrent.TimeoutException +02-27 08:32:23.076 24368 24368 E GmsCoreLogger: ... 11 more +02-27 08:32:23.142 24534 24534 I Choreographer: Skipped 55 frames! The application may be doing too much work on its main thread. +02-27 08:32:23.318 20937 20952 I bt_btif_sock_rfcomm: system/bt/btif/src/btif_sock_rfc.cc:303 btsock_rfc_listen: Adding listening socket service_name: Android TV Remote - channel: -1 +02-27 08:32:23.382 505 2243 W ActivityManager: Slow operation: 66ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:32:23.389 505 2243 W ActivityManager: Slow operation: 74ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:32:23.389 505 2243 W ActivityManager: Slow operation: 74ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:32:23.461 24765 24765 I AtvRemote.BluetoothServer: Starting Bluetooth LE advertising +02-27 08:32:23.465 505 2243 W ActivityManager: Slow operation: 150ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:32:23.473 24830 24830 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10054; state: ENABLED +02-27 08:32:23.477 24765 24765 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:32:23.478 505 2476 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 08:32:23.478 505 2476 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 08:32:23.478 505 2476 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 08:32:23.478 505 2476 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 08:32:23.479 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 08:32:23.480 24765 24765 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:32:23.487 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:32:23.490 505 595 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155943461 +02-27 08:32:23.491 24368 24368 D CompatibilityChangeReporter: Compat change id reported: 148180766; UID 10057; state: ENABLED +02-27 08:32:23.532 322 322 D Zygote : Forked child process 24851 +02-27 08:32:23.537 505 555 W ActivityManager: Slow operation: 60ms so far, now at startProcess: returned from zygote! +02-27 08:32:23.565 20937 21204 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=6, is_server=1, mtu=990, uuid=000000, dlci=12, signal_state=0x0b, p_port=0x7a81908de0 +02-27 08:32:23.566 505 555 W ActivityManager: Slow operation: 89ms so far, now at startProcess: done updating battery stats +02-27 08:32:23.566 505 555 W ActivityManager: Slow operation: 89ms so far, now at startProcess: building log message +02-27 08:32:23.566 505 555 I ActivityManager: Start proc 24851:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:32:23.566 505 555 W ActivityManager: Slow operation: 89ms so far, now at startProcess: starting to update pids map +02-27 08:32:23.605 505 555 W ActivityManager: Slow operation: 128ms so far, now at startProcess: done updating pids map +02-27 08:32:24.726 24851 24851 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 08:32:24.781 24830 24830 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AndroidMediaShell/lib/arm64:/product/priv-app/AndroidMediaShell/AndroidMediaShell.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:32:24.949 505 2621 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155943461 +02-27 08:32:24.961 505 3536 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155943461 +02-27 08:32:24.982 505 514 W system_server: Suspending all threads took: 9.494ms +02-27 08:32:24.988 505 2569 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10066; state: DISABLED +02-27 08:32:25.006 24629 24642 W SQLiteLog: (28) double-quoted string literal: "1771983144957" +02-27 08:32:25.006 24629 24642 W SQLiteLog: (28) double-quoted string literal: "1" +02-27 08:32:25.018 24629 24645 W SQLiteLog: (28) double-quoted string literal: "1771983144989" +02-27 08:32:25.018 24629 24645 W SQLiteLog: (28) double-quoted string literal: "1" +02-27 08:32:25.330 24534 24543 I roid.tvlaunche: Background young concurrent copying GC freed 32698(2541KB) AllocSpace objects, 15(552KB) LOS objects, 36% free, 5657KB/8883KB, paused 129us,10.507ms total 187.757ms +02-27 08:32:25.429 505 2569 W ActivityManager: Slow operation: 465ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:32:25.434 505 2569 W ActivityManager: Slow operation: 477ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:32:25.434 24830 24830 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.apps.mediashell' set to: 'default' +02-27 08:32:25.435 24830 24830 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:32:25.450 505 514 I system_server: Background young concurrent copying GC freed 1210755(30MB) AllocSpace objects, 1(36KB) LOS objects, 12% free, 38MB/44MB, paused 34.244ms,10.838ms total 1.043s +02-27 08:32:25.461 24830 24830 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:32:25.476 24830 24830 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:32:25.490 505 2569 W ActivityManager: Slow operation: 533ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:32:25.532 24851 24851 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 08:32:25.620 24765 24872 I AtvRemote.TcpServer: Listening on 6466 +02-27 08:32:25.637 505 2569 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155943461 +02-27 08:32:25.654 24534 24534 I Choreographer: Skipped 45 frames! The application may be doing too much work on its main thread. +02-27 08:32:25.660 24368 24399 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:32:25.661 24830 24830 D cr_LibraryLoader: [LibraryLoader.java:324] Configuration: useChromiumLinker() = false, mUseModernLinker = false +02-27 08:32:25.664 24368 24399 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:32:25.701 505 514 W system_server: Suspending all threads took: 7.326ms +02-27 08:32:25.704 24368 24399 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:32:25.705 24368 24399 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:32:25.708 505 2621 I ActivityManager: Background started FGS: Allowed [callingPackage: com.google.android.tv.remote.service; callingUid: 10049; uidState: FGS ; intent: Intent { cmp=com.google.android.tv.remote.service/.DiscoveryService }; code:BACKGROUND_ACTIVITY_PERMISSION; tempAllowListReason:; targetSdkVersion:31; callerTargetSdkVersion:31; startForegroundCount:0; bindFromPackage:null] +02-27 08:32:25.729 24534 24611 D EGL_emulation: app_time_stats: avg=1550.58ms min=405.69ms max=2495.48ms count=3 +02-27 08:32:25.874 24368 24399 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:32:26.005 505 712 D NsdService: New client listening to asynchronous messages +02-27 08:32:26.009 505 712 D NsdService: New client, channel: com.android.internal.util.AsyncChannel@cabf661 messenger: android.os.Messenger@a4fa586 +02-27 08:32:26.012 24765 24765 D CompatibilityChangeReporter: Compat change id reported: 191844585; UID 10049; state: ENABLED +02-27 08:32:26.077 24851 24851 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:32:26.079 505 514 I system_server: Background young concurrent copying GC freed 1200275(30MB) AllocSpace objects, 0(0B) LOS objects, 57% free, 17MB/41MB, paused 294us,7.481ms total 500.866ms +02-27 08:32:26.080 505 712 D NsdService: Register service +02-27 08:32:26.080 505 712 D NsdService: mdnssd [start-service] +02-27 08:32:26.082 24765 24765 I AtvRemote.RemoteService: Starting up pairing server. +02-27 08:32:26.093 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:32:26.102 505 505 W Looper : Slow dispatch took 160ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$PostNotificationRunnable@8e9400c m=0 +02-27 08:32:26.214 505 2569 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155943461 +02-27 08:32:26.217 505 2621 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155943461 +02-27 08:32:26.232 24765 24765 I AtvRemote.BluetoothServer: Advertising on LE Settings [mAdvertiseMode=0, mAdvertiseTxPowerLevel=2, mAdvertiseConnectable=true, mAdvertiseTimeoutMillis=0] +02-27 08:32:26.251 24830 24830 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:39] onCreate +02-27 08:32:26.253 24830 24830 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:44] onStartCommand(null, 0, 16) +02-27 08:32:26.254 24830 24830 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:91] Building and starting cast receiver +02-27 08:32:26.254 24830 24830 D cr_CastBrowserHelper: [CastBrowserHelper.java:37] Performing one-time browser initialization +02-27 08:32:26.298 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:32:26.378 505 2569 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772155943461 +02-27 08:32:26.505 24830 24830 D cr_CastCmdLineHelper: [CastCommandLineHelper.java:98] appending command line arg: multizone-device-delay=0 +02-27 08:32:26.468 24830 24830 W apps.mediashell: type=1400 audit(0.0:2091): avc: denied { search } for name="tmp" dev="dm-4" ino=65538 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:shell_data_file:s0 tclass=dir permissive=0 app=com.google.android.apps.mediashell +02-27 08:32:26.527 24830 24830 D cr_LibraryLoader: [LibraryLoader.java:684] Loading with the System linker. +02-27 08:32:26.630 24534 24534 I Choreographer: Skipped 30 frames! The application may be doing too much work on its main thread. +02-27 08:32:26.814 505 712 E mDnsConnector: NDC Command {59 mdnssd start-service} took too long (733ms) +02-27 08:32:26.815 505 712 D NsdService: registerService: 20 name: sdk_google_atv64_arm64, type: _androidtvremote2._tcp., host: null, port: 6466, txtRecord: bt=BB:BB:BB:00:00:01 +02-27 08:32:26.824 24534 24611 D EGL_emulation: app_time_stats: avg=239.62ms min=15.71ms max=524.34ms count=4 +02-27 08:32:27.339 505 712 D NsdService: mdnssd [register, 20, sdk_google_atv64_arm64, _androidtvremote2._tcp., 6466, FGJ0PUJCOkJCOkJCOjAwOjAwOjAx] +02-27 08:32:27.484 505 712 D NsdService: Register 2 20 +02-27 08:32:28.042 505 553 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #14643} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (44 skipped) +02-27 08:32:28.396 505 712 D NsdService: Native daemon message SERVICE_REGISTERED: 606 20 "sdk_google_atv64_arm64" +02-27 08:32:28.536 24851 24851 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 08:32:28.536 24851 24851 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:32:28.600 505 543 W Looper : Slow dispatch took 206ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68 +02-27 08:32:28.601 24765 24876 I AtvRemote.DiscoveryService: NDS Service registered: sdk_google_atv64_arm64 +02-27 08:32:28.619 505 505 W Looper : Slow dispatch took 158ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@127c36 m=0 +02-27 08:32:28.696 24534 24611 D EGL_emulation: app_time_stats: avg=1857.33ms min=1857.33ms max=1857.33ms count=1 +02-27 08:32:28.762 24851 24851 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:32:28.802 24851 24851 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:32:28.946 24534 24534 I Choreographer: Skipped 125 frames! The application may be doing too much work on its main thread. +02-27 08:32:29.697 24534 24611 D EGL_emulation: app_time_stats: avg=78.89ms min=24.40ms max=232.55ms count=10 +02-27 08:32:29.954 24765 24883 D PhenotypeContext: Application doesn't implement PhenotypeApplication interface, falling back to globally set context. See go/phenotype-flag#process-stable-init for more info. +02-27 08:32:30.601 235 235 I tombstoned: intercept for pid 24708 and type kDebuggerdJavaBacktrace terminated: due to timeout +02-27 08:32:30.612 505 24816 E system_server: libdebuggerd_client: failed to read status response from tombstoned: timeout reached? +02-27 08:32:30.737 505 24816 W ActivityManager: Dumping Java threads failed, initiating native stack dump. +02-27 08:32:30.737 505 24816 W system_server: libdebuggerd_client: Failed to get process tids +02-27 08:32:30.737 505 24816 I system_server: libdebuggerd_client: started dumping process 24708 +02-27 08:32:30.753 235 235 I tombstoned: registered intercept for pid 24708 and type kDebuggerdNativeBacktrace +02-27 08:32:30.754 505 24816 E system_server: libdebuggerd_client: failed to send signal to pid 24708: No such process +02-27 08:32:30.754 235 235 I tombstoned: intercept for pid 24708 and type kDebuggerdNativeBacktrace terminated: due to input +02-27 08:32:30.770 505 24816 W ActivityManager: Native stack dump failed! +02-27 08:32:30.780 24534 24534 I Choreographer: Skipped 34 frames! The application may be doing too much work on its main thread. +02-27 08:32:30.782 505 24816 I ActivityManager: Done dumping +02-27 08:32:30.836 505 505 W Looper : Slow dispatch took 719ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=5 +02-27 08:32:30.881 24534 24611 D EGL_emulation: app_time_stats: avg=93.32ms min=9.70ms max=300.90ms count=12 +02-27 08:32:31.389 24851 24861 W putmethod.lati: Suspending all threads took: 5.922ms +02-27 08:32:31.405 505 543 W Looper : Slow dispatch took 116ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:32:31.477 505 24816 E ActivityManager: ANR in com.android.vending +02-27 08:32:31.477 505 24816 E ActivityManager: PID: 24708 +02-27 08:32:31.477 505 24816 E ActivityManager: Reason: Broadcast of Intent { act=android.intent.action.PACKAGE_NEEDS_VERIFICATION dat=file:///data/app/vmdl1883831770.tmp typ=application/vnd.android.package-archive flg=0x10000011 cmp=com.android.vending/com.google.android.finsky.verifier.impl.PackageVerificationReceiver (has extras) } +02-27 08:32:31.477 505 24816 E ActivityManager: Frozen: false +02-27 08:32:31.477 505 24816 E ActivityManager: Load: 0.0 / 0.0 / 0.0 +02-27 08:32:31.477 505 24816 E ActivityManager: ----- Output from /proc/pressure/memory ----- +02-27 08:32:31.477 505 24816 E ActivityManager: some avg10=36.08 avg60=26.44 avg300=21.88 total=428470217 +02-27 08:32:31.477 505 24816 E ActivityManager: full avg10=10.25 avg60=6.87 avg300=5.30 total=107858747 +02-27 08:32:31.477 505 24816 E ActivityManager: ----- End output from /proc/pressure/memory ----- +02-27 08:32:31.477 505 24816 E ActivityManager: +02-27 08:32:31.477 505 24816 E ActivityManager: CPU usage from 5ms to 11431ms later (2026-02-27 08:32:19.391 to 2026-02-27 08:32:30.817): +02-27 08:32:31.477 505 24816 E ActivityManager: 75% 505/system_server: 40% user + 34% kernel / faults: 42377 minor 1750 major +02-27 08:32:31.477 505 24816 E ActivityManager: 43% 24534/com.google.android.tvlauncher: 9.6% user + 33% kernel / faults: 22224 minor 1428 major +02-27 08:32:31.477 505 24816 E ActivityManager: 35% 24368/com.google.android.gms.persistent: 12% user + 23% kernel / faults: 23234 minor 1720 major +02-27 08:32:31.477 505 24816 E ActivityManager: 14% 116/kswapd0: 0% user + 14% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 9.1% 24765/com.google.android.tv.remote.service: 3.4% user + 5.7% kernel / faults: 12105 minor 587 major +02-27 08:32:31.477 505 24816 E ActivityManager: 8.7% 338/android.hardware.graphics.composer@2.3-service: 0.5% user + 8.2% kernel / faults: 635 minor 37 major +02-27 08:32:31.477 505 24816 E ActivityManager: 8.5% 360/surfaceflinger: 1.7% user + 6.8% kernel / faults: 1847 minor 81 major +02-27 08:32:31.477 505 24816 E ActivityManager: 7.8% 24629/com.google.android.gms: 2.2% user + 5.5% kernel / faults: 8806 minor 318 major +02-27 08:32:31.477 505 24816 E ActivityManager: 5.6% 263/loop14: 0% user + 5.6% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 4% 20937/com.android.bluetooth: 0.2% user + 3.7% kernel / faults: 2311 minor 144 major +02-27 08:32:31.477 505 24816 E ActivityManager: 3.5% 12/ksoftirqd/0: 0% user + 3.5% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 3.2% 421/wificond: 0% user + 3.2% kernel / faults: 75 minor 11 major +02-27 08:32:31.477 505 24816 E ActivityManager: 2.8% 321/netd: 0% user + 2.8% kernel / faults: 206 minor 46 major +02-27 08:32:31.477 505 24816 E ActivityManager: 2.2% 229/jbd2/dm-4-8: 0% user + 2.2% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 1.9% 437/android.hardware.biometrics.fingerprint@2.1-service: 0% user + 1.9% kernel / faults: 10 minor 3 major +02-27 08:32:31.477 505 24816 E ActivityManager: 1.7% 13/rcu_preempt: 0% user + 1.7% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 1.4% 24419/com.google.process.gservices: 0.4% user + 1% kernel / faults: 2454 minor 93 major +02-27 08:32:31.477 505 24816 E ActivityManager: 1.3% 17530/kworker/u8:1-phy0: 0% user + 1.3% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 1.2% 244/loop5: 0% user + 1.2% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 1.2% 23354/kworker/u9:0-fscrypt_read_queue: 0% user + 1.2% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 1.1% 182/lmkd: 0.1% user + 0.9% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0.9% 235/tombstoned: 0% user + 0.8% kernel / faults: 9 minor 6 major +02-27 08:32:31.477 505 24816 E ActivityManager: 0.8% 95/kworker/3:1H-kblockd: 0% user + 0.8% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0.8% 320/statsd: 0% user + 0.7% kernel / faults: 398 minor 17 major +02-27 08:32:31.477 505 24816 E ActivityManager: 0.7% 248/loop7: 0% user + 0.7% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0.7% 24291/kworker/0:2-virtio_vsock: 0% user + 0.7% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0.7% 243/loop4: 0% user + 0.7% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0.6% 500/kworker/u9:2-blk_crypto_wq: 0% user + 0.6% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0.6% 770/com.android.systemui: 0% user + 0.6% kernel / faults: 860 minor 45 major +02-27 08:32:31.477 505 24816 E ActivityManager: 0.1% 1/init: 0% user + 0.1% kernel / faults: 75 minor 23 major +02-27 08:32:31.477 505 24816 E ActivityManager: 0.6% 181/logd: 0% user + 0.5% kernel / faults: 87 minor 9 major +02-27 08:32:31.477 505 24816 E ActivityManager: 0.6% 183/servicemanager: 0% user + 0.5% kernel / faults: 329 minor 15 major +02-27 08:32:31.477 505 24816 E ActivityManager: 0.6% 185/psimon: 0% user + 0.6% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0.4% 259/loop12: 0% user + 0.4% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0.4% 19702/kworker/3:2-events: 0% user + 0.4% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0.4% 21141/kworker/2:1-events: 0% user + 0.4% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0.4% 23736/com.google.android.tvrecommendations: 0% user + 0.3% kernel / faults: 733 minor 21 major +02-27 08:32:31.477 505 24816 E ActivityManager: 0.3% 322/zygote64: 0% user + 0.3% kernel / faults: 195 minor 5 major +02-27 08:32:31.477 505 24816 E ActivityManager: 0.3% 751/wpa_supplicant: 0.1% user + 0.1% kernel / faults: 55 minor 22 major +02-27 08:32:31.477 505 24816 E ActivityManager: 0.2% 130/sugov:1: 0% user + 0.2% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0.2% 144/kworker/1:1H-kblockd: 0% user + 0.2% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0.2% 184/hwservicemanager: 0% user + 0.2% kernel / faults: 52 minor 10 major +02-27 08:32:31.477 505 24816 E ActivityManager: 0% 198/keystore2: 0% user + 0% kernel / faults: 293 minor 20 major +02-27 08:32:31.477 505 24816 E ActivityManager: 0.2% 255/loop10: 0% user + 0.2% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0.2% 271/loop18: 0% user + 0.2% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0% 339/android.hardware.health@2.1-service: 0% user + 0% kernel / faults: 87 minor 13 major +02-27 08:32:31.477 505 24816 E ActivityManager: 0.2% 347/android.hardware.sensors@2.1-service.multihal: 0% user + 0.2% kernel / faults: 177 minor 10 major +02-27 08:32:31.477 505 24816 E ActivityManager: 0.2% 353/android.hardware.power-service.example: 0.1% user + 0% kernel / faults: 215 minor 11 major +02-27 08:32:31.477 505 24816 E ActivityManager: 0.2% 411/cameraserver: 0% user + 0.2% kernel / faults: 146 minor 11 major +02-27 08:32:31.477 505 24816 E ActivityManager: 0.2% 896/com.android.networkstack.process: 0% user + 0.2% kernel / faults: 903 minor 22 major +02-27 08:32:31.477 505 24816 E ActivityManager: 0.1% 21/ksoftirqd/1: 0% user + 0.1% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0.1% 129/sugov:0: 0% user + 0.1% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0.1% 138/kworker/0:1H-kblockd: 0% user + 0.1% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0.1% 145/kworker/2:1H-kblockd: 0% user + 0.1% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0.1% 197/android.system.suspend@1.0-service: 0% user + 0.1% kernel / faults: 254 minor 4 major +02-27 08:32:31.477 505 24816 E ActivityManager: 0.1% 272/loop19: 0% user + 0.1% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0% 329/android.hardware.bluetooth@1.1-service.btlinux: 0% user + 0% kernel / faults: 153 minor 9 major +02-27 08:32:31.477 505 24816 E ActivityManager: 0.1% 350/android.hardware.wifi@1.0-service: 0% user + 0.1% kernel / faults: 127 minor 34 major +02-27 08:32:31.477 505 24816 E ActivityManager: 0% 410/bt_vhci_forwarder: 0% user + 0% kernel / faults: 31 minor 3 major +02-27 08:32:31.477 505 24816 E ActivityManager: 0.1% 1403/adbd: 0% user + 0.1% kernel / faults: 10 minor 6 major +02-27 08:32:31.477 505 24816 E ActivityManager: 0.1% 9196/kworker/u9:4-blk_crypto_wq: 0% user + 0.1% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0% 25/migration/2: 0% user + 0% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0% 27/ksoftirqd/2: 0% user + 0% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0% 31/migration/3: 0% user + 0% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0% 33/ksoftirqd/3: 0% user + 0% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0% 45/kcompactd0: 0% user + 0% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0% 131/sugov:2: 0% user + 0% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0% 132/sugov:3: 0% user + 0% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0% 189/qemu-props: 0% user + 0% kernel / faults: 1 minor 1 major +02-27 08:32:31.477 505 24816 E ActivityManager: 0% 256/loop11: 0% user + 0% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0% 284/loop25: 0% user + 0% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0% 287/loop26: 0% user + 0% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0% 852/android.hardware.gnss@2.0-service.ranchu: 0% user + 0% kernel / faults: 146 minor +02-27 08:32:31.477 505 24816 E ActivityManager: 0% 1242/com.google.android.providers.media.module: 0% user + 0% kernel / faults: 132 minor +02-27 08:32:31.477 505 24816 E ActivityManager: 0% 20161/audioserver: 0% user + 0% kernel / faults: 221 minor 21 major +02-27 08:32:31.477 505 24816 E ActivityManager: 0% 23178/com.android.providers.tv: 0% user + 0% kernel / faults: 139 minor +02-27 08:32:31.477 505 24816 E ActivityManager: 0% 23665/kworker/u8:2-phy0: 0% user + 0% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 0% 24510/com.google.android.ext.services: 0% user + 0% kernel / faults: 1199 minor 4 major +02-27 08:32:31.477 505 24816 E ActivityManager: 0% 24690/com.google.process.gapps: 0% user + 0% kernel / faults: 237 minor +02-27 08:32:31.477 505 24816 E ActivityManager: +0% 24824/kworker/1:1-events: 0% user + 0% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: +0% 24830/com.google.android.apps.mediashell: 0% user + 0% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: +0% 24851/com.google.android.inputmethod.latin: 0% user + 0% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: +0% 24881/mdnsd: 0% user + 0% kernel +02-27 08:32:31.477 505 24816 E ActivityManager: 91% TOTAL: 18% user + 45% kernel + 9.4% iowait + 12% irq + 5.6% softirq +02-27 08:32:31.477 505 24816 E ActivityManager: CPU usage from 2816163ms to 2816163ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake: +02-27 08:32:31.477 505 24816 E ActivityManager: 0% TOTAL: 0% user + 0% kernel +02-27 08:32:31.770 24629 24893 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:32:31.777 505 24895 I DropBoxManagerService: add tag=system_app_anr isTagEnabled=true flags=0x2 +02-27 08:32:31.974 24534 24611 D EGL_emulation: app_time_stats: avg=1092.98ms min=1092.98ms max=1092.98ms count=1 +02-27 08:32:32.078 24830 24830 D cr_LibraryLoader: [LibraryLoader.java:690] Time to load native libraries: 5396 ms +02-27 08:32:32.152 505 514 W system_server: Suspending all threads took: 31.426ms +02-27 08:32:32.981 24830 24830 W chromium: [0227/083232.825325:WARNING:library_prefetcher.cc(326)] Code not ordered, madvise optimization skipped +02-27 08:32:33.259 24830 24830 I cr_LibraryLoader: Successfully loaded native library +02-27 08:32:33.423 24830 24830 I cr_CachingUmaRecorder: Flushed 1 samples from 1 histograms. +02-27 08:32:33.514 24830 24830 D cr_CastBrowserHelper: [CastBrowserHelper.java:49] Loading BrowserStartupController... +02-27 08:32:33.625 24830 24830 D cr_BrowserStartup: [BrowserStartupControllerImpl.java:437] Initializing chromium process, singleProcess=false +02-27 08:32:33.884 505 542 W Looper : Slow dispatch took 239ms android.fg h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null m=1 +02-27 08:32:33.980 505 24816 I ActivityManager: Killing 0:com.android.vending/u0a58 (adj -10000): bg anr +02-27 08:32:33.984 505 24816 D ActivityManager: Completed ANR of com.android.vending in 14630ms, latency 89ms +02-27 08:32:34.069 505 514 I system_server: Background young concurrent copying GC freed 1138383(28MB) AllocSpace objects, 0(0B) LOS objects, 22% free, 32MB/41MB, paused 28.143ms,32.417ms total 2.909s +02-27 08:32:34.109 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:32:34.125 505 24816 I ActivityManager: dumpStackTraces pids=null nativepids=null +02-27 08:32:34.213 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:32:34.283 505 24816 I ActivityManager: Dumping to /data/anr/anr_2026-02-27-08-32-34-242 +02-27 08:32:34.284 505 24816 I ActivityManager: Collecting stacks for pid 24368 +02-27 08:32:34.372 505 24816 I system_server: libdebuggerd_client: started dumping process 24368 +02-27 08:32:34.387 235 235 I tombstoned: registered intercept for pid 24368 and type kDebuggerdJavaBacktrace +02-27 08:32:34.453 24368 24379 I .gms.persisten: Thread[5,tid=24379,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0932c0,peer=0x12d80208,"Signal Catcher"]: reacting to signal 3 +02-27 08:32:34.467 24368 24379 I .gms.persisten: +02-27 08:32:34.522 24368 24379 W .gms.persisten: Suspending all threads took: 24.030ms +02-27 08:32:36.055 24830 24830 D cr_ChromecastConfigAndroid: [ChromecastConfigAndroid.java:86] initializeSendUsageStatsSetting +02-27 08:32:36.069 24830 24830 D cr_ChromecastConfigAndroid: [ChromecastConfigAndroid.java:100] updateSendUsageStatsSetting +02-27 08:32:36.240 198 24870 I keystore2: keystore2::watchdog: Watchdog thread idle -> terminating. Have a great day. +02-27 08:32:36.242 505 514 W system_server: Suspending all threads took: 12.310ms +02-27 08:32:36.326 24765 24781 V ClearcutMetricXmitter: Transmission is done. +02-27 08:32:36.342 24765 24780 V ClearcutMetricXmitter: Transmission is done. +02-27 08:32:38.166 505 575 I PackageManager: Verification timed out for file:///data/app/vmdl1883831770.tmp +02-27 08:32:38.300 505 575 I PackageManager: Continuing with installation of file:///data/app/vmdl1883831770.tmp +02-27 08:32:38.331 182 182 I lowmemorykiller: Kill 'com.google.process.gapps' (24690), uid 10057, oom_score_adj 700 to free 44064kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (109%) +02-27 08:32:38.421 322 322 I Zygote : Process 24690 exited due to signal 9 (Killed) +02-27 08:32:38.529 505 2243 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #14710} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (65 skipped) +02-27 08:32:38.586 505 514 I system_server: Background concurrent copying GC freed 1566178(39MB) AllocSpace objects, 5(600KB) LOS objects, 40% free, 35MB/59MB, paused 33us,13.252ms total 3.050s +02-27 08:32:38.618 505 2908 W ContentProviderHelper: Slow operation: 88ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:32:38.619 505 2908 W ContentProviderHelper: Slow operation: 89ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:32:38.619 505 2908 W ContentProviderHelper: Slow operation: 89ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:32:38.619 505 2908 W ContentProviderHelper: Slow operation: 89ms so far, now at getContentProviderImpl: before updateLruProcess +02-27 08:32:38.619 505 2908 W ContentProviderHelper: Slow operation: 89ms so far, now at getContentProviderImpl: after updateLruProcess +02-27 08:32:38.619 505 2908 W ContentProviderHelper: Slow operation: 89ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:32:38.620 505 2908 W ContentProviderHelper: Slow operation: 89ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:32:38.620 505 2908 W ContentProviderHelper: Slow operation: 89ms so far, now at getContentProviderImpl: done! +02-27 08:32:38.645 24629 24629 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:32:38.676 505 2476 I ActivityManager: Process com.google.process.gapps (pid 24690) has died: prev LAST +02-27 08:32:38.681 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 24690 in 0ms +02-27 08:32:39.081 235 235 I tombstoned: received crash request for pid 24368 +02-27 08:32:39.081 235 235 I tombstoned: found intercept fd 512 for pid 24368 and type kDebuggerdJavaBacktrace +02-27 08:32:39.089 235 235 W tombstoned: missing output fd +02-27 08:32:39.089 24368 24379 I .gms.persisten: Wrote stack traces to tombstoned +02-27 08:32:39.107 24368 24382 I .gms.persisten: Compiler allocated 5167KB to compile void mqg.f(android.content.Context) +02-27 08:32:39.122 505 24816 I system_server: libdebuggerd_client: done dumping process 24368 +02-27 08:32:39.187 505 24816 I ActivityManager: Done dumping +02-27 08:32:39.255 24368 24885 I GCoreUlr: ULR code skipped on unsupported form factor. +02-27 08:32:39.266 505 24816 E ActivityManager: ANR in com.google.android.gms.persistent +02-27 08:32:39.266 505 24816 E ActivityManager: PID: 24368 +02-27 08:32:39.266 505 24816 E ActivityManager: Reason: executing service com.google.android.gms/.gcm.GcmService +02-27 08:32:39.266 505 24816 E ActivityManager: Frozen: false +02-27 08:32:39.266 505 24816 E ActivityManager: Load: 0.0 / 0.0 / 0.0 +02-27 08:32:39.266 505 24816 E ActivityManager: ----- Output from /proc/pressure/memory ----- +02-27 08:32:39.266 505 24816 E ActivityManager: some avg10=37.37 avg60=28.27 avg300=22.49 total=433431775 +02-27 08:32:39.266 505 24816 E ActivityManager: full avg10=11.16 avg60=7.65 avg300=5.54 total=109371989 +02-27 08:32:39.266 505 24816 E ActivityManager: ----- End output from /proc/pressure/memory ----- +02-27 08:32:39.266 505 24816 E ActivityManager: +02-27 08:32:39.266 505 24816 E ActivityManager: CPU usage from 3168ms to -5202ms ago (2026-02-27 08:32:30.817 to 2026-02-27 08:32:39.188): +02-27 08:32:39.266 505 24816 E ActivityManager: 97% 505/system_server: 46% user + 50% kernel / faults: 27167 minor 1206 major +02-27 08:32:39.266 505 24816 E ActivityManager: 66% 24368/com.google.android.gms.persistent: 22% user + 43% kernel / faults: 22108 minor 1732 major +02-27 08:32:39.266 505 24816 E ActivityManager: 23% 24830/com.google.android.apps.mediashell: 1.6% user + 22% kernel / faults: 7618 minor 790 major +02-27 08:32:39.266 505 24816 E ActivityManager: 15% 116/kswapd0: 0% user + 15% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 12% 24851/com.google.android.inputmethod.latin: 2.2% user + 9.7% kernel / faults: 6838 minor 344 major +02-27 08:32:39.266 505 24816 E ActivityManager: 8.2% 263/loop14: 0% user + 8.2% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 8.3% 24629/com.google.android.gms: 2.7% user + 5.5% kernel / faults: 8396 minor 243 major +02-27 08:32:39.266 505 24816 E ActivityManager: 6.2% 24765/com.google.android.tv.remote.service: 3% user + 3.2% kernel / faults: 5599 minor 139 major +02-27 08:32:39.266 505 24816 E ActivityManager: 3.9% 350/android.hardware.wifi@1.0-service: 0.1% user + 3.8% kernel / faults: 212 minor 50 major +02-27 08:32:39.266 505 24816 E ActivityManager: 3.7% 24534/com.google.android.tvlauncher: 0.8% user + 2.8% kernel / faults: 1729 minor 119 major +02-27 08:32:39.266 505 24816 E ActivityManager: 2.8% 338/android.hardware.graphics.composer@2.3-service: 0.3% user + 2.5% kernel / faults: 76 minor 7 major +02-27 08:32:39.266 505 24816 E ActivityManager: 2.6% 12/ksoftirqd/0: 0% user + 2.6% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 2.1% 13/rcu_preempt: 0% user + 2.1% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 2.1% 9196/kworker/u9:4-blk_crypto_wq: 0% user + 2.1% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 1.4% 183/servicemanager: 0% user + 1.4% kernel / faults: 142 minor 6 major +02-27 08:32:39.266 505 24816 E ActivityManager: 1.4% 244/loop5: 0% user + 1.4% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 1.3% 182/lmkd: 0.3% user + 0.9% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 1.2% 243/loop4: 0% user + 1.2% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 1.2% 437/android.hardware.biometrics.fingerprint@2.1-service: 0% user + 1.2% kernel / faults: 10 minor 3 major +02-27 08:32:39.266 505 24816 E ActivityManager: 1.2% 23354/kworker/u9:0-fscrypt_read_queue: 0% user + 1.2% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 1.2% 24419/com.google.process.gservices: 0.3% user + 0.8% kernel / faults: 1796 minor 41 major +02-27 08:32:39.266 505 24816 E ActivityManager: 1% 500/kworker/u9:2-blk_crypto_wq: 0% user + 1% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 0.9% 184/hwservicemanager: 0% user + 0.9% kernel / faults: 15 minor 5 major +02-27 08:32:39.266 505 24816 E ActivityManager: 0.9% 360/surfaceflinger: 0.1% user + 0.8% kernel / faults: 84 minor 20 major +02-27 08:32:39.266 505 24816 E ActivityManager: 0.9% 23665/kworker/u8:2-phy0: 0% user + 0.9% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 0.9% 24881/mdnsd: 0% user + 0.9% kernel / faults: 50 minor 12 major +02-27 08:32:39.266 505 24816 E ActivityManager: 0.8% 19702/kworker/3:2-events: 0% user + 0.8% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 0.8% 24291/kworker/0:2-virtio_vsock: 0% user + 0.8% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 0.7% 320/statsd: 0% user + 0.7% kernel / faults: 129 minor 10 major +02-27 08:32:39.266 505 24816 E ActivityManager: 0.7% 896/com.android.networkstack.process: 0% user + 0.7% kernel / faults: 449 minor 74 major +02-27 08:32:39.266 505 24816 E ActivityManager: 0.6% 255/loop10: 0% user + 0.6% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 0.6% 24824/kworker/1:1-events: 0% user + 0.6% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 0.4% 144/kworker/1:1H-kblockd: 0% user + 0.4% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 0.4% 248/loop7: 0% user + 0.4% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 0.4% 21141/kworker/2:1-events: 0% user + 0.4% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 0.3% 138/kworker/0:1H-kblockd: 0% user + 0.3% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 0.3% 181/logd: 0.1% user + 0.2% kernel / faults: 35 minor 8 major +02-27 08:32:39.266 505 24816 E ActivityManager: 0.3% 185/psimon: 0% user + 0.3% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 0.3% 259/loop12: 0% user + 0.3% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 0.2% 95/kworker/3:1H-kblockd: 0% user + 0.2% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 0.2% 131/sugov:2: 0% user + 0.2% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 0.2% 145/kworker/2:1H-kblockd: 0% user + 0.2% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 0.2% 229/jbd2/dm-4-8: 0% user + 0.2% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 0.1% 266/loop16: 0% user + 0.1% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 0.2% 271/loop18: 0% user + 0.2% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 0% 408/traced: 0% user + 0% kernel / faults: 83 minor 7 major +02-27 08:32:39.266 505 24816 E ActivityManager: 0% 14/rcub/0: 0% user + 0% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 0.1% 129/sugov:0: 0% user + 0.1% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 0.1% 130/sugov:1: 0% user + 0.1% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 0.1% 132/sugov:3: 0% user + 0.1% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 0.1% 198/keystore2: 0% user + 0.1% kernel / faults: 3 minor 5 major +02-27 08:32:39.266 505 24816 E ActivityManager: 0.1% 235/tombstoned: 0% user + 0.1% kernel / faults: 17 minor 4 major +02-27 08:32:39.266 505 24816 E ActivityManager: 0.1% 272/loop19: 0% user + 0.1% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 0% 276/loop21: 0% user + 0% kernel +02-27 08:32:39.266 505 24816 E ActivityManager: 0.1% 322/zygote64: 0% user + 0.1% kernel / faults: 21 minor 5 major +02-27 08:32:39.266 505 24816 E ActivityManager: 0.1% 347/android.hardware.sensors@2.1-service.multihal: 0% user + 0.1% kernel / faults: 148 minor 6 major +02-27 08:32:39.266 505 24816 E ActivityManager: 0.1% 421/wificond: 0% user + 0.1% kernel / faults: 74 minor 10 major +02-27 08:32:39.266 505 24816 E ActivityManager: 0.1% 751/wpa_supplicant: 0% user + 0.1% kernel / faults: 13 minor 5 major +02-27 08:32:39.266 505 24816 E ActivityManager: 0.1% 1242/com.google.android.providers.media.module: 0% user + 0.1% kernel / faults: 141 minor +02-27 08:32:39.266 505 24816 E ActivityManager: 0.1% 20161/audioserver: 0% user + 0.1% kernel / faults: 27 minor 2 major +02-27 08:32:39.266 505 24816 E ActivityManager: 0.1% 23736/com.google.android.tvrecommendations: 0% user + 0.1% kernel / faults: 158 minor 6 major +02-27 08:32:39.266 505 24816 E ActivityManager: 0.1% 24510/com.google.android.ext.services: 0% user + 0.1% kernel / faults: 127 minor 1 major +02-27 08:32:39.266 505 24816 E ActivityManager: 91% TOTAL: 19% user + 42% kernel + 11% iowait + 12% irq + 5.3% softirq +02-27 08:32:39.266 505 24816 E ActivityManager: CPU usage from 2830762ms to 2830762ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake: +02-27 08:32:39.266 505 24816 E ActivityManager: 0% TOTAL: 0% user + 0% kernel +02-27 08:32:39.269 24851 24851 I DeviceStatusMonitor: DeviceStatusMonitor.updateCountryInfo():121 updateCountryInfo(), notifyAnyway = true +02-27 08:32:39.315 24368 24599 I NetworkScheduler: Using standalone scheduling engine [CONTEXT service_id=218 ] +02-27 08:32:39.376 505 24816 I ActivityManager: Killing 24368:com.google.android.gms.persistent/u0a57 (adj 100): bg anr +02-27 08:32:39.378 24830 24830 I chromium: [24830:24830:INFO:cast_content_browser_client_internal.cc(428)] Remote heap profiler is disabled. +02-27 08:32:39.388 505 24816 D ActivityManager: Completed ANR of com.google.android.gms.persistent in 5404ms, latency 11703ms +02-27 08:32:39.394 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 24368 in 0ms +02-27 08:32:39.418 505 554 I ActivityManager: Force stopping com.streamflow.tv appid=10082 user=-1: installPackageLI +02-27 08:32:39.432 505 575 I PackageManager: Update package com.streamflow.tv code path from /data/app/~~krJqI_MOHKBNByqWfxe5wQ==/com.streamflow.tv-PKV_NozlK9A5hm7_0ah60w== to /data/app/~~nlXn93A5BLFrEnn1sdCXyA==/com.streamflow.tv-tIn3dWm-8A1HkKbUToJ0Ng==; Retain data and using new +02-27 08:32:39.464 505 575 I PackageManager: Permission ownership changed. Updating all permissions. +02-27 08:32:39.501 505 542 I ServiceWatcher: [GeocoderProxy] disconnected from 10057/com.google.android.gms/.location.geocode.GeocodeService@2 +02-27 08:32:39.501 505 542 I ServiceWatcher: [fused] disconnected from 10057/com.google.android.gms/com.google.android.location.fused.FusedLocationService@1 +02-27 08:32:39.504 322 322 I Zygote : Process 24368 exited due to signal 9 (Killed) +02-27 08:32:39.505 505 542 I ServiceWatcher: [GeofenceProxy] disconnected from 10057/com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService@1 +02-27 08:32:39.505 505 542 I ServiceWatcher: [network] disconnected from 10057/com.google.android.gms/com.google.android.location.network.NetworkLocationService@2 +02-27 08:32:39.505 505 542 I ServiceWatcher: [HardwareActivityRecognitionProxy] disconnected from 10057/com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService@1 +02-27 08:32:39.505 505 1925 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10057/24368, android.os.BinderProxy@6a3442e) +02-27 08:32:39.513 505 24930 I DropBoxManagerService: add tag=system_app_anr isTagEnabled=true flags=0x6 +02-27 08:32:39.566 24765 24825 W GmsClient: IGmsServiceBroker.getService failed +02-27 08:32:39.566 24765 24825 W GmsClient: android.os.DeadObjectException +02-27 08:32:39.566 24765 24825 W GmsClient: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:32:39.566 24765 24825 W GmsClient: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:32:39.566 24765 24825 W GmsClient: at alh.p(PG:14) +02-27 08:32:39.566 24765 24825 W GmsClient: at k.run(PG:19) +02-27 08:32:39.566 24765 24825 W GmsClient: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:32:39.566 24765 24825 W GmsClient: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:32:39.566 24765 24825 W GmsClient: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:32:39.566 24765 24825 W GmsClient: at android.os.Looper.loop(Looper.java:288) +02-27 08:32:39.566 24765 24825 W GmsClient: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:32:39.567 24765 24825 W GmsClient: service descriptor mismatch: com.google.android.gms.phenotype.internal.IPhenotypeService vs. +02-27 08:32:39.684 505 542 W Looper : Slow dispatch took 134ms android.fg h=android.os.Handler c= m=0 +02-27 08:32:39.703 505 891 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.location.geocode.GeocodeService in 1000ms for connection +02-27 08:32:39.703 505 891 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.gcm.GcmService in 11000ms for start-requested +02-27 08:32:39.703 505 891 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentBoundBrokerService in 21000ms for connection +02-27 08:32:39.703 505 891 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.fused.FusedLocationService in 31000ms for connection +02-27 08:32:39.703 505 891 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentDirectBootAwareApiService in 41000ms for connection +02-27 08:32:39.703 505 891 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService in 51000ms for start-requested +02-27 08:32:39.703 505 891 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService in 61000ms for start-requested +02-27 08:32:39.703 505 891 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentIntentOperationService in 71000ms for start-requested +02-27 08:32:39.703 505 891 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService in 81000ms for connection +02-27 08:32:39.703 505 891 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.network.NetworkLocationService in 91000ms for connection +02-27 08:32:39.703 505 891 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentApiService in 101000ms for connection +02-27 08:32:39.705 24629 24629 I ActivityThread: Removing dead content provider:android.content.ContentProviderProxy@cbe57c3 +02-27 08:32:39.708 505 2243 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:32:39.708 505 2243 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:32:39.708 505 2243 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:32:39.708 505 2243 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:32:39.713 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:32:39.716 24851 24851 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = true +02-27 08:32:39.733 322 322 D Zygote : Forked child process 24938 +02-27 08:32:39.737 505 555 I ActivityManager: Start proc 24938:com.google.android.gms.persistent/u0a57 for content provider {com.google.android.gms/com.google.android.gms.auth.account.be.legacy.AccountContentProvider} +02-27 08:32:39.840 182 182 I lowmemorykiller: Kill 'com.google.android.gms' (24629), uid 10057, oom_score_adj 500 to free 88428kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (291%) +02-27 08:32:39.891 24851 24851 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:32:39.892 24851 24851 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:32:39.962 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 24629 in 0ms +02-27 08:32:39.962 505 2621 I ActivityManager: Process com.google.android.gms (pid 24629) has died: svc SVC +02-27 08:32:39.976 322 322 I Zygote : Process 24629 exited due to signal 9 (Killed) +02-27 08:32:40.001 505 2621 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsIntentOperationService in 110702ms for start-requested +02-27 08:32:40.005 505 542 W Looper : Slow dispatch took 244ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:32:40.092 24830 24830 V cr_Accessibility: [BrowserAccessibilityState.java:196] Enabled accessibility services list updated. +02-27 08:32:40.144 505 542 W Looper : Slow dispatch took 139ms android.fg h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null m=1 +02-27 08:32:40.147 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:32:40.147 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:32:40.185 505 553 E PackageManager: Optimistic bind failed. +02-27 08:32:40.185 505 553 E PackageManager: java.util.concurrent.TimeoutException: [Optimistic Bind] Didn't bind to resolver in time! +02-27 08:32:40.185 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.waitForBindLocked(InstantAppResolverConnection.java:160) +02-27 08:32:40.185 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.bind(InstantAppResolverConnection.java:225) +02-27 08:32:40.185 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.lambda$optimisticBind$0$InstantAppResolverConnection(InstantAppResolverConnection.java:255) +02-27 08:32:40.185 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection$$ExternalSyntheticLambda0.run(Unknown Source:2) +02-27 08:32:40.185 505 553 E PackageManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:32:40.185 505 553 E PackageManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:32:40.185 505 553 E PackageManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:32:40.185 505 553 E PackageManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:32:40.185 505 553 E PackageManager: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:32:40.185 24938 24938 E .gms.persisten: Not starting debugger since process cannot load the jdwp agent. +02-27 08:32:40.407 24851 24851 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:32:40.572 24851 24961 E FileCache: FileCache.clearObsoleteFilesInternal():271 Failed to delete all obsolete files under folder: /data/user_de/0/com.google.android.inputmethod.latin/cache/kb_def +02-27 08:32:40.790 505 2621 W ActivityManager: Slow operation: 338ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:32:40.807 505 2621 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:32:40.833 505 2621 W ActivityManager: Slow operation: 381ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:32:40.862 505 2621 W ActivityManager: Slow operation: 410ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:32:40.862 505 2621 W ActivityManager: Slow operation: 410ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:32:40.904 505 2621 D CompatibilityChangeReporter: Compat change id reported: 181136395; UID 10048; state: DISABLED +02-27 08:32:40.921 24830 24956 I cr_CastCrashUploader: Remove crash dumps +02-27 08:32:40.923 505 2621 D CompatibilityChangeReporter: Compat change id reported: 174042936; UID 10048; state: DISABLED +02-27 08:32:40.924 505 2621 W ActivityManager: Slow operation: 472ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:32:40.997 24851 24851 I TVLatinApp: TVLatinApp.initialize():527 initialize() +02-27 08:32:41.026 505 514 I system_server: Background young concurrent copying GC freed 1793298(46MB) AllocSpace objects, 9(624KB) LOS objects, 50% free, 23MB/47MB, paused 573us,27us total 769.088ms +02-27 08:32:41.033 505 2621 W ActivityManager: Slow operation: 576ms so far, now at attachApplicationLocked: after updateOomAdjLocked +02-27 08:32:41.044 505 505 W Looper : Slow dispatch took 119ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:32:41.068 505 542 W Looper : Slow dispatch took 562ms android.fg h=android.os.Handler c=com.android.server.location.provider.proxy.ProxyLocationProvider$1@9db8f53 m=0 +02-27 08:32:41.069 505 542 W Looper : Slow delivery took 564ms android.fg h=android.os.Handler c=com.android.server.location.provider.proxy.ProxyLocationProvider$1@5598090 m=0 +02-27 08:32:41.085 505 542 W Looper : Drained +02-27 08:32:41.107 24938 24938 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:32:41.129 414 414 E installd: Couldn't opendir /data/app/vmdl1883831770.tmp: No such file or directory +02-27 08:32:41.136 414 414 E installd: Failed to delete /data/app/vmdl1883831770.tmp: No such file or directory +02-27 08:32:41.152 505 575 I ActivityManager: Force stopping com.streamflow.tv appid=10082 user=0: pkg removed +02-27 08:32:41.265 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl$RegisteredReceiver +02-27 08:32:41.265 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.instantapps.appmanagement.InstantAppRemoveMonitor +02-27 08:32:41.265 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy +02-27 08:32:41.265 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:32:41.306 505 505 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 1000; state: DISABLED +02-27 08:32:41.306 505 505 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 1000; state: DISABLED +02-27 08:32:41.307 505 505 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 1000; state: DISABLED +02-27 08:32:41.309 505 505 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 1000; state: ENABLED +02-27 08:32:41.321 24830 24960 I chromium: [24830:24960:INFO:cast_media_android.cc(44)] Initialize: +02-27 08:32:41.321 24830 24960 I cr_VolumeControlAndroid: Creating new VolumeControl instance +02-27 08:32:41.337 322 322 D Zygote : Forked child process 24965 +02-27 08:32:41.337 505 555 W ActivityManager: Slow operation: 64ms so far, now at startProcess: returned from zygote! +02-27 08:32:41.200 505 505 W Binder:505_F: type=1400 audit(0.0:2092): avc: denied { getopt } for scontext=u:r:system_server:s0 tcontext=u:r:shell:s0 tclass=unix_stream_socket permissive=0 +02-27 08:32:41.200 505 505 W Binder:505_F: type=1400 audit(0.0:2093): avc: denied { getopt } for scontext=u:r:system_server:s0 tcontext=u:r:shell:s0 tclass=unix_stream_socket permissive=0 +02-27 08:32:41.200 505 505 W Binder:505_F: type=1400 audit(0.0:2094): avc: denied { getopt } for scontext=u:r:system_server:s0 tcontext=u:r:shell:s0 tclass=unix_stream_socket permissive=0 +02-27 08:32:41.361 505 575 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10082; state: DISABLED +02-27 08:32:41.408 1242 1242 I MediaProvider: Invalidating LocalCallingIdentity cache for package com.streamflow.tv. Reason: package android.intent.action.PACKAGE_REMOVED +02-27 08:32:41.428 24965 24965 E ndroid.keychai: Not starting debugger since process cannot load the jdwp agent. +02-27 08:32:41.433 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.google.android.packageinstaller/com.android.packageinstaller.PackageInstalledReceiver +02-27 08:32:41.433 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl$RegisteredReceiver +02-27 08:32:41.433 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy +02-27 08:32:41.433 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver +02-27 08:32:41.433 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:32:41.468 505 555 W ActivityManager: Slow operation: 195ms so far, now at startProcess: done updating battery stats +02-27 08:32:41.468 505 555 W ActivityManager: Slow operation: 195ms so far, now at startProcess: building log message +02-27 08:32:41.468 505 555 I ActivityManager: Start proc 24965:com.android.keychain/1000 for service {com.android.keychain/com.android.keychain.KeyChainService} +02-27 08:32:41.468 505 555 W ActivityManager: Slow operation: 195ms so far, now at startProcess: starting to update pids map +02-27 08:32:41.476 505 555 W ActivityManager: Slow operation: 203ms so far, now at startProcess: done updating pids map +02-27 08:32:41.476 505 542 D CompanionDeviceManagerService: onPackageModified(packageName = com.streamflow.tv) +02-27 08:32:41.482 505 505 W Looper : Slow delivery took 233ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@ab52466 m=0 +02-27 08:32:41.485 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(17)] Build volume cache for type 0: +02-27 08:32:41.485 1242 1242 I MediaProvider: Invalidating LocalCallingIdentity cache for package com.streamflow.tv. Reason: package android.intent.action.PACKAGE_ADDED +02-27 08:32:41.530 20937 20937 V MediaPlayerList: mPackageChangedBroadcastReceiver: action: android.intent.action.PACKAGE_REMOVED +02-27 08:32:41.568 24851 24851 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:32:41.621 24851 24909 I LauncherIconVisibilityInitializerBase: LauncherIconVisibilityInitializerBase.lambda$doUpdate$0():52 doUpdate() : Visible = false +02-27 08:32:41.674 505 505 W Looper : Slow dispatch took 140ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@7df20f2 m=0 +02-27 08:32:41.682 24830 24830 I chromium: [24830:24830:INFO:supported_codec_finder.cc(28)] Adding 32 supported codec profiles/levels +02-27 08:32:41.688 505 505 V BackupManagerConstants: getFullBackupIntervalMilliseconds(...) returns 86400000 +02-27 08:32:41.688 505 505 V BackupManagerConstants: getFullBackupRequiredNetworkType(...) returns 2 +02-27 08:32:41.688 505 505 V BackupManagerConstants: getFullBackupRequireCharging(...) returns true +02-27 08:32:41.688 24830 24957 I chromium: [24830:24957:INFO:external_mojo_broker.cc(236)] Register service cast_browser +02-27 08:32:41.733 24534 24543 I roid.tvlaunche: Background concurrent copying GC freed 9907(809KB) AllocSpace objects, 15(1304KB) LOS objects, 49% free, 5854KB/11MB, paused 23us,49us total 535.819ms +02-27 08:32:41.746 505 554 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:32:41.765 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:32:41.765 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:32:41.765 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:32:41.765 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:32:41.765 505 554 W ActivityManager: Slow operation: 55ms so far, now at startProcess: done starting proc! +02-27 08:32:41.765 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:32:41.765 24851 24851 I AndroidIME: TVLatinApp.onUserUnlocked():254 device protected preferences are migrated +02-27 08:32:41.829 322 322 D Zygote : Forked child process 24983 +02-27 08:32:41.829 505 555 W ActivityManager: Slow operation: 84ms so far, now at startProcess: returned from zygote! +02-27 08:32:41.829 505 1686 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 1000; state: DISABLED +02-27 08:32:41.829 505 1686 W ActivityManager: Slow operation: 56ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:32:41.832 505 1686 W ActivityManager: Slow operation: 59ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:32:41.833 505 1686 W ActivityManager: Slow operation: 59ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:32:41.842 20937 20937 V MediaPlayerList: mPackageChangedBroadcastReceiver: action: android.intent.action.PACKAGE_ADDED +02-27 08:32:41.842 20937 20937 D MediaPlayerList: Name of package changed: com.streamflow.tv +02-27 08:32:41.842 505 1686 W ActivityManager: Slow operation: 69ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:32:41.844 24965 24965 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 1000; state: ENABLED +02-27 08:32:41.873 24830 24830 I chromium: [24830:24830:INFO:uds_peercred_filter.cc(165)] Performing one-time injection of UdsPeercredFilter into GRPC. +02-27 08:32:41.897 505 555 W ActivityManager: Slow operation: 152ms so far, now at startProcess: done updating battery stats +02-27 08:32:41.897 505 555 W ActivityManager: Slow operation: 152ms so far, now at startProcess: building log message +02-27 08:32:41.897 505 555 I ActivityManager: Start proc 24983:com.android.vending/u0a58 for broadcast {com.android.vending/com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl$RegisteredReceiver} +02-27 08:32:41.897 505 555 W ActivityManager: Slow operation: 152ms so far, now at startProcess: starting to update pids map +02-27 08:32:41.902 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:32:41.906 505 555 W ActivityManager: Slow operation: 161ms so far, now at startProcess: done updating pids map +02-27 08:32:41.935 24830 24830 W chromium: [24830:24830:WARNING:client_auth_manager.cc(103)] Old certificate is empty. +02-27 08:32:41.955 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:32:41.959 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 0(0) -> -120 +02-27 08:32:41.961 24830 24830 E chromium: [24830:24830:ERROR:device_info_impl.cc(1352)] Cannot get MAC address. +02-27 08:32:41.966 24830 24830 I chromium: [24830:24830:INFO:device_info_impl.cc(1356)] MAC address for : 00:00:00:00:00:00 +02-27 08:32:42.104 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 1(0.0666667) -> -53.2632 +02-27 08:32:42.272 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 2(0.133333) -> -46.6316 +02-27 08:32:42.280 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 3(0.2) -> -40 +02-27 08:32:42.326 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 4(0.266667) -> -36.55 +02-27 08:32:42.346 24983 24983 E android.vendin: Not starting debugger since process cannot load the jdwp agent. +02-27 08:32:42.412 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 5(0.333333) -> -32.525 +02-27 08:32:42.451 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 6(0.4) -> -28.5 +02-27 08:32:42.453 24938 24948 I .gms.persisten: Background young concurrent copying GC freed 12865(562KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1892KB/25MB, paused 165us,5us total 507.831ms +02-27 08:32:42.509 24552 24571 I PermissionControllerServiceImpl: Updating user sensitive for uid 10082 +02-27 08:32:42.518 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 7(0.466667) -> -25.05 +02-27 08:32:42.682 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 8(0.533333) -> -21.025 +02-27 08:32:42.689 505 2243 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10058; state: DISABLED +02-27 08:32:42.741 505 2243 W ActivityManager: Slow operation: 73ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:32:42.760 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 9(0.6) -> -17 +02-27 08:32:42.789 505 2243 W ActivityManager: Slow operation: 121ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:32:42.790 505 2243 W ActivityManager: Slow operation: 122ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:32:42.888 24830 24830 I chromium: [24830:24830:INFO:device_info_impl.cc(405)] Device model id: Google.emulator64_arm64.sdk_google_atv64_arm64 +02-27 08:32:42.888 24830 24830 I chromium: [24830:24830:INFO:device_info_impl.cc(440)] Control Notifications: 0 +02-27 08:32:42.906 24851 24861 W putmethod.lati: Suspending all threads took: 154.448ms +02-27 08:32:42.922 24830 24830 E chromium: [24830:24830:ERROR:device_info_impl.cc(145)] Cannot read file: /data/bootid +02-27 08:32:42.936 24830 24830 I chromium: [24830:24830:INFO:device_info_impl.cc(456)] SSDP Boot ID: 0 +02-27 08:32:42.936 24830 24830 I chromium: [24830:24830:INFO:device_info_impl.cc(460)] SSDP Config ID: 1 +02-27 08:32:42.957 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 10(0.666667) -> -14.45 +02-27 08:32:42.982 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 11(0.733333) -> -11.475 +02-27 08:32:42.989 505 2243 W ActivityManager: Slow operation: 321ms so far, now at attachApplicationLocked: after sendPendingBroadcastsLocked +02-27 08:32:43.020 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 12(0.8) -> -8.5 +02-27 08:32:43.033 24983 24983 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:32:43.049 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 13(0.866667) -> -5.95 +02-27 08:32:43.050 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 14(0.933333) -> -2.975 +02-27 08:32:43.050 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 15(1) -> 0 +02-27 08:32:43.107 24830 24973 I chromium: [24830:24973:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-40 type=MEDIA +02-27 08:32:43.173 24830 24973 I chromium: [24830:24973:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=0: volume=0.2 (-40) mute=0 +02-27 08:32:43.173 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(17)] Build volume cache for type 1: +02-27 08:32:43.218 505 505 W Looper : Slow dispatch took 1544ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@dd3f4d8 m=0 +02-27 08:32:43.225 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 0(0) -> -29.7 +02-27 08:32:43.228 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 1(0.142857) -> -29.7 +02-27 08:32:43.228 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 2(0.285714) -> -25.0455 +02-27 08:32:43.228 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 3(0.428571) -> -20.1 +02-27 08:32:43.229 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 4(0.571429) -> -15 +02-27 08:32:43.232 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 5(0.714286) -> -9.9 +02-27 08:32:43.232 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 6(0.857143) -> -4.8 +02-27 08:32:43.233 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 7(1) -> 0 +02-27 08:32:43.233 24830 24973 I chromium: [24830:24973:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-25.0455 type=ALARM +02-27 08:32:43.236 24830 24973 I chromium: [24830:24973:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=1: volume=0.285714 (-25.0455) mute=0 +02-27 08:32:43.237 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(17)] Build volume cache for type 2: +02-27 08:32:43.274 24534 24534 I Choreographer: Skipped 53 frames! The application may be doing too much work on its main thread. +02-27 08:32:43.296 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 0(0) -> -120 +02-27 08:32:43.298 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 1(0.142857) -> -21.5625 +02-27 08:32:43.299 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 2(0.285714) -> -18.9375 +02-27 08:32:43.299 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 3(0.428571) -> -16.3636 +02-27 08:32:43.299 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 4(0.571429) -> -13.6364 +02-27 08:32:43.299 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 5(0.714286) -> -11.1176 +02-27 08:32:43.319 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 6(0.857143) -> -8.64706 +02-27 08:32:43.393 505 505 W Looper : Slow dispatch took 124ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@ee94031 m=0 +02-27 08:32:43.406 24830 24830 W chromium: [24830:24830:WARNING:secure_storage_impl.cc(115)] Device key not available yet. +02-27 08:32:43.423 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 7(1) -> -6 +02-27 08:32:43.438 24830 24973 I chromium: [24830:24973:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-21.5625 type=COMMUNICATION +02-27 08:32:43.514 24830 24973 I chromium: [24830:24973:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=2: volume=0.142857 (-21.5625) mute=0 +02-27 08:32:43.514 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(17)] Build volume cache for type 3: +02-27 08:32:43.612 24830 24830 I chromium: [24830:24830:INFO:crypto_manager.cc(257)] Public key: MIIBCgKCAQEAw2jhAxLfHUp4ZFJiAJ6Od5c82w7pu4hXjsGkAybnQ9X8f5omqDtNN7/NYNyWBhHxz0Szft+npN3L/hE7Q1pDlruIMfNHIKMGaAbqlKXxMmqClSYYEPQMSuiXIwzc9Y3GPGR8dyXlCE8ZFEKFX+cM/ZuXO2/XSTTI8yZQAEmO2Pegn/4xEqJyrArhSWCUYAawJNTy8s7XLGAaX4s8RAudmFew44ga0/iOVYpfVAovtc9YDsjauTXqYRT0Y+4I1982SWg/uQNIyvpdICSDwpCdR+82Ek+Enl//bkS2OAHymRWS5jh6ClWMAA+lCUtx6UlyzfJ4l732iGRXaMSfwLNVnwIDAQAB +02-27 08:32:43.628 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 0(0) -> -24 +02-27 08:32:43.637 24830 24830 I chromium: [24830:24830:INFO:crypto_manager.cc(268)] Public modulus: w2jhAxLfHUp4ZFJiAJ6Od5c82w7pu4hXjsGkAybnQ9X8f5omqDtNN7_NYNyWBhHxz0Szft-npN3L_hE7Q1pDlruIMfNHIKMGaAbqlKXxMmqClSYYEPQMSuiXIwzc9Y3GPGR8dyXlCE8ZFEKFX-cM_ZuXO2_XSTTI8yZQAEmO2Pegn_4xEqJyrArhSWCUYAawJNTy8s7XLGAaX4s8RAudmFew44ga0_iOVYpfVAovtc9YDsjauTXqYRT0Y-4I1982SWg_uQNIyvpdICSDwpCdR-82Ek-Enl__bkS2OAHymRWS5jh6ClWMAA-lCUtx6UlyzfJ4l732iGRXaMSfwLNVnw +02-27 08:32:43.637 24830 24830 I chromium: [24830:24830:INFO:crypto_manager.cc(273)] Public exponent: AQAB +02-27 08:32:43.670 24534 24611 D EGL_emulation: app_time_stats: avg=5848.02ms min=161.57ms max=11534.46ms count=2 +02-27 08:32:43.690 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 1(0.2) -> -24 +02-27 08:32:43.764 505 505 W Looper : Slow dispatch took 256ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=3 +02-27 08:32:43.817 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 2(0.4) -> -17.9394 +02-27 08:32:43.829 24830 24830 I chromium: [24830:24830:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:32:43.829 24830 24830 I chromium: [24830:24830:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:32:43.829 24830 25005 I chromium: [24830:25005:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:32:43.837 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 3(0.6) -> -11.8788 +02-27 08:32:43.838 24830 24830 I chromium: [24830:24830:INFO:service_base.h(78)] Size of the map for type AuthTokenResponse is 0 +02-27 08:32:43.863 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 4(0.8) -> -5.88235 +02-27 08:32:43.902 24830 24973 I chromium: [24830:24973:INFO:volume_cache.cc(28)] 5(1) -> 0 +02-27 08:32:43.908 24830 24973 I chromium: [24830:24973:INFO:audio_sink_manager.cc(67)] SetTypeVolumeDb: level_db=-17.9394 type=OTHER +02-27 08:32:43.912 24830 24973 I chromium: [24830:24973:INFO:volume_control_android.cc(184)] InitializeOnThread: Initial values for type=3: volume=0.4 (-17.9394) mute=0 +02-27 08:32:43.926 24851 24861 W putmethod.lati: Suspending all threads took: 11.896ms +02-27 08:32:43.948 24830 24830 W chromium: [24830:24830:WARNING:service_manager_android.cc(70)] Client wayland was not found in whitelisted packages. +02-27 08:32:43.950 24830 24830 I chromium: [24830:24830:INFO:service_manager_android.cc(79)] Creating socket localhost:10042 +02-27 08:32:43.950 24830 24830 I chromium: [24830:24830:INFO:grpc_manager_impl.cc(335)] GRPC[uri=localhost:10042]: Shutting down CQ. +02-27 08:32:43.950 24830 24830 I chromium: [24830:24830:INFO:grpc_completion_queue_wrapper.cc(51)] CQ is shutting down: id=0 +02-27 08:32:43.950 24830 25005 I chromium: [24830:25005:INFO:grpc_manager_impl.cc(689)] GRPC[uri=]: Completion queue is exiting: id=0 +02-27 08:32:43.962 24830 24830 I chromium: [24830:24830:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=1 +02-27 08:32:43.962 24830 24830 I chromium: [24830:24830:INFO:grpc_manager_impl.cc(852)] GRPC[uri=localhost:10042]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:32:43.962 24830 24830 I chromium: [24830:24830:INFO:grpc_manager_impl.cc(442)] GRPC[uri=localhost:10042]: Can't start server yet, missing start_requsted_ +02-27 08:32:43.963 24830 25005 I chromium: [24830:25005:INFO:grpc_manager_impl.cc(683)] GRPC[uri=localhost:10042]: Started processing completion queue: id=1 +02-27 08:32:43.967 24965 24965 V GraphicsEnvironment: ANGLE Developer option for 'com.android.keychain' set to: 'default' +02-27 08:32:43.967 24965 24965 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:32:43.977 24965 24965 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:32:44.002 505 505 W Looper : Drained +02-27 08:32:44.008 24830 24830 I chromium: [24830:24830:INFO:grpc_manager_impl.cc(384)] GRPC[uri=localhost:10042]: Registered service chromecast.user_auth.proto.UserAuthService +02-27 08:32:44.008 24830 24830 I chromium: [24830:24830:INFO:grpc_manager_impl.cc(406)] GRPC[uri=localhost:10042]: Registered a handler AuthTokenChannel for service chromecast.user_auth.proto.UserAuthService +02-27 08:32:44.009 24830 24830 I chromium: [24830:24830:INFO:grpc_manager_impl.cc(452)] GRPC[uri=localhost:10042]: Proceeding to try to start server. +02-27 08:32:44.037 24965 24965 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:32:44.068 505 553 W TextServicesManagerService: no available spell checker services found +02-27 08:32:44.100 24983 24983 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:32:44.111 24938 24938 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:32:44.137 505 553 W Searchables: No global search activity found +02-27 08:32:44.152 505 553 W Searchables: No global search activity found +02-27 08:32:44.982 505 514 W system_server: Suspending all threads took: 103.068ms +02-27 08:32:45.042 24830 24830 I chromium: [24830:24830:INFO:grpc_manager_impl.cc(509)] GRPC[uri=localhost:10042]: Grpc server started in port 10042 +02-27 08:32:45.042 24830 24830 I chromium: [24830:24830:INFO:service_manager_android.cc(83)] Android server started for service: user_auth +02-27 08:32:45.074 505 1685 W ContentProviderHelper: Slow operation: 624ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:32:45.116 505 1685 W ContentProviderHelper: Slow operation: 666ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:32:45.116 505 1685 W ContentProviderHelper: Slow operation: 666ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:32:45.132 505 1685 W ContentProviderHelper: Slow operation: 682ms so far, now at getContentProviderImpl: before updateLruProcess +02-27 08:32:45.170 505 1685 W ContentProviderHelper: Slow operation: 720ms so far, now at getContentProviderImpl: after updateLruProcess +02-27 08:32:45.171 505 1685 W ContentProviderHelper: Slow operation: 721ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:32:45.496 24851 24861 W putmethod.lati: Suspending all threads took: 14.004ms +02-27 08:32:45.571 24830 24830 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:32:45.606 24830 24830 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:32:45.653 24851 25021 I SuperpacksManager: SuperpacksManager.initializeInternal():509 initializeInternal() +02-27 08:32:46.170 505 1685 W ContentProviderHelper: Slow operation: 1720ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:32:46.173 505 1685 W ContentProviderHelper: Slow operation: 1723ms so far, now at getContentProviderImpl: done! +02-27 08:32:46.250 24851 25012 I ShortcutsDataManager: ShortcutsDataManager.onContentChanged():73 onContentChanged() +02-27 08:32:46.259 24851 25012 I ContactsDataManager: ContactsDataManager.onContentChanged():159 onContentChanged() +02-27 08:32:46.260 24851 25012 I EmailDataManager: EmailDataManager.onContentChanged():115 onContentChanged() +02-27 08:32:46.261 505 514 I system_server: Background young concurrent copying GC freed 1324247(33MB) AllocSpace objects, 11(660KB) LOS objects, 40% free, 28MB/47MB, paused 446us,136.271ms total 2.041s +02-27 08:32:46.274 24851 24851 I PhenotypeModule: PhenotypeModule.onCreate():142 onCreate() +02-27 08:32:46.277 24983 24983 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:32:46.277 24983 24983 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:32:46.278 24851 24851 I PhenotypeModule: PhenotypeModule.maybeFetchAndUpdate():169 maybeFetchAndUpdate: forceRefresh=true +02-27 08:32:46.283 24983 24983 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:32:46.285 24938 24938 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:32:46.285 24938 24938 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:32:46.290 24983 24983 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:32:46.292 24851 25023 W putmethod.lati: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:32:46.293 24851 25023 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:32:46.293 24851 25023 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:32:46.325 24938 24938 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:32:46.337 505 554 W ActivityManager: Timeout executing service: ServiceRecord{98a6780 u0 com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:32:46.520 24938 24938 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:32:46.562 24830 24830 I chromium: [24830:24830:INFO:gcm_manager.cc(132)] GCM Dir = /data/user/0/com.google.android.apps.mediashell/cache/gcm +02-27 08:32:46.571 24830 24830 I chromium: [24830:24830:INFO:gcm_manager.cc(246)] Enabling GCM Driver +02-27 08:32:46.616 505 25030 I ActivityManager: dumpStackTraces pids=null nativepids=null +02-27 08:32:46.686 24851 24861 W putmethod.lati: Suspending all threads took: 15.940ms +02-27 08:32:46.846 24830 24830 I chromium: [24830:24830:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/home.hds.proto.device.config.RefreshConfigRequest +02-27 08:32:46.846 24830 24830 I chromium: [24830:24830:INFO:preload_initiator_mdns.cc(91)] Preload type: mdns +02-27 08:32:46.860 505 25030 I ActivityManager: Dumping to /data/anr/anr_2026-02-27-08-32-46-788 +02-27 08:32:46.860 505 25030 I ActivityManager: Collecting stacks for pid 24851 +02-27 08:32:46.862 505 25030 I system_server: libdebuggerd_client: started dumping process 24851 +02-27 08:32:46.869 24830 24830 W chromium: [24830:24830:WARNING:hds_settings.cc(107)] HDS URL has not been set through command line. +02-27 08:32:46.886 235 235 I tombstoned: registered intercept for pid 24851 and type kDebuggerdJavaBacktrace +02-27 08:32:46.920 24851 24857 I putmethod.lati: Thread[4,tid=24857,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b08fb20,peer=0x12c40000,"Signal Catcher"]: reacting to signal 3 +02-27 08:32:46.932 24851 24857 I putmethod.lati: +02-27 08:32:46.994 24830 24830 I chromium: [24830:24830:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:32:46.994 24830 24830 I chromium: [24830:24830:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:32:46.998 24830 25034 I chromium: [24830:25034:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:32:47.002 24830 24830 I chromium: [24830:24830:INFO:grpc_manager_impl.cc(437)] GRPC[uri=]: Can't start server yet, missing URI. +02-27 08:32:47.010 24830 24830 I chromium: [24830:24830:INFO:lycra_gcm_impl.cc(112)] Deferring GCM registration until connectivity is up. +02-27 08:32:47.483 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:32:47.514 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:32:47.515 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:32:47.515 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:32:47.515 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:32:47.515 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:32:47.515 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:32:47.515 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:32:47.515 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:32:47.515 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:32:47.515 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:32:47.515 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:32:47.515 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:32:47.515 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:32:47.515 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:32:47.515 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:32:47.515 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:32:47.515 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:32:47.516 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(165)] Presence settings is: 0 +02-27 08:32:47.516 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(183)] Presence radar settings is: 0 +02-27 08:32:47.520 24830 24830 I chromium: [24830:24830:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:32:47.520 24830 24830 I chromium: [24830:24830:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:32:47.520 24830 25035 I chromium: [24830:25035:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:32:47.621 24830 24830 I chromium: [24830:24830:INFO:service_base.h(246)] Container sizes for type CloudSetting are (session_info_map: 0), (topic_info_map: 0), (pending_events: 0). +02-27 08:32:47.823 24830 24830 E chromium: [24830:24830:ERROR:socket_manifest_android.cc(33)] Socket config not found for service cloud_settings +02-27 08:32:47.832 24830 24830 W chromium: [24830:24830:WARNING:service_manager_android.cc(62)] No socket entry found for cloud_settings. Ignore if service was not intended to run on this OS. +02-27 08:32:47.847 24830 24830 I chromium: [24830:24830:INFO:cloud_settings_grpc_service_impl.cc(55)] CloudSettingsGrpcServiceImpl constructed, and started gRPC server. +02-27 08:32:47.848 24830 24830 I chromium: [24830:24830:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: a11y_display_settings +02-27 08:32:47.865 24830 24830 W chromium: [24830:24830:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [a11y_display_settings] in settings. +02-27 08:32:47.872 24830 24830 I chromium: [24830:24830:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: a11y_trait +02-27 08:32:47.881 24830 24830 W chromium: [24830:24830:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [a11y_trait] in settings. +02-27 08:32:47.881 24830 24830 I chromium: [24830:24830:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: alarm_volume_settings +02-27 08:32:47.881 24830 24830 W chromium: [24830:24830:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [alarm_volume_settings] in settings. +02-27 08:32:47.881 24830 24830 I chromium: [24830:24830:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: ambient_eq_settings +02-27 08:32:47.881 24830 24830 W chromium: [24830:24830:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [ambient_eq_settings] in settings. +02-27 08:32:47.881 24830 24830 I chromium: [24830:24830:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: assistant_volume_settings +02-27 08:32:47.881 24830 24830 W chromium: [24830:24830:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [assistant_volume_settings] in settings. +02-27 08:32:47.881 24830 24830 I chromium: [24830:24830:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: auto_software_update_settings +02-27 08:32:47.881 24830 24830 W chromium: [24830:24830:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [auto_software_update_settings] in settings. +02-27 08:32:47.881 24830 24830 I chromium: [24830:24830:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: display_theme_settings +02-27 08:32:47.881 24830 24830 W chromium: [24830:24830:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [display_theme_settings] in settings. +02-27 08:32:47.881 24830 24830 I chromium: [24830:24830:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: do_not_disturb_settings +02-27 08:32:47.881 24830 24830 W chromium: [24830:24830:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [do_not_disturb_settings] in settings. +02-27 08:32:47.881 24830 24830 I chromium: [24830:24830:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: eureka_info_settings +02-27 08:32:47.881 24830 24830 W chromium: [24830:24830:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [eureka_info_settings] in settings. +02-27 08:32:47.881 24830 24830 I chromium: [24830:24830:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: hdmi_settings +02-27 08:32:47.881 24830 24830 W chromium: [24830:24830:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [hdmi_settings] in settings. +02-27 08:32:47.881 24830 24830 I chromium: [24830:24830:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: night_mode_settings +02-27 08:32:47.881 24830 24830 W chromium: [24830:24830:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [night_mode_settings] in settings. +02-27 08:32:47.881 24830 24830 I chromium: [24830:24830:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: preview_program_settings +02-27 08:32:47.881 24830 24830 W chromium: [24830:24830:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [preview_program_settings] in settings. +02-27 08:32:47.881 24830 24830 I chromium: [24830:24830:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: privacy_settings +02-27 08:32:47.881 24830 24830 W chromium: [24830:24830:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [privacy_settings] in settings. +02-27 08:32:47.881 24830 24830 I chromium: [24830:24830:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: radar_presence_detection_settings +02-27 08:32:47.881 24830 24830 W chromium: [24830:24830:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [radar_presence_detection_settings] in settings. +02-27 08:32:47.881 24830 24830 I chromium: [24830:24830:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: technical_info +02-27 08:32:47.881 24830 24830 W chromium: [24830:24830:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [technical_info] in settings. +02-27 08:32:47.881 24830 24830 I chromium: [24830:24830:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: touch_interaction_presence_detection_settings +02-27 08:32:47.881 24830 24830 W chromium: [24830:24830:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [touch_interaction_presence_detection_settings] in settings. +02-27 08:32:47.881 24830 24830 I chromium: [24830:24830:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: ultrasound_settings +02-27 08:32:47.881 24830 24830 W chromium: [24830:24830:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [ultrasound_settings] in settings. +02-27 08:32:47.881 24830 24830 I chromium: [24830:24830:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: user_eq_settings +02-27 08:32:47.881 24830 24830 W chromium: [24830:24830:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [user_eq_settings] in settings. +02-27 08:32:47.881 24830 24830 I chromium: [24830:24830:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: user_interface_settings +02-27 08:32:47.881 24830 24830 W chromium: [24830:24830:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [user_interface_settings] in settings. +02-27 08:32:47.881 24830 24830 I chromium: [24830:24830:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: voice_interaction_presence_detection_settings +02-27 08:32:47.881 24830 24830 W chromium: [24830:24830:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [voice_interaction_presence_detection_settings] in settings. +02-27 08:32:47.881 24830 24830 I chromium: [24830:24830:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: wifi_settings +02-27 08:32:47.881 24830 24830 W chromium: [24830:24830:WARNING:cloud_settings_manager_impl.cc(178)] Cannot find [wifi_settings] in settings. +02-27 08:32:48.111 24983 24992 W android.vendin: Suspending all threads took: 6.436ms +02-27 08:32:48.236 24830 24830 I chromium: [24830:24830:INFO:cloud_settings_manager_impl.cc(225)] Cloud settings is disabled. +02-27 08:32:48.260 24830 24830 W chromium: [24830:24830:WARNING:client_auth_manager.cc(103)] Old certificate is empty. +02-27 08:32:48.294 24830 24830 I chromium: [24830:24830:INFO:usonia_configs_with_cast_features.cc(55)] No extra groups +02-27 08:32:48.314 24830 24830 I chromium: [24830:24830:INFO:usonia_configs_with_cast_features.cc(304)] Usonia configs: UsoniaConfigs initialized +02-27 08:32:48.314 24830 24830 I chromium: [24830:24830:INFO:usonia_configs_with_cast_features.cc(305)] id_is_authenticated=0 +02-27 08:32:48.314 24830 24830 I chromium: [24830:24830:INFO:usonia_configs_with_cast_features.cc(306)] usonia_require_authenticated_ids=1 +02-27 08:32:48.322 24830 24830 I chromium: [24830:24830:INFO:usonia_configs_with_cast_features.cc(308)] usonia_extra_multicast_groups= +02-27 08:32:48.333 24830 24830 I chromium: [24830:24830:INFO:usonia_configs_with_cast_features.cc(310)] usonia_multicast_ttl=1 +02-27 08:32:48.333 24830 24830 I chromium: [24830:24830:INFO:usonia_configs_with_cast_features.cc(311)] usonia_higher_root_precedence=0 +02-27 08:32:48.334 24830 24830 I chromium: [24830:24830:INFO:usonia_configs_with_cast_features.cc(313)] usonia_allow_self_signed_certs=0 +02-27 08:32:48.334 24830 24830 I chromium: [24830:24830:INFO:usonia_configs_with_cast_features.cc(315)] usonia_enable_trusted_sets=1 +02-27 08:32:48.360 24830 25037 I chromium: [24830:25037:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:32:48.360 24830 25037 I chromium: [24830:25037:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:32:48.368 24830 25038 I chromium: [24830:25038:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:32:48.376 24830 25037 I chromium: [24830:25037:INFO:grpc_auth_manager_with_grpc_ipc.cc(63)] Connecting IPC for Auth.AuthReadyStreaming. +02-27 08:32:48.376 24830 24924 I chromium: [24830:24924:INFO:directory_service_impl.cc(419)] Boot count is now 16 +02-27 08:32:48.424 24830 24924 I chromium: [24830:24924:INFO:parent_tracker.cc(117)] [REDACTED] has hash 1127492593, root wait is 0.115374 s +02-27 08:32:48.470 235 235 I tombstoned: received crash request for pid 24851 +02-27 08:32:48.471 235 235 I tombstoned: found intercept fd 512 for pid 24851 and type kDebuggerdJavaBacktrace +02-27 08:32:48.473 24851 24857 I putmethod.lati: Wrote stack traces to tombstoned +02-27 08:32:48.478 24830 24924 I chromium: [24830:24924:INFO:parent_tracker.cc(213)] Now using local address [REDACTED] +02-27 08:32:48.478 24830 24924 I chromium: [24830:24924:INFO:parent_tracker.cc(231)] Using multicast TTL 1 +02-27 08:32:48.490 235 235 W tombstoned: missing output fd +02-27 08:32:48.498 24851 25021 I SuperpacksManager: SuperpacksManager.initializeInternal():556 Switched background task scheduler: false +02-27 08:32:48.506 505 25030 I system_server: libdebuggerd_client: done dumping process 24851 +02-27 08:32:48.530 24830 24924 I chromium: [24830:24924:INFO:parent_tracker.cc(479)] Trusted set support is disabled +02-27 08:32:48.556 505 25030 I ActivityManager: Done dumping +02-27 08:32:48.557 24830 24924 E chromium: [24830:24924:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 08:32:48.557 24830 24924 E chromium: [24830:24924:ERROR:tcp_listener.cc(65)] Listen failed: net::ERR_ADDRESS_IN_USE : 0.0.0.0:10101 +02-27 08:32:48.557 24830 24924 E chromium: [24830:24924:ERROR:ssl_message_stream_socket_factory_cast.cc(72)] SSL listener error: -1 +02-27 08:32:48.562 505 25030 E ActivityManager: ANR in com.google.android.inputmethod.latin +02-27 08:32:48.562 505 25030 E ActivityManager: PID: 24851 +02-27 08:32:48.562 505 25030 E ActivityManager: Reason: executing service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME +02-27 08:32:48.562 505 25030 E ActivityManager: Frozen: false +02-27 08:32:48.562 505 25030 E ActivityManager: Load: 0.0 / 0.0 / 0.0 +02-27 08:32:48.562 505 25030 E ActivityManager: ----- Output from /proc/pressure/memory ----- +02-27 08:32:48.562 505 25030 E ActivityManager: some avg10=32.90 avg60=28.76 avg300=22.83 total=437293827 +02-27 08:32:48.562 505 25030 E ActivityManager: full avg10=9.54 avg60=7.94 avg300=5.69 total=110553225 +02-27 08:32:48.562 505 25030 E ActivityManager: ----- End output from /proc/pressure/memory ----- +02-27 08:32:48.562 505 25030 E ActivityManager: +02-27 08:32:48.562 505 25030 E ActivityManager: CPU usage from 7236ms to 0ms ago (2026-02-27 08:32:39.188 to 2026-02-27 08:32:46.441): +02-27 08:32:48.562 505 25030 E ActivityManager: 89% 505/system_server: 45% user + 43% kernel / faults: 27796 minor 1161 major +02-27 08:32:48.562 505 25030 E ActivityManager: 26% 24830/com.google.android.apps.mediashell: 4.6% user + 21% kernel / faults: 8661 minor 758 major +02-27 08:32:48.562 505 25030 E ActivityManager: 21% 24851/com.google.android.inputmethod.latin: 10% user + 11% kernel / faults: 11312 minor 490 major +02-27 08:32:48.562 505 25030 E ActivityManager: 14% 24534/com.google.android.tvlauncher: 3.7% user + 10% kernel / faults: 6340 minor 304 major +02-27 08:32:48.562 505 25030 E ActivityManager: 14% 116/kswapd0: 0% user + 14% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 1.1% 24552/com.google.android.permissioncontroller: 0.3% user + 0.8% kernel / faults: 3206 minor 113 major +02-27 08:32:48.562 505 25030 E ActivityManager: 3.7% 12/ksoftirqd/0: 0% user + 3.7% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 3.5% 360/surfaceflinger: 0.2% user + 3.3% kernel / faults: 370 minor 29 major +02-27 08:32:48.562 505 25030 E ActivityManager: 3.3% 338/android.hardware.graphics.composer@2.3-service: 0.4% user + 2.9% kernel / faults: 172 minor 16 major +02-27 08:32:48.562 505 25030 E ActivityManager: 3.1% 263/loop14: 0% user + 3.1% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 2.7% 24765/com.google.android.tv.remote.service: 0.2% user + 2.4% kernel / faults: 1486 minor 65 major +02-27 08:32:48.562 505 25030 E ActivityManager: 2.6% 13/rcu_preempt: 0% user + 2.6% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 2% 20161/audioserver: 0.2% user + 1.7% kernel / faults: 324 minor 27 major +02-27 08:32:48.562 505 25030 E ActivityManager: 2% 23736/com.google.android.tvrecommendations: 0% user + 2% kernel / faults: 1244 minor 49 major +02-27 08:32:48.562 505 25030 E ActivityManager: 0.8% 321/netd: 0% user + 0.8% kernel / faults: 273 minor 33 major +02-27 08:32:48.562 505 25030 E ActivityManager: 1.5% 896/com.android.networkstack.process: 0.2% user + 1.2% kernel / faults: 1187 minor 47 major +02-27 08:32:48.562 505 25030 E ActivityManager: 1.3% 181/logd: 0.6% user + 0.6% kernel / faults: 67 minor 5 major +02-27 08:32:48.562 505 25030 E ActivityManager: 1.3% 320/statsd: 0% user + 1.3% kernel / faults: 221 minor 10 major +02-27 08:32:48.562 505 25030 E ActivityManager: 0% 414/installd: 0% user + 0% kernel / faults: 204 minor 6 major +02-27 08:32:48.562 505 25030 E ActivityManager: 1.1% 244/loop5: 0% user + 1.1% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 1.1% 9196/kworker/u9:4-blk_crypto_wq: 0% user + 1.1% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 1.1% 23354/kworker/u9:0-fscrypt_read_queue: 0% user + 1.1% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0.9% 182/lmkd: 0.2% user + 0.6% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0.9% 266/loop16: 0% user + 0.9% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0.4% 770/com.android.systemui: 0% user + 0.4% kernel / faults: 932 minor 50 major +02-27 08:32:48.562 505 25030 E ActivityManager: 0.9% 24291/kworker/0:2-virtio_vsock: 0% user + 0.9% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0.8% 243/loop4: 0% user + 0.8% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0.8% 322/zygote64: 0% user + 0.8% kernel / faults: 262 minor 1 major +02-27 08:32:48.562 505 25030 E ActivityManager: 0.3% 17530/kworker/u8:1-phy0: 0% user + 0.3% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0.8% 24419/com.google.process.gservices: 0.1% user + 0.6% kernel / faults: 622 minor 10 major +02-27 08:32:48.562 505 25030 E ActivityManager: 0.8% 24824/kworker/1:1-events: 0% user + 0.8% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0.6% 95/kworker/3:1H-kblockd: 0% user + 0.6% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0.6% 255/loop10: 0% user + 0.6% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0.5% 183/servicemanager: 0% user + 0.5% kernel / faults: 190 minor 4 major +02-27 08:32:48.562 505 25030 E ActivityManager: 0.5% 259/loop12: 0% user + 0.5% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0% 417/mediaserver: 0% user + 0% kernel / faults: 48 minor 6 major +02-27 08:32:48.562 505 25030 E ActivityManager: 0.2% 20937/com.android.bluetooth: 0% user + 0.1% kernel / faults: 1067 minor 36 major +02-27 08:32:48.562 505 25030 E ActivityManager: 0.4% 138/kworker/0:1H-kblockd: 0% user + 0.4% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0.4% 144/kworker/1:1H-kblockd: 0% user + 0.4% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0.4% 145/kworker/2:1H-kblockd: 0% user + 0.4% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0.1% 279/loop22: 0% user + 0.1% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0.4% 350/android.hardware.wifi@1.0-service: 0% user + 0.4% kernel / faults: 98 minor 20 major +02-27 08:32:48.562 505 25030 E ActivityManager: 0.4% 500/kworker/u9:2-blk_crypto_wq: 0% user + 0.4% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0.1% 1403/adbd: 0% user + 0.1% kernel / faults: 451 minor 13 major +02-27 08:32:48.562 505 25030 E ActivityManager: 0.4% 21141/kworker/2:1-events: 0% user + 0.4% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0.1% 1/init: 0% user + 0.1% kernel / faults: 9 minor 19 major +02-27 08:32:48.562 505 25030 E ActivityManager: 0.2% 130/sugov:1: 0% user + 0.2% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0.2% 229/jbd2/dm-4-8: 0% user + 0.2% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0.2% 272/loop19: 0% user + 0.2% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0.2% 1242/com.google.android.providers.media.module: 0% user + 0.2% kernel / faults: 304 minor 11 major +02-27 08:32:48.562 505 25030 E ActivityManager: 0.2% 19702/kworker/3:2-events: 0% user + 0.2% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0.2% 24881/mdnsd: 0% user + 0.2% kernel / faults: 2 minor 9 major +02-27 08:32:48.562 505 25030 E ActivityManager: 0% 21/ksoftirqd/1: 0% user + 0% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0% 27/ksoftirqd/2: 0% user + 0% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0% 45/kcompactd0: 0% user + 0% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0.1% 129/sugov:0: 0% user + 0.1% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0.1% 131/sugov:2: 0% user + 0.1% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0.1% 132/sugov:3: 0% user + 0.1% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0.1% 184/hwservicemanager: 0% user + 0.1% kernel / faults: 24 minor 6 major +02-27 08:32:48.562 505 25030 E ActivityManager: 0.1% 185/psimon: 0% user + 0.1% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0.1% 248/loop7: 0% user + 0.1% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0% 251/loop8: 0% user + 0% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0% 252/loop9: 0% user + 0% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0.1% 271/loop18: 0% user + 0.1% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0% 284/loop25: 0% user + 0% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 0% 339/android.hardware.health@2.1-service: 0% user + 0% kernel / faults: 35 minor 8 major +02-27 08:32:48.562 505 25030 E ActivityManager: 0.1% 347/android.hardware.sensors@2.1-service.multihal: 0% user + 0.1% kernel / faults: 132 minor 1 major +02-27 08:32:48.562 505 25030 E ActivityManager: 0% 411/cameraserver: 0% user + 0% kernel / faults: 81 minor 8 major +02-27 08:32:48.562 505 25030 E ActivityManager: 0% 420/storaged: 0% user + 0% kernel / faults: 55 minor 10 major +02-27 08:32:48.562 505 25030 E ActivityManager: 0.1% 751/wpa_supplicant: 0% user + 0.1% kernel / faults: 13 minor 5 major +02-27 08:32:48.562 505 25030 E ActivityManager: 0% 948/com.android.se: 0% user + 0% kernel / faults: 452 minor 1 major +02-27 08:32:48.562 505 25030 E ActivityManager: +0% 24938/com.google.android.gms.persistent: 0% user + 0% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: +0% 24965/com.android.keychain: 0% user + 0% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: +0% 24972/app_process: 0% user + 0% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: +0% 24983/com.android.vending: 0% user + 0% kernel +02-27 08:32:48.562 505 25030 E ActivityManager: 88% TOTAL: 17% user + 39% kernel + 11% iowait + 13% irq + 7.4% softirq +02-27 08:32:48.562 505 25030 E ActivityManager: CPU usage from 2843200ms to 2843200ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake: +02-27 08:32:48.562 505 25030 E ActivityManager: 0% TOTAL: 0% user + 0% kernel +02-27 08:32:48.566 24851 25021 I JobSchedulerImpl: JobSchedulerImpl.schedule():73 Schedule task: superpacks-gc-task. Cancel the pre-existing task. +02-27 08:32:48.647 24830 25037 I chromium: [24830:25037:INFO:grpc_ipc_socket_client.cc(29)] GrpcIpcSocketClient created for usonia-ipc-socket +02-27 08:32:48.656 24830 25037 D BindingManager: with +02-27 08:32:48.656 24830 25037 D BindingManager: bind to service +02-27 08:32:48.658 505 25030 I ActivityManager: Killing 24851:com.google.android.inputmethod.latin/u0a66 (adj 0): bg anr +02-27 08:32:48.659 505 25030 D ActivityManager: Completed ANR of com.google.android.inputmethod.latin in 2281ms, latency 31ms +02-27 08:32:48.685 24830 24924 I chromium: [24830:24924:INFO:device_set.cc(163)] Become root for set [REDACTED] +02-27 08:32:48.689 24830 24924 I chromium: [24830:24924:INFO:directory_service_impl.cc(536)] This device became root +02-27 08:32:48.714 505 25041 I DropBoxManagerService: add tag=system_app_anr isTagEnabled=true flags=0x6 +02-27 08:32:48.773 24983 24983 I Finsky : [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:32:48.790 322 322 I Zygote : Process 24851 exited due to signal 9 (Killed) +02-27 08:32:48.822 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 24851 in 116ms +02-27 08:32:48.876 505 1395 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 1000ms for connection +02-27 08:32:49.480 505 542 W Looper : Slow dispatch took 497ms android.fg h=android.os.Handler c=com.android.server.power.hint.HintManagerService$UidObserver$$ExternalSyntheticLambda0@cc4799 m=0 +02-27 08:32:49.504 24983 24992 W android.vendin: Suspending all threads took: 112.649ms +02-27 08:32:49.711 505 543 W Looper : Slow dispatch took 818ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:32:49.844 505 1395 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #14771} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (32 skipped) +02-27 08:32:49.892 505 514 W system_server: Suspending all threads took: 6.962ms +02-27 08:32:50.429 505 2908 W ContentProviderHelper: Slow operation: 545ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:32:50.429 505 2908 W ContentProviderHelper: Slow operation: 545ms so far, now at getContentProviderImpl: done! +02-27 08:32:50.491 505 514 I system_server: Background concurrent copying GC freed 1419899(36MB) AllocSpace objects, 9(352KB) LOS objects, 49% free, 23MB/47MB, paused 6.821ms,9.269ms total 1.901s +02-27 08:32:50.637 505 1686 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10054; state: DISABLED +02-27 08:32:50.693 505 505 W Looper : Slow dispatch took 1168ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:32:50.743 24830 25037 I chromium: [24830:25037:INFO:distributed_service_discovery_with_grpc_ipc.cc(152)] Connecting IPC for DistributedServiceDiscovery.AddService. +02-27 08:32:50.751 24830 25037 I chromium: [24830:25037:INFO:distributed_service_discovery_with_grpc_ipc.cc(66)] Connecting IPC for DistributedServiceDiscovery.UpdateObservers. +02-27 08:32:50.753 24830 25037 I chromium: [24830:25037:INFO:metrics_recorder_with_grpc_ipc.cc(156)] Connecting IPC for MetricsRecorder.RecordMetrics: num_attempts=1 +02-27 08:32:50.775 24830 25037 I chromium: [24830:25037:INFO:synchronous_sound_player_with_grpc_ipc.cc(176)] Connecting IPC for SynchronousSoundPlayer.UpdateSound. +02-27 08:32:50.786 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 08:32:50.786 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 08:32:50.786 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 08:32:50.786 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 08:32:50.789 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 08:32:50.789 505 554 W ActivityManager: Slow operation: 87ms so far, now at startProcess: done starting proc! +02-27 08:32:50.790 505 505 W Looper : Slow delivery took 1169ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=5 +02-27 08:32:50.793 24830 25037 I chromium: [24830:25037:INFO:directory_service_with_grpc_ipc.cc(66)] Connecting IPC for DirectoryService.LocalDeviceInfo. +02-27 08:32:50.798 24830 25037 I chromium: [24830:25037:INFO:directory_service_with_grpc_ipc.cc(123)] Connecting IPC for DirectoryService.ObserveCommonTime. +02-27 08:32:50.798 24830 25037 I chromium: [24830:25037:INFO:directory_service_with_grpc_ipc.cc(279)] Connecting IPC for DirectoryService.UpdateStateObservers. +02-27 08:32:50.801 24830 25037 I chromium: [24830:25037:INFO:directory_service_with_grpc_ipc.cc(381)] Connecting IPC for DirectoryService.UpdateMessageObservers. +02-27 08:32:50.806 24830 25037 I chromium: [24830:25037:INFO:state_manager_with_grpc_ipc.cc(78)] Connecting IPC for StateManager.ReceiveStateUpdates. +02-27 08:32:50.812 24830 25037 I chromium: [24830:25037:INFO:services_layer_impl.cc(63)] Service layer is instantiated: debug_string=CastChild +02-27 08:32:50.812 24830 25037 I chromium: [24830:25037:INFO:services_layer_impl.cc(70)] Register usonia.EchoCastChild.SendEcho rpc. +02-27 08:32:50.820 505 554 W ActivityManager: Unable to launch app com.google.android.gms/10057 for provider com.google.android.gms.auth.accounts: launching app became null +02-27 08:32:50.839 24830 25037 I chromium: [24830:25037:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.EchoCastChild +02-27 08:32:50.859 24830 25037 I chromium: [24830:25037:INFO:usonia_child_process.cc(111)] Usonia child process is instantiated: debug_string=CastChild, server_uri=[::]:10011, ipc_uri= +02-27 08:32:50.888 322 322 D Zygote : Forked child process 25046 +02-27 08:32:50.889 505 555 W ActivityManager: Slow operation: 151ms so far, now at startProcess: returned from zygote! +02-27 08:32:50.929 505 554 I ActivityManager: Killing 24534:com.google.android.tvlauncher/u0a48 (adj 0): depends on provider com.google.android.gms/.auth.account.be.legacy.AccountContentProvider in dying proc com.google.android.gms.persistent (adj 0) +02-27 08:32:50.940 505 554 I ActivityManager: Killing 24938:com.google.android.gms.persistent/u0a57 (adj 0): timeout publishing content providers +02-27 08:32:50.940 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 24534 in 0ms +02-27 08:32:50.955 322 322 I Zygote : Process 24534 exited due to signal 9 (Killed) +02-27 08:32:50.956 505 2908 I WindowManager: WIN DEATH: Window{bd8c068 u0 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:32:50.969 505 2569 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/24534, android.os.BinderProxy@7a1bf5b) +02-27 08:32:51.006 322 322 I Zygote : Process 24938 exited due to signal 9 (Killed) +02-27 08:32:51.034 24830 24830 I chromium: [24830:24830:INFO:multizone_manager.cc(339)] Multizone features are disabled +02-27 08:32:50.970 505 1212 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/24534, android.os.BinderProxy@cb3ae6a) +02-27 08:32:51.041 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 24938 in 0ms +02-27 08:32:51.042 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=320, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:32:51.081 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=323, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:32:51.117 505 2908 W InputManager-JNI: Input channel object 'bd8c068 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:32:51.207 505 505 W Looper : Drained +02-27 08:32:51.264 24983 24992 W android.vendin: Suspending all threads took: 6.463ms +02-27 08:32:51.313 25046 25046 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 08:32:51.419 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 08:32:51.460 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:32:51.473 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:32:51.519 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.location.geocode.GeocodeService in 4000ms for connection +02-27 08:32:51.520 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.gcm.GcmService in 44000ms for start-requested +02-27 08:32:51.520 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentBoundBrokerService in 84000ms for connection +02-27 08:32:51.520 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.fused.FusedLocationService in 124000ms for connection +02-27 08:32:51.520 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentDirectBootAwareApiService in 13998ms for connection +02-27 08:32:51.520 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService in 204000ms for start-requested +02-27 08:32:51.520 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentApiService in 23998ms for connection +02-27 08:32:51.520 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService in 244000ms for start-requested +02-27 08:32:51.520 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentIntentOperationService in 284000ms for start-requested +02-27 08:32:51.520 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService in 324000ms for connection +02-27 08:32:51.520 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.network.NetworkLocationService in 364000ms for connection +02-27 08:32:51.608 24830 24830 I cr_AppRestrictionService: RestrictionEntry: key=enable_lan_discovery, type=1, default=true +02-27 08:32:51.624 505 1686 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10048; state: DISABLED +02-27 08:32:51.633 24972 24972 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<< +02-27 08:32:51.711 505 826 V ActivityManager: Got obituary of 24938:com.google.android.gms.persistent +02-27 08:32:51.712 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 24534 +02-27 08:32:51.715 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:32:51.715 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:32:51.715 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:32:51.715 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:32:51.715 505 555 W ActivityManager: Slow operation: 977ms so far, now at startProcess: done updating battery stats +02-27 08:32:51.744 505 555 W ActivityManager: Slow operation: 1005ms so far, now at startProcess: building log message +02-27 08:32:51.744 505 555 I ActivityManager: Start proc 25046:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:32:51.745 505 555 W ActivityManager: Slow operation: 1007ms so far, now at startProcess: starting to update pids map +02-27 08:32:51.745 505 555 W ActivityManager: Slow operation: 1007ms so far, now at startProcess: done updating pids map +02-27 08:32:51.749 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:32:51.761 322 322 D Zygote : Forked child process 25066 +02-27 08:32:51.775 505 555 W ActivityManager: Slow operation: 62ms so far, now at startProcess: returned from zygote! +02-27 08:32:51.776 505 555 W ActivityManager: Slow operation: 63ms so far, now at startProcess: done updating battery stats +02-27 08:32:51.777 505 555 W ActivityManager: Slow operation: 63ms so far, now at startProcess: building log message +02-27 08:32:51.777 505 555 I ActivityManager: Start proc 25066:com.google.android.tvlauncher/u0a48 for top-activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:32:51.777 505 555 W ActivityManager: Slow operation: 64ms so far, now at startProcess: starting to update pids map +02-27 08:32:51.777 505 555 W ActivityManager: Slow operation: 64ms so far, now at startProcess: done updating pids map +02-27 08:32:51.865 24830 24830 I chromium: [24830:24830:INFO:app_restrictions_service.cc(29)] Restriction 'enable_lan_discovery' = 1 +02-27 08:32:51.869 505 505 W Looper : Slow dispatch took 112ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=3 +02-27 08:32:51.941 24830 24830 W chromium: [24830:24830:WARNING:cast_receiver_impl.cc(1529)] Cast receiver not initialized. Don't start discovery: state=0 +02-27 08:32:51.941 24830 24830 I chromium: [24830:24830:INFO:cast_receiver_impl.cc(1595)] SSDP server stopped. +02-27 08:32:51.982 25066 25066 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:32:52.058 505 1685 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10066; state: DISABLED +02-27 08:32:52.068 24830 24830 E chromium: [24830:24830:ERROR:metrics_recorder_impl.cc(652)] Cannot record metrics event after MetricsRecorder stopped. +02-27 08:32:52.069 505 1685 W ActivityManager: Slow operation: 53ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:32:52.070 505 1685 W ActivityManager: Slow operation: 54ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:32:52.070 505 1685 W ActivityManager: Slow operation: 54ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:32:52.072 505 1685 W ActivityManager: Slow operation: 56ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:32:52.117 25046 25046 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 08:32:52.247 505 826 I WifiService: acquireWifiLock uid=10054 lockMode=1 +02-27 08:32:52.263 505 826 I WifiService: acquireMulticastLock uid=10054 +02-27 08:32:52.292 505 1685 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:32:52.292 505 1685 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:32:52.292 505 1685 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:32:52.292 505 1685 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:32:52.292 505 1685 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:32:52.292 505 1685 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:32:52.292 505 1685 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:32:52.292 505 1685 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:32:52.293 505 1685 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:32:52.293 505 1685 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:32:52.306 505 1685 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:32:52.306 505 1685 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:32:52.306 505 1685 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:32:52.306 505 1685 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:32:52.306 505 1685 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:32:52.306 505 1685 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:32:52.306 505 1685 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:32:52.306 505 1685 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:32:52.306 505 1685 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:32:52.306 505 1685 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:32:52.308 505 1685 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10048; state: DISABLED +02-27 08:32:52.314 505 1685 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10048; state: DISABLED +02-27 08:32:52.330 505 1685 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10048; state: DISABLED +02-27 08:32:52.360 24983 24992 W android.vendin: Suspending all threads took: 17.666ms +02-27 08:32:52.362 24972 24972 I AndroidRuntime: Using default boot image +02-27 08:32:52.362 24972 24972 I AndroidRuntime: Leaving lock profiling enabled +02-27 08:32:52.369 24972 24972 W libc : Access denied finding property "odsign.verification.success" +02-27 08:32:52.379 505 1685 W ActivityManager: Slow operation: 238ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:32:52.356 24972 24972 W app_process: type=1400 audit(0.0:2095): avc: denied { read } for name="u:object_r:odsign_prop:s0" dev="tmpfs" ino=196 scontext=u:r:shell:s0 tcontext=u:object_r:odsign_prop:s0 tclass=file permissive=0 +02-27 08:32:52.417 24830 24830 I chromium: [24830:24830:INFO:cast_thread_health_check.cc(53)] Receiver health check timeout: 15 seconds. +02-27 08:32:52.419 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:32:52.432 25066 25066 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:32:52.516 24972 24972 W app_process: ART APEX data files are untrusted. +02-27 08:32:52.580 24830 24830 I chromium: [24830:24830:INFO:cast_certificate_grpc_service_dummy.cc(14)] Dummy CastCertificateGrpcService constructed. +02-27 08:32:52.580 24830 24830 I chromium: [24830:24830:INFO:matter_certificate_grpc_service_dummy.cc(14)] Dummy MatterCertificateGrpcService constructed. +02-27 08:32:52.903 24983 24992 W android.vendin: Suspending all threads took: 16.798ms +02-27 08:32:53.001 24830 24830 I chromium: [24830:24830:INFO:debug_endpoint_manager_grpc_client.cc(383)] gRPC client channel state changed to GRPC_CHANNEL_IDLE +02-27 08:32:53.029 25066 25066 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:32:53.086 24830 24830 I chromium: [24830:24830:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:32:53.088 24830 24830 I chromium: [24830:24830:INFO:grpc_manager_impl.cc(852)] GRPC[uri=[::]:0]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:32:53.089 24830 24830 I chromium: [24830:24830:INFO:grpc_manager_impl.cc(442)] GRPC[uri=[::]:0]: Can't start server yet, missing start_requsted_ +02-27 08:32:53.090 24830 25085 I chromium: [24830:25085:INFO:grpc_manager_impl.cc(683)] GRPC[uri=[::]:0]: Started processing completion queue: id=0 +02-27 08:32:53.096 24830 24830 I chromium: [24830:24830:INFO:pref_metrics_manager.cc(67)] PrefMetricsManager started. +02-27 08:32:53.111 24830 24830 I chromium: [24830:24830:INFO:debug_endpoint_manager_grpc_client.cc(134)] 1 RPC call(s) postponed. Current gRPC channel state is GRPC_CHANNEL_IDLE +02-27 08:32:53.111 24830 24830 I chromium: [24830:24830:INFO:pref_control_debug_manager.cc(77)] DebugInterface registered. +02-27 08:32:53.149 24830 24830 I chromium: [24830:24830:INFO:pref_control_service_impl.cc(128)] Loading prefs from /data/user/0/com.google.android.apps.mediashell/cache/pref_control/pref_control.prefs +02-27 08:32:53.149 25046 25046 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:32:53.214 24830 24830 I chromium: [24830:24830:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:motion_sensing_pref,RestoreValue:1,ForceEnableParent:1,Value:1,Optin:0] +02-27 08:32:53.985 24830 24830 I chromium: [24830:24830:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:sleep_sensing_pref,RestoreValue:1,ForceEnableParent:1,Value:1,Optin:0] +02-27 08:32:54.046 24830 24830 I chromium: [24830:24830:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:sleep_disturbance_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 08:32:54.047 24830 24830 I chromium: [24830:24830:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:sleep_coaching_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 08:32:54.047 24830 24830 I chromium: [24830:24830:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:gesture_sensing_pref,RestoreValue:1,ForceEnableParent:1,Value:1,Optin:0] +02-27 08:32:54.047 24830 24830 I chromium: [24830:24830:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:play_and_pause_gesture_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 08:32:54.047 24830 24830 I chromium: [24830:24830:INFO:pref_control_service_impl.cc(566)] Registering pref Pref [Name:alarms_and_timers_gesture_pref,RestoreValue:1,ForceEnableParent:0,Value:1,Optin:0] +02-27 08:32:54.068 24830 24830 I chromium: [24830:24830:INFO:pref_metrics_manager.cc(97)] Adding motion_sensing_pref to PrefMetricsManager. +02-27 08:32:54.068 24830 24830 I chromium: [24830:24830:INFO:pref_metrics_manager.cc(97)] Adding sleep_sensing_pref to PrefMetricsManager. +02-27 08:32:54.068 24830 24830 I chromium: [24830:24830:INFO:pref_metrics_manager.cc(97)] Adding sleep_disturbance_pref to PrefMetricsManager. +02-27 08:32:54.068 24830 24830 I chromium: [24830:24830:INFO:pref_metrics_manager.cc(97)] Adding sleep_coaching_pref to PrefMetricsManager. +02-27 08:32:54.068 24830 24830 I chromium: [24830:24830:INFO:pref_metrics_manager.cc(97)] Adding gesture_sensing_pref to PrefMetricsManager. +02-27 08:32:54.068 24830 24830 I chromium: [24830:24830:INFO:pref_metrics_manager.cc(97)] Adding play_and_pause_gesture_pref to PrefMetricsManager. +02-27 08:32:54.068 24830 24830 I chromium: [24830:24830:INFO:pref_metrics_manager.cc(97)] Adding alarms_and_timers_gesture_pref to PrefMetricsManager. +02-27 08:32:54.091 24830 24830 I chromium: [24830:24830:INFO:pref_control_service_impl.cc(92)] PrefControlService constructed. +02-27 08:32:54.191 24830 24830 I chromium: [24830:24830:INFO:sensor_pref_manager_impl.cc(250)] SensorPrefManagerImpl is disabled. +02-27 08:32:54.218 24830 24830 I chromium: [24830:24830:INFO:remote_ducking_receiver.cc(191)] remote ducking: starting receiver. +02-27 08:32:54.291 24983 24992 W android.vendin: Suspending all threads took: 96.839ms +02-27 08:32:54.931 505 514 I system_server: Background young concurrent copying GC freed 1355620(34MB) AllocSpace objects, 0(0B) LOS objects, 40% free, 28MB/47MB, paused 1.847ms,249us total 1.986s +02-27 08:32:54.949 25066 25066 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:32:54.950 25066 25066 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:32:54.959 25046 25046 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 08:32:54.980 25046 25046 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:32:55.003 25066 25066 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:32:55.005 25046 25046 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:32:55.040 25066 25066 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:32:55.049 25046 25046 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:32:55.284 24830 24830 E chromium: [24830:24830:ERROR:timezone_settings.cc(200)] Got an empty string for timezone, default to: America/New_York +02-27 08:32:55.342 24830 24830 I chromium: [24830:24830:INFO:timezone_settings.cc(296)] Setting system timezone to America/New_York +02-27 08:32:55.343 24830 24830 W libc : Access denied finding property "ro.odm.cast.ssid_suffix" +02-27 08:32:55.344 24830 24830 I chromium: [24830:24830:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: auto_software_update_settings +02-27 08:32:55.406 24830 24830 I chromium: [24830:24830:INFO:api_reboot_idle_checker.cc(104)] active_activities count=1 +02-27 08:32:55.412 24830 24830 I chromium: [24830:24830:INFO:daily_reboot_impl.cc(167)] Daily reboot is disabled +02-27 08:32:55.458 24830 24830 I chromium: [24830:24830:INFO:structure_info_cast.cc(91)] Using trusted devices API for Usonia. +02-27 08:32:55.458 24830 24830 I chromium: [24830:24830:INFO:structure_info_cast.cc(127)] Finished handling trusted devices experiment flag. +02-27 08:32:55.544 24830 25097 I chromium: [24830:25097:INFO:services_layer_impl.cc(63)] Service layer is instantiated: debug_string=Main +02-27 08:32:55.544 24830 25097 I chromium: [24830:25097:INFO:services_layer_impl.cc(70)] Register usonia.EchoMain.SendEcho rpc. +02-27 08:32:55.544 24830 25097 I chromium: [24830:25097:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.EchoMain +02-27 08:32:55.561 24830 25097 I chromium: [24830:25097:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:32:55.563 24830 25097 I chromium: [24830:25097:INFO:grpc_manager_impl.cc(852)] GRPC[uri=binder:com.google.android.apps.mediashell:usonia-ipc-socket]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:32:55.564 24830 25100 I chromium: [24830:25100:INFO:grpc_manager_impl.cc(683)] GRPC[uri=binder:com.google.android.apps.mediashell:usonia-ipc-socket]: Started processing completion queue: id=0 +02-27 08:32:55.596 24830 25098 W chromium: [24830:25098:WARNING:time_sync_responder.cc(37)] Failed to set DSCP +02-27 08:32:55.602 24830 25098 I chromium: [24830:25098:INFO:common_time_impl.cc(139)] New common clock leader [REDACTED], is_this_device=1, IP=[REDACTED], quality=2000 +02-27 08:32:55.608 24830 25098 I chromium: [24830:25098:INFO:common_time_impl.cc(173)] Set this device as common time source +02-27 08:32:55.613 505 826 W ContentProviderHelper: Slow operation: 98ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:32:55.613 505 826 W ContentProviderHelper: Slow operation: 98ms so far, now at getContentProviderImpl: done! +02-27 08:32:55.632 24830 25097 I chromium: [24830:25097:INFO:structure_info_cast.cc(78)] Usonia trusted devices flag flipped to true, but trusted devices structure info already enabled. +02-27 08:32:55.645 24830 25097 I chromium: [24830:25097:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.SynchronousSoundPlayerService +02-27 08:32:55.647 24830 25097 I chromium: [24830:25097:INFO:distributed_call_agent_impl.cc(81)] Added a service observer on the main thread. +02-27 08:32:55.656 24830 25097 I chromium: [24830:25097:INFO:distributed_service_registrar_impl.cc(179)] A new service is registered: usonia.DeviceInfoTrait +02-27 08:32:55.663 24830 25097 I chromium: [24830:25097:INFO:trait_manager_impl.cc(515)] Registered a trait publisher: trait=usonia.DeviceInfoTrait +02-27 08:32:55.664 24830 25097 I chromium: [24830:25097:INFO:usonia_main_process.cc(225)] Usonia main process is instantiated: server_uri=[::]:8012, ipc_uri= +02-27 08:32:55.668 24983 25064 I Finsky : [49] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 08:32:55.673 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:32:55.673 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:32:55.673 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:32:55.673 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:32:55.675 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:32:55.721 24830 25097 E chromium: [24830:25097:ERROR:structure_info_from_trusted_devices_update_trigger_impl.cc(256)] Failed to read Usonia trusted devices trigger file. +02-27 08:32:55.721 24830 25097 E chromium: [24830:25097:ERROR:structure_storage.cc(263)] Failed to read Usonia trusted devices file. +02-27 08:32:55.721 24830 25097 W chromium: [24830:25097:WARNING:structure_info_from_trusted_devices.cc(322)] Failed to restore structure info +02-27 08:32:55.718 322 322 D Zygote : Forked child process 25101 +02-27 08:32:55.726 505 555 W ActivityManager: Slow operation: 92ms so far, now at startProcess: returned from zygote! +02-27 08:32:55.730 505 555 W ActivityManager: Slow operation: 95ms so far, now at startProcess: done updating battery stats +02-27 08:32:55.730 505 555 W ActivityManager: Slow operation: 96ms so far, now at startProcess: building log message +02-27 08:32:55.730 505 555 I ActivityManager: Start proc 25101:com.google.android.gms.persistent/u0a57 for service {com.google.android.gms/com.google.android.gms.location.geocode.GeocodeService} +02-27 08:32:55.730 505 555 W ActivityManager: Slow operation: 96ms so far, now at startProcess: starting to update pids map +02-27 08:32:55.730 505 555 W ActivityManager: Slow operation: 96ms so far, now at startProcess: done updating pids map +02-27 08:32:55.784 24830 25097 I chromium: [24830:25097:INFO:structure_info_from_trusted_devices.cc(612)] Previous fetch did not complete before shutdown, retrying +02-27 08:32:55.793 24830 24924 I chromium: [24830:24924:INFO:parent_tracker.cc(479)] Trusted set support is disabled +02-27 08:32:55.799 24830 24956 W chromium: [24830:24956:WARNING:mute_led.cc(35)] No mute_led device found! +02-27 08:32:55.856 24830 24830 W ThreadPoolForeg: type=1400 audit(0.0:2096): avc: denied { read } for name="max_user_watches" dev="proc" ino=277042 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 app=com.google.android.apps.mediashell +02-27 08:32:55.880 24830 24830 W ThreadPoolForeg: type=1400 audit(0.0:2097): avc: denied { read } for name="/" dev="dm-0" ino=2 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:rootfs:s0 tclass=dir permissive=0 app=com.google.android.apps.mediashell +02-27 08:32:55.854 24830 24956 W chromium: [24830:24956:WARNING:tuning_manager.cc(99)] No mixer control available +02-27 08:32:55.862 24830 24955 E chromium: [24830:24955:ERROR:file_path_watcher_linux.cc(76)] Failed to read /proc/sys/fs/inotify/max_user_watches +02-27 08:32:55.927 25101 25101 E .gms.persisten: Not starting debugger since process cannot load the jdwp agent. +02-27 08:32:55.942 24830 24830 I chromium: [24830:24830:INFO:capture_service_dummy.cc(12)] Dummy CaptureService. +02-27 08:32:55.981 24830 25109 I chromium: [24830:25109:INFO:audio_socket_service_uds.cc(62)] Using endpoint /tmp/mixer-service +02-27 08:32:55.986 24830 24830 I chromium: [24830:24830:INFO:setup_api_registry.cc(188)] Register external API: auto_media_volume +02-27 08:32:56.017 24830 24956 I chromium: [24830:24956:INFO:auto_volume.cc(142)] Auto volume is disabled +02-27 08:32:56.026 24830 24830 I chromium: [24830:24830:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:32:56.026 24830 24830 I chromium: [24830:24830:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:32:56.027 24830 24830 I chromium: [24830:24830:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:32:56.027 24830 24830 I chromium: [24830:24830:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:32:56.030 24830 24830 I chromium: [24830:24830:INFO:service_base.h(78)] Size of the map for type LocalDeviceInfo is 0 +02-27 08:32:56.034 24830 24830 I chromium: [24830:24830:INFO:service_base.h(78)] Size of the map for type NetworkInfo is 0 +02-27 08:32:56.034 24830 24830 E chromium: [24830:24830:ERROR:socket_manifest_android.cc(33)] Socket config not found for service device_info +02-27 08:32:56.034 24830 24830 W chromium: [24830:24830:WARNING:service_manager_android.cc(62)] No socket entry found for device_info. Ignore if service was not intended to run on this OS. +02-27 08:32:56.034 24830 24830 I chromium: [24830:24830:INFO:device_info_grpc_service_impl.cc(74)] DeviceInfoGrpcServiceImpl constructed, and started gRPC server. +02-27 08:32:56.044 24983 24992 W android.vendin: Suspending all threads took: 29.555ms +02-27 08:32:56.063 24830 25118 I chromium: [24830:25118:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:32:56.064 24830 24830 I chromium: [24830:24830:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:32:56.064 24830 24830 I chromium: [24830:24830:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:32:56.064 24830 24830 E chromium: [24830:24830:ERROR:socket_manifest_android.cc(33)] Socket config not found for service google.cast +02-27 08:32:56.064 24830 24830 W chromium: [24830:24830:WARNING:service_manager_android.cc(62)] No socket entry found for google.cast. Ignore if service was not intended to run on this OS. +02-27 08:32:56.065 24830 25120 I chromium: [24830:25120:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:32:56.092 24830 24830 I chromium: [24830:24830:INFO:file_util.cc(25)] base_assistant_dir = /data/user/0/com.google.android.apps.mediashell/cache +02-27 08:32:56.093 24830 25119 I chromium: [24830:25119:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:32:56.093 24830 24830 I chromium: [24830:24830:INFO:grpc_completion_queue_wrapper.cc(44)] New CQ is set: id=0 +02-27 08:32:56.093 24830 24830 I chromium: [24830:24830:INFO:grpc_manager_impl.cc(852)] GRPC[uri=]: num_pending_calls=0, num_active_handlers=0, num_free_handlers=0 +02-27 08:32:56.093 24830 25121 I chromium: [24830:25121:INFO:grpc_manager_impl.cc(683)] GRPC[uri=]: Started processing completion queue: id=0 +02-27 08:32:56.093 24830 24830 I chromium: [24830:24830:INFO:chromecast_service.cc(1634)] Geolocation changed to: 0 +02-27 08:32:56.093 24830 24830 I chromium: [24830:24830:INFO:chromecast_service.cc(1674)] AoGH feature is: 0 +02-27 08:32:56.093 24830 24830 I chromium: [24830:24830:INFO:chromecast_service.cc(1728)] smart_home/actions feature is: 0 +02-27 08:32:56.093 24830 24830 I chromium: [24830:24830:INFO:chromecast_service.cc(1774)] Playback disruption feature is: 1 +02-27 08:32:56.093 24830 24830 I chromium: [24830:24830:INFO:playback_disruption_service.cc(348)] Playback disruption service enabled and running +02-27 08:32:56.094 24830 25109 I chromium: [24830:25109:INFO:audio_socket_service_uds.cc(62)] Using endpoint /tmp/audio-output-service +02-27 08:32:56.330 24983 25064 I Finsky : [49] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 08:32:56.545 24983 24992 W android.vendin: Suspending all threads took: 111.993ms +02-27 08:32:56.541 505 505 W Looper : Slow dispatch took 139ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:32:56.665 505 505 W Looper : Slow dispatch took 120ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=3 +02-27 08:32:56.665 505 505 W Looper : Slow delivery took 254ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=5 +02-27 08:32:56.701 25101 25101 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:32:56.997 505 505 W Looper : Drained +02-27 08:32:57.132 24830 25032 I chromium: [24830:25032:INFO:media_manager_impl.cc(1188)] ScreenInfo changed: HDCP version=99 supported EOTFs=0 DolbyVision flags=0 Size(mm): 0x0 cur mode HDR=0 cur mode DV=0 +02-27 08:32:57.186 24830 25032 I chromium: [24830:25032:INFO:media_caps.cc(54)] ScreenInfoChanged HDCP version=99 Supported EOTFs=0 DolbyVision flags=0 Screen size(mm): 0x0 cur mode HDR=0 cur mode DV=0 +02-27 08:32:57.418 24830 25032 W libc : Access denied finding property "vendor.display-size" +02-27 08:32:57.521 24830 25032 I chromium: [24830:25032:INFO:media_manager_impl.cc(1232)] New screen resolution: new=(1920x1080), old=(0x0) +02-27 08:32:57.524 24830 25032 I chromium: [24830:25032:INFO:media_caps.cc(24)] ScreenResolutionChanged resolution=1920x1080 +02-27 08:32:57.855 24983 24983 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:32:57.929 25101 25111 I .gms.persisten: Background young concurrent copying GC freed 13088(592KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1894KB/25MB, paused 28.194ms,18us total 109.952ms +02-27 08:32:57.933 24830 25032 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:32:57.980 25101 25101 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:32:58.008 24830 25032 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:32:58.011 24830 25032 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:32:58.011 24830 25032 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:32:58.012 24830 25032 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:32:58.012 24830 25032 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:32:58.012 24830 25032 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:32:58.054 24983 24983 I Finsky : [2] mre.(3): Resetting scheduler db +02-27 08:32:58.680 24983 24992 W android.vendin: Suspending all threads took: 13.528ms +02-27 08:32:58.704 24972 24972 D app_process: Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat +02-27 08:32:58.711 24972 24972 D app_process: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt68l.dat +02-27 08:32:58.882 24983 25062 W Finsky : [48] ehz.d(18): For unauth, use getDfeApiNonAuthenticated() instead! +02-27 08:32:59.013 505 514 I system_server: Background concurrent copying GC freed 1545887(38MB) AllocSpace objects, 1(24KB) LOS objects, 41% free, 34MB/58MB, paused 3.094ms,428us total 2.099s +02-27 08:32:59.022 25101 25101 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:32:59.023 25101 25101 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:32:59.039 25101 25101 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:32:59.081 25046 25046 I DeviceStatusMonitor: DeviceStatusMonitor.updateCountryInfo():121 updateCountryInfo(), notifyAnyway = true +02-27 08:32:59.086 24983 25144 W android.vendin: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:32:59.086 24983 25144 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:32:59.086 24983 25144 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:32:59.098 24983 25060 I Finsky : [46] kvx.(3): PackageMonitorReceiverImpl - Registering in memory receiver for android.intent.action.PACKAGE_ADDED and android.intent.action.PACKAGE_REMOVED +02-27 08:32:59.108 24830 25032 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:32:59.109 24983 25062 I Finsky : [48] pyq.a(1): Warm data store was already initialized. +02-27 08:32:59.116 24830 25032 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:32:59.120 24830 25032 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:32:59.142 25101 25101 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:32:59.152 24830 25032 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:32:59.155 25046 25046 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = true +02-27 08:32:59.172 24830 25032 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:32:59.180 24983 25125 I Finsky : [53] nlv.run(10): SysCUA: Set {com.android.vending/com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity} enabled state to 0 +02-27 08:32:59.208 24830 25032 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:32:59.223 25046 25046 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:32:59.224 25046 25046 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:32:59.232 24830 25032 I chromium: [24830:25032:INFO:media_manager_impl.cc(979)] New device volume control type: new_type=1, old_type=0 +02-27 08:32:59.249 24830 25032 I chromium: [24830:25032:INFO:media_manager_impl.cc(1002)] New device volume step interval: new_interval=0.0666667, old_interval=0 +02-27 08:32:59.256 24983 25060 I Finsky : [46] pyr.a(1): Warm data store was already initialized. +02-27 08:32:59.259 24983 25062 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 08:32:59.260 24983 25062 I Finsky : [48] kmj.i(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileMaximum +02-27 08:32:59.261 24983 25062 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 08:32:59.261 24983 25062 I Finsky : [48] kmj.h(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileRecommended +02-27 08:32:59.268 24830 25032 W libc : Access denied finding property "vendor.display-size" +02-27 08:32:59.284 24830 25032 I chromium: [24830:25032:INFO:media_manager_impl.cc(358)] Media manager is initialized. +02-27 08:32:59.292 24830 24830 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:32:59.292 24830 24830 I chromium: [24830:24830:INFO:media_manager_impl.cc(275)] IsHdmiPlatform: 0 +02-27 08:32:59.306 24983 25143 W Finsky : [59] hne.run(49): HibernationActivity not found +02-27 08:32:59.329 24983 25062 I Finsky : [48] vbw.c(2): registerListener +02-27 08:32:59.396 24983 25062 I Finsky : [48] vbw.c(2): registerListener +02-27 08:32:59.483 25066 25184 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:32:59.489 25066 25184 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:32:59.489 24972 24972 D AndroidRuntime: Calling main entry com.android.commands.monkey.Monkey +02-27 08:32:59.501 25066 25184 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:32:59.505 24983 24992 W android.vendin: Suspending all threads took: 46.871ms +02-27 08:32:59.516 24972 24972 W Monkey : args: [-p, com.streamflow.tv, -c, android.intent.category.LAUNCHER, 1] +02-27 08:32:59.516 24972 24972 W Monkey : arg: "-p" +02-27 08:32:59.516 24972 24972 W Monkey : arg: "com.streamflow.tv" +02-27 08:32:59.516 24972 24972 W Monkey : arg: "-c" +02-27 08:32:59.516 24972 24972 W Monkey : arg: "android.intent.category.LAUNCHER" +02-27 08:32:59.516 24972 24972 W Monkey : arg: "1" +02-27 08:32:59.517 24972 24972 W Monkey : data="com.streamflow.tv" +02-27 08:32:59.517 24972 24972 W Monkey : data="android.intent.category.LAUNCHER" +02-27 08:32:59.618 25046 25046 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:32:59.628 24830 24830 I chromium: [24830:24830:INFO:hds_settings.cc(139)] HdsSettings using HDS url https://home-devices.googleapis.com/ +02-27 08:32:59.656 24983 25062 I Finsky : [48] jrs.m(5): Enqueuing libraries load for 0 +02-27 08:32:59.665 24830 24830 W chromium: [24830:24830:WARNING:application_config_manager_impl.cc(243)] Cannot read application config file: /system/bin/app.conf +02-27 08:32:59.670 24983 25062 I Finsky : [48] gcv.j(3): Subscription detail: N/A +02-27 08:32:59.681 24983 25143 I Finsky : [59] jrs.t(1): Starting libraries load for 0 +02-27 08:32:59.689 24830 24830 I chromium: [24830:24830:INFO:application_manager_impl.cc(432)] Application manager is initialized. +02-27 08:32:59.698 25046 25212 E FileCache: FileCache.clearObsoleteFilesInternal():271 Failed to delete all obsolete files under folder: /data/user_de/0/com.google.android.inputmethod.latin/cache/kb_def +02-27 08:32:59.706 24830 24830 I chromium: [24830:24830:INFO:mdns_cast_service.cc(153)] Device discovery state is idle +02-27 08:32:59.707 24830 24830 I chromium: [24830:24830:INFO:mdns_manager_impl.cc(162)] MdnsManager is initialized +02-27 08:32:59.717 24983 25142 I Finsky : [58] mar.accept(5): SCH: Scheduling phonesky job Id: 1-1337, CT: 1772153180986, Constraints: [{ L: 43188056, D: 86388056, C: 1, I: 1, N: 1 }] +02-27 08:32:59.718 24983 25142 I Finsky : [58] mar.accept(5): SCH: Scheduling phonesky job Id: 3-8, CT: 1772154257194, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }] +02-27 08:32:59.719 24983 25060 I Finsky : [46] qfs.s(2): Setup app restrictions monitor +02-27 08:32:59.721 24983 25142 I Finsky : [58] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:32:59.722 24983 25142 I Finsky : [58] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772154157659, Constraints: [{ L: 43200000, D: 44100000, C: 1, I: 1, N: 0 }] +02-27 08:32:59.722 24983 25142 I Finsky : [58] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772154485076, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 08:32:59.725 24830 24830 I chromium: [24830:24830:INFO:config_downloader.cc(231)] Set config periodic interval: min=300, max=420 +02-27 08:32:59.725 24830 24830 I chromium: [24830:24830:INFO:crl_downloader.cc(267)] Set CRL periodic interval: min=2160, max=2880 +02-27 08:32:59.734 24830 25213 I chromium: [24830:25213:INFO:mdns_app_filter.cc(646)] MdnsAppFilter initialized +02-27 08:32:59.736 24830 24830 I chromium: [24830:24830:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/home.hds.proto.device.relayedcasting.RelayedCastingPleaseConnectRequest +02-27 08:32:59.740 505 554 W BroadcastQueue: Skipping deliver [background] BroadcastRecord{d902d32 u-1 android.net.conn.CONNECTIVITY_CHANGE} to ReceiverList{ad4aa83 24972 (unknown name)/2000/u-1 remote:ece0294}: process gone or crashing +02-27 08:32:59.742 24830 25213 I chromium: [24830:25213:INFO:discovered_service_client.cc(109)] Registering new service PTR listener: _googlecast._tcp.local +02-27 08:32:59.742 24830 25214 I chromium: [24830:25214:INFO:v2_transport.cc(434)] Added Cast V2 endpoint: id=Tr@n$p0rt-0, socket_factory_id=[REDACTED] +02-27 08:32:59.742 24830 25214 I chromium: [24830:25214:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.tp.connection +02-27 08:32:59.743 24830 25214 I chromium: [24830:25214:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.tp.heartbeat +02-27 08:32:59.743 24830 25214 I chromium: [24830:25214:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.tp.deviceauth +02-27 08:32:59.743 24830 25214 I chromium: [24830:25214:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=Tr@n$p0rt-0, namespace=urn:x-cast:com.google.cast.localauth +02-27 08:32:59.743 24830 25214 I chromium: [24830:25214:INFO:v2_transport.cc(313)] V2Transport initialized. +02-27 08:32:59.745 24830 24955 I chromium: [24830:24955:INFO:crl_downloader.cc(145)] CRL restored. +02-27 08:32:59.747 24983 25060 I Finsky : [46] qlg.a(3): Device wide unknown source restriction is changed. +02-27 08:32:59.749 24830 25214 I chromium: [24830:25214:INFO:v2_transport.cc(391)] Added socket factory: id=opencast-socket +02-27 08:32:59.760 24983 25143 I Finsky : [59] jrs.t(23): Finished loading 0 libraries. +02-27 08:32:59.764 24830 24830 I chromium: [24830:24830:INFO:virtual_device_manager.cc(156)] Added virtual device: id=[REDACTED] +02-27 08:32:59.766 24830 24830 I chromium: [24830:24830:INFO:ccs_manager_impl.cc(560)] Added CCS device +02-27 08:32:59.766 24830 24830 I chromium: [24830:24830:INFO:dial_request_handler.cc(199)] DIAL request handler is initialized. +02-27 08:32:59.766 24830 24830 I chromium: [24830:24830:INFO:dial_request_handler.cc(213)] SSDP device description request handler is initialized. +02-27 08:32:59.768 25046 25046 I TVLatinApp: TVLatinApp.initialize():527 initialize() +02-27 08:32:59.769 24830 24830 I chromium: [24830:24830:INFO:ccs_manager_impl.cc(940)] Device model revision set to 0 +02-27 08:32:59.770 24830 25214 I chromium: [24830:25214:INFO:v2_transport.cc(434)] Added Cast V2 endpoint: id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, socket_factory_id=[REDACTED] +02-27 08:32:59.770 24830 25214 I chromium: [24830:25214:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.receiver +02-27 08:32:59.770 24830 25214 I chromium: [24830:25214:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.receiver.discovery +02-27 08:32:59.770 24830 25214 I chromium: [24830:25214:INFO:v2_transport.cc(391)] Added socket factory: id=7f632b49-34bd-c56f-b953-dc3746d180ae +02-27 08:32:59.770 24830 25214 I chromium: [24830:25214:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.receiver.key_exchange +02-27 08:32:59.770 24830 25214 I chromium: [24830:25214:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.broadcast +02-27 08:32:59.770 24830 25214 I chromium: [24830:25214:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.proximity +02-27 08:32:59.770 24830 25214 I chromium: [24830:25214:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.resource +02-27 08:32:59.861 24983 25060 I Finsky : [46] pyq.a(1): Warm data store was already initialized. +02-27 08:32:59.861 24983 25060 I Finsky : [46] pyr.a(1): Warm data store was already initialized. +02-27 08:32:59.888 24972 24972 W Monkey : ** SYS_KEYS has no physical keys but with factor 2.0%. +02-27 08:32:59.888 24830 24830 I chromium: [24830:24830:INFO:chromecast_service.cc(1789)] Usonia GRPC feature is: 0 +02-27 08:32:59.888 24830 24830 I chromium: [24830:24830:INFO:usonia_child_process.cc(266)] Ignoring stop when not started. +02-27 08:32:59.888 24830 24830 I chromium: [24830:24830:INFO:usonia_main_process.cc(487)] Ignoring stop when not started. +02-27 08:32:59.888 24830 24956 I chromium: [24830:24956:INFO:hotspot_manager.cc(98)] Stop zombie hotspot if there is one +02-27 08:32:59.904 24972 24972 I app_process: System.exit called, status: -5 +02-27 08:32:59.908 24830 25097 E chromium: [24830:25097:ERROR:usonia_main_process.cc(88)] Failed to publish device info trait: [error_code=NOT_FOUND, error_message=No subscribers.] +02-27 08:32:59.910 24830 24830 W chromium: [24830:24830:WARNING:setup_manager_impl.cc(724)] Clearing empty virtual channel +02-27 08:32:59.910 24830 24830 I chromium: [24830:24830:INFO:setup_manager_impl.cc(728)] release channel: +02-27 08:32:59.910 24830 24830 I chromium: [24830:24830:INFO:locale_manager.cc(241)] No timezone yet. +02-27 08:32:59.910 24830 24830 I chromium: [24830:24830:INFO:locale_manager.cc(270)] Current time format: 12-hour +02-27 08:32:59.910 24830 24955 I chromium: [24830:24955:INFO:metrics_recorder.cc(188)] cast event: Cast.CRL.Restored +02-27 08:32:59.919 24972 24972 I AndroidRuntime: VM exiting with result code -5. +02-27 08:32:59.944 24830 25095 I chromium: [24830:25095:INFO:setup_manager_impl.cc(862)] Initially set Google DNS servers: enable +02-27 08:32:59.945 24830 25095 I chromium: [24830:25095:INFO:setup_api_registry.cc(188)] Register external API: eureka_info +02-27 08:32:59.946 24830 24830 I chromium: [24830:24830:INFO:locale_manager.cc(291)] No locale. Set default from factory: en-US +02-27 08:32:59.956 24830 25095 I chromium: [24830:25095:INFO:setup_api_registry.cc(188)] Register external API: set_network +02-27 08:32:59.956 24830 25095 I chromium: [24830:25095:INFO:setup_api_registry.cc(188)] Register external API: set_network_ssid +02-27 08:32:59.956 24830 25095 I chromium: [24830:25095:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: user_interface_settings +02-27 08:32:59.956 24830 25095 I chromium: [24830:25095:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: wifi_settings +02-27 08:32:59.956 24830 25095 I chromium: [24830:25095:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: hdmi_settings +02-27 08:32:59.956 24830 25095 I chromium: [24830:25095:INFO:cloud_settings_manager_impl.cc(144)] Add Observer for trait: preview_program_settings +02-27 08:32:59.956 24830 25095 I chromium: [24830:25095:INFO:setup_api_registry.cc(188)] Register external API: set_eureka_info +02-27 08:32:59.956 24830 25095 I chromium: [24830:25095:INFO:setup_api_registry.cc(188)] Register external API: get_app_device_id +02-27 08:32:59.956 24830 25095 I chromium: [24830:25095:INFO:setup_api_registry.cc(188)] Register external API: send_log_report +02-27 08:32:59.956 24830 25095 I chromium: [24830:25095:INFO:setup_manager_impl.cc(939)] Initially Set WPA3 support: disable +02-27 08:32:59.957 24830 25095 I chromium: [24830:25095:INFO:setup_manager_impl.cc(945)] Network check enabled, AddConnectivityCheckFailureObserver. +02-27 08:32:59.971 24830 24830 I chromium: [24830:24830:INFO:locale_manager.cc(629)] New country code: US +02-27 08:32:59.968 24830 24830 W apps.mediashell: type=1400 audit(0.0:2098): avc: denied { read } for name="u:object_r:wifi_config_prop:s0" dev="tmpfs" ino=281 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:wifi_config_prop:s0 tclass=file permissive=0 app=com.google.android.apps.mediashell +02-27 08:32:59.968 24830 24830 W apps.mediashell: type=1400 audit(0.0:2099): avc: denied { read } for name="u:object_r:wifi_config_prop:s0" dev="tmpfs" ino=281 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:wifi_config_prop:s0 tclass=file permissive=0 app=com.google.android.apps.mediashell +02-27 08:32:59.972 24830 24830 W libc : Access denied finding property "ro.boot.wificountrycode" +02-27 08:32:59.972 24830 24830 W libc : Access denied finding property "ro.boot.wificountrycode" +02-27 08:32:59.974 24830 24830 I chromium: [24830:24830:INFO:setup_manager_impl.cc(764)] Initial activation date cached value: +02-27 08:32:59.974 24830 24830 I chromium: [24830:24830:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/google.internal.home.foyer.v1.resources.IsDeviceReadyRequest +02-27 08:32:59.974 24830 24830 I chromium: [24830:24830:INFO:hds_broker_impl.cc(121)] HDS type registered type.googleapis.com/home.cloud.biz.EnterWeavePairingModeRequest +02-27 08:32:59.975 24830 24830 I chromium: [24830:24830:INFO:api_reboot_idle_checker.cc(104)] active_activities count=1 +02-27 08:32:59.975 24830 24830 I chromium: [24830:24830:INFO:setup_api_registry.cc(188)] Register external API: reboot +02-27 08:32:59.978 24830 24922 W chromium: [24830:24922:WARNING:backlight_mitigator.cc(110)] Could not write to clamping control file +02-27 08:32:59.981 24830 24830 W chromium: [24830:24830:WARNING:cast_crypto_keys_openssl_shlib.cc(70)] No valid ESN read. +02-27 08:32:59.981 24830 24830 W chromium: [24830:24830:WARNING:cast_crypto_keys_openssl_shlib.cc(83)] Invalid or no DKE value read. +02-27 08:32:59.981 24830 24830 W chromium: [24830:24830:WARNING:cast_crypto_keys_openssl_shlib.cc(95)] Invalid or no DKH value read. +02-27 08:32:59.981 24830 24830 W chromium: [24830:24830:WARNING:cast_crypto_keys_openssl_shlib.cc(151)] Invalid or no DKW value read/computed. +02-27 08:32:59.981 24830 24830 I chromium: [24830:24830:INFO:persistent_logging_dummy.cc(11)] Persistent logging is disabled. +02-27 08:32:59.986 24830 25214 I chromium: [24830:25214:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.assistant +02-27 08:32:59.987 24830 24830 I chromium: [24830:24830:INFO:robot_account_auth_manager.cc(289)] No backend type specified. Getting COS URL based on the build type instead. +02-27 08:32:59.992 24830 24830 I chromium: [24830:24830:INFO:robot_account_auth_manager.cc(306)] Auth url: https://clients3.google.com/cast/orchestration/googleoauthtoken?rt=b +02-27 08:32:59.992 24830 24830 W chromium: [24830:24830:WARNING:robot_account_auth_manager.cc(448)] Failed to initialize JWT for 38579375 +02-27 08:32:59.993 25066 25066 W ChimeRegistrationManage: Chime not initialized, cannot register for notifications. +02-27 08:32:59.999 25046 25046 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:33:00.000 24830 24830 I chromium: [24830:24830:INFO:queryable_data_registrar.cc(52)] Registering queryable data for managed mode as: 0 +02-27 08:33:00.000 24830 24830 I chromium: [24830:24830:INFO:queryable_data_registrar.cc(59)] Registering enable_hls_sample_aes=1 +02-27 08:33:00.000 24830 24830 I chromium: [24830:24830:INFO:queryable_data_registrar.cc(64)] Registering hls_sample_aes_init_segment +02-27 08:33:00.001 24830 24830 I chromium: [24830:24830:INFO:queryable_data_registrar.cc(70)] Registering visual-punt-on-platform-supported +02-27 08:33:00.002 24830 24955 W chromium: [24830:24955:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:00.002 24830 24955 W chromium: [24830:24955:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:00.002 24830 24955 W chromium: [24830:24955:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:00.002 24830 24955 W chromium: [24830:24955:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:00.002 24830 24955 W chromium: [24830:24955:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:00.002 24830 24955 W chromium: [24830:24955:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:00.002 24830 24955 W chromium: [24830:24955:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:00.002 24830 24955 W chromium: [24830:24955:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:00.002 24830 24955 W chromium: [24830:24955:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:00.002 24830 24955 W chromium: [24830:24955:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:00.002 24830 24955 W chromium: [24830:24955:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:00.002 24830 24955 W chromium: [24830:24955:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:00.002 24830 24955 I chromium: [24830:24955:INFO:net_util_impl.cc(511)] IP address: [REDACTED] MAC address: [REDACTED] +02-27 08:33:00.002 24830 24955 I chromium: [24830:24955:INFO:local_network_info_impl.cc(345)] LNID changed: +02-27 08:33:00.024 24983 25064 I Finsky : [49] nvc.(2): Item store provider started. +02-27 08:33:00.026 25046 25046 I AndroidIME: TVLatinApp.onUserUnlocked():254 device protected preferences are migrated +02-27 08:33:00.105 182 182 I lowmemorykiller: Kill 'com.android.providers.tv' (23178), uid 10033, oom_score_adj 915 to free 46892kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (136%) +02-27 08:33:00.286 322 322 I Zygote : Process 23178 exited due to signal 9 (Killed) +02-27 08:33:00.524 24983 24992 W android.vendin: Suspending all threads took: 23.543ms +02-27 08:33:01.208 505 1212 I ActivityManager: Process com.android.providers.tv (pid 23178) has died: cch+15 CEM +02-27 08:33:01.255 25066 25066 W Glide : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored +02-27 08:33:01.294 505 556 I libprocessgroup: Successfully killed process cgroup uid 10033 pid 23178 in 31ms +02-27 08:33:01.313 25066 25074 W roid.tvlaunche: Suspending all threads took: 23.991ms +02-27 08:33:01.341 505 505 W Looper : Slow dispatch took 1334ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=com.android.server.alarm.AlarmManagerService$3$$ExternalSyntheticLambda0@610be0 m=0 +02-27 08:33:01.484 24830 25095 I chromium: [24830:25095:INFO:local_network_info_impl.cc(435)] LNID_W changed: +02-27 08:33:01.488 505 514 W system_server: Suspending all threads took: 9.775ms +02-27 08:33:01.728 25046 25056 W putmethod.lati: Suspending all threads took: 6.876ms +02-27 08:33:01.816 25046 25232 I SuperpacksManager: SuperpacksManager.initializeInternal():509 initializeInternal() +02-27 08:33:02.319 24983 25142 I Finsky : [58] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 08:33:02.333 24983 25142 I Finsky : [58] mqf.apply(87): SCH: Scheduling system job Id: 9375, L: 0, D: 0, C: false, I: false, N: 0 +02-27 08:33:02.336 25101 25101 I Safeboot: Checking safeboot... +02-27 08:33:02.507 25046 25230 I ShortcutsDataManager: ShortcutsDataManager.onContentChanged():73 onContentChanged() +02-27 08:33:02.540 25046 25230 I ContactsDataManager: ContactsDataManager.onContentChanged():159 onContentChanged() +02-27 08:33:02.552 25046 25230 I EmailDataManager: EmailDataManager.onContentChanged():115 onContentChanged() +02-27 08:33:02.565 505 543 W Looper : Slow delivery took 1017ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:33:02.577 505 1212 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #14800} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (6 skipped) +02-27 08:33:02.629 25101 25101 I FixerFramework: Installing ProviderInstaller. +02-27 08:33:02.670 505 514 I system_server: Background young concurrent copying GC freed 1828974(46MB) AllocSpace objects, 0(0B) LOS objects, 42% free, 33MB/57MB, paused 20.799ms,10.755ms total 2.623s +02-27 08:33:02.682 505 826 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10033; state: DISABLED +02-27 08:33:02.682 505 826 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10033; state: DISABLED +02-27 08:33:02.682 505 826 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10033; state: DISABLED +02-27 08:33:02.682 505 826 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10033; state: ENABLED +02-27 08:33:02.691 505 826 W ActivityManager: Slow operation: 102ms so far, now at startProcess: done starting proc! +02-27 08:33:02.691 505 826 W ContentProviderHelper: Slow operation: 110ms so far, now at getContentProviderImpl: after start process +02-27 08:33:02.691 505 826 W ContentProviderHelper: Slow operation: 110ms so far, now at getContentProviderImpl: updating data structures +02-27 08:33:02.691 505 826 W ContentProviderHelper: Slow operation: 110ms so far, now at getContentProviderImpl: done! +02-27 08:33:02.692 505 555 W ActivityManager: Slow operation: 65ms so far, now at startProcess: asking zygote to start proc +02-27 08:33:02.694 505 1686 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:33:02.694 505 1686 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:33:02.694 505 1686 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:33:02.694 505 1686 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:33:02.695 505 543 W Looper : Drained +02-27 08:33:02.695 24830 24830 E ActivityThread: Failed to find provider info for com.google.android.tvsetup.app.machine.services.castsetup.castsetupinfo.CastInfoProvider +02-27 08:33:02.700 505 505 W Looper : Slow dispatch took 135ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:33:02.704 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10033; state: ENABLED +02-27 08:33:02.726 24830 24830 E cr_ClientAuthCredsFactoryProvisioned: Cannot get device credentials +02-27 08:33:02.726 24830 24830 I cr_ClientAuthCredsProvisioning: Can't get device creds. Loading Widevine creds +02-27 08:33:02.733 322 322 D Zygote : Forked child process 25243 +02-27 08:33:02.734 505 555 W ActivityManager: Slow operation: 107ms so far, now at startProcess: returned from zygote! +02-27 08:33:02.734 505 555 W ActivityManager: Slow operation: 107ms so far, now at startProcess: done updating battery stats +02-27 08:33:02.736 505 555 W ActivityManager: Slow operation: 109ms so far, now at startProcess: building log message +02-27 08:33:02.737 505 555 I ActivityManager: Start proc 25243:com.android.providers.tv/u0a33 for content provider {com.android.providers.tv/com.android.providers.tv.TvProvider} +02-27 08:33:02.737 505 555 W ActivityManager: Slow operation: 110ms so far, now at startProcess: starting to update pids map +02-27 08:33:02.730 25046 25046 I PhenotypeModule: PhenotypeModule.onCreate():142 onCreate() +02-27 08:33:02.737 25046 25046 I PhenotypeModule: PhenotypeModule.maybeFetchAndUpdate():169 maybeFetchAndUpdate: forceRefresh=true +02-27 08:33:02.739 505 555 W ActivityManager: Slow operation: 112ms so far, now at startProcess: done updating pids map +02-27 08:33:02.739 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:33:02.764 322 322 D Zygote : Forked child process 25249 +02-27 08:33:02.766 505 555 W ActivityManager: Slow operation: 72ms so far, now at startProcess: returned from zygote! +02-27 08:33:02.766 505 555 W ActivityManager: Slow operation: 72ms so far, now at startProcess: done updating battery stats +02-27 08:33:02.766 505 555 W ActivityManager: Slow operation: 72ms so far, now at startProcess: building log message +02-27 08:33:02.766 505 555 I ActivityManager: Start proc 25249:com.google.process.gapps/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider} +02-27 08:33:02.766 505 555 W ActivityManager: Slow operation: 72ms so far, now at startProcess: starting to update pids map +02-27 08:33:02.766 505 555 W ActivityManager: Slow operation: 72ms so far, now at startProcess: done updating pids map +02-27 08:33:02.804 505 505 W Looper : Slow dispatch took 100ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:33:02.970 24830 24830 E chromium: [24830:24830:ERROR:jni_client_auth_creds_mediadrm.cc(292)] certs_ref is null +02-27 08:33:02.977 24830 24830 E chromium: [24830:24830:ERROR:client_auth_creds.cc(232)] Empty certs string. +02-27 08:33:02.977 24830 24830 E chromium: [24830:24830:ERROR:client_auth_signer.cc(160)] Failed to get key and cert from ClientAuthCreds. +02-27 08:33:03.026 24830 24830 W chromium: [24830:24830:WARNING:client_auth_manager.cc(125)] Certificate is empty. Do not store. +02-27 08:33:03.048 24830 24830 I chromium: [24830:24830:INFO:audio_focus_manager_impl.cc(27)] use_media_starting_block: 1 +02-27 08:33:03.058 24983 24983 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 10 +02-27 08:33:03.101 25243 25243 E id.providers.t: Not starting debugger since process cannot load the jdwp agent. +02-27 08:33:03.104 25249 25249 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. +02-27 08:33:03.144 25046 25232 I SuperpacksManager: SuperpacksManager.initializeInternal():556 Switched background task scheduler: false +02-27 08:33:03.170 24830 24830 I chromium: [24830:24830:INFO:chromecast_mojo_service.cc(146)] Registering 'chromecast' services. +02-27 08:33:03.247 24983 24983 I Finsky : [2] kvx.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [DpsPkSMHqWttfQXwzyJIZdxvbLGGKJ1F0YBostZeLuc] +02-27 08:33:03.248 24983 24983 I Finsky : [2] kwn.n(8): Invalidating cached PackageState for com.streamflow.tv +02-27 08:33:03.269 25046 25232 I JobSchedulerImpl: JobSchedulerImpl.schedule():91 Schedule task: superpacks-gc-task. Success. +02-27 08:33:03.331 24830 24957 I chromium: [24830:24957:INFO:external_mojo_broker.cc(236)] Register service chromecast +02-27 08:33:03.890 24830 24830 I chromium: [24830:24830:INFO:cast_metrics_service_client.cc(94)] Metrics client ID set: 01f19afc-6d86-4c08-99b8-ec196311c394 +02-27 08:33:03.901 24830 24830 I chromium: [24830:24830:INFO:device_info_impl.cc(933)] Metrics client ID: 01f19afc-6d86-4c08-99b8-ec196311c394 +02-27 08:33:03.904 505 1685 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10033; state: DISABLED +02-27 08:33:03.932 24983 24992 W android.vendin: Suspending all threads took: 39.001ms +02-27 08:33:03.973 505 1685 W ActivityManager: Slow operation: 96ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:33:03.973 505 1685 W ActivityManager: Slow operation: 96ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:33:04.022 505 1685 W ActivityManager: Slow operation: 145ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:33:04.121 25046 25260 W putmethod.lati: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:33:04.342 505 543 W Looper : Slow dispatch took 309ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:33:04.374 25046 25260 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:33:04.380 25046 25260 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:33:04.388 24830 25250 I DrmHal : found instance=clearkey version=android.hardware.drm@1.4::IDrmFactory +02-27 08:33:04.388 24830 25250 I DrmHal : found instance=default version=android.hardware.drm@1.0::IDrmFactory +02-27 08:33:04.422 505 1685 W ActivityManager: Slow operation: 545ms so far, now at attachApplicationLocked: after updateOomAdjLocked +02-27 08:33:04.448 505 890 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:33:04.449 25243 25243 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10033; state: ENABLED +02-27 08:33:04.476 24830 25250 E DrmHal : uuid=[edef8ba979d64ace a3c827dcd51d21ed] No supported hal instance found +02-27 08:33:04.481 505 890 W ActivityManager: Slow operation: 54ms so far, now at attachApplicationLocked: after updateOomAdjLocked +02-27 08:33:04.505 505 505 W Looper : Slow dispatch took 336ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=6 +02-27 08:33:04.535 25249 25249 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:33:04.541 505 505 W Looper : Slow delivery took 338ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:33:04.577 505 505 W Looper : Drained +02-27 08:33:04.616 505 1685 D ConnectivityService: requestNetwork for uid/pid:10048/25066 activeRequest: null callbackRequest: 324 [NetworkRequest [ REQUEST id=325, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:33:04.637 25066 25066 W PrtnrWidgetInfoLdr: No content provider for OEM widget found +02-27 08:33:04.646 505 709 D ConnectivityService: NetReassign [325 : null → 101] +02-27 08:33:04.790 24830 25250 E cr_ClientAuthRawSigner: Widevine UUID unsupported. +02-27 08:33:04.790 24830 25250 E cr_ClientAuthRawSigner: android.media.UnsupportedSchemeException: Failed to instantiate drm object: NO_INIT +02-27 08:33:04.790 24830 25250 E cr_ClientAuthRawSigner: ============================== Beginning of DRM Plugin Log ============================== +02-27 08:33:04.790 24830 25250 E cr_ClientAuthRawSigner: 02-27 08:33:04.388 I found instance=clearkey version=android.hardware.drm@1.4::IDrmFactory +02-27 08:33:04.790 24830 25250 E cr_ClientAuthRawSigner: 02-27 08:33:04.389 I found instance=default version=android.hardware.drm@1.0::IDrmFactory +02-27 08:33:04.790 24830 25250 E cr_ClientAuthRawSigner: 02-27 08:33:04.480 E uuid=[edef8ba979d64ace a3c827dcd51d21ed] No supported hal instance found +02-27 08:33:04.790 24830 25250 E cr_ClientAuthRawSigner: ============================== End of DRM Plugin Log ============================== +02-27 08:33:04.790 24830 25250 E cr_ClientAuthRawSigner: at android.media.MediaDrm.native_setup(Native Method) +02-27 08:33:04.790 24830 25250 E cr_ClientAuthRawSigner: at android.media.MediaDrm.(MediaDrm.java:293) +02-27 08:33:04.790 24830 25250 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthRawSigner.(ClientAuthRawSigner.java:32) +02-27 08:33:04.790 24830 25250 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthRawSigner.isProvisioned(ClientAuthRawSigner.java:83) +02-27 08:33:04.790 24830 25250 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthCredsWidevine.ensurePreProvisioned(ClientAuthCredsWidevine.java:233) +02-27 08:33:04.790 24830 25250 E cr_ClientAuthRawSigner: at com.google.android.apps.cast.ClientAuthCredsWidevine.provisionCredsSync(ClientAuthCredsWidevine.java:186) +02-27 08:33:04.790 24830 25250 E cr_ClientAuthRawSigner: at com.google.android.apps.mediashell.ClientAuthCredsProvisioning.attemptCredsProvisioning(ClientAuthCredsProvisioning.java:88) +02-27 08:33:04.790 24830 25250 E cr_ClientAuthRawSigner: at com.google.android.apps.mediashell.ClientAuthCredsProvisioning.access$000(ClientAuthCredsProvisioning.java:32) +02-27 08:33:04.790 24830 25250 E cr_ClientAuthRawSigner: at com.google.android.apps.mediashell.ClientAuthCredsProvisioning$1.run(ClientAuthCredsProvisioning.java:53) +02-27 08:33:04.790 24830 25250 E cr_ClientAuthRawSigner: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) +02-27 08:33:04.790 24830 25250 E cr_ClientAuthRawSigner: at java.util.concurrent.FutureTask.run(FutureTask.java:266) +02-27 08:33:04.790 24830 25250 E cr_ClientAuthRawSigner: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) +02-27 08:33:04.790 24830 25250 E cr_ClientAuthRawSigner: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) +02-27 08:33:04.790 24830 25250 E cr_ClientAuthRawSigner: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) +02-27 08:33:04.790 24830 25250 E cr_ClientAuthRawSigner: at java.lang.Thread.run(Thread.java:920) +02-27 08:33:04.809 24983 24992 I android.vendin: Background concurrent copying GC freed 13233(1092KB) AllocSpace objects, 2(40KB) LOS objects, 49% free, 6120KB/11MB, paused 87.089ms,39.200ms total 1.999s +02-27 08:33:04.816 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=325, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:33:04.826 24830 24830 I chromium: [24830:24830:INFO:metrics_stat_logger.cc(55)] Metrics stat for the past 60 secs : total=1 +02-27 08:33:04.826 24830 24830 I chromium: [metrics_stat_logger] Cast.Platform.UnexpectedExit=1 +02-27 08:33:04.842 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=325, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:33:04.850 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=325, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:33:04.867 24830 24830 I chromium: [24830:24830:INFO:cast_receiver_impl.cc(774)] Cast receiver started. +02-27 08:33:04.875 24830 24830 W chromium: [24830:24830:WARNING:cast_receiver_impl.cc(1079)] Network is not globally connected. Don't schedule config downloading yet. +02-27 08:33:04.875 505 25285 I DropBoxManagerService: add tag=system_app_wtf isTagEnabled=true flags=0x2 +02-27 08:33:04.882 24830 24830 I chromium: [24830:24830:INFO:ccs_manager_impl.cc(706)] Starting cloud ipc activity with CCS +02-27 08:33:04.883 24830 24830 I chromium: [24830:24830:INFO:ccs_manager_impl.cc(1417)] CcsManagerImpl opt_in.cloud_ipc pref changed: 1 +02-27 08:33:04.884 24830 24830 I chromium: [24830:24830:INFO:ccs_manager_impl.cc(1453)] Waiting for all transports to be enabled +02-27 08:33:04.889 24830 25214 E chromium: [24830:25214:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 08:33:04.889 24830 25214 I chromium: [24830:25214:INFO:v2_ssl_socket.cc(772)] IPv6 socket probably supports both IPv4 and IPv6 +02-27 08:33:04.889 25101 25101 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:33:04.891 25243 25266 I id.providers.t: Background young concurrent copying GC freed 12687(542KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1864KB/25MB, paused 6.516ms,4us total 81.853ms +02-27 08:33:04.892 24983 24997 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. +02-27 08:33:04.904 24830 24830 I chromium: [24830:24830:INFO:grpc_manager_impl.cc(384)] GRPC[uri=[::]:0]: Registered service chromecast.LocalCloudcastService +02-27 08:33:04.906 25066 25286 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.searchapi.VoiceInteractionProvider +02-27 08:33:04.906 25066 25287 E ActivityThread: Failed to find provider info for tvlauncher.mic +02-27 08:33:04.918 24830 24830 I chromium: [24830:24830:INFO:grpc_manager_impl.cc(406)] GRPC[uri=[::]:0]: Registered a handler ExecuteActionScript for service chromecast.LocalCloudcastService +02-27 08:33:04.947 25066 25287 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:33:04.964 24830 24830 I chromium: [24830:24830:INFO:grpc_manager_impl.cc(406)] GRPC[uri=[::]:0]: Registered a handler ObserveDeviceStatus for service chromecast.LocalCloudcastService +02-27 08:33:04.964 24830 24830 I chromium: [24830:24830:INFO:grpc_manager_impl.cc(406)] GRPC[uri=[::]:0]: Registered a handler GetDeviceStatus for service chromecast.LocalCloudcastService +02-27 08:33:04.964 24830 24830 I chromium: [24830:24830:INFO:grpc_manager_impl.cc(452)] GRPC[uri=[::]:0]: Proceeding to try to start server. +02-27 08:33:04.980 25066 25287 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:33:05.029 24830 25213 I chromium: [24830:25213:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:33:05.029 24830 25213 I chromium: [24830:25213:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:33:05.054 24830 25213 I chromium: [24830:25213:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.SocketCreated +02-27 08:33:05.054 24830 25213 I chromium: [24830:25213:INFO:mdns_app_filter.cc(1440)] Created mDNS socket for interface:name=wlan0, address=10.0.2.16, index=16 +02-27 08:33:05.104 24830 25213 I chromium: [24830:25213:INFO:mdns_app_filter.cc(1135)] MdnsAppFilter is starting. +02-27 08:33:05.104 24830 25213 I chromium: [24830:25213:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.ResponderStarted +02-27 08:33:05.110 24983 25283 I Finsky : [84] hvg.run(26): Wrote row to frosting DB: 114 +02-27 08:33:05.216 24830 24830 I chromium: [24830:24830:INFO:grpc_manager_impl.cc(509)] GRPC[uri=[::]:0]: Grpc server started in port 43419 +02-27 08:33:05.216 24830 24830 I chromium: [24830:24830:INFO:ccs_manager_impl.cc(1453)] Waiting for all transports to be enabled +02-27 08:33:05.217 24830 24830 I chromium: [24830:24830:INFO:ccs_transport_gcm.cc(94)] Deferring GCM registration until connectivity is up +02-27 08:33:05.250 25046 25046 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:05.280 24830 24830 I chromium: [24830:24830:INFO:cast_receiver_impl.cc(881)] Cast receiver resumed. +02-27 08:33:05.280 24830 24830 W chromium: [24830:24830:WARNING:cast_receiver_impl.cc(1091)] Network is not globally connected. Don't schedule CRL downloading yet. +02-27 08:33:05.297 25046 25046 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:33:05.336 25046 25046 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:33:05.348 505 826 I ActivityTaskManager: START u0 {flg=0x14000000 cmp=com.google.android.tvlauncher/.MainActivity (has extras)} from uid 10048 +02-27 08:33:05.353 24830 24830 I chromium: [24830:24830:INFO:cast_web_service.cc(193)] Added session: 410fd96e-89fb-48e2-ac9f-04140bf2b807 +02-27 08:33:05.353 24830 24830 I chromium: [24830:24830:INFO:application_identification_settings.cc(422)] new ApplicationIdentificationSettings session_id: 410fd96e-89fb-48e2-ac9f-04140bf2b807 app_id: E8C28D3C universal_app_id: E8C28D3C flags: 23 headers: 2047 +02-27 08:33:05.354 24830 25194 E chromium: [24830:25194:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 08:33:05.357 24830 25195 E chromium: [24830:25195:ERROR:socket_posix.cc(150)] bind() failed: Address already in use (98) +02-27 08:33:05.370 24830 25195 I chromium: [24830:25195:INFO:cast_web_server.cc(200)] Http server for Cast receiver started: port=8443 +02-27 08:33:05.374 24830 25194 I chromium: [24830:25194:INFO:cast_web_server.cc(200)] Http server for Cast receiver started: port=8008 +02-27 08:33:05.383 24830 25214 I chromium: [24830:25214:INFO:endpoint_with_namespace_handler.cc(106)] Added a namespace handler: local_id=receiver-7f632b49-34bd-c56f-b953-dc3746d180ae, namespace=urn:x-cast:com.google.cast.setup +02-27 08:33:05.386 25101 25101 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:33:05.386 25101 25101 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:33:05.388 25243 25243 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.tv' set to: 'default' +02-27 08:33:05.393 25243 25243 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:33:05.428 24830 24830 I chromium: [24830:24830:INFO:chromecast_service_base.cc(396)] Network is disconnected, reconnecting Wifi. +02-27 08:33:05.457 25243 25243 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:33:05.465 24830 25095 I chromium: [24830:25095:INFO:setup_manager_impl.cc(1039)] Setup discoverability is enabled +02-27 08:33:05.465 24830 25095 W libc : Access denied finding property "ro.odm.cast.ssid_suffix" +02-27 08:33:06.041 24830 25095 I chromium: [24830:25095:INFO:hotspot_manager.cc(156)] Start: id=1 SSID=[REDACTED] hidden=0 +02-27 08:33:06.042 24830 24830 I chromium: [24830:24830:INFO:chromecast_service.cc(1414)] Initial error code: 0 +02-27 08:33:06.042 24830 24830 I chromium: [24830:24830:INFO:chromecast_service.cc(1426)] Non-assistant device, start idle screen now. +02-27 08:33:06.045 24830 24922 I chromium: [24830:24922:INFO:hotspot_manager.cc(206)] Starting request id=1 ssid=[REDACTED] hidden=0 +02-27 08:33:06.090 25243 25243 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:33:06.581 24983 25283 I Finsky : [84] hvg.run(26): Wrote row to frosting DB: 115 +02-27 08:33:06.584 25249 25249 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:33:06.584 25249 25249 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:33:06.593 25243 25243 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10033; state: ENABLED +02-27 08:33:06.593 25249 25249 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:33:06.597 25249 25249 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:33:06.793 505 826 D ConnectivityService: requestNetwork for uid/pid:10054/24830 activeRequest: null callbackRequest: 326 [NetworkRequest [ REQUEST id=327, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ]] callback flags: 0 priority: 2147483647 +02-27 08:33:06.799 505 709 D ConnectivityService: NetReassign [327 : null → 101] +02-27 08:33:06.814 25066 25066 E Clearcut-EventLogger: Unexpected log parameter home_selected_row_position +02-27 08:33:06.855 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:33:07.123 505 595 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver +02-27 08:33:07.141 25046 25046 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:33:07.142 25046 25046 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:07.147 25046 25046 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:07.758 505 543 W Looper : Slow dispatch took 593ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:33:07.989 505 514 W system_server: Suspending all threads took: 18.667ms +02-27 08:33:08.001 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:33:08.230 25046 25046 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:33:08.241 25046 25046 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:33:08.242 25046 25046 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:08.282 25046 25046 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:08.336 25046 25046 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:08.338 25046 25046 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:08.350 25046 25046 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:08.354 25046 25046 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:08.356 25046 25046 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:08.366 25046 25046 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:08.389 25046 25046 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:33:08.390 25046 25046 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:33:08.390 25046 25046 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:08.394 25046 25046 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:08.421 25046 25046 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:08.422 25046 25046 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:08.428 25046 25046 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:08.429 24983 25143 I Finsky : [59] pyq.a(1): Warm data store was already initialized. +02-27 08:33:08.430 25046 25046 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:08.430 25046 25046 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:08.431 25046 25046 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:08.432 24983 25143 I Finsky : [59] pyr.a(1): Warm data store was already initialized. +02-27 08:33:08.462 24983 25143 I Finsky : [59] pyq.a(1): Warm data store was already initialized. +02-27 08:33:08.575 24983 24983 I Finsky : [2] iki.D(3): Installer: Attempting to start installer +02-27 08:33:08.745 24983 24983 I Finsky : [2] vbw.c(2): registerListener +02-27 08:33:08.775 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:33:08.776 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:33:08.926 505 514 I system_server: Background concurrent copying GC freed 1878447(47MB) AllocSpace objects, 0(0B) LOS objects, 45% free, 29MB/53MB, paused 119.708ms,65.375ms total 2.467s +02-27 08:33:08.939 505 2908 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:33:08.942 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:33:08.965 25249 25249 I GoogleHttpClient: GMS http client unavailable, use old client +02-27 08:33:09.006 24983 24983 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:33:09.010 24983 24983 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:33:09.045 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=327, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] +02-27 08:33:09.045 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=327, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] +02-27 08:33:09.045 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=327, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] +02-27 08:33:09.058 24983 24983 I Finsky : [2] ird.(18): Initializing pausers from value store. +02-27 08:33:09.060 24983 24983 I Finsky : [2] ird.(21): Get the following callers from value store []. +02-27 08:33:09.090 24983 25143 I Finsky : [59] grw.d(68): System was updated or GL extensions were already cached. +02-27 08:33:09.181 24830 24830 I cr_MdnsOffloadClientImpl: No offload service found +02-27 08:33:09.232 24830 24830 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:113] Started +02-27 08:33:09.253 25046 25308 I JapaneseMozcExtension: JapaneseMozcExtension.onCreateServiceInternal():78 onCreateServiceInternal() +02-27 08:33:09.277 25046 25313 I NetworkInfoNotification: NetworkInfoNotification$Listener.onReceive():93 onNetworkAvailable: networkState = NON_METERED, isAirplaneModeOn = false +02-27 08:33:09.426 24983 25142 I Finsky : [58] lct.h(1): Triggered update for experiment package com.google.android.finsky.stable. +02-27 08:33:09.438 24983 24983 I Finsky : [2] iki.T(1): Installer: Installer kick - no action, not running yet +02-27 08:33:09.441 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:33:09.457 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:33:09.479 505 891 D WifiNl80211Manager: Scan result ready event +02-27 08:33:09.480 505 891 D WifiNative: Scan result ready event +02-27 08:33:09.481 25249 25249 I CarUiInstaller: CarUiInstaller started for com.google.android.gsf +02-27 08:33:09.488 24983 24983 I Finsky : [2] msm.onStartJob(3): SCH: job service start with id 9375. +02-27 08:33:09.502 25101 25101 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:33:09.596 25046 25046 I DeviceStatusMonitor: DeviceStatusMonitor$1.onReceive():58 onReceive() : Action = android.net.conn.CONNECTIVITY_CHANGE +02-27 08:33:09.597 25046 25046 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = false +02-27 08:33:09.617 25046 25046 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 5 +02-27 08:33:09.617 25046 25046 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 5 +02-27 08:33:10.310 25066 25066 I Choreographer: Skipped 74 frames! The application may be doing too much work on its main thread. +02-27 08:33:10.398 505 505 W Looper : Slow dispatch took 789ms main h=com.android.internal.os.HandlerCaller$MyHandler c=null m=7000 +02-27 08:33:10.554 25046 25046 I UrgentSignalsProcessor: UrgentSignalsProcessor.flagUpdated():97 Received flagsUpdated for urgent signal +02-27 08:33:10.761 505 542 W Looper : Slow dispatch took 407ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:33:11.001 24830 24830 I chromium: [24830:24830:INFO:device_info_impl.cc(1061)] Primary netif changed: new=wlan0, old= +02-27 08:33:11.001 24830 24830 I chromium: [24830:24830:INFO:device_info_impl.cc(1070)] Primary IP address changed: netif=wlan0, new=10.0.2.16, old= +02-27 08:33:11.003 24830 24957 I chromium: [24830:24957:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.FeatureService +02-27 08:33:11.003 24830 24957 I chromium: [24830:24957:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 08:33:11.073 25046 25046 I DictionarySuperpacksManager: DictionarySuperpacksManager$1.onEnabledInputMethodEntriesChanged():60 onEnabledInputMethodEntriesChanged +02-27 08:33:11.079 24830 24830 I chromium: [24830:24830:INFO:grpc_completion_queue_wrapper.cc(13)] CQ is destroyed: id=0 +02-27 08:33:11.197 25046 25046 I MetricsProcessorProviderManager: MetricsProcessorProviderManager.onClearcutAdapterReady():102 onClearcutAdapterReady +02-27 08:33:11.309 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:33:11.590 505 546 D CompatibilityChangeReporter: Compat change id reported: 158002302; UID 10048; state: ENABLED +02-27 08:33:11.684 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:33:11.719 24830 24830 I chromium: [24830:24830:INFO:metrics_recorder.cc(188)] cast event: Cast.System.Timezone.ChangeSuccessful +02-27 08:33:11.721 24830 24957 I chromium: [24830:24957:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 08:33:11.722 24830 24957 I chromium: [24830:24957:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 08:33:11.724 24830 24957 I chromium: [24830:24957:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 08:33:11.726 24830 24957 I chromium: [24830:24957:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.RemoteControlService +02-27 08:33:11.726 24830 24957 I chromium: [24830:24957:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 08:33:11.744 24830 24957 I chromium: [24830:24957:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 08:33:11.744 24830 24957 I chromium: [24830:24957:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 08:33:11.745 24830 24957 I chromium: [24830:24957:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 08:33:11.843 505 505 W Looper : Slow dispatch took 132ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:33:11.845 24830 24830 I chromium: [24830:24830:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 08:33:11.861 24830 24830 W chromium: [24830:24830:WARNING:secure_storage_impl.cc(115)] Device key not available yet. +02-27 08:33:11.864 24830 25095 W chromium: [24830:25095:WARNING:setup_manager_impl.cc(2238)] DNS Func not supported +02-27 08:33:11.865 24830 24957 I chromium: [24830:24957:INFO:external_mojo_broker.cc(270)] Request for sensor:chromecast.mojom.SensorService +02-27 08:33:11.866 24830 24957 I chromium: [24830:24957:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.DisplaySettings +02-27 08:33:11.866 24830 24957 I chromium: [24830:24957:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 08:33:11.871 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:33:11.873 24830 24957 I chromium: [24830:24957:INFO:external_mojo_broker.cc(330)] Found internal sensor +02-27 08:33:11.922 24830 24830 I chromium: [24830:24830:INFO:ccs_manager_impl.cc(2007)] LNID has changed; Will re-register CCS +02-27 08:33:11.922 24830 24830 I chromium: [24830:24830:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 08:33:11.922 24830 24830 I chromium: [24830:24830:INFO:cast_auth_headers.cc(227)] Clearing cached auth headers. +02-27 08:33:11.922 24830 24830 I chromium: [24830:24830:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 08:33:11.922 24830 24830 W chromium: [24830:24830:WARNING:secure_storage_impl.cc(115)] Device key not available yet. +02-27 08:33:11.925 24830 24830 I chromium: [24830:24830:INFO:virtual_device_manager.cc(312)] Virtual device [REDACTED] using Cast V2 port 8009 +02-27 08:33:11.930 24830 24957 I chromium: [24830:24957:INFO:external_mojo_broker.cc(270)] Request for chromecast:chromecast.mojom.GeneralAudienceBrowsingAPIKeySubject +02-27 08:33:11.930 24830 24957 I chromium: [24830:24957:INFO:external_mojo_broker.cc(275)] Found externally-registered chromecast +02-27 08:33:11.946 24830 25095 I chromium: [24830:25095:INFO:setup_state.cc(263)] Setup state changed: SETUP_STATE_UNKNOWN (0) -> SETUP_STATE_CHECKING_GLOBAL_CONNECTIVITY (50) +02-27 08:33:11.957 25046 25046 I KeyboardDefManager: KeyboardDefManager$LoadKeyboardDefTask$1.onFailure():184 Task to load keyboard def was canceled. +02-27 08:33:11.957 25046 25046 I KeyboardDefManager: java.util.concurrent.CancellationException: Task was cancelled. +02-27 08:33:11.957 25046 25046 I KeyboardDefManager: at jke.s(PG:3) +02-27 08:33:11.957 25046 25046 I KeyboardDefManager: at jke.get(PG:4) +02-27 08:33:11.957 25046 25046 I KeyboardDefManager: at job.k(PG:1) +02-27 08:33:11.957 25046 25046 I KeyboardDefManager: at job.E(PG:2) +02-27 08:33:11.957 25046 25046 I KeyboardDefManager: at jma.run(PG:4) +02-27 08:33:11.957 25046 25046 I KeyboardDefManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:33:11.957 25046 25046 I KeyboardDefManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:33:11.957 25046 25046 I KeyboardDefManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:33:11.957 25046 25046 I KeyboardDefManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:33:11.957 25046 25046 I KeyboardDefManager: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:33:11.957 25046 25046 I KeyboardDefManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:33:11.957 25046 25046 I KeyboardDefManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:33:11.957 25046 25046 I KeyboardDefManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:33:12.006 24830 25213 I chromium: [24830:25213:INFO:mdns_app_filter.cc(1870)] Re-probing due to newly registered service '1': _googlecast +02-27 08:33:12.087 25046 25046 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. +02-27 08:33:12.097 24830 25213 W chromium: [24830:25213:WARNING:mdns_app_filter.cc(1086)] MdnsAppFilter already started. Must call Stop() first. +02-27 08:33:12.111 24830 24830 W chromium: [24830:24830:WARNING:libupnp_manager.cc(312)] No Primary Network Interface, will start UPnP server when it is established. +02-27 08:33:12.129 24830 24830 I chromium: [24830:24830:INFO:woca_client_auth.cc(136)] Use default signer +02-27 08:33:12.169 24830 25097 I chromium: [24830:25097:INFO:grpc_auth_manager_in_process.cc(215)] Initializing Auth. +02-27 08:33:12.169 24830 25097 W chromium: [24830:25097:WARNING:grpc_auth_manager_in_process.cc(220)] Device key not available yet. +02-27 08:33:12.212 505 1684 W ActivityManager: Slow operation: 205ms so far, now at startProcess: building args +02-27 08:33:12.225 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:33:12.244 24983 25064 I Finsky : [49] nvc.r(6): Created new item store. +02-27 08:33:12.250 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:33:12.252 505 1684 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:33:12.252 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:33:12.252 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:33:12.252 24830 24830 I chromium: [24830:24830:INFO:cast_receiver_impl.cc(1586)] mDNS Discovery stopped. +02-27 08:33:12.255 24830 25213 I chromium: [24830:25213:INFO:mdns_app_filter.cc(2019)] MdnsAppFilter is stopping +02-27 08:33:12.255 24830 25213 I chromium: [24830:25213:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.ResponderStopped +02-27 08:33:12.256 25066 25074 I roid.tvlaunche: Background young concurrent copying GC freed 5857(513KB) AllocSpace objects, 3(60KB) LOS objects, 44% free, 3146KB/5634KB, paused 268us,60us total 683.461ms +02-27 08:33:12.256 24830 25213 I chromium: [24830:25213:INFO:mdns_app_filter.cc(2026)] MdnsAppFilter is stopping; closing socket: address=10.0.2.16 +02-27 08:33:12.256 24830 25213 I chromium: [24830:25213:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.SocketDestroyed +02-27 08:33:12.259 505 1684 W ActivityManager: Slow operation: 295ms so far, now at startProcess: done starting proc! +02-27 08:33:12.274 505 555 W ActivityManager: Slow operation: 267ms so far, now at startProcess: asking zygote to start proc +02-27 08:33:12.282 24830 25213 I chromium: [24830:25213:INFO:mdns_app_filter.cc(3338)] Mdns cast queries recently sent: queries=2 +02-27 08:33:12.286 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:33:12.354 25066 25180 D HostConnection: createUnique: call +02-27 08:33:12.370 25066 25180 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b099b50, tid 25180 +02-27 08:33:12.418 24830 24830 I chromium: [24830:24830:INFO:cast_receiver_impl.cc(1644)] Network is globally disconnected. Refresh CcsManager +02-27 08:33:12.420 24830 24830 I chromium: [24830:24830:INFO:debug_endpoint_manager_grpc_client.cc(383)] gRPC client channel state changed to GRPC_CHANNEL_TRANSIENT_FAILURE +02-27 08:33:12.433 24830 24830 I chromium: [24830:24830:INFO:sensor_service.cc(89)] Sensor service binding bound +02-27 08:33:12.433 24983 25138 I Finsky : [55] mnx.a(27): SCH: Satisfied jobs for 9375 are: 29-29 +02-27 08:33:12.431 25101 25101 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:33:12.458 25066 25180 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:33:12.461 24983 25332 I Finsky : [97] heg.g(1): getDownloads() +02-27 08:33:12.479 24830 24830 I chromium: [24830:24830:INFO:mdns_manager_impl.cc(299)] Successfully registered service: type=_googlecast +02-27 08:33:12.490 322 322 D Zygote : Forked child process 25344 +02-27 08:33:12.492 505 555 W ActivityManager: Slow operation: 484ms so far, now at startProcess: returned from zygote! +02-27 08:33:12.492 505 555 W ActivityManager: Slow operation: 485ms so far, now at startProcess: done updating battery stats +02-27 08:33:12.500 24983 25141 I Finsky : [57] kwn.n(8): Invalidating cached PackageState for com.android.vending +02-27 08:33:12.506 505 555 W ActivityManager: Slow operation: 499ms so far, now at startProcess: building log message +02-27 08:33:12.506 505 555 I ActivityManager: Start proc 25344:com.google.android.gms/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.GmsBoundBrokerService} +02-27 08:33:12.506 505 555 W ActivityManager: Slow operation: 499ms so far, now at startProcess: starting to update pids map +02-27 08:33:12.506 505 555 W ActivityManager: Slow operation: 499ms so far, now at startProcess: done updating pids map +02-27 08:33:12.534 24830 24830 I chromium: [24830:24830:INFO:virtual_device.cc(292)] Registered mDNS service for virtual device: id=7f632b49-34bd-c56f-b953-dc3746d180ae +02-27 08:33:12.564 24830 25213 I chromium: [24830:25213:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:33:12.564 24830 25213 I chromium: [24830:25213:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:33:12.969 24830 25213 I chromium: [24830:25213:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.SocketCreated +02-27 08:33:13.006 24830 25213 I chromium: [24830:25213:INFO:mdns_app_filter.cc(1440)] Created mDNS socket for interface:name=wlan0, address=10.0.2.16, index=16 +02-27 08:33:13.041 24830 25213 I chromium: [24830:25213:INFO:mdns_app_filter.cc(1135)] MdnsAppFilter is starting. +02-27 08:33:13.041 24830 25213 I chromium: [24830:25213:INFO:metrics_recorder.cc(188)] cast event: Cast.Discovery.Mdns.ResponderStarted +02-27 08:33:13.047 24830 25213 I chromium: [24830:25213:INFO:discovered_service_client.cc(76)] Primary interface for service discovery has changed: ifindex=16 +02-27 08:33:13.053 24830 25213 I chromium: [24830:25213:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:33:13.053 24830 25213 I chromium: [24830:25213:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:33:13.324 24830 24830 I chromium: [24830:24830:INFO:sensor_service.cc(66)] Sensor Service starting. +02-27 08:33:13.341 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 08:33:13.494 25066 25180 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 08:33:13.568 25066 25180 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 08:33:13.645 25066 25180 D EGL_emulation: eglCreateContext: 0xb400007b8b097b10: maj 3 min 0 rcv 3 +02-27 08:33:13.837 24983 25343 I Finsky : [99] mrk.accept(52): SCH: Job 29-29 starting +02-27 08:33:13.921 25066 25180 D EGL_emulation: eglMakeCurrent: 0xb400007b8b097b10: ver 3 0 (tinfo 0x7da3980080) (first time) +02-27 08:33:14.044 24830 25213 I chromium: [24830:25213:INFO:mdns_app_filter.cc(1602)] MdnsAppFilter: Done probing. +02-27 08:33:14.209 25344 25344 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. +02-27 08:33:14.279 24830 24830 D cr_NetUtil: [NetUtil.java:123] interfaceSupportsWakeOnLan(): Interface wlan0 not supported +02-27 08:33:14.288 505 1686 W ContentProviderHelper: Slow operation: 51ms so far, now at getContentProviderImpl: after set stopped state +02-27 08:33:14.288 505 1686 W ContentProviderHelper: Slow operation: 52ms so far, now at getContentProviderImpl: looking for process record +02-27 08:33:14.315 505 1686 W ContentProviderHelper: Slow operation: 79ms so far, now at getContentProviderImpl: updating data structures +02-27 08:33:14.315 505 1686 W ContentProviderHelper: Slow operation: 79ms so far, now at getContentProviderImpl: done! +02-27 08:33:14.333 24983 25125 I Finsky : [53] eoe.run(72): Cannot disable service: qsv +02-27 08:33:14.336 24983 25125 I Finsky : [53] eoe.run(72): Cannot disable service: qsp +02-27 08:33:14.456 360 445 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 08:33:14.466 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 08:33:14.468 25066 25180 I Gralloc4: mapper 4.x is not supported +02-27 08:33:14.484 24983 25330 D PhenotypeDbHelper: Enabled write-ahead logging +02-27 08:33:14.528 182 182 I lowmemorykiller: Kill 'com.android.keychain' (24965), uid 1000, oom_score_adj 905 to free 47628kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (129%) +02-27 08:33:14.593 25066 25180 D HostConnection: createUnique: call +02-27 08:33:14.597 25066 25180 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b099190, tid 25180 +02-27 08:33:14.598 322 322 I Zygote : Process 24965 exited due to signal 9 (Killed) +02-27 08:33:14.613 25066 25180 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 08:33:14.614 25066 25180 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 08:33:14.672 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 08:33:14.676 25066 25180 W Gralloc4: allocator 4.x is not supported +02-27 08:33:14.720 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:33:14.774 25066 25180 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:33:14.806 24983 25283 I Finsky : [84] hvg.run(26): Wrote row to frosting DB: 116 +02-27 08:33:14.837 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f97f4000 0x1f9fe0000] +02-27 08:33:14.843 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9fe0000 0x1fa7cc000] +02-27 08:33:14.852 505 514 W system_server: Suspending all threads took: 7.639ms +02-27 08:33:14.858 505 1212 I ActivityManager: Process com.android.keychain (pid 24965) has died: cch+5 CEM +02-27 08:33:14.898 24983 25125 E Finsky : [53] eln.accept(19): GMS compliance query failed. +02-27 08:33:14.898 24983 25125 E Finsky : com.google.common.util.concurrent.TimeoutFuture$TimeoutFutureException: Timed out (timeout delayed by 942 ms after scheduled time): xpt@6056b2d[status=PENDING, setFuture=[bms@8c48862[status=PENDING, info=[tag=[snq@5fa8d29]]]]] +02-27 08:33:14.913 24983 25359 I Finsky : [100] pqs.F(0): ProcessRecoveryLogsUtil: No files in recovery directory +02-27 08:33:14.921 25101 25101 W SQLiteCompatibilityWalFlags: Cannot read global setting sqlite_compatibility_wal_flags - Application state not available +02-27 08:33:14.922 24983 25359 I Finsky : [100] mqw.r(4): SCH: jobFinished: 29-29. TimeElapsed: 765ms. +02-27 08:33:15.522 25344 25354 I gle.android.gm: Background young concurrent copying GC freed 12511(549KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1826KB/25MB, paused 6.023ms,252us total 230.102ms +02-27 08:33:15.569 505 556 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 24965 in 11ms +02-27 08:33:15.592 505 543 W Looper : Slow dispatch took 689ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=32 +02-27 08:33:15.732 505 514 I system_server: Background young concurrent copying GC freed 2012692(50MB) AllocSpace objects, 0(0B) LOS objects, 24% free, 40MB/53MB, paused 1.719ms,17.582ms total 1.651s +02-27 08:33:15.862 505 1212 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #14835} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (16 skipped) +02-27 08:33:15.969 505 2908 W ActivityManager: Slow operation: 107ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:33:16.028 505 2908 W ActivityManager: Slow operation: 166ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:33:16.028 505 2908 W ActivityManager: Slow operation: 166ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:33:16.232 24983 24983 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 15 +02-27 08:33:16.302 24830 24924 I chromium: [24830:24924:INFO:parent_tracker.cc(465)] Network is disconnected. +02-27 08:33:16.370 24830 25213 I chromium: [24830:25213:INFO:mdns_app_filter.cc(1768)] MdnsAppFilter: Done announcing. +02-27 08:33:16.373 24830 24924 I chromium: [24830:24924:INFO:parent_tracker.cc(210)] No need to recreate socket +02-27 08:33:16.373 24830 24924 I chromium: [24830:24924:INFO:parent_tracker.cc(465)] Network is connected. +02-27 08:33:16.374 24830 24924 I chromium: [24830:24924:INFO:parent_tracker.cc(210)] No need to recreate socket +02-27 08:33:16.377 505 2908 W ActivityManager: Slow operation: 514ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:33:16.515 24830 25345 W chromium: [24830:25345:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:16.516 24830 25345 W chromium: [24830:25345:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:16.516 24830 25345 W chromium: [24830:25345:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:16.516 24830 25345 W chromium: [24830:25345:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:16.516 24830 25345 W chromium: [24830:25345:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:16.516 24830 25345 W chromium: [24830:25345:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:16.516 24830 25345 W chromium: [24830:25345:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:16.516 24830 25345 W chromium: [24830:25345:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:16.516 24830 25345 W chromium: [24830:25345:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:16.516 24830 25345 W chromium: [24830:25345:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:16.516 24830 25345 W chromium: [24830:25345:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:16.516 24830 25345 W chromium: [24830:25345:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:16.517 25344 25344 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:33:16.603 24830 25345 I chromium: [24830:25345:INFO:net_util_impl.cc(511)] IP address: [REDACTED] MAC address: [REDACTED] +02-27 08:33:16.617 505 2251 I ActivityTaskManager: START u0 {flg=0x10000000 cmp=com.streamflow.tv/.MainActivity} from uid 2000 +02-27 08:33:16.661 505 595 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:33:16.662 505 595 W ActivityManager: Slow operation: 183ms so far, now at startProcess: building args +02-27 08:33:16.769 24830 25345 W chromium: [24830:25345:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:16.769 24830 25345 W chromium: [24830:25345:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:16.769 24830 25345 W chromium: [24830:25345:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:16.769 24830 25345 W chromium: [24830:25345:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:16.769 24830 25345 W chromium: [24830:25345:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:16.769 24830 25345 W chromium: [24830:25345:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:16.769 24830 25345 W chromium: [24830:25345:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:16.769 24830 25345 W chromium: [24830:25345:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:16.769 24830 25345 W chromium: [24830:25345:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:16.769 24830 25345 W chromium: [24830:25345:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:16.769 24830 25345 W chromium: [24830:25345:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:16.769 24830 25345 W chromium: [24830:25345:WARNING:net_util_impl.cc(168)] GetNeighbor msg is missing the desired IP->MAC info; loop ran 4 iterations. Found target IP? 0 Found MAC addr for IP? 1 +02-27 08:33:16.769 24830 25345 I chromium: [24830:25345:INFO:net_util_impl.cc(511)] IP address: [REDACTED] MAC address: [REDACTED] +02-27 08:33:16.856 24830 25097 I chromium: [24830:25097:INFO:structure_info_from_trusted_devices.cc(381)] Automatic refetch delay changed to 7 +02-27 08:33:16.861 24830 25097 I chromium: [24830:25097:INFO:structure_info_cast.cc(78)] Usonia trusted devices flag flipped to true, but trusted devices structure info already enabled. +02-27 08:33:16.913 24830 24923 I chromium: [24830:24923:INFO:libupnp_wrapper_async.cc(144)] SSDP server is initialized: root_device_desc_url = http://10.0.2.16:8008/ssdp/device-desc.xml, handle = 1 +02-27 08:33:16.957 24830 24830 I chromium: [24830:24830:INFO:chromecast_service.cc(1674)] AoGH feature is: 0 +02-27 08:33:17.218 25066 25133 E ActivityThread: Failed to find provider info for com.google.android.gms.phenotype +02-27 08:33:17.219 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:33:17.220 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:33:17.220 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:33:17.220 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:33:17.220 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:33:17.220 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:33:17.220 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:33:17.220 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:33:17.220 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:33:17.220 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:33:17.220 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:33:17.220 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:33:17.220 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:33:17.220 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:33:17.220 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:33:17.220 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:33:17.220 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:33:17.220 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:33:17.220 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:33:17.220 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:33:17.220 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:33:17.221 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:33:17.221 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:33:17.221 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:33:17.221 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:33:17.221 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:33:17.221 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:33:17.221 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:33:17.221 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:33:17.221 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:33:17.221 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:33:17.221 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:33:17.221 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:33:17.221 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:33:17.221 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:33:17.221 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:33:17.221 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:33:17.221 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:33:17.221 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:33:17.221 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:33:17.221 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:33:17.221 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:33:17.221 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:33:17.221 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:33:17.221 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:33:17.221 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:33:17.221 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:33:17.222 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:33:17.223 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:33:17.223 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:33:17.223 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:33:17.223 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:33:17.223 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:33:17.223 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:33:17.223 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:33:17.223 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:33:17.223 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:33:17.223 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:33:17.223 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:33:17.223 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:33:17.223 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:33:17.223 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:33:17.223 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:33:17.223 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:33:17.223 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:33:17.223 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:33:17.223 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:33:17.223 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:33:17.223 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:33:17.223 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:33:17.223 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:33:17.223 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:33:17.223 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:33:17.223 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:33:17.224 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:33:17.224 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:33:17.224 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:33:17.225 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:33:17.225 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:33:17.225 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:33:17.225 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:33:17.225 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:33:17.225 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:33:17.225 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:33:17.225 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:33:17.225 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:33:17.225 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:33:17.225 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:33:17.225 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:33:17.225 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:33:17.225 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:33:17.225 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(165)] Presence settings is: 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:33:17.226 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:33:17.227 24830 24830 I chromium: [24830:24830:INFO:chromecast_service.cc(1634)] Geolocation changed to: 0 +02-27 08:33:17.243 505 2251 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=25 attached=false +02-27 08:33:17.248 24830 24830 I chromium: [24830:24830:INFO:lycra_transport.cc(410)] Feature flag changed: false +02-27 08:33:17.248 24830 24830 I chromium: [24830:24830:INFO:chromecast_service.cc(1774)] Playback disruption feature is: 1 +02-27 08:33:17.248 24830 24830 I chromium: [24830:24830:INFO:cast_cloud_settings.cc(183)] Presence radar settings is: 0 +02-27 08:33:17.251 24830 24830 I chromium: [24830:24830:INFO:chromecast_service.cc(1728)] smart_home/actions feature is: 0 +02-27 08:33:17.280 24830 24924 E chromium: [24830:24924:ERROR:connectivity_checker_impl.cc(342)] time out +02-27 08:33:17.402 24830 24830 I chromium: [24830:24830:INFO:ccs_manager_impl.cc(984)] Network connectivity down for CcsManager +02-27 08:33:17.438 24830 24830 I chromium: [24830:24830:INFO:woca_client_auth.cc(103)] Cert rotation is now enabled +02-27 08:33:17.439 24830 24830 I chromium: [24830:24830:INFO:woca_client_auth.cc(136)] Use default signer +02-27 08:33:17.449 24830 24830 I chromium: [24830:24830:INFO:chromecast_service.cc(1789)] Usonia GRPC feature is: 0 +02-27 08:33:17.465 24830 24830 I chromium: [24830:24830:INFO:usonia_child_process.cc(266)] Ignoring stop when not started. +02-27 08:33:17.478 24830 25097 I chromium: [24830:25097:INFO:grpc_auth_manager_in_process.cc(215)] Initializing Auth. +02-27 08:33:17.482 24830 24830 I chromium: [24830:24830:INFO:usonia_main_process.cc(487)] Ignoring stop when not started. +02-27 08:33:17.482 24830 24830 I chromium: [24830:24830:INFO:usonia_configs_with_cast_features.cc(304)] Usonia configs: OnExtraMulticastGroupsChanged +02-27 08:33:17.482 24830 24830 I chromium: [24830:24830:INFO:usonia_configs_with_cast_features.cc(305)] id_is_authenticated=0 +02-27 08:33:17.483 24830 25097 W chromium: [24830:25097:WARNING:grpc_auth_manager_in_process.cc(220)] Device key not available yet. +02-27 08:33:17.491 24830 24830 I chromium: [24830:24830:INFO:usonia_configs_with_cast_features.cc(306)] usonia_require_authenticated_ids=1 +02-27 08:33:17.491 24830 24830 I chromium: [24830:24830:INFO:usonia_configs_with_cast_features.cc(308)] usonia_extra_multicast_groups=224.0.0.250,ff02::c:c +02-27 08:33:17.491 24830 24830 I chromium: [24830:24830:INFO:usonia_configs_with_cast_features.cc(310)] usonia_multicast_ttl=1 +02-27 08:33:17.491 24830 24830 I chromium: [24830:24830:INFO:usonia_configs_with_cast_features.cc(311)] usonia_higher_root_precedence=0 +02-27 08:33:17.491 24830 24830 I chromium: [24830:24830:INFO:usonia_configs_with_cast_features.cc(313)] usonia_allow_self_signed_certs=0 +02-27 08:33:17.491 24830 24830 I chromium: [24830:24830:INFO:usonia_configs_with_cast_features.cc(315)] usonia_enable_trusted_sets=1 +02-27 08:33:17.492 24830 24924 I chromium: [24830:24924:INFO:parent_tracker.cc(159)] Extra multicast groups changed +02-27 08:33:17.507 24830 24924 I chromium: [24830:24924:INFO:parent_tracker.cc(213)] Now using local address [REDACTED] +02-27 08:33:17.509 24830 24924 I chromium: [24830:24924:INFO:directory_service_impl.cc(536)] This device became root +02-27 08:33:17.518 24830 24924 I chromium: [24830:24924:INFO:parent_tracker.cc(231)] Using multicast TTL 1 +02-27 08:33:17.521 24830 24924 I chromium: [24830:24924:INFO:parent_tracker.cc(277)] Add extra group 224.0.0.250 +02-27 08:33:17.524 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:33:17.537 505 2251 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10082; state: DISABLED +02-27 08:33:17.585 24830 24830 I chromium: [24830:24830:INFO:mute_led_als_controller.cc(99)] No COLOR_AND_LIGHT sensor found +02-27 08:33:17.586 24830 24830 I chromium: [24830:24830:INFO:backlight_mitigator.cc(130)] No COLOR_AND_LIGHT sensor found +02-27 08:33:17.727 505 2251 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10082; state: DISABLED +02-27 08:33:17.750 505 2251 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10082; state: DISABLED +02-27 08:33:17.842 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:33:18.590 505 514 W system_server: Suspending all threads took: 39.545ms +02-27 08:33:18.965 24983 25141 W Finsky : [57] myh.a(11): SUH: Self-update installed derived apk id unavailable. +02-27 08:33:19.269 25344 25344 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:33:19.345 24983 25125 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:33:19.350 24983 25125 I Finsky : [53] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772154157659, Constraints: [{ L: 43200000, D: 44100000, C: 1, I: 1, N: 0 }] +02-27 08:33:19.682 24983 25125 I Finsky : [53] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 08:33:19.696 24983 25125 I Finsky : [53] mqf.apply(87): SCH: Scheduling system job Id: 9380, L: 0, D: 42257969, C: false, I: false, N: 0 +02-27 08:33:20.052 24983 25144 E ActivityThread: Failed to find provider info for com.google.android.gms.chimera +02-27 08:33:20.061 24983 25144 W ConnectionStatusConfig: Dynamic intent resolution failed: java.lang.IllegalArgumentException: Unknown authority com.google.android.gms.chimera +02-27 08:33:20.061 24983 25144 W ConnectionStatusConfig: Dynamic lookup for intent failed for action: com.google.android.gms.gmscompliance.service.START +02-27 08:33:21.039 505 514 I system_server: Background young concurrent copying GC freed 1652464(41MB) AllocSpace objects, 0(0B) LOS objects, 38% free, 32MB/53MB, paused 6.201ms,82.532ms total 3.357s +02-27 08:33:21.098 24830 24830 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:33:21.408 24830 24830 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:33:21.410 25344 25344 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:33:21.421 24830 24830 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:33:21.435 25344 25344 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:33:21.509 505 595 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:33:21.510 505 595 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:33:21.510 505 595 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:33:21.517 505 595 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:33:21.517 505 555 W ActivityManager: Slow operation: 5039ms so far, now at startProcess: asking zygote to start proc +02-27 08:33:21.518 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:33:21.518 505 595 W ActivityManager: Slow operation: 5073ms so far, now at startProcess: done starting proc! +02-27 08:33:21.530 25344 25344 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:33:21.542 505 545 W ActivityTaskManager: Activity top resumed state loss timeout for ActivityRecord{408f24a u0 com.google.android.tvlauncher/.MainActivity t17} +02-27 08:33:21.565 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:33:21.573 322 322 D Zygote : Forked child process 25377 +02-27 08:33:21.576 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:33:21.577 505 555 W ActivityManager: Slow operation: 5099ms so far, now at startProcess: returned from zygote! +02-27 08:33:21.672 505 554 E ActivityManager: Timeout waiting for provider com.google.android.gms/10057 for provider com.google.android.gms.phenotype caller=ProcessRecord{c32f637 25066:com.google.android.tvlauncher/u0a48} +02-27 08:33:21.717 25344 25344 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:33:21.766 505 554 E ActivityManager: Timeout waiting for provider com.google.android.gms/10057 for provider com.google.android.chimera;com.google.android.gms.chimera caller=ProcessRecord{336f343 24983:com.android.vending/u0a58} +02-27 08:33:21.773 505 554 E ActivityManager: Timeout waiting for provider com.google.android.gms/10057 for provider com.google.android.chimera;com.google.android.gms.chimera caller=ProcessRecord{710c455 25046:com.google.android.inputmethod.latin/u0a66} +02-27 08:33:21.788 25046 25046 E ActivityThread: Failed to find provider info for com.google.android.gms.chimera +02-27 08:33:21.797 505 1381 W ActivityManager: Unable to start service Intent { act=com.google.android.gms.gmscompliance.service.START pkg=com.google.android.gms } U=0: not found +02-27 08:33:21.802 505 554 I DropBoxManagerService: add tag=system_server_wtf isTagEnabled=true flags=0x2 +02-27 08:33:21.824 25046 25046 W DynamiteModule: Failed to retrieve remote module version. +02-27 08:33:21.851 25377 25377 E ding:backgroun: Not starting debugger since process cannot load the jdwp agent. +02-27 08:33:21.853 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10082; state: DISABLED +02-27 08:33:21.870 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10082; state: DISABLED +02-27 08:33:21.870 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10082; state: DISABLED +02-27 08:33:21.870 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10082; state: ENABLED +02-27 08:33:21.870 505 545 W ActivityManager: Slow operation: 65ms so far, now at startProcess: done starting proc! +02-27 08:33:21.870 505 545 W ActivityTaskManager: Activity pause timeout for ActivityRecord{408f24a u0 com.google.android.tvlauncher/.MainActivity t17} +02-27 08:33:21.872 505 555 W ActivityManager: Slow operation: 5394ms so far, now at startProcess: done updating battery stats +02-27 08:33:21.878 505 555 W ActivityManager: Slow operation: 5400ms so far, now at startProcess: building log message +02-27 08:33:21.878 505 555 I ActivityManager: Start proc 25377:com.android.vending:background/u0a58 for service {com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService} +02-27 08:33:21.878 505 555 W ActivityManager: Slow operation: 5400ms so far, now at startProcess: starting to update pids map +02-27 08:33:21.904 505 555 W ActivityManager: Slow operation: 5426ms so far, now at startProcess: done updating pids map +02-27 08:33:21.904 505 555 W ActivityManager: Slow operation: 90ms so far, now at startProcess: asking zygote to start proc +02-27 08:33:21.904 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10082; state: ENABLED +02-27 08:33:21.920 505 554 I DropBoxManagerService: add tag=system_server_wtf isTagEnabled=true flags=0x2 +02-27 08:33:21.929 505 554 I DropBoxManagerService: add tag=system_server_wtf isTagEnabled=true flags=0x2 +02-27 08:33:21.966 322 322 D Zygote : Forked child process 25391 +02-27 08:33:21.974 505 1680 W ActivityManager: Unbind failed: could not find connection for android.os.BinderProxy@3f17daa +02-27 08:33:21.976 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:33:21.977 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:33:21.997 505 555 W ActivityManager: Slow operation: 183ms so far, now at startProcess: returned from zygote! +02-27 08:33:22.372 25391 25391 I m.streamflow.t: Late-enabling -Xcheck:jni +02-27 08:33:22.440 770 770 D TvPipController: onTaskStackChanged() +02-27 08:33:22.528 24983 25144 W GmsClient: unable to connect to service: com.google.android.gms.gmscompliance.service.START on com.google.android.gms +02-27 08:33:22.649 505 890 W ContentProviderHelper: Slow operation: 80ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:33:22.650 505 890 W ContentProviderHelper: Slow operation: 81ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:33:22.650 505 890 W ContentProviderHelper: Slow operation: 81ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:33:22.650 505 890 W ContentProviderHelper: Slow operation: 81ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:33:22.650 505 890 W ContentProviderHelper: Slow operation: 81ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:33:22.650 505 890 W ContentProviderHelper: Slow operation: 81ms so far, now at getContentProviderImpl: done! +02-27 08:33:22.850 24983 25343 I Finsky : [99] msm.a(16): SCH: job service finished with id 9375. +02-27 08:33:22.894 1403 1412 I adbd : jdwp connection from 25391 +02-27 08:33:23.312 24830 24830 E cr_ChromecastConfigAndroid: UsageReporting query failed +02-27 08:33:23.474 24830 24830 W chromium: [24830:24830:WARNING:debug_endpoint_manager_grpc_client.cc(412)] Giving up queueing debug endpoint manager gRPC client RPC requests, discarding 4 RPC calls. +02-27 08:33:23.590 24830 24830 I BindingManager: Bound service connected +02-27 08:33:23.826 24830 25407 W GmsClient: mServiceBroker is null, client disconnected +02-27 08:33:23.974 25377 25385 I ding:backgroun: Background young concurrent copying GC freed 12512(549KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1826KB/25MB, paused 37us,56us total 300.035ms +02-27 08:33:24.005 24830 25095 E chromium: [24830:25095:ERROR:setup_state.cc(419)] Timeout for state=SETUP_STATE_CHECKING_GLOBAL_CONNECTIVITY(50): move to state=SETUP_STATE_CHECKING_GLOBAL_CONNECTIVITY_BAD_ROUTER(52). +02-27 08:33:24.006 24830 25095 I chromium: [24830:25095:INFO:setup_state.cc(263)] Setup state changed: SETUP_STATE_CHECKING_GLOBAL_CONNECTIVITY (50) -> SETUP_STATE_CHECKING_GLOBAL_CONNECTIVITY_BAD_ROUTER (52) +02-27 08:33:24.035 505 543 W Looper : Slow delivery took 212ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:33:24.108 505 555 W ActivityManager: Slow operation: 2293ms so far, now at startProcess: done updating battery stats +02-27 08:33:24.118 505 555 W ActivityManager: Slow operation: 2304ms so far, now at startProcess: building log message +02-27 08:33:24.129 505 555 I ActivityManager: Start proc 25391:com.streamflow.tv/u0a82 for pre-top-activity {com.streamflow.tv/com.streamflow.tv.MainActivity} +02-27 08:33:24.129 505 555 W ActivityManager: Slow operation: 2315ms so far, now at startProcess: starting to update pids map +02-27 08:33:24.141 505 555 W ActivityManager: Slow operation: 2327ms so far, now at startProcess: done updating pids map +02-27 08:33:24.286 182 182 I lowmemorykiller: Kill 'com.google.android.inputmethod.latin' (25046), uid 10066, oom_score_adj 200 to free 51876kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (307%) +02-27 08:33:24.498 505 514 W system_server: Suspending all threads took: 336.540ms +02-27 08:33:24.520 505 2569 W ActivityManager: Slow operation: 378ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:33:24.560 505 2569 W ActivityManager: Slow operation: 418ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:33:24.648 322 322 I Zygote : Process 25046 exited due to signal 9 (Killed) +02-27 08:33:24.909 24830 24830 D cr_GrpcIpcUidPolicy: [AndroidIpcUidPolicy.java:147] Valid access from com.google.android.apps.mediashell +02-27 08:33:24.929 24830 24830 E cr_GrpcIpcSocketService: Native code not initialized yet. +02-27 08:33:25.244 24830 24830 E GrpcIpcSocketClientImpl: invalid message +02-27 08:33:25.301 24830 24841 W apps.mediashel: Suspending all threads took: 7.561ms +02-27 08:33:25.497 25101 25134 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:33:25.497 25101 25134 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:33:25.589 24830 24924 E chromium: [24830:24924:ERROR:connectivity_checker_impl.cc(342)] time out +02-27 08:33:26.068 24830 25037 E chromium: [24830:25037:ERROR:grpc_ipc_socket_client.cc(76)] Error for usonia-ipc-socket +02-27 08:33:26.068 24830 25037 E chromium: [24830:25037:ERROR:android_grpc_builder.cc(86)] Could not get a socket for binder:com.google.android.apps.mediashell:usonia-ipc-socket +02-27 08:33:26.082 24830 25037 E chromium: [24830:25037:ERROR:grpc_manager_impl.cc(618)] GRPC[uri=]: Grpc cannot connect to host {UNDEFINED} +02-27 08:33:26.094 24830 25037 E chromium: [24830:25037:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:33:26.103 24830 25037 W chromium: [24830:25037:WARNING:grpc_auth_manager_with_grpc_ipc.cc(59)] IPC for Auth.AuthReadyStreaming closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:33:26.105 24830 25037 E chromium: [24830:25037:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:33:26.108 24830 25037 W chromium: [24830:25037:WARNING:distributed_service_discovery_with_grpc_ipc.cc(147)] IPC for DistributedServiceDiscovery.AddService closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:33:26.108 24830 25037 E chromium: [24830:25037:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:33:26.108 24830 25037 W chromium: [24830:25037:WARNING:distributed_service_discovery_with_grpc_ipc.cc(60)] IPC for DistributedServiceDiscovery.UpdateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:33:26.108 24830 25037 E chromium: [24830:25037:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:33:26.108 24830 25037 W chromium: [24830:25037:WARNING:metrics_recorder_with_grpc_ipc.cc(142)] IPC for MetricsRecorder.RecordMetrics closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:33:26.108 24830 25037 E chromium: [24830:25037:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:33:26.108 24830 25037 W chromium: [24830:25037:WARNING:synchronous_sound_player_with_grpc_ipc.cc(171)] IPC for SynchronousSoundPlayer.UpdateSound closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:33:26.108 24830 25037 E chromium: [24830:25037:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:33:26.108 24830 25037 E chromium: [24830:25037:ERROR:ipc_common.h(444)] Error in fetching local device info: [error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:33:26.108 24830 25037 E chromium: [24830:25037:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:33:26.108 24830 25037 W chromium: [24830:25037:WARNING:directory_service_with_grpc_ipc.cc(118)] IPC for DirectoryService.ObserveCommonTime closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:33:26.108 24830 25037 E chromium: [24830:25037:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:33:26.108 24830 25037 E chromium: [24830:25037:ERROR:directory_service_with_grpc_ipc.cc(274)] IPC for DirectoryService.UpdateStateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:33:26.109 24830 25037 E chromium: [24830:25037:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:33:26.109 24830 25037 E chromium: [24830:25037:ERROR:directory_service_with_grpc_ipc.cc(376)] IPC for DirectoryService.UpdateMessageObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:33:26.109 24830 25037 E chromium: [24830:25037:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:33:26.117 24830 25037 I chromium: [24830:25037:INFO:state_manager_with_grpc_ipc.cc(141)] Usonia state changed, state: 1 value: 0 +02-27 08:33:26.117 24830 25037 W chromium: [24830:25037:WARNING:state_manager_with_grpc_ipc.cc(73)] IPC for StateManager.ReceiveStateUpdates closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:33:26.304 505 2053 E TaskPersister: File error accessing recents directory (directory doesn't exist?). +02-27 08:33:26.978 505 505 W Looper : Slow dispatch took 2299ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@3cf247c m=0 +02-27 08:33:26.978 505 505 W Looper : Slow delivery took 587ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:33:27.041 24830 24924 I chromium: [24830:24924:INFO:connectivity_checker_impl.cc(158)] Change check url=http://connectivitycheck.gstatic.com/generate_204 +02-27 08:33:27.053 24830 24924 I chromium: [24830:24924:INFO:connectivity_checker_impl.cc(162)] Global connection is: Up +02-27 08:33:27.063 24830 25214 I chromium: [24830:25214:INFO:v2_transport.cc(645)] V2TransportImpl::CreatSelfSignedCertificateWithKey called. +02-27 08:33:27.142 24830 25214 I chromium: [24830:25214:INFO:transport_creds.cc(151)] Self-signed certificate created: CN=7f632b49-34bd-c56f-b953-dc3746d180ae +02-27 08:33:27.166 24830 24830 I chromium: [24830:24830:INFO:api_reboot_idle_checker.cc(104)] active_activities count=0 +02-27 08:33:27.166 24830 25037 I chromium: [24830:25037:INFO:grpc_auth_manager_with_grpc_ipc.cc(63)] Connecting IPC for Auth.AuthReadyStreaming. +02-27 08:33:27.166 24830 24830 I chromium: [24830:24830:INFO:ccs_transport_gcm.cc(102)] Registering GCM handler +02-27 08:33:27.178 24830 25037 D BindingManager: with +02-27 08:33:27.213 24830 25037 I chromium: [24830:25037:INFO:distributed_service_discovery_with_grpc_ipc.cc(152)] Connecting IPC for DistributedServiceDiscovery.AddService. +02-27 08:33:27.260 24830 25037 I chromium: [24830:25037:INFO:distributed_service_discovery_with_grpc_ipc.cc(66)] Connecting IPC for DistributedServiceDiscovery.UpdateObservers. +02-27 08:33:27.274 505 505 W Looper : Slow dispatch took 296ms main h=com.android.internal.os.HandlerCaller$MyHandler c=null m=7000 +02-27 08:33:27.274 505 514 I system_server: Background concurrent copying GC freed 2098238(52MB) AllocSpace objects, 2(40KB) LOS objects, 39% free, 37MB/61MB, paused 42.029ms,353.406ms total 4.779s +02-27 08:33:27.282 24830 25037 I chromium: [24830:25037:INFO:metrics_recorder_with_grpc_ipc.cc(156)] Connecting IPC for MetricsRecorder.RecordMetrics: num_attempts=2 +02-27 08:33:27.282 24830 25037 I chromium: [24830:25037:INFO:synchronous_sound_player_with_grpc_ipc.cc(176)] Connecting IPC for SynchronousSoundPlayer.UpdateSound. +02-27 08:33:27.287 24830 25037 I chromium: [24830:25037:INFO:directory_service_with_grpc_ipc.cc(66)] Connecting IPC for DirectoryService.LocalDeviceInfo. +02-27 08:33:27.287 24830 25037 I chromium: [24830:25037:INFO:directory_service_with_grpc_ipc.cc(123)] Connecting IPC for DirectoryService.ObserveCommonTime. +02-27 08:33:27.287 24830 25037 I chromium: [24830:25037:INFO:directory_service_with_grpc_ipc.cc(279)] Connecting IPC for DirectoryService.UpdateStateObservers. +02-27 08:33:27.311 24830 25037 I chromium: [24830:25037:INFO:directory_service_with_grpc_ipc.cc(381)] Connecting IPC for DirectoryService.UpdateMessageObservers. +02-27 08:33:27.311 24830 25037 I chromium: [24830:25037:INFO:state_manager_with_grpc_ipc.cc(78)] Connecting IPC for StateManager.ReceiveStateUpdates. +02-27 08:33:27.314 24830 25095 W libc : Access denied finding property "ro.odm.cast.ssid_suffix" +02-27 08:33:27.320 24830 25095 I chromium: [24830:25095:INFO:setup_manager_impl.cc(1128)] Setup discoverability is disabled +02-27 08:33:27.321 24830 25345 I chromium: [24830:25345:INFO:hotspot_manager.cc(219)] Stop: id=1 +02-27 08:33:27.361 24830 25095 I chromium: [24830:25095:INFO:setup_state.cc(263)] Setup state changed: SETUP_STATE_CHECKING_GLOBAL_CONNECTIVITY_BAD_ROUTER (52) -> SETUP_STATE_CONNECTED (60) +02-27 08:33:27.410 24830 25097 I chromium: [24830:25097:INFO:structure_info_from_trusted_devices_update_trigger_impl.cc(209)] Triggering Usonia trusted devices first ever fetch. +02-27 08:33:27.410 24830 25097 I chromium: [24830:25097:INFO:structure_info_from_trusted_devices.cc(635)] Skip writing fetch in progress since value didn't change: 1 +02-27 08:33:27.410 24830 25097 I chromium: [24830:25097:INFO:structure_info_from_trusted_devices.cc(502)] Getting trusted devices from cloud, num_in_flight_requests = 1 +02-27 08:33:27.617 505 543 W Looper : Drained +02-27 08:33:27.703 505 2569 W ActivityManager: Slow operation: 3560ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:33:27.703 505 2569 W ActivityManager: Slow operation: 3561ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:33:27.735 24830 24830 I chromium: [24830:24830:INFO:cloud_settings_manager_impl.cc(498)] Connectivity established. Reconciling cloud settings. +02-27 08:33:27.736 24830 24830 I chromium: [24830:24830:INFO:cloud_settings_manager_impl.cc(225)] Cloud settings is disabled. +02-27 08:33:27.736 24830 24830 I chromium: [24830:24830:INFO:lycra_gcm_impl.cc(116)] Registering GCM handler. +02-27 08:33:27.737 24830 24830 I chromium: [24830:24830:INFO:cloud_settings_manager_impl.cc(225)] Cloud settings is disabled. +02-27 08:33:27.845 24830 24830 I chromium: [24830:24830:INFO:cast_receiver_impl.cc(1656)] Network is globally connected. Schedule config downloading if necessary. +02-27 08:33:27.846 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:33:27.850 24830 24830 I chromium: [24830:24830:INFO:cast_receiver_impl.cc(1662)] Network is globally connected. Schedule crl downloading if necessary. +02-27 08:33:27.873 24830 25213 I chromium: [24830:25213:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:33:27.873 24830 25213 I chromium: [24830:25213:INFO:mdns_app_filter.cc(1306)] Skipping IPv6 interface that also has an IPv4 address: wlan0 +02-27 08:33:27.878 24830 24830 I chromium: [24830:24830:INFO:crl_downloader.cc(319)] CRL is still valid, downloading in 54770 s at 2026-02-27 16:46:17.878 UTC +02-27 08:33:27.878 24830 24830 E chromium: [24830:24830:ERROR:cert_util.cc(174)] Certs missing, +02-27 08:33:27.894 24830 24830 E chromium: [24830:24830:ERROR:client_auth_signer.cc(216)] Cast certificate verification: CastCertError::ERR_CERTS_MISSING +02-27 08:33:27.894 24830 24830 I chromium: [24830:24830:INFO:metrics_recorder.cc(188)] cast event: Cast.Auth.Error.CertMissing +02-27 08:33:27.894 24830 24830 I chromium: [24830:24830:INFO:metrics_recorder.cc(188)] cast event: Cast.CRL.DownloadScheduled +02-27 08:33:27.894 24830 24830 I chromium: [24830:24830:INFO:cast_receiver_impl.cc(1672)] Network is globally connected. Refreshing CcsManager. +02-27 08:33:27.894 24830 24830 E chromium: [24830:24830:ERROR:cast_auth_headers.cc(168)] Unable to update signature header +02-27 08:33:27.894 24830 24830 I chromium: [24830:24830:INFO:config_downloader.cc(483)] Downloading base config headers (excl. auth) ='Accept: application/protobuf', url=[REDACTED] +02-27 08:33:27.894 24983 25330 D GetConfigurationSnapsho: getFullConfigurations +02-27 08:33:28.708 24830 24922 W InstanceID: Instance ID SDK is deprecated, com.google.android.apps.mediashell should update to use Firebase Instance ID +02-27 08:33:28.871 505 2569 W ActivityManager: Slow operation: 4718ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:33:29.021 505 553 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #14848} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (1 skipped) +02-27 08:33:29.077 25377 25377 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:33:29.168 24830 24830 D cr_GrpcIpcUidPolicy: [AndroidIpcUidPolicy.java:147] Valid access from com.google.android.apps.mediashell +02-27 08:33:29.169 24830 24830 E cr_GrpcIpcSocketService: Native code not initialized yet. +02-27 08:33:29.462 505 542 W Looper : Slow dispatch took 5427ms android.fg h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null m=2 +02-27 08:33:29.512 505 1686 W ActivityManager: Slow operation: 60ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:33:29.512 505 1686 W ActivityManager: Slow operation: 60ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:33:29.512 505 1686 W ActivityManager: Slow operation: 60ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:33:29.927 24983 25330 D GetConfigurationSnapsho: byFlagStorageType, addSet = Flag(AlleyOopMigrateToHsdpV1__hsdp_caller_opt_in_check_bypass_list, 'com.instagram.android,com.facebook.katana,com.facebook.wakizashi,com.ss.android.ugc.trill,com.zhiliaoapp.musically,com.snapchat.android,com.google.android.gms,com.android.chrome,com.chrome.beta,com.chrome.canary,com.chrome.dev,com.fitbit.FitbitMobile,com.google.android.apps.fitness,com.google.android.apps.kids.home,com.google.android.apps.mediahome.launcher,com.google.android.apps.messaging,com.google.android.apps.nexuslauncher,com.google.android.apps.wear.companion,com.google.android.apps.youtube.creator,com.google.android.apps.youtube.gaming,com.google.android.apps.youtube.kids,com.google.android.apps.youtube.mango,com.google.android.apps.youtube.music,com.google.android.apps.youtube.vr,com.google.android.contacts,com.google.android.dialer,com.google.android.youtube,com.google.android.youtube.tv,com.google.android.vr.home,com.google.android.vr.home.dev,com.google.android.googlequicksearchbox,com.google.android.play.games,com.google.android.apps.chromecast.app,com.google.android.instantapps.supervisor,com.google.android.videos,com.google.android.apps.freighter,com.google.android.apps.freighter.beta,com.google.android.apps.travel.onthego,com.google.android.inputmethod.latin,com.google.android.inputmethod.latin.dev,com.google.android.inputmethod.latin.canary,com.google.vr.apps.ornament,com.google.vr.apps.ornament.dev,com.google.android.apps.vega,com.google.android.apps.tycho,com.google.ar.lens,com.google.ar.lens.dev,com.google.android.apps.dreamliner,com.google.android.deskclock,com.google.android.apps.tachyon,com.google.android.gm,com.google.samples.apps.cardboarddemo,com.google.vr.cardboard.paperscope,com.google.android.apps.tips,com.google.android.apps.nbu.files', 4, 0), Flag(AlleyOopOnItemModelStable__custom_detailed_page_app_id_exclusion_list, 'Chdjb20ua2luZy5jYW5keWNydXNoc2FnYQoKY29tLmV0ZXJubwoYY29tLmJ5anVzLnRoZWxlYXJuaW5nYXBwChVjb20uY29udGV4dGxvZ2ljLndpc2g', 5, 0), Flag(AppActivityLoggingNoticeUi__is_enabled, false, 2, 0), Flag(AppOpenDownloadManagerStable__download_manager_notification_heads_up_delay, 'EICjw0c', 5, 0), Flag(AppOpenDownloadManagerStable__download_manager_notification_heads_up_throttle_duration, 'CDw', 5, 0), Flag(AppsHub__new_badge_max_sessions, 2, 1, 0), 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, false, 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, 'getAndroidTvZeroSearchStream', 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, false, 2, 0), Flag(AutoUpdate__enable_atomic_install_cancel_oversample, true, 2, 0), Flag(AutoUpdate__enable_atomic_install_content_sync_stable, false, 2, 0), Flag(AutoUpdate__enable_atomic_install_high_priority_update_stable, false, 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_ +02-27 08:33:29.928 24983 25330 D GetConfigurationSnapsho: 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(Billing__direct_purchase_api_caller_allowlist_for_apps, 'Chpjb20uZ29vZ2xlLmFuZHJvaWQudnIuaG9tZQoqY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMuZW50ZXJwcmlzZS5kbWFnZW50CiZjb20uZ29vZ2xlLmFuZHJvaWQucHJvamVjdGlvbi5nZWFyaGVhZAoWY29tLmdvb2dsZS5hbmRyb2lkLmdtcw', 5, 0), Flag(Billing__enable_pin_preferred_battlestar_purchase_flow, false, 2, 0), Flag(Billing__enable_subscription_instrument_update, true, 2, 0), Flag(Billing__enable_third_party_direct_purchases, false, 2, 0), Flag(Billing__enable_third_party_subscription_instrument_update, false, 2, 0), Flag(Billing__enable_using_rpc_endpoint_wrapper, true, 2, 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, false, 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, true, 2, 0), Flag(BooksExperiments__enabled_series_subscription, true, 2, 0), Flag(BooksExperiments__update_to_get_for_free, true, 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(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, true, 2, 0), Flag(CashmereAppSync__enable_app_sync_pcsi_logging, true, 2, 0), Flag(CashmereAppSync__enable_cashmere_serp_app_sync, true, 2, 0), Flag(CashmereAppSync__killswitch_pcsi_power_user_classification_logging, false, 2, 0), Flag(CashmereAppSync__serp_app_sync_app_fields, 'Ch4BAgMEBQYICQoLDQ4WGxwdHh8gIiMsMDE1OUBLXmA', 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, 25, 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), +02-27 08:33:29.928 24983 25330 D GetConfigurationSnapsho: 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, false, 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, true, 2, 0), Flag(CrossFormFactorInstall__enable_filter_device_without_installation_details, true, 2, 0), Flag(CrossFormFactorInstall__enable_is_nearby_logging, true, 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, false, 2, 0), Flag(CrossFormFactorInstall__enable_xff_install_on_alleyoop, false, 2, 0), Flag(CrossFormFactorInstall__enable_xff_install_ui, 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, false, 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(DarkTheme__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(DataLoader__dataloader_native_libraries_check, true, 2, 0), Flag(DataLoader__disable_on_install_loop, false, 2, 0), Flag(DataLoader__disable_streaming_for_returning_users, false, 2, 0), Flag(DataLoader__downloader_network_read_buffer_bytes, 1048576, 1, 0), Flag(DataLoader__downloader_network_read_timeout_ms, 20000, 1, 0), Flag(DataLoader__enable_aadc_for_logging, true, 2, 0), Flag(DataLoader__enable_aadc_for_ui, true, 2, 0), Flag(DataLoader__enable_auto_update_on_incomplete_incrementals, true, 2, 0), Flag(DataLoader__enable_dataloader_failure_record, true, 2, 0), Flag(DataLoader__enable_dataloader_v2, true, 2, 0), Flag(DataLoader__enable_educational_tooltip, 'none', 4, 0), Flag(DataLoader__enable_feature_detection_hygiene, false, 2, 0), Flag(DataLoader__enable_incremental_dataloader, false, 2, 0), Flag(DataLoader__enable_incremental_nugget_installation, false, 2, 0), Flag(DataLoader__enable_incremental_progress_spinner, true, 2, 0), Flag(DataLoader__enable_incremental_progress_spinner_animation, false, 2, 0), Flag(DataLoader__enable_java_dataloader, true, 2, 0), Flag(DataLoader__ena +02-27 08:33:29.928 24983 25330 D GetConfigurationSnapsho: ble_lightning_bolt_icon, false, 2, 0), Flag(DataLoader__enable_notification_buttons, true, 2, 0), Flag(DataLoader__enable_performance_metrics, true, 2, 0), Flag(DataLoader__enable_performance_metrics_install_session_id_log, true, 2, 0), Flag(DataLoader__enable_performance_metrics_package_monitor_events, true, 2, 0), Flag(DataLoader__enable_prod_readlog_notice, false, 2, 0), Flag(DataLoader__enable_readlog_format_v3_for_read_logs_session, false, 2, 0), Flag(DataLoader__enable_readlog_format_v3_for_streaming_session, true, 2, 0), Flag(DataLoader__enable_selinux_patch_check, false, 2, 0), Flag(DataLoader__install_failures_per_app_threshold, 1, 1, 0), Flag(DataLoader__install_failures_threshold, 3, 1, 0), Flag(DataLoader__install_loop_threshold_seconds, 86400, 1, 0), Flag(DataLoader__killswitch_incremental_dataloader, true, 2, 0), Flag(DataLoader__known_external_digesters, 'ChkKF2NvbS5haG5sYWIudjNtb2JpbGVwbHVzChsKGWNvbS50cmFuc3Npb24ucGhvbmVtYXN0ZXIKLAoqY29tLnNlY3VyaXR5YW5kcHJpdmFjeS5hbmRyb2lkLnZlcml6b24udm1zChgKFmNvbS5jbGVhbnRlYW0ub25lYm9vc3QKIgogY29tLmF2YXN0LmFuZHJvaWQubW9iaWxlc2VjdXJpdHkKKwopY29tLnJvb3QuY2xlYW4uYm9vc3QuZXhwbG9yZXIuZmlsZW1hbmFnZXIKDQoLY29tLmxvb2tvdXQKDwoNY29tLmFudGl2aXJ1cwoOCgxjb20ua21zLmZyZWUKHQobY29tLndzYW5kcm9pZC5zdWl0ZS50bW9iaWxlChgKFmNvbS5hdHQubW9iaWxlc2VjdXJpdHkKGgoYY29tLm5veGdyb3VwLmFwcC5jbGVhbmVyChkKF2NvbS5oeXVuZGFpY2FyZC5hcHBjYXJkCh0KG2NvbS5zeW1hbnRlYy5tb2JpbGVzZWN1cml0eQobChljb20uY2xlYW50ZWFtLm9uZXNlY3VyaXR5CiIKIGNvbS5hcHBzaW5ub3ZhLmFuZHJvaWQua2VlcGNsZWFuCjcKNXBob25lY2xlYW5lci5hbmRyb2lkbWFzdGVyLmNsZWFudXBzcGFjZS5waG9uZS5ib29zdGVyChMKEWNvbS5lc3Rzb2Z0LmFseWFjChwKGmNvbS50b29sLnBvd2VyLnN3ZWVwLmNsZWFuChUKE2NvbS53c2FuZHJvaWQuc3VpdGUKIgogY29tLmFobmxhYi52M21vYmlsZXNlY3VyaXR5LnNvZGEKGwoZY29tLm5veGdyb3VwLmFwcC5zZWN1cml0eQonCiVjb20uZmlsZS5leHBsb3Jlci5tYW5hZ2VyLnNwYWNlLmNsZWFuChIKEGNvbS5wc2FmZS5tc3VpdGUKHAoaa3IuY28uc2hpZnR3b3Jrcy52Z3VhcmR3ZWIKEgoQbmV0Lm5zaGMuZHJvaWR4MwofCh1jb20uY2xlYW5lci5ib29zdC5qdW5rLnN5c3RlbQobChljb20uYXZhc3QuYW5kcm9pZC5jbGVhbmVyChIKEGNvbS52aXJ1cy5odW50ZXIKEQoPY29tLmF2Zy5jbGVhbmVyChUKE2Zhc3Quc2FmZS5ndWFyZC52cG4KHgocb3JnLm1hbHdhcmVieXRlcy5hbnRpbWFsd2FyZQoSChBmYXN0LnBob25lLmNsZWFuChgKFmNvbS5jbGVhbm1hc3Rlci5tZ3VhcmQKEgoQY29tLmVzZXQuZW1zMi5ncAozCjFjb20uYW50aXZpcnVzLm1vYmlsZXNlY3VyaXR5LnZpcnVzY2xlYW5lci5hcHBsb2NrChEKD2NvbS50cGxpbmsudHBtNQoZChdjb20uaWNsZWFuLm1hc3Rlci5ib29zdAoTChFjb20uYXZpcmEuYW5kcm9pZAoeChxqcC5jby55YWhvby5hbmRyb2lkLnlicm93c2VyCiEKH2NvbS5mcmVlLnZwbi5zdXBlci5ob3RzcG90Lm9wZW4KGgoYY29tLmJpdGRlZmVuZGVyLnNlY3VyaXR5CgsKCWNvbS5kcndlYgoyCjBjb20udHJlbmRtaWNyby50bW1zcGVyc29uYWwuanAuZ29vZ2xlcGxheXZlcnNpb24KLAoqY2xlYW4ucGhvbmUuY2xlYW5lci5ib29zdC5zZWN1cml0eS5hcHBsb2NrChkKF2NvbS5sdWRhc2hpLnhzdXBlcmNsZWFuCh4KHGNvbS5zZWN1cml0eS5hbnRpdmlydXMuY2xlYW4KIQofY29tLnN1cmZzaGFyay52cG5jbGllbnQuYW5kcm9pZAooCiZmYW5jeWNsZWFuLmJvb3N0LmFudGl2aXJ1cy5qdW5rY2xlYW5lcgoaChhjb20ubm94Z3JvdXAuYXBwLmJvb3N0ZXIKIgogY29tLnNjYW52aXJ1cy5hbnRpdmlydXMuc2VjdXJpdHkKLQorY29tLm5ld2NsZWFuLmNsZWFuZXIuc2VjdXJpdHkuYm9vc3Rlci5ib29zdAoUChJjb20ucWlob28uc2VjdXJpdHkKLAoqY29tLmZpbGVtYW5hZ2VyLmZpbGVzLmV4cGxvcmVyLmJvb3N0LmNsZWFuCicKJXBob25lLmNsZWFuZXIuYW50aXZpcnVzLnNwZWVkLmJvb3N0ZXIKEwoRY29tLnZpcnVzLnJlbW92ZXIKMAouY29tLmRvZG8uY2xlYW4ubWFzdGVyLmJhdHRlcnkuc2F2ZXIuY3B1LmNvb2xlZAobChljb20ubGd1cGx1cy5ibG9ja3NtaXNoaW5nChoKGGNvbS5jbGVhbm1hc3Rlci5zZWN1cml0eQogCh5jb20ucmVsaWFuY2VqaW8ubW9iaWxlc2VjdXJpdHkKKAomYXNlY3VyaXR5LnBob25lLmp1bmsuY2xlYW5lci5hbnRpdmlydXMKGQoXY29tLnN5bWFudGVjLmNsZWFuc3dlZXAKFwoVY29tLm1vYmlrZWVwZXIuZ2xvYmFsChMKEWNsZWFuZXIuYW50aXZpcnVzCi4KLHZpcnVzLmNsZWFuZXIuYW50aXZpcnVzLnBob25lLnNlY3VyaXR5LmJvb3N0ChYKFGNvbS5zaGFya25pbmphLnNoYXJrCjAKLmNvbS5jbGVhbi5vbmVib29zdC5jbGVhbmVyLm9uZWJvb3N0ZXIuc2VjdXJpdHkKIAoeY29tLm1heGRldmxhYi5jbGVhbmVyLnNlY3VyaXR5ChYKFGNvbS5sdWRhc2hpLnNlY3VyaXR5ChIKEGNvbS5zaGllbGRlci5wcm8KEQoPY29tLnMuYW50aXZpcnVzCiUKI2NvbS5hbnRpdmlydXNtYXN0ZXIub25lYm9vc3RjbGVhbmVyCh0KG3VubGltaXRlZC5zZWN1cmV2cG4uZnJlZXZwbgoaChhjb20uY3liZXIuZGZjLnBvbGFudGlzcHkKGAoWY29tLmticy5jb3JlLmFudGl2aXJ1cwokCiJjb20uYW50aXZpcnVzLmFwcGxvY2suY2xlYW5ib29zdGVyCh0KG2NvbS5zdXBl +02-27 08:33:29.928 24983 25330 D GetConfigurationSnapsho: cnZwbi52cG4uZnJlZS5wcm94eQoyCjBjb20uZm9xaWkucGhvbmUuc2VjdXJpdHkudmlydXMuY2xlYW5lci5hbnRpdmlydXMKFAoSY29tLmZhbGNvbi5jbGVhbmVyChcKFWNvbS5hdmFzdC5hbmRyb2lkLnZwbgosCipjbS5jbGVhbi5tYXN0ZXIuY2xlYW5lci5ib29zdGVyLmNwdS5jb29sZXIKFAoSY29tLmN4emguYW50aXZpcnVzChIKEGNvbS5yYXlkZW0uYm9vc3QKFgoUY29tLnNrdGVsZWNvbS50Z3VhcmQKHQobY29tLnRyZW5kbWljcm8udG1tc3BlcnNvbmFsCj8KPXBob25lLmFudGl2aXJ1cy52aXJ1cy5jbGVhbmVyLmp1bmsuY2xlYW4uc3BlZWQuYm9vc3Rlci5tYXN0ZXIKFQoTY29tLmFkc3RvY2FzaC5ib29zdAoSChBjb20uc29waG9zLnNtc2VjChsKGWNvbS5iaXRkZWZlbmRlci5hbnRpdmlydXMKFgoUZXUuZmFpcmNvZGUubmV0Z3VhcmQKDwoNY29tLmRyd2ViLnBybwoeChxjb20uc3BlZWRvcHRpbWl6ZS50b29sLmNsZWFuChcKFWNvbS5yb2NrZXRtb3AuY2xlYW5lcgoSChBjb20ud290LnNlY3VyaXR5CjAKLmNvbS5jbGVhbmVyLmZhc3RjbGVhbmVyLmJvb3N0ZXIuc2VjdXJpdHkuY2xlYW4KKQonY29tLnJvY2tldC50b29scy5jbGVhbi5hbnRpdmlydXMubWFzdGVyChoKGGtyLm9yLmtmdGMubW9iaWxlYXB0MnlvdQouCixjb20uZm9xaWkucGhvbmUuY2xlYW4uYm9vc3Rlci5jbGVhbmVyLm1hc3RlcgokCiJmYW5jeWNsZWFuLmFudGl2aXJ1cy5ib29zdC5hcHBsb2NrCh4KHGNvbS53c2FuZHJvaWQuc3VpdGUubWV0cm9wY3MKGQoXY29tLnNhZmVob3VzZS5ib2R5Z3VhcmQKIAoeY29tLmNvb3ByZXNhcHBzLmZyZWUuYW50aXZpcnVzChgKFmNvbS5xdWlja2hlYWwucGxhdGZvcm0KIAoeY29tLmFwcHMuZ28uY2xlYW4uYm9vc3QubWFzdGVyCh4KHGNvbS53c2FuZHJvaWQuc3VpdGUudm9kYWVtZWEKFwoVY29tLmxhc2VyLmZpbGVtYW5hZ2VyChEKD2NvbS5qYi5zZWN1cml0eQoYChZjb20ua2FzcGVyc2t5LnNhZmVraWRzChUKE2NvbS5mc2VjdXJlLm1zLnBsdXMKFQoTY29tLmZzZWN1cmUubXMuc2FmZQoWChRjb20ud2Vicm9vdC5zZWN1cml0eQoSChBjb20uZG9uZ2J1bGlmZS5tChEKD2NvbS5rc21vYmlsZS5jYgoPCg1jb20uY21jbS5saXRlChsKGWNvbS5wYW5kYXNlY3VyaXR5LnBhbmRhYXYKCwoJY29tLmttc2pwCiAKHmpwLm5hdmVyLmxpbmVhbnRpdmlydXMuYW5kcm9pZAoiCiBjb20uZWhhd2suYW50aXZpcnVzLmFwcGxvY2sud2lmaQovCi1hbnRpdmlydXMuYW50aS52aXJ1cy5jbGVhbmVyLnNlY3VyaXR5LmJvb3N0ZXIKJAoiY29tLnJveXNvbGJlcmcuYW5kcm9pZC5kYXRhY291bnRlcgoZChdjb20ubGlvbm1vYmkucG93ZXJjbGVhbgodChtjb20ua2Flcm9zZHVwbGljYXRlc2NsZWFuZXIKIwohY29tLmFwcHNpbm5vdmEuYW5kcm9pZC5rZWVwc2VjdXJlChYKFGNvbS5mYWxjb24uYW50aXZpcnVzChMKEWNvbS5zaW1wbGVyLm1lcmdlCjYKNHN1cGVyY2xlYW5lci5waG9uZWNsZWFuZXIuYmF0dGVyeWRvY3Rvci5mYXN0Y2hhcmdpbmcKHwodY29tLnBob25laGVscGVyLmNsZWFuLmJvb3N0ZXIKHwodY29tLnRyZW5kbWljcm8uZnJlZXRtbXMuZ21vYmkKGwoZY29tLmZzZWN1cmUubXMua3BuLnZlaWxpZwoUChJjb20uYWx0cmlnaXQuYm9vc3QKEQoPY29tLmxvb2tvdXQubmV0ChYKFGNvbS5hbnRpdmlydXMudGFibGV0Ch0KG2FwcGxvY2suc2VjdXJpdHkuYXBwLmxvY2tlcgoWChRjb20uc2VjdXJpdHkuc2Nhbm5lcgoVChNjb20uenJnaXUuYW50aXZpcnVzChgKFmNvbS5sb29rb3V0LmVudGVycHJpc2UKFQoTY29tLnZvZGFmb25lLnNuLnZwbgoPCg1jb20ucy5jbGVhbmVyCiAKHmNvbS5kaWFueGlub3Mub3B0aW1pemVyLmR1cGxheQobChljb20uZ3VhcmRpYW4uc2VjdXJpdHkucHJpChgKFmNvbS5idC53c2FuZHJvaWQuc3VpdGUKMQovZmFuY3ljbGVhbi5jbGVhbmVyLmJvb3N0LnByaXZhY3kuYW50aXZpcnVzLm1pbmkKJAoiY29tLmxvb2thbmRmZWVsLmNsZWFuZXJmb3J3aGF0c2FwcAojCiFjb20uYW5kcm9pZGFybXkuT3NEZWZlbmRlckJvb3N0ZXIKGgoYY29tLnN5bWFudGVjLm5vcnRvbi5zbmFwChYKFGNvbS5hcmNhbmUuaW5jb2duaXRvCiAKHmNvbS5vbmVhcHAubWF4LmNsZWFuZXIuYm9vc3RlcgodChtjb20ueC5mcmVlLmZpbGUubWFuYWdlci5hcHAKEQoPY29tLnplbi5ib29zdGVyCh4KHGNvbS5rYXNwZXJza3kuc2VjdXJpdHkuY2xvdWQKGgoYY29tLnF1YW5taGQuc3VwZXJjbGVhbmVyCiAKHmNvbS5yYW9uc2VjdXJlLm1vYmlsZS5zZWN1cml0eQogCh5jb20uaHlwZXJzcGVlZC5yb2NrZXRjbGVhbi5wcm8KFgoUY29tLmlvYml0Lm1vYmlsZWNhcmUKEQoPbW9iaWxlLmd1cnUuYXBwChgKFmNvbS52aXJ1cy5hcHBzLmNsZWFuZXIKIAoeY29tLnJ1ZHJhdW0ucnVkcmF1bVRodW1iMlRoaWVmCiIKIGNvbS50cmVuZG1pY3JvLnRtbXNwZXJzb25hbC5hcGFjCiUKI2NvbS5idWxsZ3VhcmQubW9iaWxlLm1vYmlsZXNlY3VyaXR5ChkKF2NvbS5xaWhvby5zZWN1cml0eS5saXRlCjUKM2NvbS5zdGFycnljYW1lcmEuZnVubnllZmZlY3RzLm1ha2V1cGZpbHRlcnMuY29sbGFnZQoaChhjby5wYW1vYmlsZS5nYW1lbGF1bmNoZXIKHQobY29tLm9uZWFwcC5tYXguc2VjdXJpdHkucHJvChQKEmNvbS5wdWZmLmFudGl2aXJ1cwodChtjb20uem9uZXIuYW5kcm9pZC5hbnRpdmlydXMKIAoeaXQud2luZHRyZS53aW5kLm1vYmlsZXNlY3VyaXR5Ci0KK2NvbS5jbGVhbl9hbnRpdmlydXMuc2VjdXJpdHkubWFzdGVyLmJvb3N0ZXIKHwodY29tLmhhbmFza2NhcmQubW9iaWxlY2FyZC5hcHAKFwoVY29tLmVzZXQuZW1zMi5tZWdhZm9uCgoKCGNvbS5tZWdhChkKF2RlLmdkYXRhLm1vYmlsZXNlY3VyaXR5CioKKGNvbS5hbnRpdmlydXMucy5zZWN1cml0eS5ib29zdGVyLnNwZWVkdXAKGwoZY29tLmFwdXNhcHBzLnR1cmJvY2xlYW5lcgotCitjb20ucnZhcHBzdHVkaW9zLnNwZWVkX2Jvb3N0ZXJfanVua19jbGVhbmVyChUKE2NvbS5hcGUuY2xlYW5hc3Npc3QKGwoZY29tLm93bC5mYXN0Y2xlYW5lci5ib29zdAoPCg1 +02-27 08:33:29.928 24983 25330 D GetConfigurationSnapsho: vcmcuYW50aXZpcnVzChsKGWNvbS5iYXR0ZXJ5LnNtYXJ0Lm1hbmFnZXIKLAoqY29tLmFwcHMuc2VjdXJpdHkubWFzdGVyLmFudGl2aXJ1cy5hcHBsb2NrChYKFGNvbS5sbS5wb3dlcnNlY3VyaXR5ChcKFWJyLmNvbS5mcy52aXZvcHJvdGVnZQolCiNjb20uYW50aXZpcnVzLmZyZWUuc2VjdXJpdHkuY2xlYW5lcgoWChRjb20uYXBwbG9jay5sYXVuY2hlcgoUChJjb20ubWljcm9zb2Z0LnNjbXgKEQoPY29tLmVzZXQubXllc2V0ChkKF2NvbS5wcm90ZWN0c3Rhci5hbnRpc3B5CiQKImNvbS50YXB0ZWNobm9sb2d5LmFudGl2aXJ1cy5tb2JpbGUKGQoXY2xlYW5waG9uZS5ib29zdGVyLnNhZmUKGwoZY29tLnRyZW5kbWljcm8uZHIuYm9vc3RlcgoaChhkZS50ZWxla29tLnByb3RlY3Rtb2JpbGUKHwodanAuY28ueWFob28uYW5kcm9pZC55c2VjdXJpdHkKGQoXY29tLmNvb3ByZXMuYXBwLmJvb3N0ZXIKEwoRY29tLmVzZXQuZW5kcG9pbnQKHQobY29tLnNlY3VyaXR5LmFudGl2aXJ1cy5zY2FuCiIKIGNvbS5rN2NvbXB1dGluZy5hbmRyb2lkLnNlY3VyaXR5ChAKDmNvbS5vcmFuZ2Uua21zChgKFmNvbS5mYXN0dHJhY2suc2VjdXJpdHkKIwohY29tLmZhbmN5Y2xlYW4uc2VjdXJpdHkuYW50aXZpcnVzChwKGmNvbS5jb21vZG8uY2lzbWUuYW50aXZpcnVzCgwKCmNvbS5rbXMubWU', 5, 0), Flag(DataLoader__low_bandwidth_check_ttl, 9223372036854775807, 1, 0), Flag(DataLoader__low_bandwidth_threshold_for_streaming, 0, 1, 0), Flag(DataLoader__migrate_off_incfs, false, 2, 0), Flag(DataLoader__migrate_off_incfs_app_blocklist, '', 5, 0), Flag(DataLoader__on_demand_bulk_write_page_count, 256, 1, 0), Flag(DataLoader__override_install_details_app_allowlist, '', 5, 0), Flag(DataLoader__package_monitor_event_max_logging_interval, 'CKA4', 5, 0), Flag(DataLoader__performance_metrics_rest_stream_progress_chunk_size, 1, 1, 0), Flag(DataLoader__readlogs_cache_expiration_ms, 7200000, 1, 0), Flag(DataLoader__readlogs_logging_batch_size, 2000, 1, 0), Flag(DataLoader__rest_stream_chunk_size_bytes, 2097152, 1, 0), Flag(DataLoader__rest_stream_download_immediate_fail_http_codes, 'CgaTA5QDmgM', 5, 0), Flag(DataLoader__rest_stream_download_initial_retry_delay, 'EIDKte4B', 5, 0), Flag(DataLoader__rest_stream_download_max_delay_time, 'CLBU', 5, 0), Flag(DataLoader__rest_stream_download_max_total_retry_time, 'CICjBQ', 5, 0), Flag(DataLoader__rest_stream_progress_reporting_chunk_interval, 2, 1, 0), Flag(DataLoader__set_incremental_readlogs_not_privacy_sensitive, false, 2, 0), Flag(DataLoader__set_streaming_test_session_logging_indicator, false, 2, 0), Flag(DataLoader__show_toast_in_release_build, false, 2, 0), Flag(DataLoader__streaming_environment, 1, 1, 0), Flag(DataLoader__temp_data_loader_files_expiration_ms, 172800000, 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, false, 2, 0), Flag(DetailsFragmentContentPadding__is_enabled, false, 2, 0), Flag(DetailsToDeliveryToken__is_enabled, true, 2, 0), Flag(DeveloperPage__enable_remote_device_integrity_check, false, 2, 0), Flag(DialogUiComponent__use_compose_dialogs_in_serp, false, 2, 0), Flag(DocKeyedCache__check_item_for_fields, false, 2, 0), Flag(DocKeyedCache__clear_item_cache_on_reasons, 'CgQICRAP', 5, 0), Flag(DocKeyedCache__do_blocking_io_on_future, false, 2, 0), Flag(DocKeyedCache__enable_disk_write_on_bg, false, 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_minimal_locking, false, 2, 0), Flag(DocKeyedCache__item_cache_size_in_mb, 3, 1, 0), Flag(DocKeyedCache__prewarm_item_cache_in_task, false, 2, 0), Flag(DocKeyedCache__return_non_propagating_future, false, 2, 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, fal +02-27 08:33:29.928 24983 25330 D GetConfigurationSnapsho: se, 2, 0), Flag(DownloadService__allocate_bytes_before_download, true, 2, 0), Flag(DownloadService__cronet_enable_herrevad_reporting, false, 2, 0), Flag(DownloadService__cronet_enable_http2, true, 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, 'ChFwYWkuZ29vZ2xlemlwLm5ldAoTcGxheS5nb29nbGVhcGlzLmNvbQoWc2VydmljZXMuZ29vZ2xlYXBpcy5jbgoTd29ya2Fyb3VuZC5ndnQxLmNvbQ', 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, 262144, 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_better_locking, 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__fallback_to_download_queue, 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__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__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, true, 2, 0), Flag(DownloadService__send_foreground_broadcast_on_status_update, true, 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, true, 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(DramaShortsFeatures__enable_persistent_nav, false, 2, 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__enab +02-27 08:33:29.928 24983 25330 D GetConfigurationSnapsho: le_premium_discover_tag, true, 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, true, 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, false, 2, 0), Flag(EnterpriseMainlineAutoUpdate__disable_mainline_update_policy, true, 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(FixImagesPreloadingHorizontalCluster__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_fife_in_app_comic_card, false, 2, 0), Flag(FlexibleContentCluster__enable_neutral_scrim_color_for_app_moments, false, 2, 0), Flag(FlexibleContentCluster__enable_swipe_gesture, true, 2, 0), Flag(FlexibleContentCluster__enable_tap_to_advance_gesture, false, 2, 0), Flag(FlexibleContentCluster__enable_theme_color_editorial_article_cards, 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(Fougasse__enable_logging_session_theme, true, 2, 0), Flag(GamerProfileAvatars__enable_copy_avatar_id_on_long_click, false, 2, 0), Flag(GamerProfilePage__enable_gpp_from_yh, true, 2, 0), Flag(GamerProfilePage__enable_stream_refresh, true, 2, 0), Flag(GenAiFeed__new_badge_max_sessions, 2, 1, 0), Flag(Generichomepagelatencysequencing__is_enabled, true, 2, 0), Flag(GetItemsContext__enable_get_items_context_for_details_page, false, 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__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, false, 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, false, 2 +02-27 08:33:29.928 24983 25330 D GetConfigurationSnapsho: , 0), Flag(IncrementalLoggingRetosClientSupport__is_enabled, false, 2, 0), Flag(InlineVideo__enable_yt_fragment_reuse, true, 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_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_low_priority_updates, true, 2, 0), Flag(InstallerV2__log_orphaned_downloads, 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_orphaned_downloads, true, 2, 0), Flag(Installer__create_jobs_async_on_install_queue_init, true, 2, 0), Flag(Installer__enable_group_install_preprocessor, true, 2, 0), Flag(Installer__enable_grpc_install_queue, true, 2, 0), Flag(Installer__enable_grpc_install_queue_in_process, true, 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, false, 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__log_install_committed, false, 2, 0), Flag(Installer__make_session_create_incremental_aware, true, 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, true, 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, false, 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, true, 2, 0), Flag(Installer__use_new_uninstalls_api, true, 2, 0), Flag(InstantCartCache__max_cache_size_in_mebibytes, 3, 1, 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, true, 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_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 +02-27 08:33:29.928 24983 25330 D GetConfigurationSnapsho: _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_multiplier, 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, true, 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(LocalRatings__enable_decide_bar_local_ratings_info_button, true, 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, 'CmqEEIIQgxDwD/AE7gTtBJAFjQWOBeMT5BPvE+YT5RPnE+gT6RPsE/AT8RP0E/UTvDGbBYMEhASFBLAEsQT+OtIU/iv/K9szvBS9FMEUwhTDFMQUvxTAFNU81jyYBZ0FsEDOMNAwzzCdBp4G', 5, 0), Flag(MediaAndEntertainmentDp__eligible_title_docid_list, 'CiBjb20uYW1hem9uLmF2b2QudGhpcmRwYXJ0eWNsaWVudAolY29tLmJ5ZGVsdXhlLmQzLmFuZHJvaWQucHJvZ3JhbS5zdGFyegoLY29tLmNicy5hcHAKG2NvbS5jcnVuY2h5cm9sbC5jcnVuY2h5cm9pZAoVY29tLmRpc25leS5kaXNuZXlwbHVzCg1jb20uaHVsdS5wbHVzChxjb20ucGVhY29ja3R2LnBlYWNvY2thbmRyb2lkCgljb20uc2xpbmcKCmNvbS50dWJpdHYKEmNvbS52aWFjb20uYmV0cGx1cwoQY29tLnZpa2kuYW5kcm9pZAoOY29tLndiZC5zdHJlYW0KEHR2LnBsdXRvLmFuZHJvaWQ', 5, 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_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__lib +02-27 08:33:29.929 24983 25330 D GetConfigurationSnapsho: rary_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_min_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(NativeBrotliCompression__native_brotli_compressed_fbf_patches_targeting_controller, false, 2, 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, 'Ch1wbGF5LWxoLmdvb2dsZXVzZXJjb250ZW50LmNvbQoLaS55dGltZy5jb20', 5, 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(NotificationBellCount__enable_fetch_nc_stream_in_daily_hygiene, false, 2, 0), Flag(NotificationBellCount__enable_server_count_update_on_nc_markasread, false, 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, false, 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, false, 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, true, 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(PcsiTabLatencyLogg +02-27 08:33:29.929 24983 25330 D GetConfigurationSnapsho: ing__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(PhoneskyDealsHomeFeatures__max_indicator_count, 3, 1, 0), Flag(PhoneskyDealsHomeFeatures__max_tooltip_count, 3, 1, 0), Flag(PhoneskyDeviceTier__device_tier, 0, 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_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, 1, 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_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__module_above_ratings_and_reviews, true, 2, 0), Flag(PolicyTesting__enable_bool_flag, false, 2, 0), Flag(PolicyTesting__test_int_flag, 0, 1, 0), Flag(PolicyTesting__test_string_flag, '', 4, 0), Flag(PortraitVideosOnMdp__enable_autoplay_for_mdp_portrait_video, false, 2, 0), Flag(PortraitVideosOnMdp__enable_original_video_thumbnail_for_mdp_portrait_video, 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(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, true, 2, 0), Flag(ReEngagementAds__enable_multi_layout_cluster, true, 2, 0), Flag(RedeemAcquireLoadingScreenFix__enable_full_screen, false, 2, 0), Flag(ReleaseNotesIntegration__test_bool_flag, true, 2, 0), Flag(ReleaseNotesIntegration__test_int_flag, 0, 1, 0), Flag(ReleaseNotesIntegration__test_string_flag, '', 4, 0), Flag(RenderPartialDetailsPage__min_partial_dp_app_fields, 'ChABAgQICw4bHB0eHyIjS15g', 5, 0), Flag(RenderPartialDetailsPage__min_partial_dp_shared_fields, 'CgcBAgYKCwwV', 5, 0), Flag(RenderPartialDetailsPage__render_min_partial_dp_for_dl, false, 2, 0), Flag(RequestQos__enable_latency_tolerant_qos_endpoints, 'apps/contentSync,accountSync,autoUpdate,bulkDetails,bulkPrefetch,delivery,ees/bulkAcquire,getPrefetchRecommendations,replicateLibrary,fdfe/getPlayArtProfileConfig,fdfe +02-27 08:33:29.929 24983 25330 D GetConfigurationSnapsho: /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, true, 2, 0), Flag(ReviewConsumption__enable_review_consumption_redesign, true, 2, 0), Flag(ReviewConsumption__enable_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, 1, 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_dispatch, true, 2, 0), Flag(SafetyCenter__enable_safety_center_receiver, true, 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_vertical_scroll_interruption_logging, true, 2, 0), Flag(SeamlessTransitions__navigation_debounce_timeout, '', 5, 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, true, 2, 0), Flag(SerpLazyColumn__is_enabled, false, 2, 0), Flag(ServerDrivenSearchListResults__enable_search_list_results_card_view, true, 2, 0), Flag(ServerDrivenTopCharts__enable_top_charts_card_view, true, 2, 0), Flag(SettingsPage__legal_notice_menu_url, 'https://support.google.com/googleplay/?p=about_play', 4, 0), Flag(SharedCacheClearing__unique_id, 0, 1, 0), Flag(SingletonViewPool__enable_singleton_view_pool, true, 2, 0), Flag(StickyTab__sticky_tab_reset_value, 268101556, 1, 0), Flag(StopParsingGclid__enable_stop_parsing_gclid, false, 2, 0), Flag(StreamSystem__use_page_header_cluster_for_editorial_style_headers, false, 2, 0), Flag(SubscriptionSkus__enable_hygiene_job_for_install_and_subscribe_cleanup, false, 2, 0), Flag(SubscriptionSkus__enable_primary_install_and_subscribe_action_button, false, 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(TubeskyAggregatedHomeFix__is_enabled, false, 2, 0), Flag(TubeskyAggregatedHomeFix__restore_initial_behavior, false, 2, 0), Flag(TubeskyAmati__enable_amati_glow, true, 2, 0), Flag(TubeskyAmati__enable_tv_modules_adapter, true, 2, 0), Flag(TubeskyAutoUpdateSettingSlice__is_enabled, true, 2, 0), Flag(TubeskyEmbeddedVideoThumbnail__is_enabled, true, 2, 0), Flag(TubeskyFastDeepLink__is_enabled, true, 2, 0), Flag(TubeskyMenuOptimization2__is_enabled, true, 2, 0), Flag(TubeskyMenuOptimization__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(TubeskyUnauth__enable_unauth_updates, true, 2, 0), Flag(Tubesky__enable_high_quality_images, true, 2, 0), Flag(Tubesky__enable_new_tv_browse_fragment, true, 2, 0), Flag(Tubesky__enable_new_tv_details_fragment, true, 2, 0), Flag(Tubesky__enable_new_tv_search_fragment, true, 2, 0), Flag(Tubesky__enable_tv_tabs_layout, true, 2, 0), Flag(UiComponentFlattenHierarchy__migrate_wide_media_cl20, tr +02-27 08:33:29.929 24983 25330 D GetConfigurationSnapsho: ue, 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, true, 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__enable_for_activity, false, 2, 0), Flag(UnivisionDataProtoPrewarm__enable_for_process_start, false, 2, 0), Flag(UnivisionDataProtoPrewarm__enable_for_serp, false, 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__home_url_paths, 'CgpzdWJuYXZIb21l', 5, 0), Flag(UnivisionHomeIa__is_enabled, false, 2, 0), Flag(UnivisionJankFixes__is_yt_overdraw_fix_enabled, true, 2, 0), Flag(UnivisionUiLogging__enable_gil_for_my_reviews, false, 2, 0), Flag(UnivisionUiLogging__enable_legacy_for_my_reviews, true, 2, 0), Flag(Univision__disable_lazy_column_fade_animation, false, 2, 0), Flag(Univision__disable_preinflation, false, 2, 0), Flag(Univision__enable_aot_state_logging, false, 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, 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_early_fetch_async_ads, false, 2, 0), Flag(Univision__enable_entry_point_logging_optimization, false, 2, 0), Flag(Univision__enable_generic_card_cluster_v3, false, 2, 0), Flag(Univision__enable_lazy_column_specifying_item_type, true, 2, 0), Flag(Univision__enable_metadataui_improvements, true, 2, 0), Flag(Univision__enable_metadataui_v2, false, 2, 0), Flag(Univision__enable_my_reviews_page, false, 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, false, 2, 0), Flag(Univision__enable_serp, false, 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__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_de +02-27 08:33:29.929 24983 25330 D GetConfigurationSnapsho: lay_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_line, false, 2, 0), Flag(UserLanguages__enable_language_split_per_app_value_store, true, 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_displaymodeswitcher_on_details_shim_fragment, false, 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, 819574325, 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(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, false, 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(VisualRe +02-27 08:33:29.929 24983 25330 D GetConfigurationSnapsho: freshPhase2__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_phase_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(Wayfinder__enable_call_to_action_button_link_change, false, 2, 0), Flag(WearHygieneOptimization__enable_wear_hygiene_optimization, true, 2, 0), Flag(Webview__exact_url_allowlist, '', 5, 0), Flag(Webview__subdomain_allowlist, 'ChNhY2NvdW50cy5nb29nbGUuY29tCg9kb2NzLmdvb2dsZS5jb20KD3BsYXkuZ29vZ2xlLmNvbQoTcG9saWNpZXMuZ29vZ2xlLmNvbQoQc3RvcmUuZ29vZ2xlLmNvbQ', 5, 0), Flag(WideMediaVideoScreenshotHeightOverride__enable_cluster_height_override, false, 2, 0), Flag(YoutubePlayerLogging__disable_server_logging_for_youtube_players, false, 2, 0) +02-27 08:33:29.938 24983 25330 D GetConfigurationSnapsho: byFlagStorageType, deleteSet = +02-27 08:33:30.014 505 1686 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:30.014 505 1686 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:30.014 505 1686 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:30.014 505 1686 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:30.014 505 1686 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:30.014 505 1686 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:30.014 505 1686 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:30.014 505 1686 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:30.014 505 1686 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:30.014 505 1686 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:30.741 505 1686 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:30.741 505 1686 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:30.741 505 1686 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:30.741 505 1686 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:30.742 505 1686 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:30.742 505 1686 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:30.742 505 1686 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:30.742 505 1686 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:30.742 505 1686 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:30.742 505 1686 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:30.794 25066 25074 I roid.tvlaunche: Background concurrent copying GC freed 16840(1773KB) AllocSpace objects, 4(80KB) LOS objects, 49% free, 3953KB/7906KB, paused 126us,39us total 1.406s +02-27 08:33:31.421 24983 25142 I Finsky : [58] lct.h(7): Already at the latest configurations for experiment package com.google.android.finsky.stable. +02-27 08:33:31.488 505 514 W system_server: Suspending all threads took: 8.553ms +02-27 08:33:31.508 24983 25143 I Finsky : [59] lct.h(1): Triggered update for experiment package com.google.android.finsky.regular. +02-27 08:33:31.678 182 182 I lowmemorykiller: Kill 'com.google.process.gapps' (25249), uid 10057, oom_score_adj 700 to free 46148kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (123%) +02-27 08:33:31.798 322 322 I Zygote : Process 25249 exited due to signal 9 (Killed) +02-27 08:33:32.089 505 1686 W ActivityManager: Slow operation: 2617ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:33:32.358 505 830 I ActivityManager: Process com.google.android.inputmethod.latin (pid 25046) has died: prcp IMPB +02-27 08:33:32.480 25377 25377 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:33:32.705 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:33:35.193 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 25046 in 2ms +02-27 08:33:35.321 505 546 I Choreographer: Skipped 194 frames! The application may be doing too much work on its main thread. +02-27 08:33:35.424 505 830 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 4000ms for connection +02-27 08:33:35.435 505 514 I system_server: Background young concurrent copying GC freed 1947536(48MB) AllocSpace objects, 2(56KB) LOS objects, 7% free, 56MB/61MB, paused 44.090ms,9.604ms total 5.870s +02-27 08:33:35.438 25377 25377 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:33:35.438 25377 25377 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:33:35.444 25377 25377 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:33:35.466 25066 25418 I gmg : Provider GmsCore_OpenSSL not available +02-27 08:33:35.545 25377 25377 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:33:35.586 505 543 W Looper : Slow dispatch took 131ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:33:35.718 505 830 I ActivityManager: PendingStartActivityUids startActivity to updateOomAdj delay:3779ms, uid:10082 +02-27 08:33:35.788 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:33:35.788 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:33:35.822 505 2908 I ActivityManager: Process com.google.process.gapps (pid 25249) has died: prev LAST +02-27 08:33:35.830 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 25249 in 0ms +02-27 08:33:36.008 182 182 I lowmemorykiller: Kill 'com.google.android.apps.mediashell' (24830), uid 10054, oom_score_adj 500 to free 55420kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (284%) +02-27 08:33:36.241 505 545 W ActivityTaskManager: Launch timeout has expired, giving up wake lock! +02-27 08:33:36.416 505 556 I libprocessgroup: Successfully killed process cgroup uid 10054 pid 24830 in 0ms +02-27 08:33:36.418 505 594 I ActivityManager: Process com.google.android.apps.mediashell (pid 24830) has died: svc SVC +02-27 08:33:36.425 505 1683 E WifiMulticastLockManager: Multicaster binderDied +02-27 08:33:36.588 322 322 I Zygote : Process 24830 exited due to signal 9 (Killed) +02-27 08:33:36.674 505 891 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10054/24830, android.os.BinderProxy@ae90dc) +02-27 08:33:36.677 505 890 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10054/24830, android.os.BinderProxy@74cc14f) +02-27 08:33:36.677 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=327, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] (release request) +02-27 08:33:36.836 505 594 W ActivityManager: Scheduling restart of crashed service com.google.android.apps.mediashell/.MediaShellCastReceiverService in 12588ms for start-requested +02-27 08:33:36.901 25391 25391 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10082; state: ENABLED +02-27 08:33:36.962 505 505 W Looper : Drained +02-27 08:33:36.962 505 505 W Looper : Slow dispatch took 7494ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=5 +02-27 08:33:36.962 505 505 W Looper : Slow delivery took 7497ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=5 +02-27 08:33:37.261 505 505 W Looper : Slow dispatch took 289ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:33:37.364 24983 25330 D GetConfigurationSnapsho: getFullConfigurations +02-27 08:33:37.414 24983 25142 I Finsky : [58] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772155977462, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 08:33:37.433 24983 24983 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 15 +02-27 08:33:37.599 25377 25377 I Finsky:background: [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:33:37.625 25101 25101 I GmsApplication: Registering the BackgroundBroadcastReceiverSupport receiver. +02-27 08:33:37.670 24983 25142 I Finsky : [58] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 08:33:37.683 24983 25142 I Finsky : [58] mqf.apply(87): SCH: Scheduling system job Id: 9380, L: 0, D: 19792, C: false, I: false, N: 0 +02-27 08:33:37.738 25344 25354 I gle.android.gm: Background young concurrent copying GC freed 1493(235KB) AllocSpace objects, 2(40KB) LOS objects, 40% free, 2271KB/3831KB, paused 30us,531us total 132.981ms +02-27 08:33:37.761 25066 25417 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:33:38.014 25101 25101 I GmsReceiverSupport: Registered Receiver for 14+1 IntentFilters +02-27 08:33:38.241 322 322 I Zygote : Process 24983 exited due to signal 9 (Killed) +02-27 08:33:38.346 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1fa7cc000 0x1fafb8000] +02-27 08:33:38.513 360 445 W ServiceManager: Permission failure: android.permission.CAPTURE_BLACKOUT_CONTENT from uid=2000 pid=25416 +02-27 08:33:38.513 360 445 D PermissionCache: checking android.permission.CAPTURE_BLACKOUT_CONTENT for uid=2000 => denied (147960 us) +02-27 08:33:38.585 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 24983 in 0ms +02-27 08:33:38.604 505 1680 I ActivityManager: Process com.android.vending (pid 24983) has died: vis+2 BFGS +02-27 08:33:38.773 505 514 W system_server: Suspending all threads took: 104.670ms +02-27 08:33:38.793 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 08:33:38.815 25416 25450 I Gralloc4: mapper 4.x is not supported +02-27 08:33:39.044 25416 25450 D HostConnection: createUnique: call +02-27 08:33:39.047 25416 25450 D HostConnection: HostConnection::get() New Host Connection established 0xb40000749da4d250, tid 25450 +02-27 08:33:39.047 25416 25450 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 08:33:39.048 25416 25450 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 08:33:39.129 25416 25450 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:33:39.174 322 322 I Zygote : Process 25066 exited due to signal 9 (Killed) +02-27 08:33:39.651 182 182 I lowmemorykiller: Kill 'com.android.providers.tv' (25243), uid 10033, oom_score_adj 102 to free 44080kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (335%) +02-27 08:33:39.756 322 322 I Zygote : Process 23736 exited due to signal 9 (Killed) +02-27 08:33:39.761 322 322 I Zygote : Process 25243 exited due to signal 9 (Killed) +02-27 08:33:40.439 505 1685 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10052/23736, android.os.BinderProxy@b17be41) +02-27 08:33:40.441 505 542 W IPCThreadState: Waiting for thread to be free. mExecutingThreadsCount=32 mMaxThreads=31 +02-27 08:33:40.441 505 542 W IPCThreadState: Waiting for thread to be free. mExecutingThreadsCount=32 mMaxThreads=31 +02-27 08:33:40.444 505 542 W IPCThreadState: Waiting for thread to be free. mExecutingThreadsCount=32 mMaxThreads=31 +02-27 08:33:40.446 505 542 W IPCThreadState: Waiting for thread to be free. mExecutingThreadsCount=31 mMaxThreads=31 +02-27 08:33:40.446 505 1686 E IPCThreadState: binder thread pool (31 threads) starved for 772 ms +02-27 08:33:40.448 505 830 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10052/23736, android.os.BinderProxy@c59ffe6) +02-27 08:33:40.449 505 3356 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/25066, android.os.BinderProxy@3746128) +02-27 08:33:40.454 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=309, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] (release request) +02-27 08:33:40.455 505 1698 I WindowManager: WIN DEATH: Window{643b7ef u0 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:33:40.488 505 2908 D NotificationListeners: Removing active service ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:33:40.550 182 182 I lowmemorykiller: Kill 'com.google.android.tv.remote.service' (24765), uid 10049, oom_score_adj 100 to free 45968kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (766%) +02-27 08:33:40.551 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=325, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:33:40.573 505 2621 W AudioService.RecordingActivityMonitor: client died +02-27 08:33:40.574 322 322 I Zygote : Process 24765 exited due to signal 9 (Killed) +02-27 08:33:40.591 505 712 D NsdService: Client disconnected +02-27 08:33:40.592 505 712 D NsdService: Terminating client-ID 2 global-ID 20 type 393225 +02-27 08:33:40.592 505 712 D NsdService: mdnssd [stop-register, 20] +02-27 08:33:40.597 20937 21227 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:33:40.603 505 1698 W InputManager-JNI: Input channel object '643b7ef com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:33:40.606 321 394 W netd : dnssd_clientstub DNSServiceProcessResult called with NULL DNSServiceRef +02-27 08:33:40.629 20937 21204 I bt_stack: [INFO:port_api.cc(307)] RFCOMM_RemoveServer: handle=22 +02-27 08:33:40.640 505 514 I system_server: Background concurrent copying GC freed 2406352(60MB) AllocSpace objects, 0(0B) LOS objects, 31% free, 51MB/75MB, paused 12.215ms,146.836ms total 3.637s +02-27 08:33:40.747 25391 25391 V GraphicsEnvironment: ANGLE Developer option for 'com.streamflow.tv' set to: 'default' +02-27 08:33:40.749 25391 25391 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:33:40.753 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:33:40.766 25391 25391 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:33:40.769 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:33:40.772 20937 21411 I BtGatt.AdvertiseManager: error sending onAdvertisingSetStopped callback +02-27 08:33:40.772 20937 21411 I BtGatt.AdvertiseManager: android.os.DeadObjectException +02-27 08:33:40.772 20937 21411 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:33:40.772 20937 21411 I BtGatt.AdvertiseManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:33:40.772 20937 21411 I BtGatt.AdvertiseManager: at android.bluetooth.le.IAdvertisingSetCallback$Stub$Proxy.onAdvertisingSetStopped(IAdvertisingSetCallback.java:320) +02-27 08:33:40.772 20937 21411 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager.stopAdvertisingSet(AdvertiseManager.java:261) +02-27 08:33:40.772 20937 21411 I BtGatt.AdvertiseManager: at com.android.bluetooth.gatt.AdvertiseManager$AdvertisingSetDeathRecipient.binderDied(AdvertiseManager.java:123) +02-27 08:33:40.772 20937 21411 I BtGatt.AdvertiseManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:33:40.772 20937 21411 I BtGatt.AdvertiseManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:33:40.789 25391 25391 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:33:40.789 505 1680 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.scheduler.process.mainimpl.PhoneskyJobServiceMain in 18636ms for connection +02-27 08:33:40.803 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:33:40.810 25101 25132 I FontLog : (REDACTED) Updating from directory version %d to %d from disk +02-27 08:33:40.816 505 1680 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #14870} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (9 skipped) +02-27 08:33:40.836 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 25066 in 0ms +02-27 08:33:40.837 505 891 I ActivityManager: Process com.google.android.tvlauncher (pid 25066) has died: vis+2 TOP +02-27 08:33:40.841 182 182 W lowmemorykiller: Failed to open /proc/23736/oom_score_adj; errno=2: process 23736 might have been killed +02-27 08:33:40.872 505 505 W Looper : Drained +02-27 08:33:40.872 505 505 W Looper : Slow dispatch took 2396ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@7482d40 m=0 +02-27 08:33:40.877 25101 25132 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:33:40.886 182 182 W lowmemorykiller: Failed to open /proc/25243/oom_score_adj; errno=2: process 25243 might have been killed +02-27 08:33:40.889 505 556 I libprocessgroup: Successfully killed process cgroup uid 10052 pid 23736 in 0ms +02-27 08:33:40.889 505 2259 I ActivityManager: Process com.google.android.tvrecommendations (pid 23736) has died: prcl BFGS +02-27 08:33:40.889 505 505 W Looper : Slow delivery took 2352ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$CancelNotificationRunnable@704f479 m=0 +02-27 08:33:40.889 505 2259 W ActivityManager: Scheduling restart of crashed service com.google.android.tvrecommendations/.NotificationsService in 28536ms for connection +02-27 08:33:40.893 25101 25132 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:33:40.896 505 505 V NotificationListeners: 0 notification listener connection lost: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:33:40.902 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 08:33:40.902 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 08:33:40.902 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 08:33:40.902 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 08:33:40.903 505 3536 I ActivityManager: Process com.google.android.tv.remote.service (pid 24765) has died: vis FGS +02-27 08:33:40.903 505 556 I libprocessgroup: Successfully killed process cgroup uid 10049 pid 24765 in 0ms +02-27 08:33:40.916 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 08:33:40.918 505 3536 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.RemoteService in 38507ms for start-requested +02-27 08:33:40.918 505 3536 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.AtvRemoteProviderService in 48507ms for connection +02-27 08:33:40.921 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 25066 +02-27 08:33:40.921 25101 25451 I FontLog : (REDACTED) Using directory in FlatBuffer format +02-27 08:33:40.926 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:33:40.926 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:33:40.926 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:33:40.926 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:33:40.929 322 322 D Zygote : Forked child process 25459 +02-27 08:33:40.932 505 555 I ActivityManager: Start proc 25459:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:33:40.936 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:33:40.942 322 322 D Zygote : Forked child process 25460 +02-27 08:33:40.943 505 556 I libprocessgroup: Successfully killed process cgroup uid 10033 pid 25243 in 0ms +02-27 08:33:40.943 505 2569 I ActivityManager: Process com.android.providers.tv (pid 25243) has died: cch+5 CEM +02-27 08:33:40.948 505 555 I ActivityManager: Start proc 25460:com.google.android.tvlauncher/u0a48 for activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:33:40.964 25101 25117 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:33:40.973 505 505 W Looper : Drained +02-27 08:33:40.977 25101 25117 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:33:40.984 505 505 D CompatibilityChangeReporter: Compat change id reported: 175319604; UID 1000; state: ENABLED +02-27 08:33:40.994 505 542 W Looper : Slow dispatch took 635ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:33:41.014 25101 25132 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:33:41.015 25101 25132 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:33:41.016 25101 25117 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:33:41.102 505 2569 W ContentProviderHelper: Slow operation: 78ms so far, now at getContentProviderImpl: before updateLruProcess +02-27 08:33:41.114 505 2569 W ContentProviderHelper: Slow operation: 94ms so far, now at getContentProviderImpl: after updateLruProcess +02-27 08:33:41.115 505 2569 W ContentProviderHelper: Slow operation: 95ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:33:41.127 505 2569 W ContentProviderHelper: Slow operation: 107ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:33:41.127 505 2569 W ContentProviderHelper: Slow operation: 107ms so far, now at getContentProviderImpl: done! +02-27 08:33:41.163 25391 25471 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:33:41.177 25391 25471 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:33:41.212 25391 25471 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:33:41.223 25101 25132 E JavaBinder: *** Uncaught remote exception! (Exceptions are not yet supported across processes.) +02-27 08:33:41.223 25101 25132 E JavaBinder: android.database.StaleDataException: Attempted to access a cursor after it has been closed. +02-27 08:33:41.223 25101 25132 E JavaBinder: at android.database.CursorToBulkCursorAdaptor.throwIfCursorIsClosed(CursorToBulkCursorAdaptor.java:137) +02-27 08:33:41.223 25101 25132 E JavaBinder: at android.database.CursorToBulkCursorAdaptor.getBulkCursorDescriptor(CursorToBulkCursorAdaptor.java:155) +02-27 08:33:41.223 25101 25132 E JavaBinder: at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:117) +02-27 08:33:41.223 25101 25132 E JavaBinder: at android.os.Binder.execTransactInternal(Binder.java:1179) +02-27 08:33:41.223 25101 25132 E JavaBinder: at android.os.Binder.execTransact(Binder.java:1143) +02-27 08:33:41.226 25460 25460 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:33:41.228 25459 25459 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 08:33:41.644 25101 25101 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:33:41.661 505 2796 W ActivityManager: Slow operation: 57ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:33:41.662 25101 25495 I GMS_MM_Logger: Started. +02-27 08:33:41.664 25101 25494 I Watchcat: Started +02-27 08:33:41.673 505 2796 W ActivityManager: Slow operation: 70ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:33:41.843 25377 25377 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 08:33:41.884 25377 25377 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 08:33:42.580 505 505 W Looper : Slow dispatch took 601ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:33:42.669 505 514 I system_server: Background young concurrent copying GC freed 2471134(62MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 24MB/48MB, paused 107us,137us total 1.378s +02-27 08:33:42.684 505 2796 W ActivityManager: Slow operation: 1081ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:33:42.684 505 2796 W ActivityManager: Slow operation: 1081ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:33:42.752 25344 25354 W gle.android.gm: Suspending all threads took: 7.438ms +02-27 08:33:42.866 25377 25377 I Finsky:background: [2] jjo.onCreate(2): IPC-SERVER: Starting gRPC host service... +02-27 08:33:42.919 505 2796 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:42.919 505 2796 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:42.919 505 2796 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:42.919 505 2796 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:42.920 505 2796 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:42.920 505 2796 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:42.920 505 2796 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:42.920 505 2796 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:42.920 505 2796 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:42.920 505 2796 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:42.942 505 2796 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:42.942 505 2796 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:42.942 505 2796 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:42.942 505 2796 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:42.942 505 2796 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:42.942 505 2796 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:42.942 505 2796 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:42.942 505 2796 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:42.942 505 2796 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:42.942 505 2796 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:33:43.011 505 2796 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10048; state: DISABLED +02-27 08:33:43.017 505 2796 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10048; state: DISABLED +02-27 08:33:43.018 505 2796 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10048; state: DISABLED +02-27 08:33:43.108 505 2796 W ActivityManager: Slow operation: 1505ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:33:43.150 505 3536 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10066; state: DISABLED +02-27 08:33:43.178 25460 25460 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:33:43.218 25391 25391 D MainActivity: onCreate started +02-27 08:33:43.238 505 3536 W ActivityManager: Slow operation: 126ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:33:43.240 25459 25459 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 08:33:43.344 505 505 W Looper : Slow dispatch took 141ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:33:43.429 505 542 I ServiceWatcher: [GeocoderProxy] connected to {com.google.android.gms/com.google.android.gms.location.geocode.GeocodeService} +02-27 08:33:43.494 25101 25101 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:33:43.497 25101 25101 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:33:43.518 25459 25459 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:33:43.521 25460 25460 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:33:43.709 25344 25344 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:33:43.791 25460 25460 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:33:43.791 25460 25460 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:33:43.793 505 3536 D ConnectivityService: requestNetwork for uid/pid:10058/25377 activeRequest: null callbackRequest: 329 [NetworkRequest [ REQUEST id=330, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ]] callback flags: 0 priority: 2147483647 +02-27 08:33:43.800 505 709 D ConnectivityService: NetReassign [330 : null → 101] +02-27 08:33:43.820 25344 25344 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:33:43.820 25344 25344 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:33:43.824 25460 25460 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:33:43.825 25460 25460 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:33:44.271 505 554 W ActivityManager: Timeout executing service: ServiceRecord{cb84710 u0 com.google.android.gms/.chimera.GmsIntentOperationService} +02-27 08:33:44.446 25459 25459 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 08:33:44.447 25459 25459 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:33:44.674 25459 25459 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:33:44.756 25459 25459 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:33:44.793 25101 25101 W .gms.persisten: Accessing hidden method Landroid/net/ConnectivityManager;->isNetworkTypeMobile(I)Z (max-target-p, reflection, denied) +02-27 08:33:45.132 505 25506 I ActivityManager: dumpStackTraces pids=null nativepids=null +02-27 08:33:45.168 505 25506 I ActivityManager: Dumping to /data/anr/anr_2026-02-27-08-33-45-158 +02-27 08:33:45.169 505 25506 I ActivityManager: Collecting stacks for pid 25344 +02-27 08:33:45.173 505 25506 I system_server: libdebuggerd_client: started dumping process 25344 +02-27 08:33:45.178 235 235 I tombstoned: registered intercept for pid 25344 and type kDebuggerdJavaBacktrace +02-27 08:33:45.237 25344 25351 I gle.android.gm: Thread[6,tid=25351,WaitingInMainSignalCatcherLoop,Thread*=0xb400007c6b0916f0,peer=0x12d40000,"Signal Catcher"]: reacting to signal 3 +02-27 08:33:45.237 25344 25351 I gle.android.gm: +02-27 08:33:45.296 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=330, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 08:33:45.296 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=330, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 08:33:45.297 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=330, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 08:33:45.638 25377 25377 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 10 +02-27 08:33:45.685 25377 25377 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 15 +02-27 08:33:45.696 25377 25377 I Finsky:background: [2] jjo.onDestroy(8): IPC-SERVER: Stopping gRPC host service... +02-27 08:33:47.072 235 235 I tombstoned: received crash request for pid 25344 +02-27 08:33:47.072 235 235 I tombstoned: found intercept fd 512 for pid 25344 and type kDebuggerdJavaBacktrace +02-27 08:33:47.075 235 235 W tombstoned: missing output fd +02-27 08:33:47.080 505 25506 I system_server: libdebuggerd_client: done dumping process 25344 +02-27 08:33:47.082 25344 25351 I gle.android.gm: Wrote stack traces to tombstoned +02-27 08:33:47.130 505 25506 I ActivityManager: Done dumping +02-27 08:33:47.168 25344 25344 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:33:47.634 505 514 I system_server: Background young concurrent copying GC freed 1410991(35MB) AllocSpace objects, 1(36KB) LOS objects, 41% free, 28MB/48MB, paused 336us,26us total 2.387s +02-27 08:33:47.678 505 2251 W ContentProviderHelper: Slow operation: 83ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:33:47.681 505 2251 W ContentProviderHelper: Slow operation: 86ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:33:47.684 505 2251 W ContentProviderHelper: Slow operation: 88ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:33:47.684 505 2251 W ContentProviderHelper: Slow operation: 89ms so far, now at getContentProviderImpl: before updateLruProcess +02-27 08:33:47.684 505 2251 W ContentProviderHelper: Slow operation: 89ms so far, now at getContentProviderImpl: after updateLruProcess +02-27 08:33:47.685 505 2251 W ContentProviderHelper: Slow operation: 90ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:33:47.688 505 2251 W ContentProviderHelper: Slow operation: 93ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:33:47.688 505 2251 W ContentProviderHelper: Slow operation: 93ms so far, now at getContentProviderImpl: done! +02-27 08:33:47.718 505 25506 E ActivityManager: ANR in com.google.android.gms +02-27 08:33:47.718 505 25506 E ActivityManager: PID: 25344 +02-27 08:33:47.718 505 25506 E ActivityManager: Reason: executing service com.google.android.gms/.chimera.GmsIntentOperationService +02-27 08:33:47.718 505 25506 E ActivityManager: Frozen: false +02-27 08:33:47.718 505 25506 E ActivityManager: Load: 0.0 / 0.0 / 0.0 +02-27 08:33:47.718 505 25506 E ActivityManager: ----- Output from /proc/pressure/memory ----- +02-27 08:33:47.718 505 25506 E ActivityManager: some avg10=31.13 avg60=32.79 avg300=25.13 total=458279791 +02-27 08:33:47.718 505 25506 E ActivityManager: full avg10=8.69 avg60=9.22 avg300=6.51 total=116835603 +02-27 08:33:47.718 505 25506 E ActivityManager: ----- End output from /proc/pressure/memory ----- +02-27 08:33:47.718 505 25506 E ActivityManager: +02-27 08:33:47.718 505 25506 E ActivityManager: CPU usage from 58285ms to -18ms ago (2026-02-27 08:32:46.441 to 2026-02-27 08:33:44.756): +02-27 08:33:47.718 505 25506 E ActivityManager: 83% 505/system_server: 43% user + 40% kernel / faults: 203267 minor 9064 major +02-27 08:33:47.718 505 25506 E ActivityManager: 17% 116/kswapd0: 0% user + 17% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 7.1% 263/loop14: 0% user + 7.1% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 3.1% 12/ksoftirqd/0: 0% user + 3.1% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 2.9% 338/android.hardware.graphics.composer@2.3-service: 0.3% user + 2.5% kernel / faults: 1154 minor 181 major +02-27 08:33:47.718 505 25506 E ActivityManager: 2% 360/surfaceflinger: 0.1% user + 1.9% kernel / faults: 2809 minor 422 major +02-27 08:33:47.718 505 25506 E ActivityManager: 1.8% 13/rcu_preempt: 0% user + 1.8% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 1.5% 229/jbd2/dm-4-8: 0% user + 1.5% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 1.4% 24291/kworker/0:2-virtio_vsock: 0% user + 1.4% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 1.4% 244/loop5: 0% user + 1.4% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 1.3% 24419/com.google.process.gservices: 0.2% user + 1% kernel / faults: 8869 minor 238 major +02-27 08:33:47.718 505 25506 E ActivityManager: 1.2% 770/com.android.systemui: 0% user + 1.1% kernel / faults: 4800 minor 425 major +02-27 08:33:47.718 505 25506 E ActivityManager: 1.2% 243/loop4: 0% user + 1.2% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 1.1% 321/netd: 0% user + 1.1% kernel / faults: 2087 minor 261 major +02-27 08:33:47.718 505 25506 E ActivityManager: 1% 182/lmkd: 0.3% user + 0.6% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 0.9% 9196/kworker/u9:4-blk_crypto_wq: 0% user + 0.9% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 0.9% 896/com.android.networkstack.process: 0.1% user + 0.8% kernel / faults: 3968 minor 216 major +02-27 08:33:47.718 505 25506 E ActivityManager: 0.7% 20937/com.android.bluetooth: 0% user + 0.6% kernel / faults: 2438 minor 207 major +02-27 08:33:47.718 505 25506 E ActivityManager: 0.7% 183/servicemanager: 0% user + 0.7% kernel / faults: 1162 minor 49 major +02-27 08:33:47.718 505 25506 E ActivityManager: 0.7% 350/android.hardware.wifi@1.0-service: 0% user + 0.7% kernel / faults: 957 minor 202 major +02-27 08:33:47.718 505 25506 E ActivityManager: 0.7% 24824/kworker/1:1-events: 0% user + 0.7% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 0.6% 181/logd: 0.1% user + 0.5% kernel / faults: 473 minor 53 major +02-27 08:33:47.718 505 25506 E ActivityManager: 0.6% 259/loop12: 0% user + 0.6% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 0.5% 19702/kworker/3:2-events: 0% user + 0.5% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 0.5% 500/kworker/u9:2-blk_crypto_wq: 0% user + 0.5% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 0.5% 23354/kworker/u9:0-fscrypt_read_queue: 0% user + 0.5% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 0.4% 320/statsd: 0% user + 0.4% kernel / faults: 1326 minor 88 major +02-27 08:33:47.718 505 25506 E ActivityManager: 0.4% 248/loop7: 0% user + 0.4% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 0.2% 315/dhcpclient: 0% user + 0.2% kernel / faults: 158 minor 15 major +02-27 08:33:47.718 505 25506 E ActivityManager: 0.4% 138/kworker/0:1H-kblockd: 0% user + 0.4% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 0.3% 45/kcompactd0: 0% user + 0.3% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 0.3% 322/zygote64: 0% user + 0.3% kernel / faults: 1111 minor 48 major +02-27 08:33:47.718 505 25506 E ActivityManager: 0.3% 420/storaged: 0% user + 0.3% kernel / faults: 80 minor 11 major +02-27 08:33:47.718 505 25506 E ActivityManager: 0.3% 184/hwservicemanager: 0% user + 0.3% kernel / faults: 378 minor 74 major +02-27 08:33:47.718 505 25506 E ActivityManager: 0.3% 185/psimon: 0% user + 0.3% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 0.3% 255/loop10: 0% user + 0.3% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 0.3% 751/wpa_supplicant: 0% user + 0.3% kernel / faults: 216 minor 80 major +02-27 08:33:47.718 505 25506 E ActivityManager: 0.3% 1403/adbd: 0% user + 0.3% kernel / faults: 1784 minor 85 major +02-27 08:33:47.718 505 25506 E ActivityManager: 0.3% 17530/kworker/u8:1-phy0: 0% user + 0.3% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 0.3% 411/cameraserver: 0% user + 0.3% kernel / faults: 278 minor 24 major +02-27 08:33:47.718 505 25506 E ActivityManager: 0.3% 144/kworker/1:1H-kblockd: 0% user + 0.3% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 0.3% 272/loop19: 0% user + 0.3% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 0.2% 145/kworker/2:1H-kblockd: 0% user + 0.2% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 0.2% 271/loop18: 0% user + 0.2% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 0.2% 347/android.hardware.sensors@2.1-service.multihal: 0% user + 0.2% kernel / faults: 1198 minor 31 major +02-27 08:33:47.718 505 25506 E ActivityManager: 0.2% 437/android.hardware.biometrics.fingerprint@2.1-service: 0% user + 0.2% kernel / faults: 57 minor 14 major +02-27 08:33:47.718 505 25506 E ActivityManager: 0.2% 24881/mdnsd: 0% user + 0.2% kernel / faults: 127 minor 88 major +02-27 08:33:47.718 505 25506 E ActivityManager: 0.2% 95/kworker/3:1H-kblockd: 0% user + 0.2% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 0.2% 130/sugov:1: 0% user + 0.2% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 0.2% 131/sugov:2: 0% user + 0.2% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 0.2% 132/sugov:3: 0% user + 0.2% kernel +02-27 08:33:47.718 505 25506 E ActivityManager: 0.2% 339/android.hardware.health@2.1-service: 0% user + 0.2% kernel / faults: 123 minor 14 major +02-27 08:33:47.718 505 25506 E ActivityManager: 0.2% 20161/audioserver: 0% user + 0.2% kernel / faults: 510 minor 51 major +02-27 08:33:47.718 505 25506 E ActivityManager: 0.2% 24552/com.google.android.permissioncontroller: 0% user + 0.1% kernel / faults: 1104 minor 54 major +02-27 08:33:47.740 505 25506 E ActivityManager: 0.1% 33/ksoftirqd/3: 0% user + 0.1% kernel +02-27 08:33:47.740 505 25506 E ActivityManager: 0.1% 129/sugov:0: 0% user + 0.1% kernel +02-27 08:33:47.740 505 25506 E ActivityManager: 0.1% 421/wificond: 0% user + 0.1% kernel / faults: 632 minor 52 major +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 22280/kworker/u8:0-phy0: 0% user + 0% kernel +02-27 08:33:47.740 505 25506 E ActivityManager: 0.1% 266/loop16: 0% user + 0.1% kernel +02-27 08:33:47.740 505 25506 E ActivityManager: 0.1% 284/loop25: 0% user + 0.1% kernel +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 1265/com.android.emulator.multidisplay: 0% user + 0% kernel / faults: 770 minor 4 major +02-27 08:33:47.740 505 25506 E ActivityManager: 0.1% 21141/kworker/2:1-events: 0% user + 0.1% kernel +02-27 08:33:47.740 505 25506 E ActivityManager: 0.1% 21/ksoftirqd/1: 0% user + 0.1% kernel +02-27 08:33:47.740 505 25506 E ActivityManager: 0.1% 27/ksoftirqd/2: 0% user + 0.1% kernel +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 189/qemu-props: 0% user + 0% kernel / faults: 2 minor 3 major +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 353/android.hardware.power-service.example: 0% user + 0% kernel / faults: 452 minor 59 major +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 6639/abb: 0% user + 0% kernel / faults: 114 minor 3 major +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 43/oom_reaper: 0% user + 0% kernel +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 46/khugepaged: 0% user + 0% kernel +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 276/loop21: 0% user + 0% kernel +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 279/loop22: 0% user + 0% kernel +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 335/android.hardware.drm@1.4-service.clearkey: 0% user + 0% kernel / faults: 82 minor 14 major +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 23665/kworker/u8:2-phy0: 0% user + 0% kernel +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 197/android.system.suspend@1.0-service: 0% user + 0% kernel / faults: 170 minor 25 major +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 256/loop11: 0% user + 0% kernel +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 287/loop26: 0% user + 0% kernel +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 337/android.hardware.graphics.allocator@3.0-service: 0% user + 0% kernel / faults: 78 minor 21 major +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 1/init: 0% user + 0% kernel / faults: 9 minor 19 major +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 16/migration/0: 0% user + 0% kernel +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 235/tombstoned: 0% user + 0% kernel / faults: 24 minor 3 major +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 251/loop8: 0% user + 0% kernel +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 252/loop9: 0% user + 0% kernel +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 268/loop17: 0% user + 0% kernel +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 852/android.hardware.gnss@2.0-service.ranchu: 0% user + 0% kernel / faults: 360 minor 3 major +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 948/com.android.se: 0% user + 0% kernel / faults: 316 minor 1 major +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 14/rcub/0: 0% user + 0% kernel +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 190/vold: 0% user + 0% kernel / faults: 61 minor 14 major +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 247/loop6: 0% user + 0% kernel +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 407/traced_probes: 0% user + 0% kernel / faults: 104 minor 12 major +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 408/traced: 0% user + 0% kernel / faults: 43 minor 5 major +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 410/bt_vhci_forwarder: 0% user + 0% kernel / faults: 7 minor 1 major +02-27 08:33:47.740 505 25506 E ActivityManager: 0% 1242/com.google.android.providers.media.module: 0% user + 0% kernel / faults: 430 minor 17 major +02-27 08:33:47.740 505 25506 E ActivityManager: +0% 25048/kworker/2:0-mm_percpu_wq: 0% user + 0% kernel +02-27 08:33:47.740 505 25506 E ActivityManager: +0% 25101/com.google.android.gms.persistent: 0% user + 0% kernel +02-27 08:33:47.740 505 25506 E ActivityManager: +0% 25344/com.google.android.gms: 0% user + 0% kernel +02-27 08:33:47.740 505 25506 E ActivityManager: +0% 25377/com.android.vending:background: 0% user + 0% kernel +02-27 08:33:47.740 505 25506 E ActivityManager: +0% 25391/com.streamflow.tv: 0% user + 0% kernel +02-27 08:33:47.740 505 25506 E ActivityManager: +0% 25459/com.google.android.inputmethod.latin: 0% user + 0% kernel +02-27 08:33:47.740 505 25506 E ActivityManager: +0% 25460/com.google.android.tvlauncher: 0% user + 0% kernel +02-27 08:33:47.740 505 25506 E ActivityManager: 91% TOTAL: 17% user + 43% kernel + 10% iowait + 12% irq + 6.1% softirq +02-27 08:33:47.740 505 25506 E ActivityManager: CPU usage from 2901485ms to 2901485ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake: +02-27 08:33:47.740 505 25506 E ActivityManager: 0% TOTAL: 0% user + 0% kernel +02-27 08:33:47.856 25344 25344 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:33:48.172 25101 25101 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:33:48.190 505 505 W Looper : Slow dispatch took 417ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:33:48.269 505 25520 I DropBoxManagerService: add tag=system_app_anr isTagEnabled=true flags=0x6 +02-27 08:33:48.322 505 25506 I ActivityManager: Killing 25344:com.google.android.gms/u0a57 (adj 0): bg anr +02-27 08:33:48.325 505 25506 D ActivityManager: Completed ANR of com.google.android.gms in 3702ms, latency 161ms +02-27 08:33:48.350 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:33:48.359 505 543 W Looper : Slow dispatch took 196ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:33:48.408 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:33:48.414 25459 25459 I DeviceStatusMonitor: DeviceStatusMonitor.updateCountryInfo():121 updateCountryInfo(), notifyAnyway = true +02-27 08:33:48.420 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 25344 in 97ms +02-27 08:33:48.420 322 322 I Zygote : Process 25344 exited due to signal 9 (Killed) +02-27 08:33:48.423 25391 25391 I Choreographer: Skipped 448 frames! The application may be doing too much work on its main thread. +02-27 08:33:48.425 505 3536 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsIntentOperationService in 442808ms for start-requested +02-27 08:33:48.440 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:33:48.546 25459 25459 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = true +02-27 08:33:48.630 25459 25459 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():38 Notify device unlocked. +02-27 08:33:48.633 25459 25459 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:48.929 182 182 I lowmemorykiller: Kill 'com.android.vending:background' (25377), uid 10058, oom_score_adj 905 to free 67692kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (117%) +02-27 08:33:49.272 322 322 I Zygote : Process 25377 exited due to signal 9 (Killed) +02-27 08:33:49.281 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 25377 in 0ms +02-27 08:33:49.281 505 2796 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10058/25377, android.os.BinderProxy@b500848) +02-27 08:33:49.281 505 1680 I ActivityManager: Process com.android.vending:background (pid 25377) has died: cch+5 CEM +02-27 08:33:49.297 25391 25402 W m.streamflow.t: Suspending all threads took: 64.875ms +02-27 08:33:49.350 25391 25402 I m.streamflow.t: Background young concurrent copying GC freed 297(81KB) AllocSpace objects, 0(0B) LOS objects, 4% free, 2379KB/2488KB, paused 332us,81.374ms total 715.842ms +02-27 08:33:49.387 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=330, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] (release request) +02-27 08:33:49.401 25391 25391 W m.streamflow.t: Verification of int kotlinx.coroutines.scheduling.CoroutineScheduler.createNewWorker() took 613.784ms (293.26 bytecodes/s) (6312B approximate peak alloc) +02-27 08:33:49.525 25391 25391 W m.streamflow.t: Verification of kotlinx.coroutines.scheduling.Task kotlinx.coroutines.scheduling.CoroutineScheduler.submitToLocalQueue(kotlinx.coroutines.scheduling.CoroutineScheduler$Worker, kotlinx.coroutines.scheduling.Task, boolean) took 121.946ms (303.41 bytecodes/s) (2248B approximate peak alloc) +02-27 08:33:49.648 25391 25391 W m.streamflow.t: Verification of void kotlinx.coroutines.scheduling.CoroutineScheduler.dispatch(java.lang.Runnable, kotlinx.coroutines.scheduling.TaskContext, boolean) took 121.210ms (891.01 bytecodes/s) (4368B approximate peak alloc) +02-27 08:33:49.796 25391 25391 W m.streamflow.t: Verification of void kotlinx.coroutines.scheduling.CoroutineScheduler.execute(java.lang.Runnable) took 147.634ms (67.73 bytecodes/s) (1600B approximate peak alloc) +02-27 08:33:49.844 505 543 W Looper : Slow dispatch took 444ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:33:49.845 505 543 W Looper : Slow delivery took 416ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:33:49.951 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10054; state: DISABLED +02-27 08:33:49.952 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10054; state: DISABLED +02-27 08:33:49.952 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10054; state: DISABLED +02-27 08:33:49.952 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10054; state: ENABLED +02-27 08:33:49.954 505 555 W ActivityManager: Slow operation: 83ms so far, now at startProcess: asking zygote to start proc +02-27 08:33:49.954 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10054; state: ENABLED +02-27 08:33:49.966 505 554 W ActivityManager: Slow operation: 115ms so far, now at startProcess: done starting proc! +02-27 08:33:49.969 505 505 W Looper : Slow dispatch took 477ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:33:49.969 505 505 W Looper : Slow delivery took 482ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=5 +02-27 08:33:50.037 322 322 D Zygote : Forked child process 25526 +02-27 08:33:50.039 505 555 W ActivityManager: Slow operation: 168ms so far, now at startProcess: returned from zygote! +02-27 08:33:50.042 505 555 W ActivityManager: Slow operation: 171ms so far, now at startProcess: done updating battery stats +02-27 08:33:50.060 505 555 W ActivityManager: Slow operation: 189ms so far, now at startProcess: building log message +02-27 08:33:50.060 505 555 I ActivityManager: Start proc 25526:com.google.android.apps.mediashell/u0a54 for service {com.google.android.apps.mediashell/com.google.android.apps.mediashell.MediaShellCastReceiverService} +02-27 08:33:50.060 505 555 W ActivityManager: Slow operation: 189ms so far, now at startProcess: starting to update pids map +02-27 08:33:50.061 505 555 W ActivityManager: Slow operation: 190ms so far, now at startProcess: done updating pids map +02-27 08:33:50.068 25391 25402 I m.streamflow.t: Background concurrent copying GC freed 249(78KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2413KB/4827KB, paused 21.192ms,3.432ms total 541.177ms +02-27 08:33:50.153 505 543 W Looper : Drained +02-27 08:33:50.419 25459 25459 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:33:50.566 25526 25526 E apps.mediashel: Not starting debugger since process cannot load the jdwp agent. +02-27 08:33:50.700 505 712 D NsdService: mdnssd [stop-service] +02-27 08:33:50.768 25459 25537 E FileCache: FileCache.clearObsoleteFilesInternal():271 Failed to delete all obsolete files under folder: /data/user_de/0/com.google.android.inputmethod.latin/cache/kb_def +02-27 08:33:50.813 25459 25459 I TVLatinApp: TVLatinApp.initialize():527 initialize() +02-27 08:33:50.821 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10052; state: DISABLED +02-27 08:33:50.821 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10052; state: DISABLED +02-27 08:33:50.821 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10052; state: DISABLED +02-27 08:33:50.822 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10052; state: ENABLED +02-27 08:33:50.822 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10052; state: ENABLED +02-27 08:33:50.828 322 322 D Zygote : Forked child process 25545 +02-27 08:33:50.829 505 555 I ActivityManager: Start proc 25545:com.google.android.tvrecommendations/u0a52 for broadcast {com.google.android.tvrecommendations/com.google.android.tvrecommendations.account.TvLauncherAccountReceiver} +02-27 08:33:50.904 505 505 W Looper : Drained +02-27 08:33:50.904 25526 25526 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10054; state: ENABLED +02-27 08:33:50.913 25459 25459 I TransientFileCleaner: TransientFileCleaner.deleteFilesByKey():370 Deleting 0 files +02-27 08:33:50.918 25459 25515 I LauncherIconVisibilityInitializerBase: LauncherIconVisibilityInitializerBase.lambda$doUpdate$0():52 doUpdate() : Visible = false +02-27 08:33:50.922 25545 25545 E recommendation: Not starting debugger since process cannot load the jdwp agent. +02-27 08:33:50.945 25459 25459 I AndroidIME: TVLatinApp.onUserUnlocked():254 device protected preferences are migrated +02-27 08:33:51.017 25545 25545 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10052; state: ENABLED +02-27 08:33:51.128 25459 25459 I PhenotypeModule: PhenotypeModule.onCreate():142 onCreate() +02-27 08:33:51.128 25459 25459 I PhenotypeModule: PhenotypeModule.maybeFetchAndUpdate():169 maybeFetchAndUpdate: forceRefresh=true +02-27 08:33:51.142 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:33:51.400 25391 25391 W m.streamflow.t: Verification of void androidx.compose.ui.text.input.InputMethodManagerImpl.(android.view.View) took 238.357ms (125.86 bytecodes/s) (1936B approximate peak alloc) +02-27 08:33:51.547 25460 25570 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:33:51.561 25460 25570 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:33:51.599 25460 25570 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:33:51.650 25526 25526 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AndroidMediaShell/lib/arm64:/product/priv-app/AndroidMediaShell/AndroidMediaShell.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:33:51.675 25459 25582 I SuperpacksManager: SuperpacksManager.initializeInternal():509 initializeInternal() +02-27 08:33:51.677 25459 25580 W putmethod.lati: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:33:51.683 25459 25480 W putmethod.lati: Suspending all threads took: 8.740ms +02-27 08:33:51.697 25459 25580 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:33:51.698 25459 25580 W putmethod.lati: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:33:51.854 25459 25569 I ShortcutsDataManager: ShortcutsDataManager.onContentChanged():73 onContentChanged() +02-27 08:33:51.936 25545 25545 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVRecommendations/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:33:52.234 25459 25569 I ContactsDataManager: ContactsDataManager.onContentChanged():159 onContentChanged() +02-27 08:33:52.235 25459 25569 I EmailDataManager: EmailDataManager.onContentChanged():115 onContentChanged() +02-27 08:33:52.296 25545 25545 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvrecommendations' set to: 'default' +02-27 08:33:52.300 25545 25545 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:33:52.302 505 514 I system_server: Background concurrent copying GC freed 1600505(40MB) AllocSpace objects, 11(304KB) LOS objects, 49% free, 24MB/48MB, paused 35.809ms,10.059ms total 1.578s +02-27 08:33:52.319 25526 25526 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.apps.mediashell' set to: 'default' +02-27 08:33:52.319 25526 25526 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:33:52.342 25526 25526 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:33:52.344 25545 25545 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:33:52.346 25545 25545 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:33:52.346 25526 25526 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:33:52.460 25459 25582 I SuperpacksManager: SuperpacksManager.initializeInternal():556 Switched background task scheduler: false +02-27 08:33:52.462 25459 25582 I JobSchedulerImpl: JobSchedulerImpl.schedule():73 Schedule task: superpacks-gc-task. Cancel the pre-existing task. +02-27 08:33:52.497 25459 25459 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:52.504 25459 25459 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:33:52.505 25459 25459 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:33:52.558 25526 25526 D cr_LibraryLoader: [LibraryLoader.java:324] Configuration: useChromiumLinker() = false, mUseModernLinker = false +02-27 08:33:52.572 25101 25101 D BoundBrokerSvc: onBind: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:33:52.572 25101 25101 D BoundBrokerSvc: Loading bound service for intent: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:33:52.945 25391 25402 I m.streamflow.t: Background young concurrent copying GC freed 13992(1349KB) AllocSpace objects, 7(300KB) LOS objects, 12% free, 4218KB/4827KB, paused 4.660ms,25us total 486.524ms +02-27 08:33:53.041 25459 25582 I JobSchedulerImpl: JobSchedulerImpl.schedule():91 Schedule task: superpacks-gc-task. Success. +02-27 08:33:53.075 25459 25480 W putmethod.lati: Suspending all threads took: 9.316ms +02-27 08:33:53.158 25545 25559 I recommendation: Background young concurrent copying GC freed 13203(651KB) AllocSpace objects, 4(80KB) LOS objects, 92% free, 1904KB/25MB, paused 60us,7us total 233.806ms +02-27 08:33:53.301 25545 25545 E ActivityThread: Failed to find provider info for tvlauncher.config +02-27 08:33:53.314 25391 25402 I m.streamflow.t: Background young concurrent copying GC freed 8222(283KB) AllocSpace objects, 4(188KB) LOS objects, 13% free, 4163KB/4827KB, paused 15.868ms,13us total 261.433ms +02-27 08:33:53.321 25545 25545 E OemConfigurationData: Error reading content://tvlauncher.config/configuration +02-27 08:33:53.321 25545 25545 E OemConfigurationData: No content provider: content://tvlauncher.config/configuration +02-27 08:33:53.548 25459 25459 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:33:53.548 25459 25459 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:53.556 25459 25459 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:53.600 25459 25459 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:33:53.604 25459 25459 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:33:53.606 25459 25459 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:53.685 25459 25459 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:53.974 25459 25459 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:54.052 25459 25459 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:54.053 25459 25459 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:54.053 25459 25459 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:54.054 25459 25459 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:54.113 25459 25459 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:54.193 25459 25459 E GoogleInputMethodService: GoogleInputMethodService.getEditorInfo():2980 EditorInfo should never be null. +02-27 08:33:54.194 25459 25459 I GoogleInputMethodService: GoogleInputMethodService.initializeKeyboardTheme():1439 Apply keyboard theme: material_dark_theme_default +02-27 08:33:54.195 25459 25459 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:54.198 25459 25459 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:54.245 25459 25459 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:54.245 25459 25459 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:54.258 25459 25459 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:54.260 25459 25459 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:54.261 25459 25459 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:54.261 25459 25459 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:54.397 25391 25402 I m.streamflow.t: Background young concurrent copying GC freed 3939(287KB) AllocSpace objects, 1(20KB) LOS objects, 0% free, 5001KB/5001KB, paused 3.357ms,2.463ms total 269.171ms +02-27 08:33:54.661 25459 25574 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():68 Get device mode by ui mode:4 and smallestScreenWidthDp:540 +02-27 08:33:54.710 25459 25574 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 +02-27 08:33:55.040 25391 25402 W m.streamflow.t: Suspending all threads took: 12.791ms +02-27 08:33:55.043 25391 25402 I m.streamflow.t: Background concurrent copying GC freed 19658(880KB) AllocSpace objects, 6(432KB) LOS objects, 49% free, 4777KB/9554KB, paused 12.749ms,13.589ms total 637.234ms +02-27 08:33:55.174 25459 25621 I JapaneseMozcExtension: JapaneseMozcExtension.onCreateServiceInternal():78 onCreateServiceInternal() +02-27 08:33:55.209 505 542 I ServiceWatcher: [fused] connected to {com.google.android.gms/com.google.android.location.fused.FusedLocationService} +02-27 08:33:55.216 25459 25623 I NetworkInfoNotification: NetworkInfoNotification$Listener.onReceive():93 onNetworkAvailable: networkState = NON_METERED, isAirplaneModeOn = false +02-27 08:33:55.312 25526 25526 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:39] onCreate +02-27 08:33:55.314 25526 25526 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:44] onStartCommand(null, 0, 17) +02-27 08:33:55.315 25526 25526 D cr_CastReceiverServiceBase: [CastReceiverServiceBase.java:91] Building and starting cast receiver +02-27 08:33:55.316 25526 25526 D cr_CastBrowserHelper: [CastBrowserHelper.java:37] Performing one-time browser initialization +02-27 08:33:55.366 505 542 W Looper : Slow dispatch took 219ms android.fg h=android.os.Handler c=android.app.LoadedApk$ServiceDispatcher$RunConnection@d9e805 m=0 +02-27 08:33:55.371 25101 25101 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:33:55.700 25526 25526 W apps.mediashell: type=1400 audit(0.0:2100): avc: denied { search } for name="tmp" dev="dm-4" ino=65538 scontext=u:r:mediashell_app:s0:c54,c256,c512,c768 tcontext=u:object_r:shell_data_file:s0 tclass=dir permissive=0 app=com.google.android.apps.mediashell +02-27 08:33:55.781 505 1684 I LocationManagerService: fused provider loaded extra attribution tags: [activity_recognition_provider, awareness_provider, current_semantic_location, fused_location_provider, fused_provider_shim, geofencer_provider, network_location_calibration, network_location_provider, network_provider_shim] +02-27 08:33:55.851 25101 25101 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:33:56.294 505 514 W system_server: Suspending all threads took: 43.680ms +02-27 08:33:56.338 25459 25480 W putmethod.lati: Suspending all threads took: 6.726ms +02-27 08:33:56.460 25526 25526 D cr_CastCmdLineHelper: [CastCommandLineHelper.java:98] appending command line arg: multizone-device-delay=0 +02-27 08:33:56.538 25526 25526 D cr_LibraryLoader: [LibraryLoader.java:684] Loading with the System linker. +02-27 08:33:56.561 25545 25619 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10052; state: ENABLED +02-27 08:33:56.670 25101 25495 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:33:56.790 25101 25495 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:33:56.790 25101 25495 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:33:57.271 505 505 W JobServiceContext: Time-out while trying to bind afbad3c #u0a58/9380 com.android.vending/com.google.android.finsky.scheduler.process.mainimpl.PhoneskyJobServiceMain, dropping. +02-27 08:33:57.292 505 542 W Looper : Slow dispatch took 912ms android.fg h=android.os.Handler c=com.android.server.location.provider.LocationProviderManager$$ExternalSyntheticLambda12@1e9df68 m=0 +02-27 08:33:57.414 25101 25101 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:33:57.414 25101 25101 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:33:57.583 505 514 I system_server: Background young concurrent copying GC freed 1424729(35MB) AllocSpace objects, 0(0B) LOS objects, 38% free, 30MB/48MB, paused 17.604ms,44.956ms total 2.766s +02-27 08:33:57.599 25101 25451 E WakeLock: GCM_CONN_ALARM ** IS FORCE-RELEASED ON TIMEOUT ** +02-27 08:33:57.722 25459 25459 I DeviceStatusMonitor: DeviceStatusMonitor$1.onReceive():58 onReceive() : Action = android.net.conn.CONNECTIVITY_CHANGE +02-27 08:33:57.921 25459 25459 I DeviceStatusMonitor: DeviceStatusMonitor.notifyIfNetworkChanged():162 notifyIfNetworkChanged: newState = NON_METERED, airplaneModeOn = false, notifyAnyway = false +02-27 08:33:58.180 25459 25459 I TVLatinApp: TVLatinApp.onTrimMemory():865 onTrimMemory(): 5 +02-27 08:33:58.241 25101 25495 I NetworkManagementSocketTagger: tagSocketFd(-1, 805307399, -1) failed with errno-9 +02-27 08:33:58.247 25459 25459 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4675 onTrimMemory(): 5 +02-27 08:33:58.318 505 505 W Looper : Slow dispatch took 1858ms main h=com.android.server.job.JobServiceContext$JobServiceHandler c=null m=0 +02-27 08:33:58.326 505 505 W Looper : Slow delivery took 975ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@fe21db9 m=0 +02-27 08:33:58.928 25460 25485 W roid.tvlaunche: Suspending all threads took: 103.215ms +02-27 08:33:59.152 505 505 W Looper : Drained +02-27 08:33:59.152 505 505 W Looper : Slow dispatch took 826ms main h=com.android.internal.os.HandlerCaller$MyHandler c=null m=7000 +02-27 08:33:59.292 25459 25459 I UrgentSignalsProcessor: UrgentSignalsProcessor.flagUpdated():97 Received flagsUpdated for urgent signal +02-27 08:33:59.441 25459 25459 I DictionarySuperpacksManager: DictionarySuperpacksManager$1.onEnabledInputMethodEntriesChanged():60 onEnabledInputMethodEntriesChanged +02-27 08:33:59.475 25459 25459 I MetricsProcessorProviderManager: MetricsProcessorProviderManager.onClearcutAdapterReady():102 onClearcutAdapterReady +02-27 08:33:59.913 25459 25459 I KeyboardDefManager: KeyboardDefManager$LoadKeyboardDefTask$1.onFailure():184 Task to load keyboard def was canceled. +02-27 08:33:59.913 25459 25459 I KeyboardDefManager: java.util.concurrent.CancellationException: Task was cancelled. +02-27 08:33:59.913 25459 25459 I KeyboardDefManager: at jke.s(PG:3) +02-27 08:33:59.913 25459 25459 I KeyboardDefManager: at jke.get(PG:4) +02-27 08:33:59.913 25459 25459 I KeyboardDefManager: at job.k(PG:1) +02-27 08:33:59.913 25459 25459 I KeyboardDefManager: at job.E(PG:2) +02-27 08:33:59.913 25459 25459 I KeyboardDefManager: at jma.run(PG:4) +02-27 08:33:59.913 25459 25459 I KeyboardDefManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:33:59.913 25459 25459 I KeyboardDefManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:33:59.913 25459 25459 I KeyboardDefManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:33:59.913 25459 25459 I KeyboardDefManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:33:59.913 25459 25459 I KeyboardDefManager: at android.app.ActivityThread.main(ActivityThread.java:7839) +02-27 08:33:59.913 25459 25459 I KeyboardDefManager: at java.lang.reflect.Method.invoke(Native Method) +02-27 08:33:59.913 25459 25459 I KeyboardDefManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) +02-27 08:33:59.913 25459 25459 I KeyboardDefManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) +02-27 08:33:59.972 25460 25460 W ChimeRegistrationManage: Chime not initialized, cannot register for notifications. +02-27 08:34:00.840 505 2796 W ActivityManager: Slow operation: 165ms so far, now at startProcess: done creating new process record +02-27 08:34:00.840 505 2796 W ActivityManager: Slow operation: 182ms so far, now at startProcess: stepping in to startProcess +02-27 08:34:00.857 25526 25526 D cr_LibraryLoader: [LibraryLoader.java:690] Time to load native libraries: 3997 ms +02-27 08:34:01.127 505 2796 W ActivityManager: Slow operation: 259ms so far, now at startProcess: building args +02-27 08:34:01.184 25460 25485 W roid.tvlaunche: Suspending all threads took: 7.371ms +02-27 08:34:01.246 505 2796 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:34:01.246 505 2796 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:34:01.246 505 2796 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:34:01.246 505 2796 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:34:01.338 505 2796 W ActivityManager: Slow operation: 677ms so far, now at startProcess: done starting proc! +02-27 08:34:01.471 25460 25460 W Glide : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored +02-27 08:34:01.562 25459 25480 W putmethod.lati: Suspending all threads took: 45.517ms +02-27 08:34:01.586 25526 25526 W chromium: [0227/083401.321382:WARNING:library_prefetcher.cc(326)] Code not ordered, madvise optimization skipped +02-27 08:34:01.617 505 555 W ActivityManager: Slow operation: 776ms so far, now at startProcess: asking zygote to start proc +02-27 08:34:01.672 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:34:01.700 25526 25526 I cr_LibraryLoader: Successfully loaded native library +02-27 08:34:01.769 322 322 D Zygote : Forked child process 25651 +02-27 08:34:01.774 505 555 W ActivityManager: Slow operation: 934ms so far, now at startProcess: returned from zygote! +02-27 08:34:01.802 25391 25402 I m.streamflow.t: Background young concurrent copying GC freed 64560(3159KB) AllocSpace objects, 0(0B) LOS objects, 35% free, 6139KB/9554KB, paused 1.793ms,2.366ms total 131.153ms +02-27 08:34:01.806 25526 25526 I cr_CachingUmaRecorder: Flushed 1 samples from 1 histograms. +02-27 08:34:01.814 505 514 W system_server: Suspending all threads took: 22.603ms +02-27 08:34:01.933 322 322 I Zygote : Process 25459 exited due to signal 9 (Killed) +02-27 08:34:02.028 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:34:02.070 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:34:02.090 25526 25526 D cr_CastBrowserHelper: [CastBrowserHelper.java:49] Loading BrowserStartupController... +02-27 08:34:02.174 25651 25651 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. +02-27 08:34:02.184 25526 25526 D cr_BrowserStartup: [BrowserStartupControllerImpl.java:437] Initializing chromium process, singleProcess=false +02-27 08:34:02.253 182 182 I lowmemorykiller: Kill 'com.google.android.permissioncontroller' (24552), uid 10077, oom_score_adj 100 to free 44032kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (316%) +02-27 08:34:02.332 322 322 I Zygote : Process 24552 exited due to signal 9 (Killed) +02-27 08:34:02.332 322 322 I Zygote : Process 25460 exited due to signal 9 (Killed) +02-27 08:34:02.865 505 890 E IPCThreadState: binder thread pool (31 threads) starved for 535 ms +02-27 08:34:02.992 182 182 I lowmemorykiller: Kill 'com.google.android.ext.services' (24510), uid 10078, oom_score_adj 100 to free 43056kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (557%) +02-27 08:34:03.222 505 505 W Looper : Slow dispatch took 3216ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=com.android.server.alarm.AlarmManagerService$3$$ExternalSyntheticLambda0@655261 m=0 +02-27 08:34:03.242 505 505 W Looper : Slow delivery took 3220ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=null m=4 +02-27 08:34:03.246 322 322 I Zygote : Process 24510 exited due to signal 9 (Killed) +02-27 08:34:03.325 505 2569 W ContentProviderHelper: Slow operation: 1223ms so far, now at getContentProviderImpl: before checkContentProviderPermission +02-27 08:34:03.345 505 2569 W ContentProviderHelper: Slow operation: 1243ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:34:03.345 505 2569 W ContentProviderHelper: Slow operation: 1243ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:34:03.372 505 505 W Looper : Slow dispatch took 107ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@45b3a47 m=0 +02-27 08:34:03.381 505 2569 W ContentProviderHelper: Slow operation: 1279ms so far, now at getContentProviderImpl: before updateLruProcess +02-27 08:34:03.381 505 2569 W ContentProviderHelper: Slow operation: 1279ms so far, now at getContentProviderImpl: after updateLruProcess +02-27 08:34:03.381 505 2569 W ContentProviderHelper: Slow operation: 1279ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:34:03.398 505 2586 I WindowManager: WIN DEATH: Window{e7633ba u0 InputMethod} +02-27 08:34:03.405 505 2569 W ContentProviderHelper: Slow operation: 1303ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:34:03.405 505 2569 W ContentProviderHelper: Slow operation: 1303ms so far, now at getContentProviderImpl: done! +02-27 08:34:03.417 505 546 I Choreographer: Skipped 32 frames! The application may be doing too much work on its main thread. +02-27 08:34:03.426 505 2586 W InputManager-JNI: Input channel object 'e7633ba InputMethod (client)' was disposed without first being removed with the input manager! +02-27 08:34:03.444 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 123378067 (unbound)] +02-27 08:34:03.448 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 118513104 (unbound)] +02-27 08:34:03.448 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 62421238 (unbound)] +02-27 08:34:03.448 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 57355906 (unbound)] +02-27 08:34:03.448 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 112273768 (unbound)] +02-27 08:34:03.450 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 22208771 (unbound)] +02-27 08:34:03.450 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 23352781 (unbound)] +02-27 08:34:03.450 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 225280457 (unbound)] +02-27 08:34:03.450 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 246064375 (unbound)] +02-27 08:34:03.450 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 183873380 (unbound)] +02-27 08:34:03.450 505 505 W AutofillManagerServiceImpl: remote service died: RemoteInlineSuggestionRenderService[ComponentInfo{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} 41714049 (unbound)] +02-27 08:34:03.452 505 514 I system_server: Background concurrent copying GC freed 2401728(60MB) AllocSpace objects, 0(0B) LOS objects, 30% free, 54MB/77MB, paused 44.801ms,23.886ms total 3.529s +02-27 08:34:03.461 346 346 E android.hardware.power.stats@1.0-service-mock: Failed to getEnergyData +02-27 08:34:03.496 25101 25470 E ActivityThread: Failed to find provider info for instantapp-dev-manager +02-27 08:34:03.579 505 1684 W ContentProviderHelper: Slow operation: 90ms so far, now at getContentProviderImpl: before set stopped state +02-27 08:34:03.592 505 1684 W ContentProviderHelper: Slow operation: 103ms so far, now at getContentProviderImpl: after set stopped state +02-27 08:34:03.592 505 1684 W ContentProviderHelper: Slow operation: 103ms so far, now at getContentProviderImpl: looking for process record +02-27 08:34:03.605 505 1684 W ContentProviderHelper: Slow operation: 116ms so far, now at getContentProviderImpl: before start process +02-27 08:34:03.672 505 505 W Looper : Slow dispatch took 191ms main h=com.android.internal.os.HandlerCaller$MyHandler c=null m=7000 +02-27 08:34:03.697 505 505 W Looper : Drained +02-27 08:34:03.762 25391 25391 W m.streamflow.t: Class androidx.compose.runtime.snapshots.SnapshotStateList failed lock verification and will run slower. +02-27 08:34:03.762 25391 25391 W m.streamflow.t: Common causes for lock verification issues are non-optimized dex code +02-27 08:34:03.762 25391 25391 W m.streamflow.t: and incorrect proguard optimizations. +02-27 08:34:03.822 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:34:03.852 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:34:03.861 505 1684 W ActivityManager: Slow operation: 256ms so far, now at startProcess: done creating new process record +02-27 08:34:03.861 505 1684 W ActivityManager: Slow operation: 256ms so far, now at startProcess: stepping in to startProcess +02-27 08:34:03.932 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10033; state: DISABLED +02-27 08:34:03.932 505 1684 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10033; state: DISABLED +02-27 08:34:03.932 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10033; state: DISABLED +02-27 08:34:03.936 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10033; state: ENABLED +02-27 08:34:03.937 505 1684 W ActivityManager: Slow operation: 332ms so far, now at startProcess: done starting proc! +02-27 08:34:03.937 505 1684 W ContentProviderHelper: Slow operation: 448ms so far, now at getContentProviderImpl: after start process +02-27 08:34:03.937 505 1684 W ContentProviderHelper: Slow operation: 448ms so far, now at getContentProviderImpl: updating data structures +02-27 08:34:03.937 505 1684 W ContentProviderHelper: Slow operation: 448ms so far, now at getContentProviderImpl: done! +02-27 08:34:03.943 505 555 W ActivityManager: Slow operation: 3103ms so far, now at startProcess: done updating battery stats +02-27 08:34:03.954 505 555 W ActivityManager: Slow operation: 3114ms so far, now at startProcess: building log message +02-27 08:34:03.954 505 555 I ActivityManager: Start proc 25651:com.google.android.gms/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.GmsBoundBrokerService} +02-27 08:34:03.954 505 555 W ActivityManager: Slow operation: 3114ms so far, now at startProcess: starting to update pids map +02-27 08:34:03.961 505 555 W ActivityManager: Slow operation: 3121ms so far, now at startProcess: done updating pids map +02-27 08:34:03.961 505 555 W ActivityManager: Slow operation: 100ms so far, now at startProcess: asking zygote to start proc +02-27 08:34:03.961 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10033; state: ENABLED +02-27 08:34:03.962 505 594 I ActivityManager: Process com.google.android.inputmethod.latin (pid 25459) has died: prcp IMPB +02-27 08:34:03.976 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 25459 in 0ms +02-27 08:34:03.985 505 594 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 35445ms for connection +02-27 08:34:04.009 322 322 D Zygote : Forked child process 25667 +02-27 08:34:04.010 505 555 W ActivityManager: Slow operation: 149ms so far, now at startProcess: returned from zygote! +02-27 08:34:04.052 25651 25661 I gle.android.gm: Background young concurrent copying GC freed 12511(549KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1826KB/25MB, paused 97us,17us total 147.613ms +02-27 08:34:04.232 505 891 I ActivityManager: Process com.google.android.permissioncontroller (pid 24552) has died: vis IMPF +02-27 08:34:04.235 505 556 I libprocessgroup: Successfully killed process cgroup uid 10077 pid 24552 in 1ms +02-27 08:34:04.236 505 891 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.role.service.RoleControllerServiceImpl in 1000ms for connection +02-27 08:34:04.237 505 891 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.permission.service.PermissionControllerServiceImpl in 10999ms for connection +02-27 08:34:04.242 505 543 W Looper : Slow dispatch took 230ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:34:04.243 505 543 W Looper : Slow delivery took 247ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:34:04.246 505 1680 I ActivityManager: Process com.google.android.tvlauncher (pid 25460) has died: vis+2 TOP +02-27 08:34:04.261 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 25460 in 0ms +02-27 08:34:04.269 505 543 W Looper : Drained +02-27 08:34:05.336 505 2259 W ActivityManager: Slow operation: 747ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:34:05.429 25667 25667 E id.providers.t: Not starting debugger since process cannot load the jdwp agent. +02-27 08:34:05.451 505 2259 W ActivityManager: Slow operation: 909ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:34:05.489 505 2259 W ActivityManager: Slow operation: 947ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:34:05.489 505 2259 W ActivityManager: Slow operation: 947ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:34:05.504 25391 25391 W m.streamflow.t: Accessing hidden method Ljava/lang/invoke/MethodHandles$Lookup;->(Ljava/lang/Class;I)V (unsupported, reflection, allowed) +02-27 08:34:05.578 505 2259 W ActivityManager: Slow operation: 1028ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:34:05.650 505 2259 W ActivityManager: Slow operation: 1108ms so far, now at attachApplicationLocked: after updateOomAdjLocked +02-27 08:34:05.657 505 2796 I ActivityManager: Process com.google.android.ext.services (pid 24510) has died: vis BFGS +02-27 08:34:05.664 505 556 I libprocessgroup: Successfully killed process cgroup uid 10078 pid 24510 in 0ms +02-27 08:34:05.702 505 2796 W ActivityManager: Scheduling restart of crashed service com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl in 43728ms for connection +02-27 08:34:05.732 25651 25651 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:34:05.787 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 25459 +02-27 08:34:05.998 505 543 W Looper : Slow dispatch took 289ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:34:05.998 505 543 W Looper : Slow delivery took 255ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:34:06.022 505 1395 W ActivityManager: Slow operation: 2160ms so far, now at startProcess: done updating battery stats +02-27 08:34:06.022 505 1395 W ActivityManager: Slow operation: 2161ms so far, now at startProcess: building log message +02-27 08:34:06.023 505 1395 I ActivityManager: Start proc 25667:com.android.providers.tv/u0a33 for content provider {com.android.providers.tv/com.android.providers.tv.TvProvider} +02-27 08:34:06.023 505 1395 W ActivityManager: Slow operation: 2162ms so far, now at startProcess: starting to update pids map +02-27 08:34:06.024 505 1395 W ActivityManager: Slow operation: 2162ms so far, now at startProcess: done updating pids map +02-27 08:34:06.025 505 1395 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10033; state: DISABLED +02-27 08:34:06.035 25667 25667 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10033; state: ENABLED +02-27 08:34:06.046 505 505 W Looper : Slow dispatch took 1942ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:34:06.206 182 182 I lowmemorykiller: Kill 'com.google.android.gms' (25651), uid 10057, oom_score_adj 905 to free 56872kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (190%) +02-27 08:34:06.430 322 322 I Zygote : Process 25651 exited due to signal 9 (Killed) +02-27 08:34:06.533 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10077; state: DISABLED +02-27 08:34:06.534 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10077; state: DISABLED +02-27 08:34:06.535 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10077; state: DISABLED +02-27 08:34:06.535 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10077; state: DISABLED +02-27 08:34:06.565 505 555 W ActivityManager: Slow operation: 519ms so far, now at startProcess: asking zygote to start proc +02-27 08:34:06.566 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10077; state: DISABLED +02-27 08:34:06.568 505 554 W ActivityManager: Slow operation: 524ms so far, now at startProcess: done starting proc! +02-27 08:34:06.680 505 545 W ActivityManager: Slow operation: 98ms so far, now at startProcess: done creating new process record +02-27 08:34:06.680 505 545 W ActivityManager: Slow operation: 98ms so far, now at startProcess: stepping in to startProcess +02-27 08:34:06.699 25391 25685 W m.streamflow.t: Verification of void okhttp3.internal.http.RetryAndFollowUpInterceptor.() took 100.200ms (89.82 bytecodes/s) (1544B approximate peak alloc) +02-27 08:34:06.767 322 322 D Zygote : Forked child process 25689 +02-27 08:34:06.900 25689 25689 I libc : SetHeapTaggingLevel: tag level set to 0 +02-27 08:34:07.044 25391 25687 I okhttp.OkHttpClient: --> GET http://10.0.2.2:3478/api/videos/home?category=hoat-hinh&page=1 +02-27 08:34:07.044 25391 25687 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:34:07.044 25391 25687 I okhttp.OkHttpClient: --> END GET +02-27 08:34:07.045 25391 25690 I okhttp.OkHttpClient: --> GET http://10.0.2.2:3478/api/categories/genres +02-27 08:34:07.045 25391 25690 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:34:07.045 25391 25690 I okhttp.OkHttpClient: --> END GET +02-27 08:34:07.110 25391 25688 I okhttp.OkHttpClient: --> GET http://10.0.2.2:3478/api/videos/home?category=tv-shows&page=1 +02-27 08:34:07.110 25391 25685 I okhttp.OkHttpClient: --> GET http://10.0.2.2:3478/api/videos/home?category=phim-bo&page=1 +02-27 08:34:07.110 25391 25688 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:34:07.115 25391 25685 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:34:07.115 25391 25685 I okhttp.OkHttpClient: --> END GET +02-27 08:34:07.118 25391 25688 I okhttp.OkHttpClient: --> END GET +02-27 08:34:07.121 505 555 W ActivityManager: Slow operation: 1075ms so far, now at startProcess: returned from zygote! +02-27 08:34:07.173 25391 25684 I okhttp.OkHttpClient: --> GET http://10.0.2.2:3478/api/videos/home?category=phim-le&page=1 +02-27 08:34:07.173 25391 25684 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:34:07.173 25391 25684 I okhttp.OkHttpClient: --> END GET +02-27 08:34:07.179 505 545 W ActivityManager: Slow operation: 499ms so far, now at startProcess: building args +02-27 08:34:07.222 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:34:07.230 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:34:07.230 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:34:07.230 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:34:07.232 505 545 W ActivityManager: Slow operation: 650ms so far, now at startProcess: done starting proc! +02-27 08:34:07.293 25391 25688 I okhttp.OkHttpClient: <-- HTTP FAILED: java.net.ConnectException: Failed to connect to /10.0.2.2:3478 +02-27 08:34:07.303 25391 25684 I okhttp.OkHttpClient: <-- HTTP FAILED: java.net.ConnectException: Failed to connect to /10.0.2.2:3478 +02-27 08:34:07.302 25689 25689 E ssioncontrolle: Not starting debugger since process cannot load the jdwp agent. +02-27 08:34:07.316 25391 25687 I okhttp.OkHttpClient: <-- HTTP FAILED: java.net.ConnectException: Failed to connect to /10.0.2.2:3478 +02-27 08:34:07.321 25391 25685 I okhttp.OkHttpClient: <-- HTTP FAILED: java.net.ConnectException: Failed to connect to /10.0.2.2:3478 +02-27 08:34:07.322 25391 25690 I okhttp.OkHttpClient: <-- HTTP FAILED: java.net.ConnectException: Failed to connect to /10.0.2.2:3478 +02-27 08:34:07.325 25391 25697 I okhttp.OkHttpClient: --> GET http://10.0.2.2:3478/api/categories/countries +02-27 08:34:07.325 25391 25697 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +02-27 08:34:07.325 25391 25697 I okhttp.OkHttpClient: --> END GET +02-27 08:34:07.358 25391 25697 I okhttp.OkHttpClient: <-- HTTP FAILED: java.net.ConnectException: Failed to connect to /10.0.2.2:3478 +02-27 08:34:07.501 505 505 W Looper : Slow delivery took 1913ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:34:07.501 505 505 W Looper : Slow dispatch took 1455ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:34:07.524 182 182 W lowmemorykiller: Failed to open /proc/25651/oom_score_adj; errno=2: process 25651 might have been killed +02-27 08:34:07.786 505 514 W system_server: Suspending all threads took: 235.046ms +02-27 08:34:07.970 25526 25526 D cr_ChromecastConfigAndroid: [ChromecastConfigAndroid.java:86] initializeSendUsageStatsSetting +02-27 08:34:08.434 25526 25526 D cr_ChromecastConfigAndroid: [ChromecastConfigAndroid.java:100] updateSendUsageStatsSetting +02-27 08:34:08.558 505 554 W ActivityManager: Application dead when creating service ServiceRecord{cb84710 u0 com.google.android.gms/.chimera.GmsIntentOperationService} +02-27 08:34:08.562 505 554 I ActivityManager: Process com.google.android.gms (pid 25651) has died: fg SVC +02-27 08:34:08.568 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 25651 in 0ms +02-27 08:34:08.618 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsIntentOperationService in 1771232ms for start-requested +02-27 08:34:08.658 505 543 W Looper : Drained +02-27 08:34:08.751 505 554 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsIntentOperationService in 7084928ms for always +02-27 08:34:08.782 25667 25667 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.tv' set to: 'default' +02-27 08:34:08.783 25667 25667 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:34:08.793 25667 25667 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:34:08.828 505 554 W ActivityManager: Exception when starting service com.google.android.gms/.chimera.GmsIntentOperationService +02-27 08:34:08.828 505 554 W ActivityManager: android.os.DeadObjectException +02-27 08:34:08.828 505 554 W ActivityManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:34:08.828 505 554 W ActivityManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:34:08.828 505 554 W ActivityManager: at android.app.IApplicationThread$Stub$Proxy.scheduleCreateService(IApplicationThread.java:1520) +02-27 08:34:08.828 505 554 W ActivityManager: at com.android.server.am.ActiveServices.realStartServiceLocked(ActiveServices.java:3945) +02-27 08:34:08.828 505 554 W ActivityManager: at com.android.server.am.ActiveServices.bringUpServiceLocked(ActiveServices.java:3809) +02-27 08:34:08.828 505 554 W ActivityManager: at com.android.server.am.ActiveServices.performServiceRestartLocked(ActiveServices.java:3635) +02-27 08:34:08.828 505 554 W ActivityManager: at com.android.server.am.ActiveServices$ServiceRestarter.run(ActiveServices.java:3097) +02-27 08:34:08.828 505 554 W ActivityManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:34:08.828 505 554 W ActivityManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:34:08.828 505 554 W ActivityManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:34:08.828 505 554 W ActivityManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:34:08.828 505 554 W ActivityManager: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:34:08.828 505 554 W ActivityManager: at com.android.server.ServiceThread.run(ServiceThread.java:44) +02-27 08:34:08.846 25667 25667 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:34:08.848 505 514 I system_server: Background young concurrent copying GC freed 2589763(65MB) AllocSpace objects, 0(0B) LOS objects, 44% free, 30MB/54MB, paused 234.856ms,266.627ms total 2.235s +02-27 08:34:08.877 505 543 W Looper : Slow dispatch took 127ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:34:08.921 505 555 W ActivityManager: Slow operation: 2875ms so far, now at startProcess: done updating battery stats +02-27 08:34:08.922 505 555 W ActivityManager: Slow operation: 2876ms so far, now at startProcess: building log message +02-27 08:34:08.922 505 555 I ActivityManager: Start proc 25689:com.google.android.permissioncontroller/u0a77 for service {com.google.android.permissioncontroller/com.android.permissioncontroller.role.service.RoleControllerServiceImpl} +02-27 08:34:08.922 505 555 W ActivityManager: Slow operation: 2876ms so far, now at startProcess: starting to update pids map +02-27 08:34:08.922 505 555 W ActivityManager: Slow operation: 2876ms so far, now at startProcess: done updating pids map +02-27 08:34:08.922 505 555 W ActivityManager: Slow operation: 2242ms so far, now at startProcess: asking zygote to start proc +02-27 08:34:08.926 505 2796 V ActivityManager: Got obituary of 25651:com.google.android.gms +02-27 08:34:08.932 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:34:08.962 505 505 W Looper : Slow dispatch took 1461ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=5 +02-27 08:34:08.965 25667 25667 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10033; state: ENABLED +02-27 08:34:08.998 322 322 D Zygote : Forked child process 25708 +02-27 08:34:09.001 505 555 W ActivityManager: Slow operation: 2321ms so far, now at startProcess: returned from zygote! +02-27 08:34:09.032 505 891 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10077; state: DISABLED +02-27 08:34:09.052 505 891 W ActivityManager: Slow operation: 88ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:34:09.057 505 891 W ActivityManager: Slow operation: 93ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:34:09.057 505 891 W ActivityManager: Slow operation: 93ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:34:09.224 25708 25708 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:34:09.434 505 546 D CompatibilityChangeReporter: Compat change id reported: 158002302; UID 10082; state: ENABLED +02-27 08:34:09.436 505 891 W ActivityManager: Slow operation: 472ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:34:09.458 505 505 W Looper : Slow dispatch took 494ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:34:09.474 25689 25689 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10077; state: DISABLED +02-27 08:34:09.483 505 555 W ActivityManager: Slow operation: 2803ms so far, now at startProcess: done updating battery stats +02-27 08:34:09.484 505 555 W ActivityManager: Slow operation: 2804ms so far, now at startProcess: building log message +02-27 08:34:09.484 505 555 I ActivityManager: Start proc 25708:com.google.android.tvlauncher/u0a48 for activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:34:09.484 505 555 W ActivityManager: Slow operation: 2804ms so far, now at startProcess: starting to update pids map +02-27 08:34:09.484 505 555 W ActivityManager: Slow operation: 2804ms so far, now at startProcess: done updating pids map +02-27 08:34:09.531 25391 25461 D HostConnection: createUnique: call +02-27 08:34:09.537 25391 25461 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b095dd0, tid 25461 +02-27 08:34:09.550 25391 25461 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:34:09.576 25689 25689 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar +02-27 08:34:09.580 505 505 W Looper : Drained +02-27 08:34:09.587 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:34:09.772 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:34:10.292 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 08:34:10.398 25391 25461 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 08:34:10.402 25391 25461 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 08:34:10.409 505 2569 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:34:10.409 505 2569 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:34:10.409 505 2569 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:34:10.409 505 2569 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:34:10.409 505 2569 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:34:10.409 505 2569 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:34:10.409 505 2569 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:34:10.409 505 2569 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:34:10.409 505 2569 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:34:10.409 505 2569 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:34:10.435 25391 25461 D EGL_emulation: eglCreateContext: 0xb400007b8b098c50: maj 3 min 0 rcv 3 +02-27 08:34:10.453 25391 25461 D EGL_emulation: eglMakeCurrent: 0xb400007b8b098c50: ver 3 0 (tinfo 0x7da366d080) (first time) +02-27 08:34:10.457 505 2569 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:34:10.458 505 2569 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:34:10.458 505 2569 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:34:10.458 505 2569 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:34:10.458 505 2569 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:34:10.458 505 2569 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:34:10.458 505 2569 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:34:10.458 505 2569 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:34:10.458 505 2569 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:34:10.458 505 2569 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:34:10.774 505 2569 W ActivityManager: Slow operation: 1278ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:34:10.857 25708 25708 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:34:10.956 505 542 W Looper : Slow dispatch took 523ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:34:10.980 505 542 W Looper : Slow delivery took 388ms android.fg h=android.os.Handler c=com.android.server.NetworkManagementService$NetdUnsolicitedEventListener$$ExternalSyntheticLambda5@fc73104 m=0 +02-27 08:34:11.009 360 445 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 08:34:11.013 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 08:34:11.013 25391 25461 I Gralloc4: mapper 4.x is not supported +02-27 08:34:11.039 25391 25461 D HostConnection: createUnique: call +02-27 08:34:11.041 25391 25461 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b090fd0, tid 25461 +02-27 08:34:11.042 25391 25461 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 08:34:11.042 25391 25461 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 08:34:11.121 182 182 I lowmemorykiller: Kill 'com.android.providers.tv' (25667), uid 10033, oom_score_adj 905 to free 61228kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (133%) +02-27 08:34:11.121 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 08:34:11.126 25391 25461 W Gralloc4: allocator 4.x is not supported +02-27 08:34:11.152 505 556 I libprocessgroup: Successfully killed process cgroup uid 10033 pid 25667 in 0ms +02-27 08:34:11.157 322 322 I Zygote : Process 25667 exited due to signal 9 (Killed) +02-27 08:34:11.157 505 2586 I ActivityManager: Process com.android.providers.tv (pid 25667) has died: cch+5 CEM +02-27 08:34:11.159 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:34:11.177 25391 25461 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:34:11.220 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f97f4000 0x1f9fe0000] +02-27 08:34:11.228 337 398 D goldfish-address-space: claimShared: Ask to claim region [0x1f9fe0000 0x1fa7cc000] +02-27 08:34:11.233 25708 25708 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:34:11.286 25689 25689 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.permissioncontroller' set to: 'default' +02-27 08:34:11.286 25689 25689 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:34:11.332 25708 25708 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:34:11.332 25708 25708 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:34:11.364 25708 25708 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:34:11.381 25708 25708 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:34:11.397 505 542 W Looper : Drained +02-27 08:34:11.410 25689 25689 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:34:11.415 25689 25689 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:34:11.593 505 514 W system_server: Suspending all threads took: 8.467ms +02-27 08:34:11.982 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:34:12.036 505 505 W Looper : Slow dispatch took 360ms main h=android.app.PropertyInvalidatedCache$AutoCorker$1 c=null m=0 +02-27 08:34:12.129 505 514 I system_server: Background young concurrent copying GC freed 1630173(41MB) AllocSpace objects, 0(0B) LOS objects, 30% free, 37MB/54MB, paused 1.027ms,27.643ms total 959.946ms +02-27 08:34:12.219 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:34:12.330 25526 25526 I chromium: [25526:25526:INFO:cast_content_browser_client_internal.cc(428)] Remote heap profiler is disabled. +02-27 08:34:12.525 505 2259 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:34:12.525 505 2259 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:34:12.525 505 2259 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:34:12.525 505 2259 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:34:12.529 505 2259 W ActivityManager: Slow operation: 125ms so far, now at startProcess: done starting proc! +02-27 08:34:12.529 505 555 W ActivityManager: Slow operation: 80ms so far, now at startProcess: asking zygote to start proc +02-27 08:34:12.529 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:34:12.546 322 322 D Zygote : Forked child process 25745 +02-27 08:34:12.570 505 555 W ActivityManager: Slow operation: 120ms so far, now at startProcess: returned from zygote! +02-27 08:34:12.607 25391 25744 D ProfileInstaller: Installing profile for com.streamflow.tv +02-27 08:34:12.654 505 555 W ActivityManager: Slow operation: 204ms so far, now at startProcess: done updating battery stats +02-27 08:34:12.677 505 555 W ActivityManager: Slow operation: 228ms so far, now at startProcess: building log message +02-27 08:34:12.680 505 555 I ActivityManager: Start proc 25745:com.google.android.gms/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.GmsBoundBrokerService} +02-27 08:34:12.680 505 555 W ActivityManager: Slow operation: 231ms so far, now at startProcess: starting to update pids map +02-27 08:34:12.713 505 555 W ActivityManager: Slow operation: 264ms so far, now at startProcess: done updating pids map +02-27 08:34:12.845 25689 25689 I CarUiInstaller: CarUiInstaller started for com.google.android.permissioncontroller +02-27 08:34:12.875 25745 25745 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. +02-27 08:34:13.337 182 182 I lowmemorykiller: Kill 'com.google.android.tvlauncher' (25708), uid 10048, oom_score_adj 102 to free 62308kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (302%) +02-27 08:34:13.716 322 322 I Zygote : Process 25708 exited due to signal 9 (Killed) +02-27 08:34:14.214 505 505 W Looper : Slow dispatch took 1346ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:34:14.219 505 505 W Looper : Slow delivery took 1340ms main h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=3 +02-27 08:34:14.225 505 542 D CompanionDeviceManagerService: onPackageModified(packageName = com.google.android.tvrecommendations) +02-27 08:34:14.234 20937 20937 V MediaPlayerList: mPackageChangedBroadcastReceiver: action: android.intent.action.PACKAGE_CHANGED +02-27 08:34:14.236 20937 20937 D MediaPlayerList: Name of package changed: com.google.android.tvrecommendations +02-27 08:34:14.236 505 505 W Looper : Drained +02-27 08:34:14.252 25391 25391 D CompatibilityChangeReporter: Compat change id reported: 171228096; UID 10082; state: ENABLED +02-27 08:34:14.285 505 615 I RoleService: Granting default roles... +02-27 08:34:14.290 505 594 W ActivityManager: Slow operation: 61ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:34:14.290 505 594 W ActivityManager: Slow operation: 61ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:34:15.198 505 514 W system_server: Suspending all threads took: 128.397ms +02-27 08:34:15.208 25391 25391 W m.streamflow.t: Verification of void androidx.compose.ui.layout.SubcomposeLayoutKt.SubcomposeLayout(androidx.compose.ui.layout.SubcomposeLayoutState, androidx.compose.ui.Modifier, kotlin.jvm.functions.Function2, androidx.compose.runtime.Composer, int, int) took 779.392ms (366.95 bytecodes/s) (8048B approximate peak alloc) +02-27 08:34:15.257 25745 25753 I gle.android.gm: Background young concurrent copying GC freed 12593(548KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1843KB/25MB, paused 528us,61us total 471.424ms +02-27 08:34:15.607 25526 25526 V cr_Accessibility: [BrowserAccessibilityState.java:196] Enabled accessibility services list updated. +02-27 08:34:16.982 25391 25402 W m.streamflow.t: Suspending all threads took: 128.975ms +02-27 08:34:17.000 25391 25391 W m.streamflow.t: Verification of void androidx.compose.runtime.LeftCompositionCancellationException.() took 229.344ms (39.24 bytecodes/s) (1472B approximate peak alloc) +02-27 08:34:17.305 25391 25402 I m.streamflow.t: Background young concurrent copying GC freed 27942(2172KB) AllocSpace objects, 0(0B) LOS objects, 23% free, 7290KB/9554KB, paused 10.652ms,202.166ms total 1.596s +02-27 08:34:17.806 505 619 W InputDispatcher: Window e29d62c com.streamflow.tv/com.streamflow.tv.MainActivity (server) is unresponsive: e29d62c com.streamflow.tv/com.streamflow.tv.MainActivity (server) is not responding. Waited 5303ms for FocusEvent(hasFocus=true) +02-27 08:34:17.806 505 619 W InputDispatcher: Canceling events for e29d62c com.streamflow.tv/com.streamflow.tv.MainActivity (server) because it is unresponsive +02-27 08:34:18.212 25101 25521 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:34:18.325 25101 25521 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:34:18.450 182 182 I lowmemorykiller: Kill '' (25745), uid 10057, oom_score_adj 500 to free 43580kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (188%) +02-27 08:34:18.585 322 322 I Zygote : Process 25745 exited due to signal 9 (Killed) +02-27 08:34:19.384 182 182 I lowmemorykiller: Kill 'com.google.android.apps.mediashell' (25526), uid 10054, oom_score_adj 0 to free 68504kB rss, 0kB swap; reason: device is in direct reclaim and thrashing (505%) +02-27 08:34:19.410 322 322 I Zygote : Process 25391 exited due to signal 9 (Killed) +02-27 08:34:19.410 322 322 I Zygote : Process 25526 exited due to signal 9 (Killed) +02-27 08:34:19.556 505 505 W Looper : Slow dispatch took 1002ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@4c6bfcd m=0 +02-27 08:34:19.565 505 2621 I WindowManager: WIN DEATH: Window{e29d62c u0 com.streamflow.tv/com.streamflow.tv.MainActivity} +02-27 08:34:19.669 505 505 W Looper : Slow delivery took 5336ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@27c1393 m=0 +02-27 08:34:19.669 505 505 W Looper : Slow dispatch took 113ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@27c1393 m=0 +02-27 08:34:19.672 505 2621 W InputManager-JNI: Input channel object 'e29d62c com.streamflow.tv/com.streamflow.tv.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:34:19.704 505 553 W Searchables: No global search activity found +02-27 08:34:19.716 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:34:19.744 505 514 I system_server: Background young concurrent copying GC freed 1716085(43MB) AllocSpace objects, 0(0B) LOS objects, 0% free, 62MB/62MB, paused 13.630ms,371.268ms total 6.711s +02-27 08:34:19.766 505 516 W System : A resource failed to call release. +02-27 08:34:19.808 25689 25689 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:34:19.814 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:34:19.816 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 08:34:19.816 338 405 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. diff --git a/android-tv/logcat2.txt b/android-tv/logcat2.txt new file mode 100644 index 0000000..7a0ee43 --- /dev/null +++ b/android-tv/logcat2.txt @@ -0,0 +1,2151 @@ +--------- beginning of main +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:42:42.713 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +--------- beginning of system +02-27 08:42:42.714 505 29306 I DropBoxManagerService: add tag=system_app_wtf isTagEnabled=true flags=0x2 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(165)] Presence settings is: 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - display_theme_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - do_not_disturb_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - hdmi_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - night_mode_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - eureka_info_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - preview_program_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - privacy_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - technical_info status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ultrasound_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_eq_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - user_interface_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - wifi_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_trait status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - a11y_display_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - alarm_volume_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - ambient_eq_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - assistant_volume_settings status - 0 +02-27 08:42:42.714 29157 29157 I chromium: [29157:29157:INFO:cast_cloud_settings.cc(239)] Cloud settings: name - auto_software_update_settings status - 0 +02-27 08:42:42.718 29157 29207 I chromium: [29157:29207:INFO:parent_tracker.cc(213)] Now using local address [REDACTED] +02-27 08:42:42.718 29157 29207 I chromium: [29157:29207:INFO:directory_service_impl.cc(536)] This device became root +02-27 08:42:42.718 29157 29207 I chromium: [29157:29207:INFO:parent_tracker.cc(231)] Using multicast TTL 1 +02-27 08:42:42.718 29157 29207 I chromium: [29157:29207:INFO:parent_tracker.cc(277)] Add extra group 224.0.0.250 +02-27 08:42:42.718 29157 29157 I chromium: [29157:29157:INFO:mute_led_als_controller.cc(99)] No COLOR_AND_LIGHT sensor found +02-27 08:42:42.718 29157 29157 I chromium: [29157:29157:INFO:backlight_mitigator.cc(130)] No COLOR_AND_LIGHT sensor found +02-27 08:42:42.719 29157 29267 I chromium: [29157:29267:INFO:grpc_auth_manager_in_process.cc(215)] Initializing Auth. +02-27 08:42:42.719 29157 29267 W chromium: [29157:29267:WARNING:grpc_auth_manager_in_process.cc(220)] Device key not available yet. +02-27 08:42:42.735 29242 29242 I GoogleHttpClient: GMS http client unavailable, use old client +02-27 08:42:42.742 29157 29208 I chromium: [29157:29208:INFO:libupnp_wrapper_async.cc(144)] SSDP server is initialized: root_device_desc_url = http://10.0.2.16:8008/ssdp/device-desc.xml, handle = 1 +02-27 08:42:43.097 29157 29157 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:42:43.144 29157 29157 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:42:43.146 29157 29157 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:42:43.206 29242 29257 I e.process.gapp: Background young concurrent copying GC freed 13394(624KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1922KB/25MB, paused 44.266ms,40us total 190.877ms +02-27 08:42:43.507 505 514 I system_server: Background young concurrent copying GC freed 978508(24MB) AllocSpace objects, 0(0B) LOS objects, 33% free, 25MB/38MB, paused 1.282ms,114us total 350.808ms +02-27 08:42:43.525 29242 29242 I CarUiInstaller: CarUiInstaller started for com.google.android.gsf +02-27 08:42:43.527 29157 29157 I BindingManager: Bound service connected +02-27 08:42:43.530 29157 29157 E cr_ChromecastConfigAndroid: UsageReporting query failed +02-27 08:42:43.546 29157 29281 I chromium: [29157:29281:INFO:mdns_app_filter.cc(1602)] MdnsAppFilter: Done probing. +02-27 08:42:43.626 28345 28421 D EGL_emulation: app_time_stats: avg=14.43ms min=5.95ms max=41.41ms count=50 +02-27 08:42:43.665 29157 29157 D cr_GrpcIpcUidPolicy: [AndroidIpcUidPolicy.java:147] Valid access from com.google.android.apps.mediashell +02-27 08:42:43.665 29157 29157 E cr_GrpcIpcSocketService: Native code not initialized yet. +02-27 08:42:43.665 29157 29157 E GrpcIpcSocketClientImpl: invalid message +02-27 08:42:43.693 29157 29240 E chromium: [29157:29240:ERROR:grpc_ipc_socket_client.cc(76)] Error for usonia-ipc-socket +02-27 08:42:43.693 29157 29240 E chromium: [29157:29240:ERROR:android_grpc_builder.cc(86)] Could not get a socket for binder:com.google.android.apps.mediashell:usonia-ipc-socket +02-27 08:42:43.693 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(618)] GRPC[uri=]: Grpc cannot connect to host {UNDEFINED} +02-27 08:42:43.701 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:43.709 29157 29240 W chromium: [29157:29240:WARNING:grpc_auth_manager_with_grpc_ipc.cc(59)] IPC for Auth.AuthReadyStreaming closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:43.717 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:43.725 29157 29240 W chromium: [29157:29240:WARNING:distributed_service_discovery_with_grpc_ipc.cc(147)] IPC for DistributedServiceDiscovery.AddService closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:43.725 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:43.726 29157 29240 W chromium: [29157:29240:WARNING:distributed_service_discovery_with_grpc_ipc.cc(60)] IPC for DistributedServiceDiscovery.UpdateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:43.726 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:43.726 29157 29240 W chromium: [29157:29240:WARNING:metrics_recorder_with_grpc_ipc.cc(142)] IPC for MetricsRecorder.RecordMetrics closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:43.726 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:43.726 29157 29240 W chromium: [29157:29240:WARNING:synchronous_sound_player_with_grpc_ipc.cc(171)] IPC for SynchronousSoundPlayer.UpdateSound closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:43.726 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:43.729 29157 29240 E chromium: [29157:29240:ERROR:ipc_common.h(444)] Error in fetching local device info: [error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:43.729 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:43.729 29157 29240 W chromium: [29157:29240:WARNING:directory_service_with_grpc_ipc.cc(118)] IPC for DirectoryService.ObserveCommonTime closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:43.729 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:43.729 29157 29240 E chromium: [29157:29240:ERROR:directory_service_with_grpc_ipc.cc(274)] IPC for DirectoryService.UpdateStateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:43.729 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:43.729 29157 29240 E chromium: [29157:29240:ERROR:directory_service_with_grpc_ipc.cc(376)] IPC for DirectoryService.UpdateMessageObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:43.729 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:43.729 29157 29240 I chromium: [29157:29240:INFO:state_manager_with_grpc_ipc.cc(141)] Usonia state changed, state: 1 value: 0 +02-27 08:42:43.729 29157 29240 W chromium: [29157:29240:WARNING:state_manager_with_grpc_ipc.cc(73)] IPC for StateManager.ReceiveStateUpdates closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:43.830 29125 29125 W SystemServiceRegistry: No service published for: contexthub +02-27 08:42:43.968 505 542 W Looper : Slow dispatch took 165ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:42:44.006 29125 29125 E NanoAppLogging: Failed to begin contexthub communication +02-27 08:42:44.027 29125 29125 W Settings: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. +02-27 08:42:44.083 505 542 I ServiceWatcher: [GeofenceProxy] connected to {com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService} +02-27 08:42:44.108 29125 29125 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.usagereporting.service.START dat=chimera-action:com.google.android.gms.usagereporting.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:42:44.108 29125 29125 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.usagereporting.service.START dat=chimera-action:com.google.android.gms.usagereporting.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:42:44.126 29125 29125 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.clearcut.service.START dat=chimera-action:com.google.android.gms.clearcut.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:42:44.126 29125 29125 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.clearcut.service.START dat=chimera-action:com.google.android.gms.clearcut.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:42:44.182 29125 29125 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:42:44.182 29125 29125 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:42:44.196 29125 29140 I FontLog : (REDACTED) Updating from directory version %d to %d from disk +02-27 08:42:44.197 505 542 I ServiceWatcher: [HardwareActivityRecognitionProxy] connected to {com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService} +02-27 08:42:44.223 29125 29140 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:42:44.225 29125 29140 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:42:44.232 505 542 I ServiceWatcher: [network] connected to {com.google.android.gms/com.google.android.location.network.NetworkLocationService} +02-27 08:42:44.245 29125 29125 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.clearcut.service.START pkg=com.google.android.gms } +02-27 08:42:44.246 505 1683 I LocationManagerService: network provider loaded extra attribution tags: [activity_recognition_provider, awareness_provider, current_semantic_location, fused_location_provider, fused_provider_shim, geofencer_provider, network_location_calibration, network_location_provider, network_provider_shim] +02-27 08:42:44.253 29125 29125 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.gmscompliance.service.START dat=chimera-action:com.google.android.gms.gmscompliance.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:42:44.254 29125 29125 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:42:44.254 29125 29125 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START dat=chimera-action:com.google.android.gms.phenotype.service.START cmp=com.google.android.gms/.chimera.PersistentApiService } +02-27 08:42:44.257 29125 29125 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:42:44.257 29125 29125 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.clearcut.service.START dat=chimera-action:com.google.android.gms.clearcut.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:42:44.257 29125 29125 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.usagereporting.service.START dat=chimera-action:com.google.android.gms.usagereporting.service.START cmp=com.google.android.gms/.chimera.PersistentDirectBootAwareApiService } +02-27 08:42:44.258 29125 29125 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 } +02-27 08:42:44.258 29125 29125 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:42:44.258 29125 29125 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:42:44.267 29125 29190 I FontLog : (REDACTED) Using directory in FlatBuffer format +02-27 08:42:44.311 29125 29140 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:42:44.325 29125 29140 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:42:44.629 28345 28421 D EGL_emulation: app_time_stats: avg=15.21ms min=5.88ms max=39.57ms count=51 +02-27 08:42:44.736 29125 29197 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:42:44.761 29157 29240 I chromium: [29157:29240:INFO:grpc_auth_manager_with_grpc_ipc.cc(63)] Connecting IPC for Auth.AuthReadyStreaming. +02-27 08:42:44.785 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver +02-27 08:42:44.785 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:42:44.805 29157 29240 D BindingManager: with +02-27 08:42:44.817 29157 29240 I chromium: [29157:29240:INFO:distributed_service_discovery_with_grpc_ipc.cc(152)] Connecting IPC for DistributedServiceDiscovery.AddService. +02-27 08:42:44.838 29157 29240 I chromium: [29157:29240:INFO:distributed_service_discovery_with_grpc_ipc.cc(66)] Connecting IPC for DistributedServiceDiscovery.UpdateObservers. +02-27 08:42:44.857 29157 29240 I chromium: [29157:29240:INFO:metrics_recorder_with_grpc_ipc.cc(156)] Connecting IPC for MetricsRecorder.RecordMetrics: num_attempts=2 +02-27 08:42:44.857 29157 29240 I chromium: [29157:29240:INFO:synchronous_sound_player_with_grpc_ipc.cc(176)] Connecting IPC for SynchronousSoundPlayer.UpdateSound. +02-27 08:42:44.860 29157 29240 I chromium: [29157:29240:INFO:directory_service_with_grpc_ipc.cc(66)] Connecting IPC for DirectoryService.LocalDeviceInfo. +02-27 08:42:44.860 29157 29240 I chromium: [29157:29240:INFO:directory_service_with_grpc_ipc.cc(123)] Connecting IPC for DirectoryService.ObserveCommonTime. +02-27 08:42:44.860 29157 29240 I chromium: [29157:29240:INFO:directory_service_with_grpc_ipc.cc(279)] Connecting IPC for DirectoryService.UpdateStateObservers. +02-27 08:42:44.865 29157 29240 I chromium: [29157:29240:INFO:directory_service_with_grpc_ipc.cc(381)] Connecting IPC for DirectoryService.UpdateMessageObservers. +02-27 08:42:44.865 29157 29240 I chromium: [29157:29240:INFO:state_manager_with_grpc_ipc.cc(78)] Connecting IPC for StateManager.ReceiveStateUpdates. +02-27 08:42:44.933 29157 29157 D cr_GrpcIpcUidPolicy: [AndroidIpcUidPolicy.java:147] Valid access from com.google.android.apps.mediashell +02-27 08:42:44.933 29157 29157 E cr_GrpcIpcSocketService: Native code not initialized yet. +02-27 08:42:44.933 29157 29157 E GrpcIpcSocketClientImpl: invalid message +02-27 08:42:44.933 29157 29240 E chromium: [29157:29240:ERROR:grpc_ipc_socket_client.cc(76)] Error for usonia-ipc-socket +02-27 08:42:44.933 29157 29240 E chromium: [29157:29240:ERROR:android_grpc_builder.cc(86)] Could not get a socket for binder:com.google.android.apps.mediashell:usonia-ipc-socket +02-27 08:42:44.933 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(618)] GRPC[uri=]: Grpc cannot connect to host {UNDEFINED} +02-27 08:42:44.934 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:44.934 29157 29240 W chromium: [29157:29240:WARNING:grpc_auth_manager_with_grpc_ipc.cc(59)] IPC for Auth.AuthReadyStreaming closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:44.934 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:44.934 29157 29240 W chromium: [29157:29240:WARNING:distributed_service_discovery_with_grpc_ipc.cc(147)] IPC for DistributedServiceDiscovery.AddService closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:44.934 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:44.934 29157 29240 W chromium: [29157:29240:WARNING:distributed_service_discovery_with_grpc_ipc.cc(60)] IPC for DistributedServiceDiscovery.UpdateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:44.934 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:44.934 29157 29240 W chromium: [29157:29240:WARNING:metrics_recorder_with_grpc_ipc.cc(142)] IPC for MetricsRecorder.RecordMetrics closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:44.934 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:44.934 29157 29240 W chromium: [29157:29240:WARNING:synchronous_sound_player_with_grpc_ipc.cc(171)] IPC for SynchronousSoundPlayer.UpdateSound closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:44.934 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:44.934 29157 29240 E chromium: [29157:29240:ERROR:ipc_common.h(444)] Error in fetching local device info: [error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:44.934 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:44.934 29157 29240 W chromium: [29157:29240:WARNING:directory_service_with_grpc_ipc.cc(118)] IPC for DirectoryService.ObserveCommonTime closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:44.934 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:44.934 29157 29240 E chromium: [29157:29240:ERROR:directory_service_with_grpc_ipc.cc(274)] IPC for DirectoryService.UpdateStateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:44.934 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:44.934 29157 29240 E chromium: [29157:29240:ERROR:directory_service_with_grpc_ipc.cc(376)] IPC for DirectoryService.UpdateMessageObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:44.934 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:44.934 29157 29240 W chromium: [29157:29240:WARNING:state_manager_with_grpc_ipc.cc(73)] IPC for StateManager.ReceiveStateUpdates closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:44.949 505 3356 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772156564939 +02-27 08:42:44.957 29125 29125 D CompatibilityChangeReporter: Compat change id reported: 148180766; UID 10057; state: ENABLED +02-27 08:42:44.957 29125 29232 D CompatibilityChangeReporter: Compat change id reported: 150935354; UID 10057; state: ENABLED +02-27 08:42:44.979 29125 29303 I NetworkScheduler: Using standalone scheduling engine [CONTEXT service_id=218 ] +02-27 08:42:45.048 505 1686 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772156564939 +02-27 08:42:45.049 505 1686 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772156564939 +02-27 08:42:45.050 505 1686 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772156564939 +02-27 08:42:45.053 505 514 I system_server: Background young concurrent copying GC freed 985984(24MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 19MB/38MB, paused 5.397ms,33us total 110.104ms +02-27 08:42:45.057 505 1686 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772156564939 +02-27 08:42:45.058 505 1686 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772156564939 +02-27 08:42:45.064 505 1686 W AppOps : Noting op not finished: uid 10057 pkg com.google.android.gms code 113 startTime of in progress event=1772156564939 +02-27 08:42:45.082 29125 29232 W Settings: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. +02-27 08:42:45.235 29125 29232 W SystemServiceRegistry: No service published for: wifirtt +02-27 08:42:45.348 29125 29319 I GCoreUlr: ULR code skipped on unsupported form factor. +02-27 08:42:45.533 29125 29125 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.clearcut.bootcount.service.START dat=chimera-action:com.google.android.gms.clearcut.bootcount.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:42:45.535 29125 29125 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.clearcut.bootcount.service.START dat=chimera-action:com.google.android.gms.clearcut.bootcount.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:42:45.577 505 3356 W ActivityManager: Unable to start service Intent { act=com.google.android.gms.nearby.discovery:ACTION_PERMISSION_CHANGE cmp=com.google.android.gms/.nearby.discovery.service.DiscoveryService } U=0: not found +02-27 08:42:45.644 29157 29281 I chromium: [29157:29281:INFO:mdns_app_filter.cc(1768)] MdnsAppFilter: Done announcing. +02-27 08:42:45.648 28345 28421 D EGL_emulation: app_time_stats: avg=14.09ms min=3.79ms max=38.31ms count=54 +02-27 08:42:45.884 505 514 I system_server: Background young concurrent copying GC freed 973364(24MB) AllocSpace objects, 0(0B) LOS objects, 57% free, 16MB/38MB, paused 85us,83us total 106.552ms +02-27 08:42:45.971 29157 29240 I chromium: [29157:29240:INFO:grpc_auth_manager_with_grpc_ipc.cc(63)] Connecting IPC for Auth.AuthReadyStreaming. +02-27 08:42:45.971 29157 29240 D BindingManager: with +02-27 08:42:45.972 29157 29240 I chromium: [29157:29240:INFO:distributed_service_discovery_with_grpc_ipc.cc(152)] Connecting IPC for DistributedServiceDiscovery.AddService. +02-27 08:42:45.972 29157 29240 I chromium: [29157:29240:INFO:distributed_service_discovery_with_grpc_ipc.cc(66)] Connecting IPC for DistributedServiceDiscovery.UpdateObservers. +02-27 08:42:45.972 29157 29240 I chromium: [29157:29240:INFO:metrics_recorder_with_grpc_ipc.cc(156)] Connecting IPC for MetricsRecorder.RecordMetrics: num_attempts=3 +02-27 08:42:45.972 29157 29240 I chromium: [29157:29240:INFO:synchronous_sound_player_with_grpc_ipc.cc(176)] Connecting IPC for SynchronousSoundPlayer.UpdateSound. +02-27 08:42:45.972 29157 29240 I chromium: [29157:29240:INFO:directory_service_with_grpc_ipc.cc(66)] Connecting IPC for DirectoryService.LocalDeviceInfo. +02-27 08:42:45.972 29157 29240 I chromium: [29157:29240:INFO:directory_service_with_grpc_ipc.cc(123)] Connecting IPC for DirectoryService.ObserveCommonTime. +02-27 08:42:45.972 29157 29240 I chromium: [29157:29240:INFO:directory_service_with_grpc_ipc.cc(279)] Connecting IPC for DirectoryService.UpdateStateObservers. +02-27 08:42:45.972 29157 29240 I chromium: [29157:29240:INFO:directory_service_with_grpc_ipc.cc(381)] Connecting IPC for DirectoryService.UpdateMessageObservers. +02-27 08:42:45.972 29157 29240 I chromium: [29157:29240:INFO:state_manager_with_grpc_ipc.cc(78)] Connecting IPC for StateManager.ReceiveStateUpdates. +02-27 08:42:45.973 29157 29157 D cr_GrpcIpcUidPolicy: [AndroidIpcUidPolicy.java:147] Valid access from com.google.android.apps.mediashell +02-27 08:42:45.973 29157 29157 E cr_GrpcIpcSocketService: Native code not initialized yet. +02-27 08:42:45.973 29157 29157 E GrpcIpcSocketClientImpl: invalid message +02-27 08:42:45.973 29157 29240 E chromium: [29157:29240:ERROR:grpc_ipc_socket_client.cc(76)] Error for usonia-ipc-socket +02-27 08:42:45.973 29157 29240 E chromium: [29157:29240:ERROR:android_grpc_builder.cc(86)] Could not get a socket for binder:com.google.android.apps.mediashell:usonia-ipc-socket +02-27 08:42:45.973 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(618)] GRPC[uri=]: Grpc cannot connect to host {UNDEFINED} +02-27 08:42:45.973 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:45.973 29157 29240 W chromium: [29157:29240:WARNING:grpc_auth_manager_with_grpc_ipc.cc(59)] IPC for Auth.AuthReadyStreaming closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:45.973 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:45.973 29157 29240 W chromium: [29157:29240:WARNING:distributed_service_discovery_with_grpc_ipc.cc(147)] IPC for DistributedServiceDiscovery.AddService closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:45.973 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:45.973 29157 29240 W chromium: [29157:29240:WARNING:distributed_service_discovery_with_grpc_ipc.cc(60)] IPC for DistributedServiceDiscovery.UpdateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:45.973 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:45.973 29157 29240 W chromium: [29157:29240:WARNING:metrics_recorder_with_grpc_ipc.cc(142)] IPC for MetricsRecorder.RecordMetrics closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:45.973 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:45.973 29157 29240 W chromium: [29157:29240:WARNING:synchronous_sound_player_with_grpc_ipc.cc(171)] IPC for SynchronousSoundPlayer.UpdateSound closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:45.973 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:45.973 29157 29240 E chromium: [29157:29240:ERROR:ipc_common.h(444)] Error in fetching local device info: [error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:45.973 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:45.973 29157 29240 W chromium: [29157:29240:WARNING:directory_service_with_grpc_ipc.cc(118)] IPC for DirectoryService.ObserveCommonTime closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:45.973 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:45.973 29157 29240 E chromium: [29157:29240:ERROR:directory_service_with_grpc_ipc.cc(274)] IPC for DirectoryService.UpdateStateObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:45.973 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:45.973 29157 29240 E chromium: [29157:29240:ERROR:directory_service_with_grpc_ipc.cc(376)] IPC for DirectoryService.UpdateMessageObservers closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:45.973 29157 29240 E chromium: [29157:29240:ERROR:grpc_manager_impl.cc(767)] GRPC[uri=]: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:45.973 29157 29240 W chromium: [29157:29240:WARNING:state_manager_with_grpc_ipc.cc(73)] IPC for StateManager.ReceiveStateUpdates closed: status=[error_code=RESOURCE_EXHAUSTED, error_message=Cannot create a channel. Call to binder:com.google.android.apps.mediashell:usonia-ipc-socket ignored.] +02-27 08:42:46.320 6639 6639 I abb : StartCommandInProcess(73657474696e67730067657400676c6f settings.get.glo [truncated]) +02-27 08:42:46.500 505 505 W Binder:505_2: type=1400 audit(0.0:2137): avc: denied { getopt } for scontext=u:r:system_server:s0 tcontext=u:r:shell:s0 tclass=unix_stream_socket permissive=0 +02-27 08:42:46.500 505 505 W Binder:505_2: type=1400 audit(0.0:2138): avc: denied { getopt } for scontext=u:r:system_server:s0 tcontext=u:r:shell:s0 tclass=unix_stream_socket permissive=0 +02-27 08:42:46.500 505 505 W Binder:505_2: type=1400 audit(0.0:2139): avc: denied { getopt } for scontext=u:r:system_server:s0 tcontext=u:r:shell:s0 tclass=unix_stream_socket permissive=0 +02-27 08:42:46.522 6639 6639 I abb : StartCommandInProcess(7061636b61676500696e7374616c6c00 package.install. [truncated]) +02-27 08:42:46.564 505 514 W system_server: Suspending all threads took: 9.923ms +02-27 08:42:46.658 28345 28421 D EGL_emulation: app_time_stats: avg=28.18ms min=5.55ms max=352.04ms count=32 +02-27 08:42:47.121 29157 29240 I chromium: [29157:29240:INFO:grpc_auth_manager_with_grpc_ipc.cc(63)] Connecting IPC for Auth.AuthReadyStreaming. +02-27 08:42:47.194 29157 29240 D BindingManager: with +02-27 08:42:47.245 29157 29240 I chromium: [29157:29240:INFO:distributed_service_discovery_with_grpc_ipc.cc(152)] Connecting IPC for DistributedServiceDiscovery.AddService. +02-27 08:42:47.251 29157 29240 I chromium: [29157:29240:INFO:distributed_service_discovery_with_grpc_ipc.cc(66)] Connecting IPC for DistributedServiceDiscovery.UpdateObservers. +02-27 08:42:47.272 29157 29240 I chromium: [29157:29240:INFO:metrics_recorder_with_grpc_ipc.cc(156)] Connecting IPC for MetricsRecorder.RecordMetrics: num_attempts=4 +02-27 08:42:47.272 29157 29240 I chromium: [29157:29240:INFO:synchronous_sound_player_with_grpc_ipc.cc(176)] Connecting IPC for SynchronousSoundPlayer.UpdateSound. +02-27 08:42:47.272 29157 29240 I chromium: [29157:29240:INFO:directory_service_with_grpc_ipc.cc(66)] Connecting IPC for DirectoryService.LocalDeviceInfo. +02-27 08:42:47.272 29157 29240 I chromium: [29157:29240:INFO:directory_service_with_grpc_ipc.cc(123)] Connecting IPC for DirectoryService.ObserveCommonTime. +02-27 08:42:47.272 29157 29240 I chromium: [29157:29240:INFO:directory_service_with_grpc_ipc.cc(279)] Connecting IPC for DirectoryService.UpdateStateObservers. +02-27 08:42:47.272 29157 29240 I chromium: [29157:29240:INFO:directory_service_with_grpc_ipc.cc(381)] Connecting IPC for DirectoryService.UpdateMessageObservers. +02-27 08:42:47.273 29157 29240 I chromium: [29157:29240:INFO:state_manager_with_grpc_ipc.cc(78)] Connecting IPC for StateManager.ReceiveStateUpdates. +02-27 08:42:47.315 505 505 W Looper : Slow dispatch took 359ms main h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@50e9aa6 m=0 +02-27 08:42:47.462 505 514 I system_server: Background young concurrent copying GC freed 1017870(25MB) AllocSpace objects, 0(0B) LOS objects, 0% free, 44MB/44MB, paused 1.801ms,15.174ms total 1.045s +02-27 08:42:47.485 29157 29207 I chromium: [29157:29207:INFO:connectivity_checker_impl.cc(158)] Change check url=http://connectivitycheck.gstatic.com/generate_204 +02-27 08:42:47.485 29157 29207 I chromium: [29157:29207:INFO:connectivity_checker_impl.cc(162)] Global connection is: Up +02-27 08:42:47.511 29157 29157 D cr_GrpcIpcUidPolicy: [AndroidIpcUidPolicy.java:147] Valid access from com.google.android.apps.mediashell +02-27 08:42:47.512 29157 29157 E cr_GrpcIpcSocketService: Native code not initialized yet. +02-27 08:42:47.520 29157 29266 I chromium: [29157:29266:INFO:setup_state.cc(263)] Setup state changed: SETUP_STATE_CHECKING_GLOBAL_CONNECTIVITY (50) -> SETUP_STATE_CONNECTED (60) +02-27 08:42:47.522 29157 29267 I chromium: [29157:29267:INFO:structure_info_from_trusted_devices_update_trigger_impl.cc(209)] Triggering Usonia trusted devices first ever fetch. +02-27 08:42:47.522 29157 29267 I chromium: [29157:29267:INFO:structure_info_from_trusted_devices.cc(635)] Skip writing fetch in progress since value didn't change: 1 +02-27 08:42:47.522 29157 29267 I chromium: [29157:29267:INFO:structure_info_from_trusted_devices.cc(502)] Getting trusted devices from cloud, num_in_flight_requests = 1 +02-27 08:42:47.526 29157 29157 I chromium: [29157:29157:INFO:lycra_gcm_impl.cc(116)] Registering GCM handler. +02-27 08:42:47.527 29157 29266 W libc : Access denied finding property "ro.odm.cast.ssid_suffix" +02-27 08:42:47.532 29157 29266 I chromium: [29157:29266:INFO:setup_manager_impl.cc(1128)] Setup discoverability is disabled +02-27 08:42:47.538 29157 29206 I chromium: [29157:29206:INFO:hotspot_manager.cc(219)] Stop: id=1 +02-27 08:42:47.562 182 182 I lowmemorykiller: Kill 'com.google.android.gms.unstable' (29088), uid 10057, oom_score_adj 905 to free 47496kB rss, 0kB swap; reason: min watermark is breached and thrashing (117%) +02-27 08:42:47.586 505 1686 I ActivityManager: Process com.google.android.gms.unstable (pid 29088) has died: cch+5 CEM +02-27 08:42:47.592 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 29088 in 0ms +02-27 08:42:47.594 322 322 I Zygote : Process 29088 exited due to signal 9 (Killed) +02-27 08:42:47.610 182 182 I lowmemorykiller: Kill 'com.google.android.apps.mediashell' (29157), uid 10054, oom_score_adj 500 to free 89632kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:42:47.641 322 322 I Zygote : Process 29157 exited due to signal 9 (Killed) +02-27 08:42:47.657 505 890 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10054/29157, android.os.BinderProxy@a516e44) +02-27 08:42:47.657 505 2673 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10054/29157, android.os.BinderProxy@dcdb2d) +02-27 08:42:47.661 505 1698 E WifiMulticastLockManager: Multicaster binderDied +02-27 08:42:47.669 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=381, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10054 RequestorUid: 10054 RequestorPkg: com.google.android.apps.mediashell] ] (release request) +02-27 08:42:47.685 505 2113 I ActivityManager: Process com.google.android.apps.mediashell (pid 29157) has died: svcb SVC +02-27 08:42:47.686 505 556 I libprocessgroup: Successfully killed process cgroup uid 10054 pid 29157 in 0ms +02-27 08:42:47.691 505 2113 W ActivityManager: Scheduling restart of crashed service com.google.android.apps.mediashell/.MediaShellCastReceiverService in 161460ms for start-requested +02-27 08:42:47.725 28345 28421 D EGL_emulation: app_time_stats: avg=18.00ms min=5.63ms max=71.24ms count=48 +02-27 08:42:47.762 29125 29125 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.usagereporting.service.START pkg=com.google.android.gms } +02-27 08:42:48.512 505 505 W Binder:505_2: type=1400 audit(0.0:2140): avc: denied { getopt } for scontext=u:r:system_server:s0 tcontext=u:r:shell:s0 tclass=unix_stream_socket permissive=0 +02-27 08:42:48.613 505 514 I system_server: Background concurrent copying GC freed 1870817(47MB) AllocSpace objects, 4(112KB) LOS objects, 37% free, 39MB/63MB, paused 14.773ms,40us total 1.127s +02-27 08:42:48.730 28345 28421 D EGL_emulation: app_time_stats: avg=14.42ms min=4.18ms max=54.51ms count=50 +02-27 08:42:48.926 505 554 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:42:48.932 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:42:48.932 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:42:48.932 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:42:48.932 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:42:48.932 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:42:48.951 322 322 D Zygote : Forked child process 29349 +02-27 08:42:48.953 505 555 I ActivityManager: Start proc 29349:com.android.vending/u0a58 for broadcast {com.android.vending/com.google.android.finsky.verifier.impl.PackageVerificationReceiver} +02-27 08:42:49.045 505 626 W RuleEvaluation: Integrity rule files are not available. +02-27 08:42:49.062 505 575 I PackageManager: Integrity check passed for file:///data/app/vmdl1218702828.tmp +02-27 08:42:49.084 29349 29349 E android.vendin: Not starting debugger since process cannot load the jdwp agent. +02-27 08:42:49.144 505 1686 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10058; state: DISABLED +02-27 08:42:49.190 29349 29349 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:42:49.375 29349 29349 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:42:49.631 29349 29349 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:42:49.631 29349 29349 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:42:49.634 29349 29349 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:42:49.641 29349 29349 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:42:49.730 28345 28421 D EGL_emulation: app_time_stats: avg=9.33ms min=4.57ms max=25.13ms count=59 +02-27 08:42:50.074 29349 29349 I Finsky : [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:42:50.303 505 514 W system_server: Suspending all threads took: 7.430ms +02-27 08:42:50.545 505 543 W Looper : Slow dispatch took 267ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68 +02-27 08:42:50.545 505 543 W Looper : Slow delivery took 255ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:42:50.563 505 543 W Looper : Drained +02-27 08:42:50.574 505 514 I system_server: Background young concurrent copying GC freed 1023686(25MB) AllocSpace objects, 0(0B) LOS objects, 34% free, 25MB/38MB, paused 10.778ms,7.812ms total 441.733ms +02-27 08:42:50.732 28345 28421 D EGL_emulation: app_time_stats: avg=9.04ms min=4.75ms max=20.15ms count=60 +02-27 08:42:50.744 29349 29370 I Finsky : [49] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 08:42:50.793 29349 29370 I Finsky : [49] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 08:42:51.032 505 514 W system_server: Suspending all threads took: 9.715ms +02-27 08:42:51.384 29349 29357 W android.vendin: Suspending all threads took: 5.539ms +02-27 08:42:51.489 505 514 I system_server: Background young concurrent copying GC freed 988225(24MB) AllocSpace objects, 0(0B) LOS objects, 39% free, 23MB/38MB, paused 317us,34.075ms total 672.443ms +02-27 08:42:51.666 29349 29349 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:42:51.724 29349 29349 I Finsky : [2] mre.(3): Resetting scheduler db +02-27 08:42:51.748 28345 28421 D EGL_emulation: app_time_stats: avg=13.74ms min=4.31ms max=56.73ms count=49 +02-27 08:42:51.812 182 182 I lowmemorykiller: Kill 'com.google.process.gapps' (29242), uid 10057, oom_score_adj 700 to free 47988kB rss, 0kB swap; reason: min watermark is breached and thrashing (109%) +02-27 08:42:51.820 29349 29367 W Finsky : [46] ehz.d(18): For unauth, use getDfeApiNonAuthenticated() instead! +02-27 08:42:51.838 182 182 I lowmemorykiller: Kill 'com.google.android.gms' (28983), uid 10057, oom_score_adj 500 to free 52468kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:42:51.840 322 322 I Zygote : Process 29242 exited due to signal 9 (Killed) +02-27 08:42:51.866 29349 29368 I Finsky : [47] kvx.(3): PackageMonitorReceiverImpl - Registering in memory receiver for android.intent.action.PACKAGE_ADDED and android.intent.action.PACKAGE_REMOVED +02-27 08:42:51.870 322 322 I Zygote : Process 28983 exited due to signal 9 (Killed) +02-27 08:42:51.888 182 182 I lowmemorykiller: Kill 'com.google.android.gms.persistent' (29125), uid 10057, oom_score_adj 100 to free 78336kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:42:51.933 322 322 I Zygote : Process 29125 exited due to signal 9 (Killed) +02-27 08:42:51.964 505 1684 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10057/29125, android.os.BinderProxy@66a8fc2) +02-27 08:42:51.966 505 2259 I ActivityManager: Process com.google.android.gms (pid 28983) has died: svc SVC +02-27 08:42:51.968 505 542 I ServiceWatcher: [GeocoderProxy] disconnected from 10057/com.google.android.gms/.location.geocode.GeocodeService@2 +02-27 08:42:51.968 505 542 I ServiceWatcher: [fused] disconnected from 10057/com.google.android.gms/com.google.android.location.fused.FusedLocationService@1 +02-27 08:42:51.970 505 542 I ServiceWatcher: [HardwareActivityRecognitionProxy] disconnected from 10057/com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService@1 +02-27 08:42:51.988 505 542 I ServiceWatcher: [GeofenceProxy] disconnected from 10057/com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService@1 +02-27 08:42:51.988 505 542 I ServiceWatcher: [network] disconnected from 10057/com.google.android.gms/com.google.android.location.network.NetworkLocationService@2 +02-27 08:42:52.017 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 28983 in 0ms +02-27 08:42:52.025 29349 29367 I Finsky : [46] pyq.a(1): Warm data store was already initialized. +02-27 08:42:52.041 505 2259 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsIntentOperationService in 1000ms for start-requested +02-27 08:42:52.047 505 514 W system_server: Suspending all threads took: 6.076ms +02-27 08:42:52.066 505 514 I system_server: Background young concurrent copying GC freed 1038127(25MB) AllocSpace objects, 0(0B) LOS objects, 57% free, 16MB/38MB, paused 92us,6.172ms total 281.618ms +02-27 08:42:52.081 505 1683 I ActivityManager: Process com.google.process.gapps (pid 29242) has died: prev LAST +02-27 08:42:52.082 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 29242 in 0ms +02-27 08:42:52.096 505 1395 I ActivityManager: Process com.google.android.gms.persistent (pid 29125) has died: vis BTOP +02-27 08:42:52.096 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 29125 in 0ms +02-27 08:42:52.097 29349 29373 I Finsky : [52] nlv.run(10): SysCUA: Set {com.android.vending/com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity} enabled state to 0 +02-27 08:42:52.098 505 1395 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentApiService in 30094ms for connection +02-27 08:42:52.098 505 1395 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.location.geocode.GeocodeService in 167053ms for connection +02-27 08:42:52.098 505 1395 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.gcm.GcmService in 187700ms for start-requested +02-27 08:42:52.098 505 1395 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentBoundBrokerService in 40094ms for connection +02-27 08:42:52.098 505 1395 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.fused.FusedLocationService in 251756ms for connection +02-27 08:42:52.098 505 1395 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService in 291756ms for start-requested +02-27 08:42:52.099 505 1395 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService in 331756ms for start-requested +02-27 08:42:52.099 505 1395 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentDirectBootAwareApiService in 50093ms for connection +02-27 08:42:52.099 505 1395 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService in 411756ms for connection +02-27 08:42:52.099 505 1395 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.network.NetworkLocationService in 519588ms for connection +02-27 08:42:52.099 505 1395 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentIntentOperationService in 60093ms for start-requested +02-27 08:42:52.134 29349 29379 I Finsky : [58] mar.accept(5): SCH: Scheduling phonesky job Id: 1-1337, CT: 1772153180986, Constraints: [{ L: 43188056, D: 86388056, C: 1, I: 1, N: 1 }] +02-27 08:42:52.137 29349 29379 I Finsky : [58] mar.accept(5): SCH: Scheduling phonesky job Id: 3-8, CT: 1772154257194, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }] +02-27 08:42:52.138 29349 29379 I Finsky : [58] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:42:52.139 29349 29379 I Finsky : [58] mar.accept(5): SCH: Scheduling phonesky job Id: 12-1, CT: 1772155985069, Constraints: [{ L: 15000, D: 86400000, C: 1, I: 1, N: 1 }] +02-27 08:42:52.140 29349 29379 I Finsky : [58] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772154157659, Constraints: [{ L: 43200000, D: 44100000, C: 1, I: 1, N: 0 }] +02-27 08:42:52.140 29349 29379 I Finsky : [58] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772155977462, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 08:42:52.158 29349 29380 W android.vendin: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:42:52.158 29349 29380 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:42:52.190 505 553 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:42:52.190 505 553 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:42:52.190 505 553 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:42:52.190 505 553 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:42:52.198 29349 29373 W Finsky : [52] hne.run(49): HibernationActivity not found +02-27 08:42:52.202 29349 29367 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 08:42:52.208 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:42:52.229 322 322 D Zygote : Forked child process 29389 +02-27 08:42:52.240 505 555 W ActivityManager: Slow operation: 66ms so far, now at startProcess: returned from zygote! +02-27 08:42:52.240 505 555 W ActivityManager: Slow operation: 67ms so far, now at startProcess: done updating battery stats +02-27 08:42:52.246 505 555 W ActivityManager: Slow operation: 73ms so far, now at startProcess: building log message +02-27 08:42:52.246 505 555 I ActivityManager: Start proc 29389:com.google.android.gms.persistent/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.PersistentBoundBrokerService} +02-27 08:42:52.246 505 555 W ActivityManager: Slow operation: 73ms so far, now at startProcess: starting to update pids map +02-27 08:42:52.246 505 555 W ActivityManager: Slow operation: 73ms so far, now at startProcess: done updating pids map +02-27 08:42:52.205 29349 29380 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:42:52.246 29349 29367 I Finsky : [46] kmj.i(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileMaximum +02-27 08:42:52.247 29349 29367 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. +02-27 08:42:52.250 29349 29367 I Finsky : [46] kmj.h(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileRecommended +02-27 08:42:52.263 29349 29368 I Finsky : [47] pyr.a(1): Warm data store was already initialized. +02-27 08:42:52.314 29349 29367 I Finsky : [46] vbw.c(2): registerListener +02-27 08:42:52.349 29349 29367 I Finsky : [46] vbw.c(2): registerListener +02-27 08:42:52.392 29389 29389 E .gms.persisten: Not starting debugger since process cannot load the jdwp agent. +02-27 08:42:52.403 29349 29367 I Finsky : [46] jrs.m(5): Enqueuing libraries load for 0 +02-27 08:42:52.412 29349 29373 I Finsky : [52] jrs.t(1): Starting libraries load for 0 +02-27 08:42:52.432 29349 29373 I Finsky : [52] jrs.t(23): Finished loading 0 libraries. +02-27 08:42:52.450 29349 29367 I Finsky : [46] gcv.j(3): Subscription detail: N/A +02-27 08:42:52.471 29349 29367 I Finsky : [46] qfs.s(2): Setup app restrictions monitor +02-27 08:42:52.497 505 890 W ActivityManager: Slow operation: 55ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:42:52.499 29389 29389 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:42:52.514 29349 29367 I Finsky : [46] qlg.a(3): Device wide unknown source restriction is changed. +02-27 08:42:52.533 29349 29368 I Finsky : [47] pyq.a(1): Warm data store was already initialized. +02-27 08:42:52.533 29349 29368 I Finsky : [47] pyr.a(1): Warm data store was already initialized. +02-27 08:42:52.548 505 553 E PackageManager: Optimistic bind failed. +02-27 08:42:52.548 505 553 E PackageManager: java.util.concurrent.TimeoutException: [Optimistic Bind] Didn't bind to resolver in time! +02-27 08:42:52.548 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.waitForBindLocked(InstantAppResolverConnection.java:160) +02-27 08:42:52.548 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.bind(InstantAppResolverConnection.java:225) +02-27 08:42:52.548 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.lambda$optimisticBind$0$InstantAppResolverConnection(InstantAppResolverConnection.java:255) +02-27 08:42:52.548 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection$$ExternalSyntheticLambda0.run(Unknown Source:2) +02-27 08:42:52.548 505 553 E PackageManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:42:52.548 505 553 E PackageManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:42:52.548 505 553 E PackageManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:42:52.548 505 553 E PackageManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:42:52.548 505 553 E PackageManager: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:42:52.556 29349 29370 I Finsky : [49] nvc.(2): Item store provider started. +02-27 08:42:52.584 29349 29379 I Finsky : [58] mqf.apply(81): SCH: Scheduling 2 system job(s) +02-27 08:42:52.585 29349 29379 I Finsky : [58] mqf.apply(87): SCH: Scheduling system job Id: 9214, L: 0, D: 82996458, C: false, I: false, N: 1 +02-27 08:42:52.598 505 1683 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:42:52.599 505 1683 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:42:52.599 505 1683 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:42:52.600 505 1683 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:42:52.601 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:42:52.606 29349 29379 I Finsky : [58] mqf.apply(87): SCH: Scheduling system job Id: 9383, L: 0, D: 0, C: false, I: false, N: 0 +02-27 08:42:52.608 322 322 D Zygote : Forked child process 29432 +02-27 08:42:52.609 505 555 I ActivityManager: Start proc 29432:com.google.process.gapps/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider} +02-27 08:42:52.646 29349 29349 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 10 +02-27 08:42:52.652 29432 29432 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. +02-27 08:42:52.664 29349 29349 I Finsky : [2] qdj.c(8): VerifyApps:, Install-time verification requested for package com.streamflow.tv, id = 3 +02-27 08:42:52.686 29349 29349 I Finsky : [2] jyp.onTrimMemory(1): Memory trim requested to level 10 +02-27 08:42:52.714 29349 29349 I Finsky : [2] iki.D(3): Installer: Attempting to start installer +02-27 08:42:52.723 29349 29349 I Finsky : [2] vbw.c(2): registerListener +02-27 08:42:52.728 29349 29349 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:42:52.729 29349 29349 I Finsky : [2] pyr.a(1): Warm data store was already initialized. +02-27 08:42:52.729 29349 29349 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:42:52.740 29349 29349 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:42:52.740 29349 29349 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:42:52.742 29349 29349 I Finsky : [2] ird.(18): Initializing pausers from value store. +02-27 08:42:52.742 29349 29349 I Finsky : [2] ird.(21): Get the following callers from value store []. +02-27 08:42:52.760 29432 29432 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:42:52.768 28345 28421 D EGL_emulation: app_time_stats: avg=14.79ms min=5.55ms max=55.78ms count=52 +02-27 08:42:52.800 29349 29452 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. +02-27 08:42:52.809 29389 29389 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:42:52.909 29432 29432 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:42:52.910 29432 29432 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:42:52.913 29432 29432 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:42:52.914 29432 29432 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:42:53.018 29432 29432 I GoogleHttpClient: GMS http client unavailable, use old client +02-27 08:42:53.027 29389 29389 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:42:53.028 29389 29389 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:42:53.029 29389 29389 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:42:53.035 505 514 I system_server: Background young concurrent copying GC freed 961975(24MB) AllocSpace objects, 0(0B) LOS objects, 55% free, 17MB/38MB, paused 180us,61us total 105.832ms +02-27 08:42:53.038 29389 29389 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:42:53.038 29432 29432 I CarUiInstaller: CarUiInstaller started for com.google.android.gsf +02-27 08:42:53.044 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:42:53.044 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:42:53.044 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:42:53.044 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:42:53.045 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:42:53.050 322 322 D Zygote : Forked child process 29457 +02-27 08:42:53.052 505 555 I ActivityManager: Start proc 29457:com.google.android.gms/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.GmsIntentOperationService} +02-27 08:42:53.071 29457 29457 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. +02-27 08:42:53.121 29457 29457 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:42:53.130 29349 29370 I Finsky : [49] nvc.r(6): Created new item store. +02-27 08:42:53.140 29349 29349 E Finsky : [2] VerifyPerSourceInstallationConsentInstallTask.d(2): Package name null is not an installed package +02-27 08:42:53.152 29349 29349 I Finsky : [2] iki.T(1): Installer: Installer kick - no action, not running yet +02-27 08:42:53.157 29457 29457 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:42:53.161 29349 29370 I Finsky : [49] qle.a(7): Single user settings service is not running, bind it now +02-27 08:42:53.176 29349 29349 I Finsky : [2] msm.onStartJob(3): SCH: job service start with id 9214. +02-27 08:42:53.182 29349 29349 I Finsky : [2] msm.onStartJob(3): SCH: job service start with id 9383. +02-27 08:42:53.190 29349 29349 I Finsky : [2] iiz.onServiceConnected(7): Single user settings service is connected +02-27 08:42:53.200 29349 29450 I Finsky : [83] heg.g(1): getDownloads() +02-27 08:42:53.212 29349 29370 W Settings: Setting install_non_market_apps has moved from android.provider.Settings.Global to android.provider.Settings.Secure, returning read-only value. +02-27 08:42:53.215 29457 29457 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:42:53.215 29457 29457 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:42:53.224 29457 29457 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:42:53.226 29457 29457 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:42:53.246 505 1683 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:42:53.246 505 1683 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:42:53.246 505 1683 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:42:53.246 505 1683 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:42:53.246 505 1683 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:42:53.247 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:42:53.254 322 322 D Zygote : Forked child process 29483 +02-27 08:42:53.254 505 555 I ActivityManager: Start proc 29483:com.android.vending:background/u0a58 for service {com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService} +02-27 08:42:53.277 29483 29483 E ding:backgroun: Not starting debugger since process cannot load the jdwp agent. +02-27 08:42:53.316 29483 29483 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:42:53.760 29483 29483 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:42:53.783 28345 28421 D EGL_emulation: app_time_stats: avg=11.44ms min=5.48ms max=27.31ms count=58 +02-27 08:42:53.821 29349 29375 I Finsky : [54] mnx.a(27): SCH: Satisfied jobs for 9214 are: 12-1 +02-27 08:42:53.906 29349 29501 I Finsky : [92] mrk.accept(52): SCH: Job 12-1 starting +02-27 08:42:54.014 29349 29349 I Finsky : [2] ContentSyncJob.v(1): [ContentSync] job started +02-27 08:42:54.123 505 514 W system_server: Suspending all threads took: 17.395ms +02-27 08:42:54.509 29483 29483 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:42:54.512 29483 29483 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:42:54.532 505 514 I system_server: Background young concurrent copying GC freed 1036215(26MB) AllocSpace objects, 0(0B) LOS objects, 35% free, 25MB/38MB, paused 215us,17.831ms total 663.266ms +02-27 08:42:54.537 29389 29420 I .gms.persisten: Background young concurrent copying GC freed 14686(789KB) AllocSpace objects, 2(40KB) LOS objects, 91% free, 2186KB/26MB, paused 40us,33us total 232.568ms +02-27 08:42:54.574 29483 29483 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:42:54.622 29483 29483 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:42:54.788 28345 28421 D EGL_emulation: app_time_stats: avg=11.38ms min=4.64ms max=30.05ms count=58 +02-27 08:42:54.909 29483 29483 I Finsky:background: [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:42:54.996 505 514 W system_server: Suspending all threads took: 12.557ms +02-27 08:42:55.210 505 514 I system_server: Background young concurrent copying GC freed 1015753(25MB) AllocSpace objects, 0(0B) LOS objects, 33% free, 25MB/38MB, paused 13.553ms,12.797ms total 336.717ms +02-27 08:42:55.350 29457 29457 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:42:55.364 29457 29457 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:42:55.364 29457 29457 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:42:55.410 29483 29483 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08]. +02-27 08:42:55.436 29483 29483 I Finsky:background: [2] lzw.l(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno]. +02-27 08:42:55.462 29483 29483 I Finsky:background: [2] jjo.onCreate(2): IPC-SERVER: Starting gRPC host service... +02-27 08:42:55.512 29457 29457 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:42:55.588 29457 29457 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:42:55.691 505 2259 D ConnectivityService: requestNetwork for uid/pid:10058/29483 activeRequest: null callbackRequest: 383 [NetworkRequest [ REQUEST id=384, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ]] callback flags: 0 priority: 2147483647 +02-27 08:42:55.693 505 709 D ConnectivityService: NetReassign [384 : null → 101] +02-27 08:42:55.695 29457 29457 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:42:55.696 29457 29515 I GMS_MM_Logger: Started. +02-27 08:42:55.702 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=384, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 08:42:55.702 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=384, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 08:42:55.702 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=384, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] +02-27 08:42:55.708 29457 29514 I Watchcat: Started +02-27 08:42:55.794 28345 28421 D EGL_emulation: app_time_stats: avg=9.42ms min=4.06ms max=21.41ms count=60 +02-27 08:42:55.837 29483 29523 I Finsky:background: [49] hbv.f(1): getDownloads() +02-27 08:42:56.798 505 514 I system_server: Background young concurrent copying GC freed 1032820(25MB) AllocSpace objects, 0(0B) LOS objects, 47% free, 20MB/38MB, paused 2.070ms,1.289ms total 202.370ms +02-27 08:42:56.811 28345 28421 D EGL_emulation: app_time_stats: avg=11.06ms min=3.99ms max=110.11ms count=54 +02-27 08:42:57.180 29483 29483 I Finsky:background: [2] jyp.onTrimMemory(1): Memory trim requested to level 5 +02-27 08:42:57.813 28345 28421 D EGL_emulation: app_time_stats: avg=7.27ms min=3.89ms max=39.82ms count=58 +02-27 08:42:58.646 29349 29373 I Finsky : [52] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772156570829, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 08:42:58.809 29349 29373 I Finsky : [52] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 08:42:58.815 28345 28421 D EGL_emulation: app_time_stats: avg=10.65ms min=4.37ms max=53.96ms count=54 +02-27 08:42:58.858 29349 29373 I Finsky : [52] heg.g(1): getDownloads() +02-27 08:42:58.860 505 514 I system_server: Background young concurrent copying GC freed 968792(24MB) AllocSpace objects, 1(36KB) LOS objects, 60% free, 15MB/38MB, paused 61us,42us total 137.334ms +02-27 08:42:58.874 29349 29377 I Finsky : [56] mar.accept(5): SCH: Scheduling phonesky job Id: 10-4, CT: 1772153180495, Constraints: [{ L: 1200000, D: 86400000, C: 1, I: 1, N: 0 }] +02-27 08:42:58.874 29349 29377 I Finsky : [56] mar.accept(5): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1772154157659, Constraints: [{ L: 43200000, D: 44100000, C: 1, I: 1, N: 0 }] +02-27 08:42:58.874 29349 29377 I Finsky : [56] mar.accept(5): SCH: Scheduling phonesky job Id: 29-29, CT: 1772156570829, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }] +02-27 08:42:58.874 29483 29523 I Finsky:background: [49] hbv.f(1): getDownloads() +02-27 08:42:58.876 505 2259 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10027; state: DISABLED +02-27 08:42:58.876 505 2259 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10027; state: DISABLED +02-27 08:42:58.876 505 2259 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10027; state: DISABLED +02-27 08:42:58.876 505 2259 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10027; state: ENABLED +02-27 08:42:58.878 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10027; state: ENABLED +02-27 08:42:58.909 322 322 D Zygote : Forked child process 29527 +02-27 08:42:58.925 505 555 I ActivityManager: Start proc 29527:android.process.media/u0a27 for content provider {com.android.providers.downloads/com.android.providers.downloads.DownloadProvider} +02-27 08:42:58.925 505 555 W ActivityManager: Slow operation: 51ms so far, now at startProcess: starting to update pids map +02-27 08:42:58.929 505 555 W ActivityManager: Slow operation: 55ms so far, now at startProcess: done updating pids map +02-27 08:42:58.964 29349 29373 I Finsky : [52] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 08:42:58.965 29349 29373 I Finsky : [52] mqf.apply(87): SCH: Scheduling system job Id: 9390, L: 0, D: 51865, C: false, I: false, N: 0 +02-27 08:42:59.110 29527 29527 E d.process.medi: Not starting debugger since process cannot load the jdwp agent. +02-27 08:42:59.149 29349 29501 I Finsky : [92] msm.a(16): SCH: job service finished with id 9383. +02-27 08:42:59.165 29349 29349 I Finsky : [2] msm.onStartJob(3): SCH: job service start with id 9390. +02-27 08:42:59.214 505 1395 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10027; state: DISABLED +02-27 08:42:59.348 505 1395 W ActivityManager: Slow operation: 138ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:42:59.403 505 1395 W ActivityManager: Slow operation: 193ms so far, now at attachApplicationLocked: after updateOomAdjLocked +02-27 08:42:59.494 505 543 W Looper : Slow dispatch took 139ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:42:59.530 29527 29527 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10027; state: ENABLED +02-27 08:42:59.558 29349 29357 W android.vendin: Suspending all threads took: 97.491ms +02-27 08:42:59.633 505 505 W Looper : Slow dispatch took 230ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:42:59.633 505 505 W Looper : Slow delivery took 208ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=6 +02-27 08:42:59.894 28345 28421 D EGL_emulation: app_time_stats: avg=20.84ms min=7.49ms max=80.47ms count=43 +02-27 08:43:00.101 505 505 W Looper : Drained +02-27 08:43:00.372 29349 29357 I android.vendin: Background concurrent copying GC freed 71478(5156KB) AllocSpace objects, 17(404KB) LOS objects, 49% free, 7314KB/14MB, paused 130us,152.632ms total 1.484s +02-27 08:43:00.425 29349 29375 I Finsky : [54] mnx.a(27): SCH: Satisfied jobs for 9390 are: 10-4 +02-27 08:43:00.505 29389 29389 I Safeboot: Checking safeboot... +02-27 08:43:00.902 28345 28421 D EGL_emulation: app_time_stats: avg=33.93ms min=6.06ms max=240.67ms count=26 +02-27 08:43:01.200 182 182 I lowmemorykiller: Kill 'com.google.process.gapps' (29432), uid 10057, oom_score_adj 700 to free 50504kB rss, 0kB swap; reason: min watermark is breached and thrashing (103%) +02-27 08:43:01.213 182 182 I lowmemorykiller: Kill 'com.android.vending:background' (29483), uid 10058, oom_score_adj 100 to free 60392kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:43:01.228 505 2259 I ActivityManager: Process com.google.process.gapps (pid 29432) has died: prev LAST +02-27 08:43:01.230 322 322 I Zygote : Process 29432 exited due to signal 9 (Killed) +02-27 08:43:01.232 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 29432 in 0ms +02-27 08:43:01.256 505 2673 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10058/29483, android.os.BinderProxy@ccc1692) +02-27 08:43:01.257 322 322 I Zygote : Process 29483 exited due to signal 9 (Killed) +02-27 08:43:01.270 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=384, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10058 RequestorUid: 10058 RequestorPkg: com.android.vending] ] (release request) +02-27 08:43:01.285 182 182 I lowmemorykiller: Kill 'com.google.android.tvlauncher' (28345), uid 10048, oom_score_adj 0 to free 114724kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:43:01.292 505 514 I system_server: Background young concurrent copying GC freed 991221(24MB) AllocSpace objects, 0(0B) LOS objects, 0% free, 38MB/38MB, paused 11.153ms,194us total 1.166s +02-27 08:43:01.324 505 1683 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/28345, android.os.BinderProxy@8b24863) +02-27 08:43:01.326 505 2908 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/28345, android.os.BinderProxy@5892c60) +02-27 08:43:01.328 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=372, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:43:01.328 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=374, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:43:01.329 322 322 I Zygote : Process 28345 exited due to signal 9 (Killed) +02-27 08:43:01.332 505 1925 I WindowManager: WIN DEATH: Window{4da924c u0 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:43:01.350 29527 29527 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.downloads' set to: 'default' +02-27 08:43:01.350 29527 29527 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:43:01.380 505 1925 W InputManager-JNI: Input channel object '4da924c com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:43:01.385 29527 29527 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:01.413 29527 29527 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:01.484 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:43:01.488 360 360 E BpTransactionCompletedListener: Failed to transact (-32) +02-27 08:43:01.492 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:43:01.494 29389 29389 I FixerFramework: Installing ProviderInstaller. +02-27 08:43:01.503 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:43:01.530 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 29483 in 0ms +02-27 08:43:01.531 505 1395 I ActivityManager: Process com.android.vending:background (pid 29483) has died: vis BFGS +02-27 08:43:01.540 505 1395 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService in 20654ms for connection +02-27 08:43:01.546 505 2251 I ActivityManager: Process com.google.android.tvlauncher (pid 28345) has died: fg TOP +02-27 08:43:01.546 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 28345 in 0ms +02-27 08:43:01.576 505 2251 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10048; state: DISABLED +02-27 08:43:01.588 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 28345 +02-27 08:43:01.618 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:43:01.618 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:43:01.618 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:43:01.618 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:43:01.621 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:43:01.632 322 322 D Zygote : Forked child process 29547 +02-27 08:43:01.640 505 555 W ActivityManager: Slow operation: 51ms so far, now at startProcess: building log message +02-27 08:43:01.640 505 555 I ActivityManager: Start proc 29547:com.google.android.tvlauncher/u0a48 for top-activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:43:01.640 505 555 W ActivityManager: Slow operation: 51ms so far, now at startProcess: starting to update pids map +02-27 08:43:01.641 505 555 W ActivityManager: Slow operation: 51ms so far, now at startProcess: done updating pids map +02-27 08:43:01.712 505 514 I system_server: Background concurrent copying GC freed 1367546(34MB) AllocSpace objects, 0(0B) LOS objects, 50% free, 16MB/32MB, paused 1.003ms,82us total 360.132ms +02-27 08:43:01.714 29547 29547 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:43:01.717 505 516 W System : A resource failed to call close. +02-27 08:43:01.723 29349 29370 I Finsky : [49] hqw.e(3): Task 7 requested foreground +02-27 08:43:01.741 29349 29370 I Finsky : [49] hqw.e(8): Not entering foreground +02-27 08:43:01.813 505 1395 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:01.813 505 1395 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:01.813 505 1395 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:01.814 505 1395 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:01.814 505 1395 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:01.814 505 1395 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:01.814 505 1395 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:01.814 505 1395 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:01.814 505 1395 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:01.814 505 1395 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:01.815 182 182 I lowmemorykiller: Kill 'com.android.providers.tv' (28465), uid 10033, oom_score_adj 905 to free 50040kB rss, 0kB swap; reason: low watermark is breached and thrashing (95%) +02-27 08:43:01.825 322 322 I Zygote : Process 28465 exited due to signal 9 (Killed) +02-27 08:43:01.826 505 1395 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:01.826 505 1395 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:01.826 505 1395 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:01.826 505 1395 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:01.826 505 1395 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:01.826 505 1395 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:01.826 505 1395 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:01.826 505 1395 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:01.826 505 1395 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:01.826 505 1395 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:01.828 505 1395 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10048; state: DISABLED +02-27 08:43:01.833 505 1395 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10048; state: DISABLED +02-27 08:43:01.834 505 1395 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10048; state: DISABLED +02-27 08:43:01.844 505 1395 W ActivityManager: Slow operation: 80ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:43:01.846 29547 29547 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:43:01.849 505 556 I libprocessgroup: Successfully killed process cgroup uid 10033 pid 28465 in 0ms +02-27 08:43:01.849 505 1698 I ActivityManager: Process com.android.providers.tv (pid 28465) has died: cch+5 CEM +02-27 08:43:01.867 29349 29378 I Finsky : [57] grw.d(68): System was updated or GL extensions were already cached. +02-27 08:43:01.867 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:43:01.902 29349 29373 I Finsky : [52] lct.h(1): Triggered update for experiment package com.google.android.finsky.stable. +02-27 08:43:01.920 29389 29389 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:43:01.930 29547 29547 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:43:01.949 29389 29389 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:43:01.949 29389 29389 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:43:01.951 29349 29393 W android.vendin: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied) +02-27 08:43:01.951 29349 29393 W android.vendin: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied) +02-27 08:43:01.952 29349 29393 W android.vendin: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-target-q, reflection, denied) +02-27 08:43:01.952 29349 29393 W android.vendin: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied) +02-27 08:43:01.954 29349 29393 W android.vendin: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied) +02-27 08:43:01.954 29349 29393 W android.vendin: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/String;)V (max-target-q, reflection, denied) +02-27 08:43:01.954 29349 29393 W android.vendin: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-q,core-platform-api, reflection, denied) +02-27 08:43:01.954 29349 29393 W android.vendin: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-target-q, reflection, denied) +02-27 08:43:01.973 29547 29547 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:43:01.973 29547 29547 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:43:01.977 29547 29547 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:01.978 29547 29547 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:01.992 29349 29450 I Finsky : [83] iju.run(23): Installer: Installer starting +02-27 08:43:01.992 29349 29450 I Finsky : [83] iju.run(26): Installer: Installer started +02-27 08:43:02.026 29349 29349 I Finsky : [2] gag.a(1): DL: Creating dataloader logger using a new logging context. +02-27 08:43:02.055 29349 29349 I Finsky : [2] iki.T(7): Installer: found apps to install. isMultiUserMode=false, apps=[] +02-27 08:43:02.098 29389 29389 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:43:02.114 29349 29369 D PhenotypeDbHelper: Enabled write-ahead logging +02-27 08:43:02.121 29349 29572 I Finsky : [105] ijs.a(21): IV2: found recoverable installs: [] +02-27 08:43:02.147 505 514 I system_server: Background young concurrent copying GC freed 748087(18MB) AllocSpace objects, 0(0B) LOS objects, 50% free, 16MB/32MB, paused 31us,4.235ms total 128.313ms +02-27 08:43:02.148 29349 29356 I android.vendin: JIT allocated 74KB for compiled code of java.lang.Object eoc.n() +02-27 08:43:02.152 29349 29393 W android.vendin: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-target-q,core-platform-api, reflection, denied) +02-27 08:43:02.152 29349 29393 W android.vendin: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B (max-target-q, reflection, denied) +02-27 08:43:02.186 29389 29389 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:43:02.192 29389 29389 W SQLiteCompatibilityWalFlags: Cannot read global setting sqlite_compatibility_wal_flags - Application state not available +02-27 08:43:02.203 29349 29566 I Finsky : [101] etn.i(1): Completed 0 account content syncs with 0 successful. +02-27 08:43:02.210 29349 29349 I Finsky : [2] ContentSyncJob.a(1): [ContentSync] Installation state replication succeeded. +02-27 08:43:02.210 29349 29349 I Finsky : [2] mqw.r(4): SCH: jobFinished: 12-1. TimeElapsed: 8277ms. +02-27 08:43:02.241 29349 29356 I android.vendin: JIT allocated 68KB for compiled code of java.lang.Object eoc.l() +02-27 08:43:02.246 29349 29375 I Finsky : [54] mrj.apply(16): SCH: Canceling job 3-8 +02-27 08:43:02.530 29349 29377 I Finsky : [56] mqs.a(2): SCH: no pending jobs to schedule. +02-27 08:43:02.626 29349 29349 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:43:02.626 29349 29349 I Finsky : [2] pyq.a(1): Warm data store was already initialized. +02-27 08:43:02.626 29349 29369 D GetConfigurationSnapsho: getFullConfigurations +02-27 08:43:02.627 29349 29349 I Finsky : [2] nkq.a(1): Connecting InstallListener to SplitInstallService broadcaster... +02-27 08:43:02.630 29547 29591 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:43:02.634 29349 29356 I android.vendin: JIT allocated 76KB for compiled code of java.lang.Object eoc.o() +02-27 08:43:02.636 29349 29349 I Finsky : [2] mrk.accept(52): SCH: Job 10-4 starting +02-27 08:43:02.636 29349 29379 I Finsky : [58] kwn.n(8): Invalidating cached PackageState for com.android.vending +02-27 08:43:02.662 29547 29591 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:43:02.673 29349 29377 I Finsky : [56] eoe.run(72): Cannot disable service: qsv +02-27 08:43:02.680 29349 29377 I Finsky : [56] eoe.run(72): Cannot disable service: qsp +02-27 08:43:02.686 29389 29545 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:43:02.687 29389 29545 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:43:02.706 29547 29591 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:43:02.758 29349 29379 W Finsky : [58] myh.a(11): SUH: Self-update installed derived apk id unavailable. +02-27 08:43:02.792 29349 29582 I Finsky : [108] irp.apply(90): IQ: Creating job 9, for (REQ_DEVICE_IDLE, NETWORK=UNMETERED, PROVISIONING_STATE=PROVISIONED) +02-27 08:43:02.793 29349 29582 I Finsky : [108] irv.y(9): IQ: Bulk scheduling created jobs +02-27 08:43:02.793 29349 29605 I Finsky : [113] qgn.c(3): VerifyApps: Verification package=com.streamflow.tv, id=3 response=0 +02-27 08:43:02.831 29389 29389 I GmsApplication: Registering the BackgroundBroadcastReceiverSupport receiver. +02-27 08:43:02.866 29349 29379 I Finsky : [58] mar.accept(5): SCH: Scheduling phonesky job Id: 1-1337, CT: 1772153180986, Constraints: [{ L: 43188056, D: 86388056, C: 1, I: 1, N: 1 }] +02-27 08:43:02.883 29349 29356 I android.vendin: JIT allocated 82KB for compiled code of java.lang.Object eoc.m() +02-27 08:43:02.909 29349 29506 I Finsky : [95] hvg.run(26): Wrote row to frosting DB: 117 +02-27 08:43:02.989 29349 29369 D GetConfigurationSnapsho: byFlagStorageType, addSet = Flag(AlleyOopMigrateToHsdpV1__hsdp_caller_opt_in_check_bypass_list, 'com.instagram.android,com.facebook.katana,com.facebook.wakizashi,com.ss.android.ugc.trill,com.zhiliaoapp.musically,com.snapchat.android,com.google.android.gms,com.android.chrome,com.chrome.beta,com.chrome.canary,com.chrome.dev,com.fitbit.FitbitMobile,com.google.android.apps.fitness,com.google.android.apps.kids.home,com.google.android.apps.mediahome.launcher,com.google.android.apps.messaging,com.google.android.apps.nexuslauncher,com.google.android.apps.wear.companion,com.google.android.apps.youtube.creator,com.google.android.apps.youtube.gaming,com.google.android.apps.youtube.kids,com.google.android.apps.youtube.mango,com.google.android.apps.youtube.music,com.google.android.apps.youtube.vr,com.google.android.contacts,com.google.android.dialer,com.google.android.youtube,com.google.android.youtube.tv,com.google.android.vr.home,com.google.android.vr.home.dev,com.google.android.googlequicksearchbox,com.google.android.play.games,com.google.android.apps.chromecast.app,com.google.android.instantapps.supervisor,com.google.android.videos,com.google.android.apps.freighter,com.google.android.apps.freighter.beta,com.google.android.apps.travel.onthego,com.google.android.inputmethod.latin,com.google.android.inputmethod.latin.dev,com.google.android.inputmethod.latin.canary,com.google.vr.apps.ornament,com.google.vr.apps.ornament.dev,com.google.android.apps.vega,com.google.android.apps.tycho,com.google.ar.lens,com.google.ar.lens.dev,com.google.android.apps.dreamliner,com.google.android.deskclock,com.google.android.apps.tachyon,com.google.android.gm,com.google.samples.apps.cardboarddemo,com.google.vr.cardboard.paperscope,com.google.android.apps.tips,com.google.android.apps.nbu.files', 4, 0), Flag(AlleyOopOnItemModelStable__custom_detailed_page_app_id_exclusion_list, 'Chdjb20ua2luZy5jYW5keWNydXNoc2FnYQoKY29tLmV0ZXJubwoYY29tLmJ5anVzLnRoZWxlYXJuaW5nYXBwChVjb20uY29udGV4dGxvZ2ljLndpc2g', 5, 0), Flag(AppActivityLoggingNoticeUi__is_enabled, false, 2, 0), Flag(AppOpenDownloadManagerStable__download_manager_notification_heads_up_delay, 'EICjw0c', 5, 0), Flag(AppOpenDownloadManagerStable__download_manager_notification_heads_up_throttle_duration, 'CDw', 5, 0), Flag(AppsHub__new_badge_max_sessions, 2, 1, 0), 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, false, 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, 'getAndroidTvZeroSearchStream', 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, false, 2, 0), Flag(AutoUpdate__enable_atomic_install_cancel_oversample, true, 2, 0), Flag(AutoUpdate__enable_atomic_install_content_sync_stable, false, 2, 0), Flag(AutoUpdate__enable_atomic_install_high_priority_update_stable, false, 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_ +02-27 08:43:02.989 29349 29369 D GetConfigurationSnapsho: 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(Billing__direct_purchase_api_caller_allowlist_for_apps, 'Chpjb20uZ29vZ2xlLmFuZHJvaWQudnIuaG9tZQoqY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMuZW50ZXJwcmlzZS5kbWFnZW50CiZjb20uZ29vZ2xlLmFuZHJvaWQucHJvamVjdGlvbi5nZWFyaGVhZAoWY29tLmdvb2dsZS5hbmRyb2lkLmdtcw', 5, 0), Flag(Billing__enable_pin_preferred_battlestar_purchase_flow, false, 2, 0), Flag(Billing__enable_subscription_instrument_update, true, 2, 0), Flag(Billing__enable_third_party_direct_purchases, false, 2, 0), Flag(Billing__enable_third_party_subscription_instrument_update, false, 2, 0), Flag(Billing__enable_using_rpc_endpoint_wrapper, true, 2, 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, false, 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, true, 2, 0), Flag(BooksExperiments__enabled_series_subscription, true, 2, 0), Flag(BooksExperiments__update_to_get_for_free, true, 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(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, true, 2, 0), Flag(CashmereAppSync__enable_app_sync_pcsi_logging, true, 2, 0), Flag(CashmereAppSync__enable_cashmere_serp_app_sync, true, 2, 0), Flag(CashmereAppSync__killswitch_pcsi_power_user_classification_logging, false, 2, 0), Flag(CashmereAppSync__serp_app_sync_app_fields, 'Ch4BAgMEBQYICQoLDQ4WGxwdHh8gIiMsMDE1OUBLXmA', 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, 25, 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), +02-27 08:43:02.989 29349 29369 D GetConfigurationSnapsho: 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, false, 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, true, 2, 0), Flag(CrossFormFactorInstall__enable_filter_device_without_installation_details, true, 2, 0), Flag(CrossFormFactorInstall__enable_is_nearby_logging, true, 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, false, 2, 0), Flag(CrossFormFactorInstall__enable_xff_install_on_alleyoop, false, 2, 0), Flag(CrossFormFactorInstall__enable_xff_install_ui, 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, false, 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(DarkTheme__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(DataLoader__dataloader_native_libraries_check, true, 2, 0), Flag(DataLoader__disable_on_install_loop, false, 2, 0), Flag(DataLoader__disable_streaming_for_returning_users, false, 2, 0), Flag(DataLoader__downloader_network_read_buffer_bytes, 1048576, 1, 0), Flag(DataLoader__downloader_network_read_timeout_ms, 20000, 1, 0), Flag(DataLoader__enable_aadc_for_logging, true, 2, 0), Flag(DataLoader__enable_aadc_for_ui, true, 2, 0), Flag(DataLoader__enable_auto_update_on_incomplete_incrementals, true, 2, 0), Flag(DataLoader__enable_dataloader_failure_record, true, 2, 0), Flag(DataLoader__enable_dataloader_v2, true, 2, 0), Flag(DataLoader__enable_educational_tooltip, 'none', 4, 0), Flag(DataLoader__enable_feature_detection_hygiene, false, 2, 0), Flag(DataLoader__enable_incremental_dataloader, false, 2, 0), Flag(DataLoader__enable_incremental_nugget_installation, false, 2, 0), Flag(DataLoader__enable_incremental_progress_spinner, true, 2, 0), Flag(DataLoader__enable_incremental_progress_spinner_animation, false, 2, 0), Flag(DataLoader__enable_java_dataloader, true, 2, 0), Flag(DataLoader__ena +02-27 08:43:02.989 29349 29369 D GetConfigurationSnapsho: ble_lightning_bolt_icon, false, 2, 0), Flag(DataLoader__enable_notification_buttons, true, 2, 0), Flag(DataLoader__enable_performance_metrics, true, 2, 0), Flag(DataLoader__enable_performance_metrics_install_session_id_log, true, 2, 0), Flag(DataLoader__enable_performance_metrics_package_monitor_events, true, 2, 0), Flag(DataLoader__enable_prod_readlog_notice, false, 2, 0), Flag(DataLoader__enable_readlog_format_v3_for_read_logs_session, false, 2, 0), Flag(DataLoader__enable_readlog_format_v3_for_streaming_session, true, 2, 0), Flag(DataLoader__enable_selinux_patch_check, false, 2, 0), Flag(DataLoader__install_failures_per_app_threshold, 1, 1, 0), Flag(DataLoader__install_failures_threshold, 3, 1, 0), Flag(DataLoader__install_loop_threshold_seconds, 86400, 1, 0), Flag(DataLoader__killswitch_incremental_dataloader, true, 2, 0), Flag(DataLoader__known_external_digesters, 'ChkKF2NvbS5haG5sYWIudjNtb2JpbGVwbHVzChsKGWNvbS50cmFuc3Npb24ucGhvbmVtYXN0ZXIKLAoqY29tLnNlY3VyaXR5YW5kcHJpdmFjeS5hbmRyb2lkLnZlcml6b24udm1zChgKFmNvbS5jbGVhbnRlYW0ub25lYm9vc3QKIgogY29tLmF2YXN0LmFuZHJvaWQubW9iaWxlc2VjdXJpdHkKKwopY29tLnJvb3QuY2xlYW4uYm9vc3QuZXhwbG9yZXIuZmlsZW1hbmFnZXIKDQoLY29tLmxvb2tvdXQKDwoNY29tLmFudGl2aXJ1cwoOCgxjb20ua21zLmZyZWUKHQobY29tLndzYW5kcm9pZC5zdWl0ZS50bW9iaWxlChgKFmNvbS5hdHQubW9iaWxlc2VjdXJpdHkKGgoYY29tLm5veGdyb3VwLmFwcC5jbGVhbmVyChkKF2NvbS5oeXVuZGFpY2FyZC5hcHBjYXJkCh0KG2NvbS5zeW1hbnRlYy5tb2JpbGVzZWN1cml0eQobChljb20uY2xlYW50ZWFtLm9uZXNlY3VyaXR5CiIKIGNvbS5hcHBzaW5ub3ZhLmFuZHJvaWQua2VlcGNsZWFuCjcKNXBob25lY2xlYW5lci5hbmRyb2lkbWFzdGVyLmNsZWFudXBzcGFjZS5waG9uZS5ib29zdGVyChMKEWNvbS5lc3Rzb2Z0LmFseWFjChwKGmNvbS50b29sLnBvd2VyLnN3ZWVwLmNsZWFuChUKE2NvbS53c2FuZHJvaWQuc3VpdGUKIgogY29tLmFobmxhYi52M21vYmlsZXNlY3VyaXR5LnNvZGEKGwoZY29tLm5veGdyb3VwLmFwcC5zZWN1cml0eQonCiVjb20uZmlsZS5leHBsb3Jlci5tYW5hZ2VyLnNwYWNlLmNsZWFuChIKEGNvbS5wc2FmZS5tc3VpdGUKHAoaa3IuY28uc2hpZnR3b3Jrcy52Z3VhcmR3ZWIKEgoQbmV0Lm5zaGMuZHJvaWR4MwofCh1jb20uY2xlYW5lci5ib29zdC5qdW5rLnN5c3RlbQobChljb20uYXZhc3QuYW5kcm9pZC5jbGVhbmVyChIKEGNvbS52aXJ1cy5odW50ZXIKEQoPY29tLmF2Zy5jbGVhbmVyChUKE2Zhc3Quc2FmZS5ndWFyZC52cG4KHgocb3JnLm1hbHdhcmVieXRlcy5hbnRpbWFsd2FyZQoSChBmYXN0LnBob25lLmNsZWFuChgKFmNvbS5jbGVhbm1hc3Rlci5tZ3VhcmQKEgoQY29tLmVzZXQuZW1zMi5ncAozCjFjb20uYW50aXZpcnVzLm1vYmlsZXNlY3VyaXR5LnZpcnVzY2xlYW5lci5hcHBsb2NrChEKD2NvbS50cGxpbmsudHBtNQoZChdjb20uaWNsZWFuLm1hc3Rlci5ib29zdAoTChFjb20uYXZpcmEuYW5kcm9pZAoeChxqcC5jby55YWhvby5hbmRyb2lkLnlicm93c2VyCiEKH2NvbS5mcmVlLnZwbi5zdXBlci5ob3RzcG90Lm9wZW4KGgoYY29tLmJpdGRlZmVuZGVyLnNlY3VyaXR5CgsKCWNvbS5kcndlYgoyCjBjb20udHJlbmRtaWNyby50bW1zcGVyc29uYWwuanAuZ29vZ2xlcGxheXZlcnNpb24KLAoqY2xlYW4ucGhvbmUuY2xlYW5lci5ib29zdC5zZWN1cml0eS5hcHBsb2NrChkKF2NvbS5sdWRhc2hpLnhzdXBlcmNsZWFuCh4KHGNvbS5zZWN1cml0eS5hbnRpdmlydXMuY2xlYW4KIQofY29tLnN1cmZzaGFyay52cG5jbGllbnQuYW5kcm9pZAooCiZmYW5jeWNsZWFuLmJvb3N0LmFudGl2aXJ1cy5qdW5rY2xlYW5lcgoaChhjb20ubm94Z3JvdXAuYXBwLmJvb3N0ZXIKIgogY29tLnNjYW52aXJ1cy5hbnRpdmlydXMuc2VjdXJpdHkKLQorY29tLm5ld2NsZWFuLmNsZWFuZXIuc2VjdXJpdHkuYm9vc3Rlci5ib29zdAoUChJjb20ucWlob28uc2VjdXJpdHkKLAoqY29tLmZpbGVtYW5hZ2VyLmZpbGVzLmV4cGxvcmVyLmJvb3N0LmNsZWFuCicKJXBob25lLmNsZWFuZXIuYW50aXZpcnVzLnNwZWVkLmJvb3N0ZXIKEwoRY29tLnZpcnVzLnJlbW92ZXIKMAouY29tLmRvZG8uY2xlYW4ubWFzdGVyLmJhdHRlcnkuc2F2ZXIuY3B1LmNvb2xlZAobChljb20ubGd1cGx1cy5ibG9ja3NtaXNoaW5nChoKGGNvbS5jbGVhbm1hc3Rlci5zZWN1cml0eQogCh5jb20ucmVsaWFuY2VqaW8ubW9iaWxlc2VjdXJpdHkKKAomYXNlY3VyaXR5LnBob25lLmp1bmsuY2xlYW5lci5hbnRpdmlydXMKGQoXY29tLnN5bWFudGVjLmNsZWFuc3dlZXAKFwoVY29tLm1vYmlrZWVwZXIuZ2xvYmFsChMKEWNsZWFuZXIuYW50aXZpcnVzCi4KLHZpcnVzLmNsZWFuZXIuYW50aXZpcnVzLnBob25lLnNlY3VyaXR5LmJvb3N0ChYKFGNvbS5zaGFya25pbmphLnNoYXJrCjAKLmNvbS5jbGVhbi5vbmVib29zdC5jbGVhbmVyLm9uZWJvb3N0ZXIuc2VjdXJpdHkKIAoeY29tLm1heGRldmxhYi5jbGVhbmVyLnNlY3VyaXR5ChYKFGNvbS5sdWRhc2hpLnNlY3VyaXR5ChIKEGNvbS5zaGllbGRlci5wcm8KEQoPY29tLnMuYW50aXZpcnVzCiUKI2NvbS5hbnRpdmlydXNtYXN0ZXIub25lYm9vc3RjbGVhbmVyCh0KG3VubGltaXRlZC5zZWN1cmV2cG4uZnJlZXZwbgoaChhjb20uY3liZXIuZGZjLnBvbGFudGlzcHkKGAoWY29tLmticy5jb3JlLmFudGl2aXJ1cwokCiJjb20uYW50aXZpcnVzLmFwcGxvY2suY2xlYW5ib29zdGVyCh0KG2NvbS5zdXBl +02-27 08:43:02.989 29349 29369 D GetConfigurationSnapsho: cnZwbi52cG4uZnJlZS5wcm94eQoyCjBjb20uZm9xaWkucGhvbmUuc2VjdXJpdHkudmlydXMuY2xlYW5lci5hbnRpdmlydXMKFAoSY29tLmZhbGNvbi5jbGVhbmVyChcKFWNvbS5hdmFzdC5hbmRyb2lkLnZwbgosCipjbS5jbGVhbi5tYXN0ZXIuY2xlYW5lci5ib29zdGVyLmNwdS5jb29sZXIKFAoSY29tLmN4emguYW50aXZpcnVzChIKEGNvbS5yYXlkZW0uYm9vc3QKFgoUY29tLnNrdGVsZWNvbS50Z3VhcmQKHQobY29tLnRyZW5kbWljcm8udG1tc3BlcnNvbmFsCj8KPXBob25lLmFudGl2aXJ1cy52aXJ1cy5jbGVhbmVyLmp1bmsuY2xlYW4uc3BlZWQuYm9vc3Rlci5tYXN0ZXIKFQoTY29tLmFkc3RvY2FzaC5ib29zdAoSChBjb20uc29waG9zLnNtc2VjChsKGWNvbS5iaXRkZWZlbmRlci5hbnRpdmlydXMKFgoUZXUuZmFpcmNvZGUubmV0Z3VhcmQKDwoNY29tLmRyd2ViLnBybwoeChxjb20uc3BlZWRvcHRpbWl6ZS50b29sLmNsZWFuChcKFWNvbS5yb2NrZXRtb3AuY2xlYW5lcgoSChBjb20ud290LnNlY3VyaXR5CjAKLmNvbS5jbGVhbmVyLmZhc3RjbGVhbmVyLmJvb3N0ZXIuc2VjdXJpdHkuY2xlYW4KKQonY29tLnJvY2tldC50b29scy5jbGVhbi5hbnRpdmlydXMubWFzdGVyChoKGGtyLm9yLmtmdGMubW9iaWxlYXB0MnlvdQouCixjb20uZm9xaWkucGhvbmUuY2xlYW4uYm9vc3Rlci5jbGVhbmVyLm1hc3RlcgokCiJmYW5jeWNsZWFuLmFudGl2aXJ1cy5ib29zdC5hcHBsb2NrCh4KHGNvbS53c2FuZHJvaWQuc3VpdGUubWV0cm9wY3MKGQoXY29tLnNhZmVob3VzZS5ib2R5Z3VhcmQKIAoeY29tLmNvb3ByZXNhcHBzLmZyZWUuYW50aXZpcnVzChgKFmNvbS5xdWlja2hlYWwucGxhdGZvcm0KIAoeY29tLmFwcHMuZ28uY2xlYW4uYm9vc3QubWFzdGVyCh4KHGNvbS53c2FuZHJvaWQuc3VpdGUudm9kYWVtZWEKFwoVY29tLmxhc2VyLmZpbGVtYW5hZ2VyChEKD2NvbS5qYi5zZWN1cml0eQoYChZjb20ua2FzcGVyc2t5LnNhZmVraWRzChUKE2NvbS5mc2VjdXJlLm1zLnBsdXMKFQoTY29tLmZzZWN1cmUubXMuc2FmZQoWChRjb20ud2Vicm9vdC5zZWN1cml0eQoSChBjb20uZG9uZ2J1bGlmZS5tChEKD2NvbS5rc21vYmlsZS5jYgoPCg1jb20uY21jbS5saXRlChsKGWNvbS5wYW5kYXNlY3VyaXR5LnBhbmRhYXYKCwoJY29tLmttc2pwCiAKHmpwLm5hdmVyLmxpbmVhbnRpdmlydXMuYW5kcm9pZAoiCiBjb20uZWhhd2suYW50aXZpcnVzLmFwcGxvY2sud2lmaQovCi1hbnRpdmlydXMuYW50aS52aXJ1cy5jbGVhbmVyLnNlY3VyaXR5LmJvb3N0ZXIKJAoiY29tLnJveXNvbGJlcmcuYW5kcm9pZC5kYXRhY291bnRlcgoZChdjb20ubGlvbm1vYmkucG93ZXJjbGVhbgodChtjb20ua2Flcm9zZHVwbGljYXRlc2NsZWFuZXIKIwohY29tLmFwcHNpbm5vdmEuYW5kcm9pZC5rZWVwc2VjdXJlChYKFGNvbS5mYWxjb24uYW50aXZpcnVzChMKEWNvbS5zaW1wbGVyLm1lcmdlCjYKNHN1cGVyY2xlYW5lci5waG9uZWNsZWFuZXIuYmF0dGVyeWRvY3Rvci5mYXN0Y2hhcmdpbmcKHwodY29tLnBob25laGVscGVyLmNsZWFuLmJvb3N0ZXIKHwodY29tLnRyZW5kbWljcm8uZnJlZXRtbXMuZ21vYmkKGwoZY29tLmZzZWN1cmUubXMua3BuLnZlaWxpZwoUChJjb20uYWx0cmlnaXQuYm9vc3QKEQoPY29tLmxvb2tvdXQubmV0ChYKFGNvbS5hbnRpdmlydXMudGFibGV0Ch0KG2FwcGxvY2suc2VjdXJpdHkuYXBwLmxvY2tlcgoWChRjb20uc2VjdXJpdHkuc2Nhbm5lcgoVChNjb20uenJnaXUuYW50aXZpcnVzChgKFmNvbS5sb29rb3V0LmVudGVycHJpc2UKFQoTY29tLnZvZGFmb25lLnNuLnZwbgoPCg1jb20ucy5jbGVhbmVyCiAKHmNvbS5kaWFueGlub3Mub3B0aW1pemVyLmR1cGxheQobChljb20uZ3VhcmRpYW4uc2VjdXJpdHkucHJpChgKFmNvbS5idC53c2FuZHJvaWQuc3VpdGUKMQovZmFuY3ljbGVhbi5jbGVhbmVyLmJvb3N0LnByaXZhY3kuYW50aXZpcnVzLm1pbmkKJAoiY29tLmxvb2thbmRmZWVsLmNsZWFuZXJmb3J3aGF0c2FwcAojCiFjb20uYW5kcm9pZGFybXkuT3NEZWZlbmRlckJvb3N0ZXIKGgoYY29tLnN5bWFudGVjLm5vcnRvbi5zbmFwChYKFGNvbS5hcmNhbmUuaW5jb2duaXRvCiAKHmNvbS5vbmVhcHAubWF4LmNsZWFuZXIuYm9vc3RlcgodChtjb20ueC5mcmVlLmZpbGUubWFuYWdlci5hcHAKEQoPY29tLnplbi5ib29zdGVyCh4KHGNvbS5rYXNwZXJza3kuc2VjdXJpdHkuY2xvdWQKGgoYY29tLnF1YW5taGQuc3VwZXJjbGVhbmVyCiAKHmNvbS5yYW9uc2VjdXJlLm1vYmlsZS5zZWN1cml0eQogCh5jb20uaHlwZXJzcGVlZC5yb2NrZXRjbGVhbi5wcm8KFgoUY29tLmlvYml0Lm1vYmlsZWNhcmUKEQoPbW9iaWxlLmd1cnUuYXBwChgKFmNvbS52aXJ1cy5hcHBzLmNsZWFuZXIKIAoeY29tLnJ1ZHJhdW0ucnVkcmF1bVRodW1iMlRoaWVmCiIKIGNvbS50cmVuZG1pY3JvLnRtbXNwZXJzb25hbC5hcGFjCiUKI2NvbS5idWxsZ3VhcmQubW9iaWxlLm1vYmlsZXNlY3VyaXR5ChkKF2NvbS5xaWhvby5zZWN1cml0eS5saXRlCjUKM2NvbS5zdGFycnljYW1lcmEuZnVubnllZmZlY3RzLm1ha2V1cGZpbHRlcnMuY29sbGFnZQoaChhjby5wYW1vYmlsZS5nYW1lbGF1bmNoZXIKHQobY29tLm9uZWFwcC5tYXguc2VjdXJpdHkucHJvChQKEmNvbS5wdWZmLmFudGl2aXJ1cwodChtjb20uem9uZXIuYW5kcm9pZC5hbnRpdmlydXMKIAoeaXQud2luZHRyZS53aW5kLm1vYmlsZXNlY3VyaXR5Ci0KK2NvbS5jbGVhbl9hbnRpdmlydXMuc2VjdXJpdHkubWFzdGVyLmJvb3N0ZXIKHwodY29tLmhhbmFza2NhcmQubW9iaWxlY2FyZC5hcHAKFwoVY29tLmVzZXQuZW1zMi5tZWdhZm9uCgoKCGNvbS5tZWdhChkKF2RlLmdkYXRhLm1vYmlsZXNlY3VyaXR5CioKKGNvbS5hbnRpdmlydXMucy5zZWN1cml0eS5ib29zdGVyLnNwZWVkdXAKGwoZY29tLmFwdXNhcHBzLnR1cmJvY2xlYW5lcgotCitjb20ucnZhcHBzdHVkaW9zLnNwZWVkX2Jvb3N0ZXJfanVua19jbGVhbmVyChUKE2NvbS5hcGUuY2xlYW5hc3Npc3QKGwoZY29tLm93bC5mYXN0Y2xlYW5lci5ib29zdAoPCg1 +02-27 08:43:02.989 29349 29369 D GetConfigurationSnapsho: vcmcuYW50aXZpcnVzChsKGWNvbS5iYXR0ZXJ5LnNtYXJ0Lm1hbmFnZXIKLAoqY29tLmFwcHMuc2VjdXJpdHkubWFzdGVyLmFudGl2aXJ1cy5hcHBsb2NrChYKFGNvbS5sbS5wb3dlcnNlY3VyaXR5ChcKFWJyLmNvbS5mcy52aXZvcHJvdGVnZQolCiNjb20uYW50aXZpcnVzLmZyZWUuc2VjdXJpdHkuY2xlYW5lcgoWChRjb20uYXBwbG9jay5sYXVuY2hlcgoUChJjb20ubWljcm9zb2Z0LnNjbXgKEQoPY29tLmVzZXQubXllc2V0ChkKF2NvbS5wcm90ZWN0c3Rhci5hbnRpc3B5CiQKImNvbS50YXB0ZWNobm9sb2d5LmFudGl2aXJ1cy5tb2JpbGUKGQoXY2xlYW5waG9uZS5ib29zdGVyLnNhZmUKGwoZY29tLnRyZW5kbWljcm8uZHIuYm9vc3RlcgoaChhkZS50ZWxla29tLnByb3RlY3Rtb2JpbGUKHwodanAuY28ueWFob28uYW5kcm9pZC55c2VjdXJpdHkKGQoXY29tLmNvb3ByZXMuYXBwLmJvb3N0ZXIKEwoRY29tLmVzZXQuZW5kcG9pbnQKHQobY29tLnNlY3VyaXR5LmFudGl2aXJ1cy5zY2FuCiIKIGNvbS5rN2NvbXB1dGluZy5hbmRyb2lkLnNlY3VyaXR5ChAKDmNvbS5vcmFuZ2Uua21zChgKFmNvbS5mYXN0dHJhY2suc2VjdXJpdHkKIwohY29tLmZhbmN5Y2xlYW4uc2VjdXJpdHkuYW50aXZpcnVzChwKGmNvbS5jb21vZG8uY2lzbWUuYW50aXZpcnVzCgwKCmNvbS5rbXMubWU', 5, 0), Flag(DataLoader__low_bandwidth_check_ttl, 9223372036854775807, 1, 0), Flag(DataLoader__low_bandwidth_threshold_for_streaming, 0, 1, 0), Flag(DataLoader__migrate_off_incfs, false, 2, 0), Flag(DataLoader__migrate_off_incfs_app_blocklist, '', 5, 0), Flag(DataLoader__on_demand_bulk_write_page_count, 256, 1, 0), Flag(DataLoader__override_install_details_app_allowlist, '', 5, 0), Flag(DataLoader__package_monitor_event_max_logging_interval, 'CKA4', 5, 0), Flag(DataLoader__performance_metrics_rest_stream_progress_chunk_size, 1, 1, 0), Flag(DataLoader__readlogs_cache_expiration_ms, 7200000, 1, 0), Flag(DataLoader__readlogs_logging_batch_size, 2000, 1, 0), Flag(DataLoader__rest_stream_chunk_size_bytes, 2097152, 1, 0), Flag(DataLoader__rest_stream_download_immediate_fail_http_codes, 'CgaTA5QDmgM', 5, 0), Flag(DataLoader__rest_stream_download_initial_retry_delay, 'EIDKte4B', 5, 0), Flag(DataLoader__rest_stream_download_max_delay_time, 'CLBU', 5, 0), Flag(DataLoader__rest_stream_download_max_total_retry_time, 'CICjBQ', 5, 0), Flag(DataLoader__rest_stream_progress_reporting_chunk_interval, 2, 1, 0), Flag(DataLoader__set_incremental_readlogs_not_privacy_sensitive, false, 2, 0), Flag(DataLoader__set_streaming_test_session_logging_indicator, false, 2, 0), Flag(DataLoader__show_toast_in_release_build, false, 2, 0), Flag(DataLoader__streaming_environment, 1, 1, 0), Flag(DataLoader__temp_data_loader_files_expiration_ms, 172800000, 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, false, 2, 0), Flag(DetailsFragmentContentPadding__is_enabled, false, 2, 0), Flag(DetailsToDeliveryToken__is_enabled, true, 2, 0), Flag(DeveloperPage__enable_remote_device_integrity_check, false, 2, 0), Flag(DialogUiComponent__use_compose_dialogs_in_serp, false, 2, 0), Flag(DocKeyedCache__check_item_for_fields, false, 2, 0), Flag(DocKeyedCache__clear_item_cache_on_reasons, 'CgQICRAP', 5, 0), Flag(DocKeyedCache__do_blocking_io_on_future, false, 2, 0), Flag(DocKeyedCache__enable_disk_write_on_bg, false, 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_minimal_locking, false, 2, 0), Flag(DocKeyedCache__item_cache_size_in_mb, 3, 1, 0), Flag(DocKeyedCache__prewarm_item_cache_in_task, false, 2, 0), Flag(DocKeyedCache__return_non_propagating_future, false, 2, 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, fal +02-27 08:43:02.989 29349 29369 D GetConfigurationSnapsho: se, 2, 0), Flag(DownloadService__allocate_bytes_before_download, true, 2, 0), Flag(DownloadService__cronet_enable_herrevad_reporting, false, 2, 0), Flag(DownloadService__cronet_enable_http2, true, 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, 'ChFwYWkuZ29vZ2xlemlwLm5ldAoTcGxheS5nb29nbGVhcGlzLmNvbQoWc2VydmljZXMuZ29vZ2xlYXBpcy5jbgoTd29ya2Fyb3VuZC5ndnQxLmNvbQ', 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, 262144, 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_better_locking, 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__fallback_to_download_queue, 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__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__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, true, 2, 0), Flag(DownloadService__send_foreground_broadcast_on_status_update, true, 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, true, 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(DramaShortsFeatures__enable_persistent_nav, false, 2, 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__enab +02-27 08:43:02.989 29349 29369 D GetConfigurationSnapsho: le_premium_discover_tag, true, 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, true, 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, false, 2, 0), Flag(EnterpriseMainlineAutoUpdate__disable_mainline_update_policy, true, 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(FixImagesPreloadingHorizontalCluster__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_fife_in_app_comic_card, false, 2, 0), Flag(FlexibleContentCluster__enable_neutral_scrim_color_for_app_moments, false, 2, 0), Flag(FlexibleContentCluster__enable_swipe_gesture, true, 2, 0), Flag(FlexibleContentCluster__enable_tap_to_advance_gesture, false, 2, 0), Flag(FlexibleContentCluster__enable_theme_color_editorial_article_cards, 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(Fougasse__enable_logging_session_theme, true, 2, 0), Flag(GamerProfileAvatars__enable_copy_avatar_id_on_long_click, false, 2, 0), Flag(GamerProfilePage__enable_gpp_from_yh, true, 2, 0), Flag(GamerProfilePage__enable_stream_refresh, true, 2, 0), Flag(GenAiFeed__new_badge_max_sessions, 2, 1, 0), Flag(Generichomepagelatencysequencing__is_enabled, true, 2, 0), Flag(GetItemsContext__enable_get_items_context_for_details_page, false, 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__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, false, 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, false, 2 +02-27 08:43:02.989 29349 29369 D GetConfigurationSnapsho: , 0), Flag(IncrementalLoggingRetosClientSupport__is_enabled, false, 2, 0), Flag(InlineVideo__enable_yt_fragment_reuse, true, 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_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_low_priority_updates, true, 2, 0), Flag(InstallerV2__log_orphaned_downloads, 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_orphaned_downloads, true, 2, 0), Flag(Installer__create_jobs_async_on_install_queue_init, true, 2, 0), Flag(Installer__enable_group_install_preprocessor, true, 2, 0), Flag(Installer__enable_grpc_install_queue, true, 2, 0), Flag(Installer__enable_grpc_install_queue_in_process, true, 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, false, 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__log_install_committed, false, 2, 0), Flag(Installer__make_session_create_incremental_aware, true, 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, true, 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, false, 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, true, 2, 0), Flag(Installer__use_new_uninstalls_api, true, 2, 0), Flag(InstantCartCache__max_cache_size_in_mebibytes, 3, 1, 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, true, 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_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 +02-27 08:43:02.989 29349 29369 D GetConfigurationSnapsho: _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_multiplier, 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, true, 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(LocalRatings__enable_decide_bar_local_ratings_info_button, true, 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, 'CmqEEIIQgxDwD/AE7gTtBJAFjQWOBeMT5BPvE+YT5RPnE+gT6RPsE/AT8RP0E/UTvDGbBYMEhASFBLAEsQT+OtIU/iv/K9szvBS9FMEUwhTDFMQUvxTAFNU81jyYBZ0FsEDOMNAwzzCdBp4G', 5, 0), Flag(MediaAndEntertainmentDp__eligible_title_docid_list, 'CiBjb20uYW1hem9uLmF2b2QudGhpcmRwYXJ0eWNsaWVudAolY29tLmJ5ZGVsdXhlLmQzLmFuZHJvaWQucHJvZ3JhbS5zdGFyegoLY29tLmNicy5hcHAKG2NvbS5jcnVuY2h5cm9sbC5jcnVuY2h5cm9pZAoVY29tLmRpc25leS5kaXNuZXlwbHVzCg1jb20uaHVsdS5wbHVzChxjb20ucGVhY29ja3R2LnBlYWNvY2thbmRyb2lkCgljb20uc2xpbmcKCmNvbS50dWJpdHYKEmNvbS52aWFjb20uYmV0cGx1cwoQY29tLnZpa2kuYW5kcm9pZAoOY29tLndiZC5zdHJlYW0KEHR2LnBsdXRvLmFuZHJvaWQ', 5, 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_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__lib +02-27 08:43:02.989 29349 29369 D GetConfigurationSnapsho: rary_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_min_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(NativeBrotliCompression__native_brotli_compressed_fbf_patches_targeting_controller, false, 2, 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, 'Ch1wbGF5LWxoLmdvb2dsZXVzZXJjb250ZW50LmNvbQoLaS55dGltZy5jb20', 5, 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(NotificationBellCount__enable_fetch_nc_stream_in_daily_hygiene, false, 2, 0), Flag(NotificationBellCount__enable_server_count_update_on_nc_markasread, false, 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, false, 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, false, 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, true, 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(PcsiTabLatencyLogg +02-27 08:43:02.989 29349 29369 D GetConfigurationSnapsho: ing__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(PhoneskyDealsHomeFeatures__max_indicator_count, 3, 1, 0), Flag(PhoneskyDealsHomeFeatures__max_tooltip_count, 3, 1, 0), Flag(PhoneskyDeviceTier__device_tier, 0, 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_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, 1, 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_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__module_above_ratings_and_reviews, true, 2, 0), Flag(PolicyTesting__enable_bool_flag, false, 2, 0), Flag(PolicyTesting__test_int_flag, 0, 1, 0), Flag(PolicyTesting__test_string_flag, '', 4, 0), Flag(PortraitVideosOnMdp__enable_autoplay_for_mdp_portrait_video, false, 2, 0), Flag(PortraitVideosOnMdp__enable_original_video_thumbnail_for_mdp_portrait_video, 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(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, true, 2, 0), Flag(ReEngagementAds__enable_multi_layout_cluster, true, 2, 0), Flag(RedeemAcquireLoadingScreenFix__enable_full_screen, false, 2, 0), Flag(ReleaseNotesIntegration__test_bool_flag, true, 2, 0), Flag(ReleaseNotesIntegration__test_int_flag, 0, 1, 0), Flag(ReleaseNotesIntegration__test_string_flag, '', 4, 0), Flag(RenderPartialDetailsPage__min_partial_dp_app_fields, 'ChABAgQICw4bHB0eHyIjS15g', 5, 0), Flag(RenderPartialDetailsPage__min_partial_dp_shared_fields, 'CgcBAgYKCwwV', 5, 0), Flag(RenderPartialDetailsPage__render_min_partial_dp_for_dl, false, 2, 0), Flag(RequestQos__enable_latency_tolerant_qos_endpoints, 'apps/contentSync,accountSync,autoUpdate,bulkDetails,bulkPrefetch,delivery,ees/bulkAcquire,getPrefetchRecommendations,replicateLibrary,fdfe/getPlayArtProfileConfig,fdfe +02-27 08:43:02.989 29349 29369 D GetConfigurationSnapsho: /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, true, 2, 0), Flag(ReviewConsumption__enable_review_consumption_redesign, true, 2, 0), Flag(ReviewConsumption__enable_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, 1, 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_dispatch, true, 2, 0), Flag(SafetyCenter__enable_safety_center_receiver, true, 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_vertical_scroll_interruption_logging, true, 2, 0), Flag(SeamlessTransitions__navigation_debounce_timeout, '', 5, 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, true, 2, 0), Flag(SerpLazyColumn__is_enabled, false, 2, 0), Flag(ServerDrivenSearchListResults__enable_search_list_results_card_view, true, 2, 0), Flag(ServerDrivenTopCharts__enable_top_charts_card_view, true, 2, 0), Flag(SettingsPage__legal_notice_menu_url, 'https://support.google.com/googleplay/?p=about_play', 4, 0), Flag(SharedCacheClearing__unique_id, 0, 1, 0), Flag(SingletonViewPool__enable_singleton_view_pool, true, 2, 0), Flag(StickyTab__sticky_tab_reset_value, 268101556, 1, 0), Flag(StopParsingGclid__enable_stop_parsing_gclid, false, 2, 0), Flag(StreamSystem__use_page_header_cluster_for_editorial_style_headers, false, 2, 0), Flag(SubscriptionSkus__enable_hygiene_job_for_install_and_subscribe_cleanup, false, 2, 0), Flag(SubscriptionSkus__enable_primary_install_and_subscribe_action_button, false, 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(TubeskyAggregatedHomeFix__is_enabled, false, 2, 0), Flag(TubeskyAggregatedHomeFix__restore_initial_behavior, false, 2, 0), Flag(TubeskyAmati__enable_amati_glow, true, 2, 0), Flag(TubeskyAmati__enable_tv_modules_adapter, true, 2, 0), Flag(TubeskyAutoUpdateSettingSlice__is_enabled, true, 2, 0), Flag(TubeskyEmbeddedVideoThumbnail__is_enabled, true, 2, 0), Flag(TubeskyFastDeepLink__is_enabled, true, 2, 0), Flag(TubeskyMenuOptimization2__is_enabled, true, 2, 0), Flag(TubeskyMenuOptimization__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(TubeskyUnauth__enable_unauth_updates, true, 2, 0), Flag(Tubesky__enable_high_quality_images, true, 2, 0), Flag(Tubesky__enable_new_tv_browse_fragment, true, 2, 0), Flag(Tubesky__enable_new_tv_details_fragment, true, 2, 0), Flag(Tubesky__enable_new_tv_search_fragment, true, 2, 0), Flag(Tubesky__enable_tv_tabs_layout, true, 2, 0), Flag(UiComponentFlattenHierarchy__migrate_wide_media_cl20, tr +02-27 08:43:02.989 29349 29369 D GetConfigurationSnapsho: ue, 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, true, 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__enable_for_activity, false, 2, 0), Flag(UnivisionDataProtoPrewarm__enable_for_process_start, false, 2, 0), Flag(UnivisionDataProtoPrewarm__enable_for_serp, false, 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__home_url_paths, 'CgpzdWJuYXZIb21l', 5, 0), Flag(UnivisionHomeIa__is_enabled, false, 2, 0), Flag(UnivisionJankFixes__is_yt_overdraw_fix_enabled, true, 2, 0), Flag(UnivisionUiLogging__enable_gil_for_my_reviews, false, 2, 0), Flag(UnivisionUiLogging__enable_legacy_for_my_reviews, true, 2, 0), Flag(Univision__disable_lazy_column_fade_animation, false, 2, 0), Flag(Univision__disable_preinflation, false, 2, 0), Flag(Univision__enable_aot_state_logging, false, 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, 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_early_fetch_async_ads, false, 2, 0), Flag(Univision__enable_entry_point_logging_optimization, false, 2, 0), Flag(Univision__enable_generic_card_cluster_v3, false, 2, 0), Flag(Univision__enable_lazy_column_specifying_item_type, true, 2, 0), Flag(Univision__enable_metadataui_improvements, true, 2, 0), Flag(Univision__enable_metadataui_v2, false, 2, 0), Flag(Univision__enable_my_reviews_page, false, 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, false, 2, 0), Flag(Univision__enable_serp, false, 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__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_de +02-27 08:43:02.990 29349 29369 D GetConfigurationSnapsho: lay_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_line, false, 2, 0), Flag(UserLanguages__enable_language_split_per_app_value_store, true, 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_displaymodeswitcher_on_details_shim_fragment, false, 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, 819574325, 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(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, false, 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(VisualRe +02-27 08:43:02.990 29349 29369 D GetConfigurationSnapsho: freshPhase2__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_phase_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(Wayfinder__enable_call_to_action_button_link_change, false, 2, 0), Flag(WearHygieneOptimization__enable_wear_hygiene_optimization, true, 2, 0), Flag(Webview__exact_url_allowlist, '', 5, 0), Flag(Webview__subdomain_allowlist, 'ChNhY2NvdW50cy5nb29nbGUuY29tCg9kb2NzLmdvb2dsZS5jb20KD3BsYXkuZ29vZ2xlLmNvbQoTcG9saWNpZXMuZ29vZ2xlLmNvbQoQc3RvcmUuZ29vZ2xlLmNvbQ', 5, 0), Flag(WideMediaVideoScreenshotHeightOverride__enable_cluster_height_override, false, 2, 0), Flag(YoutubePlayerLogging__disable_server_logging_for_youtube_players, false, 2, 0) +02-27 08:43:02.990 29349 29369 D GetConfigurationSnapsho: byFlagStorageType, deleteSet = +02-27 08:43:03.036 29389 29389 I GmsReceiverSupport: Registered Receiver for 14+1 IntentFilters +02-27 08:43:03.179 29349 29356 I android.vendin: Compiler allocated 4192KB to compile java.lang.Object eoc.m() +02-27 08:43:03.197 29547 29547 W ChimeRegistrationManage: Chime not initialized, cannot register for notifications. +02-27 08:43:03.228 505 1395 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10033; state: DISABLED +02-27 08:43:03.229 505 1395 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10033; state: DISABLED +02-27 08:43:03.229 505 1395 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10033; state: DISABLED +02-27 08:43:03.229 505 1395 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10033; state: ENABLED +02-27 08:43:03.230 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10033; state: ENABLED +02-27 08:43:03.255 29349 29379 I Finsky : [58] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 08:43:03.266 29547 29547 W Glide : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored +02-27 08:43:03.266 505 505 W Looper : Slow dispatch took 108ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=com.android.server.notification.NotificationManagerService$CancelNotificationRunnable@22af444 m=0 +02-27 08:43:03.302 322 322 D Zygote : Forked child process 29621 +02-27 08:43:03.305 505 555 W ActivityManager: Slow operation: 77ms so far, now at startProcess: returned from zygote! +02-27 08:43:03.308 505 555 W ActivityManager: Slow operation: 80ms so far, now at startProcess: done updating battery stats +02-27 08:43:03.308 505 555 W ActivityManager: Slow operation: 80ms so far, now at startProcess: building log message +02-27 08:43:03.308 505 555 I ActivityManager: Start proc 29621:com.android.providers.tv/u0a33 for content provider {com.android.providers.tv/com.android.providers.tv.TvProvider} +02-27 08:43:03.308 505 555 W ActivityManager: Slow operation: 80ms so far, now at startProcess: starting to update pids map +02-27 08:43:03.308 505 555 W ActivityManager: Slow operation: 80ms so far, now at startProcess: done updating pids map +02-27 08:43:03.314 29349 29373 I Finsky : [52] lct.h(7): Already at the latest configurations for experiment package com.google.android.finsky.stable. +02-27 08:43:03.614 29349 29379 I Finsky : [58] mqf.apply(87): SCH: Scheduling system job Id: 9393, L: 39785786, D: 82985786, C: false, I: false, N: 1 +02-27 08:43:03.824 29349 29378 I Finsky : [57] lct.h(1): Triggered update for experiment package com.google.android.finsky.regular. +02-27 08:43:04.116 29621 29621 E id.providers.t: Not starting debugger since process cannot load the jdwp agent. +02-27 08:43:04.199 29389 29389 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:43:04.496 29389 29620 I Watchcat: Started +02-27 08:43:04.512 29389 29624 I GMS_MM_Logger: Started. +02-27 08:43:04.550 505 514 W system_server: Suspending all threads took: 21.252ms +02-27 08:43:05.234 29389 29389 D BoundBrokerSvc: onBind: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:43:05.237 29389 29389 D BoundBrokerSvc: Loading bound service for intent: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:43:05.512 505 1684 W ActivityManager: Slow operation: 923ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:43:05.533 505 1684 W ActivityManager: Slow operation: 945ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:43:05.534 505 1684 W ActivityManager: Slow operation: 946ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:43:05.560 505 505 W Looper : Slow dispatch took 343ms main h=com.android.server.pm.SnapshotStatistics$1 c=null m=0 +02-27 08:43:05.617 29457 29644 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:43:05.670 505 1684 W ActivityManager: Slow operation: 1082ms so far, now at attachApplicationLocked: after updateOomAdjLocked +02-27 08:43:05.686 29621 29621 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10033; state: ENABLED +02-27 08:43:05.689 505 505 W Looper : Slow dispatch took 128ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=6 +02-27 08:43:05.730 505 514 I system_server: Background young concurrent copying GC freed 859022(21MB) AllocSpace objects, 0(0B) LOS objects, 14% free, 27MB/32MB, paused 65.518ms,55.323ms total 1.952s +02-27 08:43:05.884 29349 29349 I Finsky : [2] VerifyInstallTask.j(2): VerifyApps: Returning package verification result id=3, result=ALLOW +02-27 08:43:05.909 29349 29501 I Finsky : [92] msm.a(16): SCH: job service finished with id 9214. +02-27 08:43:05.911 29389 29389 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:43:05.911 29389 29389 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:43:05.932 29349 29373 I Finsky : [52] mar.accept(5): SCH: Scheduling phonesky job Id: 3-9, CT: 1772156582793, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }] +02-27 08:43:06.152 29349 29379 I Finsky : [58] mqf.apply(81): SCH: Scheduling 0 system job(s) +02-27 08:43:06.153 29621 29634 I id.providers.t: Background young concurrent copying GC freed 12555(540KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1915KB/25MB, paused 605us,10us total 625.778ms +02-27 08:43:06.170 29349 29349 I Finsky : [2] VerifyInstallTask.iW(7): VerifyApps: Verification complete: id=3, package_name=com.streamflow.tv +02-27 08:43:06.178 505 505 W Looper : Slow dispatch took 169ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:43:06.254 29349 29369 D GetConfigurationSnapsho: getFullConfigurations +02-27 08:43:06.260 29457 29457 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 08:43:06.260 29457 29457 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms } +02-27 08:43:06.321 505 554 I ActivityManager: Force stopping com.streamflow.tv appid=10082 user=-1: installPackageLI +02-27 08:43:06.374 29349 29452 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:43:06.374 29349 29452 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 7 +02-27 08:43:06.374 29349 29452 V DynamiteModule: Dynamite loader version >= 2, using loadModule2NoCrashUtils +02-27 08:43:06.474 29621 29621 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.tv' set to: 'default' +02-27 08:43:06.474 29621 29621 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:43:06.479 29621 29621 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:06.480 29621 29621 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:06.484 505 594 D ConnectivityService: requestNetwork for uid/pid:10048/29547 activeRequest: null callbackRequest: 385 [NetworkRequest [ REQUEST id=386, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:43:06.484 505 575 I PackageManager: Update package com.streamflow.tv code path from /data/app/~~nlXn93A5BLFrEnn1sdCXyA==/com.streamflow.tv-tIn3dWm-8A1HkKbUToJ0Ng== to /data/app/~~Fu7oy_QP_dLLnrX6P6VI-w==/com.streamflow.tv-kq2Mb4xjJMjMdpxCQIyWqA==; Retain data and using new +02-27 08:43:06.508 505 709 D ConnectivityService: NetReassign [386 : null → 101] +02-27 08:43:06.536 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=386, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:43:06.536 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=386, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:43:06.541 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=386, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:43:06.581 505 575 I PackageManager: Permission ownership changed. Updating all permissions. +02-27 08:43:06.911 29349 29379 E Finsky : [58] eln.accept(19): GMS compliance query failed. +02-27 08:43:06.911 29349 29379 E Finsky : com.google.common.util.concurrent.TimeoutFuture$TimeoutFutureException: Timed out (timeout delayed by 20 ms after scheduled time): xpt@bc7754f[status=PENDING, setFuture=[bms@3c534dc[status=PENDING, info=[tag=[snq@f3ab9e5]]]]] +02-27 08:43:07.028 505 514 I system_server: Background concurrent copying GC freed 862219(21MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 17MB/34MB, paused 967us,157us total 541.919ms +02-27 08:43:07.097 29349 29369 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(AcquireClientConfig__enable_accessibility_info, false, 2, 0), Flag(AcquirePurchaseCodegen__enable_inapp_purchase_data_list_in_response_bundle, true, 2, 0), Flag(AcquirePurchaseCodegen__enable_new_backend_docid_for_logging_backend, 'CglDTE9VRENBU1QKBE5FU1QKCVdPUktTUEFDRQoQWU9VVFVCRV9DT01NRVJDRQoFT0NFQU4', 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, true, 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(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(AlleyOopDiversion__hsdp_spring_animation_stiffness, 700.0, 3, 0), Flag(AlleyOopExternalTheme__enable_external_callers_theme, true, 2, 0), Flag(AlleyOopInstallBehavior__relaunch_initial_dialog_on_install_cancel, true, 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(AppContentServiceContentFetcherSettings__client_integration_config, 'CjkKC2JvdXlndWVzLXR2EioKGmZyLmJvdXlndWVzdGVsZWNvbS50di5iYnVpEgIKABoCEgAiAiIAKgAKJQoHZGlyZWN0dhIaCgpjb20uYXR0LnR2EgIKABoCEgAiAiIAKgAKMQoOZGlyZWN0di10di1kZXYSHwoPY29tLmF0dC50di5kZnc2EgIKABoCEgAiAiIAKgAKKwoEaXR2eBIjChNhaXIuSVRWTW9iaWxlUGxheWVyEgIKABoCEgAiAiIAKgAKLQoHaXR2eC10dhIiChJ1ay5jby5mcmVldmlldy5pdHYSAgoAGgISACICIgAqAApOCgxtZXJjYWRvLXBsYXkSPgohY29tLm1lcmNhZG9saWJyZS5hbmRyb2lkLm1wbGF5X3R2EgIKABoCEgAiAiIAKg0KCwoAEgcKAgoAEgEBCisKBHBsZXgSIwoTY29tLnBsZXhhcHAuYW5kcm9pZBICCgAaAhIAIgIiACoACiwKCHBsdXRvLXR2EiAKEHR2LnBsdXRvLmFuZHJvaWQSAgoAGgISACICIgAqAAorCgVzbGluZxIiCgljb20uc2xpbmcSAgoAGgISACICIgAqCQoHEgMSAQIiAApHChJzb255LXBpY3R1cmVzLWNvcmUSMQoUY29tLnNvbnlwaWN0dXJlc2NvcmUSAgoAGgISACICIgAqDQoLCgASBwoCCgASAQEKMwoHc29ueWxpdhIoCgtjb20uc29ueWxpdhICCgAaAhIAIgIiACoNCgsKABIHCgIKABIBAQo0CgpzcG90aWZ5LXR2EiYKFmNvbS5zcG90aWZ5LnR2LmFuZHJvaWQSAgoAGgISACICIgAqAAorCgRzdGFuEiMKD2F1LmNvbS5zdGFuLmFuZBICCgAaAgoAGgISACICIgAqAAozCgpzdHYtcGxheWVyEiUKFXR2LnN0di5hbmRyb2lkLnBsYXllchICCgA +02-27 08:43:07.098 29349 29369 D GetConfigurationSnapsho: aAhIAIgIiACoACjIKCHN2dC1wbGF5EiYKFnNlLnN2dC5hbmRyb2lkLnN2dHBsYXkSAgoAGgISACICIgAqAAo5CgZ0ZWxhc2ESLwofY29tLmtkZGkuYW5kcm9pZC5zdGI0a3ZpZGVvcGFzcxICCgAaAhIAIgIiACoACjQKEHRoZS1yb2t1LWNoYW5uZWwSIAoQY29tLnJva3Uud2ViLnRyYxICCgAaAhIAIgIiACoAClQKFHYtZmFzdC1jaGFubmVsLWd0djRvEjwKEmpwLmZhc3R2Lmd0di50dmFwcBICCgAaAhIAIgIiACoaCgsKABIHCgIKABIBAQoLEgcKAgoAEgEDKgAKLQoFdmlkaW8SJAoUY29tLnZpZGlvLmFuZHJvaWQudHYSAgoAGgISACICIgAqAAo1Cgh3YWlwdS10dhIpChBkZS5leGFyaW5nLndhaXB1EgIKABoCEgAiAiIAKgkKBxIDEgECIgAKOgoPeHN0cmVhbS1wbGF5LXR2EicKF3R2LmFpcnRlbC54c3RyZWFtLnR2YXBwEgIKABoCEgAiAiIAKgAKKwoHeHVtby10dhIgChBjb20ueHVtby54dW1vLnR2EgIKABoCEgAiAiIAKgAKSAoKeW91dHViZS1schI6Ch1jb20uZ29vZ2xlLmFuZHJvaWQueW91dHViZS50dhICCgAaAhIAIgIiACoNCgsKABIHCgIKABIBAQo3CgR6ZWU1Ei8KEmNvbS5ncmF5bWF0cml4LmRpZBICCgAaAhIAIgIiACoNCgsKABIHCgIKABIBARJKCgYQBxgBIDISBhABGAAgFCIGEAEYASAUKgIQAzICEAE6AhABSgIQAVICEAFaAhABYggKBhoECgIaAGoCEANyBhABGAEgAnoCEAE', 5, 0), Flag(AppContentServiceContentFetcherSettings__get_home_stream_timeout, 'CAQ', 5, 0), Flag(AppContentServiceContentFetcherSettings__get_home_stream_timeout_in_millis, 2000, 1, 0), Flag(AppContentServiceContentFetcherSettings__get_providers_timeout, 'CAQ', 5, 0), Flag(AppContentServiceContentFetcherSettings__package_name_map, 'CiIKB2F1ZGlibGUSF2NvbS5hdWRpYmxlLmFwcGxpY2F0aW9uChgKB2JldC1ub3cSDWNvbS5iZXQuc2hvd3MKHgoIYmV0LXBsdXMSEmNvbS52aWFjb20uYmV0cGx1cwovCg5jb21lZHktY2VudHJhbBIdY29tLnZtbi5hbmRyb2lkLmNvbWVkeWNlbnRyYWwKNAoOZGlzY292ZXJ5LXBsdXMSImNvbS5kaXNjb3ZlcnkuZGlzY292ZXJ5cGx1cy5tb2JpbGUKFQoEZXBpeBINY29tLmVwaXguZXBpeAodCghlcGl4LW5vdxIRY29tLmVwaXguZXBpeC5ub3cKIQoDZm9kEhphaXIuanAuY28uZnVqaXR2LmZvZHZpZXdlcgofCgpmb3gtbmF0aW9uEhFjb20uZm5nLmZveG5hdGlvbgofCghmb3gtbmV3cxITY29tLmZveG5ld3MuYW5kcm9pZAoWCgdmb3gtbm93Egtjb20uZm94Lm5vdwogCghoYXlzdGFjaxIUY29tLmhheXN0YWNrLmFuZHJvaWQKGgoJaHVsdS1wbHVzEg1jb20uaHVsdS5wbHVzCicKBGpveW4SH2RlLnByb3NpZWJlbnNhdDFkaWdpdGFsLnNldmVudHYKIwoGa29jb3dhEhljb20ua29jb3dhLmFuZHJvaWQubW9iaWxlCikKD21vdmllcy1hbnl3aGVyZRIWY29tLm1vdmllc2FueXdoZXJlLmdvbwofCgNtdHYSGGNvbS5tdHZuLm10dlByaW1lQW5kcm9pZAoQCgRtdWJpEghjb20ubXViaQobCgRva29vEhNmci5mcmFuY2V0di56b3V6b3VzCioKEXBhcmFtb3VudC1uZXR3b3JrEhVjb20udm1uLmFuZHJvaWQuc3Bpa2UKHwoRcGFyYW1vdW50LXBsdXMtY2ESCmNvbS5jYnMuY2EKGwoEcGxleBITY29tLnBsZXhhcHAuYW5kcm9pZAouCglwcm9zaWViZW4SIWRlLnByb3NpZWJlbnNhdDFkaWdpdGFsLnByb3NpZWJlbgooCgpyZWRidWxsLXR2Ehpjb20ubm91c2d1aWRlLmFuZHJvaWQucmJ0dgokCg1yaXZlLWFsYWNhcnRhEhNydHZlLnRhYmxldC5hbmRyb2lkChUKCHNsaW5nLXR2Egljb20uc2xpbmcKFwoEc3RhbhIPYXUuY29tLnN0YW4uYW5kCi4KBXN0YXJ6EiVjb20uYnlkZWx1eGUuZDMuYW5kcm9pZC5wcm9ncmFtLnN0YXJ6ChUKB3R1YmktdHYSCmNvbS50dWJpdHYKHwoGdHdpdGNoEhV0di50d2l0Y2guYW5kcm9pZC5hcHAKGgoDdmgxEhNjb20ubXR2bi52aDFhbmRyb2lkChUKBHh1bW8SDWNvbS54dW1vLnh1bW8', 5, 0), Flag(AppContentService__allowed_package_signatures, 'CmwKKGNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLmF1dG9tb3RpdmUub3NjYXISQEE3Q0MxQzI4NjJGMzhCNDc4RTA2RkZGNzBDNjY4NTk5NjJEQkFBM0U3NEIwNEZEQ0VBMjc4MzMxQzBFNDAzQUIKaQolY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMubmV4dXNsYXVuY2hlchJANEI0RDlBQkRFOEYzRDY5ODc1NThDNzZFMjYxRTZGRTlEM0M3Q0MyOTlFQkVGMjJENTZERjYzMjFEQkFFMzU2MgppCiVjb20uZ29vZ2xlLmFuZHJvaWQuYXBwcy5waXhlbC5zdWJ6ZXJvEkBDNEJDNTE0NDk4NkU5NkVEOTQwMDFFNjM2NTg0NjU1MjRDNTdDM0I4RERBNEEzOUQxOTU3RDlBNzJFNjg5Njkw', 5, 0), Flag(AppContentService__allowed_packages, 'Cidjb20uZ29vZ2xlLmFuZHJvaWQuZ29vZ2xlcXVpY2tzZWFyY2hib3gKKmNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLm1lZGlhaG9tZS5sYXVuY2hlcgoTY29tLmFuZHJvaWQudmVuZGluZwolY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMubmV4dXNsYXVuY2hlcgooY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMuYXV0b21vdGl2ZS5vc2NhcgolY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMucGl4ZWwuc3ViemVybw', 5, 0), Flag(AppContentService__trusted_package_keys, 'Cmljb20uZ29vZ2xlLmFuZHJvaWQucGxheS5lbmdhZ2UudmVyaWZ5YXBwOkQzNEJFMTNBNjI1MDFGNEUwOEJGRjEwNDgzNzg5NjA5RjI1MjFBRUQ1M0VBNDcyNDkyNTlGNzA0RUYwODMwNzU', 5, 0), Flag(AppDependencyInstall__enable_request_install_access_filter, true, 2, 0), Flag(AppDependencyInstall__request_install_access_filter, 'ChRjb20uZ29vZ2xlLmFyLmNvcmV8LQo1Y29tLmdvb2dsZS5hbmRyb2lkLnBsYXkuZ2FtZXN8K2NvbS5nb29nbGUuYW5kcm9pZC5nbXM', 5, 0), Flag(AppDetailsInAppProducts_ +02-27 08:43:07.099 29349 29369 D GetConfigurationSnapsho: _enable_in_app_products_cards_collapsed, false, 2, 0), Flag(AppDetailsInAppProducts__enable_in_app_products_cards_expanded, false, 2, 0), Flag(AppEngageServiceSettings__third_party_content_provider_allowlist, 'Chdjb20uYXVkaWJsZS5hcHBsaWNhdGlvbg', 5, 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(AppOpenDownloadManager__download_manager_notification_heads_up_delay, 'EICjw0c', 5, 0), Flag(AppOpenDownloadManager__enable_app_owner_check, false, 2, 0), Flag(AppOpenDownloadManager__enable_download_manager_notification, false, 2, 0), Flag(AppOpenDownloadManager__enable_download_manager_notification_clear_load, false, 2, 0), Flag(AppOpenDownloadManager__enable_download_manager_notification_see_more_button, false, 2, 0), Flag(AppOpenDownloadManager__enable_dual_channel_download_manager_notification, false, 2, 0), Flag(AppOpenDownloadManager__enable_high_priority_single_channel_download_manager_notification, false, 2, 0), Flag(AppOpenDownloadManager__enable_show_progress_download_manager_notification, false, 2, 0), Flag(AppPack__enable_app_pack, false, 2, 0), Flag(AppRestrictions__app_restrictions_update_message_whitelisted_packages, '+com.samsung.android.knox.kpu,com.aavamobile.oemconfig,com.archos.oemconfig,com.bartec.oemconfig,com.bluebird.android.oemconfig,com.chainway.oemconfig.playstore,com.cipherlab.oemconfig.common,com.crosscall.oemconfig,com.datalogic.oemconfig,com.datalogic.oemconfig.beta,com.datalogic.settings.oemconfig,com.datalogic.settings.oemconfig.beta,com.ecom.ecommanager,com.ecom.econfig.smart,com.ecom.econfig.smart0x,com.ecom.enterprise.oemconfig,com.elotouch.elooemconfig,com.fcnt.arrowsconfig_test,com.fcnt.fun.oemconftestb,com.fcnt.mobile_phone.arrowsconfig,com.fcnt.mobile_phone.arrowsconfig_test,com.fcnt.mobile_phone.seniorcareconfig,com.fcnt.mobile_phone.seniorcareconfig_test,com.fcnt.mobile_phone.swupsetting,com.fcnt.mobile_phone.swupsetting_dl,com.fcnt.mobile_phone.sysoptionsetting,com.fcnt.mobile_phone.sysoptionsetting_test,com.getac.app.getacoemconfig,com.getac.app.oemconfigprivate,com.getac.app.getacoemconfigswprivate,com.getac.app.getacoemconfigswprivate.v2,com.getac.app.oemconfigswsupport,com.google.android.feedbacktestapp,com.handheldgroup.oemconfig.internal,com.honeywell.oemconfig.scanpal,com.handsfree.r5.r5oemconfig,com.hanshow.cart.oemconfig,com.hmdglobal.app.oemconfig,com.hmdglobal.app.oemconfig.n4_2,com.hmdglobal.app.oemconfig.n5_3,com.hmdglobal.app.oemconfig.n7_2,com.hmdglobal.app.staging_oemconfig,com.honeywell.oemconfig,com.honeywell.oemconfig.dev,com.honeywell.oemconfig.qa,com.huawei.mdm.dpc,com.isafemobile.ismconfig,com.iwaylink.oemconfig,com.jlt.oemconfig,com.lenovo.oemconfig.dev,com.lenovo.oemconfig.rel,com.lge.oemconfig,com.microsoft.intune,com.microsoft.oemconfig,com.microsoft.surface.config,com.microsoft.surface.oemconfig,com.microsoft.surface.oemconfig.cnry,com.mobiiot.managedconfigurations,com.motorola.oemconfig.demo,com.motorola.oemconfig.rel,com.motorolasolutions.lexoemconfig,com.oemconfig.janam,com.panasonic.mobile.demo_oemconfig,com.panasonic.mobile.oemconfig,com.panasonic.mobile.oemconfig.internal,com.rhinomobility.config,com.rhinomobility.oemc,com.rhinomobility.oemconfig,com.samsung.android.knox.kpu.beta,com.samsung.android.knox.kpu.demo,com.samsung.android.knox.kpu.poc,com.seuic.seuicoemconfig,com.sonim.oemappconfig,com.spectralink.barcode.service,com.spectralink.buttons,com.spectralink.slnkdevicesettings,com.spectralink.slnkdevicesettingstest,com.spectralink.slnklogger,com.spectralink.slnkvqo,com.st_oct.oemconfigtest,com.unitech.oemconfig,com.unitech.oemconfig.betatest,com.urovo.oemconfig,com.urovo.oemconfigs,com.xiaomi.oemconfig,com.zebra.enrollmentmgr,com.zebra.oemconfig.beta1,com.zebra.oemconfig.common,com.zebra.oemconfig.common.beta,com.zebra.oemconfig.rel +02-27 08:43:07.099 29349 29369 D GetConfigurationSnapsho: ease,com.zebra.oemconfig.workaround,device.apps.emkitagent,ezhu.oemconfig.test,jp.co.sharp.android.shoemconfig,jp.co.sharp.android.shoemconfig2,jp.kyocera.corp.manager,jp.kyocera.enterprisedeviceconfig,net.ezkit.oemconfig,net.m3mobile.app.oemconfig,com.google.android.apps.pixel.configurator', 4, 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_installed_app_info, true, 2, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_max_daily_size_bytes, 2097152, 1, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_max_profile_size_bytes, 1048576, 1, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_sample_threshold, 100, 1, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_snapshot_timeout_seconds, 3, 1, 0), Flag(ArtProfiles__enable_art_upload_app_must_have_code, true, 2, 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(AuthenticationReady__enable_enforce_strong_biometric_auth, 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__auto_update_exclude_foreground_allowlist, 'com.google.android.apps.dreamliner,com.google.android.katniss,com.google.android.apps.mediashell,com.google.android.tv.remote.service,com.google.android.apps.tv.launcherx,com.google.android.apps.nbu.smartconnect.tv,jp.co.sharp.av.android.cocorovision', 4, 0), Flag(AutoUpdateCodegen__cancel_queued_auto_installs_when_disable_auto_update, true, 2, 0), Flag(AutoUpdateCodegen__collect_update_failure_history, true, 2, 0), Flag(AutoUpdateCodegen__dark_launch_server_policy_logging_delay_ms, 10000, 1, 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_pol +02-27 08:43:07.099 29349 29369 D GetConfigurationSnapsho: icy, 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_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_mainline_server_policy, false, 2, 0), Flag(AutoUpdateCodegen__enable_dark_launch_phone_basic_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_global_rapid_autoupdate_policy, true, 2, 0), Flag(AutoUpdateCodegen__enable_gmscore_server_policy, true, 2, 0), Flag(AutoUpdateCodegen__enable_hidden_server_policy, false, 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_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_rapid_server_policy, true, 2, 0), Flag(AutoUpdateCodegen__enable_tv_basic_server_policy, true, 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_ms, 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, false, 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_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_f +02-27 08:43:07.099 29349 29369 D GetConfigurationSnapsho: ailure_history, true, 2, 0), Flag(AutoUpdateCodegen__share_user_auto_update_setting, true, 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, 'CiJjb20uZ29vZ2xlLmFuZHJvaWQuZ21zLnBheS5zaWRlY2FyChZnb3YubW9vc3lsdmFuaWEuZW54LnYzCh1jb20uZ29vZ2xlLmFuZHJvaWQuc2FmZXR5Y29yZQoeY29tLmdvb2dsZS5hbmRyb2lkLmNvbnRhY3RrZXlz', 5, 0), Flag(AutoUpdatePolicies__auto_deploy_disk_space_threshold_bytes, 1073741824, 1, 0), Flag(AutoUpdatePolicies__enable_enx_headless_deployment, false, 2, 0), Flag(AutoUpdatePolicies__enable_gpay_sidecar, false, 2, 0), Flag(AutoUpdatePolicies__enx_headless_allowed_packages, 'ChZnb3YubW9vc3lsdmFuaWEuZW54LnYzChFnb3Yuc2FtcGxlLmVueC52Mw', 5, 0), Flag(AutoUpdatePolicies__gpay_sidecar_dependent_packages, 'ChZjb20uZmVsaWNhbmV0d29ya3MubWZj', 5, 0), Flag(AutoUpdatePolicies__promise_icon_hidden_packages, 'ChZnb3YubW9vc3lsdmFuaWEuZW54LnYzChFnb3Yuc2FtcGxlLmVueC52MwoiY29tLmdvb2dsZS5hbmRyb2lkLmdtcy5wYXkuc2lkZWNhcgoSY29tLmdvb2dsZS5hci5jb3JlCh1jb20uZ29vZ2xlLmFuZHJvaWQuc2FmZXR5Y29yZQoeY29tLmdvb2dsZS5hbmRyb2lkLmNvbnRhY3RrZXlz', 5, 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_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, false, 2, 0), Flag(AutoplayVideos__enable_full_screen_support, false, 2, 0), Flag(AutoplayVideos__enable_overlay_on_pause, true, 2, 0), Flag(AutoplayVideos__enable_video_autoplaying, false, 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, false, 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__avoid_bulk_cancel_deep_links_and_details_requests, false, 2, 0), Flag(AvoidBulkCancelNetworkRequests__avoid_bulk_cancel_image_requests, false, 2, 0), Flag(Battlestar__install_api_killswitch, false, 2, 0), Flag(BmUnauthPaiUpdates__enable_bm_unauth_pai_app_updates, true, 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(BulkGrantEntitlement__enable_bulk_grant_entitlement, true, 2, 0), Flag(BulkGrantEntitlement__enable_logging_purchase_free_acquire_out_of_session, true, 2, 0), Flag(BundleSizeOptimization__enable_uibuilder_activity_saveinstancestate_bundle_log, false, 2, 0), Flag(BundleSizeOptimization__enable_uibuilder_bundle_deduplication, false, 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) +02-27 08:43:07.100 29349 29369 D GetConfigurationSnapsho: , 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, false, 2, 0), Flag(CarPermissions__kill_switch_app_permission_fragment, 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(Checkin__disable_checkin_receiver, 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, false, 2, 0), Flag(CommerceUnifiedLogging__enable_combined_logging, false, 2, 0), Flag(CommerceUnifiedLogging__enable_server_node_logging_for_purchase_background_event, true, 2, 0), Flag(ConfirmPriceChange__enable_bottomsheet, true, 2, 0), Flag(ConsumePurchase__enable_consume_purchase, false, 2, 0), Flag(ContentSync__max_num_retries, 5, 1, 0), Flag(ContentSync__retry_delay, 'CBQ', 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, false, 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(Cubes__is_dogfooder_device, false, 2, 0), Flag(CustomPreInflation__apps_preinflation_card_view_counts, '', 5, 0), Flag(CustomPreInflation__apps_preinflation_card_views, '', 5, 0), Flag(CustomPreInflation__enable_custom_preinflation, false, 2, 0), Flag(CustomPreInflation__enable_home_specific_preinflation, false, 2, 0), Flag(CustomPreInflation__games_preinflation_card_view_counts, '', 5, 0), Flag(CustomPreInflation__games_preinflation_card_views, '', 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(DetailsPageAct +02-27 08:43:07.100 29349 29369 D GetConfigurationSnapsho: ionButtonsPositionProvider__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_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, 'CIQH', 5, 0), Flag(DevTriggeredUpdatesCodegen__item_store_migration, true, 2, 0), Flag(DevTriggeredUpdates__dev_triggered_updates_package_controller, '-', 4, 0), Flag(DeviceAppInfo__log_device_app_info_in_session_data, true, 2, 0), Flag(DeviceAttributesSync__device_attributes_reuse_duration, 'CIDUkwE', 5, 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_devi +02-27 08:43:07.100 29349 29369 D GetConfigurationSnapsho: ce_interoperability_v1, false, 2, 0), Flag(DeviceLockControllerInstallPolicy__enable_device_lock_controller_install_policy, true, 2, 0), Flag(DeviceLockControllerInstallPolicy__enable_device_lock_controller_install_policy_beta_channel_apps, true, 2, 0), Flag(DeviceSettings__enable_device_settings, true, 2, 0), Flag(DeviceSetupCodegen__disable_atl_rro_restore_during_deferred_setup, 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(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, true, 2, 0), Flag(DisableFadeAnimations__disable_fadein_animation, true, 2, 0), Flag(DisablePreRegistrationReleaseNotificationRetries__is_enabled, false, 2, 0), Flag(DisplayApkSize__display_apk_size, true, 2, 0), Flag(DoubleClickPrevention__double_click_prevention_threshold_ms, 700, 1, 0), Flag(DownloadManager__complete_download_when_status_success, true, 2, 0), Flag(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_droidguard_token_generation_for_all_device_classes, false, 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, 10240, 1, 0), Flag(DynamicSplitsCodegen__splitcompat_bypass_storage_check_offset_mb, 300, 1, 0), Flag(DynamicSplitsCodegen__splitcompat_package_controller, '+com.zhiliaoapp.musically,com.ss.android.ugc.trill,com.zhiliaoapp.musically.go,com.ss.android.ugc.now,com.adobe.reader,com.snapchat.android,com.myairtelapp,com.larksuite.suite,com.ss.android.ugc.tiktok.lite,com.lemon.lvoverseas,com.ss.android.tt.creator +02-27 08:43:07.100 29349 29369 D GetConfigurationSnapsho: ,com.google.android.gms', 4, 0), Flag(DynamicSplits__dynamic_split_download_size_threshold_metered, 209715200, 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,com.instagram.lite,com.facebook.mlite,com.facebook.pages.app,com.instagram.barcelona,com.facebook.talk,com.whatsapp,com.whatsapp.w4b,com.facebook.workrooms,com.oculus.twilight', 4, 0), Flag(EcChoice__allow_back_to_return_home, true, 2, 0), Flag(EcChoice__browser_package_ids, '', 5, 0), Flag(EcChoice__elapsed_time_till_trigger, 2000, 1, 0), Flag(EcChoice__enable_ec_choice_flow, false, 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__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(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, true, 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, true, 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, true, 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(EnterpriseInstallPolicies__device_management_install_options_allowlist, ' +02-27 08:43:07.100 29349 29369 D GetConfigurationSnapsho: ChZjb20uZ29vZ2xlLmFuZHJvaWQuZ21z', 5, 0), Flag(EnterprisePrivacyUxImprovements__enable_work_badge_and_install_text, false, 2, 0), Flag(EnterpriseUnifiedUpdateControlsPolicy__enterprise_unified_update_control_system_services_package_names, 'ChVjb20uZ29vZ2xlLmFuZHJvaWQuYXMKHWNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLnNjb25lChpjb20uZ29vZ2xlLmFuZHJvaWQud2VidmlldwoSY29tLmdvb2dsZS5hci5jb3JlChdjb20uZ29vZ2xlLmFuZHJvaWQub2RhZAokY29tLmdvb2dsZS5hbmRyb2lkLnR2cmVjb21tZW5kYXRpb25zChhjb20uZ29vZ2xlLmFuZHJvaWQuZXVpY2MKK2NvbS5nb29nbGUuYW5kcm9pZC53ZWFyYWJsZS5maXRiaXQubWN1LmRhdGEKKGNvbS5nb29nbGUuYW5kcm9pZC5zZXR0aW5ncy5pbnRlbGxpZ2VuY2UKHWNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLnR1cmJvCiJjb20uZ29vZ2xlLmFuZHJvaWQuZ21zLnN1cGVydmlzaW9uChxjb20uZ29vZ2xlLmFuZHJvaWQuZ21zc3lzdGVtCh1jb20uZ29vZ2xlLmFuZHJvaWQuc2FmZXR5Y29yZQoeY29tLmdvb2dsZS5hbmRyb2lkLmNvbnRhY3RrZXlzChljb20uZ29vZ2xlLmFuZHJvaWQuYXMub3NzChhjb20uZ29vZ2xlLmFuZHJvaWQubW9zZXkKG2NvbS5nb29nbGUuYW5kcm9pZC5jYWxsY29yZQoWY29tLmdvb2dsZS5hbmRyb2lkLmdtcw', 5, 0), Flag(EnterpriseUnifiedUpdateControlsPolicy__enterprise_unified_update_policy_auto_update_reasons_to_cancel, 'CgthdXRvX3VwZGF0ZQoUbWFpbmxpbmVfYXV0b191cGRhdGU', 5, 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, false, 2, 0), Flag(ExperimentFramework__enable_device_config_upload_for_all_unauth, false, 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, false, 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(FetchBillingUiInstructions__enable_fetch_billing_ui_instructions, true, 2, 0), Flag(FifeImage__ttl_in_days, 15, 1, 0), Flag(FileByFile__required_fbf_compression_levels, 'CgIGCQ', 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, false, 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, true, 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, +02-27 08:43:07.100 29349 29369 D GetConfigurationSnapsho: 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(GiftingEducationTooltip__one_google_education_for_gifting_end_date, 'COoPEAEYAQ', 5, 0), Flag(GiftingEducationTooltip__one_google_education_for_gifting_start_date, 'COkPEAsYAQ', 5, 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, false, 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, true, 2, 0), Flag(GoogleTvFeatures__enable_read_more_pmtv_playback_banner, false, 2, 0), Flag(GoogleTvFeatures__force_dark_theme, false, 2, 0), Flag(GppOdmlWarnings__is_enabled, true, 2, 0), Flag(GridCluster__recycled_view_pool_size, 8, 1, 0), Flag(Hibernation__flagless_unhibernation_killswitch, false, 2, 0), Flag(HorizontalClusterImpression__disable_extra_layout_space, true, 2, 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_treatment, true, 2, 0), Flag(IconUniformity__enable_vx_treatment, true, 2, 0), Flag(ImageOptimizations__enable_high_quality_tablet_screenshot, false, 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(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, true, 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(InAppMessa +02-27 08:43:07.100 29349 29369 D GetConfigurationSnapsho: ging__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(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__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__enable_inline_video_on_details_page, false, 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, false, 2, 0), Flag(InlineVideo__enable_video_play_icon_click_full_screen_activity, false, 2, 0), Flag(InlineVideo__enable_youtube_update_dialog, false, 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_resolver_unconditional_overwrite_reasons, 'ChNhcHBfbGFuZ3VhZ2VfY2hhbmdlChphcHBfcmVjb3Zlcnlfc3BsaXRfaW5zdGFsbAoSYmF0dGxlc3Rhcl9pbnN0YWxsCgtidWxrX3VwZGF0ZQoaZGV2ZWxvcGVyX3RyaWdnZXJlZF91cGRhdGUKFGRldmljZV9vd25lcl9pbnN0YWxsCgtkc2VfaW5zdGFsbAoMZWFybHlfdXBkYXRlChdlbnRlcnByaXNlX2F1dG9faW5zdGFsbAotZW50ZXJwcmlzZV9hdXRvX2luc3RhbGxfd2l0aG91dF9sYXVuY2hlcl9pY29uCgprZXlfcmVzY3VlChJtYWludGVuYW5jZV93aW5kb3cKEm1hbnVhbF9oaWJlcm5hdGlvbgoWcGFja2FnZV91cGRhdGVfc2VydmljZQoRcGxheV9wcm90ZWN0X2xpbmsKEXJhcGlkX2F1dG9fdXBkYXRlCgtyZWNvbW1lbmRlZAoUcmVtb3RlX2luX2FwcF91cGRhdGUKFHJlbW90ZV91cGRhdGVfcHJvbXB0CilzZWxmX3VwZGF0ZV92aWFfYXV0b191cGRhdGVfZGVidWdfdHJpZ2dlcgosc2VsZl91cGRhdGVfdmlhX2F1dG9fdXBkYXRlX2VudGVycHJpc2Vfc2V0dXAKDnNpbmdsZV9pbnN0YWxsChBzdWdnZXN0ZWRfdXBkYXRlCi1zdWdnZXN0ZWRfdXBkYXRlX21hbGZ1bmN0aW9uaW5nX2FwcF9zdGFsZW5lc3MKBnRpY2tsZQoTdW5hcmNoaXZlX2Jyb2FkY2FzdAoUdW5hcmNoaXZlX2Zyb21fc3RvcmUKDXVuaGliZXJuYXRpb24KFHVzZXJfbGFuZ3VhZ2VfY2hhbmdl', 5, 0), Flag(InstallQueue__run_installs_on_readiness_listener, true, 2, 0), Flag(InstallReferrer__disable_external_referrer_from_installer_data_store, 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__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_previe +02-27 08:43:07.101 29349 29369 D GetConfigurationSnapsho: w_app, false, 2, 0), Flag(InstallerCodegen__disabled_package_logs_install_rejected_instead_of_abandoned, true, 2, 0), Flag(InstallerCodegen__enable_add_checksum, true, 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_checksum_logging, false, 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, true, 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, false, 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_state, 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__stop_samegrades_from_derived_id_zero, true, 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, false, 2, 0), Flag(InstantAppsIntentCreation__use_secure_supervisor_activity_alias_if_available, false, 2, 0), Flag(InstantAppsLaun +02-27 08:43:07.101 29349 29369 D GetConfigurationSnapsho: chKeys__construct_launch_intent_from_launch_key, false, 2, 0), Flag(InstantAppsLaunchKeys__disable_default_url_fallback, false, 2, 0), Flag(InstantAppsLaunchKeys__enable_launch_key_decoding, false, 2, 0), Flag(InstantAppsLaunchKeys__enable_launch_key_opt_in_state_checking, false, 2, 0), Flag(InstantAppsLaunchKeys__enable_launch_keys_for_details_page_and_launch_api, false, 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, false, 2, 0), Flag(InstantAppsSupervisor__killswitch_remove_supervisor_on_o, false, 2, 0), Flag(InstantAppsSupervisor__remove_supervisor, true, 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, false, 2, 0), Flag(InstantAppsTryNowVisibility__enable_try_now_on_tubesky, true, 2, 0), Flag(InstantAppsTv__enable_android_tv_compatibility, true, 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, false, 2, 0), Flag(InstantCartClientCacheBoost__ignore_developer_id, true, 2, 0), Flag(InstantCart__add_sku_details_token_from_prefetchable_acquisition, 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, true, 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, 'CgVCT09LUwoIUExBWVBBU1M', 5, 0), Flag(InstantCart__enable_new_cache_key_in_acquire_cache, true, 2, 0), Flag(InstantCart__enable_prefetch_for_yt_product_dummy, 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__app_access_risk_other_apps_capturing_signals, 'CgUEQxMPFQ', 5, 0), Flag(IntegrityService__app_access_risk_other_apps_controlling_signals, 'CgEI', 5, 0), Flag(IntegrityService__app_access_risk_play_or_system_apps_capturing_signals, 'CgUDBRIOFA', 5, 0), Flag(IntegrityService__app_access_risk_play_or_system_apps_controlling_signals, 'CgEH', 5, 0), Flag(IntegrityService__default_rate_limit_threshold, 5, 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, true, 2, 0), Flag(IntegrityService__enable_hygiene_job, false, 2, 0), Flag(IntegrityService__higher_rate_limit_packages, 'Cihjb20uZ29vZ2xlLmFuZHJvaWQuYXBwcy5wcml2YWN5LndpbGRsaWZl', 5, 0), Flag(IntegrityService__higher_rate_limit_threshold, 20, 1, 0), Flag(IntegrityS +02-27 08:43:07.101 29349 29369 D GetConfigurationSnapsho: ervice__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__other_apps_overlay_signals, 'CgEE', 5, 0), Flag(IntegrityService__pass_droidguard_flow_name_to_pgs, true, 2, 0), Flag(IntegrityService__play_or_system_apps_overlay_signals, 'CgED', 5, 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, true, 2, 0), Flag(KidsAlleyOop__enable_flag_item, false, 2, 0), Flag(KidsAlleyOop__enable_policy_footer, true, 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(LandscapeBuyFlow__enable_launching_instrument_manager_in_full_screen_for_all_flows, false, 2, 0), Flag(LandscapeBuyFlow__enable_launching_instrument_manager_in_full_screen_for_fopless_user, false, 2, 0), Flag(LandscapeBuyFlow__enable_launching_instrument_manager_in_full_screen_for_in_app_purchase, false, 2, 0), Flag(LandscapeBuyFlow__landscape_buy_flow_test_codes, 'CgKtWA', 5, 0), Flag(LanguageSwitcher__enable_ulp_data_fetch, false, 2, 0), Flag(LanguageSwitcher__ulp_testing_override, '', 5, 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(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__populate_empty_purchase_data, true, 2, 0), Flag(LibraryModule__set_read_consistency_in_phonesky, true, 2, 0), Flag(Libraryentryignoredoctype__is_enabled, false, 2, 0), Flag(LicensingServiceV1Logging__is_enabled, false, 2, 0), Flag(Licensing__allowed_installer_package_names, 'ChNjb20uYW5kcm9pZC52ZW5kaW5nChljb20uc2VjLmFuZHJvaWQuZWFzeU1vdmVy', 5, 0), Flag(Licensing__enable_install_source_enforcement_in_phonesky, 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, false, 2, 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(Log +02-27 08:43:07.101 29349 29369 D GetConfigurationSnapsho: Optimization__killswitch_deprecate_latency_events, true, 2, 0), Flag(LogOptimization__killswitch_remove_deprecated_events, 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, '+', 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, 'always_allow', 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(Mainline__duration_before_mainline_is_stale, 'CIDnhA8', 5, 0), Flag(Mainline__enable_autoupdate_manual_check, true, 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__reboot_interval_end_hour, 5, 1, 0), Flag(Mainline__reboot_interval_start_hour, 1, 1, 0), Flag(Mainline__replace_userspace_reboot_by_resume_on_reboot, true, 2, 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), 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_af +02-27 08:43:07.101 29349 29369 D GetConfigurationSnapsho: fordance_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, true, 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(NotificationClickability__enable_report_stats, 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__battlestar_beta_bump_notification_timeout, 'CAE', 5, 0), Flag(Notifications__dedup_impressions, true, 2, 0), Flag(Notifications__disable_updates_completion_channel_shrinking, false, 2, 0), Flag(Notifications__enable_adding_manage_notifications_cta_to_all_fg_notifications, false, 2, 0), Flag(Notifications__enable_logging_notification_updates, true, 2, 0), Flag(Notifications__enable_noti +02-27 08:43:07.101 29349 29369 D GetConfigurationSnapsho: fication_for_apps_with_active_subscriptions_v2, 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, 'Cg5TSU5HTEVfSU5TVEFMTAoLQVVUT19VUERBVEUKC0JVTEtfVVBEQVRF', 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, 350, 1, 0), Flag(OpenActionButton__enable_ads_click_tracking, false, 2, 0), Flag(OpenAppLinkLaunchLogging__is_enabled, false, 2, 0), Flag(OrsonDetailPage__enable_orson_detail_page, true, 2, 0), Flag(OutOfAppExperienceClientFeatures__enable_billing_account_mismatch_check, false, 2, 0), Flag(OutOfAppPurchasableInAppProductFeatures__pass_grantable_voucher_token_to_purchase_flow, true, 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(P2p__check_all_packages_for_uid, false, 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_extra_not_installable_reason_codes, true, 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, false, 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, false, 2, 0), Flag(P2p__enable_p2p_offline_page_entrypoint, false, 2, 0), Flag(P2p__enable_p2p_restore_hidden_apps_check, true, 2, 0), Flag(P2p__enable_p2p_session_cleanup, false, 2, 0), Flag(P2p__enable_p2p_vanilla_receiver_send_apps, false, 2, 0), Flag(P2p__enable_p2p_vanilla_send_more_apps, false, 2, 0), Flag(P2p__enable_p2p_vanilla_sharing, false, 2, 0), Flag(P2p__enable_peer_to_peer_app_sharing_api, false, 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, false, 2, 0), Flag(P2p__highest_enabled_api_version, 2, 1, 0), Flag(P2p__p2p_app_listing_eligibility, false, 2, 0), Flag(P2p__p2p_blocklisted_packages, '', 5, 0), Flag(P2p__p2p_corp_account_gate_passed, false, 2, 0), Flag(P2p__p2p_default_api_caller_allowlist, '', 5, 0), Flag(P2p__p2p_destination_protocol_version, 3, 1, 0), Flag(P2p__p2p_enable_aadc_restrictions_api, true, 2, 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, '', 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, false, 2, +02-27 08:43:07.102 29349 29369 D GetConfigurationSnapsho: 0), Flag(P2p__p2p_unknown_age_is_under_eighteen, true, 2, 0), Flag(P2p__p2p_updates_api_caller_allowlist, '', 5, 0), Flag(P2p__p2p_use_strict_availability_policies, true, 2, 0), Flag(P2p__use_abi_info_from_frosting, false, 2, 0), Flag(P2p__use_apk_results_list_for_events, true, 2, 0), Flag(PackageManager__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, true, 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, 'fadein', 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__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_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_phonesky_dumpsys_in_prod_versions, true, 2, 0), Flag(PhoneskyHeader__enable_phonesky_header, true, 2, 0), Flag(PhoneskyHeader__enable_phonesky_header_multiproc_value_store, true, 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) +02-27 08:43:07.102 29349 29369 D GetConfigurationSnapsho: , Flag(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_get_recommended_preinstalls_caller_allowlist, true, 2, 0), Flag(PhoneskySetup__enable_persistent_pause_app_updates_calls, true, 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;com.google.android.xr.setupwizard:EDCFAB6AD5A341370A733D0D0F7FB21F142DB94F26A97BA499602F0A1C891671,5578C495C9DF4B1E2E682C41389B597F949EE1ECDB455F0BB63C9A3B7C0C31F6', 4, 0), Flag(PhoneskySetup__killswitch_early_update, true, 2, 0), Flag(PhoneskySetup__pai_fetch_timeout, 'CB4', 5, 0), Flag(PhoneskySetup__pause_app_updates_caller_allowlist, 'com.android.vending:F0FD6C5B410F25CB25C3B53346C8972FAE30F8EE7411DF910480AD6B2D60DB83,1975B2F17177BC89A5DFF31F9E64A6CAE281A53DC1D1D59B1D147FE1C82AFA00;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;com.google.android.docksetup:09D0F80AC553A679B8B4ACF67EAEC15FB8ABCCED21ECA57765743DF97C7D0F53,301AA3CB081134501C45F1422ABC66C24224FD5DED5FDC8F17E697176FD866AA;com.google.android.xr.setupwizard:EDCFAB6AD5A341370A733D0D0F7FB21F142DB94F26A97BA499602F0A1C891671,5578C495C9DF4B1E2E682C41389B597F949EE1ECDB455F0BB63C9A3B7C0C31F6;com.google.android.apps.wear.companion:48ED0058D1B6638E39A6E4C2DF1C4D5FDF593F696BF31B09A88F93141EAF600F,923FB8D6487101148D8DC0F790115DBA34CF0EA3AA5D3BB074D2D973588C393A;com.google.android.apps.wear.engcompanion:169FA3F01C6E19141961FDCA11118D3B8935955F2DE602E04968E3A1E011B362,CFB0B154CD6160B37220818055250310F8F296FF39F61C9175EC4E30C76F170F', 4, 0), Flag(PhoneskySetup__remove_user_cancel_from_failure_count, true, 2, 0), Flag(PhoneskySetup__skip_pai_config_apk_check, false, 2, 0), Flag(PlayBillingLibraryDiversion__enable_initialize_diversion, false, 2, 0), Flag(PlayCore__enable_app_not_owned_error_code, true, 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, +02-27 08:43:07.102 29349 29369 D GetConfigurationSnapsho: 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, 'CID1JA', 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_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_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, true, 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, true, 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__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_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_dogfood_for_permission_auto_revocation, false, 2, 0), Flag(PlayProtect__enable_feature_6848, false, 2, 0), Flag(PlayProtect__enable_feature_8581, 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_notific +02-27 08:43:07.104 29349 29369 D GetConfigurationSnapsho: ations, 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, true, 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, '', 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__deadline_in_hours, 24, 1, 0), Flag +02-27 08:43:07.104 29349 29369 D GetConfigurationSnapsho: (ProfileInception__enabled_versions, '82880000', 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_update_response_bundle_error_from_service_unavailable, true, 2, 0), Flag(PurchaseHistoryAccountPage__auto_expand_instruction_entries, true, 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(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(RegulatoryCapabilities__enable_flounder_fish_wdp, false, 2, 0), Flag(RegulatoryCapabilities__enable_goblin_shark_wdp, 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_back_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(Schedule +02-27 08:43:07.104 29349 29369 D GetConfigurationSnapsho: r__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, true, 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(SdkLibraries__killswitch_split_metadata_merging_experiment, false, 2, 0), Flag(SearchSuggestCaching__include_icon_size_in_request_url, false, 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, 1, 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_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_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, false, 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, true, 2, 0), Flag(SelfUpdate__kill_switch_immediate_self_update_from_system_version, false, 2, 0), Flag(SelfUpdate__kill_switch_remove_splits_on_samegrade, false, 2, 0), Flag(SelfUpdate__kill_switch_self_update_finished_log_app_data_prefs, 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_installer_data_background, 3, 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_job_store_data_background, 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_running_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(SelfU +02-27 08:43:07.104 29349 29369 D GetConfigurationSnapsho: pdate__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(SemanticDiff__dummy_flag, 100, 1, 0), Flag(ServerNotifications__enable_gentler_restart_for_clear_cache_and_reset_experiments_notification, true, 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(SlideToConfirm__enable_slide_confirmed_label, false, 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__replicate_library_dedupe_in_carsky, 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(TabbedBrowseFragmentBrowseData__normalize_browse_data_handling, true, 2, 0), Flag(TestColorTheme__transparent_background, true, 2, 0), Flag(TestConfig__backend_urls, '', 5, 0), Flag(TestHawkeyeLatencyDetectionFeature__lantency_injection_ms, 0, 1, 0), Flag(TestNonRampable__enable_test_param, false, 2, 0), Flag(TestOnly__check_for_null_account, false, 2, 0), Flag(TestRampableStudyDoc__enable_test_param, false, 2, 0), Flag(TestRampableStudyWithoutPartitions__enable_test_param, 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(TubeskyAutoUpdateV2__enable_tubesky_auto_update_v2, true, 2, 0), Flag(TubeskyAutoUpdateV2__enable_tubesky_idle_relaxation, true, 2, 0), Flag(TubeskyAutoUpdateV2__tubesky_threshold_device_idling, 259200000, 1, 0), Flag(TubeskyDeviceCertification__is_enabled, true, 2, 0), Flag(TubeskyDeviceInteroperability__enable_device_interoperability_v1, 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_pin_auth, true, 2, 0), Flag(TubeskyRapidInstallForAmatiPhase1__is_enabled, 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(TubeskyRapidInstall__enable_rapid_install, true, 2, 0), Flag(TubeskySearchImprovementsPhase2__is_enabled, false, 2, 0), Flag(TubeskySearchImprovements__is_enabled, true, 2, 0), Flag(Tubeskycontinuebutton__is_enabled, true, 2, 0), Flag(TvAcquisitionFlo +02-27 08:43:07.104 29349 29369 D GetConfigurationSnapsho: w__enable_fsub_in_rapid_install, true, 2, 0), Flag(TvAcquisitionFlow__enable_scrollview_for_guidance_column, true, 2, 0), Flag(TvAcquisitionFlow__enable_translucent_window, true, 2, 0), Flag(UiBuilder__enable_loading_as_new_screen, true, 2, 0), Flag(UnacknowledgedPurchaseNotification__enable_unacknowledged_purchase_notification, true, 2, 0), Flag(UnacknowledgedPurchaseNotification__unacknowledged_purchase_notification_minimum_latency, 'CICjBQ', 5, 0), Flag(UnacknowledgedPurchaseNotification__unacknowledged_purchase_notification_override_deadline, 'CIDGCg', 5, 0), Flag(UnauthDebugSettings__signed_android_identity_token, '', 4, 0), Flag(UnauthPaiUpdates__enable_unauth_PAI_app_updates, false, 2, 0), Flag(UnauthUpdates__enable_unauth_manual_update, false, 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_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__enable_narrow_padding_style_for_uninstall_page, false, 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, 'EIDh6xc', 5, 0), Flag(UnivisionDataBatchItemstore__enable, false, 2, 0), Flag(UnivisionDataCustomCombine__enable_for_item_client_state, true, 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, false, 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_cl +02-27 08:43:07.104 29349 29369 D GetConfigurationSnapsho: ickability_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_importance_sort_updates_in_my_apps_updates_per_importance, false, 2, 0), Flag(UpdateImportance__update_importance_update_frequency_threshold_days, 5, 1, 0), Flag(UpdateImportance__update_importance_use_new_update_info_in_notification, true, 2, 0), Flag(UpdateImportance__update_importance_use_update_importance_calculation, true, 2, 0), Flag(UpdateImportance__update_importance_use_update_importance_to_trigger_successful_update_notification, false, 2, 0), Flag(UpdateImportance__update_importance_usefulness_threshold_days, 1, 1, 0), Flag(UseGoogleSansTextForBody__is_enabled, false, 2, 0), Flag(UserLanguagesCodegen__max_background_retries, 7, 1, 0), Flag(UserLanguages__deferred_languages_require_wifi_charging, false, 2, 0), Flag(UserLanguages__kill_switch_split_installs_for_other_apps_on_locale_change, false, 2, 0), Flag(UserLanguages__language_check_after_ota, true, 2, 0), Flag(UserLanguages__network_restriction_for_language_splits, 1, 1, 0), Flag(UserLanguages__user_language_api_fix_emulated_splits, true, 2, 0), Flag(UserlistClearControl__allow_userlist_clear_control, true, 2, 0), Flag(UserlistClearControl__enable_userlist_clear_page_migration, false, 2, 0), Flag(VerifierAutoscanApkStreamingSupport__is_enabled, false, 2, 0), Flag(Verifierbackgroundtasklogging__is_enabled, false, 2, 0), Flag(ViewPagerFrameworks__enable_vp_framework_view_reuse, false, 2, 0), Flag(VrAcquisitionFlow__deprecate_billing_service, true, 2, 0), Flag(VrAcquisitionFlow__enable_2D_flow, true, 2, 0), Flag(WearAcquisitionFlow__enable_wear_free_acquire_remote_escalation, true, 2, 0), Flag(WearAutoUpdate__enable_basic_idle_relaxation_policy, true, 2, 0), Flag(WearDebugOptions__enable_debug_options_menu, false, 2, 0), Flag(WearDebugOptions__kill_switch_debug_options_menu, false, 2, 0), Flag(WearDeferPaginate__is_enabled, true, 2, 0), Flag(WearHygieneOptimization__enable_wear_dependency_optimization, true, 2, 0), Flag(WearPaymentMultiAccount__enable_wear_payment_ah_amb, true, 2, 0), Flag(WearSupport__kill_switch_foreground_wear_update, false, 2, 0), Flag(WearSupport__kill_switch_wear_service, false, 2, 0), Flag(WearSupport__killswitch_foreground_wear_service, false, 2, 0), Flag(WearUserCheckForUpdate__is_enabled, false, 2, 0), Flag(YoutubeUgcVideo__show_youtube_ugc_video_on_dp, false, 2, 0), Flag(YoutubeUgcVideo__ugc_module_above_rr, false, 2, 0), Flag(YtWebPlayerBugfix__enable_yt_web_player_bugfix, true, 2, 0), Flag(Zapp__enable_allow_partial_response, true, 2, 0), Flag(Zapp__enable_authenticated_updates, false, 2, 0), Flag(ZeroRating__enable_zero_rating, false, 2, 0), Flag(finsky.zapp.rate_limit_num_permitted_calls, 5, 1, 0), Flag(finsky.zapp.rate_limit_window_ms, 1000, 1, 0) +02-27 08:43:07.105 29349 29369 D GetConfigurationSnapsho: byFlagStorageType, deleteSet = +02-27 08:43:07.172 29349 29378 I Finsky : [57] lct.h(7): Already at the latest configurations for experiment package com.google.android.finsky.regular. +02-27 08:43:07.225 29547 29547 W PrtnrWidgetInfoLdr: No content provider for OEM widget found +02-27 08:43:07.313 29349 29357 I android.vendin: Background young concurrent copying GC freed 83109(5709KB) AllocSpace objects, 21(1508KB) LOS objects, 38% free, 9069KB/14MB, paused 5.953ms,23us total 258.084ms +02-27 08:43:07.383 505 542 W Looper : Slow dispatch took 614ms android.fg h=android.os.Handler c= m=0 +02-27 08:43:07.389 29621 29621 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10033; state: ENABLED +02-27 08:43:07.391 505 542 W Looper : Slow delivery took 637ms android.fg h=android.os.Handler c= m=0 +02-27 08:43:07.392 505 542 W Looper : Drained +02-27 08:43:07.450 29547 29662 E ActivityThread: Failed to find provider info for tvlauncher.mic +02-27 08:43:07.453 29547 29662 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:43:07.456 505 542 I ServiceWatcher: [GeocoderProxy] connected to {com.google.android.gms/com.google.android.gms.location.geocode.GeocodeService} +02-27 08:43:07.463 29547 29664 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:43:07.466 29547 29661 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.searchapi.VoiceInteractionProvider +02-27 08:43:07.485 505 594 I ActivityTaskManager: START u0 {flg=0x14000000 cmp=com.google.android.tvlauncher/.MainActivity (has extras)} from uid 10048 +02-27 08:43:07.508 29547 29547 E Clearcut-EventLogger: Unexpected log parameter home_selected_row_position +02-27 08:43:07.513 29457 29471 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:43:07.513 29457 29471 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:43:07.617 29389 29389 W .gms.persisten: Accessing hidden method Landroid/net/ConnectivityManager;->isNetworkTypeMobile(I)Z (max-target-p, reflection, denied) +02-27 08:43:07.698 414 414 E installd: Couldn't opendir /data/app/vmdl1218702828.tmp: No such file or directory +02-27 08:43:07.700 414 414 E installd: Failed to delete /data/app/vmdl1218702828.tmp: No such file or directory +02-27 08:43:07.821 505 575 I ActivityManager: Force stopping com.streamflow.tv appid=10082 user=0: pkg removed +02-27 08:43:08.028 505 505 W Binder:505_2: type=1400 audit(0.0:2141): avc: denied { getopt } for scontext=u:r:system_server:s0 tcontext=u:r:shell:s0 tclass=unix_stream_socket permissive=0 +02-27 08:43:08.044 505 505 W Binder:505_2: type=1400 audit(0.0:2142): avc: denied { getopt } for scontext=u:r:system_server:s0 tcontext=u:r:shell:s0 tclass=unix_stream_socket permissive=0 +02-27 08:43:08.044 505 505 W Binder:505_2: type=1400 audit(0.0:2143): avc: denied { getopt } for scontext=u:r:system_server:s0 tcontext=u:r:shell:s0 tclass=unix_stream_socket permissive=0 +02-27 08:43:08.123 29349 29452 W android.vendin: Verification of void cj.() took 300.474ms (149.76 bytecodes/s) (2024B approximate peak alloc) +02-27 08:43:08.129 505 575 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10082; state: DISABLED +02-27 08:43:08.162 1242 1242 I MediaProvider: Invalidating LocalCallingIdentity cache for package com.streamflow.tv. Reason: package android.intent.action.PACKAGE_REMOVED +02-27 08:43:08.178 505 542 D CompanionDeviceManagerService: onPackageModified(packageName = com.streamflow.tv) +02-27 08:43:08.232 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl$RegisteredReceiver +02-27 08:43:08.256 1242 1242 I MediaProvider: Invalidating LocalCallingIdentity cache for package com.streamflow.tv. Reason: package android.intent.action.PACKAGE_ADDED +02-27 08:43:08.294 505 1683 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10048; state: DISABLED +02-27 08:43:08.333 20937 20937 V MediaPlayerList: mPackageChangedBroadcastReceiver: action: android.intent.action.PACKAGE_REMOVED +02-27 08:43:08.570 20937 20937 V MediaPlayerList: mPackageChangedBroadcastReceiver: action: android.intent.action.PACKAGE_ADDED +02-27 08:43:08.570 20937 20937 D MediaPlayerList: Name of package changed: com.streamflow.tv +02-27 08:43:08.976 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:43:09.010 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:43:09.068 29349 29349 I Finsky : [2] kvx.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_REMOVED, [DpsPkSMHqWttfQXwzyJIZdxvbLGGKJ1F0YBostZeLuc] +02-27 08:43:09.557 29349 29349 I Finsky : [2] kwn.n(8): Invalidating cached PackageState for com.streamflow.tv +02-27 08:43:09.782 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:43:10.305 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:43:10.489 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.instantapps.appmanagement.InstantAppRemoveMonitor +02-27 08:43:10.496 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:43:10.553 505 2259 W ContentProviderHelper: Slow operation: 56ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:43:10.553 505 2259 W ContentProviderHelper: Slow operation: 56ms so far, now at getContentProviderImpl: done! +02-27 08:43:10.575 505 553 W TextServicesManagerService: no available spell checker services found +02-27 08:43:10.625 505 553 W Searchables: No global search activity found +02-27 08:43:10.688 505 891 I ActivityManager: Force stopping com.streamflow.tv appid=10082 user=0: from pid 29672 +02-27 08:43:10.723 505 514 W system_server: Suspending all threads took: 8.971ms +02-27 08:43:10.950 29349 29506 I Finsky : [95] hvg.run(26): Wrote row to frosting DB: 118 +02-27 08:43:11.077 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy +02-27 08:43:11.084 505 553 W Searchables: No global search activity found +02-27 08:43:11.179 29389 29624 E ActivityThread: Failed to find provider info for instantapp-dev-manager +02-27 08:43:11.337 505 542 W Looper : Slow delivery took 283ms android.fg h=android.os.Handler c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@daf3b73 m=0 +02-27 08:43:11.342 505 505 W ActivityManager: Slow operation: 168ms so far, now at startProcess: done creating new process record +02-27 08:43:11.342 505 505 W ActivityManager: Slow operation: 168ms so far, now at startProcess: stepping in to startProcess +02-27 08:43:11.353 505 514 I system_server: Background young concurrent copying GC freed 771820(20MB) AllocSpace objects, 7(188KB) LOS objects, 17% free, 28MB/34MB, paused 5.543ms,9.217ms total 2.567s +02-27 08:43:11.402 29389 29389 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:43:11.449 505 505 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 1000; state: DISABLED +02-27 08:43:11.449 505 505 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 1000; state: DISABLED +02-27 08:43:11.449 505 505 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 1000; state: DISABLED +02-27 08:43:11.449 505 505 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 1000; state: ENABLED +02-27 08:43:11.449 505 555 W ActivityManager: Slow operation: 108ms so far, now at startProcess: asking zygote to start proc +02-27 08:43:11.463 505 505 W ActivityManager: Slow operation: 290ms so far, now at startProcess: done starting proc! +02-27 08:43:11.464 505 505 W Looper : Slow dispatch took 3270ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@12680f2 m=0 +02-27 08:43:11.465 505 505 W Looper : Slow delivery took 3327ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@5dad343 m=0 +02-27 08:43:11.472 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:43:11.472 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.google.android.packageinstaller/com.android.packageinstaller.PackageInstalledReceiver +02-27 08:43:11.485 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl$RegisteredReceiver +02-27 08:43:11.509 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy +02-27 08:43:11.510 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver +02-27 08:43:11.510 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:43:11.515 29547 29547 I Choreographer: Skipped 200 frames! The application may be doing too much work on its main thread. +02-27 08:43:11.532 505 554 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10058; state: DISABLED +02-27 08:43:11.570 322 322 D Zygote : Forked child process 29683 +02-27 08:43:11.593 505 594 I ActivityTaskManager: START u0 {flg=0x10000000 cmp=com.streamflow.tv/.MainActivity} from uid 2000 +02-27 08:43:11.606 505 555 W ActivityManager: Slow operation: 265ms so far, now at startProcess: returned from zygote! +02-27 08:43:11.617 505 555 W ActivityManager: Slow operation: 276ms so far, now at startProcess: done updating battery stats +02-27 08:43:11.620 505 555 W ActivityManager: Slow operation: 279ms so far, now at startProcess: building log message +02-27 08:43:11.620 505 555 I ActivityManager: Start proc 29683:com.android.keychain/1000 for service {com.android.keychain/com.android.keychain.KeyChainService} +02-27 08:43:11.620 505 555 W ActivityManager: Slow operation: 279ms so far, now at startProcess: starting to update pids map +02-27 08:43:11.669 505 594 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=27 attached=false +02-27 08:43:11.708 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:43:11.748 505 505 W Looper : Slow dispatch took 140ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@4dc2031 m=0 +02-27 08:43:11.796 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:43:11.925 505 505 V BackupManagerConstants: getFullBackupIntervalMilliseconds(...) returns 86400000 +02-27 08:43:11.925 505 505 V BackupManagerConstants: getFullBackupRequiredNetworkType(...) returns 2 +02-27 08:43:11.925 505 505 V BackupManagerConstants: getFullBackupRequireCharging(...) returns true +02-27 08:43:11.955 29683 29683 E ndroid.keychai: Not starting debugger since process cannot load the jdwp agent. +02-27 08:43:11.982 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:43:11.996 505 555 W ActivityManager: Slow operation: 655ms so far, now at startProcess: done updating pids map +02-27 08:43:12.022 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:43:12.022 505 546 D CompatibilityChangeReporter: Compat change id reported: 158002302; UID 10048; state: ENABLED +02-27 08:43:12.029 505 542 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10077; state: DISABLED +02-27 08:43:12.029 505 542 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10077; state: DISABLED +02-27 08:43:12.029 505 542 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10077; state: DISABLED +02-27 08:43:12.029 505 542 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10077; state: DISABLED +02-27 08:43:12.029 505 542 W Looper : Drained +02-27 08:43:12.029 505 542 W Looper : Slow dispatch took 228ms android.fg h=android.os.Handler c=com.android.internal.infra.ServiceConnector$Impl$$ExternalSyntheticLambda2@8471333 m=0 +02-27 08:43:12.029 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10077; state: DISABLED +02-27 08:43:12.032 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10082; state: DISABLED +02-27 08:43:12.033 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10082; state: DISABLED +02-27 08:43:12.033 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10082; state: DISABLED +02-27 08:43:12.033 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10082; state: ENABLED +02-27 08:43:12.036 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:43:12.037 322 322 D Zygote : Forked child process 29695 +02-27 08:43:12.053 505 555 I ActivityManager: Start proc 29695:com.google.android.permissioncontroller/u0a77 for service {com.google.android.permissioncontroller/com.android.permissioncontroller.permission.service.PermissionControllerServiceImpl} +02-27 08:43:12.053 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10082; state: ENABLED +02-27 08:43:12.089 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:43:12.101 29695 29695 I libc : SetHeapTaggingLevel: tag level set to 0 +02-27 08:43:12.158 322 322 D Zygote : Forked child process 29698 +02-27 08:43:12.195 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 08:43:12.196 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 08:43:12.196 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 08:43:12.196 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 08:43:12.196 505 505 W Looper : Slow dispatch took 324ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@813821c m=0 +02-27 08:43:12.204 505 555 W ActivityManager: Slow operation: 172ms so far, now at startProcess: returned from zygote! +02-27 08:43:12.213 505 542 W Looper : Slow dispatch took 159ms android.fg h=android.os.Handler c=com.android.server.location.injector.SystemAppForegroundHelper$$ExternalSyntheticLambda1@f9b1e25 m=0 +02-27 08:43:12.219 505 555 W ActivityManager: Slow operation: 187ms so far, now at startProcess: done updating battery stats +02-27 08:43:12.243 29547 29589 D HostConnection: createUnique: call +02-27 08:43:12.259 29547 29589 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b097750, tid 29589 +02-27 08:43:12.268 29695 29695 E ssioncontrolle: Not starting debugger since process cannot load the jdwp agent. +02-27 08:43:12.272 505 555 W ActivityManager: Slow operation: 240ms so far, now at startProcess: building log message +02-27 08:43:12.272 505 555 I ActivityManager: Start proc 29698:com.streamflow.tv/u0a82 for pre-top-activity {com.streamflow.tv/com.streamflow.tv.MainActivity} +02-27 08:43:12.272 505 555 W ActivityManager: Slow operation: 240ms so far, now at startProcess: starting to update pids map +02-27 08:43:12.272 505 555 W ActivityManager: Slow operation: 240ms so far, now at startProcess: done updating pids map +02-27 08:43:12.272 505 555 W ActivityManager: Slow operation: 82ms so far, now at startProcess: asking zygote to start proc +02-27 08:43:12.273 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 08:43:12.277 29698 29698 I m.streamflow.t: Late-enabling -Xcheck:jni +02-27 08:43:12.326 505 545 W ActivityTaskManager: Activity top resumed state loss timeout for ActivityRecord{408f24a u0 com.google.android.tvlauncher/.MainActivity t17} +02-27 08:43:12.909 505 545 W ActivityTaskManager: Activity pause timeout for ActivityRecord{408f24a u0 com.google.android.tvlauncher/.MainActivity t17} +02-27 08:43:13.019 29547 29589 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:43:13.074 505 505 W Looper : Slow dispatch took 731ms main h=com.android.server.notification.NotificationManagerService$WorkerHandler c=null m=8 +02-27 08:43:13.154 322 322 D Zygote : Forked child process 29715 +02-27 08:43:13.282 505 555 W ActivityManager: Slow operation: 1091ms so far, now at startProcess: returned from zygote! +02-27 08:43:13.441 505 555 W ActivityManager: Slow operation: 1251ms so far, now at startProcess: done updating battery stats +02-27 08:43:13.442 505 555 W ActivityManager: Slow operation: 1251ms so far, now at startProcess: building log message +02-27 08:43:13.442 505 555 I ActivityManager: Start proc 29715:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:43:13.442 505 555 W ActivityManager: Slow operation: 1252ms so far, now at startProcess: starting to update pids map +02-27 08:43:13.458 505 545 D CompatibilityChangeReporter: Compat change id reported: 181136395; UID 10048; state: DISABLED +02-27 08:43:13.462 505 545 D CompatibilityChangeReporter: Compat change id reported: 174042936; UID 10048; state: DISABLED +02-27 08:43:13.678 1403 1412 I adbd : jdwp connection from 29698 +02-27 08:43:13.876 29715 29715 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 08:43:13.893 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 08:43:13.903 29683 29691 I ndroid.keychai: Background young concurrent copying GC freed 12540(549KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1826KB/25MB, paused 42us,23us total 210.619ms +02-27 08:43:14.025 29547 29589 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 08:43:14.034 29547 29589 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 08:43:14.105 29547 29589 D EGL_emulation: eglCreateContext: 0xb400007b8b097e10: maj 3 min 0 rcv 3 +02-27 08:43:14.106 29349 29582 I Finsky : [108] ikn.accept(28): IQ: handled package removed +02-27 08:43:14.204 29349 29697 I Finsky : [116] vbw.c(2): registerListener +02-27 08:43:14.344 29695 29709 I ssioncontrolle: Background young concurrent copying GC freed 12581(549KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1826KB/25MB, paused 16.592ms,155us total 165.447ms +02-27 08:43:14.408 29547 29589 D EGL_emulation: eglMakeCurrent: 0xb400007b8b097e10: ver 3 0 (tinfo 0x7da2400080) (first time) +02-27 08:43:14.410 505 555 W ActivityManager: Slow operation: 2220ms so far, now at startProcess: done updating pids map +02-27 08:43:14.426 29349 29506 I Finsky : [95] hvg.run(26): Wrote row to frosting DB: 119 +02-27 08:43:14.437 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:43:14.440 29349 29697 I Finsky : [116] heg.g(1): getDownloads() +02-27 08:43:14.526 505 2251 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10077; state: DISABLED +02-27 08:43:14.575 505 2251 W ActivityManager: Slow operation: 149ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:43:14.622 505 2251 W ActivityManager: Slow operation: 196ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:43:14.632 505 2251 W ActivityManager: Slow operation: 206ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:43:14.642 505 2251 W ActivityManager: Slow operation: 216ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:43:14.661 505 541 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 1000; state: DISABLED +02-27 08:43:14.674 29349 29349 I Finsky : [2] kvx.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [DpsPkSMHqWttfQXwzyJIZdxvbLGGKJ1F0YBostZeLuc] +02-27 08:43:14.676 29695 29695 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10077; state: DISABLED +02-27 08:43:14.743 29683 29683 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 1000; state: ENABLED +02-27 08:43:14.749 29349 29349 I Finsky : [2] kwn.n(8): Invalidating cached PackageState for com.streamflow.tv +02-27 08:43:14.777 505 514 W system_server: Suspending all threads took: 55.703ms +02-27 08:43:14.899 29547 29555 I roid.tvlaunche: Background young concurrent copying GC freed 6034(509KB) AllocSpace objects, 3(60KB) LOS objects, 42% free, 3269KB/5735KB, paused 699us,34us total 614.306ms +02-27 08:43:15.060 505 2053 E TaskPersister: File error accessing recents directory (directory doesn't exist?). +02-27 08:43:15.158 360 445 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 08:43:15.182 29698 29724 I m.streamflow.t: Background young concurrent copying GC freed 12552(541KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1834KB/25MB, paused 6.662ms,105us total 30.264ms +02-27 08:43:15.197 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 08:43:15.198 29547 29589 I Gralloc4: mapper 4.x is not supported +02-27 08:43:15.260 29547 29589 D HostConnection: createUnique: call +02-27 08:43:15.264 29547 29589 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09a450, tid 29589 +02-27 08:43:15.266 29547 29589 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 08:43:15.269 29547 29589 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 08:43:15.276 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 08:43:15.285 29547 29589 W Gralloc4: allocator 4.x is not supported +02-27 08:43:15.328 337 399 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:43:15.355 29547 29589 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:43:15.379 337 399 D goldfish-address-space: claimShared: Ask to claim region [0x1f97f4000 0x1f9fe0000] +02-27 08:43:15.392 337 399 D goldfish-address-space: claimShared: Ask to claim region [0x1f9fe0000 0x1fa7cc000] +02-27 08:43:15.441 505 543 W Looper : Slow dispatch took 655ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:43:15.469 505 594 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10066; state: DISABLED +02-27 08:43:15.524 505 514 I system_server: Background concurrent copying GC freed 889968(23MB) AllocSpace objects, 10(624KB) LOS objects, 50% free, 23MB/46MB, paused 41.959ms,56.956ms total 3.642s +02-27 08:43:15.540 505 594 W ActivityManager: Slow operation: 88ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:43:15.540 505 594 W ActivityManager: Slow operation: 88ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:43:15.588 505 594 W ActivityManager: Slow operation: 136ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:43:15.594 29715 29715 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 08:43:15.600 505 505 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10049; state: DISABLED +02-27 08:43:15.600 505 505 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10049; state: DISABLED +02-27 08:43:15.600 505 505 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10049; state: DISABLED +02-27 08:43:15.600 505 505 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10049; state: ENABLED +02-27 08:43:15.601 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10049; state: ENABLED +02-27 08:43:15.614 322 322 D Zygote : Forked child process 29748 +02-27 08:43:15.652 505 1684 I ActivityManager: com.android.vending is exempt from freezer +02-27 08:43:15.653 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10058; state: DISABLED +02-27 08:43:15.653 505 1684 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10058; state: DISABLED +02-27 08:43:15.653 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10058; state: DISABLED +02-27 08:43:15.653 505 1684 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10058; state: ENABLED +02-27 08:43:15.656 505 505 W Looper : Slow dispatch took 2582ms main h=android.os.Handler c=com.android.server.tv.TvRemoteProviderWatcher$2@82b00e9 m=0 +02-27 08:43:15.680 29695 29695 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar +02-27 08:43:15.769 29349 29697 I Finsky : [116] ph.run(14): Initialized AssetModuleDownloader. +02-27 08:43:15.815 505 542 W Looper : Slow dispatch took 1502ms android.fg h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@aa33aeb m=0 +02-27 08:43:15.820 505 542 W Looper : Slow delivery took 1183ms android.fg h=android.os.Handler c=com.android.server.power.hint.HintManagerService$UidObserver$$ExternalSyntheticLambda1@1569305 m=0 +02-27 08:43:15.843 770 770 D TvPipController: onTaskStackChanged() +02-27 08:43:15.854 505 505 W Looper : Slow dispatch took 170ms main h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=null m=11 +02-27 08:43:15.854 505 2621 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:15.854 505 2621 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:15.854 505 2621 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:15.854 505 2621 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:15.854 505 2621 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:15.854 505 2621 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:15.854 505 2621 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:15.854 505 2621 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:15.854 505 2621 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:15.854 505 2621 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:15.897 505 2621 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:15.897 505 2621 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:15.897 505 2621 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:15.897 505 2621 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:15.897 505 2621 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:15.897 505 2621 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:15.897 505 2621 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:15.897 505 2621 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:15.897 505 2621 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:15.897 505 2621 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:15.936 29349 29506 I Finsky : [95] hvg.run(26): Wrote row to frosting DB: 120 +02-27 08:43:15.938 29748 29748 E .remote.servic: Not starting debugger since process cannot load the jdwp agent. +02-27 08:43:15.974 505 2621 W ActivityManager: Slow operation: 263ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:43:15.981 29349 29349 I Finsky : [2] kvx.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [DpsPkSMHqWttfQXwzyJIZdxvbLGGKJ1F0YBostZeLuc] +02-27 08:43:15.990 505 555 W ActivityManager: Slow operation: 391ms so far, now at startProcess: done updating battery stats +02-27 08:43:15.990 505 555 W ActivityManager: Slow operation: 392ms so far, now at startProcess: building log message +02-27 08:43:15.990 505 555 I ActivityManager: Start proc 29748:com.google.android.tv.remote.service/u0a49 for service {com.google.android.tv.remote.service/com.google.android.tv.remote.service.AtvRemoteProviderService} +02-27 08:43:15.990 505 555 W ActivityManager: Slow operation: 392ms so far, now at startProcess: starting to update pids map +02-27 08:43:16.012 29349 29349 I Finsky : [2] kwn.n(8): Invalidating cached PackageState for com.streamflow.tv +02-27 08:43:16.018 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:43:16.036 29457 29465 I gle.android.gm: Background young concurrent copying GC freed 3106(440KB) AllocSpace objects, 1(20KB) LOS objects, 42% free, 3655KB/6315KB, paused 66.890ms,29us total 290.309ms +02-27 08:43:16.044 29349 29349 I Finsky : [2] kvx.i(0): PackageMonitorReceiverImpl - Deduping intent android.intent.action.PACKAGE_ADDED +02-27 08:43:16.047 29349 29349 I Finsky : [2] kvx.i(0): PackageMonitorReceiverImpl - Received: android.intent.action.PACKAGE_ADDED, [DpsPkSMHqWttfQXwzyJIZdxvbLGGKJ1F0YBostZeLuc] +02-27 08:43:16.048 29349 29349 I Finsky : [2] kwn.n(8): Invalidating cached PackageState for com.streamflow.tv +02-27 08:43:16.052 29349 29349 I Finsky : [2] kvx.i(0): PackageMonitorReceiverImpl - Deduping intent android.intent.action.PACKAGE_ADDED +02-27 08:43:16.058 505 555 W ActivityManager: Slow operation: 460ms so far, now at startProcess: done updating pids map +02-27 08:43:16.058 505 555 W ActivityManager: Slow operation: 408ms so far, now at startProcess: asking zygote to start proc +02-27 08:43:16.064 505 505 W Looper : Slow dispatch took 210ms main h=android.os.Handler c=com.android.server.tv.TvRemoteProviderWatcher$2@82b00e9 m=0 +02-27 08:43:16.082 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10058; state: ENABLED +02-27 08:43:16.125 322 322 D Zygote : Forked child process 29766 +02-27 08:43:16.126 505 555 W ActivityManager: Slow operation: 476ms so far, now at startProcess: returned from zygote! +02-27 08:43:16.142 505 1680 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver +02-27 08:43:16.171 505 555 W ActivityManager: Slow operation: 521ms so far, now at startProcess: done updating battery stats +02-27 08:43:16.171 505 555 W ActivityManager: Slow operation: 521ms so far, now at startProcess: building log message +02-27 08:43:16.171 505 555 I ActivityManager: Start proc 29766:com.android.vending:background/u0a58 for service {com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService} +02-27 08:43:16.171 505 555 W ActivityManager: Slow operation: 521ms so far, now at startProcess: starting to update pids map +02-27 08:43:16.172 505 555 W ActivityManager: Slow operation: 521ms so far, now at startProcess: done updating pids map +02-27 08:43:16.172 505 554 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.streamflow.tv flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver +02-27 08:43:16.184 505 542 W Looper : Drained +02-27 08:43:16.218 29349 29349 I Finsky : [2] mps.run(40): Detected restoreservicev2://recovery not needed, will not run +02-27 08:43:16.260 29715 29715 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:43:16.286 29766 29766 E ding:backgroun: Not starting debugger since process cannot load the jdwp agent. +02-27 08:43:16.310 29349 29506 I Finsky : [95] hvg.run(26): Wrote row to frosting DB: 121 +02-27 08:43:16.393 505 505 W Looper : Slow dispatch took 192ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:43:17.473 505 2476 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10049; state: DISABLED +02-27 08:43:17.473 505 2476 W ActivityManager: Slow operation: 111ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:43:17.798 505 2476 W ActivityManager: Slow operation: 436ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:43:17.859 505 2476 W ActivityManager: Slow operation: 497ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:43:18.383 505 543 W Looper : Slow dispatch took 470ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@22ffb12 m=0 +02-27 08:43:18.631 29766 29779 W ding:backgroun: Suspending all threads took: 12.131ms +02-27 08:43:18.639 29748 29760 I .remote.servic: Background young concurrent copying GC freed 12586(556KB) AllocSpace objects, 0(0B) LOS objects, 92% free, 1851KB/25MB, paused 131us,130us total 727.669ms +02-27 08:43:18.650 29349 29506 I Finsky : [95] hvg.run(26): Wrote row to frosting DB: 122 +02-27 08:43:18.690 29766 29779 I ding:backgroun: Background young concurrent copying GC freed 12426(534KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 1840KB/25MB, paused 24.377ms,61.129ms total 505.600ms +02-27 08:43:18.771 29683 29683 V GraphicsEnvironment: ANGLE Developer option for 'com.android.keychain' set to: 'default' +02-27 08:43:18.771 29683 29683 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:43:18.886 29683 29683 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:18.898 29695 29695 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.permissioncontroller' set to: 'default' +02-27 08:43:18.899 29695 29695 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:43:18.917 29683 29691 W ndroid.keychai: Suspending all threads took: 13.082ms +02-27 08:43:18.930 29683 29683 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:18.938 29695 29695 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:18.948 29695 29695 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:18.980 505 2476 W ActivityManager: Slow operation: 1618ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:43:18.989 505 505 W Looper : Slow dispatch took 2508ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:43:19.061 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:43:19.089 29715 29715 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 08:43:19.101 29715 29715 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:43:19.123 29349 29506 I Finsky : [95] hvg.run(26): Wrote row to frosting DB: 123 +02-27 08:43:19.126 505 505 W Looper : Slow dispatch took 137ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4 +02-27 08:43:19.127 29715 29715 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:19.128 29715 29715 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:19.134 29748 29748 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10049; state: ENABLED +02-27 08:43:19.160 29766 29766 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10058; state: ENABLED +02-27 08:43:19.343 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:43:19.498 505 505 W Looper : Drained +02-27 08:43:19.597 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:43:19.747 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:43:19.806 29748 29748 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AtvRemoteService/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:43:19.808 29766 29766 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/Tubesky/lib/arm64:/product/priv-app/Tubesky/Tubesky.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:43:19.822 29698 29698 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10082; state: ENABLED +02-27 08:43:19.869 29683 29691 W ndroid.keychai: Suspending all threads took: 20.684ms +02-27 08:43:19.910 29695 29695 I CarUiInstaller: CarUiInstaller started for com.google.android.permissioncontroller +02-27 08:43:20.006 29748 29748 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tv.remote.service' set to: 'default' +02-27 08:43:20.006 29748 29748 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:43:20.010 29748 29748 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:20.010 29748 29748 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:20.035 29349 29378 I Finsky : [57] mar.accept(5): SCH: Scheduling phonesky job Id: 12-1, CT: 1772156591802, Constraints: [{ L: 15000, D: 86400000, C: 1, I: 1, N: 1 }] +02-27 08:43:20.189 29748 29748 I AtvRemote.Application: Application started +02-27 08:43:20.205 182 182 I lowmemorykiller: Kill 'android.process.media' (29527), uid 10027, oom_score_adj 700 to free 53716kB rss, 0kB swap; reason: min watermark is breached and thrashing (120%) +02-27 08:43:20.229 182 182 I lowmemorykiller: Kill 'com.android.keychain' (29683), uid 1000, oom_score_adj 500 to free 72764kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:43:20.234 505 2621 I ActivityManager: Process android.process.media (pid 29527) has died: prev LAST +02-27 08:43:20.237 322 322 I Zygote : Process 29527 exited due to signal 9 (Killed) +02-27 08:43:20.254 29349 29378 I Finsky : [57] mqf.apply(81): SCH: Scheduling 1 system job(s) +02-27 08:43:20.263 29349 29378 I Finsky : [57] mqf.apply(87): SCH: Scheduling system job Id: 9393, L: 6548, D: 82968788, C: false, I: false, N: 1 +02-27 08:43:20.263 322 322 I Zygote : Process 29683 exited due to signal 9 (Killed) +02-27 08:43:20.269 182 182 I lowmemorykiller: Kill 'com.android.vending' (29349), uid 10058, oom_score_adj 250 to free 94776kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:43:20.295 505 2621 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #16966} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (34 skipped) +02-27 08:43:20.306 505 556 I libprocessgroup: Successfully killed process cgroup uid 10027 pid 29527 in 0ms +02-27 08:43:20.351 29766 29766 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default' +02-27 08:43:20.351 29766 29766 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:43:20.357 29766 29766 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:20.357 29766 29766 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:20.368 29695 29695 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:43:20.373 182 182 I lowmemorykiller: Kill 'com.google.android.gms' (29457), uid 10057, oom_score_adj 250 to free 62540kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:43:20.377 322 322 I Zygote : Process 29349 exited due to signal 9 (Killed) +02-27 08:43:20.377 505 1925 W ActivityManager: Exception when destroying service com.android.keychain/.KeyChainService +02-27 08:43:20.377 505 1925 W ActivityManager: android.os.DeadObjectException +02-27 08:43:20.377 505 1925 W ActivityManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:43:20.377 505 1925 W ActivityManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:43:20.377 505 1925 W ActivityManager: at android.app.IApplicationThread$Stub$Proxy.scheduleStopService(IApplicationThread.java:1538) +02-27 08:43:20.377 505 1925 W ActivityManager: at com.android.server.am.ActiveServices.bringDownServiceLocked(ActiveServices.java:4303) +02-27 08:43:20.377 505 1925 W ActivityManager: at com.android.server.am.ActiveServices.bringDownServiceIfNeededLocked(ActiveServices.java:4138) +02-27 08:43:20.377 505 1925 W ActivityManager: at com.android.server.am.ActiveServices.stopServiceTokenLocked(ActiveServices.java:1336) +02-27 08:43:20.377 505 1925 W ActivityManager: at com.android.server.am.ActivityManagerService.stopServiceToken(ActivityManagerService.java:11886) +02-27 08:43:20.377 505 1925 W ActivityManager: at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2810) +02-27 08:43:20.377 505 1925 W ActivityManager: at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2498) +02-27 08:43:20.377 505 1925 W ActivityManager: at android.os.Binder.execTransactInternal(Binder.java:1179) +02-27 08:43:20.377 505 1925 W ActivityManager: at android.os.Binder.execTransact(Binder.java:1143) +02-27 08:43:20.393 182 182 W lowmemorykiller: Failed to open /proc/29683/oom_score_adj; errno=2: process 29683 might have been killed +02-27 08:43:20.393 505 556 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 29683 in 0ms +02-27 08:43:20.393 505 2259 I ActivityManager: Process com.android.keychain (pid 29683) has died: cch+5 CEM +02-27 08:43:20.423 505 505 W Looper : Slow dispatch took 115ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1 +02-27 08:43:20.423 505 1684 I ActivityManager: Process com.android.vending (pid 29349) has died: prcl TRNB +02-27 08:43:20.423 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 29349 in 0ms +02-27 08:43:20.446 322 322 I Zygote : Process 29457 exited due to signal 9 (Killed) +02-27 08:43:20.447 505 1684 W ActivityManager: Exception when unbinding service com.google.android.gms/.chimera.GmsBoundBrokerService +02-27 08:43:20.447 505 1684 W ActivityManager: android.os.DeadObjectException +02-27 08:43:20.447 505 1684 W ActivityManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:43:20.447 505 1684 W ActivityManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:43:20.447 505 1684 W ActivityManager: at android.app.IApplicationThread$Stub$Proxy.scheduleUnbindService(IApplicationThread.java:1790) +02-27 08:43:20.447 505 1684 W ActivityManager: at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:4453) +02-27 08:43:20.447 505 1684 W ActivityManager: at com.android.server.am.ActiveServices.killServicesLocked(ActiveServices.java:4890) +02-27 08:43:20.447 505 1684 W ActivityManager: at com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked(ActivityManagerService.java:11706) +02-27 08:43:20.447 505 1684 W ActivityManager: at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:3015) +02-27 08:43:20.447 505 1684 W ActivityManager: at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:3122) +02-27 08:43:20.447 505 1684 W ActivityManager: at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1437) +02-27 08:43:20.447 505 1684 W ActivityManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:43:20.447 505 1684 W ActivityManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:43:20.457 505 1684 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.scheduler.process.mainimpl.PhoneskyJobServiceMain in 1000ms for connection +02-27 08:43:20.474 182 182 I lowmemorykiller: Kill 'com.google.android.tvlauncher' (29547), uid 10048, oom_score_adj 102 to free 87104kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:43:20.491 29748 29806 W .remote.servic: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:43:20.492 29748 29806 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:43:20.492 29748 29806 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:43:20.511 322 322 I Zygote : Process 29547 exited due to signal 9 (Killed) +02-27 08:43:20.516 182 182 I lowmemorykiller: Kill 'com.android.providers.tv' (29621), uid 10033, oom_score_adj 102 to free 56200kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:43:20.533 29766 29766 I Finsky:background: [2] eqq.gk(6): Process created at version: 29.7.18-21 [8] [PR] 435106348 +02-27 08:43:20.554 29389 29424 I FontLog : (REDACTED) Updating from directory version %d to %d from disk +02-27 08:43:20.557 322 322 I Zygote : Process 29621 exited due to signal 9 (Killed) +02-27 08:43:20.561 182 182 I lowmemorykiller: Kill 'com.google.android.tvrecommendations' (26625), uid 10052, oom_score_adj 102 to free 51928kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:43:20.569 29389 29639 I FontLog : (REDACTED) Using directory in FlatBuffer format +02-27 08:43:20.572 322 322 I Zygote : Process 26625 exited due to signal 9 (Killed) +02-27 08:43:20.577 29389 29424 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:43:20.580 29389 29424 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:43:20.581 182 182 I lowmemorykiller: Kill 'com.google.android.tv.remote.service' (29748), uid 10049, oom_score_adj 100 to free 81212kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:43:20.605 322 322 I Zygote : Process 29748 exited due to signal 9 (Killed) +02-27 08:43:20.606 182 182 I lowmemorykiller: Kill 'com.google.android.gms.persistent' (29389), uid 10057, oom_score_adj 0 to free 109604kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:43:20.637 322 322 I Zygote : Process 29389 exited due to signal 9 (Killed) +02-27 08:43:20.653 182 182 I lowmemorykiller: Kill 'com.android.vending:background' (29766), uid 10058, oom_score_adj 0 to free 95256kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:43:20.674 322 322 I Zygote : Process 29766 exited due to signal 9 (Killed) +02-27 08:43:20.676 182 182 I lowmemorykiller: Kill 'com.google.android.inputmethod.latin' (29715), uid 10066, oom_score_adj 0 to free 87736kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:43:20.702 322 322 I Zygote : Process 29715 exited due to signal 9 (Killed) +02-27 08:43:20.705 182 182 I lowmemorykiller: Kill 'com.streamflow.tv' (29698), uid 10082, oom_score_adj 0 to free 82776kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:43:20.721 322 322 I Zygote : Process 29698 exited due to signal 9 (Killed) +02-27 08:43:20.722 182 182 I lowmemorykiller: Kill 'com.google.android.permissioncontroller' (29695), uid 10077, oom_score_adj 0 to free 74240kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:43:20.744 322 322 I Zygote : Process 29695 exited due to signal 9 (Killed) +02-27 08:43:20.745 182 182 I lowmemorykiller: Kill 'com.google.process.gservices' (28999), uid 10057, oom_score_adj 0 to free 51052kB rss, 0kB swap; reason: min watermark is breached even after kill +02-27 08:43:20.760 322 322 I Zygote : Process 28999 exited due to signal 9 (Killed) +02-27 08:43:20.773 182 182 W lowmemorykiller: Failed to open /proc/29457/oom_score_adj; errno=2: process 29457 might have been killed +02-27 08:43:20.774 505 1683 E IPCThreadState: binder thread pool (31 threads) starved for 203 ms +02-27 08:43:20.777 505 2586 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10052/26625, android.os.BinderProxy@3391b28) +02-27 08:43:20.778 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=350, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] (release request) +02-27 08:43:20.779 505 3356 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10048/29547, android.os.BinderProxy@947e61a) +02-27 08:43:20.780 505 594 D NotificationListeners: Removing active service ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:43:20.780 505 2243 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10057/29389, android.os.BinderProxy@e86f041) +02-27 08:43:20.781 505 709 D ConnectivityService: releasing NetworkRequest [ REQUEST id=386, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] (release request) +02-27 08:43:20.781 505 1683 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(uid/pid:10052/26625, android.os.BinderProxy@dd5154b) +02-27 08:43:20.784 505 542 I ServiceWatcher: [GeocoderProxy] disconnected from 10057/com.google.android.gms/.location.geocode.GeocodeService@2 +02-27 08:43:20.788 505 891 I WindowManager: WIN DEATH: Window{b1ad564 u0 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:43:20.814 505 891 W InputManager-JNI: Input channel object 'b1ad564 com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:43:20.847 505 514 I system_server: Background young concurrent copying GC freed 1422229(36MB) AllocSpace objects, 2(56KB) LOS objects, 34% free, 30MB/46MB, paused 13.589ms,133us total 824.953ms +02-27 08:43:20.866 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:43:20.889 505 1212 I ActivityManager: Process com.google.android.tvlauncher (pid 29547) has died: vis+2 TOP +02-27 08:43:20.889 505 556 I libprocessgroup: Successfully killed process cgroup uid 10048 pid 29547 in 0ms +02-27 08:43:20.892 505 1212 W ActivityManager: Exception when unbinding service com.google.android.gms/.chimera.PersistentDirectBootAwareApiService +02-27 08:43:20.892 505 1212 W ActivityManager: android.os.DeadObjectException +02-27 08:43:20.892 505 1212 W ActivityManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:43:20.892 505 1212 W ActivityManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:43:20.892 505 1212 W ActivityManager: at android.app.IApplicationThread$Stub$Proxy.scheduleUnbindService(IApplicationThread.java:1790) +02-27 08:43:20.892 505 1212 W ActivityManager: at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:4453) +02-27 08:43:20.892 505 1212 W ActivityManager: at com.android.server.am.ActiveServices.killServicesLocked(ActiveServices.java:4890) +02-27 08:43:20.892 505 1212 W ActivityManager: at com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked(ActivityManagerService.java:11706) +02-27 08:43:20.892 505 1212 W ActivityManager: at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:3015) +02-27 08:43:20.892 505 1212 W ActivityManager: at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:3122) +02-27 08:43:20.892 505 1212 W ActivityManager: at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1437) +02-27 08:43:20.892 505 1212 W ActivityManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:43:20.892 505 1212 W ActivityManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:43:20.892 505 1212 W ActivityManager: Exception when unbinding service com.google.android.gms/.auth.GetToken +02-27 08:43:20.892 505 1212 W ActivityManager: android.os.DeadObjectException +02-27 08:43:20.892 505 1212 W ActivityManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:43:20.892 505 1212 W ActivityManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:43:20.892 505 1212 W ActivityManager: at android.app.IApplicationThread$Stub$Proxy.scheduleUnbindService(IApplicationThread.java:1790) +02-27 08:43:20.892 505 1212 W ActivityManager: at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:4453) +02-27 08:43:20.892 505 1212 W ActivityManager: at com.android.server.am.ActiveServices.killServicesLocked(ActiveServices.java:4890) +02-27 08:43:20.892 505 1212 W ActivityManager: at com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked(ActivityManagerService.java:11706) +02-27 08:43:20.892 505 1212 W ActivityManager: at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:3015) +02-27 08:43:20.892 505 1212 W ActivityManager: at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:3122) +02-27 08:43:20.892 505 1212 W ActivityManager: at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1437) +02-27 08:43:20.892 505 1212 W ActivityManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:43:20.892 505 1212 W ActivityManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:43:20.893 505 1212 W ActivityManager: Exception when destroying service com.google.android.gms/.auth.GetToken +02-27 08:43:20.893 505 1212 W ActivityManager: android.os.DeadObjectException +02-27 08:43:20.893 505 1212 W ActivityManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:43:20.893 505 1212 W ActivityManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:43:20.893 505 1212 W ActivityManager: at android.app.IApplicationThread$Stub$Proxy.scheduleStopService(IApplicationThread.java:1538) +02-27 08:43:20.893 505 1212 W ActivityManager: at com.android.server.am.ActiveServices.bringDownServiceLocked(ActiveServices.java:4303) +02-27 08:43:20.893 505 1212 W ActivityManager: at com.android.server.am.ActiveServices.bringDownServiceIfNeededLocked(ActiveServices.java:4138) +02-27 08:43:20.893 505 1212 W ActivityManager: at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:4477) +02-27 08:43:20.893 505 1212 W ActivityManager: at com.android.server.am.ActiveServices.killServicesLocked(ActiveServices.java:4890) +02-27 08:43:20.893 505 1212 W ActivityManager: at com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked(ActivityManagerService.java:11706) +02-27 08:43:20.893 505 1212 W ActivityManager: at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:3015) +02-27 08:43:20.893 505 1212 W ActivityManager: at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:3122) +02-27 08:43:20.893 505 1212 W ActivityManager: at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1437) +02-27 08:43:20.893 505 1212 W ActivityManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:43:20.893 505 1212 W ActivityManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:43:20.893 505 1212 W ActivityManager: Exception when unbinding service com.google.android.gms/.chimera.PersistentApiService +02-27 08:43:20.893 505 1212 W ActivityManager: android.os.DeadObjectException +02-27 08:43:20.893 505 1212 W ActivityManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:43:20.893 505 1212 W ActivityManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:43:20.893 505 1212 W ActivityManager: at android.app.IApplicationThread$Stub$Proxy.scheduleUnbindService(IApplicationThread.java:1790) +02-27 08:43:20.893 505 1212 W ActivityManager: at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:4453) +02-27 08:43:20.893 505 1212 W ActivityManager: at com.android.server.am.ActiveServices.killServicesLocked(ActiveServices.java:4890) +02-27 08:43:20.893 505 1212 W ActivityManager: at com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked(ActivityManagerService.java:11706) +02-27 08:43:20.893 505 1212 W ActivityManager: at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:3015) +02-27 08:43:20.893 505 1212 W ActivityManager: at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:3122) +02-27 08:43:20.893 505 1212 W ActivityManager: at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1437) +02-27 08:43:20.893 505 1212 W ActivityManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:43:20.893 505 1212 W ActivityManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:43:20.894 505 1212 W ActivityManager: Exception when unbinding service com.google.android.gms/.chimera.PersistentDirectBootAwareApiService +02-27 08:43:20.894 505 1212 W ActivityManager: android.os.DeadObjectException +02-27 08:43:20.894 505 1212 W ActivityManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:43:20.894 505 1212 W ActivityManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:43:20.894 505 1212 W ActivityManager: at android.app.IApplicationThread$Stub$Proxy.scheduleUnbindService(IApplicationThread.java:1790) +02-27 08:43:20.894 505 1212 W ActivityManager: at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:4453) +02-27 08:43:20.894 505 1212 W ActivityManager: at com.android.server.am.ActiveServices.killServicesLocked(ActiveServices.java:4890) +02-27 08:43:20.894 505 1212 W ActivityManager: at com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked(ActivityManagerService.java:11706) +02-27 08:43:20.894 505 1212 W ActivityManager: at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:3015) +02-27 08:43:20.894 505 1212 W ActivityManager: at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:3122) +02-27 08:43:20.894 505 1212 W ActivityManager: at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1437) +02-27 08:43:20.894 505 1212 W ActivityManager: at android.os.IBinder$DeathRecipient.binderDied(IBinder.java:314) +02-27 08:43:20.894 505 1212 W ActivityManager: at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:685) +02-27 08:43:20.897 182 182 W lowmemorykiller: Failed to open /proc/26625/oom_score_adj; errno=2: process 26625 might have been killed +02-27 08:43:20.913 505 505 W Looper : Slow dispatch took 490ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ServiceDispatcher$RunConnection@964e81f m=0 +02-27 08:43:20.914 505 505 W Looper : Slow delivery took 516ms main h=android.app.ActivityThread$H c= m=0 +02-27 08:43:20.914 505 505 V NotificationListeners: 0 notification listener connection lost: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:43:20.915 505 1212 D CompatibilityChangeReporter: Compat change id reported: 181136395; UID 10082; state: DISABLED +02-27 08:43:20.916 505 1212 D CompatibilityChangeReporter: Compat change id reported: 174042936; UID 10082; state: DISABLED +02-27 08:43:20.918 182 182 W lowmemorykiller: Failed to open /proc/29621/oom_score_adj; errno=2: process 29621 might have been killed +02-27 08:43:20.922 505 2796 I ActivityManager: Process com.android.providers.tv (pid 29621) has died: cch+15 CEM +02-27 08:43:20.922 505 556 I libprocessgroup: Successfully killed process cgroup uid 10033 pid 29621 in 0ms +02-27 08:43:20.925 505 556 I libprocessgroup: Successfully killed process cgroup uid 10052 pid 26625 in 0ms +02-27 08:43:20.925 505 2476 I ActivityManager: Process com.google.android.tvrecommendations (pid 26625) has died: prcl BFGS +02-27 08:43:20.928 505 2476 W ActivityManager: Scheduling restart of crashed service com.google.android.tvrecommendations/.NotificationsService in 1000ms for connection +02-27 08:43:20.931 505 542 E PermissionControllerManager: Error updating user_sensitive flags for uid 10082 +02-27 08:43:20.931 505 542 E PermissionControllerManager: android.os.DeadObjectException +02-27 08:43:20.931 505 542 E PermissionControllerManager: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:43:20.931 505 542 E PermissionControllerManager: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:43:20.931 505 542 E PermissionControllerManager: at android.permission.IPermissionController$Stub$Proxy.updateUserSensitiveForApp(IPermissionController.java:763) +02-27 08:43:20.931 505 542 E PermissionControllerManager: at android.permission.PermissionControllerManager.lambda$updateUserSensitiveForApp$27(PermissionControllerManager.java:701) +02-27 08:43:20.931 505 542 E PermissionControllerManager: at android.permission.PermissionControllerManager$$ExternalSyntheticLambda0.run(Unknown Source:4) +02-27 08:43:20.931 505 542 E PermissionControllerManager: at com.android.internal.infra.ServiceConnector$Impl$CompletionAwareJob.run(ServiceConnector.java:691) +02-27 08:43:20.931 505 542 E PermissionControllerManager: at com.android.internal.infra.ServiceConnector$Impl.processQueue(ServiceConnector.java:456) +02-27 08:43:20.931 505 542 E PermissionControllerManager: at com.android.internal.infra.ServiceConnector$Impl.onServiceConnected(ServiceConnector.java:564) +02-27 08:43:20.931 505 542 E PermissionControllerManager: at android.app.LoadedApk$ServiceDispatcher.doConnected(LoadedApk.java:2077) +02-27 08:43:20.931 505 542 E PermissionControllerManager: at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:2110) +02-27 08:43:20.931 505 542 E PermissionControllerManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:43:20.931 505 542 E PermissionControllerManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:43:20.931 505 542 E PermissionControllerManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:43:20.931 505 542 E PermissionControllerManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:43:20.931 505 542 E PermissionControllerManager: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:43:20.931 505 542 E PermissionControllerManager: at com.android.server.ServiceThread.run(ServiceThread.java:44) +02-27 08:43:20.931 505 542 I ServiceWatcher: [fused] connected to {com.google.android.gms/com.google.android.location.fused.FusedLocationService} +02-27 08:43:20.937 505 2586 I ActivityManager: Process com.google.android.tv.remote.service (pid 29748) has died: vis FGS +02-27 08:43:20.937 505 556 I libprocessgroup: Successfully killed process cgroup uid 10049 pid 29748 in 0ms +02-27 08:43:20.937 505 2586 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.AtvRemoteProviderService in 10991ms for connection +02-27 08:43:20.938 505 2586 W ActivityManager: Scheduling restart of crashed service com.google.android.tv.remote.service/.RemoteService in 678960ms for start-requested +02-27 08:43:20.942 505 556 I libprocessgroup: Successfully killed process cgroup uid 10058 pid 29766 in 0ms +02-27 08:43:20.942 505 2243 I ActivityManager: Process com.android.vending:background (pid 29766) has died: fg SVC +02-27 08:43:20.949 505 505 W Looper : Drained +02-27 08:43:20.950 505 556 I libprocessgroup: Successfully killed process cgroup uid 10066 pid 29715 in 0ms +02-27 08:43:20.952 505 1683 I ActivityManager: Process com.google.android.inputmethod.latin (pid 29715) has died: fg IMPB +02-27 08:43:20.953 505 1683 W ActivityManager: Scheduling restart of crashed service com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME in 175152ms for connection +02-27 08:43:20.956 505 556 I libprocessgroup: Successfully killed process cgroup uid 10082 pid 29698 in 0ms +02-27 08:43:20.956 505 2908 I ActivityManager: Process com.streamflow.tv (pid 29698) has died: fg TOP +02-27 08:43:20.960 505 505 D CompatibilityChangeReporter: Compat change id reported: 175319604; UID 1000; state: ENABLED +02-27 08:43:20.965 505 2908 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10082; state: DISABLED +02-27 08:43:20.973 505 3356 I ActivityManager: Process com.google.android.permissioncontroller (pid 29695) has died: fg IMPF +02-27 08:43:20.973 505 3356 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.role.service.RoleControllerServiceImpl in 789392ms for connection +02-27 08:43:20.974 505 3356 W ActivityManager: Scheduling restart of crashed service com.google.android.permissioncontroller/com.android.permissioncontroller.permission.service.PermissionControllerServiceImpl in 20955ms for connection +02-27 08:43:20.974 505 556 I libprocessgroup: Successfully killed process cgroup uid 10077 pid 29695 in 0ms +02-27 08:43:20.977 505 542 E ServiceWatcher: [fused] error running operation on 10057/com.google.android.gms/com.google.android.location.fused.FusedLocationService@1 +02-27 08:43:20.977 505 542 E ServiceWatcher: android.os.DeadObjectException +02-27 08:43:20.977 505 542 E ServiceWatcher: at android.os.BinderProxy.transactNative(Native Method) +02-27 08:43:20.977 505 542 E ServiceWatcher: at android.os.BinderProxy.transact(BinderProxy.java:571) +02-27 08:43:20.977 505 542 E ServiceWatcher: at android.location.provider.ILocationProvider$Stub$Proxy.setLocationProviderManager(ILocationProvider.java:173) +02-27 08:43:20.977 505 542 E ServiceWatcher: at com.android.server.location.provider.proxy.ProxyLocationProvider.onBind(ProxyLocationProvider.java:126) +02-27 08:43:20.977 505 542 E ServiceWatcher: at com.android.server.location.provider.proxy.ProxyLocationProvider.onBind(ProxyLocationProvider.java:56) +02-27 08:43:20.977 505 542 E ServiceWatcher: at com.android.server.servicewatcher.ServiceWatcherImpl$MyServiceConnection.onServiceConnected(ServiceWatcherImpl.java:267) +02-27 08:43:20.977 505 542 E ServiceWatcher: at android.app.LoadedApk$ServiceDispatcher.doConnected(LoadedApk.java:2077) +02-27 08:43:20.977 505 542 E ServiceWatcher: at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:2110) +02-27 08:43:20.977 505 542 E ServiceWatcher: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:43:20.977 505 542 E ServiceWatcher: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:43:20.977 505 542 E ServiceWatcher: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:43:20.977 505 542 E ServiceWatcher: at android.os.Looper.loop(Looper.java:288) +02-27 08:43:20.977 505 542 E ServiceWatcher: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:43:20.977 505 542 E ServiceWatcher: at com.android.server.ServiceThread.run(ServiceThread.java:44) +02-27 08:43:20.980 505 542 I ServiceWatcher: [fused] disconnected from 10057/com.google.android.gms/com.google.android.location.fused.FusedLocationService@1 +02-27 08:43:20.982 505 830 I ActivityManager: Process com.google.process.gservices (pid 28999) has died: fg BFGS +02-27 08:43:20.983 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 28999 in 0ms +02-27 08:43:20.987 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 29547 +02-27 08:43:20.989 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10048; state: DISABLED +02-27 08:43:20.989 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10048; state: DISABLED +02-27 08:43:20.989 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10048; state: DISABLED +02-27 08:43:20.989 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10048; state: ENABLED +02-27 08:43:20.992 505 2673 I ActivityManager: Process com.google.android.gms.persistent (pid 29389) has died: fg BFGS +02-27 08:43:20.992 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 29389 in 0ms +02-27 08:43:20.993 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10048; state: ENABLED +02-27 08:43:20.994 505 2673 I ActivityManager: Killing 29457:com.google.android.gms/u0a57 (adj 905): depends on provider com.google.android.gms/.phenotype.provider.ConfigurationProvider in dying proc com.google.android.gms.persistent (adj -10000) +02-27 08:43:20.994 505 2673 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.location.geocode.GeocodeService in 668212ms for connection +02-27 08:43:20.994 505 2673 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.gcm.GcmService in 750800ms for start-requested +02-27 08:43:20.994 505 2673 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentBoundBrokerService in 30934ms for connection +02-27 08:43:20.994 505 2673 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.fused.FusedLocationService in 1007024ms for connection +02-27 08:43:20.994 505 2673 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService in 1167024ms for start-requested +02-27 08:43:20.994 505 556 I libprocessgroup: Successfully killed process cgroup uid 10057 pid 29457 in 0ms +02-27 08:43:20.994 505 2673 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService in 1327024ms for start-requested +02-27 08:43:20.994 505 2673 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService in 1647024ms for connection +02-27 08:43:20.994 505 2673 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.network.NetworkLocationService in 2078352ms for connection +02-27 08:43:20.994 505 2673 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentIntentOperationService in 240372ms for start-requested +02-27 08:43:20.998 505 545 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10082; state: DISABLED +02-27 08:43:21.000 505 545 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10082; state: DISABLED +02-27 08:43:21.000 505 545 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10082; state: DISABLED +02-27 08:43:21.000 505 545 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10082; state: ENABLED +02-27 08:43:21.010 322 322 D Zygote : Forked child process 29812 +02-27 08:43:21.016 505 555 I ActivityManager: Start proc 29812:com.google.android.tvlauncher/u0a48 for activity {com.google.android.tvlauncher/com.google.android.tvlauncher.MainActivity} +02-27 08:43:21.017 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10082; state: ENABLED +02-27 08:43:21.026 322 322 D Zygote : Forked child process 29813 +02-27 08:43:21.028 505 555 I ActivityManager: Start proc 29813:com.streamflow.tv/u0a82 for top-activity {com.streamflow.tv/com.streamflow.tv.MainActivity} +02-27 08:43:21.042 29813 29813 I m.streamflow.t: Late-enabling -Xcheck:jni +02-27 08:43:21.093 29812 29812 E roid.tvlaunche: Not starting debugger since process cannot load the jdwp agent. +02-27 08:43:21.167 505 541 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.168 505 541 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.168 505 541 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.168 505 541 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.168 505 541 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.168 505 541 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.168 505 541 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.168 505 541 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.168 505 541 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.168 505 541 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.168 505 541 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.168 505 541 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.168 505 541 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.168 505 541 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.168 505 541 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.168 505 541 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.168 505 541 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.168 505 541 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.168 505 541 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.168 505 541 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.173 1403 1412 I adbd : jdwp connection from 29813 +02-27 08:43:21.176 505 541 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10048; state: DISABLED +02-27 08:43:21.177 505 541 D CompatibilityChangeReporter: Compat change id reported: 181136395; UID 10048; state: DISABLED +02-27 08:43:21.178 505 541 D CompatibilityChangeReporter: Compat change id reported: 174042936; UID 10048; state: DISABLED +02-27 08:43:21.180 505 541 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10048; state: DISABLED +02-27 08:43:21.182 505 541 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10048; state: DISABLED +02-27 08:43:21.193 505 2673 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.193 505 2673 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.193 505 2673 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.193 505 2673 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.193 505 2673 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.193 505 2673 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.193 505 2673 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.193 505 2673 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.193 505 2673 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.193 505 2673 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.193 505 2673 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.193 505 2673 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.193 505 2673 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.193 505 2673 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.193 505 2673 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.193 505 2673 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.193 505 2673 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.193 505 2673 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.193 505 2673 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.193 505 2673 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:21.194 29812 29812 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10048; state: ENABLED +02-27 08:43:21.194 505 2673 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10082; state: DISABLED +02-27 08:43:21.194 505 2673 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10082; state: DISABLED +02-27 08:43:21.194 505 2673 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10082; state: DISABLED +02-27 08:43:21.221 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:43:21.261 29812 29812 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVLauncher/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:43:21.286 29813 29813 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10082; state: ENABLED +02-27 08:43:21.305 29812 29812 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvlauncher' set to: 'default' +02-27 08:43:21.307 29812 29812 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:43:21.308 29812 29812 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:21.308 29812 29812 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:21.344 505 553 E PackageManager: Optimistic bind failed. +02-27 08:43:21.344 505 553 E PackageManager: java.util.concurrent.TimeoutException: [Optimistic Bind] Didn't bind to resolver in time! +02-27 08:43:21.344 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.waitForBindLocked(InstantAppResolverConnection.java:160) +02-27 08:43:21.344 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.bind(InstantAppResolverConnection.java:225) +02-27 08:43:21.344 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection.lambda$optimisticBind$0$InstantAppResolverConnection(InstantAppResolverConnection.java:255) +02-27 08:43:21.344 505 553 E PackageManager: at com.android.server.pm.InstantAppResolverConnection$$ExternalSyntheticLambda0.run(Unknown Source:2) +02-27 08:43:21.344 505 553 E PackageManager: at android.os.Handler.handleCallback(Handler.java:938) +02-27 08:43:21.344 505 553 E PackageManager: at android.os.Handler.dispatchMessage(Handler.java:99) +02-27 08:43:21.344 505 553 E PackageManager: at android.os.Looper.loopOnce(Looper.java:201) +02-27 08:43:21.344 505 553 E PackageManager: at android.os.Looper.loop(Looper.java:288) +02-27 08:43:21.344 505 553 E PackageManager: at android.os.HandlerThread.run(HandlerThread.java:67) +02-27 08:43:21.420 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:43:21.420 505 2673 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:43:21.420 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:43:21.420 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:43:21.423 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:43:21.436 322 322 D Zygote : Forked child process 29846 +02-27 08:43:21.440 505 555 I ActivityManager: Start proc 29846:com.google.android.gms.persistent/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.PersistentApiService} +02-27 08:43:21.465 29846 29846 E .gms.persisten: Not starting debugger since process cannot load the jdwp agent. +02-27 08:43:21.471 337 399 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:43:21.484 505 541 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:43:21.501 29846 29846 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:43:21.508 505 514 I system_server: Background young concurrent copying GC freed 1294647(33MB) AllocSpace objects, 1(36KB) LOS objects, 59% free, 16MB/40MB, paused 173us,2.422ms total 134.851ms +02-27 08:43:21.570 29846 29846 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:43:21.578 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 08:43:21.581 29805 29853 I Gralloc4: mapper 4.x is not supported +02-27 08:43:21.584 505 541 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:43:21.585 505 541 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:43:21.585 505 541 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:43:21.585 505 541 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:43:21.643 29846 29846 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:43:21.643 29846 29846 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:43:21.647 29846 29846 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:43:21.654 29846 29846 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:43:21.671 29805 29853 D HostConnection: createUnique: call +02-27 08:43:21.672 29805 29853 D HostConnection: HostConnection::get() New Host Connection established 0xb4000072c6491cd0, tid 29853 +02-27 08:43:21.672 29805 29853 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 08:43:21.673 29805 29853 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 08:43:21.724 505 555 W ActivityManager: Slow operation: 140ms so far, now at startProcess: asking zygote to start proc +02-27 08:43:21.726 29805 29853 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:43:21.732 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:43:21.738 322 322 D Zygote : Forked child process 29870 +02-27 08:43:21.740 505 555 W ActivityManager: Slow operation: 156ms so far, now at startProcess: returned from zygote! +02-27 08:43:21.741 505 555 W ActivityManager: Slow operation: 157ms so far, now at startProcess: done updating battery stats +02-27 08:43:21.741 505 555 W ActivityManager: Slow operation: 157ms so far, now at startProcess: building log message +02-27 08:43:21.741 505 555 I ActivityManager: Start proc 29870:com.google.process.gservices/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider} +02-27 08:43:21.741 505 555 W ActivityManager: Slow operation: 157ms so far, now at startProcess: starting to update pids map +02-27 08:43:21.741 505 555 W ActivityManager: Slow operation: 157ms so far, now at startProcess: done updating pids map +02-27 08:43:21.763 29870 29870 E ocess.gservice: Not starting debugger since process cannot load the jdwp agent. +02-27 08:43:21.790 505 541 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:43:21.824 29870 29870 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:43:21.876 505 545 W ActivityTaskManager: Launch timeout has expired, giving up wake lock! +02-27 08:43:21.932 505 554 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10052; state: DISABLED +02-27 08:43:21.933 505 554 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10052; state: DISABLED +02-27 08:43:21.933 505 554 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10052; state: DISABLED +02-27 08:43:21.933 505 554 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10052; state: ENABLED +02-27 08:43:21.933 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10052; state: ENABLED +02-27 08:43:21.936 29870 29870 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gsf' set to: 'default' +02-27 08:43:21.936 29870 29870 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:43:21.936 29870 29870 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:21.938 29870 29870 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:21.948 322 322 D Zygote : Forked child process 29886 +02-27 08:43:21.948 505 555 I ActivityManager: Start proc 29886:com.google.android.tvrecommendations/u0a52 for service {com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:43:21.972 29886 29886 E recommendation: Not starting debugger since process cannot load the jdwp agent. +02-27 08:43:21.973 29870 29870 I GservicesProvider: Gservices pushing to system: true; secure/global: true +02-27 08:43:22.005 29886 29886 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10052; state: ENABLED +02-27 08:43:22.007 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:43:22.008 505 2673 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:43:22.009 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:43:22.009 505 2673 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:43:22.015 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:43:22.022 322 322 D Zygote : Forked child process 29902 +02-27 08:43:22.036 505 555 I ActivityManager: Start proc 29902:com.google.android.gms/u0a57 for service {com.google.android.gms/com.google.android.gms.chimera.GmsBoundBrokerService} +02-27 08:43:22.048 29902 29902 E gle.android.gm: Not starting debugger since process cannot load the jdwp agent. +02-27 08:43:22.084 29886 29886 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/TVRecommendations/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:43:22.094 29902 29902 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:43:22.138 29886 29886 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tvrecommendations' set to: 'default' +02-27 08:43:22.138 29886 29886 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:43:22.141 29886 29886 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:22.141 29886 29886 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:22.169 29902 29902 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:43:22.182 29902 29902 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.gms' set to: 'default' +02-27 08:43:22.182 29902 29902 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:43:22.184 29902 29902 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:43:22.213 29902 29902 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false +02-27 08:43:22.302 29886 29886 E ActivityThread: Failed to find provider info for tvlauncher.config +02-27 08:43:22.303 29886 29886 E OemConfigurationData: Error reading content://tvlauncher.config/configuration +02-27 08:43:22.303 29886 29886 E OemConfigurationData: No content provider: content://tvlauncher.config/configuration +02-27 08:43:22.317 505 514 I system_server: Background young concurrent copying GC freed 1145884(28MB) AllocSpace objects, 0(0B) LOS objects, 58% free, 16MB/40MB, paused 63us,1.723ms total 133.894ms +02-27 08:43:22.448 29812 29938 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:43:22.455 29812 29938 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:43:22.475 29846 29846 I Safeboot: Checking safeboot... +02-27 08:43:22.477 29812 29938 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:43:22.477 29886 29934 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10052; state: ENABLED +02-27 08:43:23.588 29846 29856 W .gms.persisten: Suspending all threads took: 7.762ms +02-27 08:43:23.649 29846 29856 I .gms.persisten: Background young concurrent copying GC freed 15462(916KB) AllocSpace objects, 3(60KB) LOS objects, 91% free, 2341KB/26MB, paused 1.100ms,7.882ms total 170.299ms +02-27 08:43:23.811 29846 29846 I FixerFramework: Installing ProviderInstaller. +02-27 08:43:23.861 505 514 W system_server: Suspending all threads took: 6.586ms +02-27 08:43:24.031 505 514 I system_server: Background young concurrent copying GC freed 1091877(27MB) AllocSpace objects, 0(0B) LOS objects, 54% free, 18MB/40MB, paused 7.576ms,27.166ms total 446.559ms +02-27 08:43:24.058 29813 29813 V GraphicsEnvironment: ANGLE Developer option for 'com.streamflow.tv' set to: 'default' +02-27 08:43:24.058 29813 29813 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:43:24.101 29813 29813 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:24.127 29813 29813 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:24.190 29846 29846 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:43:24.262 29846 29846 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:43:24.262 29846 29846 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:43:24.280 505 505 W Looper : Slow dispatch took 120ms main h=android.app.PropertyInvalidatedCache$AutoCorker$1 c=null m=0 +02-27 08:43:24.456 29812 29812 W ChimeRegistrationManage: Chime not initialized, cannot register for notifications. +02-27 08:43:24.471 505 2908 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10033; state: DISABLED +02-27 08:43:24.472 505 2908 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10033; state: DISABLED +02-27 08:43:24.472 505 2908 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10033; state: DISABLED +02-27 08:43:24.472 505 2908 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10033; state: ENABLED +02-27 08:43:24.476 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10033; state: ENABLED +02-27 08:43:24.503 322 322 D Zygote : Forked child process 29967 +02-27 08:43:24.509 505 555 W ActivityManager: Slow operation: 55ms so far, now at startProcess: returned from zygote! +02-27 08:43:24.517 505 555 W ActivityManager: Slow operation: 56ms so far, now at startProcess: done updating battery stats +02-27 08:43:24.518 505 555 W ActivityManager: Slow operation: 64ms so far, now at startProcess: building log message +02-27 08:43:24.519 505 555 I ActivityManager: Start proc 29967:com.android.providers.tv/u0a33 for content provider {com.android.providers.tv/com.android.providers.tv.TvProvider} +02-27 08:43:24.519 505 555 W ActivityManager: Slow operation: 65ms so far, now at startProcess: starting to update pids map +02-27 08:43:24.520 505 555 W ActivityManager: Slow operation: 66ms so far, now at startProcess: done updating pids map +02-27 08:43:24.622 29902 29902 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:43:24.631 29902 29902 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:43:24.631 29902 29902 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:43:24.672 29812 29812 W Glide : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored +02-27 08:43:24.801 29967 29967 E id.providers.t: Not starting debugger since process cannot load the jdwp agent. +02-27 08:43:24.909 29813 29983 D libEGL : loaded /vendor/lib64/egl/libEGL_emulation.so +02-27 08:43:24.925 505 2908 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10033; state: DISABLED +02-27 08:43:24.962 505 830 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:43:24.971 29967 29967 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10033; state: ENABLED +02-27 08:43:24.981 29813 29983 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so +02-27 08:43:25.021 29813 29983 D libEGL : loaded /vendor/lib64/egl/libGLESv2_emulation.so +02-27 08:43:25.072 29813 29813 D MainActivity: onCreate started +02-27 08:43:25.169 29886 29886 D NowPlayingListener: setRemoteControlListener: dqv@8114acb +02-27 08:43:25.244 29886 29886 D NowPlayingListener: onActiveSessionsChanged() called with: controllers = [[]], lastActiveMediaController = null, lastUpdatedAppPackageName = null +02-27 08:43:25.247 29886 29886 D NowPlayingManager: onClientChanged() called +02-27 08:43:25.248 29886 29886 D NowPlayingManager: A notification for Now Playing Card has been canceled +02-27 08:43:25.262 505 505 V NotificationListeners: 0 notification listener service connected: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:43:25.313 505 2908 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:43:25.348 505 830 W WifiService: Permission violation - getConfiguredNetworks not allowed for uid=10052, packageName=com.google.android.tvrecommendations, reason=java.lang.SecurityException: UID 10052 has no location permission +02-27 08:43:25.454 29846 29846 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:43:25.458 29967 29967 V GraphicsEnvironment: ANGLE Developer option for 'com.android.providers.tv' set to: 'default' +02-27 08:43:25.458 29967 29967 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:43:25.469 29967 29967 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:25.469 29967 29967 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:25.493 29967 29967 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10033; state: ENABLED +02-27 08:43:25.496 505 615 I RoleService: Granting default roles... +02-27 08:43:25.498 20937 20937 V MediaPlayerList: mPackageChangedBroadcastReceiver: action: android.intent.action.PACKAGE_CHANGED +02-27 08:43:25.519 20937 20937 D MediaPlayerList: Name of package changed: com.google.android.tvrecommendations +02-27 08:43:25.519 505 542 D CompanionDeviceManagerService: onPackageModified(packageName = com.google.android.tvrecommendations) +02-27 08:43:25.523 29902 29902 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 295 native methods... +02-27 08:43:25.584 505 615 W ActivityManager: Slow operation: 61ms so far, now at startProcess: done creating new process record +02-27 08:43:25.584 505 615 W ActivityManager: Slow operation: 62ms so far, now at startProcess: stepping in to startProcess +02-27 08:43:25.585 505 615 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10077; state: DISABLED +02-27 08:43:25.586 505 615 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10077; state: DISABLED +02-27 08:43:25.586 505 615 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10077; state: DISABLED +02-27 08:43:25.586 505 615 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10077; state: DISABLED +02-27 08:43:25.601 505 615 W ActivityManager: Slow operation: 79ms so far, now at startProcess: done starting proc! +02-27 08:43:25.602 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10077; state: DISABLED +02-27 08:43:25.645 322 322 D Zygote : Forked child process 29999 +02-27 08:43:25.653 505 555 W ActivityManager: Slow operation: 69ms so far, now at startProcess: returned from zygote! +02-27 08:43:25.654 505 555 W ActivityManager: Slow operation: 70ms so far, now at startProcess: done updating battery stats +02-27 08:43:25.683 29999 29999 I libc : SetHeapTaggingLevel: tag level set to 0 +02-27 08:43:25.698 505 555 W ActivityManager: Slow operation: 70ms so far, now at startProcess: building log message +02-27 08:43:25.698 505 555 I ActivityManager: Start proc 29999:com.google.android.permissioncontroller/u0a77 for service {com.google.android.permissioncontroller/com.android.permissioncontroller.role.service.RoleControllerServiceImpl} +02-27 08:43:25.698 505 555 W ActivityManager: Slow operation: 114ms so far, now at startProcess: starting to update pids map +02-27 08:43:25.698 505 555 W ActivityManager: Slow operation: 114ms so far, now at startProcess: done updating pids map +02-27 08:43:25.714 505 553 W Searchables: No global search activity found +02-27 08:43:25.750 505 505 W Looper : Slow dispatch took 104ms main h=android.os.Handler c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@36a4e4d m=0 +02-27 08:43:25.753 505 2908 D ConnectivityService: requestNetwork for uid/pid:10048/29812 activeRequest: null callbackRequest: 388 [NetworkRequest [ REQUEST id=389, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:43:25.761 29812 29812 W PrtnrWidgetInfoLdr: No content provider for OEM widget found +02-27 08:43:25.761 505 709 D ConnectivityService: NetReassign [389 : null → 101] +02-27 08:43:25.765 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=389, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:43:25.765 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=389, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:43:25.765 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=389, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:43:25.778 505 505 W Looper : Slow delivery took 260ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@e471050 m=0 +02-27 08:43:25.780 29999 29999 E ssioncontrolle: Not starting debugger since process cannot load the jdwp agent. +02-27 08:43:25.865 505 505 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:43:25.865 505 505 V NotificationListeners: Not registering ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} is already bound +02-27 08:43:25.888 505 505 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10049; state: DISABLED +02-27 08:43:25.888 505 505 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10049; state: DISABLED +02-27 08:43:25.888 505 505 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10049; state: DISABLED +02-27 08:43:25.888 505 505 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10049; state: ENABLED +02-27 08:43:25.888 505 505 W Looper : Drained +02-27 08:43:25.890 505 2908 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10077; state: DISABLED +02-27 08:43:25.891 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10049; state: ENABLED +02-27 08:43:25.900 770 770 D TvNotificationHandler: Notification added +02-27 08:43:25.900 322 322 D Zygote : Forked child process 30019 +02-27 08:43:25.911 29999 29999 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10077; state: DISABLED +02-27 08:43:25.914 505 555 I ActivityManager: Start proc 30019:com.google.android.tv.remote.service/u0a49 for service {com.google.android.tv.remote.service/com.google.android.tv.remote.service.AtvRemoteProviderService} +02-27 08:43:25.940 29999 29999 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar +02-27 08:43:25.942 30019 30019 E .remote.servic: Not starting debugger since process cannot load the jdwp agent. +02-27 08:43:25.956 29846 29846 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:43:25.957 29902 29902 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL +02-27 08:43:25.960 29846 29846 W SQLiteCompatibilityWalFlags: Cannot read global setting sqlite_compatibility_wal_flags - Application state not available +02-27 08:43:25.962 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:43:25.966 29812 30036 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.searchapi.VoiceInteractionProvider +02-27 08:43:26.329 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:43:26.494 29813 29813 I Choreographer: Skipped 109 frames! The application may be doing too much work on its main thread. +02-27 08:43:26.502 505 514 W system_server: Suspending all threads took: 11.868ms +02-27 08:43:26.552 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:43:26.665 505 2243 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10049; state: DISABLED +02-27 08:43:26.670 505 2243 W ActivityManager: Slow operation: 700ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:43:26.670 505 2243 W ActivityManager: Slow operation: 700ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:43:26.673 29999 29999 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.permissioncontroller' set to: 'default' +02-27 08:43:26.673 29999 29999 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:43:26.674 505 2243 W ActivityManager: Slow operation: 704ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:43:26.684 29999 29999 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:26.748 29999 29999 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:26.752 505 514 I system_server: Background young concurrent copying GC freed 1031631(26MB) AllocSpace objects, 7(564KB) LOS objects, 21% free, 31MB/40MB, paused 896us,13.192ms total 721.320ms +02-27 08:43:26.756 505 2243 W ActivityManager: Slow operation: 786ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:43:26.758 29812 30037 E ActivityThread: Failed to find provider info for tvlauncher.mic +02-27 08:43:26.768 30019 30019 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10049; state: ENABLED +02-27 08:43:26.772 29812 30036 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:43:26.782 29812 30039 E ActivityThread: Failed to find provider info for com.google.android.katniss.search.WidgetInfoProvider +02-27 08:43:26.868 505 505 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 +02-27 08:43:26.888 29813 29835 I m.streamflow.t: Background young concurrent copying GC freed 1800(327KB) AllocSpace objects, 0(0B) LOS objects, 35% free, 2854KB/4410KB, paused 33us,3.799ms total 132.585ms +02-27 08:43:26.890 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:43:26.912 29999 29999 I CarUiInstaller: CarUiInstaller started for com.google.android.permissioncontroller +02-27 08:43:27.040 505 514 W system_server: Suspending all threads took: 93.119ms +02-27 08:43:27.188 29813 29813 W m.streamflow.t: Verification of void androidx.compose.ui.platform.AndroidComposeViewAccessibilityDelegateCompat.(androidx.compose.ui.platform.AndroidComposeView) took 255.473ms (1041.20 bytecodes/s) (10768B approximate peak alloc) +02-27 08:43:27.244 29846 29860 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:43:27.244 29846 29860 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:43:27.256 30019 30019 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/AtvRemoteService/lib/arm64:/product/lib64:/system/product/lib64 +02-27 08:43:27.373 505 1686 I ActivityTaskManager: START u0 {flg=0x14000000 cmp=com.google.android.tvlauncher/.MainActivity (has extras)} from uid 10048 +02-27 08:43:27.381 30019 30019 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.tv.remote.service' set to: 'default' +02-27 08:43:27.381 30019 30019 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:43:27.382 30019 30019 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:27.384 30019 30019 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:27.452 505 514 I system_server: Background young concurrent copying GC freed 1059820(26MB) AllocSpace objects, 0(0B) LOS objects, 27% free, 29MB/40MB, paused 444us,111.668ms total 554.231ms +02-27 08:43:27.468 29902 30056 I Watchcat: Started +02-27 08:43:27.502 29902 29902 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:43:27.503 29902 30057 I GMS_MM_Logger: Started. +02-27 08:43:27.525 29846 29846 I GmsApplication: Registering the BackgroundBroadcastReceiverSupport receiver. +02-27 08:43:27.567 505 1686 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:27.568 505 1686 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:27.568 505 1686 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:27.568 505 1686 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:27.568 505 1686 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:27.568 505 1686 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:27.568 505 1686 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:27.568 505 1686 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:27.568 505 1686 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:27.569 505 1686 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:27.569 505 1686 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:27.569 505 1686 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:27.569 505 1686 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:27.569 505 1686 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:27.569 505 1686 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:27.569 505 1686 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:27.569 505 1686 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:27.569 505 1686 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:27.569 505 1686 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:27.569 505 1686 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE. +02-27 08:43:27.592 360 360 I BpBinder: onLastStrongRef automatically unlinking death recipients: +02-27 08:43:27.606 30019 30019 I AtvRemote.Application: Application started +02-27 08:43:27.615 29846 29846 I GmsReceiverSupport: Registered Receiver for 14+1 IntentFilters +02-27 08:43:27.640 29999 29999 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:43:27.648 770 770 D TvPipController: onTaskStackChanged() +02-27 08:43:27.663 29846 29846 I avgw : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. +02-27 08:43:27.668 29812 29812 E Clearcut-EventLogger: Unexpected log parameter home_selected_row_position +02-27 08:43:27.687 29846 30067 I Watchcat: Started +02-27 08:43:27.689 29846 30068 I GMS_MM_Logger: Started. +02-27 08:43:27.690 29999 30070 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:43:27.712 29999 30070 W Role : Cannot get ApplicationInfo for default holder: com.android.contacts +02-27 08:43:27.722 29999 30020 I PermissionControllerServiceImpl: Updating user sensitive for uid 10052 +02-27 08:43:27.734 30019 30071 W .remote.servic: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied) +02-27 08:43:27.734 30019 30071 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedSet;->(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:43:27.734 30019 30071 W .remote.servic: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;->(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied) +02-27 08:43:27.765 29999 30070 W Role : Cannot get ApplicationInfo for default holder: com.android.gallery3d +02-27 08:43:27.875 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:43:27.887 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:43:27.948 505 545 W ActivityTaskManager: Activity top resumed state loss timeout for ActivityRecord{a6ed316 u0 com.streamflow.tv/.MainActivity t27} +02-27 08:43:28.062 30019 30019 W .remote.servic: Verification of void com.android.media.tv.remoteprovider.TvRemoteProvider.(android.content.Context) took 274.059ms (91.22 bytecodes/s) (1848B approximate peak alloc) +02-27 08:43:28.106 29999 30008 I ssioncontrolle: Background young concurrent copying GC freed 13701(666KB) AllocSpace objects, 0(0B) LOS objects, 91% free, 2208KB/26MB, paused 1.239ms,2.533ms total 388.491ms +02-27 08:43:28.127 30019 30028 W .remote.servic: Suspending all threads took: 5.287ms +02-27 08:43:28.220 30019 30028 I .remote.servic: Background young concurrent copying GC freed 15312(922KB) AllocSpace objects, 0(0B) LOS objects, 91% free, 2215KB/26MB, paused 37.937ms,5.417ms total 300.197ms +02-27 08:43:28.329 29812 29812 E Clearcut-EventLogger: Unexpected log parameter shown_channel_count +02-27 08:43:28.884 182 182 I lowmemorykiller: Kill 'com.streamflow.tv' (29813), uid 10082, oom_score_adj 200 to free 137256kB rss, 0kB swap; reason: min watermark is breached and thrashing (308%) +02-27 08:43:28.924 29812 29812 E Clearcut-EventLogger: Unexpected log parameter shown_channel_count +02-27 08:43:28.952 322 322 I Zygote : Process 29813 exited due to signal 9 (Killed) +02-27 08:43:28.957 505 2251 I WindowManager: WIN DEATH: Window{c31c67b u0 com.streamflow.tv/com.streamflow.tv.MainActivity} +02-27 08:43:28.963 29812 29812 I Choreographer: Skipped 71 frames! The application may be doing too much work on its main thread. +02-27 08:43:28.966 505 1686 I ActivityManager: Process com.streamflow.tv (pid 29813) has died: prcp TOP +02-27 08:43:28.981 505 556 I libprocessgroup: Successfully killed process cgroup uid 10082 pid 29813 in 7ms +02-27 08:43:28.984 505 514 I system_server: Background young concurrent copying GC freed 1103540(27MB) AllocSpace objects, 0(0B) LOS objects, 0% free, 45MB/45MB, paused 19.875ms,4.205ms total 1.043s +02-27 08:43:28.992 29846 29846 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:43:28.992 29846 29846 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms } +02-27 08:43:29.001 505 2251 W InputManager-JNI: Input channel object 'c31c67b com.streamflow.tv/com.streamflow.tv.MainActivity (client)' was disposed without first being removed with the input manager! +02-27 08:43:29.137 29902 29902 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:43:29.137 29902 29902 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.gservices.START pkg=com.google.android.gms } +02-27 08:43:29.237 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:43:29.247 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:43:29.262 505 546 D CompatibilityChangeReporter: Compat change id reported: 158002302; UID 10048; state: ENABLED +02-27 08:43:29.270 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:43:29.277 505 1686 W ActivityTaskManager: Force removing ActivityRecord{a6ed316 u0 com.streamflow.tv/.MainActivity t27}: app died, no saved state +02-27 08:43:29.286 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:43:29.305 29812 29935 D HostConnection: createUnique: call +02-27 08:43:29.306 29812 29935 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b098710, tid 29935 +02-27 08:43:29.316 29812 29935 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:43:29.353 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:43:29.360 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest. +02-27 08:43:29.362 29812 29935 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... +02-27 08:43:29.364 29812 29935 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS +02-27 08:43:29.368 29812 29935 D EGL_emulation: eglCreateContext: 0xb400007b8b099010: maj 3 min 0 rcv 3 +02-27 08:43:29.381 29812 29935 D EGL_emulation: eglMakeCurrent: 0xb400007b8b099010: ver 3 0 (tinfo 0x7da2400080) (first time) +02-27 08:43:29.456 505 505 W Looper : Slow dispatch took 164ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7 +02-27 08:43:29.457 505 545 W ActivityManager: setHasOverlayUi called on unknown pid: 29813 +02-27 08:43:29.469 29902 29902 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:43:29.470 29902 29902 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService pkg=com.google.android.gms } +02-27 08:43:29.510 29886 29900 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10052; state: ENABLED +02-27 08:43:29.510 505 514 I system_server: Background concurrent copying GC freed 1586335(40MB) AllocSpace objects, 1(20KB) LOS objects, 49% free, 21MB/43MB, paused 994us,4.375ms total 522.736ms +02-27 08:43:29.511 29886 30049 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10052; state: ENABLED +02-27 08:43:29.512 360 445 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8) +02-27 08:43:29.515 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest. +02-27 08:43:29.516 29812 29935 I Gralloc4: mapper 4.x is not supported +02-27 08:43:29.520 29812 30045 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10048; state: ENABLED +02-27 08:43:29.528 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:43:29.538 29812 29935 D HostConnection: createUnique: call +02-27 08:43:29.538 29812 29935 D HostConnection: HostConnection::get() New Host Connection established 0xb400007b8b09b590, tid 29935 +02-27 08:43:29.542 29812 29935 D goldfish-address-space: allocate: Ask for block of size 0x100 +02-27 08:43:29.542 29812 29935 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1f7ff8000 size 0x8000 +02-27 08:43:29.548 184 184 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. +02-27 08:43:29.549 29812 29935 W Gralloc4: allocator 4.x is not supported +02-27 08:43:29.559 337 399 D goldfish-address-space: claimShared: Ask to claim region [0x1f9008000 0x1f97f4000] +02-27 08:43:29.564 29812 29935 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_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_color_transform GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 +02-27 08:43:29.571 337 399 D goldfish-address-space: claimShared: Ask to claim region [0x1f97f4000 0x1f9fe0000] +02-27 08:43:29.576 337 399 D goldfish-address-space: claimShared: Ask to claim region [0x1f9fe0000 0x1fa7cc000] +02-27 08:43:29.594 29999 30070 W Role : Cannot get ApplicationInfo for default holder: com.google.android.katniss +02-27 08:43:29.631 30019 30019 W SystemServiceRegistry: No service published for: hdmi_control +02-27 08:43:29.656 30019 30019 I AtvRemote.RemoteService: Starting bluetooth server +02-27 08:43:29.663 29812 29812 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:43:29.663 29812 29812 W Glide : class byq: Received null model +02-27 08:43:29.689 29902 29917 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:7 and remote module com.google.android.gms.googlecertificates:7 +02-27 08:43:29.689 29902 29917 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates +02-27 08:43:29.694 29812 29812 W Glide : Load failed for [null] with dimensions [0x0] +02-27 08:43:29.694 29812 29812 W Glide : class byq: Received null model +02-27 08:43:29.745 505 542 I ServiceWatcher: [GeocoderProxy] connected to {com.google.android.gms/com.google.android.gms.location.geocode.GeocodeService} +02-27 08:43:29.756 505 1381 D ConnectivityService: requestNetwork for uid/pid:10052/29886 activeRequest: null callbackRequest: 390 [NetworkRequest [ REQUEST id=391, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ]] callback flags: 0 priority: 2147483647 +02-27 08:43:29.757 505 709 D ConnectivityService: NetReassign [391 : null → 101] +02-27 08:43:29.757 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=391, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:43:29.761 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=391, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:43:29.762 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=391, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10052 RequestorUid: 10052 RequestorPkg: com.google.android.tvrecommendations] ] +02-27 08:43:29.762 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:43:29.783 20937 20952 I bt_btif_sock_rfcomm: system/bt/btif/src/btif_sock_rfc.cc:303 btsock_rfc_listen: Adding listening socket service_name: Android TV Remote - channel: -1 +02-27 08:43:29.792 30019 30019 I AtvRemote.BluetoothServer: Starting Bluetooth LE advertising +02-27 08:43:29.794 30019 30019 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:43:29.794 30019 30019 D BluetoothAdapter: isLeEnabled(): ON +02-27 08:43:29.794 20937 21204 I bt_bta_dm: system/bt/bta/dm/bta_dm_act.cc:2897 bta_dm_set_eir: Generating extended inquiry response packet EIR +02-27 08:43:29.803 20937 21204 I bt_stack: [INFO:port_api.cc(234)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=6, is_server=1, mtu=990, uuid=000000, dlci=12, signal_state=0x0b, p_port=0x7a819092e8 +02-27 08:43:29.817 29886 29964 I cr_CronetLibraryLoader: Cronet version: 105.0.5195.35, arch: aarch64 +02-27 08:43:29.910 29846 29846 W .gms.persisten: Accessing hidden method Landroid/net/ConnectivityManager;->isNetworkTypeMobile(I)Z (max-target-p, reflection, denied) +02-27 08:43:29.911 30019 30019 D TvRemoteProvider: openRemoteInputBridge() for virtual-search: success +02-27 08:43:29.913 505 2569 I TvRemote-native-uiBridge: Registering uinput device virtual-search: touch pad size 1x1, max pointers 1. +02-27 08:43:29.908 505 505 W Binder:505_18: type=1400 audit(0.0:2144): avc: denied { write } for name="uinput" dev="tmpfs" ino=382 scontext=u:r:system_server:s0 tcontext=u:object_r:uhid_device:s0 tclass=chr_file permissive=0 +02-27 08:43:29.913 505 2569 E TvRemote-native-uiBridge: Cannot open /dev/uinput: Permission denied. +02-27 08:43:29.915 29846 29866 I FontLog : (REDACTED) Updating from directory version %d to %d from disk +02-27 08:43:29.916 29812 29812 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:43:29.916 29812 30104 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/priv-app/PrebuiltGmsCore/lib/arm64:/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCorePano.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:43:29.917 505 2569 E TvRemoteServiceInput: Cannot create device for virtual-search +02-27 08:43:29.917 29812 29812 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:43:29.918 29846 29866 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:43:29.920 30019 30019 I AtvRemote.BluetoothServer: Advertising on LE Settings [mAdvertiseMode=0, mAdvertiseTxPowerLevel=2, mAdvertiseConnectable=true, mAdvertiseTimeoutMillis=0] +02-27 08:43:29.921 29846 29866 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:43:29.927 29846 30076 I FontLog : (REDACTED) Using directory in FlatBuffer format +02-27 08:43:29.933 29846 29866 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:43:29.934 29846 29866 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:43:29.949 29812 29812 E Clearcut-EventLogger: Unexpected log parameter home_selected_row_position +02-27 08:43:29.949 29812 29812 W HomeController: onResume: List view global layout completed. +02-27 08:43:30.011 29846 29866 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:43:30.061 29846 29846 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10057; state: ENABLED +02-27 08:43:30.175 29812 30104 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:222508000 +02-27 08:43:30.175 29812 30104 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 222508000 +02-27 08:43:30.853 505 553 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #17079} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (37 skipped) +02-27 08:43:31.420 505 542 D CompanionDeviceManagerService: onPackageModified(packageName = com.google.android.tvrecommendations) +02-27 08:43:31.514 20937 20937 V MediaPlayerList: mPackageChangedBroadcastReceiver: action: android.intent.action.PACKAGE_CHANGED +02-27 08:43:31.520 505 615 I RoleService: Granting default roles... +02-27 08:43:31.555 20937 20937 D MediaPlayerList: Name of package changed: com.google.android.tvrecommendations +02-27 08:43:31.690 505 505 W Looper : Slow delivery took 206ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@fc3c47b m=0 +02-27 08:43:31.701 505 505 W Looper : Slow dispatch took 140ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@fc3c47b m=0 +02-27 08:43:31.787 29846 29861 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:43:31.924 505 553 W Searchables: No global search activity found +02-27 08:43:31.963 505 505 W Looper : Slow dispatch took 156ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@a03052d m=0 +02-27 08:43:31.974 29999 30017 I PermissionControllerServiceImpl: Updating user sensitive for uid 10052 +02-27 08:43:31.984 505 505 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} +02-27 08:43:31.989 505 505 V NotificationListeners: Not registering ComponentInfo{com.google.android.tvrecommendations/com.google.android.tvrecommendations.NotificationsService} is already bound +02-27 08:43:32.136 29846 29861 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:43:32.143 505 620 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | +02-27 08:43:32.178 29999 30070 W Role : Cannot get ApplicationInfo for default holder: com.android.messaging +02-27 08:43:32.360 29846 29861 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:43:32.409 29846 29861 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:43:32.649 29999 30070 W Role : Cannot get ApplicationInfo for default holder: com.android.contacts +02-27 08:43:32.665 29999 30070 W Role : Cannot get ApplicationInfo for default holder: com.android.gallery3d +02-27 08:43:32.893 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:43:32.896 505 505 W Looper : Drained +02-27 08:43:32.907 29846 29861 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:43:32.960 29812 29821 W roid.tvlaunche: Suspending all threads took: 16.626ms +02-27 08:43:32.963 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:43:32.976 338 338 W RanchuHwc: presentDisplay display has no layers to compose, flushing client target buffer. +02-27 08:43:33.125 505 514 W system_server: Suspending all threads took: 8.390ms +02-27 08:43:33.216 505 2053 E TaskPersister: File error accessing recents directory (directory doesn't exist?). +02-27 08:43:33.373 29812 29821 I roid.tvlaunche: Background young concurrent copying GC freed 8180(515KB) AllocSpace objects, 6(248KB) LOS objects, 13% free, 4986KB/5782KB, paused 34us,35.873ms total 1.222s +02-27 08:43:33.384 29812 29812 I Choreographer: Skipped 246 frames! The application may be doing too much work on its main thread. +02-27 08:43:33.466 29812 29812 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:43:33.466 29812 29812 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:43:33.543 29812 30105 I gmg : Provider GmsCore_OpenSSL not available +02-27 08:43:33.736 29812 29821 I roid.tvlaunche: Background concurrent copying GC freed 9972(628KB) AllocSpace objects, 2(104KB) LOS objects, 49% free, 4776KB/9552KB, paused 47us,76us total 140.674ms +02-27 08:43:34.040 505 594 I ActivityManager: Background started FGS: Allowed [callingPackage: com.google.android.tv.remote.service; callingUid: 10049; uidState: FGS ; intent: Intent { cmp=com.google.android.tv.remote.service/.DiscoveryService }; code:BACKGROUND_ACTIVITY_PERMISSION; tempAllowListReason:; targetSdkVersion:31; callerTargetSdkVersion:31; startForegroundCount:0; bindFromPackage:null] +02-27 08:43:34.070 505 514 I system_server: Background young concurrent copying GC freed 1174325(30MB) AllocSpace objects, 9(620KB) LOS objects, 37% free, 27MB/43MB, paused 5.330ms,9.092ms total 1.923s +02-27 08:43:34.160 770 770 V TvNotificationHandler: Notification not added because it isn't relevant for tv +02-27 08:43:34.165 30019 30138 I AtvRemote.TcpServer: Listening on 6466 +02-27 08:43:34.189 505 516 E System : Uncaught exception thrown by finalizer +02-27 08:43:34.202 29999 30070 W Role : Cannot get ApplicationInfo for default holder: com.google.android.katniss +02-27 08:43:34.207 29812 30104 D DynamitePackage: Instantiated singleton DynamitePackage. +02-27 08:43:34.207 29812 30104 D DynamitePackage: Instantiating com.google.android.gms.ads.adshield.ChimeraAdShieldCreatorImpl +02-27 08:43:34.216 505 594 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10066; state: DISABLED +02-27 08:43:34.216 505 594 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10066; state: DISABLED +02-27 08:43:34.216 505 594 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10066; state: DISABLED +02-27 08:43:34.216 505 594 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10066; state: ENABLED +02-27 08:43:34.232 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10066; state: ENABLED +02-27 08:43:34.233 505 516 E System : java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Object.equals(java.lang.Object)' on a null object reference +02-27 08:43:34.233 505 516 E System : at com.android.server.tv.UinputBridge.isTokenValid(UinputBridge.java:135) +02-27 08:43:34.233 505 516 E System : at com.android.server.tv.UinputBridge.close(UinputBridge.java:119) +02-27 08:43:34.233 505 516 E System : at com.android.server.tv.UinputBridge.finalize(UinputBridge.java:111) +02-27 08:43:34.233 505 516 E System : at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:291) +02-27 08:43:34.233 505 516 E System : at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:278) +02-27 08:43:34.233 505 516 E System : at java.lang.Daemons$Daemon.run(Daemons.java:139) +02-27 08:43:34.233 505 516 E System : at java.lang.Thread.run(Thread.java:920) +02-27 08:43:34.281 322 322 D Zygote : Forked child process 30144 +02-27 08:43:34.285 505 555 W ActivityManager: Slow operation: 87ms so far, now at startProcess: returned from zygote! +02-27 08:43:34.285 505 555 W ActivityManager: Slow operation: 87ms so far, now at startProcess: done updating battery stats +02-27 08:43:34.288 505 555 W ActivityManager: Slow operation: 90ms so far, now at startProcess: building log message +02-27 08:43:34.288 505 555 I ActivityManager: Start proc 30144:com.google.android.inputmethod.latin/u0a66 for service {com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} +02-27 08:43:34.288 505 555 W ActivityManager: Slow operation: 90ms so far, now at startProcess: starting to update pids map +02-27 08:43:34.295 505 555 W ActivityManager: Slow operation: 97ms so far, now at startProcess: done updating pids map +02-27 08:43:34.336 505 712 D NsdService: New client listening to asynchronous messages +02-27 08:43:34.336 30019 30019 D CompatibilityChangeReporter: Compat change id reported: 191844585; UID 10049; state: ENABLED +02-27 08:43:34.337 505 712 D NsdService: New client, channel: com.android.internal.util.AsyncChannel@90fa821 messenger: android.os.Messenger@b6ad446 +02-27 08:43:34.352 505 2251 D ConnectivityService: requestNetwork for uid/pid:10048/29812 activeRequest: null callbackRequest: 393 [NetworkRequest [ REQUEST id=394, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ]] callback flags: 0 priority: 2147483647 +02-27 08:43:34.353 505 709 D ConnectivityService: NetReassign [394 : null → 101] +02-27 08:43:34.358 505 702 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=394, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:43:34.358 505 702 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=394, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:43:34.358 29846 29861 I FontLog : (REDACTED) Received query %s, URI %s +02-27 08:43:34.358 30144 30144 E putmethod.lati: Not starting debugger since process cannot load the jdwp agent. +02-27 08:43:34.359 29846 29861 I FontLog : (REDACTED) Query [%s] resolved to %s +02-27 08:43:34.362 505 712 D NsdService: Register service +02-27 08:43:34.362 505 712 D NsdService: mdnssd [start-service] +02-27 08:43:34.364 30019 30019 I AtvRemote.RemoteService: Starting up pairing server. +02-27 08:43:34.365 29846 29861 I FontLog : (REDACTED) Font PFD returned from cache for %s +02-27 08:43:34.365 29846 29861 I FontLog : (REDACTED) Fetch %s end status %s +02-27 08:43:34.369 29846 29861 I FontLog : (REDACTED) Pulling font file for id = %d, cache size = %d +02-27 08:43:34.370 505 702 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=394, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10048 RequestorUid: 10048 RequestorPkg: com.google.android.tvlauncher] ] +02-27 08:43:34.379 505 572 E VerityUtils: Failed to measure fs-verity, errno 1: /product/priv-app/TVLauncher/TVLauncher.apk +02-27 08:43:34.372 505 505 W PackageManagerB: type=1400 audit(0.0:2145): avc: denied { ioctl } for path="/product/priv-app/TVLauncher/TVLauncher.apk" dev="dm-2" ino=220 ioctlcmd=0x6686 scontext=u:r:system_server:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=0 +02-27 08:43:34.391 505 594 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10066; state: DISABLED +02-27 08:43:34.398 30144 30144 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10066; state: ENABLED +02-27 08:43:34.408 505 709 D ConnectivityService: NetReassign [no changes] +02-27 08:43:34.870 505 712 D NsdService: registerService: 26 name: sdk_google_atv64_arm64, type: _androidtvremote2._tcp., host: null, port: 6466, txtRecord: bt=BB:BB:BB:00:00:01 +02-27 08:43:34.873 505 712 D NsdService: mdnssd [register, 26, sdk_google_atv64_arm64, _androidtvremote2._tcp., 6466, FGJ0PUJCOkJCOkJCOjAwOjAwOjAx] +02-27 08:43:34.912 505 712 D NsdService: Register 2 26 +02-27 08:43:35.925 505 712 D NsdService: Native daemon message SERVICE_REGISTERED: 606 26 "sdk_google_atv64_arm64" +02-27 08:43:35.972 30019 30145 I AtvRemote.DiscoveryService: NDS Service registered: sdk_google_atv64_arm64 +02-27 08:43:36.189 505 594 W ContentProviderHelper: Slow operation: 148ms so far, now at getContentProviderImpl: after checkContentProviderPermission +02-27 08:43:36.189 505 594 W ContentProviderHelper: Slow operation: 148ms so far, now at getContentProviderImpl: incProviderCountLocked +02-27 08:43:36.193 505 594 W ContentProviderHelper: Slow operation: 151ms so far, now at getContentProviderImpl: before updateLruProcess +02-27 08:43:36.194 505 594 W ContentProviderHelper: Slow operation: 153ms so far, now at getContentProviderImpl: after updateLruProcess +02-27 08:43:36.194 505 594 W ContentProviderHelper: Slow operation: 153ms so far, now at getContentProviderImpl: before updateOomAdj +02-27 08:43:36.196 505 594 W ContentProviderHelper: Slow operation: 155ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:43:36.196 505 594 W ContentProviderHelper: Slow operation: 155ms so far, now at getContentProviderImpl: done! +02-27 08:43:36.375 30144 30144 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/LatinIMEGoogleTvPrebuilt/lib/arm64:/product/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk!/lib/arm64-v8a:/product/lib64:/system/product/lib64 +02-27 08:43:36.886 30019 30066 D PhenotypeContext: Application doesn't implement PhenotypeApplication interface, falling back to globally set context. See go/phenotype-flag#process-stable-init for more info. +02-27 08:43:36.948 29812 29812 I Choreographer: Skipped 157 frames! The application may be doing too much work on its main thread. +02-27 08:43:36.996 29812 29935 D EGL_emulation: app_time_stats: avg=1383.13ms min=37.91ms max=2825.31ms count=3 +02-27 08:43:37.045 505 2586 W ContentProviderHelper: Slow operation: 116ms so far, now at getContentProviderImpl: after updateOomAdj +02-27 08:43:37.050 505 2586 W ContentProviderHelper: Slow operation: 122ms so far, now at getContentProviderImpl: done! +02-27 08:43:37.329 505 543 W Looper : Slow dispatch took 123ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31 +02-27 08:43:37.459 29812 29812 E Clearcut-EventLogger: Unexpected log parameter notification_indicator_total +02-27 08:43:37.572 505 545 W ActivityTaskManager: Launch timeout has expired, giving up wake lock! +02-27 08:43:37.577 29812 29812 E Clearcut-EventLogger: Unexpected log parameter tray_notification_count +02-27 08:43:37.701 29812 30142 W roid.tvlaunche: Verification of boolean amu.bN(int, android.os.Parcel, android.os.Parcel) took 120.863ms (1059.05 bytecodes/s) (3808B approximate peak alloc) +02-27 08:43:37.954 29812 29812 I Choreographer: Skipped 36 frames! The application may be doing too much work on its main thread. +02-27 08:43:38.108 29812 29935 D EGL_emulation: app_time_stats: avg=555.25ms min=364.99ms max=745.51ms count=2 +02-27 08:43:38.764 30144 30144 V GraphicsEnvironment: ANGLE Developer option for 'com.google.android.inputmethod.latin' set to: 'default' +02-27 08:43:38.764 30144 30144 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. +02-27 08:43:38.792 30144 30144 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:38.812 30144 30144 D NetworkSecurityConfig: No Network Security Config specified, using platform default +02-27 08:43:38.828 29846 29846 D BoundBrokerSvc: onBind: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:43:38.846 29846 29846 D BoundBrokerSvc: Loading bound service for intent: Intent { act=android.intent.action.RESOLVE_INSTANT_APP_PACKAGE cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } +02-27 08:43:38.868 29812 29812 I Choreographer: Skipped 38 frames! The application may be doing too much work on its main thread. +02-27 08:43:39.017 505 514 I system_server: Background concurrent copying GC freed 1543048(39MB) AllocSpace objects, 5(628KB) LOS objects, 49% free, 23MB/47MB, paused 39.054ms,419us total 3.194s +02-27 08:43:39.157 505 2908 D CompatibilityChangeReporter: Compat change id reported: 171306433; UID 10057; state: ENABLED +02-27 08:43:39.187 29812 29935 D EGL_emulation: app_time_stats: avg=178.12ms min=19.72ms max=657.96ms count=6 +02-27 08:43:39.417 505 542 I ServiceWatcher: [fused] connected to {com.google.android.gms/com.google.android.location.fused.FusedLocationService} +02-27 08:43:39.572 505 542 W Looper : Slow dispatch took 165ms android.fg h=android.os.Handler c=android.app.LoadedApk$ServiceDispatcher$RunConnection@3dc71c7 m=0 +02-27 08:43:39.635 505 2586 I LocationManagerService: fused provider loaded extra attribution tags: [activity_recognition_provider, awareness_provider, current_semantic_location, fused_location_provider, fused_provider_shim, geofencer_provider, network_location_calibration, network_location_provider, network_provider_shim] +02-27 08:43:39.644 505 1684 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10057; state: DISABLED +02-27 08:43:39.704 30144 30180 W putmethod.lati: Suspending all threads took: 18.797ms +02-27 08:43:39.761 29902 29917 W SQLiteLog: (28) double-quoted string literal: "1771983819742" +02-27 08:43:39.761 29902 29917 W SQLiteLog: (28) double-quoted string literal: "1" +02-27 08:43:39.765 29846 29846 W SystemServiceRegistry: No service published for: contexthub +02-27 08:43:39.788 505 2908 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10057; state: DISABLED +02-27 08:43:39.788 505 2908 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10057; state: DISABLED +02-27 08:43:39.788 505 2908 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10057; state: DISABLED +02-27 08:43:39.788 505 2908 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10057; state: ENABLED +02-27 08:43:39.798 505 555 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10057; state: ENABLED +02-27 08:43:39.808 29846 30067 W ProviderHelper: Unknown dynamite feature providerinstaller.dynamite +02-27 08:43:39.809 29846 30067 I DynamiteModule: Considering local module com.google.android.gms.providerinstaller.dynamite:1 and remote module com.google.android.gms.providerinstaller.dynamite:0 +02-27 08:43:39.809 29846 30067 I DynamiteModule: Selected local version of com.google.android.gms.providerinstaller.dynamite +02-27 08:43:39.816 322 322 D Zygote : Forked child process 30213 +02-27 08:43:39.817 505 555 I ActivityManager: Start proc 30213:com.google.process.gapps/u0a57 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider} +02-27 08:43:39.832 29846 30067 I NetworkManagementSocketTagger: tagSocketFd(-1, 805307399, -1) failed with errno-9 +02-27 08:43:39.856 505 555 W ActivityManager: Slow operation: 75ms so far, now at startProcess: done updating pids map +02-27 08:43:39.965 30213 30213 E e.process.gapp: Not starting debugger since process cannot load the jdwp agent. +02-27 08:43:40.206 29812 29935 D EGL_emulation: app_time_stats: avg=43.80ms min=6.21ms max=132.70ms count=20 +02-27 08:43:41.218 29812 29935 D EGL_emulation: app_time_stats: avg=57.86ms min=15.57ms max=269.44ms count=16 +02-27 08:43:41.458 30144 30180 W putmethod.lati: Suspending all threads took: 13.609ms +02-27 08:43:41.672 505 1684 W ActivityManager: Slow operation: 194ms so far, now at attachApplicationLocked: before bindApplication +02-27 08:43:41.751 505 1684 W ActivityManager: Slow operation: 273ms so far, now at attachApplicationLocked: immediately before bindApplication +02-27 08:43:41.796 505 1684 W ActivityManager: Slow operation: 318ms so far, now at attachApplicationLocked: immediately after bindApplication +02-27 08:43:41.796 505 1684 W ActivityManager: Slow operation: 318ms so far, now at attachApplicationLocked: after updateLruProcessLocked +02-27 08:43:41.982 505 1684 W ActivityManager: Slow operation: 504ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked +02-27 08:43:42.272 29812 29935 D EGL_emulation: app_time_stats: avg=71.01ms min=7.78ms max=190.05ms count=12 +02-27 08:43:42.274 29846 29846 E inertial-anchor: Requested sensor:1 and fallback sensor: 1 are both unavailable. +02-27 08:43:42.276 29846 29846 E inertial-anchor: Requested sensor:1 and fallback sensor: 1 are both unavailable. +02-27 08:43:42.328 505 1684 W ProcessStats: Tracking association SourceState{bdbbb59 system/1000 BTopFgs #17125} whose proc state 2 is better than process ProcessState{f7a131e com.google.android.tv.remote.service/10049 pkg=com.google.android.tv.remote.service} proc state 3 (36 skipped) +02-27 08:43:42.353 505 1684 W ActivityManager: Slow operation: 874ms so far, now at attachApplicationLocked: after updateOomAdjLocked +02-27 08:43:42.362 505 554 W ActivityManager: Timeout executing service: ServiceRecord{102feb9 u0 com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService} +02-27 08:43:42.437 30213 30213 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10057; state: ENABLED +02-27 08:43:42.944 505 30232 I ActivityManager: dumpStackTraces pids=null nativepids=null diff --git a/backend/cache/images/009a4648cfbc3528f6708a6c41a8c0df.jpg b/backend/cache/images/009a4648cfbc3528f6708a6c41a8c0df.jpg new file mode 100644 index 0000000..7819a78 Binary files /dev/null and b/backend/cache/images/009a4648cfbc3528f6708a6c41a8c0df.jpg differ diff --git a/backend/cache/images/0224c715cd96ade6ed1b45408791878e.jpg b/backend/cache/images/0224c715cd96ade6ed1b45408791878e.jpg new file mode 100644 index 0000000..411437c Binary files /dev/null and b/backend/cache/images/0224c715cd96ade6ed1b45408791878e.jpg differ diff --git a/backend/cache/images/11e8ffb2a3d869beef0e03ca0ffcdded.jpg b/backend/cache/images/11e8ffb2a3d869beef0e03ca0ffcdded.jpg new file mode 100644 index 0000000..a6bc0cf Binary files /dev/null and b/backend/cache/images/11e8ffb2a3d869beef0e03ca0ffcdded.jpg differ diff --git a/backend/cache/images/154415651d73422adc4fac6b636ad35c.jpg b/backend/cache/images/154415651d73422adc4fac6b636ad35c.jpg new file mode 100644 index 0000000..49c401c Binary files /dev/null and b/backend/cache/images/154415651d73422adc4fac6b636ad35c.jpg differ diff --git a/backend/cache/images/25ead2464d25d3aebea55dc12a486409.jpg b/backend/cache/images/25ead2464d25d3aebea55dc12a486409.jpg new file mode 100644 index 0000000..4c8c749 Binary files /dev/null and b/backend/cache/images/25ead2464d25d3aebea55dc12a486409.jpg differ diff --git a/backend/cache/images/2909ef6d7ea6665614cbafa7031afe6b.jpg b/backend/cache/images/2909ef6d7ea6665614cbafa7031afe6b.jpg new file mode 100644 index 0000000..3c8210d Binary files /dev/null and b/backend/cache/images/2909ef6d7ea6665614cbafa7031afe6b.jpg differ diff --git a/backend/cache/images/415af139057262a5d7de7c0221798754.jpg b/backend/cache/images/415af139057262a5d7de7c0221798754.jpg new file mode 100644 index 0000000..f268fd2 Binary files /dev/null and b/backend/cache/images/415af139057262a5d7de7c0221798754.jpg differ diff --git a/backend/cache/images/42f7927393e3e167fd7436d11ca45cc4.jpg b/backend/cache/images/42f7927393e3e167fd7436d11ca45cc4.jpg new file mode 100644 index 0000000..a1b3839 Binary files /dev/null and b/backend/cache/images/42f7927393e3e167fd7436d11ca45cc4.jpg differ diff --git a/backend/cache/images/4913254e3cd3b6f449b7626cfb00abbd.jpg b/backend/cache/images/4913254e3cd3b6f449b7626cfb00abbd.jpg new file mode 100644 index 0000000..1f1cc85 Binary files /dev/null and b/backend/cache/images/4913254e3cd3b6f449b7626cfb00abbd.jpg differ diff --git a/backend/cache/images/495a29ba9081df8481098a2ca0796726.jpg b/backend/cache/images/495a29ba9081df8481098a2ca0796726.jpg new file mode 100644 index 0000000..2747325 Binary files /dev/null and b/backend/cache/images/495a29ba9081df8481098a2ca0796726.jpg differ diff --git a/backend/cache/images/563ab85daf0361b446a6a58f690e1fb5.jpg b/backend/cache/images/563ab85daf0361b446a6a58f690e1fb5.jpg new file mode 100644 index 0000000..5a1563c Binary files /dev/null and b/backend/cache/images/563ab85daf0361b446a6a58f690e1fb5.jpg differ diff --git a/backend/cache/images/5bb569278362af207d22a2a13784f0b0.jpg b/backend/cache/images/5bb569278362af207d22a2a13784f0b0.jpg new file mode 100644 index 0000000..980ad99 Binary files /dev/null and b/backend/cache/images/5bb569278362af207d22a2a13784f0b0.jpg differ diff --git a/backend/cache/images/64db92774b883117c531ff1b7dc8b830.jpg b/backend/cache/images/64db92774b883117c531ff1b7dc8b830.jpg new file mode 100644 index 0000000..715aabf Binary files /dev/null and b/backend/cache/images/64db92774b883117c531ff1b7dc8b830.jpg differ diff --git a/backend/cache/images/66debc10258e9b71054ed7d52d7a8b1f.jpg b/backend/cache/images/66debc10258e9b71054ed7d52d7a8b1f.jpg new file mode 100644 index 0000000..c420bb9 Binary files /dev/null and b/backend/cache/images/66debc10258e9b71054ed7d52d7a8b1f.jpg differ diff --git a/backend/cache/images/6c7531274e55385f37edbd47bbae6d5f.jpg b/backend/cache/images/6c7531274e55385f37edbd47bbae6d5f.jpg new file mode 100644 index 0000000..c669844 Binary files /dev/null and b/backend/cache/images/6c7531274e55385f37edbd47bbae6d5f.jpg differ diff --git a/backend/cache/images/72257fdd325da9f90124996dbd7a03f7.jpg b/backend/cache/images/72257fdd325da9f90124996dbd7a03f7.jpg new file mode 100644 index 0000000..961c6c0 Binary files /dev/null and b/backend/cache/images/72257fdd325da9f90124996dbd7a03f7.jpg differ diff --git a/backend/cache/images/8adcb8fdb317f3ceb665e387d504c7c5.jpg b/backend/cache/images/8adcb8fdb317f3ceb665e387d504c7c5.jpg new file mode 100644 index 0000000..545ca70 Binary files /dev/null and b/backend/cache/images/8adcb8fdb317f3ceb665e387d504c7c5.jpg differ diff --git a/backend/cache/images/977f099768c8d5d8c597460f3ecbbe78.jpg b/backend/cache/images/977f099768c8d5d8c597460f3ecbbe78.jpg new file mode 100644 index 0000000..62081a9 Binary files /dev/null and b/backend/cache/images/977f099768c8d5d8c597460f3ecbbe78.jpg differ diff --git a/backend/cache/images/a94aee6527e4a8949cd23f5a15d3a9dd.jpg b/backend/cache/images/a94aee6527e4a8949cd23f5a15d3a9dd.jpg new file mode 100644 index 0000000..e120ef1 Binary files /dev/null and b/backend/cache/images/a94aee6527e4a8949cd23f5a15d3a9dd.jpg differ diff --git a/backend/cache/images/add0acdf732315b6d8faf1340da1bffa.jpg b/backend/cache/images/add0acdf732315b6d8faf1340da1bffa.jpg new file mode 100644 index 0000000..b7183b4 Binary files /dev/null and b/backend/cache/images/add0acdf732315b6d8faf1340da1bffa.jpg differ diff --git a/backend/cache/images/af974f055b1ffb40d1b1dbfaa142d837.jpg b/backend/cache/images/af974f055b1ffb40d1b1dbfaa142d837.jpg new file mode 100644 index 0000000..0b6eb65 Binary files /dev/null and b/backend/cache/images/af974f055b1ffb40d1b1dbfaa142d837.jpg differ diff --git a/backend/cache/images/bed842ab15f277935c30824818641942.jpg b/backend/cache/images/bed842ab15f277935c30824818641942.jpg new file mode 100644 index 0000000..9d13f9c Binary files /dev/null and b/backend/cache/images/bed842ab15f277935c30824818641942.jpg differ diff --git a/backend/cache/images/c23b2cb67ea0078953aa9437b5a01d9b.jpg b/backend/cache/images/c23b2cb67ea0078953aa9437b5a01d9b.jpg new file mode 100644 index 0000000..d452c3c Binary files /dev/null and b/backend/cache/images/c23b2cb67ea0078953aa9437b5a01d9b.jpg differ diff --git a/backend/cache/images/cba6e90d7955f81e277ea987e7af1d27.jpg b/backend/cache/images/cba6e90d7955f81e277ea987e7af1d27.jpg new file mode 100644 index 0000000..323c10d Binary files /dev/null and b/backend/cache/images/cba6e90d7955f81e277ea987e7af1d27.jpg differ diff --git a/backend/cache/images/cf2f4f9cbffd4eda60316fc031fa6336.jpg b/backend/cache/images/cf2f4f9cbffd4eda60316fc031fa6336.jpg new file mode 100644 index 0000000..e64c72f Binary files /dev/null and b/backend/cache/images/cf2f4f9cbffd4eda60316fc031fa6336.jpg differ diff --git a/backend/cache/images/d9dfb0eb46f632fa74a35701dbf2c644.jpg b/backend/cache/images/d9dfb0eb46f632fa74a35701dbf2c644.jpg new file mode 100644 index 0000000..38693a3 Binary files /dev/null and b/backend/cache/images/d9dfb0eb46f632fa74a35701dbf2c644.jpg differ diff --git a/backend/cache/images/da25e479917b419ea8710368b29892d6.jpg b/backend/cache/images/da25e479917b419ea8710368b29892d6.jpg new file mode 100644 index 0000000..7e05c62 Binary files /dev/null and b/backend/cache/images/da25e479917b419ea8710368b29892d6.jpg differ diff --git a/backend/cache/images/de55d41cdb1be82063846c590588550b.jpg b/backend/cache/images/de55d41cdb1be82063846c590588550b.jpg new file mode 100644 index 0000000..0e21d9f Binary files /dev/null and b/backend/cache/images/de55d41cdb1be82063846c590588550b.jpg differ diff --git a/backend/cache/images/e1c57185978a94e87d16c83b971f874e.jpg b/backend/cache/images/e1c57185978a94e87d16c83b971f874e.jpg new file mode 100644 index 0000000..fade689 Binary files /dev/null and b/backend/cache/images/e1c57185978a94e87d16c83b971f874e.jpg differ diff --git a/backend/cache/images/e482cbee52cde885e88519f2ec680142.jpg b/backend/cache/images/e482cbee52cde885e88519f2ec680142.jpg new file mode 100644 index 0000000..1152b6a Binary files /dev/null and b/backend/cache/images/e482cbee52cde885e88519f2ec680142.jpg differ diff --git a/backend/cache/images/ec8ab4998a26430d13349e62f7453a1f.jpg b/backend/cache/images/ec8ab4998a26430d13349e62f7453a1f.jpg new file mode 100644 index 0000000..11b600d Binary files /dev/null and b/backend/cache/images/ec8ab4998a26430d13349e62f7453a1f.jpg differ diff --git a/backend/cache/images/f191da9141b464a956ca73b32252afb3.jpg b/backend/cache/images/f191da9141b464a956ca73b32252afb3.jpg new file mode 100644 index 0000000..a8fe54a Binary files /dev/null and b/backend/cache/images/f191da9141b464a956ca73b32252afb3.jpg differ diff --git a/backend/cache/images/f27a350429c57e23b363016424e5389b.jpg b/backend/cache/images/f27a350429c57e23b363016424e5389b.jpg new file mode 100644 index 0000000..6e7caa4 Binary files /dev/null and b/backend/cache/images/f27a350429c57e23b363016424e5389b.jpg differ diff --git a/backend/debug_proxy.go b/backend/debug_proxy.go new file mode 100644 index 0000000..0dc929a --- /dev/null +++ b/backend/debug_proxy.go @@ -0,0 +1,32 @@ +package main + +import ( + "crypto/tls" + "fmt" + "net/http" + "time" +) + +func main() { + tr := &http.Transport{ + TLSClientConfig: &tls.Config{InsecureSkipVerify: true}, + } + client := &http.Client{ + Transport: tr, + Timeout: 15 * time.Second, + } + + url := "https://www.google.com/favicon.ico" + req, err := http.NewRequest("GET", url, nil) + if err != nil { + fmt.Printf("err: %v\n", err) + return + } + + resp, err := client.Do(req) + if err != nil { + fmt.Printf("do err: %v\n", err) + return + } + fmt.Printf("status: %d\n", resp.StatusCode) +} diff --git a/backend/streamflow-backend b/backend/streamflow-backend new file mode 100755 index 0000000..f13cc03 Binary files /dev/null and b/backend/streamflow-backend differ diff --git a/frontend-react/public/streamflow-tv.apk b/frontend-react/public/streamflow-tv.apk index 2a0ac47..5d60ab4 100644 Binary files a/frontend-react/public/streamflow-tv.apk and b/frontend-react/public/streamflow-tv.apk differ