Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@fmatosqg
Created April 18, 2018 03:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fmatosqg/b7e8879a5fa3c7f8d6e9e9af2c5fb59e to your computer and use it in GitHub Desktop.
Save fmatosqg/b7e8879a5fa3c7f8d6e9e9af2c5fb59e to your computer and use it in GitHub Desktop.
Logcat for Rpi3 preview 6 trying to display video with flutter
01-01 00:00:06.507 143-143/? I/vold: Vold 3.0 (the awakening) firing up
01-01 00:00:06.508 143-143/? V/vold: Detected support for: ext4 f2fs vfat
01-01 00:00:06.518 143-143/? I/vold: [libfs_mgr]fs_mgr_read_fstab_dt(): failed to read fstab from dt
01-01 00:00:06.525 143-150/? D/vold: e4crypt_init_user0
01-01 00:00:06.526 143-150/? D/vold: e4crypt_prepare_user_storage for volume null, user 0, serial 0, flags 1
Preparing: /data/system/users/0
01-01 00:00:06.527 143-150/? D/vold: Preparing: /data/misc/profiles/cur/0
Preparing: /data/system_de/0
01-01 00:00:06.528 143-150/? D/vold: Preparing: /data/misc_de/0
01-01 00:00:06.529 143-150/? D/vold: Preparing: /data/user_de/0
01-01 00:00:06.530 143-150/? D/vold: e4crypt_unlock_user_key 0 serial=0 token_present=0
01-01 00:00:07.662 177-177/? I/installd: installd firing up
01-01 00:00:08.216 184-216/? I//system/bin/storaged: storaged: Start
01-01 00:00:08.488 185-185/? I/wificond: wificond is starting up...
01-01 00:00:08.799 167-167/? I/android.hardware.wifi@1.0-service: Wifi Hal is booting up...
01-01 00:00:13.798 154-154/? D/Zygote32Timing: BeginIcuCachePinning took to complete: 281ms
01-01 00:00:15.262 154-154/? D/Zygote32Timing: PreloadClasses took to complete: 1464ms
01-01 00:00:15.591 154-154/? D/Zygote32Timing: PreloadResources took to complete: 328ms
01-01 00:00:16.157 154-154/? D/Zygote32Timing: ZygotePreload took to complete: 2637ms
01-01 00:00:16.231 154-154/? D/Zygote32Timing: PostZygoteInitGC took to complete: 74ms
ZygoteInit took to complete: 2723ms
01-01 00:00:16.766 296-296/system_process I/SystemServer: InitBeforeStartServices
01-01 00:00:16.772 296-296/system_process W/SystemServer: System clock is before 1970; setting to 1970.
01-01 00:00:16.785 296-296/system_process I/SystemServer: Entered the Android system server!
01-01 00:00:17.479 296-296/system_process D/SystemServerTiming: InitBeforeStartServices took to complete: 713ms
01-01 00:00:17.479 296-296/system_process I/SystemServer: StartServices
Reading configuration...
ReadingSystemConfig
01-01 00:00:17.480 296-296/system_process D/SystemServerTiming: ReadingSystemConfig took to complete: 1ms
01-01 00:00:17.480 296-296/system_process I/SystemServer: StartInstaller
01-01 00:00:17.481 296-296/system_process I/SystemServiceManager: Starting com.android.server.pm.Installer
01-01 00:00:17.481 296-309/system_process D/SystemServerInitThreadPool: Started executing ReadingSystemConfig
01-01 00:00:17.508 296-296/system_process D/SystemServerTiming: StartInstaller took to complete: 28ms
01-01 00:00:17.508 296-296/system_process I/SystemServer: DeviceIdentifiersPolicyService
01-01 00:00:17.508 296-296/system_process I/SystemServiceManager: Starting com.android.server.os.DeviceIdentifiersPolicyService
01-01 00:00:17.510 296-296/system_process D/SystemServerTiming: DeviceIdentifiersPolicyService took to complete: 2ms
01-01 00:00:17.510 296-296/system_process I/SystemServer: StartActivityManager
01-01 00:00:17.510 296-296/system_process I/SystemServiceManager: Starting com.android.server.am.ActivityManagerService$Lifecycle
01-01 00:00:17.648 296-309/system_process D/SystemServerInitThreadPool: Finished executing ReadingSystemConfig
01-01 00:00:17.649 296-296/system_process I/ActivityManager: Memory class: 256
01-01 00:00:17.651 296-311/system_process I/ServiceThread: Enabled StrictMode logging for ActivityManager looper.
01-01 00:00:17.653 296-312/system_process I/ServiceThread: Enabled StrictMode logging for android.ui looper.
01-01 00:00:17.751 296-296/system_process D/BatteryStatsImpl: Reading daily items from /data/system/batterystats-daily.xml
01-01 00:00:17.838 296-314/system_process E/BatteryExternalStatsWorker: no controller energy info supplied for telephony
01-01 00:00:17.841 296-314/system_process E/KernelUidCpuFreqTimeReader: Failed to read /proc/uid_time_in_state: java.io.FileNotFoundException: /proc/uid_time_in_state (No such file or directory)
01-01 00:00:17.846 296-314/system_process E/KernelWakelockReader: neither /proc/wakelocks nor /d/wakeup_sources exists
01-01 00:00:17.880 296-314/system_process E/AndroidRuntime: Error reporting WTF
java.lang.NullPointerException: Attempt to invoke interface method 'boolean android.app.IActivityManager.handleApplicationWtf(android.os.IBinder, java.lang.String, boolean, android.app.ApplicationErrorReport$ParcelableCrashInfo)' on a null object reference
at com.android.internal.os.RuntimeInit.wtf(RuntimeInit.java:332)
at android.util.Log$1.onTerribleFailure(Log.java:110)
at android.util.Log.wtf(Log.java:304)
at android.util.Slog.wtf(Slog.java:82)
at com.android.internal.os.KernelWakelockReader.readKernelWakelockStats(KernelWakelockReader.java:82)
at com.android.internal.os.BatteryStatsImpl.updateKernelWakelocksLocked(BatteryStatsImpl.java:10380)
at com.android.server.am.BatteryExternalStatsWorker.updateExternalStatsLocked(BatteryExternalStatsWorker.java:263)
at com.android.server.am.BatteryExternalStatsWorker.-wrap0(Unknown Source:0)
at com.android.server.am.BatteryExternalStatsWorker$1.run(BatteryExternalStatsWorker.java:180)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
at java.lang.Thread.run(Thread.java:764)
Original WTF:
android.util.Log$TerribleFailure: neither /proc/wakelocks nor /d/wakeup_sources exists
at android.util.Log.wtf(Log.java:299)
at android.util.Slog.wtf(Slog.java:82)
at com.android.internal.os.KernelWakelockReader.readKernelWakelockStats(KernelWakelockReader.java:82)
at com.android.internal.os.BatteryStatsImpl.updateKernelWakelocksLocked(BatteryStatsImpl.java:10380)
at com.android.server.am.BatteryExternalStatsWorker.updateExternalStatsLocked(BatteryExternalStatsWorker.java:263)
at com.android.server.am.BatteryExternalStatsWorker.-wrap0(Unknown Source:0)
at com.android.server.am.BatteryExternalStatsWorker$1.run(BatteryExternalStatsWorker.java:180)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
at java.lang.Thread.run(Thread.java:764)
01-01 00:00:17.880 296-314/system_process W/BatteryStatsImpl: Couldn't get kernel wake lock stats
01-01 00:00:17.881 296-314/system_process W/KernelMemoryBandwidthStats: No kernel memory bandwidth stats available
01-01 00:00:18.127 296-296/system_process I/IntentFirewall: Read new rules (A:0 B:0 S:0)
01-01 00:00:18.140 296-318/system_process I/ServiceThread: Enabled StrictMode logging for android.display looper.
01-01 00:00:18.154 296-296/system_process D/AppOps: AppOpsService published
01-01 00:00:18.155 296-296/system_process D/SystemServerTiming: StartActivityManager took to complete: 645ms
01-01 00:00:18.155 296-296/system_process I/SystemServer: StartPowerManager
01-01 00:00:18.155 296-296/system_process I/SystemServiceManager: Starting com.android.server.power.PowerManagerService
01-01 00:00:18.178 296-320/system_process I/ServiceThread: Enabled StrictMode logging for PowerManagerService looper.
01-01 00:00:18.192 296-296/system_process D/SystemServerTiming: StartPowerManager took to complete: 37ms
01-01 00:00:18.193 296-296/system_process I/SystemServer: InitPowerManagement
01-01 00:00:18.207 296-296/system_process D/SystemServerTiming: InitPowerManagement took to complete: 14ms
01-01 00:00:18.207 296-296/system_process I/SystemServer: StartRecoverySystemService
01-01 00:00:18.207 296-296/system_process I/SystemServiceManager: Starting com.android.server.RecoverySystemService
01-01 00:00:18.209 296-296/system_process D/SystemServerTiming: StartRecoverySystemService took to complete: 2ms
01-01 00:00:18.224 296-296/system_process W/RescueParty: Failed to determine if device was on USB
java.io.FileNotFoundException: /sys/class/android_usb/android0/state (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:200)
at java.io.FileInputStream.<init>(FileInputStream.java:150)
at android.os.FileUtils.readTextFile(FileUtils.java:262)
at com.android.server.RescueParty.isUsbActive(RescueParty.java:345)
at com.android.server.RescueParty.isDisabled(RescueParty.java:86)
at com.android.server.RescueParty.noteBoot(RescueParty.java:105)
at com.android.server.SystemServer.startBootstrapServices(SystemServer.java:552)
at com.android.server.SystemServer.run(SystemServer.java:390)
at com.android.server.SystemServer.main(SystemServer.java:268)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:787)
01-01 00:00:18.251 296-296/system_process W/RescueParty: Noticed 1 events for UID 0 in last 18 sec
01-01 00:00:18.251 296-296/system_process I/SystemServer: StartLightsService
01-01 00:00:18.251 296-296/system_process I/SystemServiceManager: Starting com.android.server.lights.LightsService
01-01 00:00:18.252 296-296/system_process D/SystemServerTiming: StartLightsService took to complete: 1ms
01-01 00:00:18.252 296-296/system_process I/SystemServer: StartDisplayManager
01-01 00:00:18.252 296-296/system_process I/SystemServiceManager: Starting com.android.server.display.DisplayManagerService
01-01 00:00:18.257 296-296/system_process D/SystemServerTiming: StartDisplayManager took to complete: 5ms
01-01 00:00:18.257 296-296/system_process I/SystemServer: WaitForDisplay
01-01 00:00:18.257 296-296/system_process I/SystemServiceManager: Starting phase 100
01-01 00:00:18.263 296-318/system_process I/DisplayManagerService: Display device added: DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 800 x 480, modeId 1, defaultModeId 1, supportedModes [{id=1, width=800, height=480, fps=60.000004}], colorMode 0, supportedColorModes [0], HdrCapabilities android.view.Display$HdrCapabilities@1d6308, density 240, 0.0 x 0.0 dpi, appVsyncOff 1000000, presDeadline 16666666, touch INTERNAL, rotation 0, type BUILT_IN, state UNKNOWN, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS}
01-01 00:00:18.267 296-296/system_process D/SystemServerTiming: WaitForDisplay took to complete: 10ms
01-01 00:00:18.268 296-318/system_process I/DisplayManagerService: Display device changed state: "Built-in Screen", ON
01-01 00:00:18.268 296-296/system_process I/SystemServer: StartPackageManagerService
01-01 00:00:18.360 296-296/system_process D/SELinuxMMAC: Using policy file /system/etc/selinux/plat_mac_permissions.xml
01-01 00:00:18.365 296-296/system_process D/SELinuxMMAC: Using policy file /vendor/etc/selinux/nonplat_mac_permissions.xml
01-01 00:00:18.531 296-296/system_process W/PackageManager: Failed to parse /system/framework/arm: Missing base APK in /system/framework/arm
Failed to parse /system/framework/oat: Missing base APK in /system/framework/oat
01-01 00:00:18.708 296-324/system_process I/PackageParser: Parse times for '/system/framework/framework-res.apk': parse=86ms, update_cache=93 ms
01-01 00:00:18.895 296-326/system_process I/PackageParser: Parse times for '/system/priv-app/GoogleServicesFramework': parse=85ms, update_cache=23 ms
01-01 00:00:18.988 296-327/system_process W/PackageParser: Ignoring duplicate uses-permissions/uses-permissions-sdk-m: android.permission.INSTALL_GRANT_RUNTIME_PERMISSIONS in package: com.android.shell at: Binary XML file line #109
01-01 00:00:19.005 296-296/system_process W/PackageManager: Failed to parse /system/priv-app/oem_privapp_links: Missing base APK in /system/priv-app/oem_privapp_links
01-01 00:00:19.372 296-326/system_process I/PackageParser: Parse times for '/system/priv-app/PrebuiltGmsCoreThings': parse=301ms, update_cache=175 ms
01-01 00:00:19.424 296-331/system_process W/PackageParser: Ignoring duplicate uses-permissions/uses-permissions-sdk-m: android.permission.READ_CONTACTS in package: com.android.bluetooth at: Binary XML file line #61
01-01 00:00:19.437 296-331/system_process W/PackageParser: No actions in intent filter at /system/app/Bluetooth/Bluetooth.apk Binary XML file line #225
01-01 00:00:19.676 296-333/system_process I/PackageParser: Parse times for '/system/app/webview': parse=100ms, update_cache=8 ms
01-01 00:00:19.759 296-331/system_process I/PackageParser: Parse times for '/system/app/LatinIME': parse=251ms, update_cache=7 ms
01-01 00:00:19.795 296-334/system_process W/PackageParser: Unknown element under <manifest>: meta-data at /oem/app/app-rpi3-debug.apk Binary XML file line #14
01-01 00:00:19.802 296-296/system_process I/PackageManager: Finished scanning system apps. Time: 1284 ms, packageCount: 49 , timePerPackage: 26 , cached: 0
01-01 00:00:19.951 296-338/system_process I/PackageParser: Parse times for '/data/app/com.fmatos.samples.hud.debug-6qtNhCpZ98i7f3LvpJpXZA==': parse=108ms, update_cache=4 ms
01-01 00:00:19.955 296-296/system_process I/PackageManager: Finished scanning non-system apps. Time: 153 ms, packageCount: 5 , timePerPackage: 30 , cached: 0
01-01 00:00:19.968 296-296/system_process I/PackageManager: Time to scan packages: 1.45 seconds
01-01 00:00:19.973 296-296/system_process V/PackageManager: reconcileAppsData for null u0 0x3 migrateAppData=true
01-01 00:00:20.189 296-296/system_process V/PackageManager: reconcileAppsData finished 16 packages
01-01 00:00:20.189 296-341/system_process D/SystemServerInitThreadPool: Started executing prepareAppData
01-01 00:00:20.487 296-296/system_process V/PackageManager: Ephemeral resolver found; pkg: com.google.android.gms, info:ResolveInfo{f13f284 com.google.android.gms/.chimera.PersistentBoundBrokerService m=0x108000}
01-01 00:00:20.487 296-296/system_process D/PackageManager: Set ephemeral resolver: Pair{ComponentInfo{com.google.android.gms/com.google.android.gms.chimera.PersistentBoundBrokerService} android.intent.action.RESOLVE_INSTANT_APP_PACKAGE}
01-01 00:00:20.504 296-296/system_process D/PackageManager: Ephemeral installer not found with new action; try old one
01-01 00:00:20.505 296-296/system_process D/PackageManager: Clear ephemeral installer activity
01-01 00:00:20.594 296-341/system_process D/SystemServerTimingAsync: AppDataFixup took to complete: 404ms
01-01 00:00:20.664 296-296/system_process D/SystemServerTiming: StartPackageManagerService took to complete: 2396ms
01-01 00:00:20.665 296-296/system_process I/SystemServer: StartOtaDexOptService
01-01 00:00:20.667 296-296/system_process D/OTADexopt: No upgrade, skipping A/B artifacts check.
01-01 00:00:20.667 296-296/system_process D/SystemServerTiming: StartOtaDexOptService took to complete: 2ms
01-01 00:00:20.667 296-296/system_process I/SystemServer: StartUserManagerService
01-01 00:00:20.667 296-296/system_process I/SystemServiceManager: Starting com.android.server.pm.UserManagerService$LifeCycle
01-01 00:00:20.668 296-296/system_process D/SystemServerTiming: StartUserManagerService took to complete: 1ms
01-01 00:00:20.668 296-296/system_process I/SystemServer: InitAttributerCache
01-01 00:00:20.669 296-296/system_process D/SystemServerTiming: InitAttributerCache took to complete: 1ms
01-01 00:00:20.669 296-296/system_process I/SystemServer: SetSystemProcess
01-01 00:00:20.722 296-296/system_process D/SystemServerTiming: SetSystemProcess took to complete: 53ms
01-01 00:00:20.724 296-343/system_process I/ServiceThread: Enabled StrictMode logging for android.anim looper.
01-01 00:00:20.725 296-296/system_process I/SystemServer: StartOverlayManagerService
01-01 00:00:20.747 296-296/system_process D/SystemServerTiming: StartOverlayManagerService took to complete: 21ms
01-01 00:00:20.747 296-344/system_process D/SystemServerInitThreadPool: Started executing Init OverlayManagerService
01-01 00:00:20.747 296-296/system_process I/SystemServer: StartDropBoxManager
01-01 00:00:20.748 296-345/system_process D/SystemServerInitThreadPool: Started executing StartSensorService
01-01 00:00:20.749 296-296/system_process I/SystemServiceManager: Starting com.android.server.DropBoxManagerService
01-01 00:00:20.762 296-296/system_process D/SystemServerTiming: StartDropBoxManager took to complete: 15ms
01-01 00:00:20.762 296-296/system_process I/SystemServer: StartBatteryService
01-01 00:00:20.763 296-296/system_process I/SystemServiceManager: Starting com.android.server.BatteryService
01-01 00:00:20.788 296-345/system_process D/SystemServerTimingAsync: StartSensorService took to complete: 40ms
01-01 00:00:20.789 296-345/system_process D/SystemServerInitThreadPool: Finished executing StartSensorService
01-01 00:00:20.797 296-296/system_process D/SystemServerTiming: StartBatteryService took to complete: 35ms
01-01 00:00:20.797 296-296/system_process I/SystemServer: StartUsageService
01-01 00:00:20.821 296-296/system_process I/SystemServiceManager: Starting com.android.server.usage.UsageStatsService
01-01 00:00:20.883 296-344/system_process D/SystemServerInitThreadPool: Finished executing Init OverlayManagerService
01-01 00:00:20.883 296-296/system_process D/SystemServerTiming: StartUsageService took to complete: 86ms
01-01 00:00:20.883 296-296/system_process I/SystemServer: StartWebViewUpdateService
01-01 00:00:20.892 296-296/system_process I/SystemServiceManager: Starting com.android.server.webkit.WebViewUpdateService
01-01 00:00:20.933 296-296/system_process D/SystemServerTiming: StartWebViewUpdateService took to complete: 50ms
01-01 00:00:20.934 296-296/system_process I/SystemServer: StartKeyAttestationApplicationIdProviderService
01-01 00:00:20.934 296-309/system_process D/SystemServerInitThreadPool: Started executing SecondaryZygotePreload
01-01 00:00:20.934 296-309/system_process I/SystemServer: SecondaryZygotePreload
01-01 00:00:20.957 296-309/system_process E/SystemServer: Unable to preload default resources
01-01 00:00:20.957 296-309/system_process D/SystemServerTimingAsync: SecondaryZygotePreload took to complete: 22ms
01-01 00:00:20.957 296-309/system_process D/SystemServerInitThreadPool: Finished executing SecondaryZygotePreload
01-01 00:00:20.965 296-296/system_process D/SystemServerTiming: StartKeyAttestationApplicationIdProviderService took to complete: 31ms
01-01 00:00:20.965 296-296/system_process I/SystemServer: StartKeyChainSystemService
01-01 00:00:20.965 296-296/system_process I/SystemServiceManager: Starting com.android.server.security.KeyChainSystemService
01-01 00:00:20.966 296-296/system_process D/SystemServerTiming: StartKeyChainSystemService took to complete: 1ms
01-01 00:00:20.966 296-296/system_process I/SystemServer: StartSchedulingPolicyService
01-01 00:00:20.968 296-296/system_process D/SystemServerTiming: StartSchedulingPolicyService took to complete: 2ms
01-01 00:00:20.968 296-296/system_process I/SystemServer: StartTelecomLoaderService
01-01 00:00:20.975 296-296/system_process I/SystemServiceManager: Starting com.android.server.telecom.TelecomLoaderService
01-01 00:00:20.977 296-296/system_process D/SystemServerTiming: StartTelecomLoaderService took to complete: 9ms
01-01 00:00:20.977 296-296/system_process I/SystemServer: StartTelephonyRegistry
01-01 00:00:20.998 296-296/system_process D/SystemServerTiming: StartTelephonyRegistry took to complete: 20ms
01-01 00:00:20.998 296-296/system_process I/SystemServer: StartEntropyMixer
01-01 00:00:21.016 296-296/system_process I/EntropyMixer: Added HW RNG output to entropy pool
Writing entropy...
01-01 00:00:21.802 296-296/system_process D/SystemServerTiming: StartEntropyMixer took to complete: 804ms
01-01 00:00:21.803 296-296/system_process I/SystemServer: StartAccountManagerService
01-01 00:00:22.340 296-296/system_process I/SystemServiceManager: Starting com.android.server.accounts.AccountManagerService$Lifecycle
01-01 00:00:22.879 296-341/system_process D/SystemServerTimingAsync: AppDataPrepare took to complete: 2285ms
01-01 00:00:22.879 296-341/system_process I/PackageManager: Deferred reconcileAppsData finished 38 packages
01-01 00:00:22.879 296-341/system_process D/SystemServerInitThreadPool: Finished executing prepareAppData
01-01 00:00:24.733 296-296/system_process W/SystemServiceManager: Service com.android.server.accounts.AccountManagerService$Lifecycle took 2393 ms in onStart
01-01 00:00:24.733 296-296/system_process D/SystemServerTiming: StartAccountManagerService took to complete: 2930ms
01-01 00:00:24.733 296-296/system_process I/SystemServer: StartContentService
01-01 00:00:24.752 296-296/system_process I/SystemServiceManager: Starting com.android.server.content.ContentService$Lifecycle
01-01 00:00:24.763 296-296/system_process D/SystemServerTiming: StartContentService took to complete: 30ms
01-01 00:00:24.763 296-296/system_process I/SystemServer: InstallSystemProviders
01-01 00:00:24.850 296-296/system_process I/SettingsState: No settings state /data/system/users/0/settings_ssaid.xml
01-01 00:00:24.864 296-296/system_process D/SystemServerTiming: InstallSystemProviders took to complete: 101ms
01-01 00:00:24.865 296-296/system_process I/SystemServer: StartVibratorService
01-01 00:00:24.877 296-296/system_process D/SystemServerTiming: StartVibratorService took to complete: 12ms
01-01 00:00:24.878 296-296/system_process I/SystemServer: StartConsumerIrService
01-01 00:00:24.882 296-296/system_process D/SystemServerTiming: StartConsumerIrService took to complete: 3ms
01-01 00:00:24.882 296-296/system_process I/SystemServer: StartAlarmManagerService
01-01 00:00:24.882 296-296/system_process I/SystemServiceManager: Starting com.android.server.AlarmManagerService
01-01 00:00:24.893 296-296/system_process I/AlarmManager: Current time only 24893, advancing to build time 1230768000000
01-01 00:00:00.000 296-296/system_process E/AlarmManager: SysUI package not found!
01-01 00:00:00.015 296-296/system_process D/SystemServerTiming: StartAlarmManagerService took to complete: 26ms
01-01 00:00:00.015 296-296/system_process I/SystemServer: InitWatchdog
01-01 00:00:00.016 296-296/system_process D/SystemServerTiming: InitWatchdog took to complete: 1ms
01-01 00:00:00.016 296-296/system_process I/SystemServer: StartInputManagerService
01-01 00:00:00.045 296-296/system_process I/InputManager: Initializing input manager, mUseDevInputEventForAudioJack=false
01-01 00:00:00.047 296-296/system_process D/SystemServerTiming: StartInputManagerService took to complete: 31ms
01-01 00:00:00.047 296-296/system_process I/SystemServer: StartWindowManagerService
01-01 00:00:00.208 296-318/system_process I/WindowManager: No existing display settings /data/system/display_settings.xml; starting empty
01-01 00:00:00.352 296-296/system_process D/SystemServerTiming: StartWindowManagerService took to complete: 305ms
01-01 00:00:00.353 296-296/system_process I/SystemServer: StartVrManagerService
01-01 00:00:00.353 296-296/system_process I/SystemServiceManager: Starting com.android.server.vr.VrManagerService
01-01 00:00:00.354 296-345/system_process D/SystemServerInitThreadPool: Started executing StartHidlServices
01-01 00:00:00.359 296-345/system_process D/SystemServerTimingAsync: StartHidlServices took to complete: 5ms
01-01 00:00:00.359 296-345/system_process D/SystemServerInitThreadPool: Finished executing StartHidlServices
01-01 00:00:00.371 296-296/system_process D/SystemServerTiming: StartVrManagerService took to complete: 19ms
01-01 00:00:00.372 296-296/system_process I/SystemServer: SetWindowManagerService
01-01 00:00:00.394 296-296/system_process D/SystemServerTiming: SetWindowManagerService took to complete: 22ms
01-01 00:00:00.394 296-296/system_process I/SystemServer: StartInputManager
01-01 00:00:00.394 296-296/system_process I/InputManager: Starting input manager
01-01 00:00:00.421 296-296/system_process D/SystemServerTiming: StartInputManager took to complete: 27ms
01-01 00:00:00.421 296-296/system_process I/SystemServer: DisplayManagerWindowManagerAndInputReady
01-01 00:00:00.422 296-296/system_process D/SystemServerTiming: DisplayManagerWindowManagerAndInputReady took to complete: 1ms
01-01 00:00:00.422 296-296/system_process I/SystemServer: StartBluetoothService
01-01 00:00:00.422 296-296/system_process I/SystemServiceManager: Starting com.android.server.BluetoothService
01-01 00:00:00.445 296-296/system_process D/BluetoothManagerService: Loading stored name and address
Stored bluetooth Name=RPI3,Address=null
01-01 00:00:00.448 296-296/system_process D/BluetoothManagerService: Bluetooth persisted state: 0
01-01 00:00:00.450 296-296/system_process W/BluetoothManagerService: Unable to resolve SystemUI's UID.
android.content.pm.PackageManager$NameNotFoundException: com.android.systemui
at android.app.ApplicationPackageManager.getPackageUidAsUser(ApplicationPackageManager.java:282)
at com.android.server.BluetoothManagerService.<init>(BluetoothManagerService.java:406)
at com.android.server.BluetoothService.<init>(BluetoothService.java:27)
at java.lang.reflect.Constructor.newInstance0(Native Method)
at java.lang.reflect.Constructor.newInstance(Constructor.java:334)
at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:96)
at com.android.server.SystemServer.startOtherServices(SystemServer.java:873)
at com.android.server.SystemServer.run(SystemServer.java:392)
at com.android.server.SystemServer.main(SystemServer.java:268)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:787)
01-01 00:00:00.450 296-296/system_process D/SystemServerTiming: StartBluetoothService took to complete: 29ms
01-01 00:00:00.451 296-296/system_process I/SystemServer: IpConnectivityMetrics
01-01 00:00:00.453 296-296/system_process I/SystemServiceManager: Starting com.android.server.connectivity.IpConnectivityMetrics
01-01 00:00:00.468 296-296/system_process D/SystemServerTiming: IpConnectivityMetrics took to complete: 17ms
01-01 00:00:00.468 296-296/system_process I/SystemServer: PinnerService
01-01 00:00:00.468 296-296/system_process I/SystemServiceManager: Starting com.android.server.PinnerService
01-01 00:00:00.471 296-296/system_process D/SystemServerTiming: PinnerService took to complete: 4ms
01-01 00:00:00.471 296-296/system_process I/SystemServer: StartInputMethodManagerLifecycle
01-01 00:00:00.472 296-296/system_process I/SystemServiceManager: Starting com.android.server.InputMethodManagerService$Lifecycle
01-01 00:00:00.511 296-296/system_process D/SystemServerTiming: StartInputMethodManagerLifecycle took to complete: 40ms
01-01 00:00:00.512 296-296/system_process I/SystemServer: StartAccessibilityManagerService
01-01 00:00:00.522 296-296/system_process D/SystemServerTiming: StartAccessibilityManagerService took to complete: 11ms
01-01 00:00:00.522 296-296/system_process I/SystemServer: MakeDisplayReady
01-01 00:00:00.524 296-296/system_process I/ActivityManager: Config changes=5df8 {1.0 ?mcc?mnc [en_US] ldltr sw320dp w533dp h320dp 240dpi nrml long land ?uimode ?night -touch -keyb/v/h -nav/h appBounds=Rect(0, 0 - 800, 480) s.2}
01-01 00:00:00.525 296-310/system_process I/UsageStatsService: Time changed in UsageStats by 1230767975 seconds
01-01 00:00:00.527 296-296/system_process I/ActivityManager: Override config changes=40007dfc {1.0 ?mcc?mnc [en_US] ldltr sw320dp w533dp h320dp 240dpi nrml long land ?uimode ?night -touch -keyb/v/h -nav/h appBounds=Rect(0, 0 - 800, 480) s.2} for displayId=0
01-01 00:00:00.544 296-296/system_process I/ActivityManager: Config changes=400 {1.0 ?mcc?mnc [en_US] ldltr sw320dp w533dp h296dp 240dpi nrml long land ?uimode ?night -touch -keyb/v/h -nav/h appBounds=Rect(0, 0 - 800, 480) s.3}
01-01 00:00:00.548 296-296/system_process I/ActivityManager: Override config changes=400 {1.0 ?mcc?mnc [en_US] ldltr sw320dp w533dp h296dp 240dpi nrml long land ?uimode ?night -touch -keyb/v/h -nav/h appBounds=Rect(0, 0 - 800, 480) s.3} for displayId=0
01-01 00:00:00.552 296-296/system_process D/SystemServerTiming: MakeDisplayReady took to complete: 30ms
01-01 00:00:00.552 296-310/system_process I/UsageStatsService: User[0] Rollover scheduled @ 2009-01-02 00:00:00(1230854400525)
01-01 00:00:00.553 296-296/system_process I/SystemServer: StartStorageManagerService
01-01 00:00:00.553 296-296/system_process I/SystemServiceManager: Starting com.android.server.StorageManagerService$Lifecycle
01-01 00:00:00.579 296-296/system_process D/SystemServerTiming: StartStorageManagerService took to complete: 26ms
01-01 00:00:00.579 296-296/system_process I/SystemServer: StartStorageStatsService
01-01 00:00:00.580 296-365/system_process D/StorageManagerService: Thinking about init, mSystemReady=false, mDaemonConnected=true
Thinking about reset, mSystemReady=false, mDaemonConnected=true
01-01 00:00:00.580 296-296/system_process I/SystemServiceManager: Starting com.android.server.usage.StorageStatsService$Lifecycle
01-01 00:00:00.581 296-365/system_process D/StorageManagerService: Thinking about init, mSystemReady=false, mDaemonConnected=true
Thinking about reset, mSystemReady=false, mDaemonConnected=true
01-01 00:00:00.581 296-365/system_process D/CryptdConnector: SND -> {1 cryptfs getfield SystemLocale}
01-01 00:00:00.587 296-296/system_process D/SystemServerTiming: StartStorageStatsService took to complete: 7ms
01-01 00:00:00.587 296-296/system_process I/SystemServer: StartUiModeManager
01-01 00:00:00.588 296-296/system_process I/SystemServiceManager: Starting com.android.server.UiModeManagerService
01-01 00:00:00.604 296-344/system_process D/SystemServerInitThreadPool: Started executing UiModeManager.onStart
01-01 00:00:00.604 296-344/system_process I/ActivityManager: Config changes=200 {1.0 ?mcc?mnc [en_US] ldltr sw320dp w533dp h296dp 240dpi nrml long land appliance -touch -keyb/v/h -nav/h appBounds=Rect(0, 0 - 800, 480) s.4}
01-01 00:00:00.605 296-296/system_process D/SystemServerTiming: StartUiModeManager took to complete: 18ms
01-01 00:00:00.605 296-296/system_process I/SystemServer: UpdatePackagesIfNeeded
01-01 00:00:00.605 296-296/system_process D/SystemServerTiming: UpdatePackagesIfNeeded took to complete: 0ms
01-01 00:00:00.605 296-296/system_process I/SystemServer: PerformFstrimIfNeeded
01-01 00:00:00.607 296-296/system_process D/SystemServerTiming: PerformFstrimIfNeeded took to complete: 1ms
01-01 00:00:00.607 296-296/system_process I/SystemServer: StartLockSettingsService
01-01 00:00:00.608 296-296/system_process I/SystemServiceManager: Starting com.android.server.locksettings.LockSettingsService$Lifecycle
01-01 00:00:00.609 296-344/system_process I/ActivityManager: Override config changes=200 {1.0 ?mcc?mnc [en_US] ldltr sw320dp w533dp h296dp 240dpi nrml long land appliance -touch -keyb/v/h -nav/h appBounds=Rect(0, 0 - 800, 480) s.4} for displayId=0
01-01 00:00:00.614 296-367/system_process D/CryptdConnector: RCV <- {200 1 -1}
01-01 00:00:00.615 296-344/system_process D/SystemServerInitThreadPool: Finished executing UiModeManager.onStart
01-01 00:00:00.617 296-365/system_process W/StorageManagerService: No primary storage mounted!
01-01 00:00:00.617 296-365/system_process D/VoldConnector: SND -> {1 asec list}
01-01 00:00:00.626 296-366/system_process D/VoldConnector: RCV <- {200 1 asec operation succeeded}
01-01 00:00:00.646 296-296/system_process D/SystemServerTiming: StartLockSettingsService took to complete: 40ms
01-01 00:00:00.656 296-296/system_process I/OemLock: OemLock HAL not present on device
01-01 00:00:00.656 296-296/system_process I/SystemServer: StartDeviceIdleController
01-01 00:00:00.660 296-296/system_process I/SystemServiceManager: Starting com.android.server.DeviceIdleController
01-01 00:00:01.164 296-365/system_process W/StorageManagerService: No primary storage mounted!
01-01 00:00:01.164 296-365/system_process D/VoldConnector: SND -> {2 asec list}
01-01 00:00:01.165 296-366/system_process D/VoldConnector: RCV <- {200 2 asec operation succeeded}
01-01 00:00:01.178 296-296/system_process W/SystemServiceManager: Service com.android.server.DeviceIdleController took 516 ms in onStart
01-01 00:00:01.179 296-296/system_process D/SystemServerTiming: StartDeviceIdleController took to complete: 522ms
01-01 00:00:01.179 296-296/system_process I/SystemServer: StartDevicePolicyManager
01-01 00:00:01.179 296-296/system_process I/SystemServiceManager: Starting com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle
01-01 00:00:01.558 296-296/system_process D/SystemServerTiming: StartDevicePolicyManager took to complete: 379ms
01-01 00:00:01.558 296-296/system_process I/SystemServer: StartStatusBarManagerService
01-01 00:00:01.569 296-296/system_process D/SystemServerTiming: StartStatusBarManagerService took to complete: 11ms
01-01 00:00:01.570 296-296/system_process I/SystemServer: StartClipboardService
01-01 00:00:01.570 296-296/system_process I/SystemServiceManager: Starting com.android.server.clipboard.ClipboardService
01-01 00:00:01.573 296-296/system_process D/SystemServerTiming: StartClipboardService took to complete: 4ms
01-01 00:00:01.574 296-296/system_process I/SystemServer: StartNetworkManagementService
01-01 00:00:01.587 296-368/system_process I/NetworkManagement: onDaemonConnected()
01-01 00:00:01.598 296-296/system_process D/SystemServerTiming: StartNetworkManagementService took to complete: 24ms
01-01 00:00:01.598 296-296/system_process I/SystemServer: StartTextServicesManager
01-01 00:00:01.598 296-296/system_process I/SystemServiceManager: Starting com.android.server.TextServicesManagerService$Lifecycle
01-01 00:00:01.620 296-296/system_process D/SystemServerTiming: StartTextServicesManager took to complete: 22ms
01-01 00:00:01.620 296-296/system_process I/SystemServer: StartNetworkScoreService
01-01 00:00:01.626 296-296/system_process D/SystemServerTiming: StartNetworkScoreService took to complete: 5ms
01-01 00:00:01.626 296-296/system_process I/SystemServer: StartNetworkStatsService
01-01 00:00:01.648 296-296/system_process D/SystemServerTiming: StartNetworkStatsService took to complete: 21ms
01-01 00:00:01.648 296-296/system_process I/SystemServer: StartNetworkPolicyManagerService
01-01 00:00:01.657 296-371/system_process I/ServiceThread: Enabled StrictMode logging for NetworkPolicy.uid looper.
01-01 00:00:01.663 296-296/system_process D/SystemServerTiming: StartNetworkPolicyManagerService took to complete: 14ms
01-01 00:00:01.663 296-296/system_process I/SystemServer: StartWifi
01-01 00:00:01.756 296-296/system_process I/SystemServiceManager: Starting com.android.server.wifi.WifiService
01-01 00:00:02.135 296-296/system_process D/SystemServerTiming: StartWifi took to complete: 472ms
01-01 00:00:02.135 296-296/system_process I/SystemServer: StartWifiScanning
01-01 00:00:02.142 296-296/system_process I/SystemServiceManager: Starting com.android.server.wifi.scanner.WifiScanningService
01-01 00:00:02.147 296-296/system_process D/SystemServerTiming: StartWifiScanning took to complete: 12ms
01-01 00:00:02.148 296-296/system_process I/SystemServer: StartWifiRtt
01-01 00:00:02.149 296-296/system_process I/SystemServiceManager: Starting com.android.server.wifi.RttService
01-01 00:00:02.152 296-296/system_process D/SystemServerTiming: StartWifiRtt took to complete: 4ms
01-01 00:00:02.152 296-296/system_process I/SystemServer: No Wi-Fi Aware Service (Aware support Not Present)
StartLowpan
01-01 00:00:02.154 296-296/system_process I/SystemServiceManager: Starting com.android.server.lowpan.LowpanService
01-01 00:00:02.155 296-296/system_process D/SystemServerTiming: StartLowpan took to complete: 3ms
01-01 00:00:02.155 296-296/system_process I/SystemServer: StartEthernet
01-01 00:00:02.157 296-296/system_process I/SystemServiceManager: Starting com.android.server.ethernet.EthernetService
01-01 00:00:02.172 296-296/system_process D/SystemServerTiming: StartEthernet took to complete: 16ms
01-01 00:00:02.172 296-296/system_process I/SystemServer: StartConnectivityService
01-01 00:00:02.185 296-296/system_process D/ConnectivityService: ConnectivityService starting up
01-01 00:00:02.189 296-296/system_process D/ConnectivityService: wifiOnly=true
networkAttributes - ignoring mobile as this dev is wifiOnly 0
networkAttributes - ignoring mobile as this dev is wifiOnly 2
networkAttributes - ignoring mobile as this dev is wifiOnly 3
networkAttributes - ignoring mobile as this dev is wifiOnly 4
networkAttributes - ignoring mobile as this dev is wifiOnly 5
networkAttributes - ignoring mobile as this dev is wifiOnly 10
networkAttributes - ignoring mobile as this dev is wifiOnly 11
01-01 00:00:02.190 296-296/system_process D/ConnectivityService: networkAttributes - ignoring mobile as this dev is wifiOnly 12
networkAttributes - ignoring mobile as this dev is wifiOnly 14
networkAttributes - ignoring mobile as this dev is wifiOnly 15
01-01 00:00:02.190 296-296/system_process E/ConnectivityService: Ignoring protectedNetwork 10
Ignoring protectedNetwork 11
Ignoring protectedNetwork 12
Ignoring protectedNetwork 14
Ignoring protectedNetwork 15
01-01 00:00:02.218 296-296/system_process D/SystemServerTiming: StartConnectivityService took to complete: 47ms
01-01 00:00:02.219 296-296/system_process I/SystemServer: StartNsdService
01-01 00:00:02.222 296-296/system_process D/NsdService: Network service discovery is enabled
01-01 00:00:02.226 296-296/system_process D/SystemServerTiming: StartNsdService took to complete: 7ms
01-01 00:00:02.226 296-296/system_process I/SystemServer: StartUpdateLockService
01-01 00:00:02.230 296-296/system_process D/SystemServerTiming: StartUpdateLockService took to complete: 3ms
01-01 00:00:02.230 296-296/system_process I/SystemServer: WaitForAsecScan
01-01 00:00:02.230 296-296/system_process D/SystemServerTiming: WaitForAsecScan took to complete: 0ms
01-01 00:00:02.230 296-296/system_process I/SystemServer: StartNotificationManager
01-01 00:00:02.242 296-296/system_process I/SystemServiceManager: Starting com.android.server.notification.NotificationManagerService
01-01 00:00:02.301 296-296/system_process D/ConditionProviders.SCP: new ScheduleConditionProvider()
01-01 00:00:02.310 296-296/system_process D/ZenLog: config: readXml,ZenModeConfig[user=0,allowCalls=true,allowRepeatCallers=false,allowMessages=false,allowCallsFrom=contacts,allowMessagesFrom=contacts,allowReminders=true,allowEvents=true,allowWhenScreenOff=true,allowWhenScreenOn=true,automaticRules={EVENTS_DEFAULT_RULE=ZenRule[enabled=false,snoozing=false,name=Event,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/event?userId=-10000&calendar=&reply=1,condition=Condition[id=condition://android/event?userId=-10000&calendar=&reply=1,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.EventConditionProvider},id=EVENTS_DEFAULT_RULE,creationTime=1230768009251,enabler=null], SCHEDULED_DEFAULT_RULE_1=ZenRule[enabled=false,snoozing=false,name=Weeknight,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0&exitAtAlarm=false,condition=Condition[id=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0&exitAtAlarm=false,summary=...,line1=...,line2=...,icon=0,state=STATE_TRUE,flags=2],component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider},id=SCHEDULED_DEFAULT_RULE_1,creationTime=1230768009249,enabler=null], SCHEDULED_DEFAULT_RULE_2=ZenRule[enabled=false,snoozing=false,name=Weekend,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=6.7&start=23.30&end=10.0&exitAtAlarm=false,condition=Condition[id=condition://android/schedule?days=6.7&start=23.30&end=10.0&exitAtAlarm=false,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider},id=SCHEDULED_DEFAULT_RULE_2,creationTime=1230768009249,enabler=null]},manualRule=null],Diff[automaticRule[EVENTS_DEFAULT_RULE].condition:null->Condition[id=condition://android/event?userId=-10000&calendar=&reply=1,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],automaticRule[EVENTS_DEFAULT_RULE].creationTime:1230768002297->1230768009251,automaticRule[SCHEDULED_DEFAULT_RULE_1].condition:null->Condition[id=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0&exitAtAlarm=false,summary=...,line1=...,line2=...,icon=0,state=STATE_TRUE,flags=2],automaticRule[SCHEDULED_DEFAULT_RULE_1].creationTime:1230768002296->1230768009249,automaticRule[SCHEDULED_DEFAULT_RULE_2].condition:null->Condition[id=condition://android/schedule?days=6.7&start=23.30&end=10.0&exitAtAlarm=false,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],automaticRule[SCHEDULED_DEFAULT_RULE_2].creationTime:1230768002296->1230768009249]
01-01 00:00:02.314 296-296/system_process I/ConditionProviders: Read condition provider permissions from xml
01-01 00:00:02.315 296-296/system_process D/ZenLog: set_zen_mode: off,init
01-01 00:00:02.321 296-296/system_process W/SystemServiceManager: Service com.android.server.notification.NotificationManagerService took 69 ms in onStart
01-01 00:00:02.323 296-296/system_process D/SystemServerTiming: StartNotificationManager took to complete: 92ms
01-01 00:00:02.323 296-296/system_process I/SystemServer: StartDeviceMonitor
01-01 00:00:02.323 296-296/system_process I/SystemServiceManager: Starting com.android.server.storage.DeviceStorageMonitorService
01-01 00:00:02.328 296-296/system_process D/SystemServerTiming: StartDeviceMonitor took to complete: 5ms
01-01 00:00:02.328 296-296/system_process I/SystemServer: StartLocationManagerService
01-01 00:00:02.339 296-296/system_process D/SystemServerTiming: StartLocationManagerService took to complete: 10ms
01-01 00:00:02.339 296-296/system_process I/SystemServer: StartCountryDetectorService
01-01 00:00:02.341 296-296/system_process D/SystemServerTiming: StartCountryDetectorService took to complete: 3ms
01-01 00:00:02.341 296-296/system_process I/SystemServer: StartSearchManagerService
01-01 00:00:02.342 296-296/system_process I/SystemServiceManager: Starting com.android.server.search.SearchManagerService$Lifecycle
01-01 00:00:02.346 296-296/system_process D/SystemServerTiming: StartSearchManagerService took to complete: 4ms
01-01 00:00:02.346 296-296/system_process I/SystemServer: StartAudioService
01-01 00:00:02.346 296-296/system_process I/SystemServiceManager: Starting com.android.server.audio.AudioService$Lifecycle
01-01 00:00:02.420 296-296/system_process D/SystemServerTiming: StartAudioService took to complete: 74ms
01-01 00:00:02.420 296-296/system_process I/SystemServer: StartDockObserver
01-01 00:00:02.420 296-296/system_process I/SystemServiceManager: Starting com.android.server.DockObserver
01-01 00:00:02.432 296-296/system_process W/DockObserver: This kernel does not have dock station support
01-01 00:00:02.435 296-296/system_process D/SystemServerTiming: StartDockObserver took to complete: 15ms
01-01 00:00:02.435 296-296/system_process I/SystemServer: StartWiredAccessoryManager
01-01 00:00:02.438 296-296/system_process W/WiredAccessoryManager: This kernel does not have wired headset support
This kernel does not have usb audio support
01-01 00:00:02.439 296-296/system_process W/WiredAccessoryManager: This kernel does not have HDMI audio support
01-01 00:00:02.439 296-296/system_process D/SystemServerTiming: StartWiredAccessoryManager took to complete: 3ms
01-01 00:00:02.439 296-296/system_process I/SystemServer: StartUsbService
01-01 00:00:02.446 296-296/system_process I/SystemServiceManager: Starting com.android.server.usb.UsbService$Lifecycle
01-01 00:00:02.468 296-296/system_process E/UsbDeviceManager: failed to write to /sys/class/android_usb/android0/f_rndis/ethaddr
01-01 00:00:02.471 296-296/system_process E/UsbDeviceManager: Error initializing UsbHandler
java.io.FileNotFoundException: /sys/class/android_usb/android0/state (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:200)
at java.io.FileInputStream.<init>(FileInputStream.java:150)
at android.os.FileUtils.readTextFile(FileUtils.java:262)
at com.android.server.usb.UsbDeviceManager$UsbHandler.<init>(UsbDeviceManager.java:470)
at com.android.server.usb.UsbDeviceManager.<init>(UsbDeviceManager.java:232)
at com.android.server.usb.UsbService.<init>(UsbService.java:129)
at com.android.server.usb.UsbService$Lifecycle.onStart(UsbService.java:68)
at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:124)
at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:111)
at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:70)
at com.android.server.SystemServer.startOtherServices(SystemServer.java:1258)
at com.android.server.SystemServer.run(SystemServer.java:392)
at com.android.server.SystemServer.main(SystemServer.java:268)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:787)
01-01 00:00:02.483 296-361/system_process I/UsbPortManager: Usb hal service started android.hardware.usb@1.0::IUsb default
01-01 00:00:02.498 296-296/system_process W/SystemServiceManager: Service com.android.server.usb.UsbService$Lifecycle took 51 ms in onStart
01-01 00:00:02.498 296-296/system_process D/SystemServerTiming: StartUsbService took to complete: 58ms
01-01 00:00:02.498 296-296/system_process I/SystemServer: StartSerialService
01-01 00:00:02.499 296-296/system_process D/SystemServerTiming: StartSerialService took to complete: 1ms
01-01 00:00:02.500 296-296/system_process I/SystemServer: StartHardwarePropertiesManagerService
01-01 00:00:02.504 296-296/system_process D/SystemServerTiming: StartHardwarePropertiesManagerService took to complete: 5ms
01-01 00:00:02.504 296-296/system_process I/SystemServer: StartTwilightService
01-01 00:00:02.505 296-296/system_process I/SystemServiceManager: Starting com.android.server.twilight.TwilightService
01-01 00:00:02.506 296-296/system_process D/SystemServerTiming: StartTwilightService took to complete: 1ms
01-01 00:00:02.506 296-296/system_process I/SystemServer: StartJobScheduler
01-01 00:00:02.511 296-296/system_process I/SystemServiceManager: Starting com.android.server.job.JobSchedulerService
01-01 00:00:02.521 296-296/system_process I/JobStore: Read 0 jobs
01-01 00:00:02.530 296-296/system_process D/ConnectivityService: requestNetwork for uid/pid:1000/296 NetworkRequest [ TRACK_DEFAULT id=3, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
01-01 00:00:02.537 296-296/system_process D/SystemServerTiming: StartJobScheduler took to complete: 31ms
01-01 00:00:02.537 296-296/system_process I/SystemServer: StartSoundTrigger
01-01 00:00:02.538 296-296/system_process I/SystemServiceManager: Starting com.android.server.soundtrigger.SoundTriggerService
01-01 00:00:02.541 296-296/system_process D/SystemServerTiming: StartSoundTrigger took to complete: 3ms
01-01 00:00:02.541 296-296/system_process I/SystemServer: StartTrustManager
01-01 00:00:02.547 296-296/system_process I/SystemServiceManager: Starting com.android.server.trust.TrustManagerService
01-01 00:00:02.550 296-296/system_process D/SystemServerTiming: StartTrustManager took to complete: 9ms
01-01 00:00:02.550 296-296/system_process I/SystemServer: StartVoiceRecognitionManager
01-01 00:00:02.550 296-296/system_process I/SystemServiceManager: Starting com.android.server.voiceinteraction.VoiceInteractionManagerService
01-01 00:00:02.553 296-296/system_process D/SystemServerTiming: StartVoiceRecognitionManager took to complete: 3ms
01-01 00:00:02.554 296-296/system_process I/SystemServer: StartGestureLauncher
01-01 00:00:02.554 296-296/system_process I/SystemServiceManager: Starting com.android.server.GestureLauncherService
01-01 00:00:02.555 296-296/system_process D/SystemServerTiming: StartGestureLauncher took to complete: 0ms
01-01 00:00:02.555 296-296/system_process I/SystemServer: StartSensorNotification
01-01 00:00:02.555 296-296/system_process I/SystemServiceManager: Starting com.android.server.SensorNotificationService
01-01 00:00:02.556 296-296/system_process D/SystemServerTiming: StartSensorNotification took to complete: 0ms
01-01 00:00:02.556 296-296/system_process I/SystemServer: StartContextHubSystemService
01-01 00:00:02.556 296-296/system_process I/SystemServiceManager: Starting com.android.server.ContextHubSystemService
01-01 00:00:02.556 296-296/system_process D/SystemServerTiming: StartContextHubSystemService took to complete: 1ms
01-01 00:00:02.556 296-309/system_process D/SystemServerInitThreadPool: Started executing Init ContextHubSystemService
01-01 00:00:02.556 296-296/system_process I/SystemServer: StartDiskStatsService
01-01 00:00:02.561 296-296/system_process D/SystemServerTiming: StartDiskStatsService took to complete: 5ms
01-01 00:00:02.562 296-296/system_process I/SystemServer: StartNetworkTimeUpdateService
01-01 00:00:02.564 296-296/system_process D/SystemServerTiming: StartNetworkTimeUpdateService took to complete: 2ms
01-01 00:00:02.564 296-296/system_process I/SystemServer: StartCommonTimeManagementService
01-01 00:00:02.566 296-309/system_process D/SystemServerInitThreadPool: Finished executing Init ContextHubSystemService
01-01 00:00:02.567 296-296/system_process D/SystemServerTiming: StartCommonTimeManagementService took to complete: 3ms
01-01 00:00:02.567 296-296/system_process I/SystemServer: CertBlacklister
01-01 00:00:02.569 296-296/system_process D/SystemServerTiming: CertBlacklister took to complete: 1ms
01-01 00:00:02.569 296-296/system_process I/SystemServer: StartEmergencyAffordanceService
01-01 00:00:02.569 296-296/system_process I/SystemServiceManager: Starting com.android.server.emergency.EmergencyAffordanceService
01-01 00:00:02.577 296-296/system_process D/SystemServerTiming: StartEmergencyAffordanceService took to complete: 8ms
01-01 00:00:02.577 296-296/system_process I/SystemServer: StartDreamManager
01-01 00:00:02.578 296-296/system_process I/SystemServiceManager: Starting com.android.server.dreams.DreamManagerService
01-01 00:00:02.589 296-296/system_process D/SystemServerTiming: StartDreamManager took to complete: 11ms
01-01 00:00:02.589 296-296/system_process I/SystemServer: AddGraphicsStatsService
01-01 00:00:02.592 296-296/system_process D/SystemServerTiming: AddGraphicsStatsService took to complete: 4ms
01-01 00:00:02.595 296-296/system_process I/SystemServer: StartRestrictionManager
01-01 00:00:02.596 296-296/system_process I/SystemServiceManager: Starting com.android.server.restrictions.RestrictionsManagerService
01-01 00:00:02.598 296-296/system_process D/SystemServerTiming: StartRestrictionManager took to complete: 3ms
01-01 00:00:02.598 296-296/system_process I/SystemServer: StartMediaSessionService
01-01 00:00:02.599 296-296/system_process I/SystemServiceManager: Starting com.android.server.media.MediaSessionService
01-01 00:00:02.605 296-296/system_process D/SystemServerTiming: StartMediaSessionService took to complete: 6ms
01-01 00:00:02.605 296-296/system_process I/SystemServer: StartMediaRouterService
01-01 00:00:02.611 296-296/system_process D/SystemServerTiming: StartMediaRouterService took to complete: 6ms
01-01 00:00:02.612 296-296/system_process I/SystemServer: StartBackgroundDexOptService
01-01 00:00:02.613 296-296/system_process D/SystemServerTiming: StartBackgroundDexOptService took to complete: 2ms
01-01 00:00:02.613 296-296/system_process I/SystemServer: StartPruneInstantAppsJobService
01-01 00:00:02.614 296-296/system_process D/SystemServerTiming: StartPruneInstantAppsJobService took to complete: 1ms
01-01 00:00:02.614 296-296/system_process I/SystemServer: StartShortcutServiceLifecycle
01-01 00:00:02.618 296-296/system_process I/SystemServiceManager: Starting com.android.server.pm.ShortcutService$Lifecycle
01-01 00:00:02.627 296-296/system_process D/SystemServerTiming: StartShortcutServiceLifecycle took to complete: 13ms
01-01 00:00:02.628 296-296/system_process I/SystemServer: StartLauncherAppsService
01-01 00:00:02.628 296-296/system_process I/SystemServiceManager: Starting com.android.server.pm.LauncherAppsService
01-01 00:00:02.632 296-296/system_process D/SystemServerTiming: StartLauncherAppsService took to complete: 4ms
01-01 00:00:02.632 296-296/system_process I/SystemServer: StartMediaProjectionManager
01-01 00:00:02.632 296-296/system_process I/SystemServiceManager: Starting com.android.server.media.projection.MediaProjectionManagerService
01-01 00:00:02.667 296-296/system_process D/SystemServerTiming: StartMediaProjectionManager took to complete: 35ms
01-01 00:00:02.667 296-296/system_process I/SystemServer: StartCameraServiceProxy
01-01 00:00:02.667 296-296/system_process I/SystemServiceManager: Starting com.android.server.camera.CameraServiceProxy
01-01 00:00:02.674 296-391/system_process I/ServiceThread: Enabled StrictMode logging for CameraService_proxy looper.
01-01 00:00:02.677 296-296/system_process D/SystemServerTiming: StartCameraServiceProxy took to complete: 11ms
01-01 00:00:02.678 296-296/system_process I/SystemServer: StartIoTSystemService
01-01 00:00:02.686 296-296/system_process I/SystemServiceManager: Starting com.google.android.things.services.IoTSystemService
01-01 00:00:02.688 296-296/system_process I/SystemServer: StartJitCompilation
01-01 00:00:02.689 296-296/system_process D/SystemServerTiming: StartJitCompilation took to complete: 0ms
01-01 00:00:02.689 296-296/system_process I/SystemServer: StartMmsService
01-01 00:00:02.689 296-296/system_process I/SystemServiceManager: Starting com.android.server.MmsServiceBroker
01-01 00:00:02.693 296-296/system_process D/SystemServerTiming: StartMmsService took to complete: 5ms
01-01 00:00:02.694 296-296/system_process I/SystemServer: MakeVibratorServiceReady
01-01 00:00:02.697 296-296/system_process D/SystemServerTiming: MakeVibratorServiceReady took to complete: 4ms
01-01 00:00:02.697 296-296/system_process I/SystemServer: MakeLockSettingsServiceReady
01-01 00:00:02.738 296-296/system_process I/SyntheticPasswordManager: Device does not support weaver
01-01 00:00:02.742 296-296/system_process E/LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.password.key: open failed: ENOENT (No such file or directory)
01-01 00:00:02.743 296-296/system_process E/LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/password.key: open failed: ENOENT (No such file or directory)
01-01 00:00:02.744 296-296/system_process E/LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.pattern.key: open failed: ENOENT (No such file or directory)
Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.gesture.key: open failed: ENOENT (No such file or directory)
01-01 00:00:02.745 296-296/system_process E/LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gesture.key: open failed: ENOENT (No such file or directory)
01-01 00:00:02.745 296-296/system_process D/SystemServerTiming: MakeLockSettingsServiceReady took to complete: 48ms
01-01 00:00:02.746 296-296/system_process I/SystemServer: StartBootPhaseLockSettingsReady
01-01 00:00:02.746 296-296/system_process I/SystemServiceManager: Starting phase 480
01-01 00:00:02.749 296-296/system_process D/SystemServerTiming: StartBootPhaseLockSettingsReady took to complete: 3ms
01-01 00:00:02.749 296-296/system_process I/SystemServer: StartBootPhaseSystemServicesReady
01-01 00:00:02.749 296-296/system_process I/SystemServiceManager: Starting phase 500
01-01 00:00:02.775 296-296/system_process W/UsageStatsService: Missing procfs interface: /proc/uid_procstat/set
01-01 00:00:02.780 296-296/system_process I/VrManagerService: No default vr listener service found.
01-01 00:00:02.798 296-296/system_process I/WifiService: WifiService starting up with Wi-Fi enabled
01-01 00:00:02.830 296-296/system_process D/WifiService: setWifiEnabled: true pid=296, uid=1000, package=android
01-01 00:00:02.840 296-296/system_process D/ConnectivityService: requestNetwork for uid/pid:1000/296 NetworkRequest [ REQUEST id=4, [ Transports: LOWPAN] ]
01-01 00:00:02.849 296-377/system_process D/ConnectivityService: Got NetworkFactory Messenger for Ethernet
01-01 00:00:02.852 296-296/system_process D/ZenLog: config: cleanUpZenRules,ZenModeConfig[user=0,allowCalls=true,allowRepeatCallers=false,allowMessages=false,allowCallsFrom=contacts,allowMessagesFrom=contacts,allowReminders=true,allowEvents=true,allowWhenScreenOff=true,allowWhenScreenOn=true,automaticRules={EVENTS_DEFAULT_RULE=ZenRule[enabled=false,snoozing=false,name=Event,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/event?userId=-10000&calendar=&reply=1,condition=Condition[id=condition://android/event?userId=-10000&calendar=&reply=1,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.EventConditionProvider},id=EVENTS_DEFAULT_RULE,creationTime=1230768009251,enabler=null], SCHEDULED_DEFAULT_RULE_1=ZenRule[enabled=false,snoozing=false,name=Weeknight,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0&exitAtAlarm=false,condition=Condition[id=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0&exitAtAlarm=false,summary=...,line1=...,line2=...,icon=0,state=STATE_TRUE,flags=2],component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider},id=SCHEDULED_DEFAULT_RULE_1,creationTime=1230768009249,enabler=null], SCHEDULED_DEFAULT_RULE_2=ZenRule[enabled=false,snoozing=false,name=Weekend,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=6.7&start=23.30&end=10.0&exitAtAlarm=false,condition=Condition[id=condition://android/schedule?days=6.7&start=23.30&end=10.0&exitAtAlarm=false,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider},id=SCHEDULED_DEFAULT_RULE_2,creationTime=1230768009249,enabler=null]},manualRule=null],Diff[]
set_zen_mode: off,onSystemReady
01-01 00:00:02.863 296-296/system_process W/SoundTriggerHelper: listModules status=0, # of modules=0
01-01 00:00:02.871 296-296/system_process D/SystemServerTiming: StartBootPhaseSystemServicesReady took to complete: 123ms
01-01 00:00:02.871 296-296/system_process I/SystemServer: MakeWindowManagerServiceReady
01-01 00:00:02.899 296-296/system_process D/SystemServerTiming: MakeWindowManagerServiceReady took to complete: 27ms
01-01 00:00:02.901 296-296/system_process I/SystemServer: MakePowerManagerServiceReady
01-01 00:00:02.932 296-320/system_process W/KeyguardServiceDelegate: onScreenTurningOn(): no keyguard service!
01-01 00:00:02.936 296-296/system_process D/SystemServerTiming: MakePowerManagerServiceReady took to complete: 35ms
01-01 00:00:02.936 296-296/system_process I/SystemServer: MakePackageManagerServiceReady
01-01 00:00:02.956 296-296/system_process V/UserDataPreparer: Found /data/user_de/0 with serial number 0
Found /data/user/0 with serial number 0
Found /data/system_de/0 with serial number 0
01-01 00:00:02.957 296-296/system_process V/UserDataPreparer: Found /data/system_ce/0 with serial number 0
Found /data/misc_ce/0 with serial number 0
01-01 00:00:02.958 296-296/system_process D/SystemServerTiming: MakePackageManagerServiceReady took to complete: 22ms
01-01 00:00:02.958 296-296/system_process I/SystemServer: MakeDisplayManagerServiceReady
01-01 00:00:02.958 296-296/system_process D/SystemServerTiming: MakeDisplayManagerServiceReady took to complete: 0ms
01-01 00:00:02.965 296-296/system_process I/ActivityManager: System now ready
01-01 00:00:02.973 296-296/system_process I/SystemServer: Making services ready
01-01 00:00:02.974 296-296/system_process I/SystemServer: StartActivityManagerReadyPhase
01-01 00:00:02.974 296-296/system_process I/SystemServiceManager: Starting phase 550
01-01 00:00:02.980 296-296/system_process W/ActivityManager: Unable to start service Intent { act=com.android.ITelecomService cmp=com.android.server.telecom/.components.TelecomService } U=0: not found
01-01 00:00:03.041 296-296/system_process W/SystemServiceManager: Service com.android.server.content.ContentService$Lifecycle took 61 ms in onBootPhase
01-01 00:00:03.042 296-296/system_process D/BluetoothManagerService: Bluetooth boot completed
Getting adapter name and address
01-01 00:00:03.042 296-317/system_process D/BluetoothManagerService: MESSAGE_GET_NAME_AND_ADDRESS
Binding to service to get name and address
01-01 00:00:03.065 296-317/system_process I/ActivityManager: Start proc 403:com.android.bluetooth/1002 for service com.android.bluetooth/.btservice.AdapterService
01-01 00:00:03.191 296-296/system_process I/ActivityManager: Start proc 419:com.android.inputmethod.latin/u0a28 for service com.android.inputmethod.latin/.LatinIME
01-01 00:00:03.196 296-296/system_process W/SystemServiceManager: Service com.android.server.InputMethodManagerService$Lifecycle took 154 ms in onBootPhase
01-01 00:00:03.198 296-365/system_process D/StorageManagerService: Thinking about init, mSystemReady=true, mDaemonConnected=true
Setting up emulation state, initlocked=false
01-01 00:00:03.198 296-365/system_process D/CryptdConnector: SND -> {2 cryptfs unlock_user_key 0 0 ! !}
01-01 00:00:03.199 143-150/? D/vold: e4crypt_unlock_user_key 0 serial=0 token_present=0
01-01 00:00:03.200 296-367/system_process D/CryptdConnector: RCV <- {200 2 Command succeeded}
01-01 00:00:03.201 296-365/system_process D/StorageManagerService: Thinking about reset, mSystemReady=true, mDaemonConnected=true
01-01 00:00:03.203 296-296/system_process D/UsbAlsaManager: Adding ALSA device AlsaDevice: [card: 1, device: 0, type: 2]
01-01 00:00:03.203 296-385/system_process D/BluetoothManagerService: Trying to bind to profile: 1, while Bluetooth was disabled
01-01 00:00:03.203 296-296/system_process D/UsbAlsaManager: Adding ALSA device AlsaDevice: [card: 1, device: 0, type: 1]
Adding ALSA device AlsaDevice: [card: 0, device: 1, type: 1]
Adding ALSA device AlsaDevice: [card: 0, device: 0, type: 1]
01-01 00:00:03.205 296-365/system_process D/VoldConnector: SND -> {3 volume reset}
01-01 00:00:03.206 296-366/system_process D/VoldConnector: RCV <- {651 emulated 7}
01-01 00:00:03.207 296-296/system_process D/SystemServerTiming: StartActivityManagerReadyPhase took to complete: 233ms
01-01 00:00:03.207 296-296/system_process I/SystemServer: StartObservingNativeCrashes
01-01 00:00:03.208 296-362/system_process E/UsbPortManager: port status enquiry failed
01-01 00:00:03.208 296-366/system_process D/VoldConnector: RCV <- {659 emulated}
01-01 00:00:03.212 296-366/system_process D/VoldConnector: RCV <- {650 emulated 2 "" ""}
01-01 00:00:03.213 296-366/system_process D/VoldConnector: RCV <- {651 emulated 0}
01-01 00:00:03.214 296-366/system_process D/VoldConnector: RCV <- {200 3 Command succeeded}
01-01 00:00:03.216 296-316/system_process V/StorageManagerService: Found primary storage at VolumeInfo{emulated}:
type=EMULATED diskId=null partGuid=null mountFlags=0 mountUserId=-1
state=UNMOUNTED
fsType=null fsUuid=null fsLabel=null
path=null internalPath=null
01-01 00:00:03.216 296-311/system_process I/ActivityManager: Force stopping com.android.providers.media appid=10005 user=-1: vold reset
01-01 00:00:03.219 296-296/system_process D/SystemServerTiming: StartObservingNativeCrashes took to complete: 12ms
01-01 00:00:03.219 296-365/system_process D/VoldConnector: SND -> {4 volume user_added 0 0}
01-01 00:00:03.219 296-296/system_process I/SystemServer: StartSystemUI
01-01 00:00:03.220 296-341/system_process D/SystemServerInitThreadPool: Started executing WebViewFactoryPreparation
01-01 00:00:03.220 296-341/system_process I/SystemServer: WebViewFactoryPreparation
01-01 00:00:03.221 296-296/system_process W/ActivityManager: Unable to start service Intent { flg=0x100 cmp=com.android.systemui/.SystemUIService } U=0: not found
01-01 00:00:03.223 296-366/system_process D/VoldConnector: RCV <- {200 4 Command succeeded}
01-01 00:00:03.236 296-424/system_process D/UsbHostManager: Added device UsbDevice[mName=/dev/bus/usb/001/003,mVendorId=1060,mProductId=60416,mClass=255,mSubclass=0,mProtocol=1,mManufacturerName=null,mProductName=null,mVersion=2.0,mSerialNumber=null,mConfigurations=[
UsbConfiguration[mId=1,mName=null,mAttributes=224,mMaxPower=1,mInterfaces=[
UsbInterface[mId=0,mAlternateSetting=0,mName=null,mClass=255,mSubclass=0,mProtocol=255,mEndpoints=[
UsbEndpoint[mAddress=129,mAttributes=2,mMaxPacketSize=512,mInterval=0]
UsbEndpoint[mAddress=2,mAttributes=2,mMaxPacketSize=512,mInterval=0]
UsbEndpoint[mAddress=131,mAttributes=3,mMaxPacketSize=16,mInterval=4]]]]
01-01 00:00:03.258 296-296/system_process I/ActivityManager: Start proc 432:com.android.iot.systemui/u0a8 for service com.android.iot.systemui/.keyguard.KeyguardService
01-01 00:00:03.258 296-296/system_process D/SystemServerTiming: StartSystemUI took to complete: 38ms
01-01 00:00:03.258 296-296/system_process I/SystemServer: MakeNetworkScoreReady
01-01 00:00:03.259 296-365/system_process D/VoldConnector: SND -> {5 volume mount emulated 3 -1}
01-01 00:00:03.260 296-296/system_process D/SystemServerTiming: MakeNetworkScoreReady took to complete: 2ms
01-01 00:00:03.261 296-296/system_process I/SystemServer: MakeNetworkManagementServiceReady
01-01 00:00:03.261 296-296/system_process D/NetworkManagement: enabling bandwidth control
01-01 00:00:03.265 296-366/system_process D/VoldConnector: RCV <- {651 emulated 1}
01-01 00:00:03.266 296-366/system_process D/VoldConnector: RCV <- {656 emulated /data/media}
01-01 00:00:03.266 296-424/system_process I/UsbHostManager: ---- isHeadset[in: false , out: false]
01-01 00:00:03.266 296-366/system_process D/VoldConnector: RCV <- {655 emulated /storage/emulated}
01-01 00:00:03.267 143-149/? V/vold: Waiting for FUSE to spin up...
01-01 00:00:03.318 143-149/? V/vold: Waiting for FUSE to spin up...
01-01 00:00:03.321 296-296/system_process D/SystemServerTiming: MakeNetworkManagementServiceReady took to complete: 60ms
01-01 00:00:03.321 296-296/system_process I/SystemServer: MakeNetworkStatsServiceReady
01-01 00:00:03.324 296-314/system_process E/BatteryExternalStatsWorker: no controller energy info supplied for wifi
no controller energy info supplied for telephony
01-01 00:00:03.338 296-341/system_process W/ActivityManager: Slow operation: 69ms so far, now at startProcess: returned from zygote!
Slow operation: 69ms so far, now at startProcess: done updating battery stats
01-01 00:00:03.339 296-341/system_process W/ActivityManager: Slow operation: 70ms so far, now at startProcess: building log message
01-01 00:00:03.339 296-341/system_process I/ActivityManager: Start proc 449:WebViewLoader-armeabi-v7a/1037 [android.webkit.WebViewLibraryLoader$RelroFileCreator] for
01-01 00:00:03.339 296-341/system_process W/ActivityManager: Slow operation: 70ms so far, now at startProcess: starting to update pids map
Slow operation: 70ms so far, now at startProcess: done updating pids map
01-01 00:00:03.339 167-167/? I/android.hardware.wifi@1.0-service: Wifi HAL started
01-01 00:00:03.339 296-341/system_process W/ActivityManager: Slow operation: 70ms so far, now at startProcess: done starting proc!
01-01 00:00:03.349 296-370/system_process D/NetworkPolicy: setRestrictBackgroundUL(): false
01-01 00:00:03.360 296-341/system_process D/SystemServerTimingAsync: WebViewFactoryPreparation took to complete: 140ms
01-01 00:00:03.360 296-341/system_process D/SystemServerInitThreadPool: Finished executing WebViewFactoryPreparation
01-01 00:00:03.368 143-149/? V/vold: Waiting for FUSE to spin up...
01-01 00:00:03.419 296-366/system_process D/VoldConnector: RCV <- {651 emulated 2}
01-01 00:00:03.420 296-366/system_process D/VoldConnector: RCV <- {200 5 Command succeeded}
01-01 00:00:03.472 296-296/system_process D/SystemServerTiming: MakeNetworkStatsServiceReady took to complete: 152ms
01-01 00:00:03.472 296-296/system_process I/SystemServer: MakeConnectivityServiceReady
01-01 00:00:03.472 167-167/? E/android.hardware.wifi@1.0-service: Failed to set DFS flag; DFS channels may be unavailable.
01-01 00:00:03.514 296-296/system_process D/SystemServerTiming: MakeConnectivityServiceReady took to complete: 41ms
01-01 00:00:03.514 296-296/system_process I/SystemServer: MakeNetworkPolicyServiceReady
01-01 00:00:03.514 296-296/system_process D/SystemServerTiming: MakeNetworkPolicyServiceReady took to complete: 0ms
01-01 00:00:03.514 296-296/system_process I/SystemServer: StartWatchdog
01-01 00:00:03.515 296-296/system_process D/SystemServerTiming: StartWatchdog took to complete: 0ms
01-01 00:00:03.515 296-296/system_process I/SystemServer: PhaseThirdPartyAppsCanStart
01-01 00:00:03.515 296-296/system_process I/SystemServiceManager: Starting phase 600
01-01 00:00:03.539 185-185/? I/wificond: create scanner for interface with index: 3
subscribe scan result for interface with index: 3
01-01 00:00:03.559 185-185/? E/wificond: No Offload Service available
01-01 00:00:03.559 185-185/? I/wificond: Offload HAL not supported
01-01 00:00:03.628 296-296/system_process D/SystemServerTiming: PhaseThirdPartyAppsCanStart took to complete: 113ms
01-01 00:00:03.628 296-296/system_process I/SystemServer: MakeLocationServiceReady
01-01 00:00:03.837 296-296/system_process W/LocationProviderProxy-network: Odd, no component found for service com.android.location.service.v3.NetworkLocationProvider
01-01 00:00:03.849 296-296/system_process W/GeocoderProxy: Odd, no component found for service com.android.location.service.GeocodeProvider
01-01 00:00:03.851 296-296/system_process D/LocationManagerService: FLP HAL not supported
01-01 00:00:03.854 296-296/system_process W/GeofenceProxy: Odd, no component found for service com.android.location.service.GeofenceProvider
01-01 00:00:03.856 296-296/system_process D/LocationManagerService: Hardware Activity-Recognition not supported.
01-01 00:00:03.858 296-296/system_process W/ActivityRecognitionProxy: Odd, no component found for service com.android.location.service.ActivityRecognitionProvider
01-01 00:00:03.865 296-296/system_process D/SystemServerTiming: MakeLocationServiceReady took to complete: 237ms
01-01 00:00:03.866 296-296/system_process I/SystemServer: MakeCountryDetectionServiceReady
01-01 00:00:03.866 296-296/system_process D/SystemServerTiming: MakeCountryDetectionServiceReady took to complete: 0ms
01-01 00:00:03.866 296-296/system_process I/SystemServer: MakeNetworkTimeUpdateReady
01-01 00:00:03.868 296-296/system_process D/ConnectivityService: requestNetwork for uid/pid:1000/296 NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
01-01 00:00:03.869 296-296/system_process D/SystemServerTiming: MakeNetworkTimeUpdateReady took to complete: 4ms
01-01 00:00:03.869 296-296/system_process I/SystemServer: MakeCommonTimeManagementServiceReady
01-01 00:00:03.870 296-296/system_process D/SystemServerTiming: MakeCommonTimeManagementServiceReady took to complete: 0ms
01-01 00:00:03.870 296-296/system_process I/SystemServer: MakeInputManagerServiceReady
01-01 00:00:03.874 296-296/system_process D/SystemServerTiming: MakeInputManagerServiceReady took to complete: 5ms
01-01 00:00:03.874 296-296/system_process I/SystemServer: MakeTelephonyRegistryReady
01-01 00:00:03.875 296-296/system_process D/SystemServerTiming: MakeTelephonyRegistryReady took to complete: 1ms
01-01 00:00:03.875 296-296/system_process I/SystemServer: MakeMediaRouterServiceReady
01-01 00:00:03.877 296-296/system_process D/SystemServerTiming: MakeMediaRouterServiceReady took to complete: 1ms
01-01 00:00:03.877 296-296/system_process I/SystemServer: MakeMmsServiceReady
01-01 00:00:03.877 296-296/system_process I/MmsServiceBroker: Delay connecting to MmsService until an API is called
01-01 00:00:03.877 296-296/system_process D/SystemServerTiming: MakeMmsServiceReady took to complete: 0ms
01-01 00:00:03.877 296-296/system_process I/SystemServer: MakeNetworkScoreServiceReady
01-01 00:00:03.877 296-296/system_process D/SystemServerTiming: MakeNetworkScoreServiceReady took to complete: 0ms
01-01 00:00:03.877 296-296/system_process I/SystemServer: IncidentDaemonReady
01-01 00:00:03.882 296-296/system_process D/SystemServerTiming: IncidentDaemonReady took to complete: 4ms
01-01 00:00:03.882 296-296/system_process I/SystemServiceManager: Calling onStartUser u0
01-01 00:00:04.230 296-296/system_process W/SystemServiceManager: Service com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle took 347 ms in onStartUser
01-01 00:00:04.231 296-296/system_process W/VoiceInteractionManagerService: no available voice recognition services found for user 0
01-01 00:00:04.274 296-296/system_process I/ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=com.google.android.things.internal.devicemanagement/com.google.android.things.internal.FallbackHome} from uid 0
01-01 00:00:04.319 296-296/system_process I/ActivityManager: Loaded persisted task ids for user 0
01-01 00:00:04.381 296-296/system_process I/ActivityManager: Start proc 490:com.google.android.things.internal.devicemanagement/1000 for activity com.google.android.things.internal.devicemanagement/com.google.android.things.internal.FallbackHome
01-01 00:00:04.399 296-296/system_process D/SystemServerTiming: ActivityManagerStartApps took to complete: 518ms
PhaseActivityManagerReady took to complete: 1441ms
01-01 00:00:04.403 296-296/system_process D/SystemServerInitThreadPool: Shutdown successful
01-01 00:00:04.403 296-296/system_process D/SystemServerTiming: StartIoTSystemService took to complete: 1726ms
01-01 00:00:04.404 296-296/system_process I/SystemServer: Enabled StrictMode for system server main thread.
01-01 00:00:04.418 296-296/system_process D/ConditionProviders.SCP: onConnected
01-01 00:00:04.419 296-296/system_process D/ZenLog: set_zen_mode: off,readXml
01-01 00:00:04.420 296-296/system_process D/ConditionProviders: Subscribing to condition://android/event?userId=-10000&calendar=&reply=1 with ComponentInfo{android/com.android.server.notification.EventConditionProvider}
01-01 00:00:04.420 296-296/system_process D/ZenLog: subscribe: condition://android/event?userId=-10000&calendar=&reply=1,ok
01-01 00:00:04.420 296-296/system_process D/ConditionProviders: Subscribing to condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0&exitAtAlarm=false with ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider}
01-01 00:00:04.421 296-296/system_process D/ZenLog: subscribe: condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0&exitAtAlarm=false,ok
01-01 00:00:04.421 296-296/system_process D/ConditionProviders: Subscribing to condition://android/schedule?days=6.7&start=23.30&end=10.0&exitAtAlarm=false with ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider}
01-01 00:00:04.421 296-296/system_process D/ZenLog: subscribe: condition://android/schedule?days=6.7&start=23.30&end=10.0&exitAtAlarm=false,ok
01-01 00:00:04.456 296-310/system_process W/LocationProviderProxy-network: Odd, no component found for service com.android.location.service.v3.NetworkLocationProvider
01-01 00:00:04.460 296-310/system_process W/GeocoderProxy: Odd, no component found for service com.android.location.service.GeocodeProvider
01-01 00:00:04.460 296-310/system_process W/GeofenceProxy: Odd, no component found for service com.android.location.service.GeofenceProvider
01-01 00:00:04.461 296-310/system_process W/ActivityRecognitionProxy: Odd, no component found for service com.android.location.service.ActivityRecognitionProvider
01-01 00:00:04.487 296-296/system_process D/ZenLog: set_zen_mode: off,cleanUpZenRules
01-01 00:00:04.508 296-296/system_process W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1476 com.android.server.content.SyncManager$13.run:722 android.os.Handler.handleCallback:790 android.os.Handler.dispatchMessage:99 android.os.Looper.loop:164
01-01 00:00:04.597 296-296/system_process V/WiredAccessoryManager: init()
01-01 00:00:04.689 296-296/system_process D/ConditionProviders.SCP: onSubscribe condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0&exitAtAlarm=false
01-01 00:00:04.690 296-296/system_process D/ConditionProviders.SCP: setRegistered true
01-01 00:00:04.692 296-296/system_process D/ConditionProviders.SCP: notifyCondition condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0&exitAtAlarm=false STATE_TRUE reason=meetsSchedule
01-01 00:00:04.706 296-383/system_process E/ActivityThread: Failed to find provider info for com.android.calendar
01-01 00:00:04.709 296-383/system_process E/ActivityThread: Failed to find provider info for com.android.calendar
01-01 00:00:04.773 296-296/system_process D/ConditionProviders.SCP: Scheduling evaluate for Thu Jan 01 07:00:00 GMT+00:00 2009 (1230793200000), in +6h59m55s310ms, now=Thu Jan 01 00:00:04 GMT+00:00 2009 (1230768004690)
01-01 00:00:04.782 296-296/system_process D/ConditionProviders.SCP: onSubscribe condition://android/schedule?days=6.7&start=23.30&end=10.0&exitAtAlarm=false
01-01 00:00:04.783 296-296/system_process D/ConditionProviders.SCP: notifyCondition condition://android/schedule?days=6.7&start=23.30&end=10.0&exitAtAlarm=false STATE_FALSE reason=!meetsSchedule
notifyCondition condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0&exitAtAlarm=false STATE_TRUE reason=meetsSchedule
01-01 00:00:04.784 296-296/system_process D/ConditionProviders.SCP: Scheduling evaluate for Thu Jan 01 07:00:00 GMT+00:00 2009 (1230793200000), in +6h59m55s218ms, now=Thu Jan 01 00:00:04 GMT+00:00 2009 (1230768004782)
01-01 00:00:04.787 296-310/system_process I/SyncManager: Got SyncJobService instance.
01-01 00:00:04.797 419-530/com.android.inputmethod.latin E/ActivityThread: Failed to find provider info for user_dictionary
01-01 00:00:04.799 296-296/system_process D/BluetoothManagerService: BluetoothServiceConnection: com.android.bluetooth.btservice.AdapterService
01-01 00:00:04.801 296-317/system_process D/BluetoothManagerService: MESSAGE_BLUETOOTH_SERVICE_CONNECTED: 1
01-01 00:00:04.802 296-317/system_process D/BluetoothManagerService: MESSAGE_GET_NAME_AND_ADDRESS
01-01 00:00:04.815 296-317/system_process D/BluetoothManagerService: unbindAndFinish(): android.bluetooth.IBluetooth$Stub$Proxy@aa22935 mBinding = false mUnbinding = false
01-01 00:00:04.855 167-167/? E/android.hardware.wifi@1.0-service: Failed to get driver version: SUCCESS
01-01 00:00:04.860 167-167/? E/android.hardware.wifi@1.0-service: Failed to get driver version: SUCCESS
01-01 00:00:04.904 419-530/com.android.inputmethod.latin E/ActivityThread: Failed to find provider info for com.android.contacts
01-01 00:00:04.906 419-530/com.android.inputmethod.latin I/chatty: uid=10028(com.android.inputmethod.latin) ExecutorUtils identical 1 line
01-01 00:00:04.910 419-530/com.android.inputmethod.latin E/ActivityThread: Failed to find provider info for com.android.contacts
01-01 00:00:04.925 296-314/system_process E/BatteryExternalStatsWorker: no controller energy info supplied for wifi
01-01 00:00:04.934 296-314/system_process E/BatteryExternalStatsWorker: no controller energy info supplied for wifi
01-01 00:00:05.028 296-453/system_process I/ActivityManager: Process com.android.bluetooth (pid 403) has died: fore SVC
01-01 00:00:05.031 296-318/system_process I/WindowManager: ******* TELLING SURFACE FLINGER WE ARE BOOTED!
01-01 00:00:05.038 296-318/system_process I/SystemServiceManager: Starting phase 1000
01-01 00:00:05.063 296-318/system_process I/ActivityManager: Start proc 536:com.google.android.things.internal.media/1000 for on-hold
01-01 00:00:05.081 296-318/system_process I/ActivityManager: Start proc 541:com.google.android.things.internal.bluetooth/1000 for on-hold
01-01 00:00:05.084 296-318/system_process D/ActivityManager: Finishing user boot 0
01-01 00:00:05.084 296-318/system_process I/ActivityManager: User 0 state changed from BOOTING to RUNNING_LOCKED
01-01 00:00:05.086 296-318/system_process D/StorageManagerService: Setting property: sys.user.0.ce_available=true
01-01 00:00:05.113 296-318/system_process I/ActivityManager: User 0 state changed from RUNNING_LOCKED to RUNNING_UNLOCKING
01-01 00:00:05.114 296-318/system_process D/CryptdConnector: SND -> {3 cryptfs prepare_user_storage ! 0 0 2}
01-01 00:00:05.115 143-150/? D/vold: e4crypt_prepare_user_storage for volume null, user 0, serial 0, flags 2
01-01 00:00:05.116 143-150/? D/vold: Preparing: /data/system_ce/0
Preparing: /data/misc_ce/0
Preparing: /data/media/0
Preparing: /data/data
01-01 00:00:05.117 296-367/system_process D/CryptdConnector: RCV <- {200 3 Command succeeded}
01-01 00:00:05.120 296-318/system_process V/UserDataPreparer: Found /data/user/0 with serial number 0
01-01 00:00:05.122 296-318/system_process V/UserDataPreparer: Found /data/system_ce/0 with serial number 0
01-01 00:00:05.123 296-318/system_process V/PackageManager: reconcileAppsData for null u0 0x2 migrateAppData=false
01-01 00:00:05.287 296-318/system_process V/PackageManager: reconcileAppsData finished 54 packages
01-01 00:00:05.288 296-311/system_process I/SystemServiceManager: Calling onUnlockUser u0
01-01 00:00:05.306 296-377/system_process D/ConnectivityService: Got NetworkFactory Messenger for WIFI
Got NetworkFactory Messenger for WIFI_UT
01-01 00:00:05.313 296-311/system_process D/BluetoothManagerService: User 0 unlocked
01-01 00:00:05.313 296-311/system_process D/StorageManagerService: onUnlockUser 0
01-01 00:00:05.313 296-317/system_process D/BluetoothManagerService: MESSAGE_USER_UNLOCKED
01-01 00:00:05.313 296-311/system_process D/VoldConnector: SND -> {6 volume user_started 0}
01-01 00:00:05.317 143-149/? D/vold: Linking /storage/emulated/0 to /mnt/user/0/primary
01-01 00:00:05.317 296-366/system_process D/VoldConnector: RCV <- {200 6 Command succeeded}
01-01 00:00:05.328 296-365/system_process D/StorageManagerService: Volume emulated broadcasting mounted to UserHandle{0}
01-01 00:00:05.330 296-311/system_process W/VoiceInteractionManagerService: no available voice recognition services found for user 0
01-01 00:00:05.333 296-311/system_process I/ActivityManager: Loading recents for user 0 into memory.
01-01 00:00:05.441 296-311/system_process I/ActivityManager: User 0 state changed from RUNNING_UNLOCKING to RUNNING_UNLOCKED
01-01 00:00:05.442 296-311/system_process I/ActivityManager: Sending BOOT_COMPLETE user #0
01-01 00:00:05.509 541-541/com.google.android.things.internal.bluetooth W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1476 android.content.ContextWrapper.startService:650 com.google.android.things.internal.bluetooth.BluetoothControlService.lambda$-com_google_android_things_internal_bluetooth_BluetoothControlService_2018:54 com.google.android.things.internal.bluetooth.-$Lambda$Q0YqkxILMoore13y5ZcPb6b8X2o.$m$0:6 com.google.android.things.internal.bluetooth.-$Lambda$Q0YqkxILMoore13y5ZcPb6b8X2o.accept:11
01-01 00:00:05.535 296-311/system_process I/ActivityManager: Start proc 589:android.process.media/u0a5 for broadcast com.android.providers.downloads/.DownloadReceiver
01-01 00:00:05.539 541-541/com.google.android.things.internal.bluetooth W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1476 android.content.ContextWrapper.startService:650 com.google.android.things.internal.bluetooth.BluetoothControlService.lambda$-com_google_android_things_internal_bluetooth_BluetoothControlService_2018:54 com.google.android.things.internal.bluetooth.-$Lambda$Q0YqkxILMoore13y5ZcPb6b8X2o.$m$0:6 com.google.android.things.internal.bluetooth.-$Lambda$Q0YqkxILMoore13y5ZcPb6b8X2o.accept:11
01-01 00:00:05.545 541-541/com.google.android.things.internal.bluetooth W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1476 android.content.ContextWrapper.startService:650 com.google.android.things.internal.bluetooth.BluetoothControlService.lambda$-com_google_android_things_internal_bluetooth_BluetoothControlService_2018:54 com.google.android.things.internal.bluetooth.-$Lambda$Q0YqkxILMoore13y5ZcPb6b8X2o.$m$0:6 com.google.android.things.internal.bluetooth.-$Lambda$Q0YqkxILMoore13y5ZcPb6b8X2o.accept:11
01-01 00:00:05.567 296-307/system_process I/ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=com.android.iotlauncher/.IoTHome} from uid 0
01-01 00:00:05.613 296-308/system_process D/BluetoothManagerService: Trying to bind to profile: 1, while Bluetooth was disabled
01-01 00:00:05.622 296-307/system_process I/ActivityManager: Start proc 602:com.android.iotlauncher/u0a24 for activity com.android.iotlauncher/.IoTHome
01-01 00:00:05.950 296-520/system_process I/ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.DEFAULT,android.intent.category.IOT_LAUNCHER] flg=0x30000000 cmp=com.fmatos.samples.hud/.MainActivity} from uid 10024
01-01 00:00:05.956 185-185/? W/wificond: Scan is not started. Ignore abort request
01-01 00:00:06.070 296-519/system_process I/ActivityManager: Start proc 640:com.fmatos.samples.hud/u0a29 for activity com.fmatos.samples.hud/.MainActivity
01-01 00:00:06.119 296-296/system_process I/SyncManager: Loaded persisted syncs: 0 periodic syncs, 0 oneshot syncs, 6 total system server jobs, JobStats: FirstLoad: 0/0/0 LastSave: -1/-1/-1
01-01 00:00:06.197 296-655/system_process I/BootReceiver: Copying audit failures to DropBox
01-01 00:00:06.200 296-655/system_process I/BootReceiver: Checking for fsck errors
01-01 00:00:06.203 296-655/system_process I/BootReceiver: fs_stat, partition:vendor_a stat:0x1
fs_stat, partition:userdata stat:0xb
fs_stat, partition:oem_a stat:0x1
01-01 00:00:06.217 296-308/system_process I/ActivityManager: Start proc 656:com.android.managedprovisioning/u0a11 for broadcast com.android.managedprovisioning/.preprovisioning.BootReminder
01-01 00:00:06.252 296-373/system_process D/ConnectivityService: registerNetworkAgent NetworkAgentInfo{ ni{[type: WIFI[], state: CONNECTING/CONNECTING, reason: (unspecified), extra: "Butterfly Guest", failover: false, available: true, roaming: false]} network{100} nethandle{429513165534} lp{{LinkAddresses: [] Routes: [] DnsAddresses: [] Domains: null MTU: 0}} nc{[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]} Score{20} everValidated{false} lastValidated{false} created{false} lingering{false} explicitlySelected{false} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} clat{null} }
01-01 00:00:06.252 296-377/system_process D/ConnectivityService: NetworkAgentInfo [WIFI () - 100] EVENT_NETWORK_INFO_CHANGED, going from null to CONNECTING
01-01 00:00:06.508 296-318/system_process W/WindowManager: App freeze timeout expired.
01-01 00:00:06.518 296-308/system_process I/ActivityManager: Start proc 688:com.android.onetimeinitializer/u0a10 for broadcast com.android.onetimeinitializer/.OneTimeInitializerReceiver
01-01 00:00:06.731 296-520/system_process I/ActivityManager: Start proc 712:com.android.packageinstaller/u0a13 for broadcast com.android.packageinstaller/.TemporaryFileManager
01-01 00:00:06.869 296-310/system_process I/ActivityManager: Start proc 727:com.android.keychain/1000 for service com.android.keychain/.KeyChainService
01-01 00:00:06.960 296-519/system_process I/ActivityManager: Start proc 742:com.android.providers.calendar/u0a2 for broadcast com.android.providers.calendar/.CalendarReceiver
01-01 00:00:07.793 296-310/system_process I/ActivityManager: Start proc 760:com.google.android.gms.persistent/u0a9 for service com.google.android.gms/com.google.android.location.network.NetworkLocationService
01-01 00:00:08.646 296-520/system_process I/ActivityManager: Start proc 790:com.google.process.gservices/u0a9 for content provider com.google.android.gsf/.gservices.GservicesProvider
01-01 00:00:09.734 296-453/system_process I/ActivityManager: Start proc 809:com.google.android.gms/u0a9 for content provider com.google.android.gms/.chimera.container.GmsModuleProvider
01-01 00:00:10.127 296-398/system_process E/TaskPersister: File error accessing recents directory (directory doesn't exist?).
01-01 00:00:10.674 296-520/system_process I/ActivityManager: Start proc 838:com.google.process.gapps/u0a9 for content provider com.google.android.gsf/.settings.GoogleSettingsProvider
01-01 00:00:11.437 296-377/system_process D/ConnectivityService: NetworkAgentInfo [WIFI () - 100] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
01-01 00:00:11.441 296-377/system_process D/ConnectivityService: Adding iface wlan0 to network 100
01-01 00:00:11.458 296-377/system_process D/ConnectivityService: Setting DNS servers for network 100 to [/103.13.86.140, /103.13.87.140]
01-01 00:00:11.464 296-308/system_process I/ActivityManager: Start proc 861:com.google.android.iot.connectivity/1000 for broadcast com.google.android.iot.connectivity/.BootReceiver
01-01 00:00:11.506 296-377/system_process D/ConnectivityService: Switching to new default network: NetworkAgentInfo{ ni{[type: WIFI[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Butterfly Guest", failover: false, available: true, roaming: false]} network{100} nethandle{429513165534} lp{{InterfaceName: wlan0 LinkAddresses: [fe80::de39:309a:e052:b40b/64,10.3.0.79/16,] Routes: [fe80::/64 -> :: wlan0,10.3.0.0/16 -> 0.0.0.0 wlan0,0.0.0.0/0 -> 10.3.0.1 wlan0,] DnsAddresses: [103.13.86.140,103.13.87.140,] Domains: null MTU: 0 TcpBufferSizes: 524288,1048576,2097152,262144,524288,1048576}} nc{[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -40]} Score{20} everValidated{false} lastValidated{false} created{true} lingering{false} explicitlySelected{false} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} clat{null} }
01-01 00:00:11.542 296-377/system_process D/ConnectivityService: Sending CONNECTED broadcast for type 1 NetworkAgentInfo [WIFI () - 100] isDefaultNetwork=true
01-01 00:00:11.559 296-314/system_process E/BatteryExternalStatsWorker: no controller energy info supplied for wifi
01-01 00:00:11.683 861-861/com.google.android.iot.connectivity W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1476 android.content.ContextWrapper.startService:650 android.content.ContextWrapper.startService:650 com.google.android.iot.connectivity.BootReceiver.onReceive:27 android.app.ActivityThread.handleReceiver:3187
01-01 00:00:11.687 296-453/system_process I/ActivityManager: Finished processing BOOT_COMPLETED for u0
01-01 00:00:11.727 296-308/system_process D/ConnectivityService: requestNetwork for uid/pid:1000/861 NetworkRequest [ REQUEST id=8, [ Transports: WIFI Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
01-01 00:00:11.730 296-308/system_process D/ConnectivityService: requestNetwork for uid/pid:1000/861 NetworkRequest [ REQUEST id=9, [ Transports: ETHERNET Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
04-18 03:16:54.725 296-296/system_process D/ConditionProviders.SCP: onReceive android.intent.action.TIME_SET
notifyCondition condition://android/schedule?days=6.7&start=23.30&end=10.0&exitAtAlarm=false STATE_FALSE reason=!meetsSchedule
04-18 03:16:54.726 296-296/system_process D/ConditionProviders.SCP: notifyCondition condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0&exitAtAlarm=false STATE_TRUE reason=meetsSchedule
04-18 03:16:54.727 296-296/system_process D/ConditionProviders.SCP: Scheduling evaluate for Wed Apr 18 07:00:00 GMT+00:00 2018 (1524034800000), in +3h43m5s275ms, now=Wed Apr 18 03:16:54 GMT+00:00 2018 (1524021414725)
04-18 03:16:54.730 296-310/system_process I/UsageStatsService: Time changed in UsageStats by 293253402 seconds
User[0] Flushing usage stats to disk
04-18 03:16:54.830 296-310/system_process I/UsageStatsDatabase: Time changed by +3394d3h16m42s968ms. files deleted: 0 files moved: 4
04-18 03:16:54.863 296-310/system_process I/UsageStatsService: User[0] Rollover scheduled @ 2018-04-19 03:16:43(1524107803493)
04-18 03:16:54.908 296-377/system_process D/ConnectivityService: NetworkAgentInfo [WIFI () - 100] validation passed
04-18 03:16:55.786 296-307/system_process I/ActivityManager: Start proc 952:com.google.android.gms.unstable/u0a9 for service com.google.android.gms/.droidguard.DroidGuardService
04-18 03:16:56.671 296-924/system_process I/ActivityManager: Start proc 999:android.process.acore/u0a1 for content provider com.android.providers.contacts/.ContactsProvider2
04-18 03:16:57.457 296-916/system_process D/PackageManager: Ephemeral installer not found with new action; try old one
Clear ephemeral installer activity
04-18 03:16:57.494 296-914/system_process D/PackageManager: Ephemeral installer not found with new action; try old one
04-18 03:16:57.495 296-914/system_process D/PackageManager: Clear ephemeral installer activity
04-18 03:16:58.502 809-972/com.google.android.gms E/ActivityThread: Failed to find provider info for com.google.android.wearable.settings
04-18 03:16:59.859 296-308/system_process D/PackageManager: Ephemeral installer not found with new action; try old one
Clear ephemeral installer activity
04-18 03:16:59.860 296-914/system_process D/PackageManager: Ephemeral installer not found with new action; try old one
Clear ephemeral installer activity
04-18 03:17:02.137 296-519/system_process E/NotificationService: Package enqueue rate is 6.5226817. Shedding 0|com.google.android.gms|39789|null|10009. package=com.google.android.gms
04-18 03:17:05.265 809-972/com.google.android.gms E/ActivityThread: Failed to find provider info for com.google.android.wearable.settings
04-18 03:17:05.386 296-308/system_process W/BroadcastQueue: Background execution not allowed: receiving Intent { act=com.google.gservices.intent.action.GSERVICES_CHANGED flg=0x10 } to com.google.android.gsf/.loginservice.ServicesWatcher
04-18 03:17:05.603 296-998/system_process W/ActivityManager: Unable to start service Intent { cmp=com.google.android.gms/.analytics.service.RefreshEnabledStateService } U=0: not found
04-18 03:17:06.788 296-307/system_process W/BroadcastQueue: Background execution not allowed: receiving Intent { act=com.google.android.checkin.CHECKIN_COMPLETE flg=0x10 (has extras) } to com.google.android.gsf/.settings.GoogleLocationSettings$LocationSettingsChangedListener
04-18 03:17:07.804 296-310/system_process W/VoiceInteractionManagerService: no available voice interaction services found for user 0
04-18 03:17:09.656 296-311/system_process I/ActivityManager: Waited long enough for: ServiceRecord{a44dd38 u0 com.google.android.iot.connectivity/.IoTConnectivityService}
04-18 03:17:13.601 296-317/system_process I/ActivityManager: Start proc 1194:com.google.android.ext.services/u0a7 for service com.google.android.ext.services/android.ext.services.storage.CacheQuotaServiceImpl
04-18 03:17:18.814 809-1222/com.google.android.gms E/ActivityThread: Failed to find provider info for com.google.android.wearable.settings
04-18 03:17:20.139 809-1222/com.google.android.gms E/ActivityThread: Failed to find provider info for com.google.android.wearable.settings
04-18 03:17:20.430 296-924/system_process W/BroadcastQueue: Background execution not allowed: receiving Intent { act=com.google.android.checkin.CHECKIN_COMPLETE flg=0x10 (has extras) } to com.google.android.gsf/.settings.GoogleLocationSettings$LocationSettingsChangedListener
04-18 03:17:21.045 296-997/system_process I/ActivityManager: Force stopping com.example.flutterproblems appid=10034 user=0: from pid 1236
04-18 03:17:23.503 296-924/system_process I/ActivityManager: START u0 {act=android.intent.action.RUN flg=0x30000000 cmp=com.example.flutterproblems/.MainActivity (has extras)} from uid 2000
04-18 03:17:23.812 296-997/system_process W/ActivityManager: Slow operation: 294ms so far, now at startProcess: asking zygote to start proc
04-18 03:17:23.831 296-997/system_process W/ActivityManager: Slow operation: 314ms so far, now at startProcess: returned from zygote!
04-18 03:17:23.832 296-997/system_process W/ActivityManager: Slow operation: 314ms so far, now at startProcess: done updating battery stats
Slow operation: 314ms so far, now at startProcess: building log message
04-18 03:17:23.832 296-997/system_process I/ActivityManager: Start proc 1262:com.example.flutterproblems/u0a34 for activity com.example.flutterproblems/.MainActivity
04-18 03:17:23.832 296-997/system_process W/ActivityManager: Slow operation: 315ms so far, now at startProcess: starting to update pids map
Slow operation: 315ms so far, now at startProcess: done updating pids map
Slow operation: 315ms so far, now at startProcess: done starting proc!
04-18 03:17:24.578 296-307/system_process I/ActivityManager: Start proc 1277:com.google.android.gms.ui/u0a9 for service com.google.android.gms/.chimera.UiIntentOperationService
04-18 03:17:28.161 296-398/system_process E/TaskPersister: File error accessing recents directory (directory doesn't exist?).
04-18 03:17:33.513 296-311/system_process W/ActivityManager: Launch timeout has expired, giving up wake lock!
04-18 03:17:34.183 296-916/system_process I/BroadcastQueue: Delay finish: com.google.android.gms/.gcm.nts.SchedulerReceiver
04-18 03:17:37.703 296-520/system_process I/BroadcastQueue: Resuming delayed broadcast
04-18 03:17:37.736 296-519/system_process I/BroadcastQueue: Delay finish: com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
04-18 03:17:37.840 296-997/system_process I/BroadcastQueue: Resuming delayed broadcast
04-18 03:17:39.519 809-1370/com.google.android.gms E/ActivityThread: Failed to find provider info for com.google.android.wearable.settings
04-18 03:17:39.689 296-311/system_process I/ActivityManager: Waited long enough for: ServiceRecord{282fd77 u0 com.google.android.gms/.chimera.UiIntentOperationService}
04-18 03:17:39.689 296-311/system_process I/chatty: uid=1000(system) ActivityManager identical 3 lines
04-18 03:17:39.689 296-311/system_process I/ActivityManager: Waited long enough for: ServiceRecord{282fd77 u0 com.google.android.gms/.chimera.UiIntentOperationService}
04-18 03:17:41.436 809-1370/com.google.android.gms E/ActivityThread: Failed to find provider info for com.google.android.wearable.settings
04-18 03:17:41.525 296-998/system_process W/BroadcastQueue: Background execution not allowed: receiving Intent { act=com.google.android.checkin.CHECKIN_COMPLETE flg=0x10 (has extras) } to com.google.android.gsf/.settings.GoogleLocationSettings$LocationSettingsChangedListener
04-18 03:17:47.533 296-311/system_process I/ActivityManager: Waited long enough for: ServiceRecord{15cfc8 u0 com.google.android.gms/.icing.service.IndexWorkerService}
04-18 03:17:49.218 296-311/system_process I/ActivityManager: Waited long enough for: ServiceRecord{dc28ea4 u0 com.google.android.gms/.chimera.GmsIntentOperationService}
04-18 03:18:29.886 296-998/system_process V/MediaRouterService: restoreBluetoothA2dp(false)
--------- beginning of main
04-18 03:18:53.516 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.516 174-275/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.524 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:18:53.524 174-263/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:18:53.524 174-263/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:18:53.524 174-263/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:18:53.525 174-263/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:18:53.525 174-263/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:18:53.525 174-263/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 9
04-18 03:18:53.526 174-275/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.527 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.537 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.537 174-275/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.548 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.548 174-275/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.559 174-275/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.559 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.570 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.570 174-275/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.580 174-275/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.580 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.591 174-275/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.591 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.602 174-275/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.602 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.613 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.613 174-275/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.624 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.624 174-275/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.634 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.634 174-275/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.645 174-275/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.645 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.656 174-275/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.656 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.667 174-275/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.667 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.677 174-275/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.677 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.688 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.688 174-275/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.698 174-275/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.699 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.710 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.710 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.720 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.731 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.731 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.732 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.742 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.743 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:53.753 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:18:54.228 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D identical 255 lines
04-18 03:18:54.498 1262-1267/? I/zygote: Do partial code cache collection, code=30KB, data=30KB
04-18 03:18:54.501 1262-1267/? I/zygote: After code cache collection, code=30KB, data=30KB
Increasing code cache capacity to 128KB
04-18 03:18:59.240 296-916/system_process I/chatty: uid=1000(system) Binder:296_7 expire 10 lines
04-18 03:19:00.242 296-914/system_process I/chatty: uid=1000(system) Binder:296_6 expire 10 lines
04-18 03:19:01.247 296-453/system_process I/chatty: uid=1000(system) Binder:296_3 expire 10 lines
04-18 03:19:02.242 296-520/system_process I/chatty: uid=1000(system) Binder:296_5 expire 10 lines
04-18 03:19:03.240 296-307/system_process I/chatty: uid=1000(system) Binder:296_1 expire 10 lines
04-18 03:19:04.240 296-997/system_process I/chatty: uid=1000(system) Binder:296_9 expire 10 lines
04-18 03:19:06.240 296-924/system_process I/chatty: uid=1000(system) Binder:296_8 expire 10 lines
04-18 03:19:07.241 296-308/system_process I/chatty: uid=1000(system) Binder:296_2 expire 10 lines
04-18 03:19:23.511 1262-1399/? W/MediaPlayerNative: info/warning (703, 0)
info/warning (701, 0)
04-18 03:19:25.204 296-998/system_process I/chatty: uid=1000(system) Binder:296_A expire 10 lines
04-18 03:19:25.512 1262-1414/? W/MediaPlayerNative: info/warning (703, 0)
info/warning (702, 0)
04-18 03:19:25.516 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:19:25.516 174-174/? I/chatty: uid=1041(audioserver) /system/bin/audioserver expire 12 lines
04-18 03:19:27.513 1262-1414/? W/MediaPlayerNative: info/warning (703, 0)
info/warning (701, 0)
04-18 03:19:27.749 174-275/? I/chatty: uid=1041(audioserver) AudioOut_15 expire 15 lines
04-18 03:19:28.900 760-808/com.google.android.gms.persistent I/chatty: uid=10009(com.google.android.gms) GoogleApiHandle expire 6 lines
04-18 03:19:29.514 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 38 lines
04-18 03:19:29.517 1262-1275/? W/MediaPlayerNative: info/warning (703, 0)
04-18 03:19:29.518 1262-1275/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:19:29.529 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:19:29.530 174-262/? I/chatty: uid=1041(audioserver) Binder:174_1 expire 12 lines
04-18 03:19:29.681 760-1157/com.google.android.gms.persistent I/chatty: uid=10009(com.google.android.gms) highpool[3] expire 2 lines
04-18 03:19:30.521 1262-1414/? W/MediaPlayerNative: info/warning (703, 851)
04-18 03:19:30.522 1262-1414/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:19:30.875 170-234/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:19:30.894 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:19:32.523 1262-1274/? W/MediaPlayerNative: info/warning (703, 851)
info/warning (702, 0)
04-18 03:19:32.527 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:19:32.527 174-263/? I/chatty: uid=1041(audioserver) Binder:174_2 expire 12 lines
04-18 03:19:32.836 760-2193/com.google.android.gms.persistent I/chatty: uid=10009 com.google.android.gms.persistent expire 1 line
04-18 03:19:35.095 1262-1262/? I/Choreographer: Skipped 240 frames! The application may be doing too much work on its main thread.
04-18 03:19:35.528 1262-1413/? W/MediaPlayerNative: info/warning (703, 851)
info/warning (701, 0)
04-18 03:19:38.529 1262-1413/? W/MediaPlayerNative: info/warning (703, 818)
04-18 03:19:38.530 1262-1413/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:19:38.531 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:19:38.548 174-1511/? I/chatty: uid=1041(audioserver) writer expire 11 lines
04-18 03:19:39.534 1262-1275/? W/MediaPlayerNative: info/warning (703, 818)
04-18 03:19:39.535 1262-1275/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:19:42.536 182-1410/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 10 lines
04-18 03:19:42.536 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 27 lines
04-18 03:19:42.536 1262-1414/? W/MediaPlayerNative: info/warning (703, 769)
04-18 03:19:42.537 1262-1414/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:19:42.542 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:19:45.542 1262-1413/? W/MediaPlayerNative: info/warning (703, 769)
info/warning (701, 0)
04-18 03:19:47.541 1262-1274/? W/MediaPlayerNative: info/warning (703, 732)
04-18 03:19:47.543 1262-1274/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:19:47.546 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:19:50.549 1262-1413/? W/MediaPlayerNative: info/warning (703, 732)
04-18 03:19:50.551 1262-1413/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:19:50.579 1262-1267/? I/zygote: Do partial code cache collection, code=57KB, data=48KB
04-18 03:19:50.581 1262-1267/? I/zygote: After code cache collection, code=57KB, data=48KB
Increasing code cache capacity to 256KB
04-18 03:19:53.464 640-2541/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:19:53.467 640-2541/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:19:53.548 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 27 lines
04-18 03:19:53.548 1262-1274/? W/MediaPlayerNative: info/warning (703, 715)
04-18 03:19:53.549 1262-1275/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:19:53.552 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:19:53.553 174-174/? I/chatty: uid=1041(audioserver) /system/bin/audioserver expire 12 lines
04-18 03:19:54.550 1262-1275/? W/MediaPlayerNative: info/warning (703, 715)
info/warning (701, 0)
04-18 03:19:55.551 1262-1414/? W/MediaPlayerNative: info/warning (703, 715)
04-18 03:19:55.554 1262-1414/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:19:55.560 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:19:55.560 174-262/? I/chatty: uid=1041(audioserver) Binder:174_1 expire 12 lines
04-18 03:19:59.555 1262-1414/? W/MediaPlayerNative: info/warning (703, 700)
04-18 03:19:59.557 1262-1399/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:20:03.561 1262-1413/? W/MediaPlayerNative: info/warning (703, 700)
04-18 03:20:03.561 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 41 lines
04-18 03:20:03.561 1262-1275/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:20:03.566 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:20:03.566 174-263/? I/chatty: uid=1041(audioserver) Binder:174_2 expire 15 lines
04-18 03:20:04.565 1262-1275/? W/MediaPlayerNative: info/warning (703, 670)
04-18 03:20:04.566 1262-1275/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:20:06.565 182-1410/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 10 lines
04-18 03:20:06.566 1262-1275/? W/MediaPlayerNative: info/warning (703, 670)
info/warning (702, 0)
04-18 03:20:06.569 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:20:09.568 1262-1399/? W/MediaPlayerNative: info/warning (703, 643)
04-18 03:20:09.569 1262-1399/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:20:10.569 1262-1275/? W/MediaPlayerNative: info/warning (703, 643)
04-18 03:20:10.569 1262-1413/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:20:10.575 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:20:11.570 1262-1274/? W/MediaPlayerNative: info/warning (703, 643)
04-18 03:20:11.571 1262-1274/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:20:13.573 1262-1399/? W/MediaPlayerNative: info/warning (703, 643)
info/warning (702, 0)
04-18 03:20:13.576 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:20:13.576 174-263/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:20:13.576 174-263/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:20:13.576 174-263/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 9
04-18 03:20:15.574 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 34 lines
04-18 03:20:15.576 1262-1414/? W/MediaPlayerNative: info/warning (703, 620)
info/warning (701, 0)
04-18 03:20:15.979 174-275/? I/AudioFlinger: BUFFER TIMEOUT: remove(4096) from active list on thread 0xb0a83f00
04-18 03:20:17.576 1262-1413/? W/MediaPlayerNative: info/warning (703, 620)
info/warning (702, 0)
04-18 03:20:17.580 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:20:17.580 174-174/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:20:17.580 174-174/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:20:17.581 174-174/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:20:17.581 174-174/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:20:17.581 174-174/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:20:17.581 174-174/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 9
04-18 03:20:18.577 1262-1399/? W/MediaPlayerNative: info/warning (703, 620)
04-18 03:20:18.578 1262-1399/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:20:19.577 1262-1274/? W/MediaPlayerNative: info/warning (703, 620)
04-18 03:20:19.578 1262-1274/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:20:19.584 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:20:19.584 174-262/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:20:19.584 174-262/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:20:19.584 174-262/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:20:19.585 174-262/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:20:19.585 174-262/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:20:19.585 174-262/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 9
04-18 03:20:21.240 296-997/system_process I/chatty: uid=1000(system) Binder:296_9 expire 10 lines
04-18 03:20:21.526 182-1415/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 10 lines
04-18 03:20:22.239 296-916/system_process I/chatty: uid=1000(system) Binder:296_7 expire 10 lines
04-18 03:20:22.578 1262-1274/? W/MediaPlayerNative: info/warning (703, 598)
04-18 03:20:22.579 1262-1274/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:20:24.241 296-308/system_process I/chatty: uid=1000(system) Binder:296_2 expire 10 lines
04-18 03:20:25.241 296-914/system_process I/chatty: uid=1000(system) Binder:296_6 expire 10 lines
04-18 03:20:25.578 182-1410/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 10 lines
04-18 03:20:25.580 1262-1274/? W/MediaPlayerNative: info/warning (703, 581)
info/warning (702, 0)
04-18 03:20:25.582 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:20:25.582 174-263/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:20:25.582 174-263/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:20:25.582 174-263/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:20:25.582 174-263/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:20:25.583 174-263/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:20:25.583 174-263/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 9
04-18 03:20:27.579 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 39 lines
04-18 03:20:27.580 1262-1275/? W/MediaPlayerNative: info/warning (703, 581)
info/warning (701, 0)
04-18 03:20:27.799 174-275/? I/AudioFlinger: BUFFER TIMEOUT: remove(4096) from active list on thread 0xb0a83f00
04-18 03:20:29.239 296-519/system_process I/chatty: uid=1000(system) Binder:296_4 expire 10 lines
04-18 03:20:29.583 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:20:29.583 174-174/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:20:29.584 174-174/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:20:29.584 174-174/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:20:29.584 174-174/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:20:29.584 174-174/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:20:29.584 174-174/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 9
04-18 03:20:29.584 1262-1399/? W/MediaPlayerNative: info/warning (703, 581)
04-18 03:20:29.586 1262-1399/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:20:30.583 1262-1275/? W/MediaPlayerNative: info/warning (703, 567)
04-18 03:20:30.584 1262-1275/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:20:32.585 1262-1274/? W/MediaPlayerNative: info/warning (703, 567)
info/warning (702, 0)
04-18 03:20:32.586 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:20:32.586 174-262/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:20:32.586 174-262/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:20:32.586 174-262/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:20:32.586 174-262/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:20:32.587 174-262/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:20:32.587 174-262/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 9
04-18 03:20:35.588 1262-1414/? W/MediaPlayerNative: info/warning (703, 605)
04-18 03:20:35.588 1262-1275/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:20:36.589 1262-1274/? W/MediaPlayerNative: info/warning (703, 605)
04-18 03:20:36.590 1262-1274/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:20:36.593 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:20:36.594 174-263/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:20:36.594 174-263/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:20:36.594 174-263/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:20:36.594 174-263/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:20:36.594 174-263/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:20:36.594 174-263/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 9
04-18 03:20:37.592 1262-1399/? W/MediaPlayerNative: info/warning (703, 605)
info/warning (701, 0)
04-18 03:20:38.592 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 53 lines
04-18 03:20:38.593 1262-1275/? W/MediaPlayerNative: info/warning (703, 605)
04-18 03:20:38.596 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:20:38.597 174-174/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:20:38.597 174-174/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:20:38.597 1262-1275/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:20:38.597 174-174/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:20:38.597 174-174/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:20:38.597 174-174/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:20:38.597 174-174/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 9
04-18 03:20:41.239 296-453/system_process I/chatty: uid=1000(system) Binder:296_3 expire 10 lines
04-18 03:20:41.598 1262-1274/? W/MediaPlayerNative: info/warning (703, 616)
info/warning (701, 0)
04-18 03:20:42.596 182-1410/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 10 lines
04-18 03:20:42.599 1262-1274/? W/MediaPlayerNative: info/warning (703, 616)
04-18 03:20:42.600 1262-1274/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:20:42.600 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:20:42.601 174-262/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:20:42.601 174-262/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:20:42.601 174-262/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:20:42.601 174-262/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:20:42.601 174-262/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:20:42.601 174-262/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 9
04-18 03:20:45.608 1262-1413/? W/MediaPlayerNative: info/warning (703, 616)
04-18 03:20:45.609 1262-1413/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:20:46.119 174-275/? I/AudioFlinger: BUFFER TIMEOUT: remove(4096) from active list on thread 0xb0a83f00
04-18 03:20:46.222 296-998/system_process I/chatty: uid=1000(system) Binder:296_A expire 10 lines
04-18 03:20:46.612 1262-1274/? W/MediaPlayerNative: info/warning (703, 642)
04-18 03:20:46.612 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:20:46.613 174-263/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:20:46.613 1262-1274/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:20:46.613 174-263/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:20:46.613 174-263/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:20:46.613 174-263/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:20:46.613 174-263/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:20:46.613 174-263/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 9
04-18 03:20:47.614 1262-1399/? W/MediaPlayerNative: info/warning (703, 642)
04-18 03:20:47.615 1262-1399/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:20:49.615 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:20:49.615 174-174/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:20:49.615 1262-1413/? W/MediaPlayerNative: info/warning (703, 642)
04-18 03:20:49.615 174-174/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:20:49.615 174-174/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:20:49.615 174-174/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:20:49.615 1262-1413/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:20:49.615 174-174/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:20:49.616 174-174/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 9
04-18 03:20:51.240 296-520/system_process I/chatty: uid=1000(system) Binder:296_5 expire 10 lines
04-18 03:20:51.614 1262-1274/? W/MediaPlayerNative: info/warning (703, 642)
04-18 03:20:51.615 1262-1274/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:20:51.919 174-275/? I/AudioFlinger: BUFFER TIMEOUT: remove(4096) from active list on thread 0xb0a83f00
04-18 03:20:53.791 640-3526/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:20:53.796 640-3526/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:20:54.617 1262-1275/? W/MediaPlayerNative: info/warning (703, 660)
04-18 03:20:54.618 1262-1275/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:20:54.619 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:20:54.620 174-262/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:20:54.620 174-262/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:20:54.620 174-262/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:20:54.620 174-262/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:20:54.620 174-262/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:20:54.620 174-262/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 9
04-18 03:20:54.622 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:20:54.623 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:20:54.627 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:20:54.648 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:20:54.649 174-1511/? I/chatty: uid=1041(audioserver) writer identical 11 lines
04-18 03:20:55.616 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 34 lines
04-18 03:20:55.617 1262-1274/? W/MediaPlayerNative: info/warning (703, 660)
04-18 03:20:55.618 1262-1414/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:20:56.225 296-924/system_process I/chatty: uid=1000(system) Binder:296_8 expire 10 lines
04-18 03:20:58.621 1262-1414/? W/MediaPlayerNative: info/warning (703, 674)
04-18 03:20:58.622 1262-1414/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:20:58.626 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:21:00.625 1262-1413/? W/MediaPlayerNative: info/warning (703, 674)
info/warning (701, 0)
04-18 03:21:02.624 182-1410/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 10 lines
04-18 03:21:02.625 1262-1274/? W/MediaPlayerNative: info/warning (703, 674)
info/warning (702, 0)
04-18 03:21:02.632 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:21:02.632 174-174/? I/chatty: uid=1041(audioserver) /system/bin/audioserver expire 12 lines
04-18 03:21:02.637 182-1415/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 8 lines
04-18 03:21:03.631 1262-1399/? W/MediaPlayerNative: info/warning (703, 693)
04-18 03:21:03.632 1262-1399/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:21:06.634 1262-1274/? W/MediaPlayerNative: info/warning (703, 693)
04-18 03:21:06.634 1262-1399/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:21:06.635 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 37 lines
04-18 03:21:06.642 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:21:06.643 174-262/? I/chatty: uid=1041(audioserver) Binder:174_1 expire 12 lines
04-18 03:21:06.652 174-1511/? I/chatty: uid=1041(audioserver) writer expire 12 lines
04-18 03:21:08.635 1262-1275/? W/MediaPlayerNative: info/warning (703, 693)
info/warning (701, 0)
04-18 03:21:09.635 1262-1399/? W/MediaPlayerNative: info/warning (703, 683)
info/warning (702, 0)
04-18 03:21:09.644 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:21:09.644 174-263/? I/chatty: uid=1041(audioserver) Binder:174_2 expire 12 lines
04-18 03:21:10.639 1262-1413/? W/MediaPlayerNative: info/warning (703, 683)
04-18 03:21:10.641 1262-1413/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:21:14.636 1262-1274/? W/MediaPlayerNative: info/warning (703, 683)
info/warning (702, 0)
04-18 03:21:14.645 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:21:16.637 1262-1274/? W/MediaPlayerNative: info/warning (703, 725)
info/warning (701, 0)
04-18 03:21:17.639 1262-1399/? W/MediaPlayerNative: info/warning (703, 725)
04-18 03:21:17.641 1262-1399/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:21:17.641 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:21:18.638 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 37 lines
04-18 03:21:18.638 1262-1399/? W/MediaPlayerNative: info/warning (703, 725)
04-18 03:21:18.639 1262-1399/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:21:19.208 296-916/system_process I/chatty: uid=1000(system) Binder:296_7 expire 10 lines
04-18 03:21:19.638 182-1410/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 6 lines
04-18 03:21:19.639 1262-1274/? W/MediaPlayerNative: info/warning (703, 725)
04-18 03:21:19.640 1262-1274/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:21:19.642 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:21:21.239 296-307/system_process I/chatty: uid=1000(system) Binder:296_1 expire 9 lines
04-18 03:21:22.640 1262-1414/? W/MediaPlayerNative: info/warning (703, 732)
04-18 03:21:22.641 1262-1414/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:21:25.640 1262-1399/? W/MediaPlayerNative: info/warning (703, 732)
04-18 03:21:25.642 1262-1399/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:21:25.645 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:21:25.645 174-174/? I/chatty: uid=1041(audioserver) /system/bin/audioserver expire 18 lines
04-18 03:21:26.641 1262-1413/? W/MediaPlayerNative: info/warning (703, 716)
info/warning (701, 0)
04-18 03:21:28.642 1262-1414/? W/MediaPlayerNative: info/warning (703, 716)
info/warning (702, 0)
04-18 03:21:28.648 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:21:28.649 174-262/? I/chatty: uid=1041(audioserver) Binder:174_1 expire 18 lines
04-18 03:21:30.642 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 4 lines
04-18 03:21:30.644 1262-1399/? W/MediaPlayerNative: info/warning (703, 716)
info/warning (701, 0)
04-18 03:21:32.642 182-1410/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 1 line
04-18 03:21:32.642 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 6 lines
04-18 03:21:32.643 1262-1413/? W/MediaPlayerNative: info/warning (703, 701)
04-18 03:21:32.644 1262-1413/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:21:32.648 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:21:32.651 174-263/? I/chatty: uid=1041(audioserver) Binder:174_2 expire 18 lines
04-18 03:21:32.656 182-1415/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 1 line
04-18 03:21:33.643 182-1410/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 1 line
04-18 03:21:33.643 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 13 lines
04-18 03:21:33.644 1262-1274/? W/MediaPlayerNative: info/warning (703, 701)
info/warning (701, 0)
04-18 03:21:36.996 296-302/system_process I/chatty: uid=1000(system) HeapTaskDaemon expire 1 line
04-18 03:21:37.038 4187-4187/? I/chatty: uid=2000(shell) getprop expire 12 lines
04-18 03:21:37.038 4187-4187/? I/getprop: type=1400 audit(0.0:172): avc: denied { open } for path="/dev/__properties__/u:object_r:overlay_prop:s0" dev="tmpfs" ino=1722 scontext=u:r:shell:s0 tcontext=u:object_r:overlay_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:173): avc: denied { getattr } for path="/dev/__properties__/u:object_r:overlay_prop:s0" dev="tmpfs" ino=1722 scontext=u:r:shell:s0 tcontext=u:object_r:overlay_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:174): avc: denied { open } for path="/dev/__properties__/u:object_r:safemode_prop:s0" dev="tmpfs" ino=1723 scontext=u:r:shell:s0 tcontext=u:object_r:safemode_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:175): avc: denied { getattr } for path="/dev/__properties__/u:object_r:safemode_prop:s0" dev="tmpfs" ino=1723 scontext=u:r:shell:s0 tcontext=u:object_r:safemode_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:176): avc: denied { open } for path="/dev/__properties__/u:object_r:netd_stable_secret_prop:s0" dev="tmpfs" ino=1724 scontext=u:r:shell:s0 tcontext=u:object_r:netd_stable_secret_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:177): avc: denied { getattr } for path="/dev/__properties__/u:object_r:netd_stable_secret_prop:s0" dev="tmpfs" ino=1724 scontext=u:r:shell:s0 tcontext=u:object_r:netd_stable_secret_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:178): avc: denied { open } for path="/dev/__properties__/u:object_r:mmc_prop:s0" dev="tmpfs" ino=1725 scontext=u:r:shell:s0 tcontext=u:object_r:mmc_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:179): avc: denied { getattr } for path="/dev/__properties__/u:object_r:mmc_prop:s0" dev="tmpfs" ino=1725 scontext=u:r:shell:s0 tcontext=u:object_r:mmc_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:180): avc: denied { open } for path="/dev/__properties__/u:object_r:net_dns_prop:s0" dev="tmpfs" ino=1731 scontext=u:r:shell:s0 tcontext=u:object_r:net_dns_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:181): avc: denied { getattr } for path="/dev/__properties__/u:object_r:net_dns_prop:s0" dev="tmpfs" ino=1731 scontext=u:r:shell:s0 tcontext=u:object_r:net_dns_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:182): avc: denied { open } for path="/dev/__properties__/u:object_r:lowpan_prop:s0" dev="tmpfs" ino=1733 scontext=u:r:shell:s0 tcontext=u:object_r:lowpan_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:183): avc: denied { getattr } for path="/dev/__properties__/u:object_r:lowpan_prop:s0" dev="tmpfs" ino=1733 scontext=u:r:shell:s0 tcontext=u:object_r:lowpan_prop:s0 tclass=file permissive=1
04-18 03:21:37.048 4187-4187/? I/getprop: type=1400 audit(0.0:184): avc: denied { open } for path="/dev/__properties__/u:object_r:dumpstate_options_prop:s0" dev="tmpfs" ino=1741 scontext=u:r:shell:s0 tcontext=u:object_r:dumpstate_options_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:185): avc: denied { getattr } for path="/dev/__properties__/u:object_r:dumpstate_options_prop:s0" dev="tmpfs" ino=1741 scontext=u:r:shell:s0 tcontext=u:object_r:dumpstate_options_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:186): avc: denied { open } for path="/dev/__properties__/u:object_r:bluetooth_prop:s0" dev="tmpfs" ino=1749 scontext=u:r:shell:s0 tcontext=u:object_r:bluetooth_prop:s0 tclass=file permissive=1
04-18 03:21:38.645 182-1410/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 1 line
04-18 03:21:38.646 1262-1399/? W/MediaPlayerNative: info/warning (703, 687)
04-18 03:21:38.647 1262-1399/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:21:38.650 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:21:38.652 174-1511/? I/chatty: uid=1041(audioserver) writer expire 10 lines
04-18 03:21:38.655 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 2 lines
04-18 03:21:38.663 182-1415/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 1 line
04-18 03:21:40.647 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 2 lines
04-18 03:21:41.648 182-1410/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 1 line
04-18 03:21:41.648 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 8 lines
04-18 03:21:41.648 1262-1414/? W/MediaPlayerNative: info/warning (703, 687)
info/warning (701, 0)
04-18 03:21:42.649 182-1410/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 2 lines
04-18 03:21:42.650 1262-1413/? W/MediaPlayerNative: info/warning (703, 742)
04-18 03:21:42.651 1262-1413/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:21:42.653 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:21:42.657 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 1 line
04-18 03:21:42.667 182-1415/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 1 line
04-18 03:21:43.651 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 7 lines
04-18 03:21:43.652 1262-1414/? W/MediaPlayerNative: info/warning (703, 742)
04-18 03:21:43.653 1262-1414/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:21:44.236 296-308/system_process I/chatty: uid=1000(system) Binder:296_2 expire 10 lines
04-18 03:21:44.651 182-1410/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 1 line
04-18 03:21:44.651 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 6 lines
04-18 03:21:44.652 1262-1399/? W/MediaPlayerNative: info/warning (703, 742)
04-18 03:21:44.653 1262-1399/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:21:44.656 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:21:47.653 182-1410/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 1 line
04-18 03:21:47.653 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 8 lines
04-18 03:21:47.654 1262-1274/? W/MediaPlayerNative: info/warning (703, 734)
04-18 03:21:47.655 1262-1274/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:21:48.653 182-1410/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 2 lines
04-18 03:21:48.654 1262-1275/? W/MediaPlayerNative: info/warning (703, 734)
04-18 03:21:48.658 1262-1275/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:21:48.662 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:21:48.676 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 34 lines
04-18 03:21:49.656 1262-1414/? W/MediaPlayerNative: info/warning (703, 734)
info/warning (701, 0)
04-18 03:21:50.656 182-1410/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 10 lines
04-18 03:21:50.656 1262-1274/? W/MediaPlayerNative: info/warning (703, 734)
04-18 03:21:50.656 1262-1399/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:21:50.660 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:21:54.137 640-4563/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:21:54.157 640-4563/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:21:55.661 1262-1414/? W/MediaPlayerNative: info/warning (703, 720)
04-18 03:21:55.662 1262-1275/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:21:56.663 1262-1275/? W/MediaPlayerNative: info/warning (703, 720)
info/warning (702, 0)
04-18 03:21:56.667 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:21:56.681 182-1415/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 6 lines
04-18 03:21:57.667 1262-1413/? W/MediaPlayerNative: info/warning (703, 720)
04-18 03:21:57.668 1262-1413/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:21:59.666 1262-1414/? W/MediaPlayerNative: info/warning (703, 695)
info/warning (702, 0)
04-18 03:21:59.666 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 35 lines
04-18 03:21:59.671 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:21:59.671 174-174/? I/chatty: uid=1041(audioserver) /system/bin/audioserver expire 12 lines
04-18 03:22:00.239 296-997/system_process I/chatty: uid=1000(system) Binder:296_9 expire 9 lines
04-18 03:22:02.668 1262-1413/? W/MediaPlayerNative: info/warning (703, 695)
04-18 03:22:02.669 1262-1413/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:22:03.670 1262-1274/? W/MediaPlayerNative: info/warning (703, 695)
info/warning (702, 0)
04-18 03:22:03.681 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:22:03.681 174-262/? I/chatty: uid=1041(audioserver) Binder:174_1 expire 12 lines
04-18 03:22:04.239 296-520/system_process I/chatty: uid=1000(system) Binder:296_5 expire 8 lines
04-18 03:22:04.648 4739-4739/? I/screencap: type=1400 audit(0.0:188): avc: denied { write } for name="trace_marker" dev="tracefs" ino=47 scontext=u:r:adbd:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
04-18 03:22:04.664 170-611/? D/PermissionCache: checking android.permission.READ_FRAME_BUFFER for uid=2000 => granted (1477 us)
04-18 03:22:04.648 4739-4739/? I/screencap: type=1400 audit(0.0:189): avc: denied { open } for path="/sys/kernel/debug/tracing/trace_marker" dev="tracefs" ino=47 scontext=u:r:adbd:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
04-18 03:22:04.672 4739-4739/? D/vndksupport: Loading /vendor/lib/hw/android.hardware.graphics.mapper@2.0-impl.so from current namespace instead of sphal namespace.
04-18 03:22:04.681 4739-4739/? D/vndksupport: Loading /vendor/lib/hw/android.hardware.graphics.allocator@2.0-impl.so from current namespace instead of sphal namespace.
04-18 03:22:04.686 4739-4739/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:22:06.088 170-170/? I/surfaceflinger: type=1400 audit(0.0:190): avc: denied { execmem } for scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=process permissive=1
04-18 03:22:06.675 1262-1275/? W/MediaPlayerNative: info/warning (703, 700)
04-18 03:22:06.676 1262-1275/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:22:07.679 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:22:07.683 174-263/? I/chatty: uid=1041(audioserver) Binder:174_2 expire 12 lines
04-18 03:22:07.686 1262-1399/? W/MediaPlayerNative: info/warning (703, 700)
04-18 03:22:07.687 1262-1399/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:22:08.677 1262-1399/? W/MediaPlayerNative: info/warning (703, 700)
info/warning (701, 0)
04-18 03:22:09.676 182-1410/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 4 lines
04-18 03:22:09.682 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:22:09.685 1262-1275/? W/MediaPlayerNative: info/warning (703, 743)
04-18 03:22:09.688 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 20 lines
04-18 03:22:09.688 1262-1275/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:22:11.243 296-916/system_process I/chatty: uid=1000(system) Binder:296_7 expire 7 lines
04-18 03:22:13.678 1262-1274/? W/MediaPlayerNative: info/warning (703, 743)
04-18 03:22:13.679 1262-1274/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:22:21.241 296-519/system_process I/chatty: uid=1000(system) Binder:296_4 expire 5 lines
04-18 03:22:22.682 1262-1414/? W/MediaPlayerNative: info/warning (703, 683)
04-18 03:22:22.682 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 36 lines
04-18 03:22:22.682 1262-1414/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:22:22.686 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:22:25.688 1262-1414/? W/MediaPlayerNative: info/warning (703, 683)
04-18 03:22:25.689 1262-1414/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:22:26.054 182-1407/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 6 lines
04-18 03:22:36.243 296-924/system_process I/chatty: uid=1000(system) Binder:296_8 expire 12 lines
04-18 03:22:52.695 182-1410/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 1 line
04-18 03:22:52.695 1262-1414/? W/MediaPlayerNative: info/warning (703, 869)
04-18 03:22:52.695 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 24 lines
04-18 03:22:52.696 1262-1274/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:22:52.699 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:22:52.701 174-1511/? I/chatty: uid=1041(audioserver) writer expire 11 lines
04-18 03:22:52.720 182-1415/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 2 lines
04-18 03:22:53.903 182-1419/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 1 line
04-18 03:22:54.945 640-5119/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:22:54.949 640-5119/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:22:56.410 1262-1274/? W/GrallocMapperPassthrough: buffer descriptor with invalid usage bits 0x2000
04-18 03:22:56.410 1262-1274/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:22:58.241 296-914/system_process I/chatty: uid=1000(system) Binder:296_6 expire 11 lines
04-18 03:23:06.246 296-998/system_process I/chatty: uid=1000(system) Binder:296_A expire 8 lines
04-18 03:23:09.242 296-997/system_process I/chatty: uid=1000(system) Binder:296_9 expire 8 lines
04-18 03:23:10.241 296-520/system_process I/chatty: uid=1000(system) Binder:296_5 expire 7 lines
04-18 03:23:11.239 296-307/system_process I/chatty: uid=1000(system) Binder:296_1 expire 7 lines
04-18 03:23:13.240 296-308/system_process I/chatty: uid=1000(system) Binder:296_2 expire 8 lines
04-18 03:23:13.711 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 35 lines
04-18 03:23:14.239 296-453/system_process I/chatty: uid=1000(system) Binder:296_3 expire 7 lines
04-18 03:23:17.239 296-916/system_process I/chatty: uid=1000(system) Binder:296_7 expire 8 lines
04-18 03:23:18.239 296-519/system_process I/chatty: uid=1000(system) Binder:296_4 expire 11 lines
04-18 03:23:19.244 640-661/com.fmatos.samples.hud I/zygote: Do partial code cache collection, code=125KB, data=113KB
04-18 03:23:19.247 640-661/com.fmatos.samples.hud I/zygote: After code cache collection, code=125KB, data=113KB
Increasing code cache capacity to 512KB
04-18 03:23:48.576 197-197/? I/update_engine: [0418/032348:INFO:update_manager-inl.h(52)] AndroidThingsPolicy::UpdateCheckAllowed: START
[0418/032348:INFO:next_update_check_policy_impl.cc(48)] Periodic check interval not satisfied, blocking until 4/18/2018 8:13:56 GMT
[0418/032348:INFO:policy_utils.h(55)] decision by NextUpdateCheckTimePolicyImpl::UpdateCheckAllowed
[0418/032348:INFO:update_manager-inl.h(74)] AndroidThingsPolicy::UpdateCheckAllowed: END
04-18 03:23:48.744 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 27 lines
04-18 03:23:55.260 640-6667/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:23:55.264 640-6667/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:24:12.777 182-1410/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 1 line
04-18 03:24:12.777 1262-1275/? W/MediaPlayerNative: info/warning (703, 569)
04-18 03:24:12.777 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 9 lines
04-18 03:24:12.779 1262-1275/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:24:18.977 182-1407/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 1 line
04-18 03:24:19.784 182-1410/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 1 line
04-18 03:24:19.784 182-1397/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 5 lines
04-18 03:24:19.784 1262-1274/? W/MediaPlayerNative: info/warning (703, 544)
04-18 03:24:19.785 1262-1274/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:24:19.789 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:24:19.789 174-174/? I/chatty: uid=1041(audioserver) /system/bin/audioserver expire 6 lines
04-18 03:24:23.243 296-997/system_process I/chatty: uid=1000(system) Binder:296_9 expire 19 lines
04-18 03:24:24.239 296-520/system_process I/chatty: uid=1000(system) Binder:296_5 expire 10 lines
04-18 03:24:25.238 296-307/system_process I/chatty: uid=1000(system) Binder:296_1 expire 10 lines
04-18 03:24:26.238 296-924/system_process I/chatty: uid=1000(system) Binder:296_8 expire 19 lines
04-18 03:24:27.011 182-1416/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 1 line
04-18 03:24:27.014 174-1511/? I/chatty: uid=1041(audioserver) writer expire 281 lines
04-18 03:24:27.034 296-453/system_process V/MediaRouterService: restoreBluetoothA2dp(false)
04-18 03:24:30.241 296-308/system_process I/chatty: uid=1000(system) Binder:296_2 expire 18 lines
04-18 03:24:31.240 296-453/system_process I/chatty: uid=1000(system) Binder:296_3 expire 18 lines
04-18 03:24:32.240 296-998/system_process I/chatty: uid=1000(system) Binder:296_A expire 19 lines
04-18 03:24:33.240 296-914/system_process I/chatty: uid=1000(system) Binder:296_6 expire 19 lines
04-18 03:24:34.242 296-916/system_process I/chatty: uid=1000(system) Binder:296_7 expire 19 lines
04-18 03:24:55.569 640-7391/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:24:55.572 640-7391/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:25:05.240 296-519/system_process I/chatty: uid=1000(system) Binder:296_4 expire 15 lines
04-18 03:25:06.035 296-302/system_process I/chatty: uid=1000(system) HeapTaskDaemon expire 2 lines
04-18 03:25:55.873 640-7393/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:25:55.876 640-7393/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:25:57.241 296-520/system_process I/chatty: uid=1000(system) Binder:296_5 expire 12 lines
04-18 03:25:58.240 296-307/system_process I/chatty: uid=1000(system) Binder:296_1 expire 10 lines
04-18 03:26:08.538 352-352/? I/AlarmManager: type=1400 audit(0.0:191): avc: denied { ptrace } for scontext=u:r:system_server:s0 tcontext=u:r:priv_app:s0:c512,c768 tclass=process permissive=1
04-18 03:26:08.736 809-7396/com.google.android.gms I/MS_RegisterService: RegisterService intent:Intent { act=com.google.android.gms.matchstick.register_intent_action cat=[targeted_intent_op_prefix:com.google.android.libraries.matchstick.net.SilentRegisterIntentOperation] flg=0x4 cmp=com.google.android.gms/.chimera.GmsIntentOperationService (has extras) } isPeriodic:false
04-18 03:26:08.788 809-7396/com.google.android.gms I/MS_PhoneUtils: Phone type: 0
04-18 03:26:08.788 809-7396/com.google.android.gms W/MS_RegisterService: Not eligible for registration.
04-18 03:26:08.869 809-899/com.google.android.gms W/Notification: Use of stream types is deprecated for operations other than volume control
See the documentation of setSound() for what to use instead with android.media.AudioAttributes to qualify your playback use case
04-18 03:26:47.063 7402-7402/? I/periodic_scheduler: crash_sender: running /system/bin/crash_sender
04-18 03:26:47.415 7413-7413/? I/crash_sender[7404]: Sending crashes for /data/misc/crash_reporter/crash
04-18 03:26:47.664 7419-7419/? I/periodic_scheduler: crash_sender: job completed
04-18 03:26:56.191 640-7422/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:26:56.194 640-7422/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:27:29.894 7424-7424/? D/vndksupport: Loading /vendor/lib/hw/android.hardware.graphics.mapper@2.0-impl.so from current namespace instead of sphal namespace.
04-18 03:27:29.901 7424-7424/? D/vndksupport: Loading /vendor/lib/hw/android.hardware.graphics.allocator@2.0-impl.so from current namespace instead of sphal namespace.
04-18 03:27:29.906 7424-7424/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:27:31.242 296-519/system_process I/chatty: uid=1000(system) Binder:296_4 expire 8 lines
04-18 03:27:32.242 296-924/system_process I/chatty: uid=1000(system) Binder:296_8 expire 8 lines
04-18 03:27:33.242 296-307/system_process I/chatty: uid=1000(system) Binder:296_1 expire 12 lines
04-18 03:27:34.242 296-308/system_process I/chatty: uid=1000(system) Binder:296_2 expire 9 lines
04-18 03:27:35.242 296-453/system_process I/chatty: uid=1000(system) Binder:296_3 expire 8 lines
04-18 03:27:36.242 296-998/system_process I/chatty: uid=1000(system) Binder:296_A expire 8 lines
04-18 03:27:37.242 296-914/system_process I/chatty: uid=1000(system) Binder:296_6 expire 7 lines
04-18 03:27:38.243 296-916/system_process I/chatty: uid=1000(system) Binder:296_7 expire 11 lines
04-18 03:27:39.242 296-997/system_process I/chatty: uid=1000(system) Binder:296_9 expire 8 lines
04-18 03:27:56.509 640-7429/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:27:56.512 640-7429/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:28:00.242 296-520/system_process I/chatty: uid=1000(system) Binder:296_5 expire 7 lines
04-18 03:28:45.876 296-363/system_process I/chatty: uid=1000(system) InputDispatcher expire 2 lines
04-18 03:28:45.879 170-401/? E/SurfaceFlinger: Failed to find layer (SurfaceView - com.example.flutterproblems/com.example.flutterproblems.MainActivity#0) in layer parent (no-parent).
04-18 03:28:45.879 182-1506/? I/chatty: uid=1013(media) Binder:182_2 expire 2 lines
04-18 03:28:45.879 170-401/? E/SurfaceFlinger: Failed to find layer (Background for - SurfaceView - com.example.flutterproblems/com.example.flutterproblems.MainActivity#0) in layer parent (no-parent).
04-18 03:28:45.893 296-997/system_process I/WindowManager: WIN DEATH: Window{9d1220a u0 com.example.flutterproblems/com.example.flutterproblems.MainActivity}
04-18 03:28:45.911 296-313/system_process I/chatty: uid=1000(system) ActivityManager expire 2 lines
04-18 03:28:45.943 296-914/system_process I/ActivityManager: Process com.example.flutterproblems (pid 1262) has died: fore TOP
04-18 03:28:45.945 296-914/system_process W/ActivityManager: Force removing ActivityRecord{459af69 u0 com.example.flutterproblems/.MainActivity t77}: app died, no saved state
04-18 03:28:45.956 181-181/? I/chatty: uid=1013 mediametrics expire 1 line
04-18 03:28:45.959 174-1511/? I/chatty: uid=1041(audioserver) writer expire 280 lines
04-18 03:28:45.979 182-1417/? I/chatty: uid=1013(media) /system/bin/mediaserver expire 2 lines
04-18 03:28:45.987 182-1417/? W/MediaCodec: nativeWindowDisconnect returned an error: Broken pipe (-32)
04-18 03:28:45.989 182-1416/? D/SurfaceUtils: connecting to surface 0xb03c6808, reason onShutdown
04-18 03:28:45.990 182-1416/? E/SurfaceUtils: Failed to connect to surface 0xb03c6808, err -32
04-18 03:28:45.990 182-1416/? W/NuPlayerDecoder: [OMX.google.h264.decoder] failed to connect to native window, error=-32
04-18 03:28:46.020 182-1397/? D/NuPlayerDriver: notifyResetComplete(0xb039b000)
04-18 03:28:46.020 182-1506/? D/SurfaceUtils: disconnecting from surface 0xb03c6008, reason disconnectNativeWindow
04-18 03:28:46.021 182-1506/? E/SurfaceUtils: Failed to disconnect from surface 0xb03c6008, err -32
04-18 03:28:46.021 182-1506/? W/MediaPlayerService: nativeWindowDisconnect returned an error: Broken pipe (-32)
04-18 03:28:46.088 914-914/? I/Binder:296_6: type=1400 audit(0.0:192): avc: denied { ptrace } for scontext=u:r:system_server:s0 tcontext=u:r:untrusted_app_25:s0:c512,c768 tclass=process permissive=1
04-18 03:28:46.101 296-364/system_process I/chatty: uid=1000(system) InputReader expire 2 lines
04-18 03:28:46.142 296-312/system_process I/chatty: uid=1000(system) android.ui expire 1 line
04-18 03:28:46.189 296-312/system_process W/Looper: Dispatch took 246ms on android.ui, h=Handler (com.android.server.am.ActivityManagerService$UiHandler) {f249f47} cb=null msg=53
04-18 03:28:46.190 296-318/system_process W/ActivityManager: setHasOverlayUi called on unknown pid: 1262
04-18 03:28:46.383 170-611/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:28:46.577 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:28:47.228 170-401/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:28:47.376 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:28:48.677 197-197/? I/update_engine: [0418/032848:INFO:update_manager-inl.h(52)] AndroidThingsPolicy::UpdateCheckAllowed: START
[0418/032848:INFO:next_update_check_policy_impl.cc(48)] Periodic check interval not satisfied, blocking until 4/18/2018 8:13:56 GMT
04-18 03:28:48.678 197-197/? I/update_engine: [0418/032848:INFO:policy_utils.h(55)] decision by NextUpdateCheckTimePolicyImpl::UpdateCheckAllowed
[0418/032848:INFO:update_manager-inl.h(74)] AndroidThingsPolicy::UpdateCheckAllowed: END
04-18 03:28:49.699 296-398/system_process E/TaskPersister: File error accessing recents directory (directory doesn't exist?).
04-18 03:28:49.988 7431-7431/? I/getprop: type=1400 audit(0.0:193): avc: denied { open } for path="/dev/__properties__/u:object_r:metricsd_prop:s0" dev="tmpfs" ino=1704 scontext=u:r:shell:s0 tcontext=u:object_r:metricsd_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:194): avc: denied { getattr } for path="/dev/__properties__/u:object_r:metricsd_prop:s0" dev="tmpfs" ino=1704 scontext=u:r:shell:s0 tcontext=u:object_r:metricsd_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:195): avc: denied { open } for path="/dev/__properties__/u:object_r:iot_lowpan_prop:s0" dev="tmpfs" ino=1706 scontext=u:r:shell:s0 tcontext=u:object_r:iot_lowpan_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:196): avc: denied { getattr } for path="/dev/__properties__/u:object_r:iot_lowpan_prop:s0" dev="tmpfs" ino=1706 scontext=u:r:shell:s0 tcontext=u:object_r:iot_lowpan_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:197): avc: denied { open } for path="/dev/__properties__/u:object_r:wifi_prop:s0" dev="tmpfs" ino=1708 scontext=u:r:shell:s0 tcontext=u:object_r:wifi_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:198): avc: denied { getattr } for path="/dev/__properties__/u:object_r:wifi_prop:s0" dev="tmpfs" ino=1708 scontext=u:r:shell:s0 tcontext=u:object_r:wifi_prop:s0 tclass=file permissive=1
04-18 03:28:49.998 7431-7431/? I/getprop: type=1400 audit(0.0:199): avc: denied { open } for path="/dev/__properties__/u:object_r:firstboot_prop:s0" dev="tmpfs" ino=1716 scontext=u:r:shell:s0 tcontext=u:object_r:firstboot_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:200): avc: denied { getattr } for path="/dev/__properties__/u:object_r:firstboot_prop:s0" dev="tmpfs" ino=1716 scontext=u:r:shell:s0 tcontext=u:object_r:firstboot_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:201): avc: denied { open } for path="/dev/__properties__/u:object_r:persistent_properties_ready_prop:s0" dev="tmpfs" ino=1717 scontext=u:r:shell:s0 tcontext=u:object_r:persistent_properties_ready_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:202): avc: denied { getattr } for path="/dev/__properties__/u:object_r:persistent_properties_ready_prop:s0" dev="tmpfs" ino=1717 scontext=u:r:shell:s0 tcontext=u:object_r:persistent_properties_ready_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:203): avc: denied { open } for path="/dev/__properties__/u:object_r:boottime_prop:s0" dev="tmpfs" ino=1720 scontext=u:r:shell:s0 tcontext=u:object_r:boottime_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:204): avc: denied { getattr } for path="/dev/__properties__/u:object_r:boottime_prop:s0" dev="tmpfs" ino=1720 scontext=u:r:shell:s0 tcontext=u:object_r:boottime_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:205): avc: denied { open } for path="/dev/__properties__/u:object_r:overlay_prop:s0" dev="tmpfs" ino=1722 scontext=u:r:shell:s0 tcontext=u:object_r:overlay_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:206): avc: denied { getattr } for path="/dev/__properties__/u:object_r:overlay_prop:s0" dev="tmpfs" ino=1722 scontext=u:r:shell:s0 tcontext=u:object_r:overlay_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:207): avc: denied { open } for path="/dev/__properties__/u:object_r:safemode_prop:s0" dev="tmpfs" ino=1723 scontext=u:r:shell:s0 tcontext=u:object_r:safemode_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:208): avc: denied { getattr } for path="/dev/__properties__/u:object_r:safemode_prop:s0" dev="tmpfs" ino=1723 scontext=u:r:shell:s0 tcontext=u:object_r:safemode_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:209): avc: denied { open } for path="/dev/__properties__/u:object_r:netd_stable_secret_prop:s0" dev="tmpfs" ino=1724 scontext=u:r:shell:s0 tcontext=u:object_r:netd_stable_secret_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:210): avc: denied { getattr } for path="/dev/__properties__/u:object_r:netd_stable_secret_prop:s0" dev="tmpfs" ino=1724 scontext=u:r:shell:s0 tcontext=u:object_r:netd_stable_secret_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:211): avc: denied { open } for path="/dev/__properties__/u:object_r:mmc_prop:s0" dev="tmpfs" ino=1725 scontext=u:r:shell:s0 tcontext=u:object_r:mmc_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:212): avc: denied { getattr } for path="/dev/__properties__/u:object_r:mmc_prop:s0" dev="tmpfs" ino=1725 scontext=u:r:shell:s0 tcontext=u:object_r:mmc_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:213): avc: denied { open } for path="/dev/__properties__/u:object_r:net_dns_prop:s0" dev="tmpfs" ino=1731 scontext=u:r:shell:s0 tcontext=u:object_r:net_dns_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:214): avc: denied { getattr } for path="/dev/__properties__/u:object_r:net_dns_prop:s0" dev="tmpfs" ino=1731 scontext=u:r:shell:s0 tcontext=u:object_r:net_dns_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:215): avc: denied { open } for path="/dev/__properties__/u:object_r:lowpan_prop:s0" dev="tmpfs" ino=1733 scontext=u:r:shell:s0 tcontext=u:object_r:lowpan_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:216): avc: denied { getattr } for path="/dev/__properties__/u:object_r:lowpan_prop:s0" dev="tmpfs" ino=1733 scontext=u:r:shell:s0 tcontext=u:object_r:lowpan_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:217): avc: denied { open } for path="/dev/__properties__/u:object_r:dumpstate_options_prop:s0" dev="tmpfs" ino=1741 scontext=u:r:shell:s0 tcontext=u:object_r:dumpstate_options_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:218): avc: denied { getattr } for path="/dev/__properties__/u:object_r:dumpstate_options_prop:s0" dev="tmpfs" ino=1741 scontext=u:r:shell:s0 tcontext=u:object_r:dumpstate_options_prop:s0 tclass=file permissive=1
04-18 03:28:56.817 640-7434/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:28:56.820 640-7434/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:28:57.199 296-916/system_process I/chatty: uid=1000(system) Binder:296_7 expire 11 lines
04-18 03:28:58.200 296-307/system_process I/chatty: uid=1000(system) Binder:296_1 expire 12 lines
04-18 03:29:19.199 296-916/system_process I/chatty: uid=1000(system) Binder:296_7 expire 12 lines
04-18 03:29:20.225 640-661/com.fmatos.samples.hud I/zygote: Do full code cache collection, code=252KB, data=200KB
04-18 03:29:20.229 640-661/com.fmatos.samples.hud I/zygote: After code cache collection, code=252KB, data=186KB
04-18 03:29:22.199 296-307/system_process I/chatty: uid=1000(system) Binder:296_1 expire 10 lines
04-18 03:29:39.833 296-685/system_process I/chatty: uid=1000(system) Thread-11 expire 3 lines
04-18 03:29:41.351 640-661/com.fmatos.samples.hud I/zygote: Do partial code cache collection, code=253KB, data=190KB
04-18 03:29:41.354 640-661/com.fmatos.samples.hud I/zygote: After code cache collection, code=253KB, data=190KB
Increasing code cache capacity to 1024KB
04-18 03:29:42.200 296-307/system_process I/chatty: uid=1000(system) Binder:296_1 expire 28 lines
04-18 03:29:43.199 296-916/system_process I/chatty: uid=1000(system) Binder:296_7 expire 27 lines
04-18 03:29:57.087 640-7438/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:29:57.090 640-7438/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:30:36.358 296-520/system_process I/ActivityManager: Force stopping com.example.flutterproblems appid=10034 user=0: from pid 7450
04-18 03:30:37.199 296-924/system_process I/chatty: uid=1000(system) Binder:296_8 expire 21 lines
04-18 03:30:37.683 7452-7452/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
04-18 03:30:37.720 7452-7452/? W/app_process: Could not reserve sentinel fault page
04-18 03:30:38.200 296-308/system_process I/chatty: uid=1000(system) Binder:296_2 expire 10 lines
04-18 03:30:38.444 7452-7452/? W/app_process: Using default instruction set features for ARM CPU variant (generic) using conservative defaults
04-18 03:30:38.453 7452-7452/? I/app_process: The ClassLoaderContext is a special shared library.
04-18 03:30:38.687 7452-7452/? D/AndroidRuntime: Calling main entry com.android.commands.pm.Pm
04-18 03:30:38.715 7452-7452/? I/app_process: System.exit called, status: 0
04-18 03:30:38.716 7452-7452/? I/AndroidRuntime: VM exiting with result code 0.
04-18 03:30:38.724 7452-7460/? W/MessageQueue: Handler (android.os.Handler) {10180bc} sending message to a Handler on a dead thread
java.lang.IllegalStateException: Handler (android.os.Handler) {10180bc} sending message to a Handler on a dead thread
at android.os.MessageQueue.enqueueMessage(MessageQueue.java:545)
at android.os.Handler.enqueueMessage(Handler.java:662)
at android.os.Handler.sendMessageAtTime(Handler.java:631)
at android.os.Handler.sendMessageDelayed(Handler.java:601)
at android.os.Handler.post(Handler.java:357)
at android.os.ResultReceiver$MyResultReceiver.send(ResultReceiver.java:57)
at com.android.internal.os.IResultReceiver$Stub.onTransact(IResultReceiver.java:58)
at android.os.Binder.execTransact(Binder.java:697)
04-18 03:30:39.007 296-307/system_process I/ActivityManager: START u0 {act=android.intent.action.RUN flg=0x30000000 cmp=com.example.flutterproblems/.MainActivity (has extras)} from uid 2000
04-18 03:30:39.038 154-154/? I/main: type=1400 audit(0.0:219): avc: denied { getattr } for path="/sys/kernel/debug/tracing/trace_marker" dev="tracefs" ino=47 scontext=u:r:zygote:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
04-18 03:30:39.048 7470-7470/? I/main: type=1400 audit(0.0:220): avc: denied { write } for name="trace_marker" dev="tracefs" ino=47 scontext=u:r:zygote:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
04-18 03:30:39.066 296-519/system_process I/ActivityManager: Start proc 7470:com.example.flutterproblems/u0a34 for activity com.example.flutterproblems/.MainActivity
04-18 03:30:39.048 7470-7470/? I/main: type=1400 audit(0.0:221): avc: denied { open } for path="/sys/kernel/debug/tracing/trace_marker" dev="tracefs" ino=47 scontext=u:r:zygote:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
04-18 03:30:39.085 170-611/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:30:39.114 7470-7470/? I/zygote: Late-enabling -Xcheck:jni
04-18 03:30:39.200 296-916/system_process I/chatty: uid=1000(system) Binder:296_7 expire 22 lines
04-18 03:30:39.215 7470-7470/? W/zygote: Using default instruction set features for ARM CPU variant (generic) using conservative defaults
04-18 03:30:39.288 998-998/? I/Binder:296_A: type=1400 audit(0.0:222): avc: denied { ptrace } for scontext=u:r:system_server:s0 tcontext=u:r:untrusted_app:s0:c512,c768 tclass=process permissive=1
04-18 03:30:39.328 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:30:39.612 7470-7470/? I/com.example.flutterproblems: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
04-18 03:30:39.713 7470-7470/? I/FlutterActivityDelegate: onResume setting current activity to this
04-18 03:30:39.743 7470-7491/? D/OpenGLRenderer: HWUI GL Pipeline
04-18 03:30:39.829 7470-7491/? I/OpenGLRenderer: Initialized EGL, version 1.4
04-18 03:30:39.832 7470-7491/? D/OpenGLRenderer: Swap behavior 1
04-18 03:30:40.200 296-453/system_process I/chatty: uid=1000(system) Binder:296_3 expire 6 lines
04-18 03:30:41.200 296-997/system_process I/chatty: uid=1000(system) Binder:296_9 expire 10 lines
04-18 03:30:41.429 7470-7494/? I/flutter: Observatory listening on http://127.0.0.1:38064/
04-18 03:30:42.192 170-401/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:30:42.194 7470-7487/? D/vndksupport: Loading /vendor/lib/hw/android.hardware.graphics.mapper@2.0-impl.so from current namespace instead of sphal namespace.
04-18 03:30:42.200 296-519/system_process I/chatty: uid=1000(system) Binder:296_4 expire 10 lines
04-18 03:30:42.232 7470-7470/? I/Choreographer: Skipped 146 frames! The application may be doing too much work on its main thread.
04-18 03:30:43.152 296-398/system_process E/TaskPersister: File error accessing recents directory (directory doesn't exist?).
04-18 03:30:44.674 170-232/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:30:44.711 296-318/system_process I/chatty: uid=1000(system) android.display expire 1 line
04-18 03:30:44.728 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:30:44.759 170-234/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:30:44.778 307-307/? I/Binder:296_1: type=1400 audit(0.0:223): avc: denied { ptrace } for scontext=u:r:system_server:s0 tcontext=u:r:untrusted_app_25:s0:c512,c768 tclass=process permissive=1
04-18 03:30:44.793 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:30:45.200 296-998/system_process I/chatty: uid=1000(system) Binder:296_A expire 7 lines
04-18 03:30:46.209 296-914/system_process I/chatty: uid=1000(system) Binder:296_6 expire 12 lines
04-18 03:30:48.239 296-307/system_process I/chatty: uid=1000(system) Binder:296_1 expire 10 lines
04-18 03:30:49.207 296-520/system_process I/chatty: uid=1000(system) Binder:296_5 expire 6 lines
04-18 03:30:51.273 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 280 lines
04-18 03:30:51.274 174-1511/? I/chatty: uid=1041(audioserver) writer expire 277 lines
04-18 03:30:51.288 7470-7470/? V/MediaHTTPService: MediaHTTPService(android.media.MediaHTTPService@bbb49e6): Cookies: null
04-18 03:30:51.291 182-182/? D/NuPlayerDriver: NuPlayerDriver(0xb1ca7230) created, clientPid(7470)
04-18 03:30:51.296 182-1506/? D/SurfaceUtils: connecting to surface 0xb03c6808, reason setVideoSurfaceTexture
04-18 03:30:51.297 182-7504/? D/NuPlayer: onSetVideoSurface(0xb03c6000, no video decoder)
04-18 03:30:51.308 7470-7482/? V/MediaHTTPService: makeHTTPConnection: CookieManager created: java.net.CookieManager@dadc1d4
04-18 03:30:51.309 7470-7482/? V/MediaHTTPService: makeHTTPConnection(android.media.MediaHTTPService@bbb49e6): cookieHandler: java.net.CookieManager@dadc1d4 Cookies: null
04-18 03:30:51.357 7470-7482/? D/NetworkSecurityConfig: No Network Security Config specified, using platform default
--------- beginning of crash
04-18 03:30:54.054 7470-7488/? A/libc: Fatal signal 11 (SIGSEGV), code 128, fault addr 0x0 in tid 7488 (ui_thread), pid 7470 (flutterproblems)
04-18 03:30:54.198 7514-7514/? I/crash_dump32: type=1400 audit(0.0:224): avc: denied { write } for name="trace_marker" dev="tracefs" ino=47 scontext=u:r:crash_dump:s0:c512,c768 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
type=1400 audit(0.0:225): avc: denied { open } for path="/sys/kernel/debug/tracing/trace_marker" dev="tracefs" ino=47 scontext=u:r:crash_dump:s0:c512,c768 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
04-18 03:30:54.284 7516-7516/? I/crash_dump32: obtaining output fd from tombstoned, type: kDebuggerdTombstone
04-18 03:30:54.285 196-196/? I//system/bin/tombstoned: received crash request for pid 7470
04-18 03:30:54.287 7516-7516/? I/crash_dump32: performing dump of process 7470 (target tid = 7488)
04-18 03:30:54.287 7516-7516/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
04-18 03:30:54.288 7516-7516/? A/DEBUG: Build fingerprint: 'Things/iot_rpi3/rpi3:8.1.0/OIM1.171126.012/4475743:userdebug/test-keys'
Revision: '0'
ABI: 'arm'
pid: 7470, tid: 7488, name: ui_thread >>> com.example.flutterproblems <<<
signal 11 (SIGSEGV), code 128 (SI_KERNEL), fault addr 0x0
r0 987332b0 r1 987332fc r2 4f0235aa r3 00000008
r4 99c01ea0 r5 99bda4f8 r6 987332a4 r7 d6bfd012
r8 d6c22afa r9 d7710172 sl d7710122 fp 4f0235aa
ip 99bde5b8 sp d77105e2 lr d64e5975 pc b11bc310 cpsr 60000010
04-18 03:30:54.294 7516-7516/? A/DEBUG: backtrace:
04-18 03:30:54.295 7516-7516/? A/DEBUG: #00 pc 00019310 /system/lib/libc.so (sigsetjmp+136)
#01 pc d64e5973 <unknown>
04-18 03:30:57.372 640-7520/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:30:57.376 640-7520/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:30:58.636 296-7523/system_process W/ActivityManager: Force finishing activity com.example.flutterproblems/.MainActivity
04-18 03:30:58.638 196-196/? E//system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_04
04-18 03:30:58.658 296-315/system_process I/BootReceiver: Copying /data/tombstones/tombstone_04 to DropBox (SYSTEM_TOMBSTONE)
04-18 03:30:58.827 809-899/com.google.android.gms W/Notification: Use of stream types is deprecated for operations other than volume control
04-18 03:30:58.828 809-899/com.google.android.gms W/Notification: See the documentation of setSound() for what to use instead with android.media.AudioAttributes to qualify your playback use case
04-18 03:30:58.838 7525-7525/? I/crash_reporter: type=1400 audit(0.0:226): avc: denied { search } for name="7470" dev="proc" ino=26914 scontext=u:r:crash_reporter:s0 tcontext=u:r:untrusted_app:s0:c512,c768 tclass=dir permissive=1
type=1400 audit(0.0:227): avc: denied { read } for name="exe" dev="proc" ino=26008 scontext=u:r:crash_reporter:s0 tcontext=u:r:untrusted_app:s0:c512,c768 tclass=lnk_file permissive=1
type=1400 audit(0.0:228): avc: denied { read } for scontext=u:r:crash_reporter:s0 tcontext=u:r:untrusted_app:s0:c512,c768 tclass=file permissive=1
04-18 03:30:58.935 296-302/system_process I/chatty: uid=1000(system) HeapTaskDaemon expire 1 line
04-18 03:30:59.110 7525-7525/? W/crash_reporter: Received crash notification for app_process32[7470] sig 11, user 10034 (handling)
04-18 03:30:59.108 7525-7525/? I/crash_reporter: type=1400 audit(0.0:229): avc: denied { open } for path="/proc/7470/status" dev="proc" ino=26915 scontext=u:r:crash_reporter:s0 tcontext=u:r:untrusted_app:s0:c512,c768 tclass=file permissive=1
04-18 03:30:59.120 7525-7525/? I/crash_reporter: State of crashed process [7470]: D (disk sleep)
04-18 03:30:59.121 7525-7525/? I/crash_reporter: Crash directory /data/misc/crash_reporter/crash not yet full, free space of 2273521664 bytes is greater than 268435456
04-18 03:30:59.108 7525-7525/? I/crash_reporter: type=1400 audit(0.0:230): avc: denied { getattr } for path="/proc/7470/status" dev="proc" ino=26915 scontext=u:r:crash_reporter:s0 tcontext=u:r:untrusted_app:s0:c512,c768 tclass=file permissive=1
04-18 03:30:59.139 296-311/system_process W/ActivityManager: Activity pause timeout for ActivityRecord{fb772d1 u0 com.example.flutterproblems/.MainActivity t78 f}
04-18 03:30:59.172 760-808/com.google.android.gms.persistent W/Notification: Use of stream types is deprecated for operations other than volume control
See the documentation of setSound() for what to use instead with android.media.AudioAttributes to qualify your playback use case
04-18 03:30:59.269 170-401/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:30:59.498 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:30:59.549 760-808/com.google.android.gms.persistent W/Notification: Use of stream types is deprecated for operations other than volume control
See the documentation of setSound() for what to use instead with android.media.AudioAttributes to qualify your playback use case
04-18 03:30:59.551 809-7526/com.google.android.gms W/DropBoxEntryAddedChimeraService: Could not connect to Google API Client, giving up...
04-18 03:31:00.215 170-611/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:31:00.360 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:31:01.310 809-899/com.google.android.gms W/Notification: Use of stream types is deprecated for operations other than volume control
See the documentation of setSound() for what to use instead with android.media.AudioAttributes to qualify your playback use case
04-18 03:31:01.333 809-7526/com.google.android.gms W/DropBoxEntryAddedChimeraService: Could not connect to Google API Client, giving up...
04-18 03:31:01.351 809-899/com.google.android.gms W/Notification: Use of stream types is deprecated for operations other than volume control
See the documentation of setSound() for what to use instead with android.media.AudioAttributes to qualify your playback use case
04-18 03:31:08.390 296-398/system_process E/TaskPersister: File error accessing recents directory (directory doesn't exist?).
04-18 03:31:09.522 296-311/system_process W/ActivityManager: Activity destroy timeout for ActivityRecord{fb772d1 u0 com.example.flutterproblems/.MainActivity t78 f}
04-18 03:31:20.711 640-640/com.fmatos.samples.hud I/Choreographer: Skipped 42 frames! The application may be doing too much work on its main thread.
04-18 03:31:22.402 296-398/system_process E/TaskPersister: File error accessing recents directory (directory doesn't exist?).
04-18 03:31:31.101 296-320/system_process I/chatty: uid=1000(system) PowerManagerSer expire 3 lines
04-18 03:31:32.326 296-375/system_process I/chatty: uid=1000(system) WifiScanningSer expire 1 line
04-18 03:31:56.000 640-640/com.fmatos.samples.hud I/Choreographer: Skipped 47 frames! The application may be doing too much work on its main thread.
04-18 03:31:56.199 296-916/system_process I/chatty: uid=1000(system) Binder:296_7 expire 3 lines
04-18 03:31:57.199 296-924/system_process I/chatty: uid=1000(system) Binder:296_8 expire 4 lines
04-18 03:32:00.210 296-312/system_process W/Looper: Dispatch took 108ms on android.ui, h=Handler (com.android.server.am.ActivityManagerService$UiHandler) {f249f47} cb=null msg=53
04-18 03:32:04.603 760-1069/com.google.android.gms.persistent V/NativeCrypto: Read error: ssl=0xa523c5c0: I/O error during system call, Connection reset by peer
04-18 03:32:09.138 296-316/system_process E/NetdConnector: NDC event {601 limit alert globalAlert lo} took too long: 4502ms
04-18 03:32:09.562 296-296/system_process W/ActivityManager: SLOW OOM ADJ: 712ms for pid 790 = 900
04-18 03:32:10.162 296-296/system_process I/chatty: uid=1000 system_server expire 1 line
04-18 03:32:10.319 760-1069/com.google.android.gms.persistent V/NativeCrypto: SSL shutdown failed: ssl=0xa523c5c0: I/O error during system call, Broken pipe
04-18 03:32:10.961 296-310/system_process I/chatty: uid=1000(system) android.bg expire 1 line
04-18 03:32:10.974 296-368/system_process I/chatty: uid=1000(system) NetdConnector expire 1 line
04-18 03:32:11.622 296-519/system_process I/chatty: uid=1000(system) Binder:296_4 expire 1 line
04-18 03:32:11.626 640-669/com.fmatos.samples.hud I/zygote: Background concurrent copying GC freed 9876(516KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 1914KB/3MB, paused 47.563ms total 3.782s
04-18 03:32:12.431 170-234/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:32:12.859 296-369/system_process E/NetdConnector: NDC Command {205 bandwidth gettetherstats} took too long (1953ms)
04-18 03:32:12.871 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:32:20.907 760-1069/com.google.android.gms.persistent E/GCM: Wifi connection closed with errorCode 20
04-18 03:32:25.199 296-308/system_process I/chatty: uid=1000(system) Binder:296_2 expire 1 line
04-18 03:32:25.269 296-377/system_process D/ConnectivityService: reportNetworkConnectivity(100, false) by 10009
04-18 03:32:25.312 296-663/system_process I/chatty: uid=1000(system) NetworkMonitorN expire 1 line
04-18 03:32:25.445 640-7541/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:32:25.456 296-7538/system_process I/chatty: uid=1000 system_server expire 2 lines
04-18 03:32:25.456 296-7537/system_process I/chatty: uid=1000 system_server expire 2 lines
04-18 03:32:25.511 640-7541/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:32:25.628 7536-7536/? I/core2md: type=1400 audit(0.0:231): avc: denied { read } for name="libflutter.so" dev="mmcblk0p19" ino=2417 scontext=u:r:crash_reporter:s0 tcontext=u:object_r:apk_data_file:s0 tclass=file permissive=1
type=1400 audit(0.0:232): avc: denied { open } for path="/data/app/com.example.flutterproblems-AXzqAXso0BgM1i3JCTAJEA==/lib/arm/libflutter.so" dev="mmcblk0p19" ino=2417 scontext=u:r:crash_reporter:s0 tcontext=u:object_r:apk_data_file:s0 tclass=file permissive=1
type=1400 audit(0.0:233): avc: denied { getattr } for path="/data/app/com.example.flutterproblems-AXzqAXso0BgM1i3JCTAJEA==/lib/arm/libflutter.so" dev="mmcblk0p19" ino=2417 scontext=u:r:crash_reporter:s0 tcontext=u:object_r:apk_data_file:s0 tclass=file permissive=1
04-18 03:32:25.774 296-377/system_process D/ConnectivityService: NetworkAgentInfo [WIFI () - 100] validation passed
04-18 03:32:26.195 7525-7525/? I/crash_reporter: Stored minidump to /data/misc/crash_reporter/crash/app_process32.20180418.033059.7470.dmp
04-18 03:32:26.200 296-997/system_process I/chatty: uid=1000(system) Binder:296_9 expire 1 line
04-18 03:32:26.848 182-7515/? E/IMediaHTTPConnection: remote readAt failed
04-18 03:32:26.849 182-7515/? E/NuCachedSource2: source returned error -2147483648, 10 retries left
04-18 03:32:26.849 182-182/? D/NuPlayerDriver: reset(0xb1ca7230) at state 3
notifyListener_l(0xb1ca7230), (1, 0, 0, -1), loop setting(0, 0)
notifyListener_l(0xb1ca7230), (8, 0, 0, -1), loop setting(0, 0)
04-18 03:32:26.849 182-7504/? D/NuPlayerDriver: notifyResetComplete(0xb1ca7230)
04-18 03:32:26.850 182-182/? D/SurfaceUtils: disconnecting from surface 0xb03c6808, reason disconnectNativeWindow
04-18 03:32:26.850 182-182/? E/SurfaceUtils: Failed to disconnect from surface 0xb03c6808, err -32
04-18 03:32:26.850 182-182/? W/MediaPlayerService: nativeWindowDisconnect returned an error: Broken pipe (-32)
04-18 03:32:26.858 154-154/? I/Zygote: Process 7470 exited due to signal (11)
Process 7470 dumped core.
04-18 03:32:26.864 180-180/? W/MediaExtractor: FAILED to autodetect media content.
04-18 03:32:26.864 182-7505/? E/GenericSource: initFromDataSource, cannot create extractor!
Failed to init from data source!
04-18 03:32:26.865 182-7505/? W/AMessage: failed to post message as target looper for handler 0 is gone.
04-18 03:32:26.925 296-453/system_process I/ActivityManager: Process com.example.flutterproblems (pid 7470) has died: cch CEM
04-18 03:32:26.933 296-313/system_process I/chatty: uid=1000(system) ActivityManager expire 2 lines
04-18 03:32:27.062 296-318/system_process W/ActivityManager: setHasOverlayUi called on unknown pid: 7470
04-18 03:32:27.065 296-312/system_process W/Looper: Dispatch took 132ms on android.ui, h=Handler (com.android.server.am.ActivityManagerService$UiHandler) {f249f47} cb=null msg=53
04-18 03:32:31.866 296-307/system_process I/chatty: uid=1000(system) Binder:296_1 expire 3 lines
04-18 03:32:31.889 296-998/system_process I/chatty: uid=1000(system) Binder:296_A expire 1 line
04-18 03:32:32.008 760-1157/com.google.android.gms.persistent W/Conscrypt: Could not set socket write timeout:
04-18 03:32:32.044 760-1157/com.google.android.gms.persistent W/Conscrypt: java.lang.reflect.Method.invoke(Native Method)
com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@11745330:13)
04-18 03:32:32.199 296-924/system_process I/chatty: uid=1000(system) Binder:296_8 expire 1 line
04-18 03:32:32.393 760-1157/com.google.android.gms.persistent W/Conscrypt: Could not set socket write timeout:
04-18 03:32:32.394 760-1157/com.google.android.gms.persistent W/Conscrypt: java.lang.reflect.Method.invoke(Native Method)
com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@11745330:13)
04-18 03:32:32.573 760-1157/com.google.android.gms.persistent W/GLSUser: [AppCertManager] IOException while requesting key:
java.io.IOException: Invalid device key response.
at epv.a(:com.google.android.gms@11745330:14)
at epv.a(:com.google.android.gms@11745330:65)
at ept.a(:com.google.android.gms@11745330:8)
at epp.a(:com.google.android.gms@11745330:1)
at epo.a(:com.google.android.gms@11745330:10)
at com.google.android.gms.auth.account.be.legacy.AuthCronChimeraService.b(:com.google.android.gms@11745330:7)
at dvb.call(:com.google.android.gms@11745330:3)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at jzg.run(:com.google.android.gms@11745330:26)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
at kek.run(Unknown Source:7)
at java.lang.Thread.run(Thread.java:764)
04-18 03:32:33.199 296-519/system_process I/chatty: uid=1000(system) Binder:296_4 expire 2 lines
04-18 03:32:35.199 296-916/system_process I/chatty: uid=1000(system) Binder:296_7 expire 4 lines
04-18 03:32:35.881 296-373/system_process I/chatty: uid=1000(system) WifiStateMachin expire 2 lines
04-18 03:32:39.199 296-914/system_process I/chatty: uid=1000(system) Binder:296_6 expire 10 lines
04-18 03:32:44.199 296-916/system_process I/chatty: uid=1000(system) Binder:296_7 expire 10 lines
04-18 03:32:51.438 7551-7551/? I/getprop: type=1400 audit(0.0:234): avc: denied { open } for path="/dev/__properties__/u:object_r:metricsd_prop:s0" dev="tmpfs" ino=1704 scontext=u:r:shell:s0 tcontext=u:object_r:metricsd_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:235): avc: denied { getattr } for path="/dev/__properties__/u:object_r:metricsd_prop:s0" dev="tmpfs" ino=1704 scontext=u:r:shell:s0 tcontext=u:object_r:metricsd_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:236): avc: denied { open } for path="/dev/__properties__/u:object_r:iot_lowpan_prop:s0" dev="tmpfs" ino=1706 scontext=u:r:shell:s0 tcontext=u:object_r:iot_lowpan_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:237): avc: denied { getattr } for path="/dev/__properties__/u:object_r:iot_lowpan_prop:s0" dev="tmpfs" ino=1706 scontext=u:r:shell:s0 tcontext=u:object_r:iot_lowpan_prop:s0 tclass=file permissive=1
04-18 03:32:51.448 7551-7551/? I/getprop: type=1400 audit(0.0:238): avc: denied { open } for path="/dev/__properties__/u:object_r:wifi_prop:s0" dev="tmpfs" ino=1708 scontext=u:r:shell:s0 tcontext=u:object_r:wifi_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:239): avc: denied { getattr } for path="/dev/__properties__/u:object_r:wifi_prop:s0" dev="tmpfs" ino=1708 scontext=u:r:shell:s0 tcontext=u:object_r:wifi_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:240): avc: denied { open } for path="/dev/__properties__/u:object_r:firstboot_prop:s0" dev="tmpfs" ino=1716 scontext=u:r:shell:s0 tcontext=u:object_r:firstboot_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:241): avc: denied { getattr } for path="/dev/__properties__/u:object_r:firstboot_prop:s0" dev="tmpfs" ino=1716 scontext=u:r:shell:s0 tcontext=u:object_r:firstboot_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:242): avc: denied { open } for path="/dev/__properties__/u:object_r:persistent_properties_ready_prop:s0" dev="tmpfs" ino=1717 scontext=u:r:shell:s0 tcontext=u:object_r:persistent_properties_ready_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:243): avc: denied { getattr } for path="/dev/__properties__/u:object_r:persistent_properties_ready_prop:s0" dev="tmpfs" ino=1717 scontext=u:r:shell:s0 tcontext=u:object_r:persistent_properties_ready_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:244): avc: denied { open } for path="/dev/__properties__/u:object_r:boottime_prop:s0" dev="tmpfs" ino=1720 scontext=u:r:shell:s0 tcontext=u:object_r:boottime_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:245): avc: denied { getattr } for path="/dev/__properties__/u:object_r:boottime_prop:s0" dev="tmpfs" ino=1720 scontext=u:r:shell:s0 tcontext=u:object_r:boottime_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:246): avc: denied { open } for path="/dev/__properties__/u:object_r:overlay_prop:s0" dev="tmpfs" ino=1722 scontext=u:r:shell:s0 tcontext=u:object_r:overlay_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:247): avc: denied { getattr } for path="/dev/__properties__/u:object_r:overlay_prop:s0" dev="tmpfs" ino=1722 scontext=u:r:shell:s0 tcontext=u:object_r:overlay_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:248): avc: denied { open } for path="/dev/__properties__/u:object_r:safemode_prop:s0" dev="tmpfs" ino=1723 scontext=u:r:shell:s0 tcontext=u:object_r:safemode_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:249): avc: denied { getattr } for path="/dev/__properties__/u:object_r:safemode_prop:s0" dev="tmpfs" ino=1723 scontext=u:r:shell:s0 tcontext=u:object_r:safemode_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:250): avc: denied { open } for path="/dev/__properties__/u:object_r:netd_stable_secret_prop:s0" dev="tmpfs" ino=1724 scontext=u:r:shell:s0 tcontext=u:object_r:netd_stable_secret_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:251): avc: denied { getattr } for path="/dev/__properties__/u:object_r:netd_stable_secret_prop:s0" dev="tmpfs" ino=1724 scontext=u:r:shell:s0 tcontext=u:object_r:netd_stable_secret_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:252): avc: denied { open } for path="/dev/__properties__/u:object_r:mmc_prop:s0" dev="tmpfs" ino=1725 scontext=u:r:shell:s0 tcontext=u:object_r:mmc_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:253): avc: denied { getattr } for path="/dev/__properties__/u:object_r:mmc_prop:s0" dev="tmpfs" ino=1725 scontext=u:r:shell:s0 tcontext=u:object_r:mmc_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:254): avc: denied { open } for path="/dev/__properties__/u:object_r:net_dns_prop:s0" dev="tmpfs" ino=1731 scontext=u:r:shell:s0 tcontext=u:object_r:net_dns_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:255): avc: denied { getattr } for path="/dev/__properties__/u:object_r:net_dns_prop:s0" dev="tmpfs" ino=1731 scontext=u:r:shell:s0 tcontext=u:object_r:net_dns_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:256): avc: denied { open } for path="/dev/__properties__/u:object_r:lowpan_prop:s0" dev="tmpfs" ino=1733 scontext=u:r:shell:s0 tcontext=u:object_r:lowpan_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:257): avc: denied { getattr } for path="/dev/__properties__/u:object_r:lowpan_prop:s0" dev="tmpfs" ino=1733 scontext=u:r:shell:s0 tcontext=u:object_r:lowpan_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:258): avc: denied { open } for path="/dev/__properties__/u:object_r:dumpstate_options_prop:s0" dev="tmpfs" ino=1741 scontext=u:r:shell:s0 tcontext=u:object_r:dumpstate_options_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:259): avc: denied { getattr } for path="/dev/__properties__/u:object_r:dumpstate_options_prop:s0" dev="tmpfs" ino=1741 scontext=u:r:shell:s0 tcontext=u:object_r:dumpstate_options_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:260): avc: denied { open } for path="/dev/__properties__/u:object_r:bluetooth_prop:s0" dev="tmpfs" ino=1749 scontext=u:r:shell:s0 tcontext=u:object_r:bluetooth_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:261): avc: denied { getattr } for path="/dev/__properties__/u:object_r:bluetooth_prop:s0" dev="tmpfs" ino=1749 scontext=u:r:shell:s0 tcontext=u:object_r:bluetooth_prop:s0 tclass=file permissive=1
04-18 03:32:56.971 296-914/system_process I/ActivityManager: Force stopping com.example.flutterproblems appid=10034 user=0: from pid 7561
04-18 03:32:57.199 296-308/system_process I/chatty: uid=1000(system) Binder:296_2 expire 10 lines
04-18 03:32:58.199 296-520/system_process I/chatty: uid=1000(system) Binder:296_5 expire 10 lines
04-18 03:32:58.598 7563-7563/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
04-18 03:32:58.672 7563-7563/? W/app_process: Could not reserve sentinel fault page
04-18 03:32:59.238 7563-7563/? W/app_process: Using default instruction set features for ARM CPU variant (generic) using conservative defaults
04-18 03:32:59.255 7563-7563/? I/app_process: The ClassLoaderContext is a special shared library.
04-18 03:32:59.522 7563-7563/? D/AndroidRuntime: Calling main entry com.android.commands.pm.Pm
04-18 03:32:59.545 7563-7563/? I/app_process: System.exit called, status: 0
04-18 03:32:59.545 7563-7563/? I/AndroidRuntime: VM exiting with result code 0.
04-18 03:32:59.557 7563-7572/? W/MessageQueue: Handler (android.os.Handler) {4908c91} sending message to a Handler on a dead thread
java.lang.IllegalStateException: Handler (android.os.Handler) {4908c91} sending message to a Handler on a dead thread
at android.os.MessageQueue.enqueueMessage(MessageQueue.java:545)
at android.os.Handler.enqueueMessage(Handler.java:662)
at android.os.Handler.sendMessageAtTime(Handler.java:631)
at android.os.Handler.sendMessageDelayed(Handler.java:601)
at android.os.Handler.post(Handler.java:357)
at android.os.ResultReceiver$MyResultReceiver.send(ResultReceiver.java:57)
at com.android.internal.os.IResultReceiver$Stub.onTransact(IResultReceiver.java:58)
at android.os.Binder.execTransact(Binder.java:697)
04-18 03:32:59.861 296-914/system_process I/ActivityManager: START u0 {act=android.intent.action.RUN flg=0x30000000 cmp=com.example.flutterproblems/.MainActivity (has extras)} from uid 2000
04-18 03:33:00.008 154-154/? I/main: type=1400 audit(0.0:262): avc: denied { getattr } for path="/sys/kernel/debug/tracing/trace_marker" dev="tracefs" ino=47 scontext=u:r:zygote:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
04-18 03:33:00.028 7581-7581/? I/main: type=1400 audit(0.0:263): avc: denied { write } for name="trace_marker" dev="tracefs" ino=47 scontext=u:r:zygote:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
type=1400 audit(0.0:264): avc: denied { open } for path="/sys/kernel/debug/tracing/trace_marker" dev="tracefs" ino=47 scontext=u:r:zygote:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
04-18 03:33:00.041 296-997/system_process I/ActivityManager: Start proc 7581:com.example.flutterproblems/u0a34 for activity com.example.flutterproblems/.MainActivity
04-18 03:33:00.090 7581-7581/? I/zygote: Late-enabling -Xcheck:jni
04-18 03:33:00.117 170-234/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:33:00.195 7581-7581/? W/zygote: Using default instruction set features for ARM CPU variant (generic) using conservative defaults
04-18 03:33:00.288 519-519/? I/Binder:296_4: type=1400 audit(0.0:265): avc: denied { ptrace } for scontext=u:r:system_server:s0 tcontext=u:r:untrusted_app:s0:c512,c768 tclass=process permissive=1
04-18 03:33:00.337 296-519/system_process W/ActivityManager: Slow operation: 53ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked
04-18 03:33:00.361 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:33:00.855 7581-7581/? I/com.example.flutterproblems: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
04-18 03:33:01.166 7581-7581/? I/FlutterActivityDelegate: onResume setting current activity to this
04-18 03:33:01.200 296-924/system_process I/chatty: uid=1000(system) Binder:296_8 expire 12 lines
04-18 03:33:01.200 7581-7602/? D/OpenGLRenderer: HWUI GL Pipeline
04-18 03:33:01.286 7581-7602/? I/OpenGLRenderer: Initialized EGL, version 1.4
04-18 03:33:01.287 7581-7602/? D/OpenGLRenderer: Swap behavior 1
04-18 03:33:02.199 296-998/system_process I/chatty: uid=1000(system) Binder:296_A expire 7 lines
04-18 03:33:02.870 7581-7605/? I/flutter: Observatory listening on http://127.0.0.1:36042/
04-18 03:33:03.637 170-611/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:33:03.640 7581-7598/? D/vndksupport: Loading /vendor/lib/hw/android.hardware.graphics.mapper@2.0-impl.so from current namespace instead of sphal namespace.
04-18 03:33:03.683 7581-7581/? I/Choreographer: Skipped 146 frames! The application may be doing too much work on its main thread.
04-18 03:33:04.039 296-398/system_process E/TaskPersister: File error accessing recents directory (directory doesn't exist?).
04-18 03:33:04.200 296-453/system_process I/chatty: uid=1000(system) Binder:296_3 expire 7 lines
04-18 03:33:06.064 170-611/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:33:06.091 296-318/system_process I/chatty: uid=1000(system) android.display expire 1 line
04-18 03:33:06.128 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:33:06.152 170-611/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:33:06.182 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:33:07.202 296-307/system_process I/chatty: uid=1000(system) Binder:296_1 expire 10 lines
04-18 03:33:08.235 296-914/system_process I/chatty: uid=1000(system) Binder:296_6 expire 6 lines
04-18 03:33:09.237 296-519/system_process I/chatty: uid=1000(system) Binder:296_4 expire 8 lines
04-18 03:33:10.200 296-997/system_process I/chatty: uid=1000(system) Binder:296_9 expire 7 lines
04-18 03:33:14.176 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 280 lines
04-18 03:33:14.176 174-1511/? I/chatty: uid=1041(audioserver) writer expire 276 lines
04-18 03:33:14.214 7581-7581/? V/MediaHTTPService: MediaHTTPService(android.media.MediaHTTPService@bbb49e6): Cookies: null
04-18 03:33:14.216 182-182/? D/NuPlayerDriver: NuPlayerDriver(0xb1ca7230) created, clientPid(7581)
04-18 03:33:14.223 182-261/? D/SurfaceUtils: connecting to surface 0xb03d3008, reason setVideoSurfaceTexture
04-18 03:33:14.224 182-7615/? D/NuPlayer: onSetVideoSurface(0xb03d3800, no video decoder)
04-18 03:33:14.236 7581-7594/? V/MediaHTTPService: makeHTTPConnection: CookieManager created: java.net.CookieManager@dadc1d4
04-18 03:33:14.238 7581-7594/? V/MediaHTTPService: makeHTTPConnection(android.media.MediaHTTPService@bbb49e6): cookieHandler: java.net.CookieManager@dadc1d4 Cookies: null
04-18 03:33:14.312 7581-7594/? D/NetworkSecurityConfig: No Network Security Config specified, using platform default
04-18 03:33:18.421 182-7624/? I/NuCachedSource2: new range: offset= 20740209
04-18 03:33:24.430 182-7624/? I/NuCachedSource2: caching reached eos.
04-18 03:33:24.440 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (5, 1280, 720, -1), loop setting(0, 0)
04-18 03:33:24.440 180-243/? D/MediaBufferGroup: creating MemoryDealer
04-18 03:33:24.441 182-7616/? D/GenericSource: stopBufferingIfNecessary_l, mBuffering=0
04-18 03:33:24.442 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 100, 0, -1), loop setting(0, 0)
notifyListener_l(0xb1ca7230), (1, 0, 0, -1), loop setting(0, 0)
04-18 03:33:24.543 296-914/system_process V/MediaRouterService: restoreBluetoothA2dp(false)
04-18 03:33:24.543 182-261/? D/NuPlayerDriver: start(0xb1ca7230), state is 4, eos is 0
04-18 03:33:24.544 182-7615/? I/GenericSource: start
04-18 03:33:24.545 182-7624/? I/NuCachedSource2: new range: offset= 0
04-18 03:33:25.823 640-7633/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:33:25.827 640-7633/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:33:26.262 182-7624/? I/NuCachedSource2: retrying a previously failed read succeeded.
04-18 03:33:27.643 182-7616/? D/GenericSource: startBufferingIfNecessary_l
04-18 03:33:27.650 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 2, 0, -1), loop setting(0, 0)
04-18 03:33:27.651 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (200, 703, 0, -1), loop setting(0, 0)
04-18 03:33:27.651 182-7615/? I/NuPlayer: buffer low, pausing...
04-18 03:33:27.651 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (200, 701, 0, -1), loop setting(0, 0)
04-18 03:33:27.652 7581-7593/? W/MediaPlayerNative: info/warning (703, 0)
info/warning (701, 0)
04-18 03:33:27.662 186-186/? I/OMXMaster: makeComponentInstance(OMX.google.h264.decoder) in android.hardwar process
04-18 03:33:27.724 186-1449/? I/OMXMaster: makeComponentInstance(OMX.google.aac.decoder) in android.hardwar process
04-18 03:33:27.729 182-7635/? D/SurfaceUtils: disconnecting from surface 0xb03d3808, reason onConfigure
04-18 03:33:27.729 182-7636/? D/SurfaceUtils: connecting to surface 0xb03d3808, reason connectToSurface
04-18 03:33:27.730 182-7636/? I/MediaCodec: [OMX.google.h264.decoder] setting surface generation to 186370
04-18 03:33:27.730 182-7636/? D/SurfaceUtils: disconnecting from surface 0xb03d3808, reason connectToSurface(reconnect)
04-18 03:33:27.731 182-7636/? D/SurfaceUtils: connecting to surface 0xb03d3808, reason connectToSurface(reconnect)
04-18 03:33:27.737 186-186/? E/OMXNodeInstance: setConfig(0xa7ea29c0:google.aac.decoder, ConfigPriority(0x6f800002)) ERROR: Undefined(0x80001001)
04-18 03:33:27.737 182-7639/? I/ACodec: codec does not support config priority (err -2147483648)
04-18 03:33:27.738 186-186/? E/OMXNodeInstance: getConfig(0xa7ea29c0:google.aac.decoder, ConfigAndroidVendorExtension(0x6f100004)) ERROR: Undefined(0x80001001)
04-18 03:33:27.739 182-7639/? I/MediaCodec: MediaCodec will operate in async mode
04-18 03:33:27.740 186-233/? E/OMXNodeInstance: getExtensionIndex(0xa7b07000:google.h264.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a)
04-18 03:33:27.740 182-7637/? E/ACodec: [OMX.google.h264.decoder] setPortMode on output to DynamicANWBuffer failed w/ err -1010
04-18 03:33:27.741 186-186/? W/OMXNodeInstance: [0xa7b07000:google.h264.decoder] component does not support metadata mode; using fallback
04-18 03:33:27.746 186-1449/? D/SoftVideoDecoderOMXComponent: Color Aspects preference: 1
04-18 03:33:27.747 186-1474/? E/OMXNodeInstance: setConfig(0xa7b07000:google.h264.decoder, ConfigPriority(0x6f800002)) ERROR: UnsupportedIndex(0x8000101a)
04-18 03:33:27.748 182-7637/? I/ACodec: codec does not support config priority (err -1010)
04-18 03:33:27.748 186-1449/? E/OMXNodeInstance: setConfig(0xa7b07000:google.h264.decoder, ConfigOperatingRate(0x6f800003)) ERROR: UnsupportedIndex(0x8000101a)
04-18 03:33:27.748 182-7637/? I/ACodec: codec does not support config operating rate (err -1010)
04-18 03:33:27.749 186-186/? E/OMXNodeInstance: getConfig(0xa7b07000:google.h264.decoder, ConfigAndroidVendorExtension(0x6f100004)) ERROR: UnsupportedIndex(0x8000101a)
04-18 03:33:27.751 186-186/? E/OMXNodeInstance: getConfig(0xa7b07000:google.h264.decoder, ??(0x7f000003)) ERROR: UnsupportedSetting(0x80001019)
04-18 03:33:27.753 182-7636/? I/MediaCodec: MediaCodec will operate in async mode
04-18 03:33:27.776 186-233/? E/OMXNodeInstance: setConfig(0xa7b07000:google.h264.decoder, ConfigOperatingRate(0x6f800003)) ERROR: UnsupportedIndex(0x8000101a)
04-18 03:33:27.777 182-7637/? I/ACodec: codec does not support config operating rate (err -1010)
04-18 03:33:27.778 186-7640/? D/SoftVideoDecoderOMXComponent: Color Aspects preference: 1
04-18 03:33:27.978 186-233/? E/OMXNodeInstance: getConfig(0xa7b07000:google.h264.decoder, ??(0x7f000003)) ERROR: UnsupportedSetting(0x80001019)
04-18 03:33:28.134 182-7636/? D/MediaCodec: [OMX.google.h264.decoder] setting dataspace on output surface to #104
04-18 03:33:28.137 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (5, 1280, 720, -1), loop setting(0, 0)
04-18 03:33:28.139 7581-7593/? D/vndksupport: Loading /vendor/lib/hw/android.hardware.graphics.allocator@2.0-impl.so from current namespace instead of sphal namespace.
04-18 03:33:28.146 7581-7593/? W/GrallocMapperPassthrough: buffer descriptor with invalid usage bits 0x2000
04-18 03:33:28.146 7581-7593/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:33:28.155 182-7636/? D/SoftwareRenderer: setting dataspace on output surface to #104
04-18 03:33:28.644 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 2, 0, -1), loop setting(0, 0)
04-18 03:33:29.644 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 2, 0, -1), loop setting(0, 0)
04-18 03:33:30.644 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 2, 0, -1), loop setting(0, 0)
04-18 03:33:31.242 296-916/system_process I/chatty: uid=1000(system) Binder:296_7 expire 3 lines
04-18 03:33:31.645 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 3, 0, -1), loop setting(0, 0)
04-18 03:33:32.645 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 3, 0, -1), loop setting(0, 0)
04-18 03:33:33.645 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 3, 0, -1), loop setting(0, 0)
04-18 03:33:34.645 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 3, 0, -1), loop setting(0, 0)
04-18 03:33:35.645 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 3, 0, -1), loop setting(0, 0)
04-18 03:33:36.646 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 3, 0, -1), loop setting(0, 0)
04-18 03:33:37.646 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 4, 0, -1), loop setting(0, 0)
04-18 03:33:38.647 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 4, 0, -1), loop setting(0, 0)
04-18 03:33:39.649 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 4, 0, -1), loop setting(0, 0)
04-18 03:33:40.651 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 4, 0, -1), loop setting(0, 0)
04-18 03:33:41.651 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 5, 0, -1), loop setting(0, 0)
04-18 03:33:42.653 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 5, 0, -1), loop setting(0, 0)
04-18 03:33:43.653 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 5, 0, -1), loop setting(0, 0)
04-18 03:33:44.655 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 5, 0, -1), loop setting(0, 0)
04-18 03:33:45.656 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 6, 0, -1), loop setting(0, 0)
04-18 03:33:46.657 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 6, 0, -1), loop setting(0, 0)
04-18 03:33:47.658 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 6, 0, -1), loop setting(0, 0)
04-18 03:33:48.660 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 6, 0, -1), loop setting(0, 0)
04-18 03:33:48.710 197-197/? I/update_engine: [0418/033348:INFO:update_manager-inl.h(52)] AndroidThingsPolicy::UpdateCheckAllowed: START
[0418/033348:INFO:next_update_check_policy_impl.cc(48)] Periodic check interval not satisfied, blocking until 4/18/2018 8:13:56 GMT
04-18 03:33:48.711 197-197/? I/update_engine: [0418/033348:INFO:policy_utils.h(55)] decision by NextUpdateCheckTimePolicyImpl::UpdateCheckAllowed
[0418/033348:INFO:update_manager-inl.h(74)] AndroidThingsPolicy::UpdateCheckAllowed: END
04-18 03:33:49.661 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 7, 0, -1), loop setting(0, 0)
04-18 03:33:49.678 7581-7586/? I/zygote: Do partial code cache collection, code=28KB, data=27KB
04-18 03:33:49.681 7581-7586/? I/zygote: After code cache collection, code=28KB, data=27KB
Increasing code cache capacity to 128KB
04-18 03:33:50.664 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 7, 0, -1), loop setting(0, 0)
04-18 03:33:51.664 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 8, 0, -1), loop setting(0, 0)
04-18 03:33:52.665 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 9, 0, -1), loop setting(0, 0)
04-18 03:33:53.666 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 9, 0, -1), loop setting(0, 0)
04-18 03:33:54.666 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 10, 0, -1), loop setting(0, 0)
04-18 03:33:55.667 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 11, 0, -1), loop setting(0, 0)
04-18 03:33:56.668 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 12, 0, -1), loop setting(0, 0)
04-18 03:33:57.669 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 12, 0, -1), loop setting(0, 0)
04-18 03:33:58.670 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 12, 0, -1), loop setting(0, 0)
04-18 03:33:59.671 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 12, 0, -1), loop setting(0, 0)
04-18 03:34:00.672 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 13, 0, -1), loop setting(0, 0)
04-18 03:34:01.145 296-302/system_process I/chatty: uid=1000(system) HeapTaskDaemon expire 1 line
04-18 03:34:01.672 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 13, 0, -1), loop setting(0, 0)
04-18 03:34:02.673 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 14, 0, -1), loop setting(0, 0)
04-18 03:34:02.673 182-7629/? D/GenericSource: stopBufferingIfNecessary_l
04-18 03:34:02.673 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (200, 703, 0, -1), loop setting(0, 0)
04-18 03:34:02.673 182-7615/? I/NuPlayer: buffer ready, resuming...
04-18 03:34:02.673 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (200, 702, 0, -1), loop setting(0, 0)
04-18 03:34:02.674 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 14, 0, -1), loop setting(0, 0)
notifyListener_l(0xb1ca7230), (200, 3, 0, -1), loop setting(0, 0)
notifyListener_l(0xb1ca7230), (6, 0, 0, -1), loop setting(0, 0)
04-18 03:34:02.674 7581-7626/? W/MediaPlayerNative: info/warning (703, 0)
04-18 03:34:02.675 7581-7626/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:34:02.675 7581-7593/? W/GrallocMapperPassthrough: buffer descriptor with invalid usage bits 0x2000
04-18 03:34:02.675 7581-7593/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:34:02.676 7581-7626/? W/MediaPlayerNative: info/warning (3, 0)
04-18 03:34:02.688 186-7642/? I/SoftAAC2: Reconfiguring decoder: 0->48000 Hz, 0->6 channels
04-18 03:34:02.709 174-263/? I/chatty: uid=1041(audioserver) Binder:174_2 expire 1 line
04-18 03:34:02.712 182-7634/? D/AudioTrack: Client defaulted notificationFrames to 12288 for frameCount 24576
04-18 03:34:02.718 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:34:02.719 174-174/? I/chatty: uid=1041(audioserver) /system/bin/audioserver expire 6 lines
04-18 03:34:02.721 174-1511/? I/chatty: uid=1041(audioserver) writer expire 6 lines
04-18 03:34:03.674 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 14, 0, -1), loop setting(0, 0)
04-18 03:34:04.674 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 15, 0, -1), loop setting(0, 0)
04-18 03:34:05.675 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 16, 0, -1), loop setting(0, 0)
04-18 03:34:06.237 296-308/system_process I/chatty: uid=1000(system) Binder:296_2 expire 17 lines
04-18 03:34:06.675 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 18, 0, -1), loop setting(0, 0)
04-18 03:34:06.897 296-685/system_process I/chatty: uid=1000(system) Thread-11 expire 3 lines
04-18 03:34:07.676 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 18, 0, -1), loop setting(0, 0)
04-18 03:34:08.676 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 19, 0, -1), loop setting(0, 0)
04-18 03:34:09.677 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 21, 0, -1), loop setting(0, 0)
04-18 03:34:10.260 182-7624/? E/IMediaHTTPConnection: remote readAt failed
04-18 03:34:10.260 296-363/system_process I/chatty: uid=1000(system) InputDispatcher expire 2 lines
04-18 03:34:10.260 182-7636/? W/SoftwareRenderer: Surface::dequeueBuffer returned error -32
04-18 03:34:10.260 182-7624/? E/NuCachedSource2: source returned error -2147483648, 10 retries left
04-18 03:34:10.260 182-182/? D/NuPlayerDriver: reset(0xb1ca7230) at state 5
04-18 03:34:10.261 296-519/system_process I/WindowManager: WIN DEATH: Window{4c9f6c7 u0 com.example.flutterproblems/com.example.flutterproblems.MainActivity}
04-18 03:34:10.263 296-453/system_process I/ActivityManager: Process com.example.flutterproblems (pid 7581) has died: fore TOP
04-18 03:34:10.263 296-453/system_process W/ActivityManager: Force removing ActivityRecord{2c71ddf u0 com.example.flutterproblems/.MainActivity t79}: app died, no saved state
04-18 03:34:10.264 296-313/system_process I/chatty: uid=1000(system) ActivityManager expire 3 lines
04-18 03:34:10.266 170-611/? E/SurfaceFlinger: removeLayer called with a layer whose parent has been removed
removeLayer called with a layer whose parent has been removed
04-18 03:34:10.268 182-182/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (8, 0, 0, -1), loop setting(0, 0)
04-18 03:34:10.274 296-364/system_process I/chatty: uid=1000(system) InputReader expire 2 lines
04-18 03:34:10.318 296-318/system_process W/ActivityManager: setHasOverlayUi called on unknown pid: 7581
04-18 03:34:10.368 170-401/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:34:10.560 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:34:10.677 182-7615/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 21, 0, -1), loop setting(0, 0)
04-18 03:34:10.819 174-275/? I/chatty: uid=1041(audioserver) AudioOut_15 expire 1 line
04-18 03:34:11.206 182-7636/? D/SurfaceUtils: disconnecting from surface 0xb03d3808, reason disconnectFromSurface
04-18 03:34:11.210 182-7636/? E/SurfaceUtils: Failed to disconnect from surface 0xb03d3808, err -32
04-18 03:34:11.210 182-7636/? W/MediaCodec: nativeWindowDisconnect returned an error: Broken pipe (-32)
04-18 03:34:11.211 182-7635/? D/SurfaceUtils: connecting to surface 0xb03d3808, reason onShutdown
04-18 03:34:11.211 182-7635/? E/SurfaceUtils: Failed to connect to surface 0xb03d3808, err -32
04-18 03:34:11.211 182-7635/? W/NuPlayerDecoder: [OMX.google.h264.decoder] failed to connect to native window, error=-32
04-18 03:34:11.233 182-7615/? D/NuPlayerDriver: notifyResetComplete(0xb1ca7230)
04-18 03:34:11.233 182-182/? D/SurfaceUtils: disconnecting from surface 0xb03d3008, reason disconnectNativeWindow
04-18 03:34:11.233 182-182/? E/SurfaceUtils: Failed to disconnect from surface 0xb03d3008, err -32
04-18 03:34:11.233 182-182/? W/MediaPlayerService: nativeWindowDisconnect returned an error: Broken pipe (-32)
04-18 03:34:11.234 182-182/? D/AudioTrack: stop() called with 0 frames delivered
04-18 03:34:11.247 170-611/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:34:11.393 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:34:13.908 296-398/system_process E/TaskPersister: File error accessing recents directory (directory doesn't exist?).
04-18 03:34:26.104 640-7797/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:34:26.107 640-7797/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:34:27.199 296-924/system_process I/chatty: uid=1000(system) Binder:296_8 expire 13 lines
04-18 03:34:44.508 7798-7798/? I/getprop: type=1400 audit(0.0:266): avc: denied { open } for path="/dev/__properties__/u:object_r:metricsd_prop:s0" dev="tmpfs" ino=1704 scontext=u:r:shell:s0 tcontext=u:object_r:metricsd_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:267): avc: denied { getattr } for path="/dev/__properties__/u:object_r:metricsd_prop:s0" dev="tmpfs" ino=1704 scontext=u:r:shell:s0 tcontext=u:object_r:metricsd_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:268): avc: denied { open } for path="/dev/__properties__/u:object_r:wifi_prop:s0" dev="tmpfs" ino=1708 scontext=u:r:shell:s0 tcontext=u:object_r:wifi_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:269): avc: denied { getattr } for path="/dev/__properties__/u:object_r:wifi_prop:s0" dev="tmpfs" ino=1708 scontext=u:r:shell:s0 tcontext=u:object_r:wifi_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:270): avc: denied { open } for path="/dev/__properties__/u:object_r:persistent_properties_ready_prop:s0" dev="tmpfs" ino=1717 scontext=u:r:shell:s0 tcontext=u:object_r:persistent_properties_ready_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:271): avc: denied { getattr } for path="/dev/__properties__/u:object_r:persistent_properties_ready_prop:s0" dev="tmpfs" ino=1717 scontext=u:r:shell:s0 tcontext=u:object_r:persistent_properties_ready_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:272): avc: denied { open } for path="/dev/__properties__/u:object_r:boottime_prop:s0" dev="tmpfs" ino=1720 scontext=u:r:shell:s0 tcontext=u:object_r:boottime_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:273): avc: denied { getattr } for path="/dev/__properties__/u:object_r:boottime_prop:s0" dev="tmpfs" ino=1720 scontext=u:r:shell:s0 tcontext=u:object_r:boottime_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:274): avc: denied { open } for path="/dev/__properties__/u:object_r:overlay_prop:s0" dev="tmpfs" ino=1722 scontext=u:r:shell:s0 tcontext=u:object_r:overlay_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:275): avc: denied { getattr } for path="/dev/__properties__/u:object_r:overlay_prop:s0" dev="tmpfs" ino=1722 scontext=u:r:shell:s0 tcontext=u:object_r:overlay_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:276): avc: denied { open } for path="/dev/__properties__/u:object_r:safemode_prop:s0" dev="tmpfs" ino=1723 scontext=u:r:shell:s0 tcontext=u:object_r:safemode_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:277): avc: denied { getattr } for path="/dev/__properties__/u:object_r:safemode_prop:s0" dev="tmpfs" ino=1723 scontext=u:r:shell:s0 tcontext=u:object_r:safemode_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:278): avc: denied { open } for path="/dev/__properties__/u:object_r:netd_stable_secret_prop:s0" dev="tmpfs" ino=1724 scontext=u:r:shell:s0 tcontext=u:object_r:netd_stable_secret_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:279): avc: denied { getattr } for path="/dev/__properties__/u:object_r:netd_stable_secret_prop:s0" dev="tmpfs" ino=1724 scontext=u:r:shell:s0 tcontext=u:object_r:netd_stable_secret_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:280): avc: denied { open } for path="/dev/__properties__/u:object_r:mmc_prop:s0" dev="tmpfs" ino=1725 scontext=u:r:shell:s0 tcontext=u:object_r:mmc_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:281): avc: denied { getattr } for path="/dev/__properties__/u:object_r:mmc_prop:s0" dev="tmpfs" ino=1725 scontext=u:r:shell:s0 tcontext=u:object_r:mmc_prop:s0 tclass=file permissive=1
04-18 03:34:44.518 7798-7798/? I/getprop: type=1400 audit(0.0:282): avc: denied { open } for path="/dev/__properties__/u:object_r:net_dns_prop:s0" dev="tmpfs" ino=1731 scontext=u:r:shell:s0 tcontext=u:object_r:net_dns_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:283): avc: denied { getattr } for path="/dev/__properties__/u:object_r:net_dns_prop:s0" dev="tmpfs" ino=1731 scontext=u:r:shell:s0 tcontext=u:object_r:net_dns_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:284): avc: denied { open } for path="/dev/__properties__/u:object_r:lowpan_prop:s0" dev="tmpfs" ino=1733 scontext=u:r:shell:s0 tcontext=u:object_r:lowpan_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:285): avc: denied { getattr } for path="/dev/__properties__/u:object_r:lowpan_prop:s0" dev="tmpfs" ino=1733 scontext=u:r:shell:s0 tcontext=u:object_r:lowpan_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:286): avc: denied { open } for path="/dev/__properties__/u:object_r:dumpstate_options_prop:s0" dev="tmpfs" ino=1741 scontext=u:r:shell:s0 tcontext=u:object_r:dumpstate_options_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:287): avc: denied { getattr } for path="/dev/__properties__/u:object_r:dumpstate_options_prop:s0" dev="tmpfs" ino=1741 scontext=u:r:shell:s0 tcontext=u:object_r:dumpstate_options_prop:s0 tclass=file permissive=1
04-18 03:34:46.199 296-308/system_process I/chatty: uid=1000(system) Binder:296_2 expire 18 lines
04-18 03:34:53.199 296-924/system_process I/chatty: uid=1000(system) Binder:296_8 expire 15 lines
04-18 03:35:21.746 296-308/system_process I/ActivityManager: Force stopping com.example.flutterproblems appid=10034 user=0: from pid 7810
04-18 03:35:22.199 296-997/system_process I/chatty: uid=1000(system) Binder:296_9 expire 1 line
04-18 03:35:23.012 7812-7812/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
04-18 03:35:23.035 7812-7812/? W/app_process: Could not reserve sentinel fault page
04-18 03:35:23.199 296-453/system_process I/chatty: uid=1000(system) Binder:296_3 expire 1 line
04-18 03:35:23.411 7812-7812/? W/app_process: Using default instruction set features for ARM CPU variant (generic) using conservative defaults
04-18 03:35:23.418 7812-7812/? I/app_process: The ClassLoaderContext is a special shared library.
04-18 03:35:23.528 7812-7812/? D/AndroidRuntime: Calling main entry com.android.commands.pm.Pm
04-18 03:35:23.543 7812-7820/? W/MessageQueue: Handler (android.os.Handler) {2aa020a} sending message to a Handler on a dead thread
java.lang.IllegalStateException: Handler (android.os.Handler) {2aa020a} sending message to a Handler on a dead thread
at android.os.MessageQueue.enqueueMessage(MessageQueue.java:545)
at android.os.Handler.enqueueMessage(Handler.java:662)
at android.os.Handler.sendMessageAtTime(Handler.java:631)
at android.os.Handler.sendMessageDelayed(Handler.java:601)
at android.os.Handler.post(Handler.java:357)
at android.os.ResultReceiver$MyResultReceiver.send(ResultReceiver.java:57)
at com.android.internal.os.IResultReceiver$Stub.onTransact(IResultReceiver.java:58)
at android.os.Binder.execTransact(Binder.java:697)
04-18 03:35:23.544 7812-7812/? I/app_process: System.exit called, status: 0
04-18 03:35:23.544 7812-7812/? I/AndroidRuntime: VM exiting with result code 0.
04-18 03:35:23.967 296-924/system_process I/chatty: uid=1000(system) Binder:296_8 expire 1 line
04-18 03:35:24.200 296-998/system_process I/chatty: uid=1000(system) Binder:296_A expire 1 line
04-18 03:35:25.202 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:26.199 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:26.457 640-7832/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:35:26.461 640-7832/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:35:27.200 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:28.199 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:29.199 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:30.199 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:31.199 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:32.579 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:33.200 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:34.199 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:34.801 296-302/system_process I/zygote: Background concurrent copying GC freed 48961(3MB) AllocSpace objects, 15(684KB) LOS objects, 42% free, 5MB/10MB, paused 195us total 196.634ms
04-18 03:35:35.199 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:36.199 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:37.200 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:38.199 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:39.199 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:40.199 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:41.199 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:42.111 296-924/system_process W/zygote: Long monitor contention with owner PackageInstaller (342) at int java.io.UnixFileSystem.getBooleanAttributes0(java.lang.String)(UnixFileSystem.java:-2) waiters=0 in void com.android.server.pm.PackageInstallerSession.write(org.xmlpull.v1.XmlSerializer, java.io.File) for 707ms
04-18 03:35:42.108 154-154/? I/main: type=1400 audit(0.0:290): avc: denied { getattr } for path="/sys/kernel/debug/tracing/trace_marker" dev="tracefs" ino=47 scontext=u:r:zygote:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
04-18 03:35:42.118 7833-7833/com.android.defcontainer I/main: type=1400 audit(0.0:291): avc: denied { write } for name="trace_marker" dev="tracefs" ino=47 scontext=u:r:zygote:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
04-18 03:35:42.130 296-322/system_process I/ActivityManager: Start proc 7833:com.android.defcontainer/u0a3 for service com.android.defcontainer/.DefaultContainerService
04-18 03:35:42.118 7833-7833/com.android.defcontainer I/main: type=1400 audit(0.0:292): avc: denied { open } for path="/sys/kernel/debug/tracing/trace_marker" dev="tracefs" ino=47 scontext=u:r:zygote:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
04-18 03:35:42.162 7833-7833/com.android.defcontainer W/zygote: Using default instruction set features for ARM CPU variant (generic) using conservative defaults
04-18 03:35:42.199 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:42.208 7833-7833/com.android.defcontainer I/zygote: The ClassLoaderContext is a special shared library.
04-18 03:35:42.523 296-322/system_process I/PackageManager.DexOptimizer: Running dexopt (dexoptNeeded=1) on: /data/app/com.example.flutterproblems-Zk4Qda9EpYePO6Ql00HeIg==/base.apk pkg=com.example.flutterproblems isa=arm dexoptFlags=boot_complete,debuggable,public target-filter=quicken oatDir=/data/app/com.example.flutterproblems-Zk4Qda9EpYePO6Ql00HeIg==/oat sharedLibraries=PCL[]
04-18 03:35:42.609 7849-7849/? W/dex2oat: Using default instruction set features for ARM CPU variant (generic) using conservative defaults
04-18 03:35:42.612 7849-7849/? I/dex2oat: /system/bin/dex2oat --input-vdex-fd=-1 --output-vdex-fd=9 --compiler-filter=quicken --debuggable --classpath-dir=/data/app/com.example.flutterproblems-Zk4Qda9EpYePO6Ql00HeIg== --class-loader-context=PCL[]
04-18 03:35:42.598 7849-7849/? I/dex2oat: type=1400 audit(0.0:293): avc: denied { write } for name="trace_marker" dev="tracefs" ino=47 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
type=1400 audit(0.0:294): avc: denied { open } for path="/sys/kernel/debug/tracing/trace_marker" dev="tracefs" ino=47 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
04-18 03:35:42.625 7849-7849/? W/dex2oat: Could not reserve sentinel fault page
04-18 03:35:43.199 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:43.426 7849-7849/? I/dex2oat: dex2oat took 818.033ms (363.277ms cpu) (threads: 4) arena alloc=37KB (38792B) java alloc=114KB (117192B) native alloc=1359KB (1391816B) free=2MB (2802488B)
04-18 03:35:43.449 296-311/system_process I/ActivityManager: Force stopping com.example.flutterproblems appid=10034 user=-1: installPackageLI
04-18 03:35:43.552 296-322/system_process I/PackageManager: Package com.example.flutterproblems codePath changed from /data/app/com.example.flutterproblems-AXzqAXso0BgM1i3JCTAJEA== to /data/app/com.example.flutterproblems-Zk4Qda9EpYePO6Ql00HeIg==; Retaining data and using new
04-18 03:35:43.552 296-322/system_process W/PackageManager: Code path for com.example.flutterproblems changing from /data/app/com.example.flutterproblems-AXzqAXso0BgM1i3JCTAJEA== to /data/app/com.example.flutterproblems-Zk4Qda9EpYePO6Ql00HeIg==
04-18 03:35:43.553 296-322/system_process W/PackageManager: Resource path for com.example.flutterproblems changing from /data/app/com.example.flutterproblems-AXzqAXso0BgM1i3JCTAJEA== to /data/app/com.example.flutterproblems-Zk4Qda9EpYePO6Ql00HeIg==
04-18 03:35:43.747 296-322/system_process D/PackageManager: Ephemeral installer not found with new action; try old one
Clear ephemeral installer activity
04-18 03:35:43.953 296-322/system_process I/zygote: Explicit concurrent copying GC freed 35655(2MB) AllocSpace objects, 18(856KB) LOS objects, 42% free, 5MB/8MB, paused 161us total 195.359ms
04-18 03:35:43.972 177-215/? E/installd: Failed to delete /data/app/vmdl252303414.tmp: No such file or directory
04-18 03:35:43.975 296-322/system_process I/ActivityManager: Force stopping com.example.flutterproblems appid=10034 user=0: pkg removed
04-18 03:35:44.199 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:44.328 760-1046/com.google.android.gms.persistent E/NetworkScheduler: Unrecognised action provided: android.intent.action.PACKAGE_REMOVED
04-18 03:35:44.377 296-364/system_process I/InputReader: Reconfiguring input devices. changes=0x00000010
04-18 03:35:44.379 296-364/system_process I/chatty: uid=1000(system) InputReader identical 1 line
04-18 03:35:44.381 296-364/system_process I/InputReader: Reconfiguring input devices. changes=0x00000010
04-18 03:35:44.398 296-296/system_process I/system_server: type=1400 audit(0.0:295): avc: denied { ptrace } for scontext=u:r:system_server:s0 tcontext=u:r:system_app:s0 tclass=process permissive=1
04-18 03:35:44.758 809-7860/com.google.android.gms D/Wear_Controller: Received broadcast action=android.intent.action.PACKAGE_REMOVED and uri=com.example.flutterproblems
04-18 03:35:44.788 809-7865/com.google.android.gms D/Wear_Controller: Received broadcast action=android.intent.action.PACKAGE_ADDED and uri=com.example.flutterproblems
04-18 03:35:44.853 809-7858/com.google.android.gms I/FontsPackageChangeOp: Package com.example.flutterproblems has no metadata
04-18 03:35:44.907 809-899/com.google.android.gms W/Notification: Use of stream types is deprecated for operations other than volume control
04-18 03:35:44.908 809-899/com.google.android.gms W/Notification: See the documentation of setSound() for what to use instead with android.media.AudioAttributes to qualify your playback use case
04-18 03:35:44.910 296-916/system_process W/TelecomManager: Telecom Service not found.
04-18 03:35:44.939 809-814/com.google.android.gms I/zygote: Do full code cache collection, code=126KB, data=107KB
04-18 03:35:44.954 809-814/com.google.android.gms I/zygote: After code cache collection, code=112KB, data=75KB
04-18 03:35:45.199 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:45.351 296-520/system_process I/ActivityManager: START u0 {act=android.intent.action.RUN flg=0x30000000 cmp=com.example.flutterproblems/.MainActivity (has extras)} from uid 2000
04-18 03:35:45.368 154-154/? I/main: type=1400 audit(0.0:296): avc: denied { getattr } for path="/sys/kernel/debug/tracing/trace_marker" dev="tracefs" ino=47 scontext=u:r:zygote:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
04-18 03:35:45.388 7880-7880/? I/main: type=1400 audit(0.0:297): avc: denied { write } for name="trace_marker" dev="tracefs" ino=47 scontext=u:r:zygote:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
type=1400 audit(0.0:298): avc: denied { open } for path="/sys/kernel/debug/tracing/trace_marker" dev="tracefs" ino=47 scontext=u:r:zygote:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
04-18 03:35:45.404 296-916/system_process I/ActivityManager: Start proc 7880:com.example.flutterproblems/u0a34 for activity com.example.flutterproblems/.MainActivity
04-18 03:35:45.398 311-311/? I/ActivityManager: type=1400 audit(0.0:299): avc: denied { ptrace } for scontext=u:r:system_server:s0 tcontext=u:r:untrusted_app_25:s0:c512,c768 tclass=process permissive=1
04-18 03:35:45.416 170-611/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:35:45.451 7880-7880/? I/zygote: Late-enabling -Xcheck:jni
04-18 03:35:45.455 809-7867/com.google.android.gms I/ChromeSync: [Persistence,AffiliationManager] Fetching affiliations from the server.
04-18 03:35:45.473 809-899/com.google.android.gms W/Notification: Use of stream types is deprecated for operations other than volume control
See the documentation of setSound() for what to use instead with android.media.AudioAttributes to qualify your playback use case
04-18 03:35:45.485 296-520/system_process W/TelecomManager: Telecom Service not found.
04-18 03:35:45.489 809-935/com.google.android.gms W/IcingInternalCorpora: Failed to connect to SearchIndex Apis
04-18 03:35:45.518 809-899/com.google.android.gms W/Notification: Use of stream types is deprecated for operations other than volume control
See the documentation of setSound() for what to use instead with android.media.AudioAttributes to qualify your playback use case
04-18 03:35:45.521 296-914/system_process W/TelecomManager: Telecom Service not found.
04-18 03:35:45.589 7880-7880/? W/zygote: Using default instruction set features for ARM CPU variant (generic) using conservative defaults
04-18 03:35:45.656 809-935/com.google.android.gms W/IcingInternalCorpora: Failed to connect to SearchIndex Apis
04-18 03:35:45.658 997-997/? I/Binder:296_9: type=1400 audit(0.0:300): avc: denied { ptrace } for scontext=u:r:system_server:s0 tcontext=u:r:untrusted_app:s0:c512,c768 tclass=process permissive=1
04-18 03:35:45.711 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:35:46.043 296-310/system_process W/Searchables: No global search activity found
04-18 03:35:46.062 296-310/system_process W/VoiceInteractionManagerService: no available voice recognition services found for user 0
04-18 03:35:46.045 296-310/system_process W/Searchables: No global search activity found
04-18 03:35:46.199 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:47.199 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:48.199 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:49.199 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:49.316 7880-7880/? I/com.example.flutterproblems: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
04-18 03:35:49.404 7880-7880/? I/FlutterActivityDelegate: onResume setting current activity to this
04-18 03:35:49.432 7880-7903/? D/OpenGLRenderer: HWUI GL Pipeline
04-18 03:35:49.497 7880-7903/? I/OpenGLRenderer: Initialized EGL, version 1.4
04-18 03:35:49.497 7880-7903/? D/OpenGLRenderer: Swap behavior 1
04-18 03:35:50.199 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:50.946 7880-7906/? I/flutter: Observatory listening on http://127.0.0.1:33955/
04-18 03:35:51.199 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:51.669 170-232/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:35:51.672 7880-7899/? D/vndksupport: Loading /vendor/lib/hw/android.hardware.graphics.mapper@2.0-impl.so from current namespace instead of sphal namespace.
04-18 03:35:51.703 7880-7880/? I/Choreographer: Skipped 133 frames! The application may be doing too much work on its main thread.
04-18 03:35:52.200 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:52.368 322-322/? I/PackageManager: type=1400 audit(0.0:301): avc: denied { ptrace } for scontext=u:r:system_server:s0 tcontext=u:r:platform_app:s0:c512,c768 tclass=process permissive=1
04-18 03:35:53.200 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:54.166 296-398/system_process E/TaskPersister: File error accessing recents directory (directory doesn't exist?).
04-18 03:35:54.200 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:54.605 170-234/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:35:54.651 296-318/system_process I/ActivityManager: Displayed com.example.flutterproblems/.MainActivity: +9s259ms
04-18 03:35:54.661 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:35:54.697 170-234/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:35:54.715 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:35:55.200 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:56.240 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:56.533 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 83 lines
04-18 03:35:56.533 174-1511/? I/chatty: uid=1041(audioserver) writer expire 84 lines
04-18 03:35:56.544 7880-7880/? V/MediaHTTPService: MediaHTTPService(android.media.MediaHTTPService@2024f7d): Cookies: null
04-18 03:35:56.546 182-182/? D/NuPlayerDriver: NuPlayerDriver(0xb1ca7230) created, clientPid(7880)
04-18 03:35:56.551 182-261/? D/SurfaceUtils: connecting to surface 0xb03cc008, reason setVideoSurfaceTexture
04-18 03:35:56.552 182-7920/? D/NuPlayer: onSetVideoSurface(0xb03cc800, no video decoder)
04-18 03:35:56.567 7880-7892/? V/MediaHTTPService: makeHTTPConnection: CookieManager created: java.net.CookieManager@1b9e2c3
04-18 03:35:56.568 7880-7892/? V/MediaHTTPService: makeHTTPConnection(android.media.MediaHTTPService@2024f7d): cookieHandler: java.net.CookieManager@1b9e2c3 Cookies: null
04-18 03:35:56.596 7880-7892/? D/NetworkSecurityConfig: No Network Security Config specified, using platform default
04-18 03:35:57.240 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:57.426 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:35:57.441 174-1511/? I/chatty: uid=1041(audioserver) writer expire 67 lines
04-18 03:35:57.460 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 67 lines
04-18 03:35:58.173 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:35:58.186 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:35:58.205 174-1511/? I/chatty: uid=1041(audioserver) writer expire 4 lines
04-18 03:35:58.207 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:58.218 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:35:58.249 174-1511/? I/chatty: uid=1041(audioserver) writer expire 102 lines
04-18 03:35:58.250 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 104 lines
04-18 03:35:59.239 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:35:59.359 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:35:59.372 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 2 lines
04-18 03:35:59.392 174-1511/? I/chatty: uid=1041(audioserver) writer expire 2 lines
04-18 03:35:59.393 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:35:59.414 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:35:59.426 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:35:59.446 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:35:59.458 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 10 lines
04-18 03:35:59.479 174-1511/? I/chatty: uid=1041(audioserver) writer expire 10 lines
04-18 03:36:00.242 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:01.242 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:01.703 182-7928/? I/NuCachedSource2: new range: offset= 20740209
04-18 03:36:02.239 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:03.239 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:04.239 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:05.240 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:05.244 182-7928/? I/NuCachedSource2: caching reached eos.
04-18 03:36:05.250 182-7920/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (5, 1280, 720, -1), loop setting(0, 0)
04-18 03:36:05.250 180-243/? D/MediaBufferGroup: creating MemoryDealer
04-18 03:36:05.251 182-7921/? D/GenericSource: stopBufferingIfNecessary_l, mBuffering=0
04-18 03:36:05.252 182-7920/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (3, 100, 0, -1), loop setting(0, 0)
notifyListener_l(0xb1ca7230), (1, 0, 0, -1), loop setting(0, 0)
04-18 03:36:05.353 296-916/system_process V/MediaRouterService: restoreBluetoothA2dp(false)
04-18 03:36:05.353 182-1506/? D/NuPlayerDriver: start(0xb1ca7230), state is 4, eos is 0
04-18 03:36:05.353 182-7920/? I/GenericSource: start
04-18 03:36:05.354 182-7928/? I/NuCachedSource2: new range: offset= 0
04-18 03:36:06.238 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:07.226 296-363/system_process W/InputDispatcher: channel '30fbef1 com.example.flutterproblems/com.example.flutterproblems.MainActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
04-18 03:36:07.226 296-363/system_process E/InputDispatcher: channel '30fbef1 com.example.flutterproblems/com.example.flutterproblems.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
04-18 03:36:07.228 182-7928/? E/IMediaHTTPConnection: remote readAt failed
04-18 03:36:07.228 182-7928/? E/NuCachedSource2: source returned error -2147483648, 9 retries left
04-18 03:36:07.229 182-7795/? D/NuPlayerDriver: reset(0xb1ca7230) at state 5
04-18 03:36:07.230 182-7795/? D/NuPlayerDriver: notifyListener_l(0xb1ca7230), (8, 0, 0, -1), loop setting(0, 0)
04-18 03:36:07.230 296-997/system_process I/ActivityManager: Process com.example.flutterproblems (pid 7880) has died: fore TOP
04-18 03:36:07.231 296-519/system_process I/WindowManager: WIN DEATH: Window{30fbef1 u0 com.example.flutterproblems/com.example.flutterproblems.MainActivity}
04-18 03:36:07.231 296-519/system_process W/InputDispatcher: Attempted to unregister already unregistered input channel '30fbef1 com.example.flutterproblems/com.example.flutterproblems.MainActivity (server)'
04-18 03:36:07.232 296-997/system_process W/ActivityManager: Force removing ActivityRecord{5103c38 u0 com.example.flutterproblems/.MainActivity t80}: app died, no saved state
04-18 03:36:07.232 170-611/? E/SurfaceFlinger: removeLayer called with a layer whose parent has been removed
Failed to find layer (SurfaceView - com.example.flutterproblems/com.example.flutterproblems.MainActivity#0) in layer parent (no-parent).
04-18 03:36:07.233 296-313/system_process W/system_server: kill(-7880, 9) failed: No such process
04-18 03:36:07.233 296-313/system_process I/system_server: Successfully killed process cgroup uid 10034 pid 7880 in 2ms
04-18 03:36:07.234 182-7921/? D/GenericSource: startBufferingIfNecessary_l
04-18 03:36:07.239 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:07.240 182-7920/? D/NuPlayerDriver: notifyResetComplete(0xb1ca7230)
notifyListener_l(0xb1ca7230), (200, 703, 0, -1), loop setting(0, 0)
notifyListener_l(0xb1ca7230), (200, 701, 0, -1), loop setting(0, 0)
04-18 03:36:07.241 182-7795/? D/SurfaceUtils: disconnecting from surface 0xb03cc008, reason disconnectNativeWindow
04-18 03:36:07.241 182-7795/? E/SurfaceUtils: Failed to disconnect from surface 0xb03cc008, err -32
04-18 03:36:07.241 182-7795/? W/MediaPlayerService: nativeWindowDisconnect returned an error: Broken pipe (-32)
04-18 03:36:07.245 296-364/system_process I/InputReader: Reconfiguring input devices. changes=0x00000004
04-18 03:36:07.275 296-318/system_process W/ActivityManager: setHasOverlayUi called on unknown pid: 7880
04-18 03:36:07.312 170-234/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:36:07.483 296-364/system_process I/InputReader: Reconfiguring input devices. changes=0x00000004
04-18 03:36:07.493 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:36:08.202 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:08.212 170-401/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:36:08.360 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:36:09.199 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:10.138 7939-7939/? I/getprop: type=1400 audit(0.0:302): avc: denied { open } for path="/dev/__properties__/u:object_r:metricsd_prop:s0" dev="tmpfs" ino=1704 scontext=u:r:shell:s0 tcontext=u:object_r:metricsd_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:303): avc: denied { getattr } for path="/dev/__properties__/u:object_r:metricsd_prop:s0" dev="tmpfs" ino=1704 scontext=u:r:shell:s0 tcontext=u:object_r:metricsd_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:304): avc: denied { open } for path="/dev/__properties__/u:object_r:iot_lowpan_prop:s0" dev="tmpfs" ino=1706 scontext=u:r:shell:s0 tcontext=u:object_r:iot_lowpan_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:305): avc: denied { getattr } for path="/dev/__properties__/u:object_r:iot_lowpan_prop:s0" dev="tmpfs" ino=1706 scontext=u:r:shell:s0 tcontext=u:object_r:iot_lowpan_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:306): avc: denied { open } for path="/dev/__properties__/u:object_r:wifi_prop:s0" dev="tmpfs" ino=1708 scontext=u:r:shell:s0 tcontext=u:object_r:wifi_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:307): avc: denied { getattr } for path="/dev/__properties__/u:object_r:wifi_prop:s0" dev="tmpfs" ino=1708 scontext=u:r:shell:s0 tcontext=u:object_r:wifi_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:308): avc: denied { open } for path="/dev/__properties__/u:object_r:firstboot_prop:s0" dev="tmpfs" ino=1716 scontext=u:r:shell:s0 tcontext=u:object_r:firstboot_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:309): avc: denied { getattr } for path="/dev/__properties__/u:object_r:firstboot_prop:s0" dev="tmpfs" ino=1716 scontext=u:r:shell:s0 tcontext=u:object_r:firstboot_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:310): avc: denied { open } for path="/dev/__properties__/u:object_r:persistent_properties_ready_prop:s0" dev="tmpfs" ino=1717 scontext=u:r:shell:s0 tcontext=u:object_r:persistent_properties_ready_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:311): avc: denied { getattr } for path="/dev/__properties__/u:object_r:persistent_properties_ready_prop:s0" dev="tmpfs" ino=1717 scontext=u:r:shell:s0 tcontext=u:object_r:persistent_properties_ready_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:312): avc: denied { open } for path="/dev/__properties__/u:object_r:boottime_prop:s0" dev="tmpfs" ino=1720 scontext=u:r:shell:s0 tcontext=u:object_r:boottime_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:313): avc: denied { getattr } for path="/dev/__properties__/u:object_r:boottime_prop:s0" dev="tmpfs" ino=1720 scontext=u:r:shell:s0 tcontext=u:object_r:boottime_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:314): avc: denied { open } for path="/dev/__properties__/u:object_r:overlay_prop:s0" dev="tmpfs" ino=1722 scontext=u:r:shell:s0 tcontext=u:object_r:overlay_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:315): avc: denied { getattr } for path="/dev/__properties__/u:object_r:overlay_prop:s0" dev="tmpfs" ino=1722 scontext=u:r:shell:s0 tcontext=u:object_r:overlay_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:316): avc: denied { open } for path="/dev/__properties__/u:object_r:safemode_prop:s0" dev="tmpfs" ino=1723 scontext=u:r:shell:s0 tcontext=u:object_r:safemode_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:317): avc: denied { getattr } for path="/dev/__properties__/u:object_r:safemode_prop:s0" dev="tmpfs" ino=1723 scontext=u:r:shell:s0 tcontext=u:object_r:safemode_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:318): avc: denied { open } for path="/dev/__properties__/u:object_r:netd_stable_secret_prop:s0" dev="tmpfs" ino=1724 scontext=u:r:shell:s0 tcontext=u:object_r:netd_stable_secret_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:319): avc: denied { getattr } for path="/dev/__properties__/u:object_r:netd_stable_secret_prop:s0" dev="tmpfs" ino=1724 scontext=u:r:shell:s0 tcontext=u:object_r:netd_stable_secret_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:320): avc: denied { open } for path="/dev/__properties__/u:object_r:mmc_prop:s0" dev="tmpfs" ino=1725 scontext=u:r:shell:s0 tcontext=u:object_r:mmc_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:321): avc: denied { getattr } for path="/dev/__properties__/u:object_r:mmc_prop:s0" dev="tmpfs" ino=1725 scontext=u:r:shell:s0 tcontext=u:object_r:mmc_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:322): avc: denied { open } for path="/dev/__properties__/u:object_r:net_dns_prop:s0" dev="tmpfs" ino=1731 scontext=u:r:shell:s0 tcontext=u:object_r:net_dns_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:323): avc: denied { getattr } for path="/dev/__properties__/u:object_r:net_dns_prop:s0" dev="tmpfs" ino=1731 scontext=u:r:shell:s0 tcontext=u:object_r:net_dns_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:324): avc: denied { open } for path="/dev/__properties__/u:object_r:lowpan_prop:s0" dev="tmpfs" ino=1733 scontext=u:r:shell:s0 tcontext=u:object_r:lowpan_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:325): avc: denied { getattr } for path="/dev/__properties__/u:object_r:lowpan_prop:s0" dev="tmpfs" ino=1733 scontext=u:r:shell:s0 tcontext=u:object_r:lowpan_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:326): avc: denied { open } for path="/dev/__properties__/u:object_r:dumpstate_options_prop:s0" dev="tmpfs" ino=1741 scontext=u:r:shell:s0 tcontext=u:object_r:dumpstate_options_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:327): avc: denied { getattr } for path="/dev/__properties__/u:object_r:dumpstate_options_prop:s0" dev="tmpfs" ino=1741 scontext=u:r:shell:s0 tcontext=u:object_r:dumpstate_options_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:328): avc: denied { open } for path="/dev/__properties__/u:object_r:bluetooth_prop:s0" dev="tmpfs" ino=1749 scontext=u:r:shell:s0 tcontext=u:object_r:bluetooth_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:329): avc: denied { getattr } for path="/dev/__properties__/u:object_r:bluetooth_prop:s0" dev="tmpfs" ino=1749 scontext=u:r:shell:s0 tcontext=u:object_r:bluetooth_prop:s0 tclass=file permissive=1
04-18 03:36:10.199 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:10.838 296-398/system_process E/TaskPersister: File error accessing recents directory (directory doesn't exist?).
04-18 03:36:11.199 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:12.199 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:13.199 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:14.199 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:14.537 296-914/system_process I/ActivityManager: Force stopping com.example.flutterproblems appid=10034 user=0: from pid 7949
04-18 03:36:15.199 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:15.806 7951-7951/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
04-18 03:36:15.831 7951-7951/? W/app_process: Could not reserve sentinel fault page
04-18 03:36:16.199 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:16.200 7951-7951/? W/app_process: Using default instruction set features for ARM CPU variant (generic) using conservative defaults
04-18 03:36:16.208 7951-7951/? I/app_process: The ClassLoaderContext is a special shared library.
04-18 03:36:16.322 7951-7951/? D/AndroidRuntime: Calling main entry com.android.commands.pm.Pm
04-18 03:36:16.337 7951-7951/? I/app_process: System.exit called, status: 0
04-18 03:36:16.337 7951-7951/? I/AndroidRuntime: VM exiting with result code 0.
04-18 03:36:16.337 7951-7959/? W/MessageQueue: Handler (android.os.Handler) {bb15f5e} sending message to a Handler on a dead thread
java.lang.IllegalStateException: Handler (android.os.Handler) {bb15f5e} sending message to a Handler on a dead thread
at android.os.MessageQueue.enqueueMessage(MessageQueue.java:545)
at android.os.Handler.enqueueMessage(Handler.java:662)
at android.os.Handler.sendMessageAtTime(Handler.java:631)
at android.os.Handler.sendMessageDelayed(Handler.java:601)
at android.os.Handler.post(Handler.java:357)
at android.os.ResultReceiver$MyResultReceiver.send(ResultReceiver.java:57)
at com.android.internal.os.IResultReceiver$Stub.onTransact(IResultReceiver.java:58)
at android.os.Binder.execTransact(Binder.java:697)
04-18 03:36:16.620 296-997/system_process I/ActivityManager: START u0 {act=android.intent.action.RUN flg=0x30000000 cmp=com.example.flutterproblems/.MainActivity (has extras)} from uid 2000
04-18 03:36:16.654 296-924/system_process I/ActivityManager: Start proc 7969:com.example.flutterproblems/u0a34 for activity com.example.flutterproblems/.MainActivity
04-18 03:36:16.666 170-401/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:36:16.690 7969-7969/? I/zygote: Late-enabling -Xcheck:jni
04-18 03:36:16.773 7969-7969/? W/zygote: Using default instruction set features for ARM CPU variant (generic) using conservative defaults
04-18 03:36:16.861 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:36:17.103 7969-7969/? I/com.example.flutterproblems: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
04-18 03:36:17.191 7969-7969/? I/FlutterActivityDelegate: onResume setting current activity to this
04-18 03:36:17.199 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:17.219 7969-7990/? D/OpenGLRenderer: HWUI GL Pipeline
04-18 03:36:17.287 7969-7990/? I/OpenGLRenderer: Initialized EGL, version 1.4
04-18 03:36:17.287 7969-7990/? D/OpenGLRenderer: Swap behavior 1
04-18 03:36:18.199 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:18.753 7969-7993/? I/flutter: Observatory listening on http://127.0.0.1:35511/
04-18 03:36:19.199 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:19.436 170-611/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:36:19.439 7969-7986/? D/vndksupport: Loading /vendor/lib/hw/android.hardware.graphics.mapper@2.0-impl.so from current namespace instead of sphal namespace.
04-18 03:36:19.472 7969-7969/? I/Choreographer: Skipped 132 frames! The application may be doing too much work on its main thread.
04-18 03:36:19.848 296-302/system_process I/zygote: Background concurrent copying GC freed 34701(2MB) AllocSpace objects, 28(1136KB) LOS objects, 42% free, 5MB/9MB, paused 235us total 171.111ms
04-18 03:36:20.200 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:20.810 296-398/system_process E/TaskPersister: File error accessing recents directory (directory doesn't exist?).
04-18 03:36:21.199 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:22.176 170-611/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:36:22.203 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:22.228 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:36:22.236 296-318/system_process I/ActivityManager: Displayed com.example.flutterproblems/.MainActivity: +5s574ms
04-18 03:36:22.267 170-611/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:36:22.293 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:36:23.200 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:23.777 7969-7969/? V/MediaHTTPService: MediaHTTPService(android.media.MediaHTTPService@bbb49e6): Cookies: null
04-18 03:36:23.781 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 97 lines
04-18 03:36:23.787 182-261/? D/NuPlayerDriver: NuPlayerDriver(0xb039b1c0) created, clientPid(7969)
04-18 03:36:23.793 182-7795/? D/SurfaceUtils: connecting to surface 0xb03cc808, reason setVideoSurfaceTexture
04-18 03:36:23.794 182-8003/? D/NuPlayer: onSetVideoSurface(0xb03cc000, no video decoder)
04-18 03:36:23.804 174-1511/? I/chatty: uid=1041(audioserver) writer expire 95 lines
04-18 03:36:23.813 7969-7982/? V/MediaHTTPService: makeHTTPConnection: CookieManager created: java.net.CookieManager@dadc1d4
04-18 03:36:23.814 7969-7982/? V/MediaHTTPService: makeHTTPConnection(android.media.MediaHTTPService@bbb49e6): cookieHandler: java.net.CookieManager@dadc1d4 Cookies: null
04-18 03:36:23.864 7969-7982/? D/NetworkSecurityConfig: No Network Security Config specified, using platform default
04-18 03:36:24.238 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:24.827 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:36:24.844 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:36:24.859 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:36:24.876 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:36:24.891 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 2 lines
04-18 03:36:24.909 174-1511/? I/chatty: uid=1041(audioserver) writer expire 2 lines
04-18 03:36:24.913 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 72 lines
04-18 03:36:24.931 174-1511/? I/chatty: uid=1041(audioserver) writer expire 71 lines
04-18 03:36:25.238 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:25.687 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:36:25.703 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:36:25.719 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:36:25.736 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:36:25.751 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:36:25.768 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:36:25.784 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:36:25.801 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:36:25.816 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:36:25.834 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:36:25.848 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:36:25.867 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:36:25.881 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:36:25.899 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:36:25.913 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:36:25.932 174-1511/? I/chatty: uid=1041(audioserver) writer expire 2 lines
04-18 03:36:25.945 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 77 lines
04-18 03:36:25.954 174-1511/? I/chatty: uid=1041(audioserver) writer expire 75 lines
04-18 03:36:26.237 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:27.242 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:27.292 640-8013/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:36:27.296 640-8013/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:36:28.242 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:29.242 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:30.238 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:31.241 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:32.242 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:32.620 182-8014/? I/NuCachedSource2: new range: offset= 20740209
04-18 03:36:33.243 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:34.242 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:35.237 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:36.237 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:36.751 182-8014/? I/NuCachedSource2: caching reached eos.
04-18 03:36:36.768 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (5, 1280, 720, -1), loop setting(0, 0)
04-18 03:36:36.769 180-243/? D/MediaBufferGroup: creating MemoryDealer
04-18 03:36:36.771 182-8004/? D/GenericSource: stopBufferingIfNecessary_l, mBuffering=0
04-18 03:36:36.771 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 100, 0, -1), loop setting(0, 0)
notifyListener_l(0xb039b1c0), (1, 0, 0, -1), loop setting(0, 0)
04-18 03:36:36.906 296-997/system_process V/MediaRouterService: restoreBluetoothA2dp(false)
04-18 03:36:36.907 182-1506/? D/NuPlayerDriver: start(0xb039b1c0), state is 4, eos is 0
04-18 03:36:36.907 182-8003/? I/GenericSource: start
04-18 03:36:36.908 182-8014/? I/NuCachedSource2: new range: offset= 0
04-18 03:36:37.242 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:38.243 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:38.518 182-8014/? I/NuCachedSource2: retrying a previously failed read succeeded.
04-18 03:36:39.237 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:40.239 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:41.239 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:41.946 182-8004/? D/GenericSource: startBufferingIfNecessary_l
04-18 03:36:41.951 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 2, 0, -1), loop setting(0, 0)
notifyListener_l(0xb039b1c0), (200, 703, 0, -1), loop setting(0, 0)
04-18 03:36:41.951 182-8003/? I/NuPlayer: buffer low, pausing...
04-18 03:36:41.951 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (200, 701, 0, -1), loop setting(0, 0)
04-18 03:36:41.952 7969-8005/? W/MediaPlayerNative: info/warning (703, 0)
04-18 03:36:41.953 7969-8005/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:36:41.974 186-1474/? I/OMXMaster: makeComponentInstance(OMX.google.h264.decoder) in android.hardwar process
04-18 03:36:41.977 186-186/? I/OMXMaster: makeComponentInstance(OMX.google.aac.decoder) in android.hardwar process
04-18 03:36:41.982 182-8022/? D/SurfaceUtils: disconnecting from surface 0xb03cc008, reason onConfigure
04-18 03:36:41.982 182-8023/? D/SurfaceUtils: connecting to surface 0xb03cc008, reason connectToSurface
04-18 03:36:41.984 182-8023/? I/MediaCodec: [OMX.google.h264.decoder] setting surface generation to 186371
04-18 03:36:41.984 182-8023/? D/SurfaceUtils: disconnecting from surface 0xb03cc008, reason connectToSurface(reconnect)
04-18 03:36:41.985 182-8023/? D/SurfaceUtils: connecting to surface 0xb03cc008, reason connectToSurface(reconnect)
04-18 03:36:41.989 186-186/? E/OMXNodeInstance: setConfig(0xa7ea29c0:google.aac.decoder, ConfigPriority(0x6f800002)) ERROR: Undefined(0x80001001)
04-18 03:36:41.989 182-8026/? I/ACodec: codec does not support config priority (err -2147483648)
04-18 03:36:41.990 186-186/? E/OMXNodeInstance: getConfig(0xa7ea29c0:google.aac.decoder, ConfigAndroidVendorExtension(0x6f100004)) ERROR: Undefined(0x80001001)
04-18 03:36:41.990 186-1474/? E/OMXNodeInstance: getExtensionIndex(0xa7b07000:google.h264.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a)
04-18 03:36:41.991 182-8024/? E/ACodec: [OMX.google.h264.decoder] setPortMode on output to DynamicANWBuffer failed w/ err -1010
04-18 03:36:41.991 186-1474/? W/OMXNodeInstance: [0xa7b07000:google.h264.decoder] component does not support metadata mode; using fallback
04-18 03:36:41.991 182-8026/? I/MediaCodec: MediaCodec will operate in async mode
04-18 03:36:41.997 186-186/? D/SoftVideoDecoderOMXComponent: Color Aspects preference: 1
04-18 03:36:41.998 186-1474/? E/OMXNodeInstance: setConfig(0xa7b07000:google.h264.decoder, ConfigPriority(0x6f800002)) ERROR: UnsupportedIndex(0x8000101a)
04-18 03:36:41.998 182-8024/? I/ACodec: codec does not support config priority (err -1010)
04-18 03:36:41.998 186-1449/? E/OMXNodeInstance: setConfig(0xa7b07000:google.h264.decoder, ConfigOperatingRate(0x6f800003)) ERROR: UnsupportedIndex(0x8000101a)
04-18 03:36:41.999 182-8024/? I/ACodec: codec does not support config operating rate (err -1010)
04-18 03:36:41.999 186-186/? E/OMXNodeInstance: getConfig(0xa7b07000:google.h264.decoder, ConfigAndroidVendorExtension(0x6f100004)) ERROR: UnsupportedIndex(0x8000101a)
04-18 03:36:42.002 186-1449/? E/OMXNodeInstance: getConfig(0xa7b07000:google.h264.decoder, ??(0x7f000003)) ERROR: UnsupportedSetting(0x80001019)
04-18 03:36:42.003 182-8023/? I/MediaCodec: MediaCodec will operate in async mode
04-18 03:36:42.026 186-186/? E/OMXNodeInstance: setConfig(0xa7b07000:google.h264.decoder, ConfigOperatingRate(0x6f800003)) ERROR: UnsupportedIndex(0x8000101a)
04-18 03:36:42.026 182-8024/? I/ACodec: codec does not support config operating rate (err -1010)
04-18 03:36:42.027 186-8027/? D/SoftVideoDecoderOMXComponent: Color Aspects preference: 1
04-18 03:36:42.209 186-1474/? E/OMXNodeInstance: getConfig(0xa7b07000:google.h264.decoder, ??(0x7f000003)) ERROR: UnsupportedSetting(0x80001019)
04-18 03:36:42.238 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:42.361 182-8023/? D/MediaCodec: [OMX.google.h264.decoder] setting dataspace on output surface to #104
04-18 03:36:42.364 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (5, 1280, 720, -1), loop setting(0, 0)
04-18 03:36:42.366 7969-8005/? D/vndksupport: Loading /vendor/lib/hw/android.hardware.graphics.allocator@2.0-impl.so from current namespace instead of sphal namespace.
04-18 03:36:42.373 7969-8005/? W/GrallocMapperPassthrough: buffer descriptor with invalid usage bits 0x2000
04-18 03:36:42.374 7969-8005/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:36:42.385 182-8023/? D/SoftwareRenderer: setting dataspace on output surface to #104
04-18 03:36:42.947 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 2, 0, -1), loop setting(0, 0)
04-18 03:36:43.238 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:43.623 296-310/system_process I/UsageStatsService: User[0] Flushing usage stats to disk
04-18 03:36:43.947 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 2, 0, -1), loop setting(0, 0)
04-18 03:36:44.242 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:44.947 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 3, 0, -1), loop setting(0, 0)
04-18 03:36:45.242 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:45.947 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 3, 0, -1), loop setting(0, 0)
04-18 03:36:46.242 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:46.948 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 4, 0, -1), loop setting(0, 0)
04-18 03:36:47.242 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:47.948 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 4, 0, -1), loop setting(0, 0)
04-18 03:36:48.242 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:48.948 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 5, 0, -1), loop setting(0, 0)
04-18 03:36:49.201 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:49.859 296-453/system_process D/WificondControl: Scan result ready event
04-18 03:36:49.948 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 7, 0, -1), loop setting(0, 0)
04-18 03:36:50.240 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:50.949 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 7, 0, -1), loop setting(0, 0)
04-18 03:36:51.243 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:51.949 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 8, 0, -1), loop setting(0, 0)
04-18 03:36:52.201 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:52.949 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 10, 0, -1), loop setting(0, 0)
04-18 03:36:53.242 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:53.950 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 11, 0, -1), loop setting(0, 0)
04-18 03:36:54.237 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:54.950 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 12, 0, -1), loop setting(0, 0)
04-18 03:36:55.233 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:55.951 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 12, 0, -1), loop setting(0, 0)
04-18 03:36:56.239 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:56.952 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 13, 0, -1), loop setting(0, 0)
04-18 03:36:57.218 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:57.952 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 14, 0, -1), loop setting(0, 0)
04-18 03:36:57.952 182-8018/? D/GenericSource: stopBufferingIfNecessary_l
04-18 03:36:57.953 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (200, 703, 0, -1), loop setting(0, 0)
04-18 03:36:57.953 182-8003/? I/NuPlayer: buffer ready, resuming...
04-18 03:36:57.953 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (200, 702, 0, -1), loop setting(0, 0)
notifyListener_l(0xb039b1c0), (3, 14, 0, -1), loop setting(0, 0)
notifyListener_l(0xb039b1c0), (200, 3, 0, -1), loop setting(0, 0)
notifyListener_l(0xb039b1c0), (6, 0, 0, -1), loop setting(0, 0)
04-18 03:36:57.954 7969-8017/? W/GrallocMapperPassthrough: buffer descriptor with invalid usage bits 0x2000
04-18 03:36:57.954 7969-7982/? W/MediaPlayerNative: info/warning (703, 0)
04-18 03:36:57.954 7969-8017/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:36:57.955 7969-7982/? W/MediaPlayerNative: info/warning (702, 0)
info/warning (3, 0)
04-18 03:36:57.960 186-8029/? I/SoftAAC2: Reconfiguring decoder: 0->48000 Hz, 0->6 channels
04-18 03:36:58.001 174-263/? I/chatty: uid=1041(audioserver) Binder:174_2 expire 1 line
04-18 03:36:58.004 182-8021/? D/AudioTrack: Client defaulted notificationFrames to 12288 for frameCount 24576
04-18 03:36:58.010 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:36:58.011 174-174/? I/chatty: uid=1041(audioserver) /system/bin/audioserver expire 6 lines
04-18 03:36:58.013 174-1511/? I/chatty: uid=1041(audioserver) writer expire 6 lines
04-18 03:36:58.238 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:58.953 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 14, 0, -1), loop setting(0, 0)
04-18 03:36:59.237 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:36:59.954 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 16, 0, -1), loop setting(0, 0)
04-18 03:37:00.238 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:00.955 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 16, 0, -1), loop setting(0, 0)
04-18 03:37:01.238 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:01.955 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 20, 0, -1), loop setting(0, 0)
04-18 03:37:02.237 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:02.956 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 21, 0, -1), loop setting(0, 0)
04-18 03:37:03.237 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:03.956 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 23, 0, -1), loop setting(0, 0)
04-18 03:37:04.238 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:04.957 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 23, 0, -1), loop setting(0, 0)
04-18 03:37:05.238 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:05.958 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 23, 0, -1), loop setting(0, 0)
04-18 03:37:06.238 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:06.960 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 26, 0, -1), loop setting(0, 0)
04-18 03:37:07.234 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:07.963 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 28, 0, -1), loop setting(0, 0)
04-18 03:37:08.238 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:08.964 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 30, 0, -1), loop setting(0, 0)
04-18 03:37:09.239 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:09.966 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 33, 0, -1), loop setting(0, 0)
04-18 03:37:10.239 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:10.966 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 34, 0, -1), loop setting(0, 0)
04-18 03:37:11.238 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:11.967 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 36, 0, -1), loop setting(0, 0)
04-18 03:37:12.237 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:12.968 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 37, 0, -1), loop setting(0, 0)
04-18 03:37:13.237 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:13.970 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 37, 0, -1), loop setting(0, 0)
04-18 03:37:14.237 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:14.971 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 37, 0, -1), loop setting(0, 0)
04-18 03:37:15.237 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:15.972 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 38, 0, -1), loop setting(0, 0)
04-18 03:37:16.237 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:16.974 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 38, 0, -1), loop setting(0, 0)
04-18 03:37:17.237 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:17.927 7969-7974/? I/zygote: Do partial code cache collection, code=30KB, data=28KB
04-18 03:37:17.929 7969-7974/? I/zygote: After code cache collection, code=30KB, data=28KB
Increasing code cache capacity to 128KB
04-18 03:37:17.975 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 40, 0, -1), loop setting(0, 0)
04-18 03:37:18.240 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:18.976 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 42, 0, -1), loop setting(0, 0)
04-18 03:37:19.238 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:19.977 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 43, 0, -1), loop setting(0, 0)
04-18 03:37:20.237 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:20.977 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 43, 0, -1), loop setting(0, 0)
04-18 03:37:21.237 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:21.978 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 46, 0, -1), loop setting(0, 0)
04-18 03:37:22.238 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:22.979 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 48, 0, -1), loop setting(0, 0)
04-18 03:37:23.238 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:23.980 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 50, 0, -1), loop setting(0, 0)
04-18 03:37:24.238 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:24.981 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 50, 0, -1), loop setting(0, 0)
04-18 03:37:25.238 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:25.981 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 53, 0, -1), loop setting(0, 0)
04-18 03:37:26.201 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:26.982 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 54, 0, -1), loop setting(0, 0)
04-18 03:37:27.241 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:27.635 640-8671/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:37:27.640 640-8671/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:37:27.984 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 56, 0, -1), loop setting(0, 0)
04-18 03:37:28.238 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:28.986 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 56, 0, -1), loop setting(0, 0)
04-18 03:37:29.239 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:29.988 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 58, 0, -1), loop setting(0, 0)
04-18 03:37:30.238 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:30.989 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 59, 0, -1), loop setting(0, 0)
04-18 03:37:31.203 170-232/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:37:31.227 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:37:31.249 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:31.273 174-275/? I/chatty: uid=1041(audioserver) AudioOut_15 expire 4 lines
04-18 03:37:31.991 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 59, 0, -1), loop setting(0, 0)
04-18 03:37:32.238 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:32.992 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 59, 0, -1), loop setting(0, 0)
04-18 03:37:33.237 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:33.993 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 62, 0, -1), loop setting(0, 0)
04-18 03:37:34.238 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:34.994 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 62, 0, -1), loop setting(0, 0)
04-18 03:37:35.237 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:35.995 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 65, 0, -1), loop setting(0, 0)
04-18 03:37:36.237 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:36.996 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 66, 0, -1), loop setting(0, 0)
04-18 03:37:37.239 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:37.526 7969-7969/? I/Choreographer: Skipped 366 frames! The application may be doing too much work on its main thread.
04-18 03:37:37.997 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 68, 0, -1), loop setting(0, 0)
04-18 03:37:38.239 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:38.998 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 70, 0, -1), loop setting(0, 0)
04-18 03:37:39.237 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:40.004 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 70, 0, -1), loop setting(0, 0)
04-18 03:37:40.239 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:41.005 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 73, 0, -1), loop setting(0, 0)
04-18 03:37:41.237 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:42.007 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 75, 0, -1), loop setting(0, 0)
04-18 03:37:42.244 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:43.008 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 77, 0, -1), loop setting(0, 0)
04-18 03:37:43.237 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:44.011 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 79, 0, -1), loop setting(0, 0)
04-18 03:37:44.221 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:45.015 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 80, 0, -1), loop setting(0, 0)
04-18 03:37:45.203 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:46.015 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 83, 0, -1), loop setting(0, 0)
04-18 03:37:46.237 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:47.015 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 85, 0, -1), loop setting(0, 0)
04-18 03:37:47.237 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:48.017 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 86, 0, -1), loop setting(0, 0)
04-18 03:37:48.239 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:49.017 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 89, 0, -1), loop setting(0, 0)
04-18 03:37:49.237 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:50.021 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 90, 0, -1), loop setting(0, 0)
04-18 03:37:50.237 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:50.376 296-363/system_process W/InputDispatcher: channel 'ae6543c com.example.flutterproblems/com.example.flutterproblems.MainActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
04-18 03:37:50.376 296-363/system_process E/InputDispatcher: channel 'ae6543c com.example.flutterproblems/com.example.flutterproblems.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
04-18 03:37:50.378 182-8014/? E/IMediaHTTPConnection: remote readAt failed
04-18 03:37:50.378 182-8014/? E/NuCachedSource2: source returned error -2147483648, 10 retries left
04-18 03:37:50.379 182-182/? D/NuPlayerDriver: reset(0xb039b1c0) at state 5
04-18 03:37:50.379 296-997/system_process I/ActivityManager: Process com.example.flutterproblems (pid 7969) has died: fore TOP
04-18 03:37:50.380 296-997/system_process W/ActivityManager: Force removing ActivityRecord{5ff87e3 u0 com.example.flutterproblems/.MainActivity t81}: app died, no saved state
04-18 03:37:50.381 170-232/? E/SurfaceFlinger: Failed to find layer (SurfaceView - com.example.flutterproblems/com.example.flutterproblems.MainActivity#0) in layer parent (no-parent).
Failed to find layer (Background for - SurfaceView - com.example.flutterproblems/com.example.flutterproblems.MainActivity#0) in layer parent (no-parent).
04-18 03:37:50.382 296-313/system_process W/system_server: kill(-7969, 9) failed: No such process
04-18 03:37:50.383 296-998/system_process I/WindowManager: WIN DEATH: Window{ae6543c u0 com.example.flutterproblems/com.example.flutterproblems.MainActivity}
04-18 03:37:50.383 296-998/system_process W/InputDispatcher: Attempted to unregister already unregistered input channel 'ae6543c com.example.flutterproblems/com.example.flutterproblems.MainActivity (server)'
04-18 03:37:50.384 296-313/system_process I/system_server: Successfully killed process cgroup uid 10034 pid 7969 in 1ms
04-18 03:37:50.388 997-997/? I/Binder:296_9: type=1400 audit(0.0:330): avc: denied { ptrace } for scontext=u:r:system_server:s0 tcontext=u:r:untrusted_app_25:s0:c512,c768 tclass=process permissive=1
04-18 03:37:50.397 182-182/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (8, 0, 0, -1), loop setting(0, 0)
04-18 03:37:50.420 296-318/system_process W/ActivityManager: setHasOverlayUi called on unknown pid: 7969
04-18 03:37:50.427 296-364/system_process I/InputReader: Reconfiguring input devices. changes=0x00000004
04-18 03:37:50.486 170-232/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:37:50.705 296-364/system_process I/InputReader: Reconfiguring input devices. changes=0x00000004
04-18 03:37:50.710 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:37:51.022 182-8003/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (3, 90, 0, -1), loop setting(0, 0)
04-18 03:37:51.040 182-8023/? D/SurfaceUtils: disconnecting from surface 0xb03cc008, reason disconnectFromSurface
04-18 03:37:51.045 182-8023/? E/SurfaceUtils: Failed to disconnect from surface 0xb03cc008, err -32
04-18 03:37:51.045 182-8023/? W/MediaCodec: nativeWindowDisconnect returned an error: Broken pipe (-32)
04-18 03:37:51.047 182-8022/? D/SurfaceUtils: connecting to surface 0xb03cc008, reason onShutdown
04-18 03:37:51.047 182-8022/? E/SurfaceUtils: Failed to connect to surface 0xb03cc008, err -32
04-18 03:37:51.047 182-8022/? W/NuPlayerDecoder: [OMX.google.h264.decoder] failed to connect to native window, error=-32
04-18 03:37:51.071 182-8003/? D/NuPlayerDriver: notifyResetComplete(0xb039b1c0)
04-18 03:37:51.071 182-182/? D/SurfaceUtils: disconnecting from surface 0xb03cc808, reason disconnectNativeWindow
04-18 03:37:51.071 182-182/? E/SurfaceUtils: Failed to disconnect from surface 0xb03cc808, err -32
04-18 03:37:51.071 182-182/? W/MediaPlayerService: nativeWindowDisconnect returned an error: Broken pipe (-32)
04-18 03:37:51.072 182-182/? D/AudioTrack: stop() called with 0 frames delivered
04-18 03:37:51.239 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:51.246 170-234/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:37:51.393 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:37:52.199 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:53.199 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:53.748 9226-9226/? I/getprop: type=1400 audit(0.0:331): avc: denied { open } for path="/dev/__properties__/u:object_r:metricsd_prop:s0" dev="tmpfs" ino=1704 scontext=u:r:shell:s0 tcontext=u:object_r:metricsd_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:332): avc: denied { getattr } for path="/dev/__properties__/u:object_r:metricsd_prop:s0" dev="tmpfs" ino=1704 scontext=u:r:shell:s0 tcontext=u:object_r:metricsd_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:333): avc: denied { open } for path="/dev/__properties__/u:object_r:iot_lowpan_prop:s0" dev="tmpfs" ino=1706 scontext=u:r:shell:s0 tcontext=u:object_r:iot_lowpan_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:334): avc: denied { getattr } for path="/dev/__properties__/u:object_r:iot_lowpan_prop:s0" dev="tmpfs" ino=1706 scontext=u:r:shell:s0 tcontext=u:object_r:iot_lowpan_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:335): avc: denied { open } for path="/dev/__properties__/u:object_r:wifi_prop:s0" dev="tmpfs" ino=1708 scontext=u:r:shell:s0 tcontext=u:object_r:wifi_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:336): avc: denied { getattr } for path="/dev/__properties__/u:object_r:wifi_prop:s0" dev="tmpfs" ino=1708 scontext=u:r:shell:s0 tcontext=u:object_r:wifi_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:337): avc: denied { open } for path="/dev/__properties__/u:object_r:firstboot_prop:s0" dev="tmpfs" ino=1716 scontext=u:r:shell:s0 tcontext=u:object_r:firstboot_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:338): avc: denied { getattr } for path="/dev/__properties__/u:object_r:firstboot_prop:s0" dev="tmpfs" ino=1716 scontext=u:r:shell:s0 tcontext=u:object_r:firstboot_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:339): avc: denied { open } for path="/dev/__properties__/u:object_r:persistent_properties_ready_prop:s0" dev="tmpfs" ino=1717 scontext=u:r:shell:s0 tcontext=u:object_r:persistent_properties_ready_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:340): avc: denied { getattr } for path="/dev/__properties__/u:object_r:persistent_properties_ready_prop:s0" dev="tmpfs" ino=1717 scontext=u:r:shell:s0 tcontext=u:object_r:persistent_properties_ready_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:341): avc: denied { open } for path="/dev/__properties__/u:object_r:boottime_prop:s0" dev="tmpfs" ino=1720 scontext=u:r:shell:s0 tcontext=u:object_r:boottime_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:342): avc: denied { getattr } for path="/dev/__properties__/u:object_r:boottime_prop:s0" dev="tmpfs" ino=1720 scontext=u:r:shell:s0 tcontext=u:object_r:boottime_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:343): avc: denied { open } for path="/dev/__properties__/u:object_r:overlay_prop:s0" dev="tmpfs" ino=1722 scontext=u:r:shell:s0 tcontext=u:object_r:overlay_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:344): avc: denied { getattr } for path="/dev/__properties__/u:object_r:overlay_prop:s0" dev="tmpfs" ino=1722 scontext=u:r:shell:s0 tcontext=u:object_r:overlay_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:345): avc: denied { open } for path="/dev/__properties__/u:object_r:safemode_prop:s0" dev="tmpfs" ino=1723 scontext=u:r:shell:s0 tcontext=u:object_r:safemode_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:346): avc: denied { getattr } for path="/dev/__properties__/u:object_r:safemode_prop:s0" dev="tmpfs" ino=1723 scontext=u:r:shell:s0 tcontext=u:object_r:safemode_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:347): avc: denied { open } for path="/dev/__properties__/u:object_r:netd_stable_secret_prop:s0" dev="tmpfs" ino=1724 scontext=u:r:shell:s0 tcontext=u:object_r:netd_stable_secret_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:348): avc: denied { getattr } for path="/dev/__properties__/u:object_r:netd_stable_secret_prop:s0" dev="tmpfs" ino=1724 scontext=u:r:shell:s0 tcontext=u:object_r:netd_stable_secret_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:349): avc: denied { open } for path="/dev/__properties__/u:object_r:mmc_prop:s0" dev="tmpfs" ino=1725 scontext=u:r:shell:s0 tcontext=u:object_r:mmc_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:350): avc: denied { getattr } for path="/dev/__properties__/u:object_r:mmc_prop:s0" dev="tmpfs" ino=1725 scontext=u:r:shell:s0 tcontext=u:object_r:mmc_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:351): avc: denied { open } for path="/dev/__properties__/u:object_r:net_dns_prop:s0" dev="tmpfs" ino=1731 scontext=u:r:shell:s0 tcontext=u:object_r:net_dns_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:352): avc: denied { getattr } for path="/dev/__properties__/u:object_r:net_dns_prop:s0" dev="tmpfs" ino=1731 scontext=u:r:shell:s0 tcontext=u:object_r:net_dns_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:353): avc: denied { open } for path="/dev/__properties__/u:object_r:lowpan_prop:s0" dev="tmpfs" ino=1733 scontext=u:r:shell:s0 tcontext=u:object_r:lowpan_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:354): avc: denied { getattr } for path="/dev/__properties__/u:object_r:lowpan_prop:s0" dev="tmpfs" ino=1733 scontext=u:r:shell:s0 tcontext=u:object_r:lowpan_prop:s0 tclass=file permissive=1
04-18 03:37:53.758 9226-9226/? I/getprop: type=1400 audit(0.0:355): avc: denied { open } for path="/dev/__properties__/u:object_r:dumpstate_options_prop:s0" dev="tmpfs" ino=1741 scontext=u:r:shell:s0 tcontext=u:object_r:dumpstate_options_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:356): avc: denied { getattr } for path="/dev/__properties__/u:object_r:dumpstate_options_prop:s0" dev="tmpfs" ino=1741 scontext=u:r:shell:s0 tcontext=u:object_r:dumpstate_options_prop:s0 tclass=file permissive=1
04-18 03:37:53.998 296-398/system_process E/TaskPersister: File error accessing recents directory (directory doesn't exist?).
04-18 03:37:54.199 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:55.199 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:56.199 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:57.199 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:58.199 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:37:59.199 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:00.199 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:01.199 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:02.199 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:03.199 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:04.188 296-520/system_process I/ActivityManager: Force stopping com.example.flutterproblems appid=10034 user=0: from pid 9236
04-18 03:38:04.199 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:04.390 296-302/system_process I/zygote: Background concurrent copying GC freed 36590(2MB) AllocSpace objects, 23(1100KB) LOS objects, 42% free, 5MB/9MB, paused 230us total 185.291ms
04-18 03:38:05.199 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:05.568 9238-9238/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
04-18 03:38:05.594 9238-9238/? W/app_process: Could not reserve sentinel fault page
04-18 03:38:05.990 9238-9238/? W/app_process: Using default instruction set features for ARM CPU variant (generic) using conservative defaults
04-18 03:38:05.997 9238-9238/? I/app_process: The ClassLoaderContext is a special shared library.
04-18 03:38:06.120 9238-9238/? D/AndroidRuntime: Calling main entry com.android.commands.pm.Pm
04-18 03:38:06.135 9238-9238/? I/app_process: System.exit called, status: 0
04-18 03:38:06.135 9238-9238/? I/AndroidRuntime: VM exiting with result code 0.
04-18 03:38:06.135 9238-9246/? W/MessageQueue: Handler (android.os.Handler) {d8fb87c} sending message to a Handler on a dead thread
java.lang.IllegalStateException: Handler (android.os.Handler) {d8fb87c} sending message to a Handler on a dead thread
at android.os.MessageQueue.enqueueMessage(MessageQueue.java:545)
at android.os.Handler.enqueueMessage(Handler.java:662)
at android.os.Handler.sendMessageAtTime(Handler.java:631)
at android.os.Handler.sendMessageDelayed(Handler.java:601)
at android.os.Handler.post(Handler.java:357)
at android.os.ResultReceiver$MyResultReceiver.send(ResultReceiver.java:57)
at com.android.internal.os.IResultReceiver$Stub.onTransact(IResultReceiver.java:58)
at android.os.Binder.execTransact(Binder.java:697)
04-18 03:38:06.199 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:07.199 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:08.199 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:09.199 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:10.199 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:11.199 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:12.199 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:13.199 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:14.199 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:15.199 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:16.199 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:17.199 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:18.199 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:19.199 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:20.199 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:21.199 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:22.199 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:22.519 296-914/system_process W/zygote: Long monitor contention with owner PackageInstaller (342) at int android.content.res.AssetManager.getStringBlockCount()(AssetManager.java:-2) waiters=0 in void com.android.server.pm.PackageInstallerSession.write(org.xmlpull.v1.XmlSerializer, java.io.File) for 710ms
04-18 03:38:22.518 322-322/? I/PackageManager: type=1400 audit(0.0:357): avc: denied { ptrace } for scontext=u:r:system_server:s0 tcontext=u:r:platform_app:s0:c512,c768 tclass=process permissive=1
04-18 03:38:22.711 296-322/system_process I/PackageManager.DexOptimizer: Running dexopt (dexoptNeeded=1) on: /data/app/com.example.flutterproblems-BJMsyf0ROAXWCOhDh6g1Dg==/base.apk pkg=com.example.flutterproblems isa=arm dexoptFlags=boot_complete,debuggable,public target-filter=quicken oatDir=/data/app/com.example.flutterproblems-BJMsyf0ROAXWCOhDh6g1Dg==/oat sharedLibraries=PCL[]
04-18 03:38:22.788 9259-9259/? W/dex2oat: Using default instruction set features for ARM CPU variant (generic) using conservative defaults
04-18 03:38:22.790 9259-9259/? I/dex2oat: /system/bin/dex2oat --input-vdex-fd=-1 --output-vdex-fd=9 --compiler-filter=quicken --debuggable --classpath-dir=/data/app/com.example.flutterproblems-BJMsyf0ROAXWCOhDh6g1Dg== --class-loader-context=PCL[]
04-18 03:38:22.778 9259-9259/? I/dex2oat: type=1400 audit(0.0:358): avc: denied { write } for name="trace_marker" dev="tracefs" ino=47 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
type=1400 audit(0.0:359): avc: denied { open } for path="/sys/kernel/debug/tracing/trace_marker" dev="tracefs" ino=47 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
04-18 03:38:22.799 9259-9259/? W/dex2oat: Could not reserve sentinel fault page
04-18 03:38:23.175 9259-9259/? I/dex2oat: dex2oat took 387.780ms (362.996ms cpu) (threads: 4) arena alloc=24KB (25376B) java alloc=98KB (100808B) native alloc=1359KB (1392056B) free=2MB (2277960B)
04-18 03:38:23.194 296-311/system_process I/ActivityManager: Force stopping com.example.flutterproblems appid=10034 user=-1: installPackageLI
04-18 03:38:23.571 296-998/system_process W/zygote: Long monitor contention with owner PackageManager (322) at void com.android.server.pm.PackageManagerService.removePackageDataLIF(com.android.server.pm.PackageSetting, int[], com.android.server.pm.PackageManagerService$PackageRemovedInfo, int, boolean)(PackageManagerService.java:19696) waiters=0 in java.lang.String com.android.server.pm.PackageManagerService.getInstantAppPackageName(int) for 370ms
04-18 03:38:23.571 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:23.572 296-322/system_process I/PackageManager: Package com.example.flutterproblems codePath changed from /data/app/com.example.flutterproblems-Zk4Qda9EpYePO6Ql00HeIg== to /data/app/com.example.flutterproblems-BJMsyf0ROAXWCOhDh6g1Dg==; Retaining data and using new
04-18 03:38:23.573 296-322/system_process W/PackageManager: Code path for com.example.flutterproblems changing from /data/app/com.example.flutterproblems-Zk4Qda9EpYePO6Ql00HeIg== to /data/app/com.example.flutterproblems-BJMsyf0ROAXWCOhDh6g1Dg==
Resource path for com.example.flutterproblems changing from /data/app/com.example.flutterproblems-Zk4Qda9EpYePO6Ql00HeIg== to /data/app/com.example.flutterproblems-BJMsyf0ROAXWCOhDh6g1Dg==
04-18 03:38:24.308 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:24.318 296-322/system_process D/PackageManager: Ephemeral installer not found with new action; try old one
Clear ephemeral installer activity
04-18 03:38:24.319 296-322/system_process I/zygote: Waiting for a blocking GC Explicit
04-18 03:38:24.456 296-302/system_process I/zygote: Background concurrent copying GC freed 36796(2MB) AllocSpace objects, 21(980KB) LOS objects, 42% free, 5MB/9MB, paused 315us total 181.778ms
04-18 03:38:24.456 296-322/system_process I/zygote: WaitForGcToComplete blocked Explicit on HeapTrim for 136.318ms
04-18 03:38:24.666 296-322/system_process I/zygote: Explicit concurrent copying GC freed 4160(247KB) AllocSpace objects, 5(228KB) LOS objects, 42% free, 5MB/8MB, paused 204us total 209.600ms
04-18 03:38:24.703 177-215/? E/installd: Failed to delete /data/app/vmdl1234524770.tmp: No such file or directory
04-18 03:38:24.706 296-322/system_process I/ActivityManager: Force stopping com.example.flutterproblems appid=10034 user=0: pkg removed
04-18 03:38:24.718 296-296/system_process I/system_server: type=1400 audit(0.0:360): avc: denied { ptrace } for scontext=u:r:system_server:s0 tcontext=u:r:system_app:s0 tclass=process permissive=1
04-18 03:38:24.742 296-364/system_process I/InputReader: Reconfiguring input devices. changes=0x00000010
04-18 03:38:24.746 760-982/com.google.android.gms.persistent E/NetworkScheduler: Unrecognised action provided: android.intent.action.PACKAGE_REMOVED
04-18 03:38:24.747 296-364/system_process I/InputReader: Reconfiguring input devices. changes=0x00000010
04-18 03:38:24.750 296-364/system_process I/InputReader: Reconfiguring input devices. changes=0x00000010
04-18 03:38:24.880 809-9267/com.google.android.gms D/Wear_Controller: Received broadcast action=android.intent.action.PACKAGE_REMOVED and uri=com.example.flutterproblems
04-18 03:38:24.912 809-9274/com.google.android.gms D/Wear_Controller: Received broadcast action=android.intent.action.PACKAGE_ADDED and uri=com.example.flutterproblems
04-18 03:38:24.947 809-9274/com.google.android.gms I/FontsPackageChangeOp: Package com.example.flutterproblems has no metadata
04-18 03:38:24.972 809-899/com.google.android.gms W/Notification: Use of stream types is deprecated for operations other than volume control
See the documentation of setSound() for what to use instead with android.media.AudioAttributes to qualify your playback use case
04-18 03:38:24.974 296-453/system_process W/TelecomManager: Telecom Service not found.
04-18 03:38:25.125 296-520/system_process I/ActivityManager: START u0 {act=android.intent.action.RUN flg=0x30000000 cmp=com.example.flutterproblems/.MainActivity (has extras)} from uid 2000
04-18 03:38:25.199 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:25.332 170-611/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:38:25.455 296-924/system_process W/ActivityManager: Slow operation: 316ms so far, now at startProcess: asking zygote to start proc
04-18 03:38:25.448 154-154/? I/main: type=1400 audit(0.0:361): avc: denied { getattr } for path="/sys/kernel/debug/tracing/trace_marker" dev="tracefs" ino=47 scontext=u:r:zygote:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
04-18 03:38:25.458 9285-9285/? I/main: type=1400 audit(0.0:362): avc: denied { write } for name="trace_marker" dev="tracefs" ino=47 scontext=u:r:zygote:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
04-18 03:38:25.475 296-924/system_process W/ActivityManager: Slow operation: 336ms so far, now at startProcess: returned from zygote!
Slow operation: 337ms so far, now at startProcess: done updating battery stats
Slow operation: 337ms so far, now at startProcess: building log message
04-18 03:38:25.475 296-924/system_process I/ActivityManager: Start proc 9285:com.example.flutterproblems/u0a34 for activity com.example.flutterproblems/.MainActivity
04-18 03:38:25.475 296-924/system_process W/ActivityManager: Slow operation: 337ms so far, now at startProcess: starting to update pids map
04-18 03:38:25.476 296-924/system_process W/ActivityManager: Slow operation: 337ms so far, now at startProcess: done updating pids map
Slow operation: 338ms so far, now at startProcess: done starting proc!
04-18 03:38:25.468 9285-9285/? I/main: type=1400 audit(0.0:363): avc: denied { open } for path="/sys/kernel/debug/tracing/trace_marker" dev="tracefs" ino=47 scontext=u:r:zygote:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
04-18 03:38:26.351 9285-9285/? I/zygote: Late-enabling -Xcheck:jni
04-18 03:38:26.434 9285-9285/? W/zygote: Using default instruction set features for ARM CPU variant (generic) using conservative defaults
04-18 03:38:27.006 296-308/system_process W/zygote: Long monitor contention with owner Binder:296_8 (924) at void com.android.server.am.ActivityManagerService.activityPaused(android.os.IBinder)(ActivityManagerService.java:7438) waiters=0 in java.util.List com.android.server.am.ActivityManagerService.getTasks(int, int) for 283ms
04-18 03:38:27.006 296-998/system_process W/zygote: Long monitor contention with owner Binder:296_8 (924) at void com.android.server.am.ActivityManagerService.activityPaused(android.os.IBinder)(ActivityManagerService.java:7438) waiters=1 in android.content.ComponentName com.android.server.am.ActivityManagerService.startService(android.app.IApplicationThread, android.content.Intent, java.lang.String, boolean, java.lang.String, int) for 192ms
04-18 03:38:27.017 296-310/system_process W/Searchables: No global search activity found
04-18 03:38:27.020 296-310/system_process W/VoiceInteractionManagerService: no available voice recognition services found for user 0
04-18 03:38:27.019 296-310/system_process W/Searchables: No global search activity found
04-18 03:38:27.344 296-311/system_process W/zygote: Long monitor contention with owner Binder:296_8 (924) at void com.android.server.am.ActivityManagerService.activityPaused(android.os.IBinder)(ActivityManagerService.java:7438) waiters=2 in void com.android.server.am.TaskChangeNotificationController$MainHandler.handleMessage(android.os.Message) for 1.541s
04-18 03:38:27.352 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:27.356 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:27.368 997-997/? I/Binder:296_9: type=1400 audit(0.0:364): avc: denied { ptrace } for scontext=u:r:system_server:s0 tcontext=u:r:untrusted_app:s0:c512,c768 tclass=process permissive=1
04-18 03:38:27.761 809-935/com.google.android.gms D/SharedPreferencesImpl: Time required to fsync /data/user/0/com.google.android.gms/shared_prefs/proxy-apps-corpus.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 1, <64: 1, <128: 0, <256: 0, <512: 0, <1024: 1, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
04-18 03:38:27.773 296-997/system_process W/ActivityManager: Slow operation: 401ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked
04-18 03:38:27.773 296-318/system_process W/zygote: Long monitor contention with owner Binder:296_9 (997) at void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread)(ActivityManagerService.java:7216) waiters=1 in void com.android.server.am.ActivityRecord.onStartingWindowDrawn(long) for 399ms
04-18 03:38:27.774 296-312/system_process W/zygote: Long monitor contention with owner Binder:296_9 (997) at void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread)(ActivityManagerService.java:7216) waiters=2 in void com.android.server.am.ActivityManagerService.dispatchProcessesChanged() for 395ms
04-18 03:38:27.775 296-312/system_process W/Looper: Dispatch took 396ms on android.ui, h=Handler (com.android.server.am.ActivityManagerService$UiHandler) {f249f47} cb=null msg=31
04-18 03:38:27.786 809-9278/com.google.android.gms I/ChromeSync: [Persistence,AffiliationManager] Fetching affiliations from the server.
04-18 03:38:27.798 296-307/system_process W/zygote: Long monitor contention with owner Binder:296_9 (997) at void com.android.server.wm.WindowManagerService.executeAppTransition()(WindowManagerService.java:2836) waiters=1 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.util.MergedConfiguration, android.view.Surface) for 245ms
04-18 03:38:27.806 296-343/system_process W/zygote: Long monitor contention with owner Binder:296_9 (997) at void com.android.server.wm.WindowManagerService.executeAppTransition()(WindowManagerService.java:2836) waiters=0 in void com.android.server.wm.WindowAnimator.lambda$-com_android_server_wm_WindowAnimator_3951(long) for 379ms
04-18 03:38:27.811 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:38:27.840 809-935/com.google.android.gms W/IcingInternalCorpora: Failed to connect to SearchIndex Apis
04-18 03:38:28.199 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:28.205 640-9300/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:38:28.208 640-9300/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:38:28.253 809-935/com.google.android.gms D/SharedPreferencesImpl: Time required to fsync /data/user/0/com.google.android.gms/shared_prefs/proxy-apps-corpus.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 1, <64: 1, <128: 0, <256: 0, <512: 1, <1024: 1, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
04-18 03:38:28.284 809-935/com.google.android.gms W/IcingInternalCorpora: Failed to connect to SearchIndex Apis
04-18 03:38:28.799 760-765/com.google.android.gms.persistent I/zygote: Do full code cache collection, code=120KB, data=98KB
04-18 03:38:28.802 760-765/com.google.android.gms.persistent I/zygote: After code cache collection, code=106KB, data=76KB
04-18 03:38:28.823 809-9304/com.google.android.gms I/EventLogChimeraService: Aggregate from 1524021459327 (log), 1524021420601 (data)
04-18 03:38:29.199 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:29.703 809-899/com.google.android.gms W/Notification: Use of stream types is deprecated for operations other than volume control
04-18 03:38:29.704 809-899/com.google.android.gms W/Notification: See the documentation of setSound() for what to use instead with android.media.AudioAttributes to qualify your playback use case
04-18 03:38:29.706 296-916/system_process W/TelecomManager: Telecom Service not found.
04-18 03:38:30.023 760-808/com.google.android.gms.persistent W/Notification: Use of stream types is deprecated for operations other than volume control
See the documentation of setSound() for what to use instead with android.media.AudioAttributes to qualify your playback use case
04-18 03:38:30.027 296-520/system_process W/TelecomManager: Telecom Service not found.
04-18 03:38:30.031 809-9306/com.google.android.gms W/DropBoxEntryAddedChimeraService: Could not connect to Google API Client, giving up...
04-18 03:38:30.041 809-899/com.google.android.gms W/Notification: Use of stream types is deprecated for operations other than volume control
See the documentation of setSound() for what to use instead with android.media.AudioAttributes to qualify your playback use case
04-18 03:38:30.043 296-998/system_process W/TelecomManager: Telecom Service not found.
04-18 03:38:30.106 296-398/system_process E/TaskPersister: File error accessing recents directory (directory doesn't exist?).
04-18 03:38:30.199 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:31.199 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:31.883 9285-9285/? I/com.example.flutterproblems: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
04-18 03:38:32.199 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:32.568 322-322/? I/PackageManager: type=1400 audit(0.0:365): avc: denied { ptrace } for scontext=u:r:system_server:s0 tcontext=u:r:platform_app:s0:c512,c768 tclass=process permissive=1
04-18 03:38:32.802 9285-9285/? I/FlutterActivityDelegate: onResume setting current activity to this
04-18 03:38:32.835 9285-9313/? D/OpenGLRenderer: HWUI GL Pipeline
04-18 03:38:33.199 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:33.282 9285-9313/? I/OpenGLRenderer: Initialized EGL, version 1.4
04-18 03:38:33.282 9285-9313/? D/OpenGLRenderer: Swap behavior 1
04-18 03:38:33.508 9285-9314/? I/flutter: Observatory listening on http://127.0.0.1:40535/
04-18 03:38:34.200 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:35.006 170-611/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:38:35.009 9285-9307/? D/vndksupport: Loading /vendor/lib/hw/android.hardware.graphics.mapper@2.0-impl.so from current namespace instead of sphal namespace.
04-18 03:38:35.049 9285-9285/? I/Choreographer: Skipped 108 frames! The application may be doing too much work on its main thread.
04-18 03:38:35.134 296-311/system_process W/ActivityManager: Launch timeout has expired, giving up wake lock!
04-18 03:38:35.201 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:36.200 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:37.199 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:37.366 170-232/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:38:37.405 296-318/system_process I/ActivityManager: Displayed com.example.flutterproblems/.MainActivity: +12s250ms
04-18 03:38:37.411 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:38:37.428 311-311/? I/ActivityManager: type=1400 audit(0.0:366): avc: denied { ptrace } for scontext=u:r:system_server:s0 tcontext=u:r:untrusted_app_25:s0:c512,c768 tclass=process permissive=1
04-18 03:38:37.450 170-611/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:38:37.484 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:38:37.965 296-371/system_process W/zygote: Long monitor contention with owner NetworkStats (369) at void com.android.server.net.NetworkStatsService.performPoll(int)(NetworkStatsService.java:1147) waiters=0 in void com.android.server.net.NetworkStatsService.setUidForeground(int, boolean) for 514ms
04-18 03:38:38.199 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:39.239 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:40.237 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:41.239 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:42.239 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:43.239 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:44.198 174-1511/? I/chatty: uid=1041(audioserver) writer expire 78 lines
04-18 03:38:44.198 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 80 lines
04-18 03:38:44.222 9285-9285/? V/MediaHTTPService: MediaHTTPService(android.media.MediaHTTPService@2024f7d): Cookies: null
04-18 03:38:44.224 182-182/? D/NuPlayerDriver: NuPlayerDriver(0xb039b1c0) created, clientPid(9285)
04-18 03:38:44.229 182-7795/? D/SurfaceUtils: connecting to surface 0xb03e3008, reason setVideoSurfaceTexture
04-18 03:38:44.230 182-9329/? D/NuPlayer: onSetVideoSurface(0xb03e3800, no video decoder)
04-18 03:38:44.237 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:44.242 9285-9297/? V/MediaHTTPService: makeHTTPConnection: CookieManager created: java.net.CookieManager@1b9e2c3
makeHTTPConnection(android.media.MediaHTTPService@2024f7d): cookieHandler: java.net.CookieManager@1b9e2c3 Cookies: null
04-18 03:38:44.304 9285-9298/? D/NetworkSecurityConfig: No Network Security Config specified, using platform default
04-18 03:38:45.043 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:38:45.057 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:38:45.075 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:38:45.089 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:38:45.108 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:38:45.121 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:38:45.140 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:38:45.153 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:38:45.172 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:38:45.185 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 2 lines
04-18 03:38:45.205 174-1511/? I/chatty: uid=1041(audioserver) writer expire 2 lines
04-18 03:38:45.206 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 2 lines
04-18 03:38:45.208 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:45.226 174-1511/? I/chatty: uid=1041(audioserver) writer expire 2 lines
04-18 03:38:45.228 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 2 lines
04-18 03:38:45.248 174-1511/? I/chatty: uid=1041(audioserver) writer expire 107 lines
04-18 03:38:45.249 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 110 lines
04-18 03:38:46.206 296-363/system_process W/InputDispatcher: channel 'e271d89 com.example.flutterproblems/com.example.flutterproblems.MainActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
04-18 03:38:46.206 296-363/system_process E/InputDispatcher: channel 'e271d89 com.example.flutterproblems/com.example.flutterproblems.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
04-18 03:38:46.208 182-7795/? D/NuPlayerDriver: reset(0xb039b1c0) at state 3
04-18 03:38:46.208 296-916/system_process I/ActivityManager: Process com.example.flutterproblems (pid 9285) has died: fore TOP
04-18 03:38:46.208 182-7795/? D/NuPlayerDriver: notifyListener_l(0xb039b1c0), (1, 0, 0, -1), loop setting(0, 0)
notifyListener_l(0xb039b1c0), (8, 0, 0, -1), loop setting(0, 0)
04-18 03:38:46.209 296-916/system_process W/ActivityManager: Force removing ActivityRecord{f356a3d u0 com.example.flutterproblems/.MainActivity t82}: app died, no saved state
04-18 03:38:46.209 182-9329/? D/NuPlayerDriver: notifyResetComplete(0xb039b1c0)
04-18 03:38:46.210 170-401/? E/SurfaceFlinger: Failed to find layer (SurfaceView - com.example.flutterproblems/com.example.flutterproblems.MainActivity#0) in layer parent (no-parent).
04-18 03:38:46.211 170-401/? E/SurfaceFlinger: Failed to find layer (Background for - SurfaceView - com.example.flutterproblems/com.example.flutterproblems.MainActivity#0) in layer parent (no-parent).
04-18 03:38:46.211 296-313/system_process W/system_server: kill(-9285, 9) failed: No such process
04-18 03:38:46.210 182-7795/? D/SurfaceUtils: disconnecting from surface 0xb03e3008, reason disconnectNativeWindow
04-18 03:38:46.211 296-997/system_process I/WindowManager: WIN DEATH: Window{e271d89 u0 com.example.flutterproblems/com.example.flutterproblems.MainActivity}
04-18 03:38:46.211 182-7795/? E/SurfaceUtils: Failed to disconnect from surface 0xb03e3008, err -32
04-18 03:38:46.212 182-7795/? W/MediaPlayerService: nativeWindowDisconnect returned an error: Broken pipe (-32)
04-18 03:38:46.212 296-997/system_process W/InputDispatcher: Attempted to unregister already unregistered input channel 'e271d89 com.example.flutterproblems/com.example.flutterproblems.MainActivity (server)'
04-18 03:38:46.213 182-9338/? E/IMediaHTTPConnection: remote readAt failed
04-18 03:38:46.213 182-9338/? I/NuCachedSource2: caching reached eos.
04-18 03:38:46.219 180-243/? W/MediaExtractor: FAILED to autodetect media content.
04-18 03:38:46.219 182-9330/? E/GenericSource: initFromDataSource, cannot create extractor!
Failed to init from data source!
04-18 03:38:46.221 182-9330/? W/AMessage: failed to post message as target looper for handler 0 is gone.
04-18 03:38:46.245 296-318/system_process W/ActivityManager: setHasOverlayUi called on unknown pid: 9285
04-18 03:38:46.249 296-364/system_process I/InputReader: Reconfiguring input devices. changes=0x00000004
04-18 03:38:46.255 296-313/system_process W/system_server: kill(-9285, 9) failed: No such process
04-18 03:38:46.255 296-313/system_process I/system_server: Successfully killed process cgroup uid 10034 pid 9285 in 45ms
04-18 03:38:46.409 174-1511/? I/chatty: uid=1041(audioserver) writer expire 2 lines
04-18 03:38:46.430 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 2 lines
04-18 03:38:46.431 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:38:46.451 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 2 lines
04-18 03:38:46.463 174-1511/? I/chatty: uid=1041(audioserver) writer expire 2 lines
04-18 03:38:46.472 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 69 lines
04-18 03:38:46.485 174-1511/? I/chatty: uid=1041(audioserver) writer expire 67 lines
04-18 03:38:46.622 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:46.680 170-234/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:38:46.873 296-364/system_process I/InputReader: Reconfiguring input devices. changes=0x00000004
04-18 03:38:46.877 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:38:47.199 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:47.212 170-611/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:38:47.360 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:38:48.199 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:48.812 197-197/? I/update_engine: [0418/033848:INFO:update_manager-inl.h(52)] AndroidThingsPolicy::UpdateCheckAllowed: START
04-18 03:38:48.813 197-197/? I/update_engine: [0418/033848:INFO:next_update_check_policy_impl.cc(48)] Periodic check interval not satisfied, blocking until 4/18/2018 8:13:56 GMT
[0418/033848:INFO:policy_utils.h(55)] decision by NextUpdateCheckTimePolicyImpl::UpdateCheckAllowed
[0418/033848:INFO:update_manager-inl.h(74)] AndroidThingsPolicy::UpdateCheckAllowed: END
04-18 03:38:49.199 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:49.805 296-398/system_process E/TaskPersister: File error accessing recents directory (directory doesn't exist?).
04-18 03:38:50.199 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:51.199 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:51.918 9339-9339/? I/getprop: type=1400 audit(0.0:367): avc: denied { open } for path="/dev/__properties__/u:object_r:metricsd_prop:s0" dev="tmpfs" ino=1704 scontext=u:r:shell:s0 tcontext=u:object_r:metricsd_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:368): avc: denied { getattr } for path="/dev/__properties__/u:object_r:metricsd_prop:s0" dev="tmpfs" ino=1704 scontext=u:r:shell:s0 tcontext=u:object_r:metricsd_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:369): avc: denied { open } for path="/dev/__properties__/u:object_r:iot_lowpan_prop:s0" dev="tmpfs" ino=1706 scontext=u:r:shell:s0 tcontext=u:object_r:iot_lowpan_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:370): avc: denied { getattr } for path="/dev/__properties__/u:object_r:iot_lowpan_prop:s0" dev="tmpfs" ino=1706 scontext=u:r:shell:s0 tcontext=u:object_r:iot_lowpan_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:371): avc: denied { open } for path="/dev/__properties__/u:object_r:wifi_prop:s0" dev="tmpfs" ino=1708 scontext=u:r:shell:s0 tcontext=u:object_r:wifi_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:372): avc: denied { getattr } for path="/dev/__properties__/u:object_r:wifi_prop:s0" dev="tmpfs" ino=1708 scontext=u:r:shell:s0 tcontext=u:object_r:wifi_prop:s0 tclass=file permissive=1
04-18 03:38:51.928 9339-9339/? I/getprop: type=1400 audit(0.0:373): avc: denied { open } for path="/dev/__properties__/u:object_r:firstboot_prop:s0" dev="tmpfs" ino=1716 scontext=u:r:shell:s0 tcontext=u:object_r:firstboot_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:374): avc: denied { getattr } for path="/dev/__properties__/u:object_r:firstboot_prop:s0" dev="tmpfs" ino=1716 scontext=u:r:shell:s0 tcontext=u:object_r:firstboot_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:375): avc: denied { open } for path="/dev/__properties__/u:object_r:persistent_properties_ready_prop:s0" dev="tmpfs" ino=1717 scontext=u:r:shell:s0 tcontext=u:object_r:persistent_properties_ready_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:376): avc: denied { getattr } for path="/dev/__properties__/u:object_r:persistent_properties_ready_prop:s0" dev="tmpfs" ino=1717 scontext=u:r:shell:s0 tcontext=u:object_r:persistent_properties_ready_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:377): avc: denied { open } for path="/dev/__properties__/u:object_r:overlay_prop:s0" dev="tmpfs" ino=1722 scontext=u:r:shell:s0 tcontext=u:object_r:overlay_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:378): avc: denied { getattr } for path="/dev/__properties__/u:object_r:overlay_prop:s0" dev="tmpfs" ino=1722 scontext=u:r:shell:s0 tcontext=u:object_r:overlay_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:379): avc: denied { open } for path="/dev/__properties__/u:object_r:safemode_prop:s0" dev="tmpfs" ino=1723 scontext=u:r:shell:s0 tcontext=u:object_r:safemode_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:380): avc: denied { getattr } for path="/dev/__properties__/u:object_r:safemode_prop:s0" dev="tmpfs" ino=1723 scontext=u:r:shell:s0 tcontext=u:object_r:safemode_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:381): avc: denied { open } for path="/dev/__properties__/u:object_r:mmc_prop:s0" dev="tmpfs" ino=1725 scontext=u:r:shell:s0 tcontext=u:object_r:mmc_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:382): avc: denied { getattr } for path="/dev/__properties__/u:object_r:mmc_prop:s0" dev="tmpfs" ino=1725 scontext=u:r:shell:s0 tcontext=u:object_r:mmc_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:383): avc: denied { open } for path="/dev/__properties__/u:object_r:dumpstate_options_prop:s0" dev="tmpfs" ino=1741 scontext=u:r:shell:s0 tcontext=u:object_r:dumpstate_options_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:384): avc: denied { getattr } for path="/dev/__properties__/u:object_r:dumpstate_options_prop:s0" dev="tmpfs" ino=1741 scontext=u:r:shell:s0 tcontext=u:object_r:dumpstate_options_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:385): avc: denied { open } for path="/dev/__properties__/u:object_r:bluetooth_prop:s0" dev="tmpfs" ino=1749 scontext=u:r:shell:s0 tcontext=u:object_r:bluetooth_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:386): avc: denied { getattr } for path="/dev/__properties__/u:object_r:bluetooth_prop:s0" dev="tmpfs" ino=1749 scontext=u:r:shell:s0 tcontext=u:object_r:bluetooth_prop:s0 tclass=file permissive=1
04-18 03:38:52.199 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:53.199 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:54.199 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:55.199 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:56.199 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:56.205 296-453/system_process I/ActivityManager: Force stopping com.example.flutterproblems appid=10034 user=0: from pid 9349
04-18 03:38:57.199 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:57.480 9351-9351/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
04-18 03:38:57.504 9351-9351/? W/app_process: Could not reserve sentinel fault page
04-18 03:38:57.865 9351-9351/? W/app_process: Using default instruction set features for ARM CPU variant (generic) using conservative defaults
04-18 03:38:57.872 9351-9351/? I/app_process: The ClassLoaderContext is a special shared library.
04-18 03:38:57.981 9351-9351/? D/AndroidRuntime: Calling main entry com.android.commands.pm.Pm
04-18 03:38:57.997 9351-9351/? I/app_process: System.exit called, status: 0
04-18 03:38:57.997 9351-9351/? I/AndroidRuntime: VM exiting with result code 0.
04-18 03:38:57.999 9351-9360/? W/MessageQueue: Handler (android.os.Handler) {69715d0} sending message to a Handler on a dead thread
java.lang.IllegalStateException: Handler (android.os.Handler) {69715d0} sending message to a Handler on a dead thread
at android.os.MessageQueue.enqueueMessage(MessageQueue.java:545)
at android.os.Handler.enqueueMessage(Handler.java:662)
at android.os.Handler.sendMessageAtTime(Handler.java:631)
at android.os.Handler.sendMessageDelayed(Handler.java:601)
at android.os.Handler.post(Handler.java:357)
at android.os.ResultReceiver$MyResultReceiver.send(ResultReceiver.java:57)
at com.android.internal.os.IResultReceiver$Stub.onTransact(IResultReceiver.java:58)
at android.os.Binder.execTransact(Binder.java:697)
04-18 03:38:58.199 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:38:58.283 296-998/system_process I/ActivityManager: START u0 {act=android.intent.action.RUN flg=0x30000000 cmp=com.example.flutterproblems/.MainActivity (has extras)} from uid 2000
04-18 03:38:58.329 170-232/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:38:58.348 154-154/? I/main: type=1400 audit(0.0:387): avc: denied { getattr } for path="/sys/kernel/debug/tracing/trace_marker" dev="tracefs" ino=47 scontext=u:r:zygote:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
04-18 03:38:58.358 9369-9369/? I/main: type=1400 audit(0.0:388): avc: denied { write } for name="trace_marker" dev="tracefs" ino=47 scontext=u:r:zygote:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
04-18 03:38:58.375 296-914/system_process I/ActivityManager: Start proc 9369:com.example.flutterproblems/u0a34 for activity com.example.flutterproblems/.MainActivity
04-18 03:38:58.368 9369-9369/? I/main: type=1400 audit(0.0:389): avc: denied { open } for path="/sys/kernel/debug/tracing/trace_marker" dev="tracefs" ino=47 scontext=u:r:zygote:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
04-18 03:38:58.420 9369-9369/? I/zygote: Late-enabling -Xcheck:jni
04-18 03:38:58.532 9369-9369/? W/zygote: Using default instruction set features for ARM CPU variant (generic) using conservative defaults
04-18 03:38:58.628 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:38:58.853 9369-9369/? I/com.example.flutterproblems: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
04-18 03:38:58.938 9369-9369/? I/FlutterActivityDelegate: onResume setting current activity to this
04-18 03:38:58.970 9369-9390/? D/OpenGLRenderer: HWUI GL Pipeline
04-18 03:38:59.049 9369-9390/? I/OpenGLRenderer: Initialized EGL, version 1.4
04-18 03:38:59.049 9369-9390/? D/OpenGLRenderer: Swap behavior 1
04-18 03:38:59.199 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:00.199 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:00.479 9369-9393/? I/flutter: Observatory listening on http://127.0.0.1:35980/
04-18 03:39:00.585 296-685/system_process D/DhcpClient: Received packet: 6c:8d:c1:20:68:ca ACK: your new IP /10.3.1.206, netmask /255.255.0.0, gateways [/10.3.0.1] DNS servers: /103.13.86.140 /103.13.87.140 , lease time 86400
04-18 03:39:01.194 170-234/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:39:01.200 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:01.201 9369-9386/? D/vndksupport: Loading /vendor/lib/hw/android.hardware.graphics.mapper@2.0-impl.so from current namespace instead of sphal namespace.
04-18 03:39:01.242 9369-9369/? I/Choreographer: Skipped 133 frames! The application may be doing too much work on its main thread.
04-18 03:39:01.581 296-302/system_process I/zygote: Background concurrent copying GC freed 34924(2MB) AllocSpace objects, 29(1156KB) LOS objects, 42% free, 5MB/9MB, paused 265us total 224.557ms
04-18 03:39:02.200 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:02.467 296-398/system_process E/TaskPersister: File error accessing recents directory (directory doesn't exist?).
04-18 03:39:03.200 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:04.200 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:04.322 170-401/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:39:04.415 296-318/system_process I/ActivityManager: Displayed com.example.flutterproblems/.MainActivity: +5s998ms
04-18 03:39:04.419 170-611/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:39:04.428 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:39:04.428 170-170/? I/chatty: uid=1000(system) /system/bin/surfaceflinger identical 1 line
04-18 03:39:04.459 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:39:05.199 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:05.990 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 60 lines
04-18 03:39:05.991 174-1511/? I/chatty: uid=1041(audioserver) writer expire 60 lines
04-18 03:39:06.006 9369-9369/? V/MediaHTTPService: MediaHTTPService(android.media.MediaHTTPService@bbb49e6): Cookies: null
04-18 03:39:06.008 182-1506/? D/NuPlayerDriver: NuPlayerDriver(0xb039b2a0) created, clientPid(9369)
04-18 03:39:06.016 182-261/? D/SurfaceUtils: connecting to surface 0xb03eb008, reason setVideoSurfaceTexture
04-18 03:39:06.018 182-9403/? D/NuPlayer: onSetVideoSurface(0xb03eb800, no video decoder)
04-18 03:39:06.037 9369-9381/? V/MediaHTTPService: makeHTTPConnection: CookieManager created: java.net.CookieManager@dadc1d4
04-18 03:39:06.038 9369-9381/? V/MediaHTTPService: makeHTTPConnection(android.media.MediaHTTPService@bbb49e6): cookieHandler: java.net.CookieManager@dadc1d4 Cookies: null
04-18 03:39:06.077 9369-9381/? D/NetworkSecurityConfig: No Network Security Config specified, using platform default
04-18 03:39:06.237 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:06.635 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 2 lines
04-18 03:39:06.642 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:39:06.657 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 2 lines
04-18 03:39:06.675 174-1511/? I/chatty: uid=1041(audioserver) writer expire 2 lines
04-18 03:39:06.679 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:39:06.697 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:39:06.711 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:39:06.729 174-1511/? I/chatty: uid=1041(audioserver) writer expire 2 lines
04-18 03:39:06.743 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 2 lines
04-18 03:39:06.751 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:39:06.764 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:39:06.784 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:39:06.797 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:39:06.817 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:39:06.829 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:39:06.849 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:39:06.861 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:39:06.882 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:39:06.893 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:39:06.914 174-1511/? I/chatty: uid=1041(audioserver) writer expire 2 lines
04-18 03:39:06.925 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:39:06.936 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:39:06.958 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:39:06.969 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:39:06.990 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:39:07.001 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:39:07.022 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:39:07.033 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:39:07.054 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:39:07.066 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:39:07.087 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:39:07.098 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:39:07.119 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:39:07.131 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:39:07.151 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:39:07.163 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:39:07.184 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:39:07.196 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:39:07.216 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:39:07.229 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:39:07.237 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:07.248 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 3 lines
04-18 03:39:07.261 174-1511/? I/chatty: uid=1041(audioserver) writer expire 3 lines
04-18 03:39:07.280 174-277/? I/chatty: uid=1041(audioserver) AudioOut_1D expire 1 line
04-18 03:39:07.291 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.295 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.302 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.305 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.313 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.316 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.323 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.327 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.334 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.338 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.345 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.349 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.356 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.360 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.367 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.371 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.377 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.381 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.388 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.392 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.399 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.403 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.410 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.414 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.420 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.425 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.431 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.436 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.442 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.447 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.453 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.457 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.463 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.468 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.474 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.479 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.485 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.490 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.496 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.501 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.507 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.512 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.517 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.523 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.528 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.534 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.539 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.544 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.549 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.555 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.560 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.566 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.571 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.577 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.582 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.588 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.593 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.599 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.604 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.610 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.614 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.620 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.625 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.631 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.636 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.642 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.647 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.653 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.658 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.664 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.668 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.675 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.679 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.686 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.690 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.697 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.701 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.708 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.712 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.719 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.722 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.730 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.733 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.741 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.744 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.752 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.755 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.762 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.766 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.773 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.776 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.784 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.787 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.795 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.798 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.806 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.808 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.817 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.819 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.828 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.830 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.839 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.841 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.849 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.851 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.860 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.862 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.871 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.873 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.882 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.883 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.893 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.894 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.904 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.905 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.915 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.916 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.926 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.926 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.937 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.937 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.948 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.948 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.958 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.959 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.969 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.969 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.980 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.980 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.991 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:07.991 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.002 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.002 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.012 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.013 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.023 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.023 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.034 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.034 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.045 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.045 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.056 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.056 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.066 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.067 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.077 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.077 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.078 9369-9387/? I/flutter: Starting to play app
04-18 03:39:08.088 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.088 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.099 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.099 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.109 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.110 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.120 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.121 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.131 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.132 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.142 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.142 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.153 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.153 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.163 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.164 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.174 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.175 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.185 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.186 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.196 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.197 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.206 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.207 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.217 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.218 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.228 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.229 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.237 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:08.239 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.240 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.250 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.251 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.260 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.262 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.271 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.273 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.282 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.283 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.293 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.294 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.303 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.305 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.314 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.316 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.325 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.327 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.336 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.338 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.347 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.349 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.357 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.360 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.368 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.371 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.379 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.382 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.390 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.393 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.400 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.403 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.411 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.414 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.422 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.425 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.433 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.436 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.443 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.447 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.454 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.458 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.465 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.469 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.476 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.479 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.486 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.490 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.497 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.501 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.508 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.512 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.519 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.523 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.530 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.534 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.540 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.544 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.551 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.555 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.562 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.566 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.573 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.577 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.583 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.588 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.594 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.599 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.605 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.609 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.616 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.620 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.627 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.631 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.637 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.642 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.648 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.653 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.659 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.664 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.670 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.675 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.680 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.686 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.691 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.697 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.702 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.707 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.713 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.718 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.724 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.729 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.734 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.740 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.745 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.751 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.756 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.762 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.767 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.773 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.777 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.783 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.788 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.794 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.799 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.805 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.810 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.816 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.820 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.827 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.831 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.838 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.842 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.849 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.853 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.860 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.864 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.870 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.874 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.881 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.885 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.892 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.896 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.903 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.906 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.914 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.917 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.925 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.928 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.935 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.939 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.946 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.949 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.957 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.960 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.968 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.971 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.979 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.981 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.990 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:08.992 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:09.001 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:09.207 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:10.241 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:11.244 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:12.242 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:12.902 182-9411/? I/NuCachedSource2: new range: offset= 20740209
04-18 03:39:13.241 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:14.241 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:15.239 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:16.056 182-9411/? I/NuCachedSource2: caching reached eos.
04-18 03:39:16.065 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (5, 1280, 720, -1), loop setting(0, 0)
04-18 03:39:16.068 180-2676/? D/MediaBufferGroup: creating MemoryDealer
04-18 03:39:16.070 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:39:16.070 182-9404/? D/GenericSource: stopBufferingIfNecessary_l, mBuffering=0
04-18 03:39:16.071 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (1, 0, 0, -1), loop setting(0, 0)
04-18 03:39:16.171 296-520/system_process V/MediaRouterService: restoreBluetoothA2dp(false)
04-18 03:39:16.172 182-182/? D/NuPlayerDriver: start(0xb039b2a0), state is 4, eos is 0
04-18 03:39:16.172 182-9403/? I/GenericSource: start
04-18 03:39:16.174 182-9411/? I/NuCachedSource2: new range: offset= 0
04-18 03:39:16.238 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:17.239 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:17.378 182-9411/? I/NuCachedSource2: retrying a previously failed read succeeded.
04-18 03:39:18.238 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:18.522 182-9404/? D/GenericSource: startBufferingIfNecessary_l
04-18 03:39:18.527 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 2, 0, -1), loop setting(0, 0)
notifyListener_l(0xb039b2a0), (200, 703, 0, -1), loop setting(0, 0)
04-18 03:39:18.527 182-9403/? I/NuPlayer: buffer low, pausing...
04-18 03:39:18.527 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 701, 0, -1), loop setting(0, 0)
04-18 03:39:18.529 9369-9381/? W/MediaPlayerNative: info/warning (703, 0)
info/warning (701, 0)
04-18 03:39:18.544 186-186/? I/OMXMaster: makeComponentInstance(OMX.google.aac.decoder) in android.hardwar process
04-18 03:39:18.550 186-1474/? I/OMXMaster: makeComponentInstance(OMX.google.h264.decoder) in android.hardwar process
04-18 03:39:18.552 186-9184/? E/OMXNodeInstance: setConfig(0xa7ea2ba0:google.aac.decoder, ConfigPriority(0x6f800002)) ERROR: Undefined(0x80001001)
04-18 03:39:18.552 182-9422/? I/ACodec: codec does not support config priority (err -2147483648)
04-18 03:39:18.553 182-9419/? D/SurfaceUtils: disconnecting from surface 0xb03eb808, reason onConfigure
04-18 03:39:18.554 186-1474/? E/OMXNodeInstance: getConfig(0xa7ea2ba0:google.aac.decoder, ConfigAndroidVendorExtension(0x6f100004)) ERROR: Undefined(0x80001001)
04-18 03:39:18.554 182-9420/? D/SurfaceUtils: connecting to surface 0xb03eb808, reason connectToSurface
04-18 03:39:18.555 182-9420/? I/MediaCodec: [OMX.google.h264.decoder] setting surface generation to 186372
04-18 03:39:18.555 182-9420/? D/SurfaceUtils: disconnecting from surface 0xb03eb808, reason connectToSurface(reconnect)
04-18 03:39:18.555 182-9422/? I/MediaCodec: MediaCodec will operate in async mode
04-18 03:39:18.556 182-9420/? D/SurfaceUtils: connecting to surface 0xb03eb808, reason connectToSurface(reconnect)
04-18 03:39:18.558 186-186/? E/OMXNodeInstance: getExtensionIndex(0xa7ea27e0:google.h264.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a)
04-18 03:39:18.558 182-9423/? E/ACodec: [OMX.google.h264.decoder] setPortMode on output to DynamicANWBuffer failed w/ err -1010
04-18 03:39:18.558 186-9184/? W/OMXNodeInstance: [0xa7ea27e0:google.h264.decoder] component does not support metadata mode; using fallback
04-18 03:39:18.561 186-186/? D/SoftVideoDecoderOMXComponent: Color Aspects preference: 1
04-18 03:39:18.562 186-1474/? E/OMXNodeInstance: setConfig(0xa7ea27e0:google.h264.decoder, ConfigPriority(0x6f800002)) ERROR: UnsupportedIndex(0x8000101a)
04-18 03:39:18.562 182-9423/? I/ACodec: codec does not support config priority (err -1010)
04-18 03:39:18.562 186-9184/? E/OMXNodeInstance: setConfig(0xa7ea27e0:google.h264.decoder, ConfigOperatingRate(0x6f800003)) ERROR: UnsupportedIndex(0x8000101a)
04-18 03:39:18.563 182-9423/? I/ACodec: codec does not support config operating rate (err -1010)
04-18 03:39:18.563 186-1474/? E/OMXNodeInstance: getConfig(0xa7ea27e0:google.h264.decoder, ConfigAndroidVendorExtension(0x6f100004)) ERROR: UnsupportedIndex(0x8000101a)
04-18 03:39:18.565 186-9184/? E/OMXNodeInstance: getConfig(0xa7ea27e0:google.h264.decoder, ??(0x7f000003)) ERROR: UnsupportedSetting(0x80001019)
04-18 03:39:18.566 182-9420/? I/MediaCodec: MediaCodec will operate in async mode
04-18 03:39:18.581 186-1449/? E/OMXNodeInstance: setConfig(0xa7ea27e0:google.h264.decoder, ConfigOperatingRate(0x6f800003)) ERROR: UnsupportedIndex(0x8000101a)
04-18 03:39:18.581 182-9423/? I/ACodec: codec does not support config operating rate (err -1010)
04-18 03:39:18.581 186-9426/? D/SoftVideoDecoderOMXComponent: Color Aspects preference: 1
04-18 03:39:18.764 186-1449/? E/OMXNodeInstance: getConfig(0xa7ea27e0:google.h264.decoder, ??(0x7f000003)) ERROR: UnsupportedSetting(0x80001019)
04-18 03:39:18.924 182-9420/? D/MediaCodec: [OMX.google.h264.decoder] setting dataspace on output surface to #104
04-18 03:39:18.928 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (5, 1280, 720, -1), loop setting(0, 0)
04-18 03:39:18.928 9369-9381/? D/vndksupport: Loading /vendor/lib/hw/android.hardware.graphics.allocator@2.0-impl.so from current namespace instead of sphal namespace.
04-18 03:39:18.945 9369-9381/? W/GrallocMapperPassthrough: buffer descriptor with invalid usage bits 0x2000
04-18 03:39:18.946 9369-9381/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:39:18.955 182-9420/? D/SoftwareRenderer: setting dataspace on output surface to #104
04-18 03:39:19.203 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:19.523 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 3, 0, -1), loop setting(0, 0)
04-18 03:39:20.242 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:20.523 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 6, 0, -1), loop setting(0, 0)
04-18 03:39:21.209 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:21.523 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 8, 0, -1), loop setting(0, 0)
04-18 03:39:22.205 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:22.523 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 11, 0, -1), loop setting(0, 0)
04-18 03:39:23.204 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:23.524 182-9415/? D/GenericSource: stopBufferingIfNecessary_l
04-18 03:39:23.524 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 14, 0, -1), loop setting(0, 0)
notifyListener_l(0xb039b2a0), (200, 703, 0, -1), loop setting(0, 0)
04-18 03:39:23.524 182-9403/? I/NuPlayer: buffer ready, resuming...
04-18 03:39:23.524 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 702, 0, -1), loop setting(0, 0)
notifyListener_l(0xb039b2a0), (3, 14, 0, -1), loop setting(0, 0)
04-18 03:39:23.525 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 3, 0, -1), loop setting(0, 0)
notifyListener_l(0xb039b2a0), (6, 0, 0, -1), loop setting(0, 0)
04-18 03:39:23.525 9369-9382/? W/GrallocMapperPassthrough: buffer descriptor with invalid usage bits 0x2000
04-18 03:39:23.526 9369-9382/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:39:23.526 9369-9412/? W/MediaPlayerNative: info/warning (703, 0)
info/warning (702, 0)
info/warning (3, 0)
04-18 03:39:23.536 186-9424/? I/SoftAAC2: Reconfiguring decoder: 0->48000 Hz, 0->6 channels
04-18 03:39:23.562 174-262/? W/AudioFlinger: createTrack_l(): mismatch between requested flags (00000008) and output flags (00000002)
04-18 03:39:23.565 182-9418/? D/AudioTrack: Client defaulted notificationFrames to 12288 for frameCount 24576
04-18 03:39:23.571 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:39:23.571 174-263/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:39:23.571 174-263/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:39:23.571 174-263/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:39:23.571 174-263/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:39:23.572 174-263/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:39:23.572 174-263/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 57
04-18 03:39:23.573 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:23.601 174-1511/? I/chatty: uid=1041(audioserver) writer identical 4 lines
04-18 03:39:23.612 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:39:24.239 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:24.526 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 16, 0, -1), loop setting(0, 0)
04-18 03:39:25.238 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:25.526 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 21, 0, -1), loop setting(0, 0)
04-18 03:39:26.238 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:26.534 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 24, 0, -1), loop setting(0, 0)
04-18 03:39:27.232 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:27.534 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 29, 0, -1), loop setting(0, 0)
04-18 03:39:28.239 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:28.518 640-9525/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:39:28.522 640-9525/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:39:28.535 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 32, 0, -1), loop setting(0, 0)
04-18 03:39:29.247 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:29.535 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 34, 0, -1), loop setting(0, 0)
04-18 03:39:29.870 296-453/system_process D/WificondControl: Scan result ready event
04-18 03:39:30.239 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:30.535 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 34, 0, -1), loop setting(0, 0)
04-18 03:39:31.237 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:31.545 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 35, 0, -1), loop setting(0, 0)
04-18 03:39:32.203 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:32.547 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 37, 0, -1), loop setting(0, 0)
04-18 03:39:33.206 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:33.549 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 43, 0, -1), loop setting(0, 0)
04-18 03:39:34.237 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:34.551 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 45, 0, -1), loop setting(0, 0)
04-18 03:39:35.239 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:35.552 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 45, 0, -1), loop setting(0, 0)
04-18 03:39:36.238 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:36.553 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 48, 0, -1), loop setting(0, 0)
04-18 03:39:37.237 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:37.564 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 50, 0, -1), loop setting(0, 0)
04-18 03:39:38.238 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:38.564 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 51, 0, -1), loop setting(0, 0)
04-18 03:39:39.237 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:39.565 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 51, 0, -1), loop setting(0, 0)
04-18 03:39:40.237 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:40.565 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 53, 0, -1), loop setting(0, 0)
04-18 03:39:41.238 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:41.566 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 54, 0, -1), loop setting(0, 0)
04-18 03:39:42.208 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:42.567 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 54, 0, -1), loop setting(0, 0)
04-18 03:39:43.237 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:43.569 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 54, 0, -1), loop setting(0, 0)
04-18 03:39:44.238 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:44.570 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 58, 0, -1), loop setting(0, 0)
04-18 03:39:45.238 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:45.572 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 60, 0, -1), loop setting(0, 0)
04-18 03:39:46.241 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:46.574 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 60, 0, -1), loop setting(0, 0)
04-18 03:39:47.237 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:47.575 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 63, 0, -1), loop setting(0, 0)
04-18 03:39:48.237 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:48.576 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 65, 0, -1), loop setting(0, 0)
04-18 03:39:49.240 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:49.577 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 67, 0, -1), loop setting(0, 0)
04-18 03:39:49.607 9369-9374/? I/zygote: Do partial code cache collection, code=31KB, data=29KB
04-18 03:39:49.609 9369-9374/? I/zygote: After code cache collection, code=31KB, data=29KB
Increasing code cache capacity to 128KB
04-18 03:39:49.735 296-685/system_process D/DhcpClient: Received packet: 6c:8d:c1:20:68:ca ACK: your new IP /10.3.1.206, netmask /255.255.0.0, gateways [/10.3.0.1] DNS servers: /103.13.86.140 /103.13.87.140 , lease time 86400
04-18 03:39:50.237 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:50.579 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 67, 0, -1), loop setting(0, 0)
04-18 03:39:51.237 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:51.580 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 71, 0, -1), loop setting(0, 0)
04-18 03:39:52.238 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:52.582 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 73, 0, -1), loop setting(0, 0)
04-18 03:39:53.244 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:53.583 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 73, 0, -1), loop setting(0, 0)
04-18 03:39:54.237 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:54.585 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 73, 0, -1), loop setting(0, 0)
04-18 03:39:55.237 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:55.586 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 78, 0, -1), loop setting(0, 0)
04-18 03:39:56.191 296-685/system_process D/DhcpClient: Received packet: 6c:8d:c1:20:68:ca ACK: your new IP /10.3.1.206, netmask /255.255.0.0, gateways [/10.3.0.1] DNS servers: /103.13.86.140 /103.13.87.140 , lease time 86400
04-18 03:39:56.237 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:56.587 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 80, 0, -1), loop setting(0, 0)
04-18 03:39:57.238 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:57.588 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 80, 0, -1), loop setting(0, 0)
04-18 03:39:58.237 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:58.588 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 80, 0, -1), loop setting(0, 0)
04-18 03:39:59.237 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:39:59.589 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 85, 0, -1), loop setting(0, 0)
04-18 03:40:00.237 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:00.589 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 87, 0, -1), loop setting(0, 0)
04-18 03:40:01.249 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:01.590 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 87, 0, -1), loop setting(0, 0)
04-18 03:40:02.240 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:02.590 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 91, 0, -1), loop setting(0, 0)
04-18 03:40:03.239 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:03.591 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:40:04.237 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:04.591 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:40:05.237 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:05.592 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 97, 0, -1), loop setting(0, 0)
04-18 03:40:06.238 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:06.592 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 98, 0, -1), loop setting(0, 0)
04-18 03:40:07.238 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:07.593 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:40:08.237 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:08.594 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:09.237 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:09.594 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:10.238 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:10.595 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:11.226 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:11.596 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:12.237 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:12.596 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:13.238 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:13.599 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:14.238 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:14.600 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:15.238 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:15.601 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:16.237 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:16.602 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:16.772 296-685/system_process D/DhcpClient: Received packet: 6c:8d:c1:20:68:ca ACK: your new IP /10.3.1.206, netmask /255.255.0.0, gateways [/10.3.0.1] DNS servers: /103.13.86.140 /103.13.87.140 , lease time 86400
04-18 03:40:17.172 170-611/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:40:17.210 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:40:17.246 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:17.603 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:18.239 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:18.605 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:19.237 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:19.606 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:20.234 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:20.614 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:21.205 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:21.615 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:21.908 9369-9369/? I/Choreographer: Skipped 271 frames! The application may be doing too much work on its main thread.
04-18 03:40:22.237 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:22.616 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:23.237 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:23.617 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:24.238 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:24.618 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:25.226 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:25.619 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:26.237 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:26.620 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:27.237 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:27.622 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:28.237 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:28.623 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:28.854 640-10835/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:40:28.859 640-10835/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:40:29.237 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:29.624 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:30.206 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:30.625 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:31.208 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:31.625 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:32.237 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:32.436 296-685/system_process D/DhcpClient: Received packet: 6c:8d:c1:20:68:ca ACK: your new IP /10.3.1.206, netmask /255.255.0.0, gateways [/10.3.0.1] DNS servers: /103.13.86.140 /103.13.87.140 , lease time 86400
04-18 03:40:32.626 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:33.215 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:33.627 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:33.775 182-9411/? I/NuCachedSource2: Cache full, done prefetching for now
04-18 03:40:34.219 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:34.628 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:35.237 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:35.629 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:36.237 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:36.630 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:37.237 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:37.631 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:38.237 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:38.633 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:39.238 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:39.633 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:40.237 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:40.636 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:41.246 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:41.637 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:42.239 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:42.641 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:43.237 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:43.642 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:44.239 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:44.643 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:45.239 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:45.644 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:46.238 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:46.645 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:47.237 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:47.646 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:48.237 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:48.647 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:48.797 182-9411/? I/NuCachedSource2: Keep alive
04-18 03:40:49.237 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:49.648 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:50.237 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:50.648 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:51.239 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:51.649 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:52.237 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:52.650 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:53.239 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:53.650 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:54.222 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:54.651 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:55.239 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:55.655 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:56.020 182-9411/? I/NuCachedSource2: restarting prefetcher, totalSize = 5177344
04-18 03:40:56.026 182-9411/? I/NuCachedSource2: caching reached eos.
04-18 03:40:56.239 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:56.250 182-9411/? I/NuCachedSource2: new range: offset= 6904787
04-18 03:40:56.657 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:56.658 182-9415/? D/GenericSource: startBufferingIfNecessary_l
04-18 03:40:56.658 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 703, 1635, -1), loop setting(0, 0)
04-18 03:40:56.658 9369-9412/? W/MediaPlayerNative: info/warning (703, 1635)
04-18 03:40:56.658 182-9403/? I/NuPlayer: buffer low, pausing...
04-18 03:40:56.658 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 701, 0, -1), loop setting(0, 0)
04-18 03:40:56.659 9369-9382/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:40:57.239 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:57.663 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:58.239 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:58.664 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:40:59.239 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:40:59.664 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:41:00.149 182-9411/? I/NuCachedSource2: retrying a previously failed read succeeded.
04-18 03:41:00.239 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:00.664 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:41:01.239 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:01.665 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:41:02.239 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:02.667 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:41:03.239 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:03.671 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:41:04.239 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:04.671 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:41:05.239 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:05.672 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:41:06.239 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:06.672 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:41:07.239 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:07.256 296-302/system_process I/zygote: Background concurrent copying GC freed 53270(3MB) AllocSpace objects, 4(208KB) LOS objects, 42% free, 5MB/9MB, paused 189us total 158.753ms
04-18 03:41:07.673 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:41:08.239 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:08.673 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:41:09.239 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:09.674 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:41:10.188 9369-9374/? I/zygote: Do partial code cache collection, code=62KB, data=46KB
04-18 03:41:10.191 9369-9374/? I/zygote: After code cache collection, code=62KB, data=46KB
Increasing code cache capacity to 256KB
04-18 03:41:10.239 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:10.674 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:41:11.239 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:11.675 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:41:12.239 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:12.676 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:41:13.224 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:13.676 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:41:14.205 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:14.677 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:41:15.239 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:15.677 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:41:16.239 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:16.678 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:41:17.239 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:17.678 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:41:18.220 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:18.679 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:41:19.239 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:19.679 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:41:20.239 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:20.680 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:41:21.239 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:21.680 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:41:21.681 182-9415/? D/GenericSource: stopBufferingIfNecessary_l
04-18 03:41:21.681 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 703, 1229, -1), loop setting(0, 0)
04-18 03:41:21.681 182-9403/? I/NuPlayer: buffer ready, resuming...
04-18 03:41:21.681 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 702, 0, -1), loop setting(0, 0)
04-18 03:41:21.681 9369-9412/? W/MediaPlayerNative: info/warning (703, 1229)
04-18 03:41:21.682 9369-9412/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:41:21.683 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:41:21.686 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:41:21.686 174-9225/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:41:21.686 174-9225/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:41:21.686 174-9225/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:41:21.687 174-9225/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:41:21.687 174-9225/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:41:21.687 174-9225/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 57
04-18 03:41:21.689 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:41:21.690 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (6, 0, 0, -1), loop setting(0, 0)
04-18 03:41:21.692 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:41:21.692 182-9418/? W/AudioTrack: getTimestamp() location moved from kernel to server
04-18 03:41:21.703 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:41:21.743 174-275/? D/AudioFlinger: mixer(0xb0a83f00) throttle end: throttle time(29)
04-18 03:41:22.239 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:22.634 182-9411/? I/NuCachedSource2: new range: offset= 16699479
04-18 03:41:22.683 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:41:22.684 182-9415/? D/GenericSource: startBufferingIfNecessary_l
04-18 03:41:22.684 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 703, 1229, -1), loop setting(0, 0)
04-18 03:41:22.685 182-9403/? I/NuPlayer: buffer low, pausing...
04-18 03:41:22.685 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 701, 0, -1), loop setting(0, 0)
04-18 03:41:22.685 9369-9381/? W/MediaPlayerNative: info/warning (703, 1229)
info/warning (701, 0)
04-18 03:41:23.206 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:23.685 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:41:24.239 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:24.686 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:41:25.239 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:25.686 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:41:26.217 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:26.351 182-9411/? I/NuCachedSource2: new range: offset= 6981879
04-18 03:41:26.686 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:41:27.241 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:27.687 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:41:28.241 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:28.687 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:41:29.173 640-11537/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:41:29.177 640-11537/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:41:29.241 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:29.688 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:41:30.241 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:30.688 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:41:31.241 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:31.689 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:41:32.210 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:32.689 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:41:33.238 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:33.690 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:41:34.238 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:34.691 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:41:35.238 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:35.691 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:41:36.239 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:36.692 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:41:37.203 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:37.693 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:41:38.239 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:38.693 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:41:39.239 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:39.694 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:41:40.226 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:40.695 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:41:41.239 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:41.695 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:41:42.239 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:42.696 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:41:43.239 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:43.696 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:41:44.239 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:44.697 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:41:45.239 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:45.698 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:41:45.698 182-9415/? D/GenericSource: stopBufferingIfNecessary_l
04-18 03:41:45.699 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 703, 1192, -1), loop setting(0, 0)
04-18 03:41:45.699 182-9403/? I/NuPlayer: buffer ready, resuming...
04-18 03:41:45.699 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 702, 0, -1), loop setting(0, 0)
04-18 03:41:45.700 9369-9382/? W/MediaPlayerNative: info/warning (703, 1192)
04-18 03:41:45.701 9369-9382/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:41:45.702 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:41:45.707 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:41:45.708 174-174/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:41:45.708 174-174/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:41:45.708 174-174/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:41:45.708 174-174/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:41:45.708 174-174/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:41:45.708 174-174/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 57
04-18 03:41:45.709 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:41:45.710 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:41:45.711 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (6, 0, 0, -1), loop setting(0, 0)
04-18 03:41:45.711 182-9418/? D/AudioTrack: correcting timestamp time for pause, currentTimeNanos: 1504729022862 < limitNs: 1527539091499 < mStartNs: 1527624091499
04-18 03:41:45.711 182-9418/? W/NuPlayerRenderer: getPendingAudioPlayoutDurationUs: pendingUs -11793 < 0, clamping to zero, potential resume after pause writtenAudioDurationUs: 94165333, audioSinkPlayedUs: 94177126
04-18 03:41:45.713 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:41:45.732 182-9418/? W/AudioTrack: getTimestamp() location moved from kernel to server
04-18 03:41:45.734 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:41:45.735 174-1511/? I/chatty: uid=1041(audioserver) writer identical 1 line
04-18 03:41:45.746 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:41:46.237 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:46.702 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:41:46.929 182-9411/? I/NuCachedSource2: new range: offset= 16987413
04-18 03:41:47.238 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:47.702 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:41:47.703 182-9415/? D/GenericSource: startBufferingIfNecessary_l
04-18 03:41:47.703 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 703, 1192, -1), loop setting(0, 0)
04-18 03:41:47.703 9369-11495/? W/MediaPlayerNative: info/warning (703, 1192)
04-18 03:41:47.704 182-9403/? I/NuPlayer: buffer low, pausing...
04-18 03:41:47.704 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 701, 0, -1), loop setting(0, 0)
04-18 03:41:47.704 9369-11495/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:41:47.759 174-275/? I/AudioFlinger: BUFFER TIMEOUT: remove(4096) from active list on thread 0xb0a83f00
04-18 03:41:48.239 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:48.704 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:41:49.239 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:49.704 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:41:50.239 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:50.705 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:41:50.937 182-9411/? I/NuCachedSource2: new range: offset= 7249176
04-18 03:41:51.238 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:51.706 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:41:52.238 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:52.706 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:41:53.238 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:53.707 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:41:54.237 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:54.708 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:41:55.234 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:55.708 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:41:56.210 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:56.709 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:41:57.239 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:57.709 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:41:58.200 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:58.710 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:41:59.200 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:41:59.710 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:42:00.199 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:00.711 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:42:01.199 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:01.711 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:42:02.200 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:02.712 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:42:03.201 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:03.712 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:42:04.199 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:04.712 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:42:05.199 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:05.713 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:42:06.200 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:06.714 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:42:07.200 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:07.714 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:42:08.200 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:08.715 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:42:09.200 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:09.715 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:42:09.865 296-914/system_process D/WificondControl: Scan result ready event
04-18 03:42:10.201 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:10.716 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:42:11.201 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:11.716 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:42:12.205 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:12.717 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:42:13.211 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:13.717 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:42:14.205 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:14.718 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:42:15.205 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:15.719 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:42:16.205 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:16.719 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 95, 0, -1), loop setting(0, 0)
04-18 03:42:17.205 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:17.721 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 95, 0, -1), loop setting(0, 0)
04-18 03:42:17.721 182-9415/? D/GenericSource: stopBufferingIfNecessary_l
04-18 03:42:17.722 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 703, 1212, -1), loop setting(0, 0)
04-18 03:42:17.722 182-9403/? I/NuPlayer: buffer ready, resuming...
04-18 03:42:17.722 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 702, 0, -1), loop setting(0, 0)
notifyListener_l(0xb039b2a0), (3, 95, 0, -1), loop setting(0, 0)
04-18 03:42:17.723 9369-9381/? W/MediaPlayerNative: info/warning (703, 1212)
info/warning (702, 0)
04-18 03:42:17.725 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:42:17.726 174-9225/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:42:17.726 174-9225/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:42:17.726 174-9225/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:42:17.726 174-9225/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:42:17.726 174-9225/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:42:17.726 174-9225/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 57
04-18 03:42:17.727 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:42:17.728 174-1511/? I/chatty: uid=1041(audioserver) writer identical 1 line
04-18 03:42:17.734 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:42:17.735 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (6, 0, 0, -1), loop setting(0, 0)
04-18 03:42:17.736 182-9418/? W/AudioTrack: getTimestamp() location moved from kernel to server
04-18 03:42:17.736 182-9418/? W/NuPlayerRenderer: getPendingAudioPlayoutDurationUs: pendingUs -3185 < 0, clamping to zero, potential resume after pause writtenAudioDurationUs: 95530666, audioSinkPlayedUs: 95533851
04-18 03:42:17.756 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:42:17.756 174-1511/? I/chatty: uid=1041(audioserver) writer identical 1 line
04-18 03:42:17.767 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:42:18.237 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:18.722 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:42:19.015 182-9411/? I/NuCachedSource2: new range: offset= 17258680
04-18 03:42:19.238 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:19.679 174-275/? I/AudioFlinger: BUFFER TIMEOUT: remove(4096) from active list on thread 0xb0a83f00
04-18 03:42:19.723 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:42:19.724 182-9415/? D/GenericSource: startBufferingIfNecessary_l
04-18 03:42:19.724 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 703, 1212, -1), loop setting(0, 0)
04-18 03:42:19.724 182-9403/? I/NuPlayer: buffer low, pausing...
04-18 03:42:19.724 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 701, 0, -1), loop setting(0, 0)
04-18 03:42:19.728 9369-9382/? W/MediaPlayerNative: info/warning (703, 1212)
info/warning (701, 0)
04-18 03:42:20.238 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:20.724 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:42:21.212 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:21.725 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:42:22.239 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:22.726 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:42:23.239 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:23.532 182-9411/? I/NuCachedSource2: new range: offset= 7447110
04-18 03:42:23.726 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:42:24.239 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:24.728 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:42:25.239 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:25.728 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:42:26.238 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:26.728 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:42:27.239 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:27.729 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:42:28.238 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:28.730 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:42:29.241 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:29.542 640-11691/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:42:29.545 640-11691/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:42:29.731 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:42:30.239 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:30.731 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:42:31.239 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:31.731 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 97, 0, -1), loop setting(0, 0)
04-18 03:42:31.732 182-9415/? D/GenericSource: stopBufferingIfNecessary_l
04-18 03:42:31.732 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 703, 1153, -1), loop setting(0, 0)
04-18 03:42:31.732 182-9403/? I/NuPlayer: buffer ready, resuming...
04-18 03:42:31.732 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 702, 0, -1), loop setting(0, 0)
notifyListener_l(0xb039b2a0), (3, 97, 0, -1), loop setting(0, 0)
04-18 03:42:31.733 9369-9381/? W/MediaPlayerNative: info/warning (703, 1153)
info/warning (702, 0)
04-18 03:42:31.737 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:42:31.737 174-174/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:42:31.738 174-174/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:42:31.738 174-174/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:42:31.738 174-174/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:42:31.738 174-174/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:42:31.738 174-174/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 57
04-18 03:42:31.740 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:42:31.741 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (6, 0, 0, -1), loop setting(0, 0)
04-18 03:42:31.743 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:42:31.747 182-9418/? W/AudioTrack: getTimestamp() location moved from kernel to server
04-18 03:42:31.748 182-9418/? W/NuPlayerRenderer: getPendingAudioPlayoutDurationUs: pendingUs -5322 < 0, clamping to zero, potential resume after pause writtenAudioDurationUs: 96896000, audioSinkPlayedUs: 96901322
04-18 03:42:31.765 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:42:31.765 174-1511/? I/chatty: uid=1041(audioserver) writer identical 1 line
04-18 03:42:31.776 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:42:32.239 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:32.733 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:42:32.746 182-9411/? I/NuCachedSource2: new range: offset= 17437494
04-18 03:42:33.240 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:33.709 174-275/? I/AudioFlinger: BUFFER TIMEOUT: remove(4096) from active list on thread 0xb0a83f00
04-18 03:42:33.734 182-9415/? D/GenericSource: startBufferingIfNecessary_l
04-18 03:42:33.734 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
notifyListener_l(0xb039b2a0), (200, 703, 1497, -1), loop setting(0, 0)
04-18 03:42:33.734 182-9403/? I/NuPlayer: buffer low, pausing...
04-18 03:42:33.734 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 701, 0, -1), loop setting(0, 0)
04-18 03:42:33.735 9369-9436/? W/MediaPlayerNative: info/warning (703, 1497)
info/warning (701, 0)
04-18 03:42:34.239 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:34.734 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:42:35.241 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:35.735 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:42:36.240 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:36.735 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:42:37.238 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:37.736 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:42:38.239 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:38.736 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:42:39.239 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:39.466 182-9411/? I/NuCachedSource2: new range: offset= 7552050
04-18 03:42:39.737 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:42:40.238 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:40.737 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:42:41.239 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:41.739 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:42:42.239 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:42.740 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:42:43.237 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:43.740 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:42:44.206 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:44.740 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:42:45.230 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:45.741 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:42:46.241 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:46.742 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:42:47.239 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:47.742 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:42:48.239 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:48.743 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:42:49.239 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:49.743 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:42:50.239 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:50.744 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:42:51.239 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:51.745 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:42:52.238 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:52.745 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:42:53.238 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:53.746 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:42:54.241 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:54.746 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:42:55.241 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:55.748 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:42:56.239 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:56.749 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:42:56.928 296-685/system_process D/DhcpClient: Received packet: 6c:8d:c1:20:68:ca ACK: your new IP /10.3.1.206, netmask /255.255.0.0, gateways [/10.3.0.1] DNS servers: /103.13.86.140 /103.13.87.140 , lease time 86400
04-18 03:42:57.241 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:57.749 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:42:58.238 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:58.749 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:42:59.238 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:42:59.750 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:42:59.750 182-9415/? D/GenericSource: stopBufferingIfNecessary_l
04-18 03:42:59.750 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 703, 1667, -1), loop setting(0, 0)
04-18 03:42:59.750 9369-9412/? W/MediaPlayerNative: info/warning (703, 1667)
04-18 03:42:59.751 182-9403/? I/NuPlayer: buffer ready, resuming...
04-18 03:42:59.752 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 702, 0, -1), loop setting(0, 0)
04-18 03:42:59.752 9369-9382/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:42:59.752 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 97, 0, -1), loop setting(0, 0)
04-18 03:42:59.756 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:42:59.756 174-9225/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:42:59.756 174-9225/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:42:59.756 174-9225/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:42:59.757 174-9225/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:42:59.757 174-9225/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:42:59.757 174-9225/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 57
04-18 03:42:59.758 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:42:59.759 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:42:59.760 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (6, 0, 0, -1), loop setting(0, 0)
04-18 03:42:59.761 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:42:59.770 182-9418/? W/AudioTrack: getTimestamp() location moved from kernel to server
04-18 03:42:59.770 182-9418/? W/NuPlayerRenderer: getPendingAudioPlayoutDurationUs: pendingUs -10725 < 0, clamping to zero, potential resume after pause writtenAudioDurationUs: 98261333, audioSinkPlayedUs: 98272058
04-18 03:42:59.782 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:42:59.783 174-1511/? I/chatty: uid=1041(audioserver) writer identical 1 line
04-18 03:42:59.793 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:43:00.239 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:00.753 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 98, 0, -1), loop setting(0, 0)
04-18 03:43:00.845 182-9411/? I/NuCachedSource2: new range: offset= 17746615
04-18 03:43:01.242 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:01.709 174-275/? I/AudioFlinger: BUFFER TIMEOUT: remove(4096) from active list on thread 0xb0a83f00
04-18 03:43:01.753 182-9415/? D/GenericSource: startBufferingIfNecessary_l
04-18 03:43:01.753 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 98, 0, -1), loop setting(0, 0)
notifyListener_l(0xb039b2a0), (200, 703, 1667, -1), loop setting(0, 0)
04-18 03:43:01.753 182-9403/? I/NuPlayer: buffer low, pausing...
04-18 03:43:01.753 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 701, 0, -1), loop setting(0, 0)
04-18 03:43:01.753 9369-9412/? W/MediaPlayerNative: info/warning (703, 1667)
04-18 03:43:01.754 9369-9412/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:43:02.207 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:02.753 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 98, 0, -1), loop setting(0, 0)
04-18 03:43:03.199 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:03.754 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 98, 0, -1), loop setting(0, 0)
04-18 03:43:04.200 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:04.262 182-9411/? I/NuCachedSource2: new range: offset= 7662565
04-18 03:43:04.754 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 98, 0, -1), loop setting(0, 0)
04-18 03:43:05.238 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:05.754 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 98, 0, -1), loop setting(0, 0)
04-18 03:43:06.238 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:06.754 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 98, 0, -1), loop setting(0, 0)
04-18 03:43:07.237 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:07.755 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 98, 0, -1), loop setting(0, 0)
04-18 03:43:08.238 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:08.756 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 98, 0, -1), loop setting(0, 0)
04-18 03:43:09.238 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:09.756 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 98, 0, -1), loop setting(0, 0)
04-18 03:43:10.239 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:10.757 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 98, 0, -1), loop setting(0, 0)
04-18 03:43:11.237 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:11.757 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 98, 0, -1), loop setting(0, 0)
04-18 03:43:12.205 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:12.758 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:43:12.758 182-9415/? D/GenericSource: stopBufferingIfNecessary_l
04-18 03:43:12.759 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 703, 1385, -1), loop setting(0, 0)
04-18 03:43:12.759 182-9403/? I/NuPlayer: buffer ready, resuming...
04-18 03:43:12.759 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 702, 0, -1), loop setting(0, 0)
notifyListener_l(0xb039b2a0), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:43:12.760 9369-11495/? W/MediaPlayerNative: info/warning (703, 1385)
info/warning (702, 0)
04-18 03:43:12.763 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:43:12.763 174-174/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:43:12.763 174-174/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:43:12.763 174-174/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:43:12.763 174-174/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:43:12.764 174-174/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:43:12.764 174-174/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 57
04-18 03:43:12.765 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:43:12.766 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:43:12.767 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (6, 0, 0, -1), loop setting(0, 0)
04-18 03:43:12.767 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:43:12.774 182-9418/? W/AudioTrack: getTimestamp() location moved from kernel to server
04-18 03:43:12.774 182-9418/? W/NuPlayerRenderer: getPendingAudioPlayoutDurationUs: pendingUs -7280 < 0, clamping to zero, potential resume after pause writtenAudioDurationUs: 99626666, audioSinkPlayedUs: 99633946
04-18 03:43:12.789 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:43:12.790 174-1511/? I/chatty: uid=1041(audioserver) writer identical 1 line
04-18 03:43:12.800 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:43:13.237 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:13.759 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:13.867 182-9411/? I/NuCachedSource2: new range: offset= 17858931
04-18 03:43:14.237 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:14.729 174-275/? I/AudioFlinger: BUFFER TIMEOUT: remove(4096) from active list on thread 0xb0a83f00
04-18 03:43:14.759 182-9415/? D/GenericSource: startBufferingIfNecessary_l
04-18 03:43:14.760 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
notifyListener_l(0xb039b2a0), (200, 703, 1385, -1), loop setting(0, 0)
04-18 03:43:14.760 182-9403/? I/NuPlayer: buffer low, pausing...
04-18 03:43:14.760 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 701, 0, -1), loop setting(0, 0)
04-18 03:43:14.760 9369-9381/? W/MediaPlayerNative: info/warning (703, 1385)
info/warning (701, 0)
04-18 03:43:15.206 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:15.760 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:16.199 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:16.760 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:17.201 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:17.372 182-9411/? I/NuCachedSource2: new range: offset= 7815569
04-18 03:43:17.760 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:18.238 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:18.760 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:19.238 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:19.761 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:20.237 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:20.762 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:21.239 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:21.762 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:22.224 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:22.762 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:23.238 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:23.763 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:24.238 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:24.763 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:25.238 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:25.764 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:26.239 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:26.765 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:27.238 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:27.766 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:28.239 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:28.766 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:28.766 182-9415/? D/GenericSource: stopBufferingIfNecessary_l
04-18 03:43:28.766 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 703, 2697, -1), loop setting(0, 0)
04-18 03:43:28.767 182-9403/? I/NuPlayer: buffer ready, resuming...
04-18 03:43:28.767 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 702, 0, -1), loop setting(0, 0)
04-18 03:43:28.767 9369-11495/? W/MediaPlayerNative: info/warning (703, 2697)
info/warning (702, 0)
04-18 03:43:28.768 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:28.770 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:43:28.770 174-9225/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:43:28.771 174-9225/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:43:28.771 174-9225/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:43:28.771 174-9225/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:43:28.771 174-9225/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:43:28.771 174-9225/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 57
04-18 03:43:28.772 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:43:28.774 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (6, 0, 0, -1), loop setting(0, 0)
04-18 03:43:28.776 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:43:28.783 182-9418/? W/AudioTrack: getTimestamp() location moved from kernel to server
04-18 03:43:28.783 182-9418/? W/NuPlayerRenderer: getPendingAudioPlayoutDurationUs: pendingUs -8431 < 0, clamping to zero, potential resume after pause writtenAudioDurationUs: 100992000, audioSinkPlayedUs: 101000431
04-18 03:43:28.797 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:43:28.798 174-1511/? I/chatty: uid=1041(audioserver) writer identical 1 line
04-18 03:43:28.809 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:43:29.237 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:29.768 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:29.858 182-9411/? I/NuCachedSource2: new range: offset= 18115751
04-18 03:43:29.859 640-11925/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:43:29.861 640-11925/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:43:30.238 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:30.739 174-275/? I/AudioFlinger: BUFFER TIMEOUT: remove(4096) from active list on thread 0xb0a83f00
04-18 03:43:30.773 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:30.773 182-9415/? D/GenericSource: startBufferingIfNecessary_l
04-18 03:43:30.773 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 703, 2697, -1), loop setting(0, 0)
04-18 03:43:30.773 9369-9412/? W/MediaPlayerNative: info/warning (703, 2697)
04-18 03:43:30.773 182-9403/? I/NuPlayer: buffer low, pausing...
04-18 03:43:30.774 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 701, 0, -1), loop setting(0, 0)
04-18 03:43:30.774 9369-9412/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:43:31.236 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:31.774 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:32.241 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:32.774 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:33.226 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:33.775 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:34.206 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:34.327 182-9411/? I/NuCachedSource2: new range: offset= 8018189
04-18 03:43:34.777 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:35.241 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:35.777 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:36.236 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:36.778 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:37.206 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:37.778 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:38.208 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:38.779 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:39.198 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:39.780 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:40.199 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:40.780 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:41.200 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:41.781 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:42.238 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:42.782 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:43.238 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:43.782 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:44.238 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:44.783 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:45.238 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:45.784 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:46.208 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:46.784 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:47.208 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:47.785 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:48.199 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:48.785 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:48.835 197-197/? I/update_engine: [0418/034348:INFO:update_manager-inl.h(52)] AndroidThingsPolicy::UpdateCheckAllowed: START
[0418/034348:INFO:next_update_check_policy_impl.cc(48)] Periodic check interval not satisfied, blocking until 4/18/2018 8:13:56 GMT
[0418/034348:INFO:policy_utils.h(55)] decision by NextUpdateCheckTimePolicyImpl::UpdateCheckAllowed
04-18 03:43:48.836 197-197/? I/update_engine: [0418/034348:INFO:update_manager-inl.h(74)] AndroidThingsPolicy::UpdateCheckAllowed: END
04-18 03:43:49.237 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:49.786 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:50.212 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:50.787 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:51.238 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:51.787 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:51.788 182-9415/? D/GenericSource: stopBufferingIfNecessary_l
04-18 03:43:51.788 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 703, 1687, -1), loop setting(0, 0)
04-18 03:43:51.788 182-9403/? I/NuPlayer: buffer ready, resuming...
04-18 03:43:51.788 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 702, 0, -1), loop setting(0, 0)
notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:51.788 9369-9381/? W/MediaPlayerNative: info/warning (703, 1687)
04-18 03:43:51.790 9369-9381/? W/MediaPlayerNative: info/warning (702, 0)
04-18 03:43:51.791 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:43:51.793 174-174/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:43:51.793 174-174/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:43:51.794 174-174/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:43:51.794 174-174/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:43:51.794 174-174/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:43:51.794 174-174/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 57
04-18 03:43:51.795 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:43:51.796 174-1511/? I/chatty: uid=1041(audioserver) writer identical 1 line
04-18 03:43:51.798 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:43:51.799 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (6, 0, 0, -1), loop setting(0, 0)
04-18 03:43:51.801 182-9418/? W/AudioTrack: getTimestamp() location moved from kernel to server
04-18 03:43:51.801 182-9418/? W/NuPlayerRenderer: getPendingAudioPlayoutDurationUs: pendingUs -3117 < 0, clamping to zero, potential resume after pause writtenAudioDurationUs: 102357333, audioSinkPlayedUs: 102360450
04-18 03:43:51.820 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:43:51.820 174-1511/? I/chatty: uid=1041(audioserver) writer identical 1 line
04-18 03:43:51.831 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:43:52.200 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:52.788 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:52.877 182-9411/? I/NuCachedSource2: new range: offset= 18339490
04-18 03:43:53.237 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:53.759 174-275/? I/AudioFlinger: BUFFER TIMEOUT: remove(4096) from active list on thread 0xb0a83f00
04-18 03:43:53.789 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:53.789 182-9415/? D/GenericSource: startBufferingIfNecessary_l
04-18 03:43:53.789 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 703, 1699, -1), loop setting(0, 0)
04-18 03:43:53.789 182-9403/? I/NuPlayer: buffer low, pausing...
04-18 03:43:53.789 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 701, 0, -1), loop setting(0, 0)
04-18 03:43:53.789 9369-9412/? W/MediaPlayerNative: info/warning (703, 1699)
04-18 03:43:53.790 9369-9412/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:43:54.204 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:54.790 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:55.238 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:55.790 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:56.238 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:56.491 182-9411/? I/NuCachedSource2: new range: offset= 8161874
04-18 03:43:56.791 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:57.238 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:57.791 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:58.205 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:58.791 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:43:59.238 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:43:59.792 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:44:00.238 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:00.792 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:44:01.238 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:01.793 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:44:02.239 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:02.794 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:44:03.238 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:03.794 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:44:04.238 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:04.795 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:44:05.238 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:05.796 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:44:06.238 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:06.796 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:44:07.238 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:07.797 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:44:08.238 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:08.798 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:44:09.238 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:09.799 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:44:09.799 182-9415/? D/GenericSource: stopBufferingIfNecessary_l
04-18 03:44:09.799 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 703, 1822, -1), loop setting(0, 0)
04-18 03:44:09.799 182-9403/? I/NuPlayer: buffer ready, resuming...
04-18 03:44:09.800 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 702, 0, -1), loop setting(0, 0)
04-18 03:44:09.800 9369-9381/? W/MediaPlayerNative: info/warning (703, 1822)
info/warning (702, 0)
04-18 03:44:09.800 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:44:09.806 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:44:09.808 174-9225/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:44:09.809 174-9225/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:44:09.809 174-9225/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:44:09.809 174-9225/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:44:09.809 174-9225/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:44:09.809 174-9225/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 57
04-18 03:44:09.810 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:44:09.811 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:44:09.812 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (6, 0, 0, -1), loop setting(0, 0)
04-18 03:44:09.812 182-9418/? D/AudioTrack: correcting timestamp time for pause, currentTimeNanos: 1655684427753 < limitNs: 1671639711445 < mStartNs: 1671724711445
04-18 03:44:09.812 182-9418/? W/NuPlayerRenderer: getPendingAudioPlayoutDurationUs: pendingUs -97742 < 0, clamping to zero, potential resume after pause writtenAudioDurationUs: 103722666, audioSinkPlayedUs: 103820408
04-18 03:44:09.815 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:44:09.833 182-9418/? W/AudioTrack: getTimestamp() location moved from kernel to server
04-18 03:44:09.837 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:44:09.837 174-1511/? I/chatty: uid=1041(audioserver) writer identical 1 line
04-18 03:44:09.848 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:44:09.894 296-302/system_process I/zygote: Background concurrent copying GC freed 61336(4MB) AllocSpace objects, 0(0B) LOS objects, 42% free, 5MB/9MB, paused 295us total 158.262ms
04-18 03:44:10.237 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:10.801 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:44:11.008 182-9411/? I/NuCachedSource2: new range: offset= 18617576
04-18 03:44:11.237 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:11.801 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:44:11.802 182-9415/? D/GenericSource: startBufferingIfNecessary_l
04-18 03:44:11.802 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 703, 1822, -1), loop setting(0, 0)
04-18 03:44:11.802 9369-9436/? W/MediaPlayerNative: info/warning (703, 1822)
04-18 03:44:11.802 182-9403/? I/NuPlayer: buffer low, pausing...
04-18 03:44:11.802 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (200, 701, 0, -1), loop setting(0, 0)
04-18 03:44:11.806 9369-9412/? W/MediaPlayerNative: info/warning (701, 0)
04-18 03:44:11.812 174-275/? I/AudioFlinger: BUFFER TIMEOUT: remove(4096) from active list on thread 0xb0a83f00
04-18 03:44:12.216 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:12.803 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:44:13.241 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:13.803 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:44:14.241 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:14.804 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:44:15.241 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:15.805 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:44:16.241 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:16.626 182-9411/? I/NuCachedSource2: new range: offset= 8460629
04-18 03:44:16.805 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:44:17.241 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:17.806 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:44:18.241 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:18.806 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:44:19.241 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:19.807 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:44:20.241 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:20.808 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:44:21.237 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:21.808 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:44:22.239 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:22.809 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:44:23.238 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:23.515 296-685/system_process D/DhcpClient: Received packet: 6c:8d:c1:20:68:ca ACK: your new IP /10.3.1.206, netmask /255.255.0.0, gateways [/10.3.0.1] DNS servers: /103.13.86.140 /103.13.87.140 , lease time 86400
04-18 03:44:23.809 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:44:24.238 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:24.810 182-9403/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:44:25.006 296-363/system_process W/InputDispatcher: channel 'a1df187 com.example.flutterproblems/com.example.flutterproblems.MainActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
04-18 03:44:25.006 296-363/system_process E/InputDispatcher: channel 'a1df187 com.example.flutterproblems/com.example.flutterproblems.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
04-18 03:44:25.008 296-519/system_process I/WindowManager: WIN DEATH: Window{a1df187 u0 com.example.flutterproblems/com.example.flutterproblems.MainActivity}
04-18 03:44:25.008 296-519/system_process W/InputDispatcher: Attempted to unregister already unregistered input channel 'a1df187 com.example.flutterproblems/com.example.flutterproblems.MainActivity (server)'
04-18 03:44:25.011 296-916/system_process I/ActivityManager: Process com.example.flutterproblems (pid 9369) has died: fore TOP
04-18 03:44:25.011 170-234/? E/SurfaceFlinger: removeLayer called with a layer whose parent has been removed
removeLayer called with a layer whose parent has been removed
04-18 03:44:25.012 296-916/system_process W/ActivityManager: Force removing ActivityRecord{df7ec4a u0 com.example.flutterproblems/.MainActivity t83}: app died, no saved state
04-18 03:44:25.012 296-313/system_process W/system_server: kill(-9369, 9) failed: No such process
04-18 03:44:25.012 296-313/system_process I/system_server: Successfully killed process cgroup uid 10034 pid 9369 in 0ms
04-18 03:44:25.013 182-1506/? D/NuPlayerDriver: reset(0xb039b2a0) at state 5
04-18 03:44:25.015 182-9411/? E/IMediaHTTPConnection: remote readAt failed
04-18 03:44:25.015 182-9411/? E/NuCachedSource2: source returned error -2147483648, 10 retries left
04-18 03:44:25.017 182-1506/? D/NuPlayerDriver: notifyListener_l(0xb039b2a0), (8, 0, 0, -1), loop setting(0, 0)
04-18 03:44:25.018 916-916/? I/Binder:296_7: type=1400 audit(0.0:390): avc: denied { ptrace } for scontext=u:r:system_server:s0 tcontext=u:r:untrusted_app_25:s0:c512,c768 tclass=process permissive=1
04-18 03:44:25.019 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:44:25.030 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:44:25.039 296-318/system_process W/ActivityManager: setHasOverlayUi called on unknown pid: 9369
04-18 03:44:25.041 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:44:25.044 296-364/system_process I/InputReader: Reconfiguring input devices. changes=0x00000004
04-18 03:44:25.052 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:44:25.063 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:44:25.068 182-9420/? D/SurfaceUtils: disconnecting from surface 0xb03eb808, reason disconnectFromSurface
04-18 03:44:25.073 182-9420/? E/SurfaceUtils: Failed to disconnect from surface 0xb03eb808, err -32
04-18 03:44:25.073 182-9420/? W/MediaCodec: nativeWindowDisconnect returned an error: Broken pipe (-32)
04-18 03:44:25.074 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:44:25.075 182-9419/? D/SurfaceUtils: connecting to surface 0xb03eb808, reason onShutdown
04-18 03:44:25.075 182-9419/? E/SurfaceUtils: Failed to connect to surface 0xb03eb808, err -32
04-18 03:44:25.075 182-9419/? W/NuPlayerDecoder: [OMX.google.h264.decoder] failed to connect to native window, error=-32
04-18 03:44:25.085 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:44:25.096 174-1511/? I/chatty: uid=1041(audioserver) writer identical 1 line
04-18 03:44:25.107 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:44:25.107 182-9403/? D/NuPlayerDriver: notifyResetComplete(0xb039b2a0)
04-18 03:44:25.107 182-1506/? D/SurfaceUtils: disconnecting from surface 0xb03eb008, reason disconnectNativeWindow
04-18 03:44:25.107 182-1506/? E/SurfaceUtils: Failed to disconnect from surface 0xb03eb008, err -32
04-18 03:44:25.108 182-1506/? W/MediaPlayerService: nativeWindowDisconnect returned an error: Broken pipe (-32)
04-18 03:44:25.116 170-234/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:44:25.118 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:44:25.228 174-1511/? I/chatty: uid=1041(audioserver) writer identical 10 lines
04-18 03:44:25.240 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:44:25.240 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:25.251 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:44:25.295 174-1511/? I/chatty: uid=1041(audioserver) writer identical 4 lines
04-18 03:44:25.305 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:44:25.309 296-364/system_process I/InputReader: Reconfiguring input devices. changes=0x00000004
04-18 03:44:25.316 170-611/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:44:25.316 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:44:25.327 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:44:25.327 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:44:25.480 174-1511/? I/chatty: uid=1041(audioserver) writer identical 14 lines
04-18 03:44:25.491 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:44:25.493 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:44:25.502 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:44:26.179 174-1511/? I/chatty: uid=1041(audioserver) writer identical 63 lines
04-18 03:44:26.190 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:44:26.198 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:26.201 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:44:27.177 174-1511/? I/chatty: uid=1041(audioserver) writer identical 91 lines
04-18 03:44:27.188 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:44:27.198 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:27.198 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:44:28.014 174-1511/? I/chatty: uid=1041(audioserver) writer identical 76 lines
04-18 03:44:28.024 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:44:28.198 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:29.055 296-398/system_process E/TaskPersister: File error accessing recents directory (directory doesn't exist?).
04-18 03:44:29.198 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:30.152 640-12109/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:44:30.157 640-12109/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:44:30.198 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:31.198 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:32.168 12110-12110/? I/getprop: type=1400 audit(0.0:391): avc: denied { open } for path="/dev/__properties__/u:object_r:metricsd_prop:s0" dev="tmpfs" ino=1704 scontext=u:r:shell:s0 tcontext=u:object_r:metricsd_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:392): avc: denied { getattr } for path="/dev/__properties__/u:object_r:metricsd_prop:s0" dev="tmpfs" ino=1704 scontext=u:r:shell:s0 tcontext=u:object_r:metricsd_prop:s0 tclass=file permissive=1
type=1400 audit(0.0:393): avc: denied { open } for path="/dev/__properties__/u:object_r:iot_lowpan_prop:s0" dev="tmpfs" ino=1706 scontext=u:r:shell:s0 tcontext=u:object_r:iot_lowpan_prop:s0 tclass=file permissive=1
04-18 03:44:32.198 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:33.198 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:34.198 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:35.198 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:36.198 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:37.199 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:38.199 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:39.198 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:40.199 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:41.198 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:42.198 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:43.198 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:44.198 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:45.198 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:46.198 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:47.198 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:48.198 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:49.198 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:50.198 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:51.198 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:51.996 296-453/system_process I/ActivityManager: Force stopping com.example.flutterproblems appid=10034 user=0: from pid 12120
04-18 03:44:52.198 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:53.198 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:53.290 12122-12122/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
04-18 03:44:53.316 12122-12122/? W/app_process: Could not reserve sentinel fault page
04-18 03:44:53.688 12122-12122/? W/app_process: Using default instruction set features for ARM CPU variant (generic) using conservative defaults
04-18 03:44:53.696 12122-12122/? I/app_process: The ClassLoaderContext is a special shared library.
04-18 03:44:53.808 12122-12122/? D/AndroidRuntime: Calling main entry com.android.commands.pm.Pm
04-18 03:44:53.823 12122-12130/? W/MessageQueue: Handler (android.os.Handler) {b5cfd4} sending message to a Handler on a dead thread
java.lang.IllegalStateException: Handler (android.os.Handler) {b5cfd4} sending message to a Handler on a dead thread
at android.os.MessageQueue.enqueueMessage(MessageQueue.java:545)
at android.os.Handler.enqueueMessage(Handler.java:662)
at android.os.Handler.sendMessageAtTime(Handler.java:631)
at android.os.Handler.sendMessageDelayed(Handler.java:601)
at android.os.Handler.post(Handler.java:357)
at android.os.ResultReceiver$MyResultReceiver.send(ResultReceiver.java:57)
at com.android.internal.os.IResultReceiver$Stub.onTransact(IResultReceiver.java:58)
at android.os.Binder.execTransact(Binder.java:697)
04-18 03:44:53.825 12122-12122/? I/app_process: System.exit called, status: 0
04-18 03:44:53.825 12122-12122/? I/AndroidRuntime: VM exiting with result code 0.
04-18 03:44:54.198 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:55.199 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:56.198 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:57.199 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:58.198 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:44:59.198 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:00.198 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:01.199 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:03.289 296-453/system_process W/zygote: Long monitor contention with owner PackageManager (322) at void com.android.server.pm.PackageManagerService$PackageHandler.doHandleMessage(android.os.Message)(PackageManagerService.java:1755) waiters=0 in java.lang.String com.android.server.pm.PackageManagerService.getInstantAppPackageName(int) for 1.091s
04-18 03:45:03.290 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:03.293 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:04.198 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:05.198 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:06.198 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:07.199 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:07.934 296-302/system_process I/zygote: Background concurrent copying GC freed 33844(3MB) AllocSpace objects, 15(684KB) LOS objects, 42% free, 5MB/9MB, paused 763us total 859.538ms
04-18 03:45:08.199 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:09.203 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:10.198 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:11.199 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:11.212 296-924/system_process W/zygote: Long monitor contention with owner PackageInstaller (342) at int android.content.res.AssetManager.getStringBlockCount()(AssetManager.java:-2) waiters=0 in void com.android.server.pm.PackageInstallerSession.write(org.xmlpull.v1.XmlSerializer, java.io.File) for 706ms
04-18 03:45:11.208 322-322/? I/PackageManager: type=1400 audit(0.0:411): avc: denied { ptrace } for scontext=u:r:system_server:s0 tcontext=u:r:platform_app:s0:c512,c768 tclass=process permissive=1
04-18 03:45:11.398 296-322/system_process I/PackageManager.DexOptimizer: Running dexopt (dexoptNeeded=1) on: /data/app/com.example.flutterproblems-4fk68aN3srVhhVX7RjjKkA==/base.apk pkg=com.example.flutterproblems isa=arm dexoptFlags=boot_complete,debuggable,public target-filter=quicken oatDir=/data/app/com.example.flutterproblems-4fk68aN3srVhhVX7RjjKkA==/oat sharedLibraries=PCL[]
04-18 03:45:11.475 12143-12143/? W/dex2oat: Using default instruction set features for ARM CPU variant (generic) using conservative defaults
04-18 03:45:11.477 12143-12143/? I/dex2oat: /system/bin/dex2oat --input-vdex-fd=-1 --output-vdex-fd=9 --compiler-filter=quicken --debuggable --classpath-dir=/data/app/com.example.flutterproblems-4fk68aN3srVhhVX7RjjKkA== --class-loader-context=PCL[]
04-18 03:45:11.468 12143-12143/? I/dex2oat: type=1400 audit(0.0:412): avc: denied { write } for name="trace_marker" dev="tracefs" ino=47 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
04-18 03:45:11.487 12143-12143/? W/dex2oat: Could not reserve sentinel fault page
04-18 03:45:12.198 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:12.553 12143-12143/? I/dex2oat: dex2oat took 1.078s (360.269ms cpu) (threads: 4) arena alloc=25KB (25760B) java alloc=114KB (117192B) native alloc=1359KB (1392136B) free=2MB (2802168B)
04-18 03:45:12.570 296-311/system_process I/ActivityManager: Force stopping com.example.flutterproblems appid=10034 user=-1: installPackageLI
04-18 03:45:12.662 296-322/system_process I/PackageManager: Package com.example.flutterproblems codePath changed from /data/app/com.example.flutterproblems-BJMsyf0ROAXWCOhDh6g1Dg== to /data/app/com.example.flutterproblems-4fk68aN3srVhhVX7RjjKkA==; Retaining data and using new
04-18 03:45:12.662 296-322/system_process W/PackageManager: Code path for com.example.flutterproblems changing from /data/app/com.example.flutterproblems-BJMsyf0ROAXWCOhDh6g1Dg== to /data/app/com.example.flutterproblems-4fk68aN3srVhhVX7RjjKkA==
Resource path for com.example.flutterproblems changing from /data/app/com.example.flutterproblems-BJMsyf0ROAXWCOhDh6g1Dg== to /data/app/com.example.flutterproblems-4fk68aN3srVhhVX7RjjKkA==
04-18 03:45:12.857 296-322/system_process D/PackageManager: Ephemeral installer not found with new action; try old one
Clear ephemeral installer activity
04-18 03:45:13.055 296-322/system_process I/zygote: Explicit concurrent copying GC freed 22438(1376KB) AllocSpace objects, 18(856KB) LOS objects, 42% free, 5MB/8MB, paused 172us total 196.427ms
04-18 03:45:13.055 296-302/system_process I/zygote: WaitForGcToComplete blocked HeapTrim on HeapTrim for 123.504ms
04-18 03:45:13.089 177-340/? E/installd: Failed to delete /data/app/vmdl1910429200.tmp: No such file or directory
04-18 03:45:13.095 296-322/system_process I/ActivityManager: Force stopping com.example.flutterproblems appid=10034 user=0: pkg removed
04-18 03:45:13.108 296-296/system_process I/system_server: type=1400 audit(0.0:414): avc: denied { ptrace } for scontext=u:r:system_server:s0 tcontext=u:r:system_app:s0 tclass=process permissive=1
04-18 03:45:13.132 296-364/system_process I/InputReader: Reconfiguring input devices. changes=0x00000010
04-18 03:45:13.134 760-1046/com.google.android.gms.persistent E/NetworkScheduler: Unrecognised action provided: android.intent.action.PACKAGE_REMOVED
04-18 03:45:13.139 296-364/system_process I/InputReader: Reconfiguring input devices. changes=0x00000010
04-18 03:45:13.149 296-364/system_process I/InputReader: Reconfiguring input devices. changes=0x00000010
04-18 03:45:13.190 296-310/system_process W/Searchables: No global search activity found
04-18 03:45:13.199 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:13.234 296-310/system_process W/Searchables: No global search activity found
04-18 03:45:13.236 296-310/system_process W/VoiceInteractionManagerService: no available voice recognition services found for user 0
04-18 03:45:13.289 809-12160/com.google.android.gms D/Wear_Controller: Received broadcast action=android.intent.action.PACKAGE_REMOVED and uri=com.example.flutterproblems
04-18 03:45:13.361 809-12162/com.google.android.gms I/FontsPackageChangeOp: Package com.example.flutterproblems has no metadata
04-18 03:45:13.399 809-12174/com.google.android.gms D/Wear_Controller: Received broadcast action=android.intent.action.PACKAGE_ADDED and uri=com.example.flutterproblems
04-18 03:45:13.863 296-453/system_process I/ActivityManager: START u0 {act=android.intent.action.RUN flg=0x30000000 cmp=com.example.flutterproblems/.MainActivity (has extras)} from uid 2000
04-18 03:45:13.877 809-1070/com.google.android.gms D/SharedPreferencesImpl: Time required to fsync /data/user/0/com.google.android.gms/shared_prefs/proxy-apps-corpus.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 1, <64: 1, <128: 0, <256: 0, <512: 2, <1024: 1, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
04-18 03:45:13.888 809-899/com.google.android.gms W/Notification: Use of stream types is deprecated for operations other than volume control
See the documentation of setSound() for what to use instead with android.media.AudioAttributes to qualify your playback use case
04-18 03:45:13.893 296-998/system_process W/TelecomManager: Telecom Service not found.
04-18 03:45:13.888 154-154/? I/main: type=1400 audit(0.0:415): avc: denied { getattr } for path="/sys/kernel/debug/tracing/trace_marker" dev="tracefs" ino=47 scontext=u:r:zygote:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
04-18 03:45:13.908 12177-12177/? I/main: type=1400 audit(0.0:416): avc: denied { write } for name="trace_marker" dev="tracefs" ino=47 scontext=u:r:zygote:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
type=1400 audit(0.0:417): avc: denied { open } for path="/sys/kernel/debug/tracing/trace_marker" dev="tracefs" ino=47 scontext=u:r:zygote:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1
04-18 03:45:13.928 170-611/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:45:13.936 296-519/system_process W/ActivityManager: Slow operation: 54ms so far, now at startProcess: returned from zygote!
04-18 03:45:13.937 296-519/system_process W/ActivityManager: Slow operation: 54ms so far, now at startProcess: done updating battery stats
Slow operation: 54ms so far, now at startProcess: building log message
04-18 03:45:13.937 296-519/system_process I/ActivityManager: Start proc 12177:com.example.flutterproblems/u0a34 for activity com.example.flutterproblems/.MainActivity
04-18 03:45:13.937 296-519/system_process W/ActivityManager: Slow operation: 54ms so far, now at startProcess: starting to update pids map
Slow operation: 55ms so far, now at startProcess: done updating pids map
Slow operation: 55ms so far, now at startProcess: done starting proc!
04-18 03:45:13.962 12177-12177/? I/zygote: Late-enabling -Xcheck:jni
04-18 03:45:14.047 12177-12177/? W/zygote: Using default instruction set features for ARM CPU variant (generic) using conservative defaults
04-18 03:45:14.199 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:14.200 296-997/system_process W/zygote: Long monitor contention with owner Binder:296_4 (519) at void com.android.server.am.ActivityManagerService.activityPaused(android.os.IBinder)(ActivityManagerService.java:7438) waiters=2 in android.content.ComponentName com.android.server.am.ActivityManagerService.startService(android.app.IApplicationThread, android.content.Intent, java.lang.String, boolean, java.lang.String, int) for 314ms
04-18 03:45:14.202 296-998/system_process W/zygote: Long monitor contention with owner Binder:296_4 (519) at void com.android.server.am.ActivityManagerService.activityPaused(android.os.IBinder)(ActivityManagerService.java:7438) waiters=3 in void com.android.server.am.ActivityManagerService$LocalService.setPendingIntentWhitelistDuration(android.content.IIntentSender, android.os.IBinder, long) for 308ms
04-18 03:45:14.203 296-311/system_process W/zygote: Long monitor contention with owner Binder:296_4 (519) at void com.android.server.am.ActivityManagerService.activityPaused(android.os.IBinder)(ActivityManagerService.java:7438) waiters=4 in void com.android.server.am.TaskChangeNotificationController$MainHandler.handleMessage(android.os.Message) for 262ms
04-18 03:45:14.256 809-1070/com.google.android.gms W/IcingInternalCorpora: Failed to connect to SearchIndex Apis
04-18 03:45:14.323 296-312/system_process W/zygote: Long monitor contention with owner Binder:296_5 (520) at int com.android.server.am.ActivityManagerService.bindService(android.app.IApplicationThread, android.os.IBinder, android.content.Intent, java.lang.String, android.app.IServiceConnection, int, java.lang.String, int)(ActivityManagerService.java:18421) waiters=5 in void com.android.server.am.ActivityManagerService.dispatchUidsChanged() for 254ms
04-18 03:45:14.324 296-312/system_process W/Looper: Dispatch took 373ms on android.ui, h=Handler (com.android.server.am.ActivityManagerService$UiHandler) {f249f47} cb=null msg=53
04-18 03:45:14.350 809-12172/com.google.android.gms I/ChromeSync: [Persistence,AffiliationManager] Fetching affiliations from the server.
04-18 03:45:14.378 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:45:14.388 809-1070/com.google.android.gms W/IcingInternalCorpora: Failed to connect to SearchIndex Apis
04-18 03:45:14.531 809-823/com.google.android.gms I/zygote: Waiting for a blocking GC ProfileSaver
04-18 03:45:14.550 809-823/com.google.android.gms I/zygote: WaitForGcToComplete blocked ProfileSaver on HeapTrim for 19.365ms
04-18 03:45:15.198 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:15.969 12177-12177/com.example.flutterproblems I/com.example.flutterproblems: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
04-18 03:45:16.072 12177-12177/com.example.flutterproblems I/FlutterActivityDelegate: onResume setting current activity to this
04-18 03:45:16.202 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:16.213 760-1157/com.google.android.gms.persistent W/Conscrypt: Could not set socket write timeout:
04-18 03:45:16.214 760-1157/com.google.android.gms.persistent W/Conscrypt: java.lang.reflect.Method.invoke(Native Method)
com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@11745330:13)
04-18 03:45:17.199 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:17.605 12177-12206/com.example.flutterproblems I/flutter: Observatory listening on http://127.0.0.1:40697/
04-18 03:45:18.198 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:18.289 170-401/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:45:18.293 12177-12196/com.example.flutterproblems D/vndksupport: Loading /vendor/lib/hw/android.hardware.graphics.mapper@2.0-impl.so from current namespace instead of sphal namespace.
04-18 03:45:18.323 12177-12177/com.example.flutterproblems I/Choreographer: Skipped 131 frames! The application may be doing too much work on its main thread.
04-18 03:45:18.348 170-401/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:45:18.392 296-318/system_process I/ActivityManager: Displayed com.example.flutterproblems/.MainActivity: +4s494ms
04-18 03:45:18.411 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:45:19.198 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:20.077 760-1157/com.google.android.gms.persistent W/Conscrypt: Could not set socket write timeout:
04-18 03:45:20.079 760-1157/com.google.android.gms.persistent W/Conscrypt: java.lang.reflect.Method.invoke(Native Method)
com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@11745330:13)
04-18 03:45:20.218 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:21.237 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:21.305 760-1157/com.google.android.gms.persistent W/GLSUser: [AppCertManager] IOException while requesting key:
java.io.IOException: Invalid device key response.
at epv.a(:com.google.android.gms@11745330:14)
at epv.a(:com.google.android.gms@11745330:65)
at ept.a(:com.google.android.gms@11745330:8)
at epp.a(:com.google.android.gms@11745330:1)
at epo.a(:com.google.android.gms@11745330:10)
at com.google.android.gms.auth.account.be.legacy.AuthCronChimeraService.b(:com.google.android.gms@11745330:7)
at dvb.call(:com.google.android.gms@11745330:3)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at jzg.run(:com.google.android.gms@11745330:26)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
at kek.run(Unknown Source:7)
at java.lang.Thread.run(Thread.java:764)
04-18 03:45:21.781 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.781 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.791 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.792 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.794 12177-12177/com.example.flutterproblems V/MediaHTTPService: MediaHTTPService(android.media.MediaHTTPService@2024f7d): Cookies: null
04-18 03:45:21.797 182-7795/? D/NuPlayerDriver: NuPlayerDriver(0xb039b070) created, clientPid(12177)
04-18 03:45:21.802 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.803 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.804 182-1506/? D/SurfaceUtils: connecting to surface 0xb03eb808, reason setVideoSurfaceTexture
04-18 03:45:21.805 182-12216/? D/NuPlayer: onSetVideoSurface(0xb03eb000, no video decoder)
04-18 03:45:21.813 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.814 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.822 12177-12190/com.example.flutterproblems V/MediaHTTPService: makeHTTPConnection: CookieManager created: java.net.CookieManager@1b9e2c3
04-18 03:45:21.823 12177-12190/com.example.flutterproblems V/MediaHTTPService: makeHTTPConnection(android.media.MediaHTTPService@2024f7d): cookieHandler: java.net.CookieManager@1b9e2c3 Cookies: null
04-18 03:45:21.824 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.825 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.835 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.835 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.845 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.846 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.856 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.857 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.867 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.868 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.878 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.879 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.889 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.890 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.899 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.900 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.910 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.911 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.921 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.922 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.932 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.933 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.942 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.944 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.953 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.955 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.964 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.965 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.975 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.976 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.985 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.987 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.996 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:21.998 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.007 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.009 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.017 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.019 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.028 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.030 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.039 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.041 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.050 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.052 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.060 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.063 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.071 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.074 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.082 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.084 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.092 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.095 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.103 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.106 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.114 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.117 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.125 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.128 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.135 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.138 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.146 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.149 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.157 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.160 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.168 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.171 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.179 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.182 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.189 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.193 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.199 12177-12190/com.example.flutterproblems D/NetworkSecurityConfig: No Network Security Config specified, using platform default
04-18 03:45:22.200 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.204 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.211 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.215 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.222 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.225 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.233 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.236 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.237 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:22.244 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.247 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.254 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.258 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.265 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.269 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.276 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.280 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.287 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.291 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.298 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.302 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.308 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.313 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.319 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.324 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.330 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.335 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.341 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.346 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.352 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.357 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.362 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.367 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.373 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.378 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.384 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.389 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.395 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.400 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.406 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.411 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.417 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.422 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.427 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.433 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.438 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.444 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.449 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.455 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.460 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.466 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.471 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.477 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.483 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.488 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.494 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.499 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.505 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.510 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.516 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.521 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.527 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.532 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.538 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.543 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.549 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.554 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.560 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.564 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.571 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.575 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.582 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.586 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.593 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.597 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.604 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.608 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.614 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.619 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.625 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.630 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.636 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.641 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.647 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.652 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.658 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.663 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.669 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.674 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.680 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.685 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.691 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.696 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.702 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.706 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.713 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.717 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.723 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.728 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.735 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.739 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.746 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.750 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.751 296-398/system_process E/TaskPersister: File error accessing recents directory (directory doesn't exist?).
04-18 03:45:22.756 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.761 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.767 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.772 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.778 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.783 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.789 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.794 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.800 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.805 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.811 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.816 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.822 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.827 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.833 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.837 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.844 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.848 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.854 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.859 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.865 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.870 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.877 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.881 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.887 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.892 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.899 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.903 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.909 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.914 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.920 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.925 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.931 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.936 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.942 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.947 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.953 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.958 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.964 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.969 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.975 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.980 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.986 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.990 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:22.997 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.001 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.007 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.012 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.018 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.023 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.029 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.034 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.040 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.045 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.051 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.056 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.061 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.067 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.072 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.078 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.083 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.089 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.094 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.100 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.105 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.111 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.115 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.122 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.127 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.132 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.138 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.143 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.149 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.154 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.160 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.165 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.171 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.176 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.182 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.187 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.193 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.198 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.204 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.209 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.215 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.220 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.226 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.231 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.236 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.238 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:23.242 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.247 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.252 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.258 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.263 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.269 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.274 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.280 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.285 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.291 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.296 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.302 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.307 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.312 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.318 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.323 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.329 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.334 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.339 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.345 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.350 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.355 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.361 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.367 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.372 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.378 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.383 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.388 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.394 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.399 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.405 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.410 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.416 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.421 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.426 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.432 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.437 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.442 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.448 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.454 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.459 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.465 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.470 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.475 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.481 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.486 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.492 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.497 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.503 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.508 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.514 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.519 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.525 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.529 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.536 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.540 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.547 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.551 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.558 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.562 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.568 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.574 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.579 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.584 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.590 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.595 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.601 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.606 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.612 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.617 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.623 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.629 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.634 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.640 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.645 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.651 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.656 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.661 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.667 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.672 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.678 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.684 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.688 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.694 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.699 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.706 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.710 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.716 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.721 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.728 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.732 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.739 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.743 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.750 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.754 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.761 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.765 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.772 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.776 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.783 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.787 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.794 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.798 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.805 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.808 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.816 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.819 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.827 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.830 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.838 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.841 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.849 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.852 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.860 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.863 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.871 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.874 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.882 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.885 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.893 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.896 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.904 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.907 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.916 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.918 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.927 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.929 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.939 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.940 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.950 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.951 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.960 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.962 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.972 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.972 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.983 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.983 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.994 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:23.994 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.005 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.005 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.016 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.016 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.027 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.027 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.038 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.038 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.049 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.049 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.060 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.059 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.070 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.071 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.081 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.081 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.092 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.092 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.103 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.103 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.114 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.114 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.124 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.125 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.135 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.135 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.146 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.146 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.157 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.157 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.168 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.168 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.178 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.178 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.189 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.189 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.200 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.200 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.211 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.211 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.222 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.222 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.232 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.233 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.237 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:24.243 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.244 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.254 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.254 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.265 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.265 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.276 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.276 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.287 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.287 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.298 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.298 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.308 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.308 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.319 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.319 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.330 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.330 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.341 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.341 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.352 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.352 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.362 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.362 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.373 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.373 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.384 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.384 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.395 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.395 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.406 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.406 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.417 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.417 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.427 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.427 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.438 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.438 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.449 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.449 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.460 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.460 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.471 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.471 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.481 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.481 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.486 12177-12197/com.example.flutterproblems I/flutter: Starting to play app
04-18 03:45:24.492 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.492 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.503 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.503 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.514 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.514 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.524 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.525 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.535 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.535 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.546 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.546 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.557 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.567 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.568 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.577 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.579 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.588 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.589 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.599 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.600 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.610 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.611 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.621 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.622 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.632 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.632 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.643 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.643 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.654 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.654 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.664 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.664 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.675 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.675 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.686 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.686 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.697 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.697 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.708 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.708 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.718 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.718 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.729 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.729 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.740 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.740 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.751 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.751 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.762 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.762 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.772 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.772 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.783 174-277/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:24.783 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:25.241 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:26.241 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:27.048 182-12224/? I/NuCachedSource2: new range: offset= 20740209
04-18 03:45:27.236 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:28.168 296-311/system_process I/ActivityManager: Waited long enough for: ServiceRecord{136c998 u0 com.google.android.gms/.chimera.GmsIntentOperationService}
04-18 03:45:28.241 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:29.241 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:30.243 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:30.286 182-12224/? I/NuCachedSource2: caching reached eos.
04-18 03:45:30.295 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (5, 1280, 720, -1), loop setting(0, 0)
04-18 03:45:30.295 180-2676/? D/MediaBufferGroup: creating MemoryDealer
04-18 03:45:30.297 182-12217/? D/GenericSource: stopBufferingIfNecessary_l, mBuffering=0
04-18 03:45:30.297 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
notifyListener_l(0xb039b070), (1, 0, 0, -1), loop setting(0, 0)
04-18 03:45:30.406 296-307/system_process V/MediaRouterService: restoreBluetoothA2dp(false)
04-18 03:45:30.408 182-261/? D/NuPlayerDriver: start(0xb039b070), state is 4, eos is 0
04-18 03:45:30.408 182-12216/? I/GenericSource: start
04-18 03:45:30.409 182-12224/? I/NuCachedSource2: new range: offset= 0
04-18 03:45:30.435 640-12231/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:45:30.438 640-12231/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:45:31.241 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:31.372 182-12224/? I/NuCachedSource2: retrying a previously failed read succeeded.
04-18 03:45:32.208 182-12217/? D/GenericSource: startBufferingIfNecessary_l
04-18 03:45:32.210 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 2, 0, -1), loop setting(0, 0)
notifyListener_l(0xb039b070), (200, 703, 0, -1), loop setting(0, 0)
04-18 03:45:32.211 182-12216/? I/NuPlayer: buffer low, pausing...
04-18 03:45:32.211 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 701, 0, -1), loop setting(0, 0)
04-18 03:45:32.216 12177-12190/com.example.flutterproblems W/MediaPlayerNative: info/warning (703, 0)
04-18 03:45:32.218 12177-12190/com.example.flutterproblems W/MediaPlayerNative: info/warning (701, 0)
04-18 03:45:32.223 186-1449/? I/OMXMaster: makeComponentInstance(OMX.google.h264.decoder) in android.hardwar process
04-18 03:45:32.229 182-12235/? D/SurfaceUtils: disconnecting from surface 0xb03eb008, reason onConfigure
04-18 03:45:32.230 182-12236/? D/SurfaceUtils: connecting to surface 0xb03eb008, reason connectToSurface
04-18 03:45:32.231 182-12236/? I/MediaCodec: [OMX.google.h264.decoder] setting surface generation to 186373
04-18 03:45:32.231 182-12236/? D/SurfaceUtils: disconnecting from surface 0xb03eb008, reason connectToSurface(reconnect)
04-18 03:45:32.232 182-12236/? D/SurfaceUtils: connecting to surface 0xb03eb008, reason connectToSurface(reconnect)
04-18 03:45:32.234 186-1474/? E/OMXNodeInstance: getExtensionIndex(0xa7ea2960:google.h264.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a)
04-18 03:45:32.234 182-12237/? E/ACodec: [OMX.google.h264.decoder] setPortMode on output to DynamicANWBuffer failed w/ err -1010
04-18 03:45:32.235 186-233/? W/OMXNodeInstance: [0xa7ea2960:google.h264.decoder] component does not support metadata mode; using fallback
04-18 03:45:32.236 186-1449/? I/OMXMaster: makeComponentInstance(OMX.google.aac.decoder) in android.hardwar process
04-18 03:45:32.237 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:32.241 186-186/? D/SoftVideoDecoderOMXComponent: Color Aspects preference: 1
04-18 03:45:32.243 186-1474/? E/OMXNodeInstance: setConfig(0xa7ea2a20:google.aac.decoder, ConfigPriority(0x6f800002)) ERROR: Undefined(0x80001001)
04-18 03:45:32.243 182-12241/? I/ACodec: codec does not support config priority (err -2147483648)
04-18 03:45:32.243 186-1474/? E/OMXNodeInstance: setConfig(0xa7ea2960:google.h264.decoder, ConfigPriority(0x6f800002)) ERROR: UnsupportedIndex(0x8000101a)
04-18 03:45:32.244 182-12237/? I/ACodec: codec does not support config priority (err -1010)
04-18 03:45:32.244 186-9184/? E/OMXNodeInstance: setConfig(0xa7ea2960:google.h264.decoder, ConfigOperatingRate(0x6f800003)) ERROR: UnsupportedIndex(0x8000101a)
04-18 03:45:32.244 182-12237/? I/ACodec: codec does not support config operating rate (err -1010)
04-18 03:45:32.244 186-1474/? E/OMXNodeInstance: getConfig(0xa7ea2a20:google.aac.decoder, ConfigAndroidVendorExtension(0x6f100004)) ERROR: Undefined(0x80001001)
04-18 03:45:32.245 186-233/? E/OMXNodeInstance: getConfig(0xa7ea2960:google.h264.decoder, ConfigAndroidVendorExtension(0x6f100004)) ERROR: UnsupportedIndex(0x8000101a)
04-18 03:45:32.246 182-12241/? I/MediaCodec: MediaCodec will operate in async mode
04-18 03:45:32.247 186-9184/? E/OMXNodeInstance: getConfig(0xa7ea2960:google.h264.decoder, ??(0x7f000003)) ERROR: UnsupportedSetting(0x80001019)
04-18 03:45:32.249 182-12236/? I/MediaCodec: MediaCodec will operate in async mode
04-18 03:45:32.264 186-1474/? E/OMXNodeInstance: setConfig(0xa7ea2960:google.h264.decoder, ConfigOperatingRate(0x6f800003)) ERROR: UnsupportedIndex(0x8000101a)
04-18 03:45:32.264 182-12237/? I/ACodec: codec does not support config operating rate (err -1010)
04-18 03:45:32.266 186-12238/? D/SoftVideoDecoderOMXComponent: Color Aspects preference: 1
04-18 03:45:32.749 186-1474/? E/OMXNodeInstance: getConfig(0xa7ea2960:google.h264.decoder, ??(0x7f000003)) ERROR: UnsupportedSetting(0x80001019)
04-18 03:45:32.750 182-12236/? D/MediaCodec: [OMX.google.h264.decoder] setting dataspace on output surface to #104
04-18 03:45:32.757 12177-12189/com.example.flutterproblems D/vndksupport: Loading /vendor/lib/hw/android.hardware.graphics.allocator@2.0-impl.so from current namespace instead of sphal namespace.
04-18 03:45:32.763 12177-12189/com.example.flutterproblems W/GrallocMapperPassthrough: buffer descriptor with invalid usage bits 0x2000
04-18 03:45:32.763 12177-12189/com.example.flutterproblems D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:45:32.771 182-12236/? D/SoftwareRenderer: setting dataspace on output surface to #104
04-18 03:45:32.778 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (5, 1280, 720, -1), loop setting(0, 0)
04-18 03:45:33.208 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 4, 0, -1), loop setting(0, 0)
04-18 03:45:33.237 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:34.208 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 8, 0, -1), loop setting(0, 0)
04-18 03:45:34.238 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:35.209 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 12, 0, -1), loop setting(0, 0)
04-18 03:45:35.239 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:36.209 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 16, 0, -1), loop setting(0, 0)
04-18 03:45:36.209 182-12229/? D/GenericSource: stopBufferingIfNecessary_l
04-18 03:45:36.209 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 703, 0, -1), loop setting(0, 0)
04-18 03:45:36.209 182-12216/? I/NuPlayer: buffer ready, resuming...
04-18 03:45:36.209 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 702, 0, -1), loop setting(0, 0)
04-18 03:45:36.211 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 16, 0, -1), loop setting(0, 0)
04-18 03:45:36.212 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 3, 0, -1), loop setting(0, 0)
notifyListener_l(0xb039b070), (6, 0, 0, -1), loop setting(0, 0)
04-18 03:45:36.240 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:36.248 174-263/? W/AudioFlinger: createTrack_l(): mismatch between requested flags (00000008) and output flags (00000002)
04-18 03:45:36.261 182-12234/? D/AudioTrack: Client defaulted notificationFrames to 12288 for frameCount 24576
04-18 03:45:36.267 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:45:36.267 174-262/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:45:36.267 174-262/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:45:36.267 174-262/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:45:36.267 174-262/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:45:36.268 174-262/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:45:36.268 174-262/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 65
04-18 03:45:36.269 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:36.299 174-1511/? I/chatty: uid=1041(audioserver) writer identical 4 lines
04-18 03:45:36.310 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:45:36.577 296-685/system_process D/DhcpClient: Received packet: 6c:8d:c1:20:68:ca ACK: your new IP /10.3.1.206, netmask /255.255.0.0, gateways [/10.3.0.1] DNS servers: /103.13.86.140 /103.13.87.140 , lease time 86400
04-18 03:45:37.209 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 19, 0, -1), loop setting(0, 0)
04-18 03:45:37.237 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:38.210 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 24, 0, -1), loop setting(0, 0)
04-18 03:45:38.237 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:39.210 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 27, 0, -1), loop setting(0, 0)
04-18 03:45:39.240 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:40.200 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:40.211 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 31, 0, -1), loop setting(0, 0)
04-18 03:45:41.211 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 34, 0, -1), loop setting(0, 0)
04-18 03:45:41.237 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:42.212 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 40, 0, -1), loop setting(0, 0)
04-18 03:45:42.237 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:43.214 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 40, 0, -1), loop setting(0, 0)
04-18 03:45:43.237 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:44.216 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 42, 0, -1), loop setting(0, 0)
04-18 03:45:44.237 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:45.220 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 49, 0, -1), loop setting(0, 0)
04-18 03:45:45.237 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:46.222 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 52, 0, -1), loop setting(0, 0)
04-18 03:45:46.237 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:47.226 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 55, 0, -1), loop setting(0, 0)
04-18 03:45:47.238 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:48.228 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 55, 0, -1), loop setting(0, 0)
04-18 03:45:48.237 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:49.231 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 59, 0, -1), loop setting(0, 0)
04-18 03:45:49.237 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:50.232 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 61, 0, -1), loop setting(0, 0)
04-18 03:45:50.239 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:51.233 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 63, 0, -1), loop setting(0, 0)
04-18 03:45:51.237 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:52.234 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 63, 0, -1), loop setting(0, 0)
04-18 03:45:52.237 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:53.236 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 65, 0, -1), loop setting(0, 0)
04-18 03:45:53.237 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:53.257 12177-12182/com.example.flutterproblems I/zygote: Do partial code cache collection, code=28KB, data=28KB
04-18 03:45:53.260 12177-12182/com.example.flutterproblems I/zygote: After code cache collection, code=28KB, data=28KB
Increasing code cache capacity to 128KB
04-18 03:45:54.238 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:54.238 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 66, 0, -1), loop setting(0, 0)
04-18 03:45:55.237 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:55.240 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 66, 0, -1), loop setting(0, 0)
04-18 03:45:56.240 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 68, 0, -1), loop setting(0, 0)
04-18 03:45:56.257 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:57.237 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:57.243 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 70, 0, -1), loop setting(0, 0)
04-18 03:45:58.237 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:58.244 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 72, 0, -1), loop setting(0, 0)
04-18 03:45:59.237 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:45:59.245 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 73, 0, -1), loop setting(0, 0)
04-18 03:46:00.237 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:00.246 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 74, 0, -1), loop setting(0, 0)
04-18 03:46:01.237 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:01.247 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 76, 0, -1), loop setting(0, 0)
04-18 03:46:02.237 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:02.250 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 77, 0, -1), loop setting(0, 0)
04-18 03:46:03.237 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:03.251 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 79, 0, -1), loop setting(0, 0)
04-18 03:46:04.237 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:04.252 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 80, 0, -1), loop setting(0, 0)
04-18 03:46:05.237 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:05.254 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 81, 0, -1), loop setting(0, 0)
04-18 03:46:06.237 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:06.256 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 83, 0, -1), loop setting(0, 0)
04-18 03:46:07.237 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:07.256 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 83, 0, -1), loop setting(0, 0)
04-18 03:46:08.236 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:08.259 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 85, 0, -1), loop setting(0, 0)
04-18 03:46:08.846 296-302/system_process I/zygote: Background concurrent copying GC freed 39636(2MB) AllocSpace objects, 15(620KB) LOS objects, 42% free, 5MB/9MB, paused 248us total 206.212ms
04-18 03:46:09.237 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:09.261 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 87, 0, -1), loop setting(0, 0)
04-18 03:46:10.237 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:10.261 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 90, 0, -1), loop setting(0, 0)
04-18 03:46:11.239 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:11.261 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 92, 0, -1), loop setting(0, 0)
04-18 03:46:12.244 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:12.262 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:46:13.238 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:13.262 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:46:14.237 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:14.263 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:15.237 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:15.265 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:16.237 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:16.265 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:17.237 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:17.266 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:18.206 296-314/system_process I/WifiService: requestActivityInfo uid=1000
reportActivityInfo uid=1000
04-18 03:46:18.207 296-314/system_process I/WifiService: getSupportedFeatures uid=1000
04-18 03:46:18.237 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:18.267 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:18.387 296-373/system_process E/WifiVendorHal: getSupportedFeatureSet(l.891) failed {.code = ERROR_NOT_AVAILABLE, .description = }
04-18 03:46:18.397 296-373/system_process E/WifiVendorHal: getSupportedFeatureSet(l.897) failed {.code = ERROR_NOT_AVAILABLE, .description = }
04-18 03:46:18.424 296-314/system_process E/BatteryExternalStatsWorker: no controller energy info supplied for wifi
no controller energy info supplied for bluetooth
no controller energy info supplied for telephony
04-18 03:46:18.442 296-314/system_process E/KernelUidCpuFreqTimeReader: Failed to read /proc/uid_time_in_state: java.io.FileNotFoundException: /proc/uid_time_in_state (No such file or directory)
04-18 03:46:18.446 296-314/system_process E/KernelWakelockReader: neither /proc/wakelocks nor /d/wakeup_sources exists
04-18 03:46:18.463 296-314/system_process W/BatteryStatsImpl: Couldn't get kernel wake lock stats
04-18 03:46:18.771 809-899/com.google.android.gms W/Notification: Use of stream types is deprecated for operations other than volume control
See the documentation of setSound() for what to use instead with android.media.AudioAttributes to qualify your playback use case
04-18 03:46:18.775 296-998/system_process W/TelecomManager: Telecom Service not found.
04-18 03:46:18.783 809-13152/com.google.android.gms W/DropBoxEntryAddedChimeraService: Could not connect to Google API Client, giving up...
04-18 03:46:18.790 760-808/com.google.android.gms.persistent W/Notification: Use of stream types is deprecated for operations other than volume control
See the documentation of setSound() for what to use instead with android.media.AudioAttributes to qualify your playback use case
04-18 03:46:18.797 296-997/system_process W/TelecomManager: Telecom Service not found.
04-18 03:46:18.808 809-899/com.google.android.gms W/Notification: Use of stream types is deprecated for operations other than volume control
04-18 03:46:18.809 809-899/com.google.android.gms W/Notification: See the documentation of setSound() for what to use instead with android.media.AudioAttributes to qualify your playback use case
04-18 03:46:18.811 296-924/system_process W/TelecomManager: Telecom Service not found.
04-18 03:46:19.238 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:19.267 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:20.241 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:20.268 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:21.237 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:21.268 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:22.237 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:22.269 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:23.229 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:23.269 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:24.210 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:24.270 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:25.212 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:25.270 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:26.238 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:26.271 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:27.237 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:27.271 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:28.120 193-193/? I//system/bin/metricsd: [INFO:http_transport_curl.cc(132)] Sending a POST request to https://clients4.google.com/uma/v2
04-18 03:46:28.242 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:28.272 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:29.237 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:29.273 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:29.981 193-193/? I//system/bin/metricsd: [INFO:http_connection_curl.cc(163)] Response: 200 (OK)
04-18 03:46:30.079 182-12224/? I/NuCachedSource2: Cache full, done prefetching for now
04-18 03:46:30.237 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:30.274 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:30.751 640-13415/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:46:30.759 640-13415/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:46:31.237 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:31.276 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:31.768 296-685/system_process D/DhcpClient: Received packet: 6c:8d:c1:20:68:ca ACK: your new IP /10.3.1.206, netmask /255.255.0.0, gateways [/10.3.0.1] DNS servers: /103.13.86.140 /103.13.87.140 , lease time 86400
04-18 03:46:32.237 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:32.276 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:33.237 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:33.277 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:33.987 170-401/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:46:34.010 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:46:34.026 170-232/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:46:34.054 170-232/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:46:34.060 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:46:34.082 170-170/? D/gralloc: Registering a buffer in the process that created it. This may cause memory ordering problems.
04-18 03:46:34.237 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:34.264 174-275/? D/AudioFlinger: mixer(0xb0a83f00) throttle end: throttle time(19)
04-18 03:46:34.281 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:35.227 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:35.282 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:36.241 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:36.283 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:37.237 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:37.285 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:38.239 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:38.286 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:39.237 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:39.288 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:40.237 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:40.288 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:41.237 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:41.288 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:42.237 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:42.288 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:43.233 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:43.288 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:44.234 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:44.290 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:45.134 182-12224/? I/NuCachedSource2: Keep alive
04-18 03:46:45.239 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:45.291 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:46.254 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:46.292 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:46.426 296-453/system_process D/WificondControl: Scan result ready event
04-18 03:46:46.507 296-310/system_process I/ProcessStatsService: Pruning old procstats: /data/system/procstats/state-2018-04-17-02-09-03.bin
04-18 03:46:47.238 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:47.293 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:48.237 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:48.294 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:49.237 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:49.295 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:50.237 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:50.296 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:51.238 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:51.297 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:52.238 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:52.298 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:53.237 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:53.299 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:54.237 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:54.301 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:55.237 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:55.302 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:56.237 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:56.304 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:57.238 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:57.305 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:58.238 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:58.306 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:46:59.237 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:46:59.307 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:00.009 296-296/system_process I/ActivityManager: Killing 589:android.process.media/u0a5 (adj 904): empty for 1803s
04-18 03:47:00.012 296-313/system_process W/system_server: kill(-589, 9) failed: No such process
04-18 03:47:00.018 296-296/system_process I/ActivityManager: Killing 712:com.android.packageinstaller/u0a13 (adj 904): empty for 1810s
Killing 688:com.android.onetimeinitializer/u0a10 (adj 906): empty for 1810s
04-18 03:47:00.019 296-296/system_process I/ActivityManager: Killing 656:com.android.managedprovisioning/u0a11 (adj 906): empty for 1810s
04-18 03:47:00.095 296-313/system_process I/chatty: uid=1000(system) ActivityManager identical 2 lines
04-18 03:47:00.136 296-313/system_process W/system_server: kill(-589, 9) failed: No such process
04-18 03:47:00.175 182-12224/? I/NuCachedSource2: Keep alive
04-18 03:47:00.175 296-313/system_process W/system_server: kill(-589, 9) failed: No such process
04-18 03:47:00.175 296-313/system_process I/system_server: Successfully killed process cgroup uid 10005 pid 589 in 163ms
04-18 03:47:00.176 296-313/system_process W/system_server: kill(-712, 9) failed: No such process
04-18 03:47:00.176 296-313/system_process I/system_server: Successfully killed process cgroup uid 10013 pid 712 in 0ms
04-18 03:47:00.177 296-313/system_process W/system_server: kill(-688, 9) failed: No such process
04-18 03:47:00.177 296-313/system_process I/system_server: Successfully killed process cgroup uid 10010 pid 688 in 0ms
04-18 03:47:00.177 296-313/system_process W/system_server: kill(-656, 9) failed: No such process
04-18 03:47:00.177 296-313/system_process I/system_server: Successfully killed process cgroup uid 10011 pid 656 in 0ms
04-18 03:47:00.237 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:00.312 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:01.237 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:01.313 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:02.237 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:02.313 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:03.228 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:03.314 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:04.209 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:04.315 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:05.211 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:05.315 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:06.236 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:06.316 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:07.238 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:07.316 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:08.237 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:08.325 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:08.705 182-12224/? I/NuCachedSource2: restarting prefetcher, totalSize = 5209966
04-18 03:47:08.709 182-12224/? I/NuCachedSource2: caching reached eos.
04-18 03:47:08.769 182-12224/? I/NuCachedSource2: new range: offset= 6904787
04-18 03:47:09.237 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:09.326 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:09.327 182-12229/? D/GenericSource: startBufferingIfNecessary_l
04-18 03:47:09.327 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 703, 2468, -1), loop setting(0, 0)
04-18 03:47:09.327 182-12216/? I/NuPlayer: buffer low, pausing...
04-18 03:47:09.327 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 701, 0, -1), loop setting(0, 0)
04-18 03:47:09.331 12177-12189/com.example.flutterproblems W/MediaPlayerNative: info/warning (703, 2468)
info/warning (701, 0)
04-18 03:47:10.233 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:10.327 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:11.226 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:11.328 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:11.338 182-12224/? I/NuCachedSource2: retrying a previously failed read succeeded.
04-18 03:47:12.208 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:12.328 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:13.241 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:13.329 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:14.241 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:14.329 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:15.241 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:15.329 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:16.241 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:16.330 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:17.238 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:17.330 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:18.238 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:18.331 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:19.238 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:19.331 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:20.238 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:20.331 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:21.238 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:21.332 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:22.238 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:22.332 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:22.337 12177-12182/com.example.flutterproblems I/zygote: Do partial code cache collection, code=62KB, data=48KB
04-18 03:47:22.340 12177-12182/com.example.flutterproblems I/zygote: After code cache collection, code=62KB, data=48KB
Increasing code cache capacity to 256KB
04-18 03:47:23.238 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:23.333 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:24.238 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:24.333 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:25.241 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:25.333 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:26.238 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:26.334 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:27.238 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:27.334 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:28.205 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:28.335 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:47:28.335 182-12229/? D/GenericSource: stopBufferingIfNecessary_l
04-18 03:47:28.335 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 703, 1650, -1), loop setting(0, 0)
04-18 03:47:28.335 182-12216/? I/NuPlayer: buffer ready, resuming...
04-18 03:47:28.335 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 702, 0, -1), loop setting(0, 0)
04-18 03:47:28.336 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:47:28.336 12177-12233/com.example.flutterproblems W/MediaPlayerNative: info/warning (703, 1650)
04-18 03:47:28.338 12177-12233/com.example.flutterproblems W/MediaPlayerNative: info/warning (702, 0)
04-18 03:47:28.340 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:47:28.340 174-9225/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:47:28.340 174-9225/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:47:28.341 174-9225/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:47:28.341 174-9225/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:47:28.341 174-9225/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:47:28.341 174-9225/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 65
04-18 03:47:28.342 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:47:28.343 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (6, 0, 0, -1), loop setting(0, 0)
04-18 03:47:28.346 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:47:28.356 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:47:28.394 174-275/? D/AudioFlinger: mixer(0xb0a83f00) throttle end: throttle time(28)
04-18 03:47:29.114 182-12224/? I/NuCachedSource2: new range: offset= 16699479
04-18 03:47:29.217 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:29.336 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:47:29.337 182-12229/? D/GenericSource: startBufferingIfNecessary_l
04-18 03:47:29.337 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 703, 1484, -1), loop setting(0, 0)
04-18 03:47:29.337 12177-12233/com.example.flutterproblems W/MediaPlayerNative: info/warning (703, 1484)
04-18 03:47:29.337 182-12216/? I/NuPlayer: buffer low, pausing...
04-18 03:47:29.338 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 701, 0, -1), loop setting(0, 0)
04-18 03:47:29.338 12177-12189/com.example.flutterproblems W/MediaPlayerNative: info/warning (701, 0)
04-18 03:47:30.211 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:30.338 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:47:31.034 640-14372/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:47:31.037 640-14372/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:47:31.239 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:31.339 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:47:32.237 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:32.339 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:47:33.001 182-12224/? I/NuCachedSource2: new range: offset= 7106959
04-18 03:47:33.238 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:33.340 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:47:33.804 760-7546/com.google.android.gms.persistent V/NativeCrypto: Read error: ssl=0xa6da4fc0: I/O error during system call, Connection reset by peer
04-18 03:47:33.818 760-7546/com.google.android.gms.persistent V/NativeCrypto: SSL shutdown failed: ssl=0xa6da4fc0: I/O error during system call, Broken pipe
04-18 03:47:33.829 760-7546/com.google.android.gms.persistent E/GCM: Wifi connection closed with errorCode 20
04-18 03:47:33.844 296-377/system_process D/ConnectivityService: reportNetworkConnectivity(100, false) by 10009
04-18 03:47:33.856 296-663/system_process D/NetworkMonitor/NetworkAgentInfo [WIFI () - 100]: Forcing reevaluation for UID 10009
04-18 03:47:33.926 296-14374/system_process D/NetworkMonitor/NetworkAgentInfo [WIFI () - 100]: PROBE_DNS www.google.com 61ms OK 216.58.199.36
04-18 03:47:33.929 296-14375/system_process D/NetworkMonitor/NetworkAgentInfo [WIFI () - 100]: PROBE_DNS connectivitycheck.gstatic.com 63ms OK 216.58.199.35
04-18 03:47:34.017 296-14375/system_process D/NetworkMonitor/NetworkAgentInfo [WIFI () - 100]: PROBE_HTTP http://connectivitycheck.gstatic.com/generate_204 time=83ms ret=204 request={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], Content-Length=[0], Date=[Wed, 18 Apr 2018 03:47:33 GMT], X-Android-Received-Millis=[1524023254016], X-Android-Response-Source=[NETWORK 204], X-Android-Selected-Protocol=[http/1.1], X-Android-Sent-Millis=[1524023253993]}
04-18 03:47:34.093 296-14374/system_process D/NetworkMonitor/NetworkAgentInfo [WIFI () - 100]: PROBE_HTTPS https://www.google.com/generate_204 time=160ms ret=204 request={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=[hq=":443"; ma=2592000; quic=51303433; quic=51303432; quic=51303431; quic=51303339; quic=51303335,quic=":443"; ma=2592000; v="43,42,41,39,35"], Content-Length=[0], Date=[Wed, 18 Apr 2018 03:47:34 GMT], X-Android-Received-Millis=[1524023254093], X-Android-Response-Source=[NETWORK 204], X-Android-Selected-Protocol=[http/1.1], X-Android-Sent-Millis=[1524023254017]}
04-18 03:47:34.094 296-377/system_process D/ConnectivityService: NetworkAgentInfo [WIFI () - 100] validation passed
04-18 03:47:34.239 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:34.341 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:47:35.238 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:35.341 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:47:36.238 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:36.342 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:47:37.238 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:37.342 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:47:38.238 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:38.342 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:47:39.204 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:39.253 296-914/system_process I/WifiService: getConnectionInfo uid=10009
04-18 03:47:39.343 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:47:39.584 296-924/system_process I/WifiService: getConnectionInfo uid=10009
04-18 03:47:39.598 296-916/system_process I/WifiService: getConnectionInfo uid=10009
04-18 03:47:40.208 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:40.343 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:47:41.200 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:41.344 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 93, 0, -1), loop setting(0, 0)
04-18 03:47:42.203 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:42.344 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:47:42.344 182-12229/? D/GenericSource: stopBufferingIfNecessary_l
04-18 03:47:42.345 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 703, 1605, -1), loop setting(0, 0)
04-18 03:47:42.345 182-12216/? I/NuPlayer: buffer ready, resuming...
04-18 03:47:42.345 12177-12267/com.example.flutterproblems W/MediaPlayerNative: info/warning (703, 1605)
04-18 03:47:42.345 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 702, 0, -1), loop setting(0, 0)
04-18 03:47:42.345 12177-12267/com.example.flutterproblems W/MediaPlayerNative: info/warning (702, 0)
04-18 03:47:42.345 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 94, 0, -1), loop setting(0, 0)
04-18 03:47:42.353 174-263/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:47:42.353 174-263/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:47:42.353 174-263/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:47:42.354 174-263/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:47:42.354 174-263/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:47:42.354 174-263/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 65
04-18 03:47:42.356 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:47:42.358 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (6, 0, 0, -1), loop setting(0, 0)
04-18 03:47:42.358 182-12234/? D/AudioTrack: correcting timestamp time for pause, currentTimeNanos: 1871379084702 < limitNs: 1884185107457 < mStartNs: 1884270107457
04-18 03:47:42.358 182-12234/? W/NuPlayerRenderer: getPendingAudioPlayoutDurationUs: pendingUs -12578 < 0, clamping to zero, potential resume after pause writtenAudioDurationUs: 94165333, audioSinkPlayedUs: 94177911
04-18 03:47:42.358 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:47:42.380 174-1511/? I/chatty: uid=1041(audioserver) writer identical 1 line
04-18 03:47:42.380 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:47:42.381 182-12234/? W/AudioTrack: getTimestamp() location moved from kernel to server
04-18 03:47:42.391 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:47:43.239 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:43.345 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:47:43.692 182-12224/? I/NuCachedSource2: new range: offset= 16987413
04-18 03:47:44.129 296-373/system_process W/AlarmManager: Unrecognized alarm listener com.android.server.wifi.WifiConfigStore$1@ead775c
04-18 03:47:44.178 296-373/system_process D/WifiConfigStore: Writing to stores completed in 50 ms.
04-18 03:47:44.237 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:44.248 809-899/com.google.android.gms W/Notification: Use of stream types is deprecated for operations other than volume control
See the documentation of setSound() for what to use instead with android.media.AudioAttributes to qualify your playback use case
04-18 03:47:44.252 296-916/system_process W/TelecomManager: Telecom Service not found.
04-18 03:47:44.346 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:47:44.347 182-12229/? D/GenericSource: startBufferingIfNecessary_l
04-18 03:47:44.347 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 703, 1605, -1), loop setting(0, 0)
04-18 03:47:44.347 182-12216/? I/NuPlayer: buffer low, pausing...
04-18 03:47:44.347 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 701, 0, -1), loop setting(0, 0)
04-18 03:47:44.348 12177-12225/com.example.flutterproblems W/MediaPlayerNative: info/warning (703, 1605)
04-18 03:47:44.349 12177-12225/com.example.flutterproblems W/MediaPlayerNative: info/warning (701, 0)
04-18 03:47:44.379 174-275/? I/AudioFlinger: BUFFER TIMEOUT: remove(4096) from active list on thread 0xb0a83f00
04-18 03:47:45.238 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:45.347 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:47:46.238 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:46.348 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:47:47.108 182-12224/? I/NuCachedSource2: new range: offset= 7249176
04-18 03:47:47.201 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:47.349 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:47:48.202 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:48.349 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:47:49.237 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:49.350 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:47:50.237 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:50.350 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:47:51.199 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:51.351 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:47:52.202 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:52.351 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:47:53.205 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:53.352 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:47:54.241 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:54.352 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:47:55.200 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:55.352 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:47:56.238 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:56.353 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 97, 0, -1), loop setting(0, 0)
04-18 03:47:56.353 182-12229/? D/GenericSource: stopBufferingIfNecessary_l
04-18 03:47:56.353 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 703, 2917, -1), loop setting(0, 0)
04-18 03:47:56.353 182-12216/? I/NuPlayer: buffer ready, resuming...
04-18 03:47:56.353 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 702, 0, -1), loop setting(0, 0)
04-18 03:47:56.354 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 97, 0, -1), loop setting(0, 0)
04-18 03:47:56.357 12177-12267/com.example.flutterproblems W/MediaPlayerNative: info/warning (703, 2917)
04-18 03:47:56.360 12177-12267/com.example.flutterproblems W/MediaPlayerNative: info/warning (702, 0)
04-18 03:47:56.363 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:47:56.363 174-9225/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:47:56.363 174-9225/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:47:56.364 174-9225/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:47:56.364 174-9225/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:47:56.364 174-9225/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:47:56.364 174-9225/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 65
04-18 03:47:56.366 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:47:56.367 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:47:56.368 182-12234/? D/AudioTrack: correcting timestamp time for pause, currentTimeNanos: 1886304138394 < limitNs: 1898193546775 < mStartNs: 1898278546775
04-18 03:47:56.368 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (6, 0, 0, -1), loop setting(0, 0)
04-18 03:47:56.369 182-12234/? W/NuPlayerRenderer: getPendingAudioPlayoutDurationUs: pendingUs -99885 < 0, clamping to zero, potential resume after pause writtenAudioDurationUs: 95530666, audioSinkPlayedUs: 95630551
04-18 03:47:56.370 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:47:56.389 182-12234/? W/AudioTrack: getTimestamp() location moved from kernel to server
04-18 03:47:56.391 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:47:56.392 174-1511/? I/chatty: uid=1041(audioserver) writer identical 1 line
04-18 03:47:56.403 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:47:57.237 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:57.354 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 98, 0, -1), loop setting(0, 0)
04-18 03:47:57.359 182-12224/? I/NuCachedSource2: new range: offset= 17258680
04-18 03:47:58.236 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:58.319 174-275/? I/AudioFlinger: BUFFER TIMEOUT: remove(4096) from active list on thread 0xb0a83f00
04-18 03:47:58.356 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 98, 0, -1), loop setting(0, 0)
04-18 03:47:58.357 182-12229/? D/GenericSource: startBufferingIfNecessary_l
04-18 03:47:58.357 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 703, 2917, -1), loop setting(0, 0)
04-18 03:47:58.357 182-12216/? I/NuPlayer: buffer low, pausing...
04-18 03:47:58.357 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 701, 0, -1), loop setting(0, 0)
04-18 03:47:58.357 12177-12189/com.example.flutterproblems W/MediaPlayerNative: info/warning (703, 2917)
04-18 03:47:58.358 12177-12189/com.example.flutterproblems W/MediaPlayerNative: info/warning (701, 0)
04-18 03:47:59.236 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:47:59.358 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 98, 0, -1), loop setting(0, 0)
04-18 03:48:00.238 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:00.358 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 98, 0, -1), loop setting(0, 0)
04-18 03:48:01.241 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:01.359 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 98, 0, -1), loop setting(0, 0)
04-18 03:48:01.392 182-12224/? I/NuCachedSource2: new range: offset= 7447110
04-18 03:48:02.241 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:02.359 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 98, 0, -1), loop setting(0, 0)
04-18 03:48:03.241 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:03.360 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 98, 0, -1), loop setting(0, 0)
04-18 03:48:04.241 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:04.360 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 98, 0, -1), loop setting(0, 0)
04-18 03:48:05.241 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:05.361 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 98, 0, -1), loop setting(0, 0)
04-18 03:48:06.238 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:06.362 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 98, 0, -1), loop setting(0, 0)
04-18 03:48:07.241 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:07.363 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 98, 0, -1), loop setting(0, 0)
04-18 03:48:08.241 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:08.363 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 98, 0, -1), loop setting(0, 0)
04-18 03:48:08.571 296-302/system_process I/zygote: Background concurrent copying GC freed 50273(3MB) AllocSpace objects, 11(460KB) LOS objects, 42% free, 5MB/9MB, paused 166us total 164.078ms
04-18 03:48:09.241 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:09.364 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 98, 0, -1), loop setting(0, 0)
04-18 03:48:09.364 182-12229/? D/GenericSource: stopBufferingIfNecessary_l
04-18 03:48:09.364 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 703, 2265, -1), loop setting(0, 0)
04-18 03:48:09.365 12177-12267/com.example.flutterproblems W/MediaPlayerNative: info/warning (703, 2265)
04-18 03:48:09.366 182-12216/? I/NuPlayer: buffer ready, resuming...
04-18 03:48:09.366 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 702, 0, -1), loop setting(0, 0)
notifyListener_l(0xb039b070), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:48:09.368 12177-12225/com.example.flutterproblems W/MediaPlayerNative: info/warning (702, 0)
04-18 03:48:09.371 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:48:09.372 174-263/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:48:09.372 174-263/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:48:09.372 174-263/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:48:09.372 174-263/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:48:09.372 174-263/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:48:09.373 174-263/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 65
04-18 03:48:09.375 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:48:09.377 182-12234/? D/AudioTrack: correcting timestamp time for pause, currentTimeNanos: 1900244407451 < limitNs: 1911206181145 < mStartNs: 1911291181145
04-18 03:48:09.377 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (6, 0, 0, -1), loop setting(0, 0)
04-18 03:48:09.377 182-12234/? W/NuPlayerRenderer: getPendingAudioPlayoutDurationUs: pendingUs -95688 < 0, clamping to zero, potential resume after pause writtenAudioDurationUs: 96896000, audioSinkPlayedUs: 96991688
04-18 03:48:09.378 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:48:09.399 182-12234/? W/AudioTrack: getTimestamp() location moved from kernel to server
04-18 03:48:09.400 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:48:09.400 174-1511/? I/chatty: uid=1041(audioserver) writer identical 1 line
04-18 03:48:09.411 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:48:10.237 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:10.366 182-12224/? I/NuCachedSource2: new range: offset= 17437494
04-18 03:48:10.367 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:48:10.367 182-12229/? D/GenericSource: startBufferingIfNecessary_l
04-18 03:48:10.367 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 703, 2265, -1), loop setting(0, 0)
04-18 03:48:10.367 182-12216/? I/NuPlayer: buffer low, pausing...
04-18 03:48:10.367 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 701, 0, -1), loop setting(0, 0)
04-18 03:48:10.369 12177-12190/com.example.flutterproblems W/MediaPlayerNative: info/warning (703, 2265)
info/warning (701, 0)
04-18 03:48:11.238 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:11.368 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:48:12.203 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:12.369 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:48:13.203 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:13.369 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:48:14.224 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:14.294 182-12224/? I/NuCachedSource2: new range: offset= 7552050
04-18 03:48:14.370 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:48:15.205 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:15.370 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:48:16.205 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:16.371 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:48:17.238 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:17.371 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:48:18.239 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:18.371 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:48:19.238 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:19.372 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:48:20.241 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:20.372 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:48:21.241 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:21.373 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 96, 0, -1), loop setting(0, 0)
04-18 03:48:22.241 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:22.374 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 97, 0, -1), loop setting(0, 0)
04-18 03:48:23.238 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:23.374 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:48:23.376 182-12229/? D/GenericSource: stopBufferingIfNecessary_l
04-18 03:48:23.376 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 703, 3084, -1), loop setting(0, 0)
04-18 03:48:23.377 182-12216/? I/NuPlayer: buffer ready, resuming...
04-18 03:48:23.377 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 702, 0, -1), loop setting(0, 0)
notifyListener_l(0xb039b070), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:48:23.378 12177-12190/com.example.flutterproblems W/MediaPlayerNative: info/warning (703, 3084)
04-18 03:48:23.379 12177-12190/com.example.flutterproblems W/MediaPlayerNative: info/warning (702, 0)
04-18 03:48:23.380 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:48:23.381 174-9225/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:48:23.381 174-9225/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:48:23.381 174-9225/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:48:23.381 174-9225/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:48:23.381 174-9225/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:48:23.382 174-9225/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 65
04-18 03:48:23.382 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:48:23.384 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:48:23.385 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (6, 0, 0, -1), loop setting(0, 0)
04-18 03:48:23.388 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:48:23.390 182-12234/? W/AudioTrack: getTimestamp() location moved from kernel to server
04-18 03:48:23.409 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:48:23.410 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:48:23.443 174-275/? D/AudioFlinger: mixer(0xb0a83f00) throttle end: throttle time(19)
04-18 03:48:24.237 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:24.377 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:24.721 182-12224/? I/NuCachedSource2: new range: offset= 17746615
04-18 03:48:25.238 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:25.378 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:25.378 182-12229/? D/GenericSource: startBufferingIfNecessary_l
04-18 03:48:25.378 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 703, 3084, -1), loop setting(0, 0)
04-18 03:48:25.378 182-12216/? I/NuPlayer: buffer low, pausing...
04-18 03:48:25.378 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 701, 0, -1), loop setting(0, 0)
04-18 03:48:25.378 12177-12225/com.example.flutterproblems W/MediaPlayerNative: info/warning (703, 3084)
04-18 03:48:25.379 12177-12225/com.example.flutterproblems W/MediaPlayerNative: info/warning (701, 0)
04-18 03:48:25.659 174-275/? I/AudioFlinger: BUFFER TIMEOUT: remove(4096) from active list on thread 0xb0a83f00
04-18 03:48:26.238 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:26.378 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:27.213 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:27.379 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:28.238 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:28.290 182-12224/? I/NuCachedSource2: new range: offset= 7624933
04-18 03:48:28.380 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:29.238 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:29.380 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:30.205 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:30.381 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:31.207 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:31.354 640-14623/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:48:31.357 640-14623/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:48:31.382 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:32.237 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:32.383 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:33.238 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:33.383 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:34.238 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:34.384 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:35.237 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:35.385 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:36.238 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:36.385 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:37.241 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:37.386 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:38.241 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:38.387 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:38.387 182-12229/? D/GenericSource: stopBufferingIfNecessary_l
04-18 03:48:38.387 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 703, 2596, -1), loop setting(0, 0)
04-18 03:48:38.387 182-12216/? I/NuPlayer: buffer ready, resuming...
04-18 03:48:38.387 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 702, 0, -1), loop setting(0, 0)
04-18 03:48:38.388 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 99, 0, -1), loop setting(0, 0)
04-18 03:48:38.390 12177-12225/com.example.flutterproblems W/MediaPlayerNative: info/warning (703, 2596)
04-18 03:48:38.392 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:48:38.393 174-263/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:48:38.393 12177-12225/com.example.flutterproblems W/MediaPlayerNative: info/warning (702, 0)
04-18 03:48:38.393 174-263/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:48:38.393 174-263/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:48:38.393 174-263/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:48:38.393 174-263/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:48:38.393 174-263/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 65
04-18 03:48:38.394 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:48:38.395 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:48:38.396 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (6, 0, 0, -1), loop setting(0, 0)
04-18 03:48:38.398 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:48:38.406 182-12234/? W/AudioTrack: getTimestamp() location moved from kernel to server
04-18 03:48:38.406 182-12234/? W/NuPlayerRenderer: getPendingAudioPlayoutDurationUs: pendingUs -10479 < 0, clamping to zero, potential resume after pause writtenAudioDurationUs: 99626666, audioSinkPlayedUs: 99637145
04-18 03:48:38.419 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:48:38.420 174-1511/? I/chatty: uid=1041(audioserver) writer identical 1 line
04-18 03:48:38.431 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:48:39.238 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:39.388 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:39.499 182-12224/? I/NuCachedSource2: new range: offset= 17858931
04-18 03:48:40.237 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:40.359 174-275/? I/AudioFlinger: BUFFER TIMEOUT: remove(4096) from active list on thread 0xb0a83f00
04-18 03:48:40.388 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:40.389 182-12229/? D/GenericSource: startBufferingIfNecessary_l
04-18 03:48:40.389 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 703, 2596, -1), loop setting(0, 0)
04-18 03:48:40.389 182-12216/? I/NuPlayer: buffer low, pausing...
04-18 03:48:40.389 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 701, 0, -1), loop setting(0, 0)
04-18 03:48:40.389 12177-12225/com.example.flutterproblems W/MediaPlayerNative: info/warning (703, 2596)
info/warning (701, 0)
04-18 03:48:41.205 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:41.389 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:42.205 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:42.390 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:42.558 182-12224/? I/NuCachedSource2: new range: offset= 7772460
04-18 03:48:43.206 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:43.390 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:44.241 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:44.391 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:45.238 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:45.391 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:46.237 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:46.392 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:47.238 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:47.392 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:48.238 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:48.393 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:48.935 197-197/? I/update_engine: [0418/034848:INFO:update_manager-inl.h(52)] AndroidThingsPolicy::UpdateCheckAllowed: START
04-18 03:48:48.936 197-197/? I/update_engine: [0418/034848:INFO:next_update_check_policy_impl.cc(48)] Periodic check interval not satisfied, blocking until 4/18/2018 8:13:56 GMT
[0418/034848:INFO:policy_utils.h(55)] decision by NextUpdateCheckTimePolicyImpl::UpdateCheckAllowed
[0418/034848:INFO:update_manager-inl.h(74)] AndroidThingsPolicy::UpdateCheckAllowed: END
04-18 03:48:49.238 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:49.393 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:50.237 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:50.394 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:51.238 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:51.394 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:52.238 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:52.394 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:52.396 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 702, 0, -1), loop setting(0, 0)
04-18 03:48:52.396 12177-12190/com.example.flutterproblems W/MediaPlayerNative: info/warning (703, 2419)
info/warning (702, 0)
04-18 03:48:52.396 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:52.400 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:48:52.401 174-9225/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:48:52.401 174-9225/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:48:52.401 174-9225/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:48:52.401 174-9225/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:48:52.402 174-9225/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:48:52.402 174-9225/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 65
04-18 03:48:52.403 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:48:52.405 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:48:52.407 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (6, 0, 0, -1), loop setting(0, 0)
04-18 03:48:52.407 182-12234/? D/AudioTrack: correcting timestamp time for pause, currentTimeNanos: 1942284365873 < limitNs: 1954235712587 < mStartNs: 1954320712587
04-18 03:48:52.407 182-12234/? W/NuPlayerRenderer: getPendingAudioPlayoutDurationUs: pendingUs -96018 < 0, clamping to zero, potential resume after pause writtenAudioDurationUs: 100992000, audioSinkPlayedUs: 101088018
04-18 03:48:52.411 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:48:52.427 182-12234/? W/AudioTrack: getTimestamp() location moved from kernel to server
04-18 03:48:52.432 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:48:52.433 174-1511/? I/chatty: uid=1041(audioserver) writer identical 1 line
04-18 03:48:52.444 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:48:53.237 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:53.364 182-12224/? I/NuCachedSource2: new range: offset= 18115751
04-18 03:48:53.396 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:53.397 182-12229/? D/GenericSource: startBufferingIfNecessary_l
04-18 03:48:53.397 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 703, 2419, -1), loop setting(0, 0)
04-18 03:48:53.397 182-12216/? I/NuPlayer: buffer low, pausing...
04-18 03:48:53.397 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 701, 0, -1), loop setting(0, 0)
04-18 03:48:53.397 12177-12267/com.example.flutterproblems W/MediaPlayerNative: info/warning (703, 2419)
04-18 03:48:53.399 12177-12267/com.example.flutterproblems W/MediaPlayerNative: info/warning (701, 0)
04-18 03:48:54.199 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:54.397 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:55.200 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:55.398 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:56.210 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:56.398 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:57.238 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:57.385 182-12224/? I/NuCachedSource2: new range: offset= 7973714
04-18 03:48:57.399 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:58.238 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:58.400 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:48:59.238 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:48:59.401 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:00.237 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:00.402 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:01.237 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:01.402 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:02.225 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:02.402 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:03.238 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:03.403 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:04.238 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:04.403 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:05.237 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:05.404 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:06.239 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:06.404 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:07.238 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:07.404 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:08.238 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:08.405 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:09.238 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:09.405 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:09.405 182-12229/? D/GenericSource: stopBufferingIfNecessary_l
04-18 03:49:09.406 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 703, 2510, -1), loop setting(0, 0)
04-18 03:49:09.406 182-12216/? I/NuPlayer: buffer ready, resuming...
04-18 03:49:09.406 12177-12233/com.example.flutterproblems W/MediaPlayerNative: info/warning (703, 2510)
04-18 03:49:09.406 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 702, 0, -1), loop setting(0, 0)
notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:09.409 12177-12233/com.example.flutterproblems W/MediaPlayerNative: info/warning (702, 0)
04-18 03:49:09.410 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:49:09.411 174-263/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:49:09.411 174-263/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:49:09.411 174-263/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:49:09.411 174-263/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:49:09.411 174-263/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:49:09.411 174-263/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 65
04-18 03:49:09.413 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:49:09.415 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (6, 0, 0, -1), loop setting(0, 0)
04-18 03:49:09.417 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:49:09.425 182-12234/? W/AudioTrack: getTimestamp() location moved from kernel to server
04-18 03:49:09.439 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:49:09.440 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:49:09.473 174-275/? D/AudioFlinger: mixer(0xb0a83f00) throttle end: throttle time(19)
04-18 03:49:10.237 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:10.406 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:10.659 182-12224/? I/NuCachedSource2: new range: offset= 18339490
04-18 03:49:11.239 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:11.406 182-12229/? D/GenericSource: startBufferingIfNecessary_l
04-18 03:49:11.406 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
notifyListener_l(0xb039b070), (200, 703, 2510, -1), loop setting(0, 0)
04-18 03:49:11.407 182-12216/? I/NuPlayer: buffer low, pausing...
04-18 03:49:11.407 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 701, 0, -1), loop setting(0, 0)
04-18 03:49:11.407 12177-12225/com.example.flutterproblems W/MediaPlayerNative: info/warning (703, 2510)
info/warning (701, 0)
04-18 03:49:11.669 174-275/? I/AudioFlinger: BUFFER TIMEOUT: remove(4096) from active list on thread 0xb0a83f00
04-18 03:49:12.219 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:12.407 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:13.238 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:13.407 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:14.239 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:14.407 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:15.238 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:15.407 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:16.238 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:16.407 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:17.241 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:17.408 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:18.241 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:18.408 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:19.095 182-12224/? I/NuCachedSource2: new range: offset= 8096508
04-18 03:49:19.236 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:19.409 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:20.208 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:20.410 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:21.208 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:21.410 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:22.207 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:22.410 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:23.200 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:23.411 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:24.242 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:24.411 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:25.241 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:25.412 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:26.231 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:26.413 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:27.236 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:27.413 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:28.238 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:28.413 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:28.414 182-12229/? D/GenericSource: stopBufferingIfNecessary_l
04-18 03:49:28.414 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 703, 1616, -1), loop setting(0, 0)
04-18 03:49:28.414 182-12216/? I/NuPlayer: buffer ready, resuming...
04-18 03:49:28.414 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 702, 0, -1), loop setting(0, 0)
notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:28.415 12177-12225/com.example.flutterproblems W/MediaPlayerNative: info/warning (703, 1616)
info/warning (702, 0)
04-18 03:49:28.418 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:49:28.418 174-9225/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:49:28.419 174-9225/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:49:28.419 174-9225/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:49:28.419 174-9225/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:49:28.419 174-9225/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:49:28.419 174-9225/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 65
04-18 03:49:28.420 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:49:28.421 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:49:28.422 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (6, 0, 0, -1), loop setting(0, 0)
04-18 03:49:28.423 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:49:28.431 182-12234/? W/AudioTrack: getTimestamp() location moved from kernel to server
04-18 03:49:28.431 182-12234/? W/NuPlayerRenderer: getPendingAudioPlayoutDurationUs: pendingUs -9043 < 0, clamping to zero, potential resume after pause writtenAudioDurationUs: 103722666, audioSinkPlayedUs: 103731709
04-18 03:49:28.444 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:49:28.445 174-1511/? I/chatty: uid=1041(audioserver) writer identical 1 line
04-18 03:49:28.456 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:49:29.237 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:29.415 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:29.515 182-12224/? I/NuCachedSource2: new range: offset= 18617576
04-18 03:49:30.211 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:30.415 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:30.416 182-12229/? D/GenericSource: startBufferingIfNecessary_l
04-18 03:49:30.416 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 703, 1947, -1), loop setting(0, 0)
04-18 03:49:30.416 182-12216/? I/NuPlayer: buffer low, pausing...
04-18 03:49:30.416 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 701, 0, -1), loop setting(0, 0)
04-18 03:49:30.416 174-275/? I/AudioFlinger: BUFFER TIMEOUT: remove(4096) from active list on thread 0xb0a83f00
04-18 03:49:30.418 12177-12225/com.example.flutterproblems W/MediaPlayerNative: info/warning (703, 1947)
04-18 03:49:30.420 12177-12225/com.example.flutterproblems W/MediaPlayerNative: info/warning (701, 0)
04-18 03:49:31.238 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:31.416 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:31.632 640-14874/com.fmatos.samples.hud I/WallpaperService: On fetched album: Instagram user instagood (0)
04-18 03:49:31.636 640-14874/com.fmatos.samples.hud I/WallpaperService: On retry flatmap in 60 seconds On album is invalid (RuntimeException)
04-18 03:49:32.238 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:32.417 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:33.241 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:33.417 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:34.241 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:34.418 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:35.241 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:35.419 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:36.241 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:36.419 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:37.238 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:37.420 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:38.238 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:38.420 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:39.237 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:39.421 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:39.940 182-12224/? I/NuCachedSource2: new range: offset= 8217781
04-18 03:49:40.241 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:40.421 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:41.241 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:41.421 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:42.241 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:42.422 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:43.238 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:43.422 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:44.199 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:44.423 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:45.201 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:45.423 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:46.203 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:46.424 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:47.204 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:47.424 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:48.241 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:48.425 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:49.236 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:49.425 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:50.226 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:50.426 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:51.241 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:51.426 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:52.241 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:52.427 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:53.241 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:53.427 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:54.215 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:54.428 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:55.236 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:55.428 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:56.218 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:56.429 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:57.236 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:57.429 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:58.218 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:58.429 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:49:59.205 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:49:59.430 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:50:00.241 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:50:00.430 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:50:01.241 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:50:01.431 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:50:02.241 296-520/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:50:02.431 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:50:03.236 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:50:03.431 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:50:04.241 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:50:04.432 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:50:04.432 182-12229/? D/GenericSource: stopBufferingIfNecessary_l
04-18 03:50:04.432 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 703, 1404, -1), loop setting(0, 0)
04-18 03:50:04.432 182-12216/? I/NuPlayer: buffer ready, resuming...
04-18 03:50:04.432 12177-12189/com.example.flutterproblems W/MediaPlayerNative: info/warning (703, 1404)
04-18 03:50:04.432 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 702, 0, -1), loop setting(0, 0)
04-18 03:50:04.433 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:50:04.433 12177-12189/com.example.flutterproblems W/MediaPlayerNative: info/warning (702, 0)
04-18 03:50:04.440 156-156/? W//system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(4096) returning hidl_memory(0xadc17850, 4096)
04-18 03:50:04.440 174-263/? E/EffectBufferHalHidl: Failed to allocate 4096 bytes from ashmem
04-18 03:50:04.440 174-263/? E//system/bin/audioserver: CreateEffect No registered factory for effect type 8
04-18 03:50:04.440 174-263/? W/EffectsFactory: EffectCreate() library libusereffects: could not create fx User Driver Music Effect, error -19
04-18 03:50:04.440 174-263/? E/EffectFactoryHAL: Error creating effect 7cb2ddda-b45c-11e7-abc4-cec278b6b50a: No such device
04-18 03:50:04.441 174-263/? E/AudioEffect: set(): AudioFlinger could not create effect / 7cb2ddda-b45c-11e7-abc4-cec278b6b50a, status: -19
04-18 03:50:04.441 174-263/? E/AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx custom_music on session 65
04-18 03:50:04.442 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:50:04.444 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (6, 0, 0, -1), loop setting(0, 0)
04-18 03:50:04.445 182-12234/? D/AudioTrack: correcting timestamp time for pause, currentTimeNanos: 1992341515489 < limitNs: 2026272567768 < mStartNs: 2026357567768
04-18 03:50:04.445 182-12234/? W/NuPlayerRenderer: getPendingAudioPlayoutDurationUs: pendingUs -97000 < 0, clamping to zero, potential resume after pause writtenAudioDurationUs: 105088000, audioSinkPlayedUs: 105185000
04-18 03:50:04.447 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:50:04.466 182-12234/? W/AudioTrack: getTimestamp() location moved from kernel to server
04-18 03:50:04.469 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:50:04.469 174-1511/? I/chatty: uid=1041(audioserver) writer identical 1 line
04-18 03:50:04.480 174-1511/? W/StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
04-18 03:50:05.236 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:50:05.433 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:50:05.813 182-12224/? I/NuCachedSource2: new range: offset= 18962609
04-18 03:50:06.238 296-998/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:50:06.409 174-275/? I/AudioFlinger: BUFFER TIMEOUT: remove(4096) from active list on thread 0xb0a83f00
04-18 03:50:06.433 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:50:06.434 182-12229/? D/GenericSource: startBufferingIfNecessary_l
04-18 03:50:06.434 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 703, 1277, -1), loop setting(0, 0)
04-18 03:50:06.434 182-12216/? I/NuPlayer: buffer low, pausing...
04-18 03:50:06.434 12177-12189/com.example.flutterproblems W/MediaPlayerNative: info/warning (703, 1277)
04-18 03:50:06.434 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (200, 701, 0, -1), loop setting(0, 0)
04-18 03:50:06.435 12177-12189/com.example.flutterproblems W/MediaPlayerNative: info/warning (701, 0)
04-18 03:50:07.210 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:50:07.435 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:50:08.210 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:50:08.435 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:50:09.238 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:50:09.435 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:50:10.131 296-519/system_process D/WificondControl: Scan result ready event
04-18 03:50:10.238 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:50:10.436 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:50:11.241 296-307/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:50:11.437 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:50:12.241 296-914/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:50:12.437 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:50:13.111 182-12224/? I/NuCachedSource2: new range: offset= 8502792
04-18 03:50:13.236 296-453/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:50:13.438 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:50:14.238 296-916/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:50:14.438 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:50:15.238 296-924/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:50:15.439 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:50:16.238 296-308/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:50:16.439 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:50:17.205 296-997/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:50:17.440 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
04-18 03:50:18.205 296-519/system_process I/WifiService: getConnectionInfo uid=10029
04-18 03:50:18.440 182-12216/? D/NuPlayerDriver: notifyListener_l(0xb039b070), (3, 100, 0, -1), loop setting(0, 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment