PRProd/HA-Firemote

[New App Shortcut]: Eurosport Player

Closed this issue ยท 14 comments

App Name

Eurosport Player

Device Platform

Chromecast

App Store Link and/or URL to .apk file if sideloaded

No response

Application Details

adb_response: >-
mSurface=Surface(name=com.eurosport.player/com.eurosport.player.MainActivity)/@0x772cd91
mSurface=Surface(name=com.android.systemui.ImageWallpaper)/@0x865b1cd

Optional Comments

No response

Greetings @darkrain-nl!

I have just published Firemote version v3.4.1 which contains your app shortcut request.

Enjoy!

-Doug

Thank you very much :-)

...and thank YOU for the coffee! โ˜• ๐Ÿ˜„

Hi PRProd,

I tested the button (I know a bit late) and it seems it doesn't work for me.
Can you perhaps give a hint how to troubleshoot that?
I don't seem to get any related errors in the log...

Thanks.

Sorry about that @darkrain-nl,

When an app isn't available for me to download in my region I can't test to be sure that it launches properly. The way I completed your request does tend to work about 80% of the time, but unfortunately this is one of those edge cases where it does not work.

Since you mentioned troubleshooting, I wanted to show you where you might find an error message. After pressing the launcher button for Eurosport Player, if you to go Developer Tools -> States -> then find your Chromecast, you might find something similar to this:

image

The error might say "Does not exist" (like the image above) or there might be some sort of permissions error listed with a bunch of additional information trailing behind it.

Either way, this condition is easily fixed one of two ways:

  1. I can remove the command that's causing this issue. Doing so will allow the application launch, but you will experience a delay between the time you press the button, and when the app launches.
  2. I can re-write the command and it will launch the app with a faster response, but before I can do that I will need some more information from you.

If you choose option 2, I'll need you to follow the same instructions that you used when you made this initial request, but instead of the command listed in those instructions, you'll need to use this one instead:

adb shell pm dump com.eurosport.player

The result that I'm looking for from you will be very extensive. It will look something like this:

Example output for the Netflix app (click to expand)

Running this command

adb shell pm dump com.netflix.ninja

Outputs this result:

adb_response: DUMP OF SERVICE package:
Activity Resolver Table:
  Schemes:
      amzn:
        c215720 com.netflix.ninja/com.amazon.identity.auth.device.workflow.WorkflowActivity filter 193552
          Action: "android.intent.action.VIEW"
          Category: "android.intent.category.DEFAULT"
          Category: "android.intent.category.BROWSABLE"
          Scheme: "amzn"
          Authority: "com.netflix.ninja": -1
      cast:
        57e08d9 com.netflix.ninja/.MainActivity filter 50912d9
          Action: "com.google.cast.action.START"
          Category: "android.intent.category.DEFAULT"
          Scheme: "cast"
          Authority: "Netflix": -1
      http:
        57e08d9 com.netflix.ninja/.MainActivity filter b6f0395
          Action: "android.intent.action.VIEW"
          Category: "android.intent.category.DEFAULT"
          Category: "android.intent.category.LEANBACK_LAUNCHER"
          Category: "android.intent.category.LAUNCHER"
          Category: "android.intent.category.BROWSABLE"
          Scheme: "http"
          Scheme: "https"
          Authority: "www.netflix.com": -1
          Path: "PatternMatcher{GLOB: /title.*}"
          Path: "PatternMatcher{GLOB: /.*/title.*}"
          AutoVerify=true
        57e08d9 com.netflix.ninja/.MainActivity filter b9a1caa
          Action: "android.intent.action.VIEW"
          Category: "android.intent.category.DEFAULT"
          Category: "android.intent.category.LEANBACK_LAUNCHER"
          Category: "android.intent.category.LAUNCHER"
          Category: "android.intent.category.BROWSABLE"
          Scheme: "http"
          Scheme: "https"
          Authority: "www.netflix.com": -1
          Path: "PatternMatcher{GLOB: /watch.*}"
          Path: "PatternMatcher{GLOB: /.*/watch.*}"
          AutoVerify=true
        57e08d9 com.netflix.ninja/.MainActivity filter ad6309b
          Action: "android.intent.action.VIEW"
          Category: "android.intent.category.DEFAULT"
          Category: "android.intent.category.LEANBACK_LAUNCHER"
          Category: "android.intent.category.LAUNCHER"
          Category: "android.intent.category.BROWSABLE"
          Scheme: "http"
          Scheme: "https"
          Authority: "www.netflix.com": -1
          Path: "PatternMatcher{GLOB: /browse}"
          Path: "PatternMatcher{GLOB: /home}"
          Path: "PatternMatcher{GLOB: /.*/home}"
          AutoVerify=true
        57e08d9 com.netflix.ninja/.MainActivity filter 2e41c38
          Action: "android.intent.action.VIEW"
          Category: "android.intent.category.DEFAULT"
          Category: "android.intent.category.LEANBACK_LAUNCHER"
          Category: "android.intent.category.LAUNCHER"
          Category: "android.intent.category.BROWSABLE"
          Scheme: "http"
          Scheme: "https"
          Authority: "www.netflix.com": -1
          Path: "PatternMatcher{GLOB: /deeplink.*}"
          AutoVerify=true
      nflx:
        57e08d9 com.netflix.ninja/.MainActivity filter 43ad74c
          Action: "android.intent.action.VIEW"
          Category: "android.intent.category.DEFAULT"
          Scheme: "nflx"
          Authority: "www.netflix.com": -1
          AutoVerify=true
      https:
        57e08d9 com.netflix.ninja/.MainActivity filter b6f0395
          Action: "android.intent.action.VIEW"
          Category: "android.intent.category.DEFAULT"
          Category: "android.intent.category.LEANBACK_LAUNCHER"
          Category: "android.intent.category.LAUNCHER"
          Category: "android.intent.category.BROWSABLE"
          Scheme: "http"
          Scheme: "https"
          Authority: "www.netflix.com": -1
          Path: "PatternMatcher{GLOB: /title.*}"
          Path: "PatternMatcher{GLOB: /.*/title.*}"
          AutoVerify=true
        57e08d9 com.netflix.ninja/.MainActivity filter b9a1caa
          Action: "android.intent.action.VIEW"
          Category: "android.intent.category.DEFAULT"
          Category: "android.intent.category.LEANBACK_LAUNCHER"
          Category: "android.intent.category.LAUNCHER"
          Category: "android.intent.category.BROWSABLE"
          Scheme: "http"
          Scheme: "https"
          Authority: "www.netflix.com": -1
          Path: "PatternMatcher{GLOB: /watch.*}"
          Path: "PatternMatcher{GLOB: /.*/watch.*}"
          AutoVerify=true
        57e08d9 com.netflix.ninja/.MainActivity filter ad6309b
          Action: "android.intent.action.VIEW"
          Category: "android.intent.category.DEFAULT"
          Category: "android.intent.category.LEANBACK_LAUNCHER"
          Category: "android.intent.category.LAUNCHER"
          Category: "android.intent.category.BROWSABLE"
          Scheme: "http"
          Scheme: "https"
          Authority: "www.netflix.com": -1
          Path: "PatternMatcher{GLOB: /browse}"
          Path: "PatternMatcher{GLOB: /home}"
          Path: "PatternMatcher{GLOB: /.*/home}"
          AutoVerify=true
        57e08d9 com.netflix.ninja/.MainActivity filter 2e41c38
          Action: "android.intent.action.VIEW"
          Category: "android.intent.category.DEFAULT"
          Category: "android.intent.category.LEANBACK_LAUNCHER"
          Category: "android.intent.category.LAUNCHER"
          Category: "android.intent.category.BROWSABLE"
          Scheme: "http"
          Scheme: "https"
          Authority: "www.netflix.com": -1
          Path: "PatternMatcher{GLOB: /deeplink.*}"
          AutoVerify=true
      netflix:
        57e08d9 com.netflix.ninja/.MainActivity filter 7094411
          Action: "android.intent.action.VIEW"
          Category: "android.intent.category.DEFAULT"
          Scheme: "netflix"

  Non-Data Actions:
      android.intent.action.MAIN:
        57e08d9 com.netflix.ninja/.MainActivity filter 866e023
          Action: "android.intent.action.MAIN"
          Category: "android.intent.category.LEANBACK_LAUNCHER"
          Category: "android.intent.category.LAUNCHER"
      com.netflix.action.NETFLIX_KEY_START:
        57e08d9 com.netflix.ninja/.MainActivity filter a2a4920
          Action: "com.netflix.action.NETFLIX_KEY_START"
          Category: "android.intent.category.DEFAULT"
      com.netflix.action.DIAL_START:
        57e08d9 com.netflix.ninja/.MainActivity filter 571549e
          Action: "com.netflix.action.DIAL_START"
          Category: "android.intent.category.DEFAULT"
      com.netflix.amazon.action.DIAL:
        57e08d9 com.netflix.ninja/.MainActivity filter 93d5b7f
          Action: "com.netflix.amazon.action.DIAL"
          Category: "android.intent.category.DEFAULT"

Receiver Resolver Table:
  Non-Data Actions:
      android.intent.action.BATTERY_OKAY:
        e32129e com.netflix.ninja/o.consumeDisplayCutout$M135Cu0D filter 2f6f1c
          Action: "android.intent.action.BATTERY_OKAY"
          Action: "android.intent.action.BATTERY_LOW"
      com.netflix.ninja.intent.action.DEBUG_NOTIFY_CHANGE_LOLOMO:
        132417f com.netflix.ninja/.DebugBroadcastReceiver filter 3f2fd69
          Action: "com.netflix.ninja.intent.action.DEBUG_NOTIFY_CHANGE_MYLIST"
          Action: "com.netflix.ninja.intent.action.DEBUG_NOTIFY_CHANGE_PLAY"
          Action: "com.netflix.ninja.intent.action.DEBUG_NOTIFY_CHANGE_LOLOMO"
          Action: "com.netflix.ninja.intent.action.DEBUG_START_IN_BACKGROUND"
          Action: "com.netflix.ninja.intent.action.DEBUG_COMMAND"
      com.amazon.device.REQUEST_CAPABILITIES:
        994c54c com.netflix.ninja/.CapabilityRequestReceiver filter 6f48433
          Action: "com.amazon.device.REQUEST_CAPABILITIES"
          Action: "com.netflix.ninja.REQUEST_SIGNIN_STATUS"
      com.netflix.ninja.intent.action.DEBUG_NOTIFY_CHANGE_MYLIST:
        132417f com.netflix.ninja/.DebugBroadcastReceiver filter 3f2fd69
          Action: "com.netflix.ninja.intent.action.DEBUG_NOTIFY_CHANGE_MYLIST"
          Action: "com.netflix.ninja.intent.action.DEBUG_NOTIFY_CHANGE_PLAY"
          Action: "com.netflix.ninja.intent.action.DEBUG_NOTIFY_CHANGE_LOLOMO"
          Action: "com.netflix.ninja.intent.action.DEBUG_START_IN_BACKGROUND"
          Action: "com.netflix.ninja.intent.action.DEBUG_COMMAND"
      android.intent.action.ACTION_POWER_DISCONNECTED:
        d3d5995 com.netflix.ninja/o.consumeDisplayCutout$M0s8NeYn filter d69308f
          Action: "android.intent.action.ACTION_POWER_CONNECTED"
          Action: "android.intent.action.ACTION_POWER_DISCONNECTED"
      com.netflix.ninja.intent.action.DEBUG_START_IN_BACKGROUND:
        132417f com.netflix.ninja/.DebugBroadcastReceiver filter 3f2fd69
          Action: "com.netflix.ninja.intent.action.DEBUG_NOTIFY_CHANGE_MYLIST"
          Action: "com.netflix.ninja.intent.action.DEBUG_NOTIFY_CHANGE_PLAY"
          Action: "com.netflix.ninja.intent.action.DEBUG_NOTIFY_CHANGE_LOLOMO"
          Action: "com.netflix.ninja.intent.action.DEBUG_START_IN_BACKGROUND"
          Action: "com.netflix.ninja.intent.action.DEBUG_COMMAND"
      com.netflix.ninja.intent.action.NETFLIX_KEY:
        2a8baaa com.netflix.ninja/.NetflixKeyReceiver filter c1ad1d8
          Action: "com.netflix.ninja.intent.action.NETFLIX_KEY"
      androidx.profileinstaller.action.SAVE_PROFILE:
        433769b com.netflix.ninja/androidx.profileinstaller.ProfileInstallReceiver filter 43085b4
          Action: "androidx.profileinstaller.action.SAVE_PROFILE"
      com.netflix.ninja.REQUEST_SIGNIN_STATUS:
        994c54c com.netflix.ninja/.CapabilityRequestReceiver filter 6f48433
          Action: "com.amazon.device.REQUEST_CAPABILITIES"
          Action: "com.netflix.ninja.REQUEST_SIGNIN_STATUS"
      android.intent.action.DEVICE_STORAGE_LOW:
        eeeea38 com.netflix.ninja/o.consumeDisplayCutout$M$oMD214 filter 3b50725
          Action: "android.intent.action.DEVICE_STORAGE_LOW"
          Action: "android.intent.action.DEVICE_STORAGE_OK"
      android.net.conn.CONNECTIVITY_CHANGE:
        666fa11 com.netflix.ninja/o.consumeDisplayCutout$M1cMYXGO filter 7df80fa
          Action: "android.net.conn.CONNECTIVITY_CHANGE"
      com.amazon.device.messaging.intent.REGISTRATION:
        42fd776 com.netflix.ninja/com.netflix.mediaclient.pushnotification.ADMMessageReceiver filter 6c5b8bb
          Action: "com.amazon.device.messaging.intent.REGISTRATION"
          Action: "com.amazon.device.messaging.intent.RECEIVE"
          Category: "com.netflix.ninja"
      android.intent.action.DEVICE_STORAGE_OK:
        eeeea38 com.netflix.ninja/o.consumeDisplayCutout$M$oMD214 filter 3b50725
          Action: "android.intent.action.DEVICE_STORAGE_LOW"
          Action: "android.intent.action.DEVICE_STORAGE_OK"
      android.media.tv.action.INITIALIZE_PROGRAMS:
        748e177 com.netflix.ninja/.InitializeProgramsReceiver filter beb576d
          Action: "android.media.tv.action.INITIALIZE_PROGRAMS"
          Category: "android.intent.category.DEFAULT"
      com.netflix.ninja.intent.action.DET_TOKEN_REQUEST:
        7c471e4 com.netflix.ninja/.DETBroadcastReceiver filter e8d2597
          Action: "com.netflix.ninja.intent.action.DET_REQUEST"
          Action: "com.netflix.ninja.intent.action.DET_TOKEN_REQUEST"
      com.netflix.ninja.intent.action.DEBUG_NOTIFY_CHANGE_PLAY:
        132417f com.netflix.ninja/.DebugBroadcastReceiver filter 3f2fd69
          Action: "com.netflix.ninja.intent.action.DEBUG_NOTIFY_CHANGE_MYLIST"
          Action: "com.netflix.ninja.intent.action.DEBUG_NOTIFY_CHANGE_PLAY"
          Action: "com.netflix.ninja.intent.action.DEBUG_NOTIFY_CHANGE_LOLOMO"
          Action: "com.netflix.ninja.intent.action.DEBUG_START_IN_BACKGROUND"
          Action: "com.netflix.ninja.intent.action.DEBUG_COMMAND"
      com.netflix.ninja.intent.action.ESN:
        3b0264d com.netflix.ninja/.EsnInquiryReceiver filter 86b5931
          Action: "com.netflix.ninja.intent.action.ESN"
      androidx.profileinstaller.action.INSTALL_PROFILE:
        433769b com.netflix.ninja/androidx.profileinstaller.ProfileInstallReceiver filter f14b2c6
          Action: "androidx.profileinstaller.action.INSTALL_PROFILE"
      com.google.android.c2dm.intent.RECEIVE:
        a39f502 com.netflix.ninja/com.google.firebase.iid.FirebaseInstanceIdReceiver filter fe213ee
          Action: "com.google.android.c2dm.intent.RECEIVE"
      android.intent.action.BATTERY_LOW:
        e32129e com.netflix.ninja/o.consumeDisplayCutout$M135Cu0D filter 2f6f1c
          Action: "android.intent.action.BATTERY_OKAY"
          Action: "android.intent.action.BATTERY_LOW"
      android.intent.action.TIMEZONE_CHANGED:
        4e01e13 com.netflix.ninja/o.copyWindowDataInto filter ed246ab
          Action: "android.intent.action.BOOT_COMPLETED"
          Action: "android.intent.action.TIME_SET"
          Action: "android.intent.action.TIMEZONE_CHANGED"
      android.intent.action.TIME_SET:
        4e01e13 com.netflix.ninja/o.copyWindowDataInto filter ed246ab
          Action: "android.intent.action.BOOT_COMPLETED"
          Action: "android.intent.action.TIME_SET"
          Action: "android.intent.action.TIMEZONE_CHANGED"
      androidx.profileinstaller.action.SKIP_FILE:
        433769b com.netflix.ninja/androidx.profileinstaller.ProfileInstallReceiver filter 56ca287
          Action: "androidx.profileinstaller.action.SKIP_FILE"
      com.netflix.ninja.intent.action.DET_REQUEST:
        7c471e4 com.netflix.ninja/.DETBroadcastReceiver filter e8d2597
          Action: "com.netflix.ninja.intent.action.DET_REQUEST"
          Action: "com.netflix.ninja.intent.action.DET_TOKEN_REQUEST"
      androidx.profileinstaller.action.BENCHMARK_OPERATION:
        433769b com.netflix.ninja/androidx.profileinstaller.ProfileInstallReceiver filter e9df5dd
          Action: "androidx.profileinstaller.action.BENCHMARK_OPERATION"
      android.intent.action.BOOT_COMPLETED:
        248c850 com.netflix.ninja/.BootCompleteReceiver filter 3259fa2
          Action: "android.intent.action.BOOT_COMPLETED"
          Category: "android.intent.category.DEFAULT"
        4e01e13 com.netflix.ninja/o.copyWindowDataInto filter ed246ab
          Action: "android.intent.action.BOOT_COMPLETED"
          Action: "android.intent.action.TIME_SET"
          Action: "android.intent.action.TIMEZONE_CHANGED"
      com.netflix.ninja.intent.action.SND_REQUEST:
        3e5da49 com.netflix.ninja/.SNDBroadcastReceiver filter d573384
          Action: "com.netflix.ninja.intent.action.SND_REQUEST"
      android.intent.action.ACTION_POWER_CONNECTED:
        d3d5995 com.netflix.ninja/o.consumeDisplayCutout$M0s8NeYn filter d69308f
          Action: "android.intent.action.ACTION_POWER_CONNECTED"
          Action: "android.intent.action.ACTION_POWER_DISCONNECTED"
      com.amazon.device.messaging.intent.RECEIVE:
        42fd776 com.netflix.ninja/com.netflix.mediaclient.pushnotification.ADMMessageReceiver filter 6c5b8bb
          Action: "com.amazon.device.messaging.intent.REGISTRATION"
          Action: "com.amazon.device.messaging.intent.RECEIVE"
          Category: "com.netflix.ninja"
      com.netflix.action.DIAL_STOP:
        ed65f4e com.netflix.ninja/.DialStopReceiver filter 8d603f0
          Action: "com.netflix.action.DIAL_STOP"
      com.netflix.ninja.intent.action.DEBUG_COMMAND:
        132417f com.netflix.ninja/.DebugBroadcastReceiver filter 3f2fd69
          Action: "com.netflix.ninja.intent.action.DEBUG_NOTIFY_CHANGE_MYLIST"
          Action: "com.netflix.ninja.intent.action.DEBUG_NOTIFY_CHANGE_PLAY"
          Action: "com.netflix.ninja.intent.action.DEBUG_NOTIFY_CHANGE_LOLOMO"
          Action: "com.netflix.ninja.intent.action.DEBUG_START_IN_BACKGROUND"
          Action: "com.netflix.ninja.intent.action.DEBUG_COMMAND"
      androidx.work.diagnostics.REQUEST_DIAGNOSTICS:
        6a4886f com.netflix.ninja/androidx.work.impl.diagnostics.DiagnosticsReceiver filter 4d3f0a1
          Action: "androidx.work.diagnostics.REQUEST_DIAGNOSTICS"
      androidx.work.impl.background.systemalarm.UpdateProxies:
        a7a197c com.netflix.ninja/androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver filter 4526108
          Action: "androidx.work.impl.background.systemalarm.UpdateProxies"
      com.netflix.ninja.intent.action.INIT_TILES:
        ba8d205 com.netflix.ninja/.PreAppInitTilesReceiver filter 7c81816
          Action: "com.netflix.ninja.intent.action.INIT_TILES"

Service Resolver Table:
  Non-Data Actions:
      com.netflix.ninja.NetflixService:
        bbd225a com.netflix.ninja/.NetflixService filter e015f3e
          Action: "com.netflix.ninja.NetflixService"
      com.google.android.gms.gcm.ACTION_TASK_READY:
        b9b3c8b com.netflix.ninja/com.firebase.jobdispatcher.GooglePlayReceiver filter 230314a permission com.google.android.gms.permission.BIND_NETWORK_TASK_SERVICE
          Action: "com.google.android.gms.gcm.ACTION_TASK_READY"
      com.google.firebase.MESSAGING_EVENT:
        c0d5168 com.netflix.ninja/o.onSetRowStatus filter 98ea19f
          Action: "com.google.firebase.MESSAGING_EVENT"
        ee98981 com.netflix.ninja/com.google.firebase.messaging.FirebaseMessagingService filter 13406b5
          Action: "com.google.firebase.MESSAGING_EVENT"
          mPriority=-500, mOrder=0, mHasPartialTypes=false
      com.firebase.jobdispatcher.ACTION_EXECUTE:
        c1b0a26 com.netflix.ninja/o.setVerticalGridViewLayout filter 6f372ec
          Action: "com.firebase.jobdispatcher.ACTION_EXECUTE"

Permissions:
  Permission [com.netflix.ninja.permission.MGKID] (3ff1667):
    sourcePackage=com.netflix.ninja
    uid=10100 gids=null type=0 prot=signature|privileged
    perm=Permission{71a1c14 com.netflix.ninja.permission.MGKID}
    packageSetting=PackageSetting{6243cbd com.netflix.ninja/10100}

Permissions:
  Permission [com.netflix.ninja.permission.TILES] (f1da2b2):
    sourcePackage=com.netflix.ninja
    uid=10100 gids=null type=0 prot=signature|privileged
    perm=Permission{edcb203 com.netflix.ninja.permission.TILES}
    packageSetting=PackageSetting{6243cbd com.netflix.ninja/10100}
  Permission [com.netflix.ninja.permission.TOKEN] (386e580):
    sourcePackage=com.netflix.ninja
    uid=10100 gids=null type=0 prot=signature|privileged
    perm=Permission{b5ce7b9 com.netflix.ninja.permission.TOKEN}
    packageSetting=PackageSetting{6243cbd com.netflix.ninja/10100}

Permissions:
  Permission [com.netflix.ninja.permission.PREAPP_COOKIE] (73f37fe):
    sourcePackage=com.netflix.ninja
    uid=10100 gids=null type=0 prot=signature|privileged
    perm=Permission{56e6b5f com.netflix.ninja.permission.PREAPP_COOKIE}
    packageSetting=PackageSetting{6243cbd com.netflix.ninja/10100}

Permissions:
  Permission [com.netflix.ninja.permission.RECEIVE_ADM_MESSAGE] (f34d9ac):
    sourcePackage=com.netflix.ninja
    uid=10100 gids=null type=0 prot=signature
    perm=Permission{adb4675 com.netflix.ninja.permission.RECEIVE_ADM_MESSAGE}
    packageSetting=PackageSetting{6243cbd com.netflix.ninja/10100}

Permissions:
  Permission [com.netflix.ninja.permission.DET] (252d60a):
    sourcePackage=com.netflix.ninja
    uid=10100 gids=null type=0 prot=signature|privileged
    perm=Permission{385e7b com.netflix.ninja.permission.DET}
    packageSetting=PackageSetting{6243cbd com.netflix.ninja/10100}
  Permission [com.netflix.ninja.permission.ESN] (2ebe498):
    sourcePackage=com.netflix.ninja
    uid=10100 gids=null type=0 prot=signature|privileged
    perm=Permission{3a6d4f1 com.netflix.ninja.permission.ESN}
    packageSetting=PackageSetting{6243cbd com.netflix.ninja/10100}
  Permission [com.netflix.ninja.permission.SND] (65048d6):
    sourcePackage=com.netflix.ninja
    uid=10100 gids=null type=0 prot=signature|privileged
    perm=Permission{1e46757 com.netflix.ninja.permission.SND}
    packageSetting=PackageSetting{6243cbd com.netflix.ninja/10100}

Permissions:
  Permission [com.netflix.ninja.permission.NETFLIX_KEY] (a06b244):
    sourcePackage=com.netflix.ninja
    uid=10100 gids=null type=0 prot=signature|privileged
    perm=Permission{3c2cf2d com.netflix.ninja.permission.NETFLIX_KEY}
    packageSetting=PackageSetting{6243cbd com.netflix.ninja/10100}

Permissions:
  Permission [com.netflix.ninja.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION] (ee01c62):
    sourcePackage=com.netflix.ninja
    uid=10100 gids=null type=0 prot=signature
    perm=Permission{3de21f3 com.netflix.ninja.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION}
    packageSetting=PackageSetting{6243cbd com.netflix.ninja/10100}

Permissions:
  Permission [com.netflix.ninja.permission.APP_STATUS] (8deaeb0):
    sourcePackage=com.netflix.ninja
    uid=10100 gids=null type=0 prot=signature|privileged
    perm=Permission{c2a3129 com.netflix.ninja.permission.APP_STATUS}
    packageSetting=PackageSetting{6243cbd com.netflix.ninja/10100}

Registered ContentProviders:
  com.netflix.ninja/com.google.firebase.provider.FirebaseInitProvider:
    Provider{7a79cae com.netflix.ninja/com.google.firebase.provider.FirebaseInitProvider}
  com.netflix.ninja/com.netflix.mediaclient.preapp.PreAppRecoBuilder$PreAppRecoContentProvider:
    Provider{aeea4f com.netflix.ninja/com.netflix.mediaclient.preapp.PreAppRecoBuilder$PreAppRecoContentProvider}
  com.netflix.ninja/o.setIconified:
    Provider{df805dc com.netflix.ninja/o.setIconified}

ContentProvider Authorities:
  [com.netflix.ninja.firebaseinitprovider]:
    Provider{7a79cae com.netflix.ninja/com.google.firebase.provider.FirebaseInitProvider}
      applicationInfo=ApplicationInfo{88bb6e5 com.netflix.ninja}
  [com.netflix.mediaclient.preapp]:
    Provider{aeea4f com.netflix.ninja/com.netflix.mediaclient.preapp.PreAppRecoBuilder$PreAppRecoContentProvider}
      applicationInfo=ApplicationInfo{88bb6e5 com.netflix.ninja}
  [com.netflix.ninja.androidx-startup]:
    Provider{df805dc com.netflix.ninja/o.setIconified}
      applicationInfo=ApplicationInfo{88bb6e5 com.netflix.ninja}

Key Set Manager:
  [com.netflix.ninja]
      Signing KeySets: 11

Packages:
  Package [com.netflix.ninja] (6243cbd):
    userId=10100
    pkg=Package{f54d5ba com.netflix.ninja}
    codePath=/data/app/com.netflix.ninja-UuyMK4-1cFlw2CoMTsOjmg==
    resourcePath=/data/app/com.netflix.ninja-UuyMK4-1cFlw2CoMTsOjmg==
    legacyNativeLibraryDir=/data/app/com.netflix.ninja-UuyMK4-1cFlw2CoMTsOjmg==/lib
    primaryCpuAbi=armeabi-v7a
    secondaryCpuAbi=null
    versionCode=19330 minSdk=24 targetSdk=34
    versionName=10.3.5
    splits=[base]
    apkSigningVersion=3
    applicationInfo=ApplicationInfo{88bb6e5 com.netflix.ninja}
    flags=[ HAS_CODE ALLOW_CLEAR_USER_DATA ]
    privateFlags=[ PRIVATE_FLAG_ACTIVITIES_RESIZE_MODE_RESIZEABLE_VIA_SDK_VERSION HAS_DOMAIN_URLS PARTIALLY_DIRECT_BOOT_AWARE ]
    dataDir=/data/user/0/com.netflix.ninja
    supportsScreens=[small, medium, large, xlarge, resizeable, anyDensity]
    usesLibraries:
      com.amazon.device.messaging
    usesOptionalLibraries:
      com.fireos.sdk.devicedetailslib
      com.fireos.sdk.jackson
      org.apache.http.legacy
      com.dolby.android.audio
    usesLibraryFiles:
      /system/priv-app/DeviceMessagingAndroidSDK/DeviceMessagingAndroidSDK.apk
      /system/framework/com.amazon.device.details.lib.jar
      /system/priv-app/amazon.jackson-19/amazon.jackson-19.apk
      /system/framework/org.apache.http.legacy.boot.jar
    timeStamp=2024-05-02 03:01:25
    firstInstallTime=2022-07-21 16:45:29
    lastUpdateTime=2024-05-02 03:01:34
    installerPackageName=com.amazon.venezia
    signatures=PackageSignatures{819dc6b version:3, signatures:[bcfa260e], past signatures:[]}
    installPermissionsFixed=true
    pkgFlags=[ HAS_CODE ALLOW_CLEAR_USER_DATA ]
    declared permissions:
      com.netflix.ninja.permission.RECEIVE_ADM_MESSAGE: prot=signature, INSTALLED
      com.netflix.ninja.permission.ESN: prot=signature|privileged, INSTALLED
      com.netflix.ninja.permission.NETFLIX_KEY: prot=signature|privileged, INSTALLED
      com.netflix.ninja.permission.TILES: prot=signature|privileged, INSTALLED
      com.netflix.ninja.permission.TOKEN: prot=signature|privileged, INSTALLED
      com.netflix.ninja.permission.SND: prot=signature|privileged, INSTALLED
      com.netflix.ninja.permission.DET: prot=signature|privileged, INSTALLED
      com.netflix.ninja.permission.PREAPP_COOKIE: prot=signature|privileged, INSTALLED
      com.netflix.ninja.permission.APP_STATUS: prot=signature|privileged, INSTALLED
      com.netflix.ninja.permission.MGKID: prot=signature|privileged, INSTALLED
      com.netflix.ninja.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION: prot=signature, INSTALLED
    requested permissions:
      com.netflix.ninja.permission.RECEIVE_ADM_MESSAGE
      com.amazon.permission.media.session.voicecommandcontrol
      com.amazon.device.messaging.permission.RECEIVE
      android.permission.WAKE_LOCK
      com.amazon.device.permission.COMRADE_CAPABILITIES
      android.permission.INTERNET
      android.permission.CHANGE_WIFI_MULTICAST_STATE
      android.permission.ACCESS_NETWORK_STATE
      android.permission.ACCESS_WIFI_STATE
      android.permission.VIBRATE
      android.permission.WRITE_EXTERNAL_STORAGE
      android.permission.GET_ACCOUNTS
      android.permission.RECEIVE_BOOT_COMPLETED
      android.permission.MODIFY_AUDIO_SETTINGS
      com.netflix.ninja.permission.ESN
      com.netflix.ninja.permission.NETFLIX_KEY
      com.netflix.ninja.permission.TILES
      com.android.providers.tv.permission.READ_EPG_DATA
      com.android.providers.tv.permission.WRITE_EPG_DATA
      com.netflix.ninja.permission.TOKEN
      com.netflix.ninja.permission.PREAPP_COOKIE
      com.netflix.ninja.permission.SND
      com.netflix.ninja.permission.DET
      com.netflix.ninja.permission.APP_STATUS
      com.netflix.ninja.permission.MGKID
      android.permission.BLUETOOTH
      android.permission.BLUETOOTH_CONNECT
      android.permission.BLUETOOTH_ADVERTISE
      android.permission.BLUETOOTH_ADMIN
      com.google.android.c2dm.permission.RECEIVE
      android.permission.FOREGROUND_SERVICE
      com.netflix.ninja.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
      android.permission.READ_EXTERNAL_STORAGE
    install permissions:
      com.netflix.ninja.permission.MGKID: granted=true
      com.netflix.ninja.permission.TILES: granted=true
      com.netflix.ninja.permission.TOKEN: granted=true
      com.google.android.c2dm.permission.RECEIVE: granted=true
      android.permission.MODIFY_AUDIO_SETTINGS: granted=true
      android.permission.FOREGROUND_SERVICE: granted=true
      android.permission.RECEIVE_BOOT_COMPLETED: granted=true
      com.netflix.ninja.permission.PREAPP_COOKIE: granted=true
      com.android.providers.tv.permission.READ_EPG_DATA: granted=true
      android.permission.BLUETOOTH: granted=true
      android.permission.CHANGE_WIFI_MULTICAST_STATE: granted=true
      com.netflix.ninja.permission.RECEIVE_ADM_MESSAGE: granted=true
      android.permission.INTERNET: granted=true
      android.permission.BLUETOOTH_ADMIN: granted=true
      com.amazon.device.messaging.permission.RECEIVE: granted=true
      com.android.providers.tv.permission.WRITE_EPG_DATA: granted=true
      com.amazon.permission.media.session.voicecommandcontrol: granted=true
      android.permission.ACCESS_NETWORK_STATE: granted=true
      com.netflix.ninja.permission.DET: granted=true
      com.netflix.ninja.permission.ESN: granted=true
      com.netflix.ninja.permission.SND: granted=true
      com.netflix.ninja.permission.NETFLIX_KEY: granted=true
      com.netflix.ninja.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION: granted=true
      android.permission.VIBRATE: granted=true
      android.permission.ACCESS_WIFI_STATE: granted=true
      com.netflix.ninja.permission.APP_STATUS: granted=true
      android.permission.WAKE_LOCK: granted=true
      com.amazon.device.permission.COMRADE_CAPABILITIES: granted=true
    User 0: ceDataInode=-4294967250 installed=true hidden=false suspended=false stopped=false notLaunched=false enabled=0 instant=false virtual=false
      gids=[3002, 3003, 3001]
      runtime permissions:
      enabledComponents:
        o.WindowInsetsCompat$Impl
        o.copyWindowDataInto
        o.copyRootViewBounds
        androidx.work.impl.background.systemjob.SystemJobService

Package Changes:
  Sequence number=103
  User 0:
    seq=3, package=com.amazon.comms.starktachyon
    seq=5, package=com.amazon.tv.launcher
    seq=17, package=com.analiti.fastest.android
    seq=18, package=com.fox.fts.android
    seq=96, package=com.amazon.avod
    seq=98, package=com.netflix.ninja
    seq=100, package=com.amazon.ceviche
    seq=102, package=com.amazon.tv.quicksettings


Dexopt state:
  [com.netflix.ninja]
    path: /data/app/com.netflix.ninja-UuyMK4-1cFlw2CoMTsOjmg==/base.apk
      arm: [status=speed-profile] [reason=bg-dexopt]


Compiler stats:
  [com.netflix.ninja]
     base.apk - 20979

DUMP OF SERVICE activity:
ACTIVITY MANAGER SETTINGS (dumpsys activity settings) activity_manager_constants:
  max_cached_processes=32
  background_settle_time=60000
  fgservice_min_shown_time=2000
  fgservice_min_report_time=3000
  fgservice_screen_on_before_time=1000
  fgservice_screen_on_after_time=5000
  content_provider_retain_time=20000
  gc_timeout=5000
  gc_min_interval=60000
  full_pss_min_interval=1200000
  full_pss_lowered_interval=300000
  power_check_interval=300000
  power_check_max_cpu_1=25
  power_check_max_cpu_2=25
  power_check_max_cpu_3=10
  power_check_max_cpu_4=2
  service_usage_interaction_time=1800000
  usage_stats_interaction_interval=7200000
  service_restart_duration=1000
  service_reset_run_duration=60000
  service_restart_duration_factor=4
  service_min_restart_time_between=10000
  service_max_inactivity=1800000
  service_bg_start_timeout=15000

  CUR_MAX_CACHED_PROCESSES=32
  CUR_MAX_EMPTY_PROCESSES=16
  CUR_TRIM_EMPTY_PROCESSES=8
  CUR_TRIM_CACHED_PROCESSES=5

-------------------------------------------------------------------------------
ACTIVITY MANAGER PENDING INTENTS (dumpsys activity intents)
  * com.netflix.ninja: 17 items
    #0: PendingIntentRecord{9adb2f0 com.netflix.ninja startActivity (whitelist: 8f3fe40:+30s0ms)}
      uid=10100 packageName=com.netflix.ninja type=startActivity flags=0x0
      requestIntent=act=android.intent.action.VIEW (has data) flg=0x10000020 (has extras)
      whitelistDuration=8f3fe40:+30s0ms
    #1: PendingIntentRecord{7d8fe91 com.netflix.ninja startActivity (whitelist: 8f3fe40:+30s0ms)}
      uid=10100 packageName=com.netflix.ninja type=startActivity flags=0x0
      requestIntent=act=android.intent.action.VIEW (has data) flg=0x10000020 (has extras)
      whitelistDuration=8f3fe40:+30s0ms
    #2: PendingIntentRecord{3b7b618 com.netflix.ninja startActivity (whitelist: 8f3fe40:+30s0ms)}
      uid=10100 packageName=com.netflix.ninja type=startActivity flags=0x0
      requestIntent=act=android.intent.action.VIEW (has data) flg=0x10000020 (has extras)
      whitelistDuration=8f3fe40:+30s0ms
    #3: PendingIntentRecord{13def6e com.netflix.ninja startActivity (whitelist: 8f3fe40:+30s0ms)}
      uid=10100 packageName=com.netflix.ninja type=startActivity flags=0x0
      requestIntent=act=android.intent.action.VIEW (has data) flg=0x10000020 (has extras)
      whitelistDuration=8f3fe40:+30s0ms
    #4: PendingIntentRecord{9280b21 com.netflix.ninja startActivity (whitelist: 8f3fe40:+30s0ms)}
      uid=10100 packageName=com.netflix.ninja type=startActivity flags=0x0
      requestIntent=act=android.intent.action.VIEW (has data) flg=0x10000020 (has extras)
      whitelistDuration=8f3fe40:+30s0ms
    #5: PendingIntentRecord{64479a5 com.netflix.ninja startActivity (whitelist: 8f3fe40:+30s0ms)}
      uid=10100 packageName=com.netflix.ninja type=startActivity flags=0x0
      requestIntent=act=android.intent.action.VIEW (has data) flg=0x10000020 (has extras)
      whitelistDuration=8f3fe40:+30s0ms
    #6: PendingIntentRecord{33847e9 com.netflix.ninja startActivity (whitelist: 8f3fe40:+30s0ms)}
      uid=10100 packageName=com.netflix.ninja type=startActivity flags=0x0
      requestIntent=act=android.intent.action.VIEW (has data) flg=0x10000020 (has extras)
      whitelistDuration=8f3fe40:+30s0ms
    #7: PendingIntentRecord{b9057ef com.netflix.ninja startActivity (whitelist: 8f3fe40:+30s0ms)}
      uid=10100 packageName=com.netflix.ninja type=startActivity flags=0x0
      requestIntent=act=android.intent.action.VIEW (has data) flg=0x10000020 (has extras)
      whitelistDuration=8f3fe40:+30s0ms
    #8: PendingIntentRecord{5800700 com.netflix.ninja startActivity (whitelist: 8f3fe40:+30s0ms)}
      uid=10100 packageName=com.netflix.ninja type=startActivity flags=0x0
      requestIntent=act=android.intent.action.VIEW (has data) flg=0x10000020 (has extras)
      whitelistDuration=8f3fe40:+30s0ms
    #9: PendingIntentRecord{59385d com.netflix.ninja startActivity (whitelist: 8f3fe40:+30s0ms)}
      uid=10100 packageName=com.netflix.ninja type=startActivity flags=0x0
      requestIntent=act=android.intent.action.VIEW (has data) flg=0x10000020 (has extras)
      whitelistDuration=8f3fe40:+30s0ms
    #10: PendingIntentRecord{9eda3c8 com.netflix.ninja broadcastIntent}
      uid=10100 packageName=com.netflix.ninja type=broadcastIntent flags=0x0
      requestCode=-1 requestResolvedType=null
      requestIntent=act=ACTION_FORCE_STOP_RESCHEDULE cmp=com.netflix.ninja/androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver
    #11: PendingIntentRecord{58371cb com.netflix.ninja startActivity (whitelist: 8f3fe40:+30s0ms)}
      uid=10100 packageName=com.netflix.ninja type=startActivity flags=0x0
      requestIntent=act=android.intent.action.VIEW (has data) flg=0x10000020 (has extras)
      whitelistDuration=8f3fe40:+30s0ms
    #12: PendingIntentRecord{15e932c com.netflix.ninja startActivity (whitelist: 8f3fe40:+30s0ms)}
      uid=10100 packageName=com.netflix.ninja type=startActivity flags=0x0
      requestIntent=act=android.intent.action.VIEW (has data) flg=0x10000020 (has extras)
      whitelistDuration=8f3fe40:+30s0ms
    #13: PendingIntentRecord{af97d6c com.netflix.ninja startActivity (whitelist: 8f3fe40:+30s0ms)}
      uid=10100 packageName=com.netflix.ninja type=startActivity flags=0x0
      requestIntent=act=android.intent.action.VIEW (has data) flg=0x10000020 (has extras)
      whitelistDuration=8f3fe40:+30s0ms
    #14: PendingIntentRecord{c001615 com.netflix.ninja startActivity (whitelist: 8f3fe40:+30s0ms)}
      uid=10100 packageName=com.netflix.ninja type=startActivity flags=0x0
      requestIntent=act=android.intent.action.VIEW (has data) flg=0x10000020 (has extras)
      whitelistDuration=8f3fe40:+30s0ms
    #15: PendingIntentRecord{77df2cd com.netflix.ninja startActivity (whitelist: 8f3fe40:+30s0ms)}
      uid=10100 packageName=com.netflix.ninja type=startActivity flags=0x0
      requestIntent=act=android.intent.action.VIEW (has data) flg=0x10000020 (has extras)
      whitelistDuration=8f3fe40:+30s0ms
    #16: PendingIntentRecord{5a7ba2e com.netflix.ninja startActivity (whitelist: 8f3fe40:+30s0ms)}
      uid=10100 packageName=com.netflix.ninja type=startActivity flags=0x0
      requestIntent=act=android.intent.action.VIEW (has data) flg=0x10000020 (has extras)
      whitelistDuration=8f3fe40:+30s0ms

-------------------------------------------------------------------------------
ACTIVITY MANAGER BROADCAST STATE (dumpsys activity broadcasts)

  mBroadcastsScheduled [foreground]=false
  mBroadcastsScheduled [background]=false
  mHandler:
    Handler (com.android.server.am.ActivityManagerService$MainHandler) {6c5dc61} @ 312442353
      Looper (ActivityManager, tid 20) {f6a9386}
        Message 0: { when=+1m18s181ms what=27 target=com.android.server.am.ActivityManagerService$MainHandler isAsync=true }
        Message 1: { when=+22m41s504ms callback=com.android.server.AppOpsService$1 target=com.android.server.am.ActivityManagerService$MainHandler isAsync=true }
        (Total messages: 2, polling=true, quitting=false)

-------------------------------------------------------------------------------
ACTIVITY MANAGER BROADCAST STATS STATE (dumpsys activity broadcast-stats)
  Last stats (from -1d14h49m53s703ms to -14h48m31s492ms, +1d0h0m54s295ms uptime):
    com.netflix.ninja.intent.action.ESN_RESPONSE:
      Number received: 0, skipped: 0
      Total dispatch time: 0, max: 0
      Package com.netflix.ninja: 1 times

  Current stats (from -14h48m31s492ms to now, +14h48m31s493ms uptime):
    (nothing)

-------------------------------------------------------------------------------
ACTIVITY MANAGER CONTENT PROVIDERS (dumpsys activity providers)
  (nothing)

-------------------------------------------------------------------------------
ACTIVITY MANAGER URI PERMISSIONS (dumpsys activity permissions)
  (nothing)

-------------------------------------------------------------------------------
ACTIVITY MANAGER SERVICES (dumpsys activity services)
  (nothing)

-------------------------------------------------------------------------------
ACTIVITY MANAGER RECENT TASKS (dumpsys activity recents)
mRecentsUid=-1
mRecentsComponent=null
  Recent tasks:
  * Recent #6: TaskRecord{8f7d447 #65 A=10100:com.netflix.ninja U=0 StackId=-1 sz=0}
    userId=0 effectiveUid=u0a100 mCallingUid=1000 mUserSetupComplete=true mCallingPackage=android
    affinity=10100:com.netflix.ninja
    intent={act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=com.netflix.ninja/.MainActivity}
    realActivity=com.netflix.ninja/.MainActivity
    autoRemoveRecents=false isPersistable=true numFullscreen=0 activityType=0
    rootWasReset=false mNeverRelinquishIdentity=true mReuseTask=false mLockTaskAuth=LOCK_TASK_AUTH_PINNABLE
    Activities=[]
    askedCompatMode=false inRecents=true isAvailable=true
    stackId=-1
    hasBeenVisible=false mResizeMode=RESIZE_MODE_UNRESIZEABLE mSupportsPictureInPicture=false isResizeable=false lastActiveTime=164046 (inactive for 312595s)

-------------------------------------------------------------------------------
ACTIVITY MANAGER LAST ANR (dumpsys activity lastanr)
  <no ANR has occurred since boot>

-------------------------------------------------------------------------------
ACTIVITY MANAGER STARTER (dumpsys activity starter)
mLastHomeActivityStartResult=0
mLastHomeActivityStartRecord:
  packageName=com.amazon.tv.launcher processName=com.amazon.tv.launcher
  launchedFromUid=0 launchedFromPackage=null userId=0
  app=ProcessRecord{b966fb0 32549:com.amazon.tv.launcher/u0a41}
  Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=com.amazon.tv.launcher/.ui.HomeActivity_vNext }
  frontOfTask=true task=TaskRecord{bb880ee #85 I=com.amazon.tv.launcher/.ui.HomeActivity_vNext U=0 StackId=0 sz=1}
  taskAffinity=null
  realActivity=com.amazon.tv.launcher/.ui.HomeActivity_vNext
  baseDir=/data/app/com.amazon.tv.launcher-HxhC8EbzVFsV_4FLhNGr7A==/base.apk
  dataDir=/data/user/0/com.amazon.tv.launcher
  stateNotNeeded=false componentSpecified=false mActivityType=home
  compat={320dpi always-compat} labelRes=0x7f110264 icon=0x7f08018e theme=0x7f1201e9
  mLastReportedConfigurations:
   mGlobalConfig={1.0 ?mcc?mnc [en_US] ldltr sw540dp w960dp h540dp 320dpi lrg long hdr land television -touch qwerty/v/v dpad/v winConfig={ mBounds=Rect(0, 0 - 0, 0) mAppBounds=Rect(0, 0 - 1920, 1080) mWindowingMode=fullscreen mActivityType=undefined} s.4}
   mOverrideConfig={1.0 ?mcc?mnc [en_US] ldltr sw540dp w960dp h540dp 320dpi lrg long hdr land television -touch qwerty/v/v dpad/v winConfig={ mBounds=Rect(0, 0 - 1920, 1080) mAppBounds=Rect(0, 0 - 1920, 1080) mWindowingMode=fullscreen mActivityType=home} s.4}
  CurrentConfiguration={1.0 ?mcc?mnc [en_US] ldltr sw540dp w960dp h540dp 320dpi lrg long hdr land television -touch qwerty/v/v dpad/v winConfig={ mBounds=Rect(0, 0 - 1920, 1080) mAppBounds=Rect(0, 0 - 1920, 1080) mWindowingMode=fullscreen mActivityType=home} s.4}
  OverrideConfiguration={0.0 ?mcc?mnc ?localeList ?layoutDir ?swdp ?wdp ?hdp ?density ?lsize ?long ?ldr ?wideColorGamut ?orien ?uimode ?night ?touch ?keyb/?/? ?nav/? winConfig={ mBounds=Rect(0, 0 - 0, 0) mAppBounds=null mWindowingMode=undefined mActivityType=home}}
  taskDescription: label="null" icon=null iconResource=0 iconFilename=null primaryColor=ff455a64
   backgroundColor=ff303030
   statusBarColor=ff000000
   navigationBarColor=ff000000
  launchFailed=false launchCount=0 lastLaunchTime=-3d11h16m19s971ms
  haveState=true icicle=Bundle[mParcelledData.dataSize=948]
  state=STOPPED stopped=true delayedResume=false finishing=false
  keysPaused=false inHistory=true visible=false sleeping=false idle=true mStartingWindowState=STARTING_WINDOW_NOT_SHOWN
  fullscreen=true noDisplay=false immersive=false launchMode=2
  frozenBeforeDestroy=false forceNewConfig=false
  mActivityType=home
  waitingVisible=false nowVisible=false lastVisibleTime=-1d10h12m48s381ms
  resizeMode=RESIZE_MODE_UNRESIZEABLE
  mLastReportedMultiWindowMode=false mLastReportedPictureInPictureMode=false
(nothing)

-------------------------------------------------------------------------------
ACTIVITY MANAGER STARTER (dumpsys activity containers)
com.android.server.am.ActivityStackSupervisor@a1d3474 type=undefined mode=fullscreen
  #0 ActivityDisplay={0 numStacks=4} type=undefined mode=fullscreen
   #3 ActivityStack{a22dd9d stackId=4 type=standard mode=fullscreen visible=true translucent=false, 1 tasks} type=standard mode=fullscreen
    #0 TaskRecord{aeb998f #86 A=10093:com.amazon.tv.inputpreference.service U=0 StackId=4 sz=1} type=standard mode=fullscreen
     #0 ActivityRecord{ad73902 u0 com.amazon.tv.inputpreference.service/com.amazon.tv.inputpreference.player.PassthroughPlayerActivity t86} type=standard mode=fullscreen
   #2 ActivityStack{4cc6212 stackId=5 type=standard mode=fullscreen visible=false translucent=true, 1 tasks} type=standard mode=fullscreen
    #0 TaskRecord{44614c5 #87 A=10093:com.amazon.tv.inputpreference.service U=0 StackId=5 sz=1} type=standard mode=fullscreen
     #0 ActivityRecord{c9920b9 u0 com.amazon.tv.inputpreference.service/com.amazon.tv.inputpreference.inputtab.InputTabActivity t87} type=standard mode=fullscreen
   #1 ActivityStack{cd36de3 stackId=0 type=home mode=fullscreen visible=false translucent=true, 1 tasks} type=home mode=fullscreen
    #0 TaskRecord{bb880ee #85 I=com.amazon.tv.launcher/.ui.HomeActivity_vNext U=0 StackId=0 sz=1} type=home mode=fullscreen
     #0 ActivityRecord{dfd2404 u0 com.amazon.tv.launcher/.ui.HomeActivity_vNext t85} type=home mode=fullscreen
   #0 ActivityStack{21323e0 stackId=7 type=standard mode=fullscreen visible=false translucent=true, 1 tasks} type=standard mode=fullscreen
    #0 TaskRecord{211860a #89 A=10202:com.amazon.firetv.youtube U=0 StackId=7 sz=1} type=standard mode=fullscreen
     #0 ActivityRecord{2eac352 u0 com.amazon.firetv.youtube/dev.cobalt.app.MainActivity t89} type=standard mode=fullscreen
 

-------------------------------------------------------------------------------
ACTIVITY MANAGER ACTIVITIES (dumpsys activity activities)
Display #0 (activities from top to bottom):

  Stack #4: type=standard mode=fullscreen
  isSleeping=false
  mBounds=Rect(0, 0 - 0, 0)
    Task id #86
    mBounds=Rect(0, 0 - 0, 0)
    mMinWidth=-1
    mMinHeight=-1
    mLastNonFullscreenBounds=null
    * TaskRecord{aeb998f #86 A=10093:com.amazon.tv.inputpreference.service U=0 StackId=4 sz=1}
      userId=0 effectiveUid=u0a93 mCallingUid=u0a93 mUserSetupComplete=true mCallingPackage=com.amazon.tv.inputpreference.service
      affinity=10093:com.amazon.tv.inputpreference.service
      intent={act=android.intent.action.VIEW (has data) flg=0x10000000 cmp=com.amazon.tv.inputpreference.service/com.amazon.tv.inputpreference.player.PassthroughPlayerActivity}
      realActivity=com.amazon.tv.inputpreference.service/com.amazon.tv.inputpreference.player.PassthroughPlayerActivity
      autoRemoveRecents=false isPersistable=true numFullscreen=1 activityType=1
      rootWasReset=false mNeverRelinquishIdentity=true mReuseTask=false mLockTaskAuth=LOCK_TASK_AUTH_PINNABLE
      Activities=[ActivityRecord{ad73902 u0 com.amazon.tv.inputpreference.service/com.amazon.tv.inputpreference.player.PassthroughPlayerActivity t86}]
      askedCompatMode=false inRecents=true isAvailable=true
      stackId=4
      hasBeenVisible=true mResizeMode=RESIZE_MODE_RESIZEABLE_VIA_SDK_VERSION mSupportsPictureInPicture=false isResizeable=true lastActiveTime=309914769 (inactive for 2844s)

  Stack #5: type=standard mode=fullscreen
  isSleeping=false
  mBounds=Rect(0, 0 - 0, 0)

    Task id #87
    mBounds=Rect(0, 0 - 0, 0)
    mMinWidth=-1
    mMinHeight=-1
    mLastNonFullscreenBounds=null
    * TaskRecord{44614c5 #87 A=10093:com.amazon.tv.inputpreference.service U=0 StackId=5 sz=1}
      userId=0 effectiveUid=u0a93 mCallingUid=u0a108 mUserSetupComplete=true mCallingPackage=com.amazon.vizzini
      affinity=10093:com.amazon.tv.inputpreference.service
      intent={act=amazon.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=com.amazon.tv.inputpreference.service/com.amazon.tv.inputpreference.inputtab.InputTabActivity}
      realActivity=com.amazon.tv.inputpreference.service/com.amazon.tv.inputpreference.inputtab.InputTabActivity
      autoRemoveRecents=false isPersistable=true numFullscreen=1 activityType=1
      rootWasReset=false mNeverRelinquishIdentity=true mReuseTask=false mLockTaskAuth=LOCK_TASK_AUTH_PINNABLE
      Activities=[ActivityRecord{c9920b9 u0 com.amazon.tv.inputpreference.service/com.amazon.tv.inputpreference.inputtab.InputTabActivity t87}]
      askedCompatMode=false inRecents=false isAvailable=true
      stackId=5
      hasBeenVisible=true mResizeMode=RESIZE_MODE_RESIZEABLE_VIA_SDK_VERSION mSupportsPictureInPicture=false isResizeable=true lastActiveTime=309913184 (inactive for 2846s)

  Stack #0: type=home mode=fullscreen
  isSleeping=false
  mBounds=Rect(0, 0 - 0, 0)

    Task id #85
    mBounds=Rect(0, 0 - 0, 0)
    mMinWidth=-1
    mMinHeight=-1
    mLastNonFullscreenBounds=null
    * TaskRecord{bb880ee #85 I=com.amazon.tv.launcher/.ui.HomeActivity_vNext U=0 StackId=0 sz=1}
      userId=0 effectiveUid=u0a41 mCallingUid=0 mUserSetupComplete=true mCallingPackage=null
      intent={act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=com.amazon.tv.launcher/.ui.HomeActivity_vNext}
      realActivity=com.amazon.tv.launcher/.ui.HomeActivity_vNext
      autoRemoveRecents=false isPersistable=true numFullscreen=1 activityType=2
      rootWasReset=false mNeverRelinquishIdentity=true mReuseTask=false mLockTaskAuth=LOCK_TASK_AUTH_PINNABLE
      Activities=[ActivityRecord{dfd2404 u0 com.amazon.tv.launcher/.ui.HomeActivity_vNext t85}]
      askedCompatMode=false inRecents=true isAvailable=true
      mRootProcess=ProcessRecord{b966fb0 32549:com.amazon.tv.launcher/u0a41}
      stackId=0
      hasBeenVisible=true mResizeMode=RESIZE_MODE_UNRESIZEABLE mSupportsPictureInPicture=false isResizeable=false lastActiveTime=309898935 (inactive for 2860s)

  Stack #7: type=standard mode=fullscreen
  isSleeping=false
  mBounds=Rect(0, 0 - 0, 0)

    Task id #89
    mBounds=Rect(0, 0 - 0, 0)
    mMinWidth=-1
    mMinHeight=-1
    mLastNonFullscreenBounds=null
    * TaskRecord{211860a #89 A=10202:com.amazon.firetv.youtube U=0 StackId=7 sz=1}
      userId=0 effectiveUid=u0a202 mCallingUid=1000 mUserSetupComplete=true mCallingPackage=android
      affinity=10202:com.amazon.firetv.youtube
      intent={act=android.intent.action.MAIN cat=[android.intent.category.LEANBACK_LAUNCHER] flg=0x10000000 pkg=com.amazon.firetv.youtube cmp=com.amazon.firetv.youtube/dev.cobalt.app.MainActivity}
      realActivity=com.amazon.firetv.youtube/dev.cobalt.app.MainActivity
      autoRemoveRecents=false isPersistable=true numFullscreen=1 activityType=1
      rootWasReset=false mNeverRelinquishIdentity=true mReuseTask=false mLockTaskAuth=LOCK_TASK_AUTH_PINNABLE
      Activities=[ActivityRecord{2eac352 u0 com.amazon.firetv.youtube/dev.cobalt.app.MainActivity t89}]
      askedCompatMode=false inRecents=true isAvailable=true
      mRootProcess=ProcessRecord{ca6b675 9838:com.amazon.firetv.youtube/u0a202}
      stackId=7
      hasBeenVisible=true mResizeMode=RESIZE_MODE_RESIZEABLE_VIA_SDK_VERSION mSupportsPictureInPicture=false isResizeable=true lastActiveTime=106854360 (inactive for 205905s)

-------------------------------------------------------------------------------
ACTIVITY MANAGER RUNNING PROCESSES (dumpsys activity processes)
  Process LRU list (sorted by oom_adj, 50 total, non-act at 10, non-svc at 10):
  mDeviceIdleWhitelist=[1000, 2000, 10030, 10036, 10039, 10063, 10073, 10078, 10081, 10089, 10122, 10139, 10142, 10147]
  mDeviceIdleExceptIdleWhitelist=[1000, 2000, 10025, 10030, 10036, 10039, 10049, 10063, 10073, 10078, 10079, 10081, 10086, 10089, 10122, 10139, 10142, 10144, 10147]
  mDeviceIdleTempWhitelist=[]
  mForceBackgroundCheck=false

DUMP OF SERVICE meminfo:
No process found for: com.netflix.ninja

DUMP OF SERVICE procstats:
CURRENT STATS:
System memory usage:
  SOff/Norm: 1 samples:
    Cached: 228MB min, 228MB avg, 228MB max
    Free: 114MB min, 114MB avg, 114MB max
    ZRam: 90MB min, 90MB avg, 90MB max
    Kernel: 259MB min, 259MB avg, 259MB max
    Native: 172MB min, 172MB avg, 172MB max
  SOn /Norm: 1 samples:
    Cached: 238MB min, 238MB avg, 238MB max
    Free: 49MB min, 49MB avg, 49MB max
    ZRam: 76MB min, 76MB avg, 76MB max
    Kernel: 256MB min, 256MB avg, 256MB max
    Native: 197MB min, 197MB avg, 197MB max

Per-Package Stats:
  * com.netflix.ninja / u0a100 / v19330:
      * com.netflix.ninja / u0a100 / v19330:
               TOTAL: 72% (101MB-118MB-136MB/67MB-99MB-123MB/67MB-107MB-155MB over 22)
              Imp Bg: 0.29% (123MB-128MB-136MB/103MB-110MB-122MB/104MB-127MB-155MB over 3)
             Service: 72% (101MB-116MB-133MB/67MB-98MB-123MB/67MB-103MB-153MB over 19)
      * com.netflix.ninja.NetflixService:
        Process: com.netflix.ninja
            Running count 1 / time 72%
            Started count 1 / time 72%
            Executing count 1 / time 0.00%
      * com.netflix.ninja.alwaysfresh.AlwaysFreshNewJobService:
        Process: com.netflix.ninja
            Running count 1 / time 0.29%
            Bound count 1 / time 0.29%
            Executing count 2 / time 0.00%

Summary:
  * com.netflix.ninja / u0a100 / v19330:
           TOTAL: 72% (101MB-118MB-136MB/67MB-99MB-123MB/67MB-107MB-155MB over 22)
          Imp Bg: 0.29% (123MB-128MB-136MB/103MB-110MB-122MB/104MB-127MB-155MB over 3)
         Service: 72% (101MB-116MB-133MB/67MB-98MB-123MB/67MB-103MB-153MB over 19)

Run time Stats:
  SOff/Norm: +1h56m23s617ms
  SOn /Norm: +47m40s660ms (running)
      TOTAL: +2h44m4s277ms

Memory usage:
  Kernel : 258MB (16 samples)
  Native : 185MB (16 samples)
  Persist: 237MB (52 samples)
  Top: 89MB (45 samples)
  ImpFg: 142MB (132 samples)
  ImpBg: 36MB (390 samples)
  Service: 122MB (372 samples)
  Receivr: 37KB (123 samples)
  Home: 33MB (12 samples)
  LastAct: 314KB (103 samples)
  CchAct: 109MB (10 samples)
  CchEmty: 217MB (240 samples)
  Cached : 233MB (16 samples)
  Free   : 81MB (16 samples)
  Z-Ram  : 83MB (16 samples)
  TOTAL  : 1.8GB
  ServRst: 3.8KB (68 samples)

PSS collection stats:
  Internal Single: 315x over +18s972ms
  Internal All Procs (Memory Change): 35x over +2s166ms
  Internal All Procs (Polling): 44x over +2s701ms
  External: 0x over 0
  External Slow: 28x over +4s408ms

          Start time: 2024-05-06 07:36:35
        Total uptime: +2h44m4s297ms
  Total elapsed time: +2h44m4s297ms (partial) (swapped-out-pss) libart.so

Available pages by page size:
Zone   0       Unmovable    780   214    22     0     0     0     0     0     0     0     0
Zone   0         Movable   7511  6953  1807     0     0     0     0     0     0     0     0
Zone   0     Reclaimable     21     9     2     0     0     0     0     0     0     0     0
Zone   0      HighAtomic      8     9     0     2     0     0     0     0     0     0     0

AGGREGATED OVER LAST 24 HOURS:
System memory usage:
  SOff/Norm: 8 samples:
    Cached: 190MB min, 218MB avg, 244MB max
    Free: 44MB min, 86MB avg, 155MB max
    ZRam: 79MB min, 81MB avg, 90MB max
    Kernel: 257MB min, 273MB avg, 304MB max
    Native: 172MB min, 176MB avg, 178MB max
  SOn /Norm: 1 samples:
    Cached: 238MB min, 238MB avg, 238MB max
    Free: 49MB min, 49MB avg, 49MB max
    ZRam: 76MB min, 76MB avg, 76MB max
    Kernel: 256MB min, 256MB avg, 256MB max
    Native: 197MB min, 197MB avg, 197MB max

Per-Package Stats:
  * com.netflix.ninja / u0a100 / v19330:
      * com.netflix.ninja / u0a100 / v19330:
               TOTAL: 97% (97MB-107MB-136MB/64MB-91MB-127MB/64MB-92MB-155MB over 171)
              Imp Bg: 0.09% (122MB-126MB-136MB/101MB-108MB-122MB/101MB-118MB-155MB over 5)
             Service: 97% (97MB-106MB-136MB/64MB-90MB-127MB/64MB-91MB-153MB over 166)
      * com.netflix.ninja.NetflixService:
        Process: com.netflix.ninja
            Running count 8 / time 97%
            Started count 8 / time 97%
            Executing count 3 / time 0.00%
      * com.netflix.ninja.alwaysfresh.AlwaysFreshNewJobService:
        Process: com.netflix.ninja
            Running count 3 / time 0.09%
            Bound count 3 / time 0.09%
            Executing count 6 / time 0.00%

Summary:
  * com.netflix.ninja / u0a100 / v19330:
           TOTAL: 97% (97MB-107MB-136MB/64MB-91MB-127MB/64MB-92MB-155MB over 171)
          Imp Bg: 0.09% (122MB-126MB-136MB/101MB-108MB-122MB/101MB-118MB-155MB over 5)
         Service: 97% (97MB-106MB-136MB/64MB-90MB-127MB/64MB-91MB-153MB over 166)

Run time Stats:
  SOff/Norm: +22h56m27s608ms
  SOn /Norm: +47m40s676ms
      TOTAL: +23h44m8s284ms

Memory usage:
  Kernel : 273MB (71 samples)
  Native : 176MB (71 samples)
  Persist: 213MB (438 samples)
  Top: 90MB (217 samples)
  ImpFg: 148MB (928 samples)
  ImpBg: 34MB (2816 samples)
  Service: 140MB (2739 samples)
  Receivr: 11KB (1334 samples)
  Home: 3.8MB (51 samples)
  LastAct: 5.1MB (633 samples)
  CchAct: 109MB (88 samples)
  CchCAct: 555 (24 samples)
  CchEmty: 236MB (1680 samples)
  Cached : 218MB (71 samples)
  Free   : 86MB (71 samples)
  Z-Ram  : 81MB (71 samples)
  TOTAL  : 1.8GB
  ServRst: 2.3KB (396 samples)

PSS collection stats:
  Internal Single: 2408x over +2m27s462ms
  Internal All Procs (Memory Change): 35x over +2s166ms
  Internal All Procs (Polling): 365x over +22s5ms
  External: 0x over 0
  External Slow: 249x over +40s709ms

          Start time: 2024-05-05 10:36:30
        Total uptime: +23h44m8s324ms
  Total elapsed time: +23h44m8s323ms (partial) (swapped-out-pss) libart.so

Available pages by page size:
Zone   0       Unmovable    780   214    22     0     0     0     0     0     0     0     0
Zone   0         Movable   7511  6953  1807     0     0     0     0     0     0     0     0
Zone   0     Reclaimable     21     9     2     0     0     0     0     0     0     0     0
Zone   0      HighAtomic      8     9     0     2     0     0     0     0     0     0     0

AGGREGATED OVER LAST 3 HOURS:
System memory usage:
  SOff/Norm: 1 samples:
    Cached: 228MB min, 228MB avg, 228MB max
    Free: 114MB min, 114MB avg, 114MB max
    ZRam: 90MB min, 90MB avg, 90MB max
    Kernel: 259MB min, 259MB avg, 259MB max
    Native: 172MB min, 172MB avg, 172MB max
  SOn /Norm: 1 samples:
    Cached: 238MB min, 238MB avg, 238MB max
    Free: 49MB min, 49MB avg, 49MB max
    ZRam: 76MB min, 76MB avg, 76MB max
    Kernel: 256MB min, 256MB avg, 256MB max
    Native: 197MB min, 197MB avg, 197MB max

Per-Package Stats:
  * com.netflix.ninja / u0a100 / v19330:
      * com.netflix.ninja / u0a100 / v19330:
               TOTAL: 72% (101MB-118MB-136MB/67MB-99MB-123MB/67MB-107MB-155MB over 22)
              Imp Bg: 0.29% (123MB-128MB-136MB/103MB-110MB-122MB/104MB-127MB-155MB over 3)
             Service: 72% (101MB-116MB-133MB/67MB-98MB-123MB/67MB-103MB-153MB over 19)
      * com.netflix.ninja.NetflixService:
        Process: com.netflix.ninja
            Running count 1 / time 72%
            Started count 1 / time 72%
            Executing count 1 / time 0.00%
      * com.netflix.ninja.alwaysfresh.AlwaysFreshNewJobService:
        Process: com.netflix.ninja
            Running count 1 / time 0.29%
            Bound count 1 / time 0.29%
            Executing count 2 / time 0.00%

Summary:
  * com.netflix.ninja / u0a100 / v19330:
           TOTAL: 72% (101MB-118MB-136MB/67MB-99MB-123MB/67MB-107MB-155MB over 22)
          Imp Bg: 0.29% (123MB-128MB-136MB/103MB-110MB-122MB/104MB-127MB-155MB over 3)
         Service: 72% (101MB-116MB-133MB/67MB-98MB-123MB/67MB-103MB-153MB over 19)

Run time Stats:
  SOff/Norm: +1h56m23s617ms
  SOn /Norm: +47m40s794ms
      TOTAL: +2h44m4s411ms

Memory usage:
  Kernel : 258MB (16 samples)
  Native : 185MB (16 samples)
  Persist: 237MB (52 samples)
  Top: 89MB (45 samples)
  ImpFg: 142MB (132 samples)
  ImpBg: 36MB (390 samples)
  Service: 122MB (372 samples)
  Receivr: 37KB (123 samples)
  Home: 33MB (12 samples)
  LastAct: 314KB (103 samples)
  CchAct: 109MB (10 samples)
  CchEmty: 217MB (240 samples)
  Cached : 233MB (16 samples)
  Free   : 81MB (16 samples)
  Z-Ram  : 83MB (16 samples)
  TOTAL  : 1.8GB
  ServRst: 3.8KB (68 samples)

PSS collection stats:
  Internal Single: 315x over +18s972ms
  Internal All Procs (Memory Change): 35x over +2s166ms
  Internal All Procs (Polling): 44x over +2s701ms
  External: 0x over 0
  External Slow: 28x over +4s408ms

          Start time: 2024-05-06 07:36:35
        Total uptime: +2h44m4s416ms
  Total elapsed time: +2h44m4s416ms (partial) (swapped-out-pss) libart.so

Available pages by page size:
Zone   0       Unmovable    780   214    22     0     0     0     0     0     0     0     0
Zone   0         Movable   7511  6953  1807     0     0     0     0     0     0     0     0
Zone   0     Reclaimable     21     9     2     0     0     0     0     0     0     0     0
Zone   0      HighAtomic      8     9     0     2     0     0     0     0     0     0     0

DUMP OF SERVICE usagestats:
user=0 
  Last 24 hour events (timeRange="5/5/2024, 10:20 AM โ€“ 5/6/2024, 10:20 AM" )
    time="2024-05-05 16:21:48" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-05 16:21:48" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-05 16:21:48" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-05 16:21:48" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-05 16:21:48" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-05 16:21:48" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-05 16:21:48" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-05 16:21:49" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-05 16:21:49" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-05 16:21:49" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-05 16:21:49" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-05 16:21:49" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-05 16:21:49" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-05 16:21:49" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-05 16:21:49" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-05 16:21:50" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 00:27:39" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 00:27:39" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 00:27:39" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 00:27:39" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 00:27:39" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 00:27:39" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 00:27:39" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 00:27:39" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 00:27:39" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 00:27:39" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 00:27:39" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 00:27:40" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 00:27:40" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 00:27:40" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 00:27:40" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 00:27:40" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 08:36:55" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 08:36:55" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 08:36:55" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 08:36:55" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 08:36:55" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 08:36:55" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 08:36:55" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 08:36:55" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 08:36:55" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 08:36:55" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 08:36:56" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 08:36:56" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 08:36:56" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 08:36:56" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 08:36:56" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
    time="2024-05-06 08:36:56" type=NOTIFICATION_INTERRUPTION package=com.netflix.ninja flags=0x0 
  In-memory daily stats
  timeRange="5/5/2024, 1:01 PM โ€“ 5/6/2024, 10:20 AM" 
    packages
      package=com.netflix.ninja totalTime="00:00" lastTime="2024-05-06 08:36:56" appLaunchCount=0 
    
    ChooserCounts
      package=com.netflix.ninja 
  In-memory weekly stats
  timeRange="5/2/2024, 1:01 PM โ€“ 5/6/2024, 10:20 AM" 
    packages
      package=com.netflix.ninja totalTime="00:00" lastTime="2024-05-06 08:36:56" appLaunchCount=0 
    
    ChooserCounts
      package=com.netflix.ninja 
  In-memory monthly stats
  timeRange="5/2/2024, 1:01 PM โ€“ 5/6/2024, 10:20 AM" 
    packages
      package=com.netflix.ninja totalTime="00:00" lastTime="2024-05-06 08:36:56" appLaunchCount=0 
    
    ChooserCounts
      package=com.netflix.ninja 
  In-memory yearly stats
  timeRange="5/2/2024, 1:01 PM โ€“ 5/6/2024, 10:20 AM" 
    packages
      package=com.netflix.ninja totalTime="00:00" lastTime="2024-05-06 08:36:56" appLaunchCount=0 
    
    ChooserCounts
      package=com.netflix.ninja 
  
  App Standby States:
    package=com.netflix.ninja u=0 bucket=50 reason=d used=+651d23h3m37s740ms usedScr=+145d1h11m33s774ms lastPred=+652d14h44m46s524ms activeLeft=-652d15h11m13s970ms wsLeft=-652d15h11m13s970ms lastJob=+1h44m4s283ms idle=y
    
    totalElapsedTime=+652d15h11m13s970ms
    totalScreenOnTime=+145d3h32m47s158ms

  App Time Limits
   User 0

    currentForegroundedPackage=com.amazon.tv.inputpreference.service

DUMP OF SERVICE batterystats:
Statistics since last charge:
  System starts: 254, currently on battery: false
  Estimated battery capacity: 1000 mAh
  Min learned battery capacity: 0 mAh
  Max learned battery capacity: 0 mAh
  Time on battery: 0ms (0.0%) realtime, 0ms (--%) uptime
  Time on battery screen off: 0ms (--%) realtime, 0ms (--%) uptime
  Time on battery screen doze: 0ms (--%)
  Total run time: 652d 12h 49m 54s 991ms realtime, 651d 4h 33m 50s 659ms uptime
  Discharge: 0 mAh
  Screen off discharge: 0 mAh
  Screen doze discharge: 0 mAh
  Screen on discharge: 0 mAh
  Device light doze discharge: 0 mAh
  Device deep doze discharge: 0 mAh
  Start clock time: 2023-08-25-00-30-16
  Screen on: 0ms (--%) 0x, Interactive: 0ms (--%)
  Screen brightnesses: (no activity)
  Connectivity changes: 327

  CONNECTIVITY POWER SUMMARY START
  Logging duration for connectivity statistics: 0ms 
  Cellular Statistics:
     Cellular kernel active time: 0ms (--%)
     Cellular data received: 0B
     Cellular data sent: 0B
     Cellular packets received: 0
     Cellular packets sent: 0
     Cellular Radio Access Technology: (no activity)
     Cellular Rx signal strength (RSRP): (no activity)
     Cellular Sleep time:  0ms (--%)
     Cellular Idle time:   0ms (--%)
     Cellular Rx time:     0ms (--%)
     Cellular Tx time:     
       less than 0dBm:  0ms (--%)
       0dBm to 8dBm:  0ms (--%)
       8dBm to 15dBm:  0ms (--%)
       15dBm to 20dBm:  0ms (--%)
       above 20dBm:  0ms (--%)
  Wifi Statistics:
     Wifi kernel active time: 0ms (--%)
     Wifi data received: 0B
     Wifi data sent: 0B
     Wifi packets received: 0
     Wifi packets sent: 0
     Wifi states: (no activity)
     Wifi supplicant states: (no activity)
     Wifi Rx signal strength (RSSI): (no activity)
     WiFi Scan time:  0ms (--%)
     WiFi Sleep time:  0ms (--%)
     WiFi Idle time:   0ms (--%)
     WiFi Rx time:     0ms (--%)
     WiFi Tx time:     0ms (--%)
  GPS Statistics:
     GPS signal quality (Top 4 Average CN0):
      poor (less than 20 dBHz): 0ms (--%) 
      good (greater than 20 dBHz): 0ms (--%) 
  CONNECTIVITY POWER SUMMARY END

  Bluetooth total received: 0B, sent: 0B
  Bluetooth scan time: 0ms 
     Bluetooth Idle time:   0ms (--%)
     Bluetooth Rx time:     0ms (--%)
     Bluetooth Tx time:     0ms (--%)

  Device battery use since last full charge
    Amount discharged (lower bound): 0
    Amount discharged (upper bound): 0
    Amount discharged while screen on: 0
    Amount discharged while screen off: 0
    Amount discharged while screen doze: 0

  Resource Power Manager Stats

  CPU freqs: 216000 400000 600000 750000 800000 850000 900000 950000 1000000 1008000 1050000 1100000 1150000 1200000 1250000 1300000 1350000 1400000 1450000 1500000 216000 400000 600000 750000 800000 850000 900000 950000 1000000 1008000 1050000 1100000 1150000 1200000 1250000 1300000 1350000 1400000 1450000 1500000 216000 400000 600000 750000 800000 850000 900000 950000 1000000 1008000 1050000 1100000 1150000 1200000 1250000 1300000 1350000 1400000 1450000 1500000 216000 400000 600000 750000 800000 850000 900000 950000 1000000 1008000 1050000 1100000 1150000 1200000 1250000 1300000 1350000 1400000 1450000 1500000

  1000:
    Wake lock ActivityManager-Sleep realtime
    Wake lock *job*/android/com.android.server.net.watchlist.ReportWatchlistJobService realtime
    Wake lock *job*/com.amazon.ceviche/.boot.completed.BootCompletedService realtime
    Wake lock *dexopt* realtime
    Wake lock *job*/amazon.fireos/com.amazon.UsageStats.AmazonUsageStatsScheduler realtime
    Wake lock WiredAccessoryManager realtime
    Wake lock IntentWakeLock realtime
    Wake lock *alarm* realtime
    Wake lock *job*/amazon.fireos/com.fireos.dws.FavoriteAppsMetricsRecorderJobService realtime
    Wake lock *job*/com.amazon.device.messaging/.LifecycleEventService realtime
    Wake lock PhoneWindowManager.mPowerKeyWakeLock realtime
    Wake lock AudioMix realtime
    Wake lock *job*/com.amazon.ceviche/.boot.completed.BootCompletedJobService realtime
    Wake lock *job*/com.amazon.neodelegate/.jobscheduling.WorkSchedulingJobService realtime
    Wake lock *job*/amazon.fireos/com.amazon.protometrics.AmazonProtometricsScheduler realtime
    Wake lock *ChannelSyncThread* realtime
    Wake lock *job*/amazon.fireos/com.amazon.amazonemmcconsumer.AmazonEmmcConsumerScheduler realtime
    Wake lock *job*/amazon.fireos/com.amazon.arcus.ArcusJobScheduler realtime
    Wake lock *launch* realtime
    Wake lock NetworkStats realtime
    Wake lock STRWakeLock realtime
    Wake lock *job*/com.amazon.device.crashmanager/.CrashJobService realtime
    Wake lock *job*/android/com.android.server.backup.FullBackupJob realtime
    Wake lock *job*/com.amazon.tv.alexaalerts/.timedevents.notifications.NotificationReloaderService realtime
    Wake lock *job*/com.amazon.device.messaging/.EspressoShotBootService realtime
    Wake lock AmazonHdmiService realtime
    Wake lock *job*/android/com.android.server.PruneInstantAppsJobService realtime
    Wake lock handleMediaEvent realtime
    Wake lock *job*/android/com.android.server.camera.CameraStatsJobService realtime
    Wake lock WindowManager realtime
    Wake lock *job*/com.amazon.device.sale.service/com.amazon.device.sale.api.SessionScheduler realtime
    Wake lock *job*/android/com.android.server.MountServiceIdler realtime
    Wake lock handleAudioEvent realtime
    Wake lock SuspendToRamService realtime
    Wake lock ShutdownThread-cpu realtime
    Wake lock *job*/android/com.android.server.pm.BackgroundDexOptService realtime
    Wake lock e:HTTPMetricsTransportWakeLock realtime
    Wake lock ConnectivityService realtime
    Wake lock startDream realtime
    Wake lock SyncLoopWakeLock realtime
    Wake lock SCREEN_FROZEN realtime
    Wake lock *job*/amazon.fireos/com.amazon.android.settings.amazondropbox.LogRetentionJobService realtime
    Wake lock *job*/android/com.android.server.backup.KeyValueBackupJob realtime
    Wake lock WakeDuringSTRWindow realtime
    Wake lock *job*/android/com.android.server.storage.DiskStatsLoggingService realtime
    Wake lock PhoneWindowManager.mBroadcastWakeLock realtime
    Job amazon.fireos/com.amazon.amazonemmcconsumer.AmazonEmmcConsumerScheduler: (not used)
    Job com.amazon.device.crashmanager/.CrashJobService: (not used)
    Job android/com.android.server.MountServiceIdler: (not used)
    Job android/com.android.server.backup.FullBackupJob: (not used)
    Job android/com.android.server.PruneInstantAppsJobService: (not used)
    Job android/com.android.server.backup.KeyValueBackupJob: (not used)
    Job android/com.android.server.pm.BackgroundDexOptService: (not used)
    Job amazon.fireos/com.amazon.protometrics.AmazonProtometricsScheduler: (not used)
    Job com.amazon.neodelegate/.jobscheduling.WorkSchedulingJobService: (not used)
    Job android/com.android.server.storage.DiskStatsLoggingService: (not used)
    Job android/com.android.server.camera.CameraStatsJobService: (not used)
    Job amazon.fireos/com.amazon.UsageStats.AmazonUsageStatsScheduler: (not used)
    Job com.amazon.tv.alexaalerts/.timedevents.notifications.NotificationReloaderService: (not used)
    Job amazon.fireos/com.amazon.arcus.ArcusJobScheduler: (not used)
    Job android/com.android.server.net.watchlist.ReportWatchlistJobService: (not used)
    Job com.amazon.device.sale.service/com.amazon.device.sale.api.SessionScheduler: (not used)
    Job com.amazon.ceviche/.boot.completed.BootCompletedJobService: (not used)
    Job amazon.fireos/com.fireos.dws.FavoriteAppsMetricsRecorderJobService: (not used)
    Job com.amazon.ceviche/.boot.completed.BootCompletedService: (not used)
    Job com.amazon.device.messaging/.LifecycleEventService: (not used)
    Job com.amazon.device.messaging/.EspressoShotBootService: (not used)
    Job amazon.fireos/com.amazon.android.settings.amazondropbox.LogRetentionJobService: (not used)
    Apk com.mediatek.tv.agent:
      Service com.mediatek.tv.agent.TVRemoteServiceAgent:
        Created for: 0ms uptime
        Starts: 226, launches: 226
      Service com.mediatek.tv.agent.DolbyVisionService:
        Created for: 0ms uptime
        Starts: 226, launches: 226
      Service com.mediatek.tv.agent.AudioCustomizedService:
        Created for: 0ms uptime
        Starts: 226, launches: 226
      Service com.mediatek.tv.agent.BootupReceiver$ReceiverService:
        Created for: 0ms uptime
        Starts: 226, launches: 226
      Service com.mediatek.tv.agent.MtkAudioService:
        Created for: 0ms uptime
        Starts: 226, launches: 226
      Service com.mediatek.tv.agent.DMRemoteServiceAgent:
        Created for: 0ms uptime
        Starts: 226, launches: 226
      Service com.mediatek.tv.agent.MonitorActivityService:
        Created for: 0ms uptime
        Starts: 226, launches: 226
      Service com.mediatek.tv.agent.NetworkMonitorService:
        Created for: 0ms uptime
        Starts: 226, launches: 226
    Apk com.android.systemui:
      Service com.android.systemui.SystemUIService:
        Created for: 0ms uptime
        Starts: 226, launches: 226
    Apk com.android.location.fused:
      Service com.android.location.fused.FusedLocationService:
        Created for: 0ms uptime
        Starts: 0, launches: 226
    Apk com.amazon.cast.sink:
      (nothing executed)
    Apk com.amazon.firetvledservice:
      Service com.amazon.firetvledservice.FireTvLedService:
        Created for: 0ms uptime
        Starts: 226, launches: 226
    Apk com.amazon.tv.settings.core:
      Service com.amazon.tv.settings.core.service.SettingsCoreService:
        Created for: 0ms uptime
        Starts: 0, launches: 84
    Apk com.amazon.mediatek.livetv:
      (nothing executed)
    Apk com.amazon.device.sale.service:
      Service com.amazon.device.sale.service.core.PerfMetricUploaderService:
        Created for: 0ms uptime
        Starts: 28, launches: 0
      Service com.amazon.device.sale.service.core.SaleService:
        Created for: 0ms uptime
        Starts: 226, launches: 226
    Apk com.android.keychain:
      (nothing executed)
    Apk com.amazon.kindleautomatictimezone:
      (nothing executed)
    Apk com.amazon.neodelegate:
      Service com.amazon.neodelegate.DelegateService:
        Created for: 0ms uptime
        Starts: 161, launches: 161
    Apk com.amazon.tifobserver:
      Service com.amazon.tifobserver.TIFObserverService:
        Created for: 0ms uptime
        Starts: 225, launches: 225
    Apk android:
      Service android.hardware.location.GeofenceHardwareService:
        Created for: 0ms uptime
        Starts: 0, launches: 226
      Service com.android.server.pm.BackgroundDexOptService:
        Created for: 0ms uptime
        Starts: 0, launches: 4
      Service com.android.server.content.SyncJobService:
        Created for: 0ms uptime
        Starts: 226, launches: 226
    Apk com.amazon.android.marketplace:
      (nothing executed)
    Apk com.amazon.tv.settings.mediatek:
      Service com.amazon.tv.settings.mediatek.MtkOemSettings:
        Created for: 0ms uptime
        Starts: 226, launches: 226
      Service com.amazon.tv.settings.mediatek.MtkSettingsProvider:
        Created for: 0ms uptime
        Starts: 0, launches: 60
    Apk com.amazon.notification:
      Service com.amazon.notification.AmazonNotificationService:
        Created for: 0ms uptime
        Starts: 226, launches: 226
    Apk com.mediatek.tvinput:
      Service com.mediatek.tvinput.vga.VGAInputService:
        Created for: 0ms uptime
        Starts: 0, launches: 226
      Service com.mediatek.tvinput.scart.SCARTInputService:
        Created for: 0ms uptime
        Starts: 0, launches: 226
      Service com.mediatek.tvinput.tuner.TunerInputService:
        Created for: 0ms uptime
        Starts: 0, launches: 226
      Service com.mediatek.tvinput.component.ComponentInputService:
        Created for: 0ms uptime
        Starts: 0, launches: 226
      Service com.mediatek.tvinput.hdmi.HDMIInputService:
        Created for: 0ms uptime
        Starts: 0, launches: 226
      Service com.mediatek.tvinput.composite.CompositeInputService:
        Created for: 0ms uptime
        Starts: 0, launches: 226
    Apk com.amazon.device.logmanager:
      (nothing executed)
    Apk amazon.fireos:
      (nothing executed)
  u0a100:
    Wake lock *dexopt* realtime
    Wake lock *alarm* realtime
    Wake lock AudioOffload realtime
    Wake lock AudioMix realtime
    Wake lock *job*/com.netflix.ninja/.alwaysfresh.AlwaysFreshNewJobService realtime
    Wake lock fiid-sync realtime
    Wake lock *launch* realtime
    Wake lock Mmap realtime
    Wake lock *job*/com.netflix.ninja/androidx.work.impl.background.systemjob.SystemJobService realtime
    Wake lock WindowManager realtime
    Wake lock *job*/com.netflix.ninja/.PreAppRecoRefreshJobService realtime
    Wake lock *job*/com.netflix.ninja/com.netflix.mediaclient.pushnotification.ADMMessageJobHandler realtime
    Wake lock AudioDirectOut realtime
    Job com.netflix.ninja/androidx.work.impl.background.systemjob.SystemJobService: (not used)
    Job com.netflix.ninja/com.netflix.mediaclient.pushnotification.ADMMessageJobHandler: (not used)
    Job com.netflix.ninja/.PreAppRecoRefreshJobService: (not used)
    Job com.netflix.ninja/.alwaysfresh.AlwaysFreshNewJobService: (not used)
    Apk com.netflix.ninja:
      Service com.netflix.ninja.NetflixService:
        Created for: 0ms uptime
        Starts: 171, launches: 44

Total cpu time reads: 3173
Batched cpu time reads: 60010
Batching Duration (min): 5206
All UID cpu time reads since the later of device start or stats reset: 752
UIDs removed since the later of device start or stats reset: 2

Please let me know which way you'd like to go. Option one or option two.

Thanks for your patience!

-Doug

I just realized I could look at the state myself and found this:

adb_response: >-
  Starting: Intent { cmp=com.eurosport.player/.ui.activities.MainActivity }

  Error type 3

  Error: Activity class
  {com.eurosport.player/com.eurosport.player.ui.activities.MainActivity} does
  not exist.

So then I decided to go for option 2 and run the command you gave and that gave me:

Command result
  adb_response: >-
  DUMP OF SERVICE package:

  Activity Resolver Table:
    Non-Data Actions:
        android.intent.action.MAIN:
          d24e03e com.eurosport.player/.MainActivity filter 2fa8e9f
            Action: "android.intent.action.MAIN"
            Category: "android.intent.category.LEANBACK_LAUNCHER"

  Domain verification status:


  Registered ContentProviders:
    com.eurosport.player/androidx.startup.InitializationProvider:
      Provider{4814d7f com.eurosport.player/androidx.startup.InitializationProvider}

  ContentProvider Authorities:
    [com.eurosport.player.androidx-startup]:
      Provider{4814d7f com.eurosport.player/androidx.startup.InitializationProvider}
        applicationInfo=ApplicationInfo{fe4e14c com.eurosport.player}

  Key Set Manager:
    [com.eurosport.player]
        Signing KeySets: 37

  Packages:
    Package [com.eurosport.player] (de14595):
      userId=10078
      pkg=Package{25c36aa com.eurosport.player}
      codePath=/data/app/~~Yu9ESmdV6iCGxBB1iqD65A==/com.eurosport.player-ErBPKSv_CBg2gJSTBWpiAg==
      resourcePath=/data/app/~~Yu9ESmdV6iCGxBB1iqD65A==/com.eurosport.player-ErBPKSv_CBg2gJSTBWpiAg==
      legacyNativeLibraryDir=/data/app/~~Yu9ESmdV6iCGxBB1iqD65A==/com.eurosport.player-ErBPKSv_CBg2gJSTBWpiAg==/lib
      extractNativeLibs=false
      primaryCpuAbi=armeabi-v7a
      secondaryCpuAbi=null
      cpuAbiOverride=null
      versionCode=800000000 minSdk=22 targetSdk=33
      minExtensionVersions=[]
      versionName=8.0.0
      usesNonSdkApi=false
      splits=[base, config.armeabi_v7a, config.en, config.nl, config.xhdpi]
      apkSigningVersion=3
      applicationInfo=PackageImpl{25c36aa com.eurosport.player}
      flags=[ HAS_CODE ALLOW_CLEAR_USER_DATA ALLOW_BACKUP ]
      privateFlags=[ PRIVATE_FLAG_ACTIVITIES_RESIZE_MODE_RESIZEABLE_VIA_SDK_VERSION ALLOW_AUDIO_PLAYBACK_CAPTURE PRIVATE_FLAG_ALLOW_NATIVE_HEAP_POINTER_TAGGING ]
      forceQueryable=false
      queriesPackages=[]
      dataDir=/data/user/0/com.eurosport.player
      supportsScreens=[small, medium, large, xlarge, resizeable, anyDensity]
      timeStamp=2024-01-18 07:46:57
      firstInstallTime=2022-08-27 17:49:53
      lastUpdateTime=2024-01-18 07:46:59
      installerPackageName=com.android.vending
      signatures=PackageSignatures{b67429b version:3, signatures:[33efccfb], past signatures:[]}
      installPermissionsFixed=true
      pkgFlags=[ HAS_CODE ALLOW_CLEAR_USER_DATA ALLOW_BACKUP ]
      requested permissions:
        android.permission.INTERNET
        android.permission.ACCESS_NETWORK_STATE
        android.permission.ACCESS_WIFI_STATE
        com.google.android.gms.permission.AD_ID
        com.android.vending.CHECK_LICENSE
      install permissions:
        android.permission.INTERNET: granted=true
        com.android.vending.CHECK_LICENSE: granted=true
        android.permission.ACCESS_NETWORK_STATE: granted=true
        android.permission.ACCESS_WIFI_STATE: granted=true
        com.google.android.gms.permission.AD_ID: granted=true
      User 0: ceDataInode=121716 installed=true hidden=false suspended=false distractionFlags=0 stopped=false notLaunched=false enabled=0 instant=false virtual=false
        gids=[3003]
        runtime permissions:
      User 10: ceDataInode=0 installed=false hidden=false suspended=false distractionFlags=0 stopped=true notLaunched=true enabled=0 instant=false virtual=false
        gids=[3003]
        runtime permissions:

  Queries:
    system apps queryable: false
    queries via package name:
    queries via intent:
    queryable via interaction:
      User 0:
        [com.android.wallpaperbackup,com.android.dynsystem,com.android.networkstack.inprocess,com.google.android.chromecast.chromecastservice,com.android.location.fused,com.android.server.telecom,android,com.android.networkstack.tethering.inprocess,com.android.inputdevices,com.android.keychain,com.android.providers.settings,com.android.localtransport,com.android.tv.settings]:
          com.eurosport.player
        [com.google.android.gms,com.google.android.gsf]:
          com.eurosport.player
        com.android.vending:
          com.eurosport.player
        com.google.android.webview:
          com.eurosport.player
        com.google.android.inputmethod.latin:
          com.eurosport.player
        com.eurosport.player:
          com.google.android.webview
      User 10:
    queryable via uses-library:

  Package Changes:
    Sequence number=21
    User 0:
      seq=1, package=com.netflix.ninja
      seq=4, package=com.google.android.gms
      seq=18, package=com.google.android.tts
      seq=20, package=com.google.android.tv.dfuservice


  Dexopt state:
    [com.eurosport.player]
      path: /data/app/~~Yu9ESmdV6iCGxBB1iqD65A==/com.eurosport.player-ErBPKSv_CBg2gJSTBWpiAg==/base.apk
        arm: [status=speed-profile] [reason=bg-dexopt]


  Compiler stats:
    [com.eurosport.player]
       base.apk - 1957
  Snapshot statistics
     Unrecorded-hits: 14977  Cork-level: 0
     Summary stats               TotBlds     TotUsed     TotCork     BigBlds    ShortLvd     TotTime     MaxTime
            0:47         now           0           0           0           0           0           0           0
            1:47        0:47           0           0           0           0           0           0           0
            2:47        1:47           0           0           0           0           0           0           0
            3:47        2:47           0           0           0           0           0           0           0
            4:47        3:47           0           0           0           0           0           0           0
            5:47        4:47           0           0           0           0           0           0           0
            6:47        5:47           0           0           0           0           0           0           0
            7:47        6:47           0           0           0           0           0           0           0
            8:47        7:47           0           0           0           0           0           0           0
            9:47        8:47           0           0           0           0           0           0           0
     3413:15:42:12         now         211      596567           0           1          39         159          14

     Build times                  <= 1ms      <= 2ms      <= 5ms     <= 10ms     <= 20ms     <= 50ms    <= 100ms     > 100ms
            0:47         now           0           0           0           0           0           0           0           0
            1:47        0:47           0           0           0           0           0           0           0           0
            2:47        1:47           0           0           0           0           0           0           0           0
            3:47        2:47           0           0           0           0           0           0           0           0
            4:47        3:47           0           0           0           0           0           0           0           0
            5:47        4:47           0           0           0           0           0           0           0           0
            6:47        5:47           0           0           0           0           0           0           0           0
            7:47        6:47           0           0           0           0           0           0           0           0
            8:47        7:47           0           0           0           0           0           0           0           0
            9:47        8:47           0           0           0           0           0           0           0           0
     3413:15:42:12         now         197           5           5           3           1           0           0           0

     Use counters                   <= 1        <= 2        <= 5       <= 10       <= 20       <= 50      <= 100       > 100
            0:47         now           0           0           0           0           0           0           0           0
            1:47        0:47           0           0           0           0           0           0           0           0
            2:47        1:47           0           0           0           0           0           0           0           0
            3:47        2:47           0           0           0           0           0           0           0           0
            4:47        3:47           0           0           0           0           0           0           0           0
            5:47        4:47           0           0           0           0           0           0           0           0
            6:47        5:47           0           0           0           0           0           0           0           0
            7:47        6:47           0           0           0           0           0           0           0           0
            8:47        7:47           0           0           0           0           0           0           0           0
            9:47        8:47           0           0           0           0           0           0           0           0
     3413:15:42:12         now          25           6           7          13          11          26          26          96

  DUMP OF SERVICE activity:

  ACTIVITY MANAGER SETTINGS (dumpsys activity settings)
  activity_manager_constants:
    max_cached_processes=32
    background_settle_time=60000
    fgservice_min_shown_time=2000
    fgservice_min_report_time=3000
    fgservice_screen_on_before_time=1000
    fgservice_screen_on_after_time=5000
    content_provider_retain_time=20000
    gc_timeout=5000
    gc_min_interval=60000
    force_bg_check_on_restricted=true
    full_pss_min_interval=1200000
    full_pss_lowered_interval=300000
    power_check_interval=300000
    power_check_max_cpu_1=25
    power_check_max_cpu_2=25
    power_check_max_cpu_3=10
    power_check_max_cpu_4=2
    service_usage_interaction_time=1800000
    service_usage_interaction_time_post_s=60000
    usage_stats_interaction_interval=7200000
    usage_stats_interaction_interval_post_s=600000
    service_restart_duration=1000
    service_reset_run_duration=60000
    service_restart_duration_factor=4
    service_min_restart_time_between=10000
    service_max_inactivity=1800000
    service_bg_start_timeout=15000
    service_bg_activity_start_timeout=10000
    service_crash_restart_duration=1800000
    service_crash_max_retry=16
    process_start_async=true
    memory_info_throttle_time=300000
    top_to_fgs_grace_duration=15000
    min_crash_interval=120000
    process_crash_count_reset_interval=43200000
    process_crash_count_limit=12
    imperceptible_kill_exempt_proc_states=[0, 1, 2, 4, 12]
    imperceptible_kill_exempt_packages=[]
    min_assoc_log_duration=300000
    binder_heavy_hitter_watcher_enabled=false
    binder_heavy_hitter_watcher_batchsize=2000
    binder_heavy_hitter_watcher_threshold=0.333
    binder_heavy_hitter_auto_sampler_enabled=false
    binder_heavy_hitter_auto_sampler_batchsize=400
    binder_heavy_hitter_auto_sampler_threshold=0.333
    max_phantom_processes=32
    boot_time_temp_allowlist_duration=20000
    fg_to_bg_fgs_grace_duration=5000
    fgs_start_foreground_timeout=10000
    default_background_activity_starts_enabled=false
    default_background_fgs_starts_restriction_enabled=true
    default_fgs_starts_restriction_enabled=true
    default_fgs_starts_restriction_notification_enabled=false
    default_fgs_starts_restriction_check_caller_target_sdk=true
    fgs_atom_sample_rate=1.0
    fgs_start_allowed_log_sample_rate=0.25
    fgs_start_denied_log_sample_rate=1.0
    push_messaging_over_quota_behavior=1
    fgs_allow_opt_out=false

    mCustomizedMaxCachedProcesses=32
    CUR_MAX_CACHED_PROCESSES=32
    CUR_MAX_EMPTY_PROCESSES=16
    CUR_TRIM_EMPTY_PROCESSES=8
    CUR_TRIM_CACHED_PROCESSES=5
    OOMADJ_UPDATE_QUICK=true
  CachedAppOptimizer settings
    use_compaction=false
    compact_action_1=file
    compact_action_2=all
    compact_throttle_1=5000
    compact_throttle_2=10000
    compact_throttle_3=500
    compact_throttle_4=10000
    compact_throttle_5=600000
    compact_throttle_6=600000
    compact_throttle_min_oom_adj=900
    compact_throttle_max_oom_adj=999
    compact_statsd_sample_rate=0.1
    compact_full_rss_throttle_kb=12000
    compact_full_delta_rss_throttle_kb=8000
    compact_proc_state_throttle=[11]
    0 some, 0 full, 0 persistent, 0 BFGS compactions.
    Tracking last compaction stats for 0 processes.
    use_freezer=false
    freeze_statsd_sample_rate=0.1
    freeze_debounce_timeout=600000
  CacheOomRanker settings
    use_oom_re_ranking=false
    oom_re_ranking_number_to_re_rank=8
    oom_re_ranking_lru_weight=0.35
    oom_re_ranking_uses_weight=0.5
    oom_re_ranking_rss_weight=0.15

  -------------------------------------------------------------------------------

  ACTIVITY MANAGER ALLOWED ASSOCIATION STATE (dumpsys activity
  allowed-associations)
    Allowed associations (by restricted package):
    * com.google.android.as:
    * com.google.android.as.oss:

  -------------------------------------------------------------------------------

  ACTIVITY MANAGER PENDING INTENTS (dumpsys activity intents)
    * UID: 1000 total: 11
    * UID: 1002 total: 1
    * UID: 10008 total: 1
    * UID: 10013 total: 1
    * UID: 10014 total: 1
    * UID: 10040 total: 38
    * UID: 10046 total: 8
    * UID: 10056 total: 1
    (nothing)

  -------------------------------------------------------------------------------

  ACTIVITY MANAGER BROADCAST STATE (dumpsys activity broadcasts)

    Broadcast parameters (key=bcast_fg_constants, observing=true):
      bcast_timeout = +10s0ms
      bcast_slow_time = +5s0ms
      bcast_deferral = +5s0ms
      bcast_deferral_decay_factor = 0.75
      bcast_deferral_floor = 0    bcast_allow_bg_activity_start_timeout = +10s0ms

    Broadcast parameters (key=bcast_bg_constants, observing=true):
      bcast_timeout = +1m0s0ms
      bcast_slow_time = +5s0ms
      bcast_deferral = +5s0ms
      bcast_deferral_decay_factor = 0.75
      bcast_deferral_floor = 0    bcast_allow_bg_activity_start_timeout = +10s0ms

    Broadcast parameters (key=bcast_offload_constants, observing=true):
      bcast_timeout = +1m0s0ms
      bcast_slow_time = +24d20h31m23s647ms
      bcast_deferral = +5s0ms
      bcast_deferral_decay_factor = 0.75
      bcast_deferral_floor = 0    bcast_allow_bg_activity_start_timeout = +10s0ms

    mBroadcastsScheduled [foreground]=false
    mBroadcastsScheduled [background]=false
    mBroadcastsScheduled [offload]=false
    mHandler:
      Handler (com.android.server.am.ActivityManagerService$MainHandler) {24c638} @ 24725521
        Looper (ActivityManager, tid 27) {b5da611}
          Message 0: { when=+3m29s219ms what=27 target=com.android.server.am.ActivityManagerService$MainHandler }
          Message 1: { when=+8m56s688ms callback=com.android.server.appop.AppOpsService$1 target=com.android.server.am.ActivityManagerService$MainHandler }
          (Total messages: 2, polling=true, quitting=false)

  -------------------------------------------------------------------------------

  ACTIVITY MANAGER BROADCAST STATS STATE (dumpsys activity broadcast-stats)
    Current stats (from -6h51m42s995ms to now, +6h51m42s995ms uptime):
      (nothing)

  -------------------------------------------------------------------------------

  ACTIVITY MANAGER CONTENT PROVIDERS (dumpsys activity providers)
    (nothing)

  -------------------------------------------------------------------------------

  ACTIVITY MANAGER URI PERMISSIONS (dumpsys activity permissions)
    (nothing)

  -------------------------------------------------------------------------------

  ACTIVITY MANAGER SERVICES (dumpsys activity services)
    (nothing)

  -------------------------------------------------------------------------------

  ACTIVITY MANAGER RECENT TASKS (dumpsys activity recents)

  mRecentsUid=-1

  mRecentsComponent=null

  mFreezeTaskListReordering=false

  mFreezeTaskListReorderingPendingTimeout=false
    Recent tasks:
    * Recent #1: Task{1067001 #5408 type=standard A=10078:com.eurosport.player U=0 visible=false mode=fullscreen translucent=true sz=0}
      userId=0 effectiveUid=u0a78 mCallingUid=u0a43 mUserSetupComplete=true mCallingPackage=com.google.android.apps.tv.launcherx mCallingFeatureId=null
      affinity=10078:com.eurosport.player
      intent={act=android.intent.action.MAIN cat=[android.intent.category.LEANBACK_LAUNCHER] flg=0x10000000 pkg=com.eurosport.player cmp=com.eurosport.player/.MainActivity}
      mActivityComponent=com.eurosport.player/.MainActivity
      autoRemoveRecents=false isPersistable=true activityType=1
      rootWasReset=false mNeverRelinquishIdentity=true mReuseTask=false mLockTaskAuth=LOCK_TASK_AUTH_PINNABLE
      Activities=[]
      askedCompatMode=false inRecents=true isAvailable=true
      taskId=5408 rootTaskId=5408
      hasChildPipActivity=false
      mHasBeenVisible=true
      mResizeMode=RESIZE_MODE_RESIZEABLE_VIA_SDK_VERSION mSupportsPictureInPicture=false isResizeable=true
      lastActiveTime=24498847 (inactive for 226s)

  -------------------------------------------------------------------------------

  ACTIVITY MANAGER LAST ANR (dumpsys activity lastanr)
    <no ANR has occurred since boot>

  -------------------------------------------------------------------------------

  ACTIVITY MANAGER STARTER (dumpsys activity starter)

  (nothing)


  -------------------------------------------------------------------------------

  ACTIVITY MANAGER ACTIVITIES (dumpsys activity activities)

  Display #0 (activities from top to bottom):
    (nothing)

  -------------------------------------------------------------------------------

  ACTIVITY MANAGER PROCESS EXIT INFO (dumpsys activity exit-info)

  Last Timestamp of Persistence Into Persistent Storage: 2024-05-06 17:31:39.583
    package: com.eurosport.player
      Historical Process Exit for uid=10078
          ApplicationExitInfo #0:
            timestamp=2024-05-06 17:38:47.527
            pid=30643
            realUid=10078
            packageUid=10078
            definingUid=10078
            user=0
            process=com.eurosport.player
            reason=1 (EXIT_SELF)
            subreason=17 (ISOLATED NOT NEEDED)
            status=0
            importance=100
            pss=147MB
            rss=249MB
            description=null
            state=empty
            trace=null
          ApplicationExitInfo #1:
            timestamp=2024-05-06 17:38:47.503
            pid=30696
            realUid=99000
            packageUid=10078
            definingUid=10078
            user=0
            process=com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0
            reason=13 (OTHER KILLS BY SYSTEM)
            subreason=17 (ISOLATED NOT NEEDED)
            status=0
            importance=300
            pss=182MB
            rss=255MB
            description=isolated not needed
            state=empty
            trace=null
          ApplicationExitInfo #2:
            timestamp=2024-05-05 17:14:28.325
            pid=31577
            realUid=10078
            packageUid=10078
            definingUid=10078
            user=0
            process=com.eurosport.player
            reason=1 (EXIT_SELF)
            subreason=17 (ISOLATED NOT NEEDED)
            status=0
            importance=100
            pss=100MB
            rss=181MB
            description=null
            state=empty
            trace=null
          ApplicationExitInfo #3:
            timestamp=2024-05-05 17:14:28.308
            pid=31654
            realUid=99019
            packageUid=10078
            definingUid=10078
            user=0
            process=com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0
            reason=13 (OTHER KILLS BY SYSTEM)
            subreason=17 (ISOLATED NOT NEEDED)
            status=0
            importance=400
            pss=168MB
            rss=230MB
            description=isolated not needed
            state=empty
            trace=null
          ApplicationExitInfo #4:
            timestamp=2024-05-04 17:19:54.555
            pid=32041
            realUid=10078
            packageUid=10078
            definingUid=10078
            user=0
            process=com.eurosport.player
            reason=1 (EXIT_SELF)
            subreason=4 (TRIM EMPTY)
            status=0
            importance=100
            pss=131MB
            rss=225MB
            description=null
            state=empty
            trace=null
          ApplicationExitInfo #5:
            timestamp=2024-05-04 17:19:54.533
            pid=32102
            realUid=99005
            packageUid=10078
            definingUid=10078
            user=0
            process=com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0
            reason=13 (OTHER KILLS BY SYSTEM)
            subreason=17 (ISOLATED NOT NEEDED)
            status=0
            importance=400
            pss=168MB
            rss=234MB
            description=isolated not needed
            state=empty
            trace=null
          ApplicationExitInfo #6:
            timestamp=2024-05-04 13:12:35.803
            pid=14887
            realUid=10078
            packageUid=10078
            definingUid=10078
            user=0
            process=com.eurosport.player
            reason=1 (EXIT_SELF)
            subreason=4 (TRIM EMPTY)
            status=0
            importance=100
            pss=150MB
            rss=249MB
            description=null
            state=empty
            trace=null
          ApplicationExitInfo #7:
            timestamp=2024-05-04 13:12:35.794
            pid=14937
            realUid=99004
            packageUid=10078
            definingUid=10078
            user=0
            process=com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0
            reason=13 (OTHER KILLS BY SYSTEM)
            subreason=17 (ISOLATED NOT NEEDED)
            status=0
            importance=300
            pss=0.00
            rss=0.00
            description=isolated not needed
            state=empty
            trace=null
          ApplicationExitInfo #8:
            timestamp=2024-04-28 19:27:47.968
            pid=1563
            realUid=10078
            packageUid=10078
            definingUid=10078
            user=0
            process=com.eurosport.player
            reason=1 (EXIT_SELF)
            subreason=4 (TRIM EMPTY)
            status=0
            importance=400
            pss=106MB
            rss=204MB
            description=null
            state=empty
            trace=null
          ApplicationExitInfo #9:
            timestamp=2024-04-28 19:27:47.967
            pid=1626
            realUid=99090
            packageUid=10078
            definingUid=10078
            user=0
            process=com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0
            reason=1 (EXIT_SELF)
            subreason=17 (ISOLATED NOT NEEDED)
            status=0
            importance=400
            pss=49MB
            rss=111MB
            description=isolated not needed
            state=empty
            trace=null
          ApplicationExitInfo #10:
            timestamp=2024-04-27 21:38:25.387
            pid=7122
            realUid=10078
            packageUid=10078
            definingUid=10078
            user=0
            process=com.eurosport.player
            reason=1 (EXIT_SELF)
            subreason=17 (ISOLATED NOT NEEDED)
            status=0
            importance=100
            pss=189MB
            rss=295MB
            description=null
            state=empty
            trace=null
          ApplicationExitInfo #11:
            timestamp=2024-04-27 21:38:25.362
            pid=7172
            realUid=99083
            packageUid=10078
            definingUid=10078
            user=0
            process=com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0
            reason=13 (OTHER KILLS BY SYSTEM)
            subreason=17 (ISOLATED NOT NEEDED)
            status=0
            importance=300
            pss=189MB
            rss=261MB
            description=isolated not needed
            state=empty
            trace=null
          ApplicationExitInfo #12:
            timestamp=2024-04-20 15:56:35.552
            pid=352
            realUid=10078
            packageUid=10078
            definingUid=10078
            user=0
            process=com.eurosport.player
            reason=1 (EXIT_SELF)
            subreason=4 (TRIM EMPTY)
            status=0
            importance=100
            pss=131MB
            rss=210MB
            description=null
            state=empty
            trace=null
          ApplicationExitInfo #13:
            timestamp=2024-04-20 15:56:35.519
            pid=405
            realUid=99092
            packageUid=10078
            definingUid=10078
            user=0
            process=com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0
            reason=13 (OTHER KILLS BY SYSTEM)
            subreason=17 (ISOLATED NOT NEEDED)
            status=0
            importance=300
            pss=157MB
            rss=219MB
            description=isolated not needed
            state=empty
            trace=null
          ApplicationExitInfo #14:
            timestamp=2023-09-30 19:05:58.412
            pid=11873
            realUid=10078
            packageUid=10078
            definingUid=10078
            user=0
            process=com.eurosport.player
            reason=1 (EXIT_SELF)
            subreason=17 (ISOLATED NOT NEEDED)
            status=0
            importance=400
            pss=239MB
            rss=353MB
            description=null
            state=empty
            trace=null
          ApplicationExitInfo #15:
            timestamp=2023-09-30 19:05:58.407
            pid=11919
            realUid=99011
            packageUid=10078
            definingUid=10078
            user=0
            process=com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0
            reason=13 (OTHER KILLS BY SYSTEM)
            subreason=17 (ISOLATED NOT NEEDED)
            status=0
            importance=300
            pss=145MB
            rss=226MB
            description=isolated not needed
            state=empty
            trace=null

  -------------------------------------------------------------------------------

  ACTIVITY MANAGER RUNNING PROCESSES (dumpsys activity processes)
    OOM levels:
      -900: SYSTEM_ADJ (  153,600K)
      -800: PERSISTENT_PROC_ADJ (  153,600K)
      -700: PERSISTENT_SERVICE_ADJ (  153,600K)
        0: FOREGROUND_APP_ADJ (  153,600K)
       100: VISIBLE_APP_ADJ (  192,000K)
       200: PERCEPTIBLE_APP_ADJ (  230,400K)
       225: PERCEPTIBLE_MEDIUM_APP_ADJ (  268,800K)
       250: PERCEPTIBLE_LOW_APP_ADJ (  268,800K)
       300: BACKUP_APP_ADJ (  307,200K)
       400: HEAVY_WEIGHT_APP_ADJ (  307,200K)
       500: SERVICE_ADJ (  307,200K)
       600: HOME_APP_ADJ (  307,200K)
       700: PREVIOUS_APP_ADJ (  307,200K)
       800: SERVICE_B_ADJ (  307,200K)
       900: CACHED_APP_MIN_ADJ (  307,200K)
       999: CACHED_APP_MAX_ADJ (  384,000K)

    Process OOM control (29 total, non-act at 6, non-svc at 6):

    mHomeProcess: ProcessRecord{8f35cbb 4798:com.google.android.apps.tv.launcherx/u0a43}
    mPreviousProcess: null


    Process LRU list (sorted by oom_adj, 29 total, non-act at 6, non-svc at 6):
    mPreviousProcessVisibleTime: 0

    mUidChangeDispatchCount=848
    Slow UID dispatches:
      android.app.ActivityManager$UidObserver: 0 / Max 3ms
      android.app.IUidObserver$Stub$Proxy: 0 / Max 3ms
      android.app.IUidObserver$Stub$Proxy: 0 / Max 11ms
      com.android.server.PinnerService$3: 0 / Max 1ms
      android.app.ActivityManager$UidObserver: 0 / Max 5ms
      com.android.server.vibrator.VibrationSettings$UidObserver: 0 / Max 1ms
      android.app.IUidObserver$Stub$Proxy: 0 / Max 7ms
      android.app.IUidObserver$Stub$Proxy: 0 / Max 7ms
      com.android.server.pm.ShortcutService$4: 0 / Max 2ms
      com.android.server.job.controllers.QuotaController$QcUidObserver: 0 / Max 1ms
      com.android.server.net.NetworkPolicyManagerService$4: 0 / Max 7ms
      android.app.IUidObserver$Stub$Proxy: 0 / Max 17ms
      android.app.ActivityManager$UidObserver: 0 / Max 7ms
      com.android.server.AppStateTrackerImpl$UidObserver: 0 / Max 6ms
      android.app.IUidObserver$Stub$Proxy: 0 / Max 13ms
      com.android.server.job.controllers.QuotaController$QcUidObserver: 0 / Max 5ms
      com.android.server.usage.UsageStatsService$3: 0 / Max 3ms
      com.android.server.job.JobSchedulerService$4: 0 / Max 18ms
      android.app.IUidObserver$Stub$Proxy: 0 / Max 10ms
      com.android.server.power.hint.HintManagerService$UidObserver: 0 / Max 7ms
    mDeviceIdleAllowlist=[2000, 10011, 10013, 10040, 10043, 10044, 10064]
    mDeviceIdleExceptIdleAllowlist=[2000, 10011, 10012, 10013, 10015, 10040, 10043, 10044, 10050, 10064]
    mDeviceIdleTempAllowlist=[]
    mFgsStartTempAllowList:
    mForceBackgroundCheck=false

  -------------------------------------------------------------------------------

  ACTIVITY MANAGER USERS (dumpsys activity users)
    mStartedUsers:
      User #0: state=RUNNING_UNLOCKED
    mStartedUserArray: [0]
    mUserLru: [0]
    mUserProfileGroupIds:
      User #0 -> profile #0
      User #10 -> profile #0
    mCurrentUserId:0
    mTargetUserId:-10000
    mLastActiveUsers:[]
    mDelayUserDataLocking:false
    shouldStopBackgroundUsersOnSwitch:false
    mMaxRunningUsers:3
    mUserSwitchUiEnabled:true
    mInitialized:true

  DUMP OF SERVICE meminfo:

  No process found for: com.eurosport.player


  DUMP OF SERVICE procstats:

  CURRENT STATS:
            Start time: 2024-05-06 16:53:59
          Total uptime: +48m34s543ms
    Total elapsed time: +48m34s543ms (partial) libart.so
       Aggregated over: 1

  System memory usage:
     SOn/Norm: 1 samples:
      Cached: 279MB min, 279MB avg, 279MB max
      Free: 150MB min, 150MB avg, 150MB max
      ZRam: 27MB min, 27MB avg, 27MB max
      Kernel: 198MB min, 198MB avg, 198MB max
      Native: 139MB min, 139MB avg, 139MB max

  Per-Package Stats:
    * com.android.vending / u0a50 / v84061718:
        * Asc com.google.android.finsky.services.LicensingService:
          Process: com.android.vending
          Active count 21: time 0.79%
          Total count 1: time 92%
          <- com.eurosport.player/u0a78 (com.eurosport.player):
               Active count 21: time 0.79%
               Total count 1: time 92%
    * com.eurosport.player / u0a78 / v636712330:
        * Prc com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 / u0a78 / v636712330:
               TOTAL: 92% (182MB-182MB-182MB/160MB-160MB-160MB/255MB-255MB-255MB over 1)
          Bnd TopFgs: 92% (182MB-182MB-182MB/160MB-160MB-160MB/255MB-255MB-255MB over 1)
        * Asc org.chromium.content.app.SandboxedProcessService0:0:
          Process: com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0
          Active count 21: time 0.79%
          Total count 1: time 92%
          <- com.eurosport.player/u0a78 (com.eurosport.player):
               Active count 21: time 0.79%
               Total count 1: time 92%
    * com.eurosport.player / u0a78 / v800000000:
        * Prc com.eurosport.player / u0a78 / v800000000:
               TOTAL: 92% (147MB-147MB-147MB/119MB-119MB-119MB/249MB-249MB-249MB over 1)
                 Top: 92% (147MB-147MB-147MB/119MB-119MB-119MB/249MB-249MB-249MB over 1)
    * com.android.providers.settings / 1000 / v31:
        * Asc com.android.providers.settings.SettingsProvider:
          Process: system
          Total count 1: time 100%
          <- com.android.localtransport/1000 (com.android.localtransport)
          <- com.android.tv.settings/1000 (com.android.tv.settings)
          <- com.google.android.chromecast.chromecastservice/1000 (com.google.android.chromecast.chromecastservice)
          <- com.android.bluetooth/1002 (com.android.bluetooth)
          <- com.android.providers.tv/u0a8 (com.android.providers.tv)
          <- android.process.media/u0a11 (com.android.providers.downloads)
          <- com.android.providers.calendar/u0a13 (com.android.providers.calendar)
          <- com.android.statementservice/u0a14 (com.android.statementservice)
          <- android.process.acore/u0a15 (com.android.providers.userdictionary)
          <- com.android.externalstorage/u0a18 (com.android.externalstorage)
          <- com.google.android.ext.services/u0a19 (com.google.android.ext.services)
          <- com.google.android.permissioncontroller/u0a21 (com.google.android.permissioncontroller)
          <- com.google.android.partnersetup/u0a35 (com.google.android.partnersetup)
          <- com.google.android.katniss:interactor/u0a36 (com.google.android.katniss)
          <- com.google.android.katniss:search/u0a36 (com.google.android.katniss)
          <- com.google.android.tungsten.setupwraith/u0a37 (com.google.android.tungsten.setupwraith)
          <- com.google.android.gms/u0a40 (com.google.android.gms)
          <- com.google.android.gms.persistent/u0a40 (com.google.android.gms)
          <- com.google.android.gms.unstable/u0a40 (com.google.android.gms)
          <- com.google.process.gapps/u0a40 (com.google.android.gsf)
          <- com.google.process.gservices/u0a40 (com.google.android.gsf)
          <- com.google.android.tv.dfuservice/u0a41 (com.google.android.tv.dfuservice)
          <- com.google.android.apps.tv.launcherx/u0a43 (com.google.android.apps.tv.launcherx)
          <- com.google.android.apps.tv.launcherx:coreservices/u0a43 (com.google.android.apps.tv.launcherx)
          <- com.google.android.apps.mediashell/u0a44 (com.google.android.apps.mediashell)
          <- com.google.android.apps.tv.dreamx/u0a45 (com.google.android.apps.tv.dreamx)
          <- com.android.systemui/u0a46 (com.android.systemui)
          <- com.google.android.tv.remote.service/u0a48 (com.google.android.tv.remote.service)
          <- com.android.vending/u0a50 (com.android.vending)
          <- com.android.vending:background/u0a50 (com.android.vending)
          <- com.google.android.tv.axel/u0a51 (com.google.android.tv.axel)
          <- com.google.android.tts/u0a52 (com.google.android.tts)
          <- com.google.android.play.games/u0a56 (com.google.android.play.games)
          <- com.google.android.syncadapters.calendar/u0a60 (com.google.android.syncadapters.calendar)
          <- com.droidlogic/u0a61 (com.droidlogic)
          <- com.google.android.videos/u0a62 (com.google.android.videos)
          <- com.google.android.inputmethod.latin/u0a63 (com.google.android.inputmethod.latin)
          <- com.netflix.ninja/u0a64 (com.netflix.ninja)
          <- com.google.android.youtube.tv/u0a65 (com.google.android.youtube.tv)
          <- com.google.android.youtube.tv.recommendations/u0a65 (com.google.android.youtube.tv)
          <- com.amazon.amazonvideo.livingroom/u0a67 (com.amazon.amazonvideo.livingroom)
          <- com.apple.atve.androidtv.appletv/u0a68 (com.apple.atve.androidtv.appletv)
          <- com.viaplay.android/u0a70 (com.viaplay.android)
          <- com.hbo.hbonow/u0a74 (com.hbo.hbonow)
          <- com.eurosport.player/u0a78 (com.eurosport.player):
               Total count 1: time 100% (running)
          <- com.google.android.apps.education.cast2class/u0a93 (com.google.android.apps.education.cast2class)
          <- com.android.providers.media.module/u0a99 (com.android.providers.media.module)
    Total procs: 0 shown of 38 total

  Process summary:
    * com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 / u0a78 / v636712330:
           TOTAL: 92% (182MB-182MB-182MB/160MB-160MB-160MB/255MB-255MB-255MB over 1)
      Bnd TopFgs: 92% (182MB-182MB-182MB/160MB-160MB-160MB/255MB-255MB-255MB over 1)
    * com.eurosport.player / u0a78 / v800000000:
           TOTAL: 92% (147MB-147MB-147MB/119MB-119MB-119MB/249MB-249MB-249MB over 1)
             Top: 92% (147MB-147MB-147MB/119MB-119MB-119MB/249MB-249MB-249MB over 1)

  Run time Stats:
     SOn/Norm: +48m34s519ms (running)
        TOTAL: +48m34s519ms

  Memory usage:
    Kernel : 198MB (8 samples)
    Native : 139MB (8 samples)
    Persist: 155MB (7 samples)
    Top: 136MB (1 samples)
    BTopFgs: 328MB (8 samples)
    Fgs: 125MB (5 samples)
    ImpFg: 118KB (1 samples)
    ImpBg: 13MB (14 samples)
    Service: 30MB (22 samples)
    Receivr: 3.9KB (5 samples)
    Home: 72MB (1 samples)
    LastAct: 12KB (1 samples)
    CchEmty: 169MB (18 samples)
    Cached : 279MB (8 samples)
    Free   : 150MB (8 samples)
    Z-Ram  : 27MB (8 samples)
    TOTAL  : 1.8GB

  PSS collection stats:
    Internal Single: 17x over +188ms
    Internal All Procs (Memory Change): 0x over 0
    Internal All Procs (Polling): 31x over +331ms
    External: 0x over 0
    External Slow: 2x over +333ms

  AGGREGATED OVER LAST 24 HOURS:
            Start time: 2024-05-05 14:34:40
          Total uptime: +23h30m20s836ms
    Total elapsed time: +23h30m20s836ms (partial) libart.so
       Aggregated over: 9

  System memory usage:
    SOff/Norm: 3 samples:
      Cached: 236MB min, 330MB avg, 381MB max
      Free: 86MB min, 121MB avg, 170MB max
      ZRam: 63MB min, 64MB avg, 64MB max
      Kernel: 193MB min, 196MB avg, 201MB max
      Native: 142MB min, 168MB avg, 183MB max
     SOn/Norm: 8 samples:
      Cached: 191MB min, 272MB avg, 390MB max
      Free: 61MB min, 150MB avg, 293MB max
      ZRam: 23MB min, 53MB avg, 69MB max
      Kernel: 160MB min, 201MB avg, 217MB max
      Native: 122MB min, 143MB avg, 188MB max

  Per-Package Stats:
    * com.android.vending / u0a50 / v84061718:
        * Asc com.google.android.finsky.services.LicensingService:
          Process: com.android.vending
          Active count 145: time 2.2%
          Total count 3: time 26%
          <- com.eurosport.player/u0a78 (com.eurosport.player):
               Active count 145: time 2.2%
               Total count 3: time 26%
    * com.eurosport.player / u0a78 / v636712330:
        * Prc com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 / u0a78 / v636712330:
               TOTAL: 26% (62MB-149MB-188MB/46MB-131MB-166MB/255MB-222MB-261MB over 11)
          Bnd TopFgs: 26% (62MB-149MB-188MB/46MB-131MB-166MB/255MB-222MB-261MB over 11)
        * Asc org.chromium.content.app.SandboxedProcessService0:0:
          Process: com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0
          Active count 144: time 2.2%
          Total count 3: time 26%
          <- com.eurosport.player/u0a78 (com.eurosport.player):
               Active count 144: time 2.2%
               Total count 3: time 26%
    * com.eurosport.player / u0a78 / v800000000:
        * Prc com.eurosport.player / u0a78 / v800000000:
               TOTAL: 26% (100MB-151MB-179MB/85MB-126MB-152MB/249MB-255MB-293MB over 19)
                 Top: 26% (100MB-151MB-179MB/85MB-126MB-152MB/249MB-255MB-293MB over 19)
    * com.android.providers.settings / 1000 / v31:
        * Asc com.android.providers.settings.SettingsProvider:
          Process: system
          Total count 9: time 100%
          <- com.android.localtransport/1000 (com.android.localtransport)
          <- com.android.tv.settings/1000 (com.android.tv.settings)
          <- com.google.android.chromecast.chromecastservice/1000 (com.google.android.chromecast.chromecastservice)
          <- com.android.bluetooth/1002 (com.android.bluetooth)
          <- com.android.providers.tv/u0a8 (com.android.providers.tv)
          <- android.process.media/u0a11 (com.android.providers.downloads)
          <- com.android.providers.calendar/u0a13 (com.android.providers.calendar)
          <- com.android.statementservice/u0a14 (com.android.statementservice)
          <- com.android.externalstorage/u0a18 (com.android.externalstorage)
          <- com.google.android.ext.services/u0a19 (com.google.android.ext.services)
          <- com.google.android.permissioncontroller/u0a21 (com.google.android.permissioncontroller)
          <- com.google.android.partnersetup/u0a35 (com.google.android.partnersetup)
          <- com.google.android.katniss:interactor/u0a36 (com.google.android.katniss)
          <- com.google.android.katniss:search/u0a36 (com.google.android.katniss)
          <- com.google.android.tungsten.setupwraith/u0a37 (com.google.android.tungsten.setupwraith)
          <- com.google.android.gms/u0a40 (com.google.android.gms)
          <- com.google.android.gms.persistent/u0a40 (com.google.android.gms)
          <- com.google.android.gms.unstable/u0a40 (com.google.android.gms)
          <- com.google.process.gapps/u0a40 (com.google.android.gsf)
          <- com.google.process.gservices/u0a40 (com.google.android.gsf)
          <- com.google.android.tv.dfuservice/u0a41 (com.google.android.tv.dfuservice)
          <- com.google.android.apps.tv.launcherx/u0a43 (com.google.android.apps.tv.launcherx)
          <- com.google.android.apps.tv.launcherx:coreservices/u0a43 (com.google.android.apps.tv.launcherx)
          <- com.google.android.apps.mediashell/u0a44 (com.google.android.apps.mediashell)
          <- com.google.android.apps.tv.dreamx/u0a45 (com.google.android.apps.tv.dreamx)
          <- com.android.systemui/u0a46 (com.android.systemui)
          <- com.google.android.tv.remote.service/u0a48 (com.google.android.tv.remote.service)
          <- com.android.vending/u0a50 (com.android.vending)
          <- com.android.vending:background/u0a50 (com.android.vending)
          <- com.google.android.tv.axel/u0a51 (com.google.android.tv.axel)
          <- com.google.android.tts/u0a52 (com.google.android.tts)
          <- com.google.android.play.games/u0a56 (com.google.android.play.games)
          <- com.google.android.syncadapters.calendar/u0a60 (com.google.android.syncadapters.calendar)
          <- com.droidlogic/u0a61 (com.droidlogic)
          <- com.google.android.videos/u0a62 (com.google.android.videos)
          <- com.google.android.inputmethod.latin/u0a63 (com.google.android.inputmethod.latin)
          <- com.netflix.ninja/u0a64 (com.netflix.ninja)
          <- com.google.android.youtube.tv/u0a65 (com.google.android.youtube.tv)
          <- com.google.android.youtube.tv.recommendations/u0a65 (com.google.android.youtube.tv)
          <- com.amazon.amazonvideo.livingroom/u0a67 (com.amazon.amazonvideo.livingroom)
          <- com.apple.atve.androidtv.appletv/u0a68 (com.apple.atve.androidtv.appletv)
          <- com.viaplay.android/u0a70 (com.viaplay.android)
          <- com.hbo.hbonow/u0a74 (com.hbo.hbonow)
          <- com.google.android.apps.education.cast2class/u0a93 (com.google.android.apps.education.cast2class)
          <- com.android.providers.media.module/u0a99 (com.android.providers.media.module)
          <- com.eurosport.player/u0a78 (com.eurosport.player):
               Total count 9: time 98%
          <- com.android.keychain/1000 (com.android.keychain)
          <- android.process.acore/u0a15 (com.android.providers.contacts)
          <- com.google.android.gms:snet/u0a40 (com.google.android.gms)
          <- com.android.vending:instant_app_installer/u0a50 (com.android.vending)
          <- com.android.vending:quick_launch/u0a50 (com.android.vending)
          <- com.formulaone.production/u0a75 (com.formulaone.production)
          <- android.process.acore/u0a15 (com.android.providers.userdictionary)
    * com.google.android.webview / u0a55 / v636712330:
        * Asc org.chromium.android_webview.services.MetricsBridgeService:
          Process: com.google.android.webview:webview_service
          Active count 4: time 0.00%
          Total count 3: time 9.8%
          <- com.google.android.webview:webview_apk/u0a55 (com.google.android.webview)
          <- com.eurosport.player/u0a78 (com.eurosport.player):
               Active count 2: time 0.00%
               Total count 1: time 0.00%
        * Asc org.chromium.android_webview.services.ComponentsProviderService:
          Process: com.google.android.webview:webview_service
          Active count 3: time 0.00%
          Total count 1: time 0.00%
          <- com.eurosport.player/u0a78 (com.eurosport.player):
               Active count 3: time 0.00%
               Total count 1: time 0.00%
        * Asc org.chromium.android_webview.services.VariationsSeedServer:
          Process: com.google.android.webview:webview_service
          Active count 1: time 0.00%
          Total count 1: time 0.00%
          <- com.eurosport.player/u0a78 (com.eurosport.player):
               Active count 1: time 0.00%
               Total count 1: time 0.00%
    * com.google.android.gms / u0a40 / v241616112:
        * Asc com.google.android.gms.chimera.GmsBoundBrokerService:
          Process: com.google.android.gms
          Active count 74: time 0.50%
          Total count 57: time 0.60%
          <- com.google.android.gms.persistent/u0a40 (com.google.android.gms)
          <- com.google.android.inputmethod.latin/u0a63 (com.google.android.inputmethod.latin)
          <- com.google.android.katniss:search/u0a36 (com.google.android.katniss)
          <- com.eurosport.player/u0a78 (com.eurosport.player):
               Active count 7: time 0.02%
               Total count 1: time 0.02%
          <- com.android.vending/u0a50 (com.android.vending)
        * Asc com.google.android.gms.ads.identifier.service.AdvertisingIdService:
          Process: com.google.android.gms
          Active count 18: time 0.00%
          Total count 20: time 0.00%
          <- com.google.android.apps.tv.launcherx/u0a43 (com.google.android.apps.tv.launcherx)
          <- com.eurosport.player/u0a78 (com.eurosport.player):
               Active count 10: time 0.00%
               Total count 10: time 0.00%
          <- com.formulaone.production/u0a75 (com.formulaone.production)
          <- com.android.vending/u0a50 (com.android.vending)
        * Asc com.google.android.gms.chimera.PersistentDirectBootAwareApiService:
          Process: com.google.android.gms.persistent
          Active count 129: time 100%
          Total count 10: time 100%
          <- com.google.android.apps.tv.launcherx:coreservices/u0a43 (com.google.android.apps.tv.launcherx)
          <- com.google.android.tv.remote.service/u0a48 (com.google.android.tv.remote.service)
          <- com.google.android.tv.remotecontrol.logging/u0a33 (com.google.android.tv.remotecontrol.logging)
          <- com.google.android.tv.axel/u0a51 (com.google.android.tv.axel)
          <- com.google.android.apps.mediashell/u0a44 (com.google.android.apps.mediashell)
          <- com.google.android.apps.tv.dreamx/u0a45 (com.google.android.apps.tv.dreamx)
          <- com.google.android.apps.tv.launcherx/u0a43 (com.google.android.apps.tv.launcherx)
          <- com.google.android.gms/u0a40 (com.google.android.gms)
          <- com.google.android.katniss:interactor/u0a36 (com.google.android.katniss)
          <- com.google.android.katniss:search/u0a36 (com.google.android.katniss)
          <- com.eurosport.player/u0a78 (com.eurosport.player):
               Active count 9: time 0.06%
               Total count 3: time 0.06%
          <- com.google.android.gms.unstable/u0a40 (com.google.android.gms)
          <- com.google.android.gms:snet/u0a40 (com.google.android.gms)
          <- com.android.vending/u0a50 (com.android.vending)
          <- com.google.android.tts/u0a52 (com.google.android.tts)
          <- com.google.android.videos/u0a62 (com.google.android.videos)
          <- com.google.android.inputmethod.latin/u0a63 (com.google.android.inputmethod.latin)
          <- com.google.android.syncadapters.calendar/u0a60 (com.google.android.syncadapters.calendar)
          <- com.google.android.apps.education.cast2class/u0a93 (com.google.android.apps.education.cast2class)
          <- com.google.android.tungsten.setupwraith/u0a37 (com.google.android.tungsten.setupwraith)
          <- com.android.vending:background/u0a50 (com.android.vending)
        * Asc com.google.android.gms.phenotype.provider.ConfigurationProvider:
          Process: com.google.android.gms.persistent
          Active count 22: time 0.09%
          Total count 53: time 0.44%
          <- com.google.android.apps.tv.dreamx/u0a45 (com.google.android.apps.tv.dreamx)
          <- com.google.android.gms/u0a40 (com.google.android.gms)
          <- com.google.android.katniss:interactor/u0a36 (com.google.android.katniss)
          <- com.formulaone.production/u0a75 (com.formulaone.production)
          <- com.google.android.katniss:search/u0a36 (com.google.android.katniss)
          <- com.google.android.apps.tv.launcherx/u0a43 (com.google.android.apps.tv.launcherx)
          <- com.google.android.tv.remotecontrol.logging/u0a33 (com.google.android.tv.remotecontrol.logging)
          <- com.eurosport.player/u0a78 (com.eurosport.player):
               Active count 1: time 0.01%
               Total count 1: time 0.01%
          <- com.google.android.tv.remote.service/u0a48 (com.google.android.tv.remote.service)
          <- com.google.android.tungsten.setupwraith/u0a37 (com.google.android.tungsten.setupwraith)
          <- com.google.android.gms.unstable/u0a40 (com.google.android.gms)
          <- com.android.vending/u0a50 (com.android.vending)
          <- com.google.android.youtube.tv.recommendations/u0a65 (com.google.android.youtube.tv)
          <- com.google.android.videos/u0a62 (com.google.android.videos)
          <- com.google.android.tts/u0a52 (com.google.android.tts)
          <- com.google.android.syncadapters.calendar/u0a60 (com.google.android.syncadapters.calendar)
          <- com.viaplay.android/u0a70 (com.viaplay.android)
          <- com.google.android.apps.education.cast2class/u0a93 (com.google.android.apps.education.cast2class)
          <- com.google.android.gms:snet/u0a40 (com.google.android.gms)
          <- com.google.android.inputmethod.latin/u0a63 (com.google.android.inputmethod.latin)
          <- com.google.android.apps.tv.launcherx:coreservices/u0a43 (com.google.android.apps.tv.launcherx)
        * Asc com.google.android.gms.fonts.provider.FontsProvider:
          Process: com.google.android.gms.persistent
          Active count 4: time 0.01%
          Total count 1: time 0.01%
          <- com.eurosport.player/u0a78 (com.eurosport.player):
               Active count 4: time 0.01%
               Total count 1: time 0.01%
    Total procs: 0 shown of 64 total

  Process summary:
    * com.eurosport.player / u0a78 / v800000000:
           TOTAL: 26% (100MB-151MB-179MB/85MB-126MB-152MB/249MB-255MB-293MB over 19)
             Top: 26% (100MB-151MB-179MB/85MB-126MB-152MB/249MB-255MB-293MB over 19)
    * com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 / u0a78 / v636712330:
           TOTAL: 26% (62MB-149MB-188MB/46MB-131MB-166MB/255MB-222MB-261MB over 11)
      Bnd TopFgs: 26% (62MB-149MB-188MB/46MB-131MB-166MB/255MB-222MB-261MB over 11)

  Run time Stats:
    SOff/Norm: +8h36m1s991ms
     SOn/Norm: +14h54m18s762ms
        TOTAL: +23h30m20s753ms

  Memory usage:
    Kernel : 199MB (77 samples)
    Native : 152MB (77 samples)
    Persist: 177MB (194 samples)
    Top: 109MB (80 samples)
    BTopFgs: 180MB (607 samples)
    Fgs: 134MB (179 samples)
    ImpFg: 57KB (62 samples)
    ImpBg: 22MB (808 samples)
    Service: 46MB (1020 samples)
    Receivr: 1.3KB (536 samples)
    Home: 76MB (99 samples)
    LastAct: 1.6MB (219 samples)
    CchAct: 184MB (38 samples)
    CchCAct: 248 (47 samples)
    CchEmty: 260MB (565 samples)
    Cached : 293MB (77 samples)
    Free   : 139MB (77 samples)
    Z-Ram  : 57MB (77 samples)
    TOTAL  : 2.0GB
    ServRst: 1.0KB (158 samples)

  PSS collection stats:
    Internal Single: 950x over +9s573ms
    Internal All Procs (Memory Change): 40x over +306ms
    Internal All Procs (Polling): 271x over +2s341ms
    External: 0x over 0
    External Slow: 49x over +8s169ms

  AGGREGATED OVER LAST 3 HOURS:
            Start time: 2024-05-06 13:53:53
          Total uptime: +3h48m40s472ms
    Total elapsed time: +3h48m40s472ms (partial) libart.so
       Aggregated over: 2

  System memory usage:
     SOn/Norm: 2 samples:
      Cached: 279MB min, 334MB avg, 390MB max
      Free: 150MB min, 221MB avg, 293MB max
      ZRam: 23MB min, 25MB avg, 27MB max
      Kernel: 160MB min, 179MB avg, 198MB max
      Native: 122MB min, 131MB avg, 139MB max

  Per-Package Stats:
    * com.android.vending / u0a50 / v84061718:
        * Asc com.google.android.finsky.services.LicensingService:
          Process: com.android.vending
          Active count 76: time 0.32%
          Total count 2: time 87%
          <- com.eurosport.player/u0a78 (com.eurosport.player):
               Active count 76: time 0.32%
               Total count 2: time 87%
    * com.eurosport.player / u0a78 / v636712330:
        * Prc com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 / u0a78 / v636712330:
               TOTAL: 87% (62MB-143MB-188MB/46MB-123MB-166MB/255MB-218MB-261MB over 7)
          Bnd TopFgs: 87% (62MB-143MB-188MB/46MB-123MB-166MB/255MB-218MB-261MB over 7)
        * Asc org.chromium.content.app.SandboxedProcessService0:0:
          Process: com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0
          Active count 75: time 0.32%
          Total count 2: time 87%
          <- com.eurosport.player/u0a78 (com.eurosport.player):
               Active count 75: time 0.32%
               Total count 2: time 87%
    * com.eurosport.player / u0a78 / v800000000:
        * Prc com.eurosport.player / u0a78 / v800000000:
               TOTAL: 87% (130MB-157MB-179MB/106MB-130MB-152MB/249MB-266MB-293MB over 12)
                 Top: 87% (130MB-157MB-179MB/106MB-130MB-152MB/249MB-266MB-293MB over 12)
    * com.android.providers.settings / 1000 / v31:
        * Asc com.android.providers.settings.SettingsProvider:
          Process: system
          Total count 2: time 100%
          <- com.android.localtransport/1000 (com.android.localtransport)
          <- com.android.tv.settings/1000 (com.android.tv.settings)
          <- com.google.android.chromecast.chromecastservice/1000 (com.google.android.chromecast.chromecastservice)
          <- com.android.bluetooth/1002 (com.android.bluetooth)
          <- com.android.providers.tv/u0a8 (com.android.providers.tv)
          <- android.process.media/u0a11 (com.android.providers.downloads)
          <- com.android.providers.calendar/u0a13 (com.android.providers.calendar)
          <- com.android.statementservice/u0a14 (com.android.statementservice)
          <- android.process.acore/u0a15 (com.android.providers.userdictionary)
          <- com.android.externalstorage/u0a18 (com.android.externalstorage)
          <- com.google.android.ext.services/u0a19 (com.google.android.ext.services)
          <- com.google.android.permissioncontroller/u0a21 (com.google.android.permissioncontroller)
          <- com.google.android.partnersetup/u0a35 (com.google.android.partnersetup)
          <- com.google.android.katniss:interactor/u0a36 (com.google.android.katniss)
          <- com.google.android.katniss:search/u0a36 (com.google.android.katniss)
          <- com.google.android.tungsten.setupwraith/u0a37 (com.google.android.tungsten.setupwraith)
          <- com.google.android.gms/u0a40 (com.google.android.gms)
          <- com.google.android.gms.persistent/u0a40 (com.google.android.gms)
          <- com.google.android.gms.unstable/u0a40 (com.google.android.gms)
          <- com.google.process.gapps/u0a40 (com.google.android.gsf)
          <- com.google.process.gservices/u0a40 (com.google.android.gsf)
          <- com.google.android.tv.dfuservice/u0a41 (com.google.android.tv.dfuservice)
          <- com.google.android.apps.tv.launcherx/u0a43 (com.google.android.apps.tv.launcherx)
          <- com.google.android.apps.tv.launcherx:coreservices/u0a43 (com.google.android.apps.tv.launcherx)
          <- com.google.android.apps.mediashell/u0a44 (com.google.android.apps.mediashell)
          <- com.google.android.apps.tv.dreamx/u0a45 (com.google.android.apps.tv.dreamx)
          <- com.android.systemui/u0a46 (com.android.systemui)
          <- com.google.android.tv.remote.service/u0a48 (com.google.android.tv.remote.service)
          <- com.android.vending/u0a50 (com.android.vending)
          <- com.android.vending:background/u0a50 (com.android.vending)
          <- com.google.android.tv.axel/u0a51 (com.google.android.tv.axel)
          <- com.google.android.tts/u0a52 (com.google.android.tts)
          <- com.google.android.play.games/u0a56 (com.google.android.play.games)
          <- com.google.android.syncadapters.calendar/u0a60 (com.google.android.syncadapters.calendar)
          <- com.droidlogic/u0a61 (com.droidlogic)
          <- com.google.android.videos/u0a62 (com.google.android.videos)
          <- com.google.android.inputmethod.latin/u0a63 (com.google.android.inputmethod.latin)
          <- com.netflix.ninja/u0a64 (com.netflix.ninja)
          <- com.google.android.youtube.tv/u0a65 (com.google.android.youtube.tv)
          <- com.google.android.youtube.tv.recommendations/u0a65 (com.google.android.youtube.tv)
          <- com.amazon.amazonvideo.livingroom/u0a67 (com.amazon.amazonvideo.livingroom)
          <- com.apple.atve.androidtv.appletv/u0a68 (com.apple.atve.androidtv.appletv)
          <- com.viaplay.android/u0a70 (com.viaplay.android)
          <- com.hbo.hbonow/u0a74 (com.hbo.hbonow)
          <- com.google.android.apps.education.cast2class/u0a93 (com.google.android.apps.education.cast2class)
          <- com.android.providers.media.module/u0a99 (com.android.providers.media.module)
          <- com.eurosport.player/u0a78 (com.eurosport.player):
               Total count 2: time 89%
    * com.google.android.webview / u0a55 / v636712330:
        * Asc org.chromium.android_webview.services.MetricsBridgeService:
          Process: com.google.android.webview:webview_service
          Active count 4: time 0.00%
          Total count 2: time 28%
          <- com.google.android.webview:webview_apk/u0a55 (com.google.android.webview)
          <- com.eurosport.player/u0a78 (com.eurosport.player):
               Active count 2: time 0.00%
               Total count 1: time 0.01%
        * Asc org.chromium.android_webview.services.ComponentsProviderService:
          Process: com.google.android.webview:webview_service
          Active count 3: time 0.00%
          Total count 1: time 0.00%
          <- com.eurosport.player/u0a78 (com.eurosport.player):
               Active count 3: time 0.00%
               Total count 1: time 0.00%
        * Asc org.chromium.android_webview.services.VariationsSeedServer:
          Process: com.google.android.webview:webview_service
          Active count 1: time 0.00%
          Total count 1: time 0.01%
          <- com.eurosport.player/u0a78 (com.eurosport.player):
               Active count 1: time 0.00%
               Total count 1: time 0.01%
    * com.google.android.gms / u0a40 / v241616112:
        * Asc com.google.android.gms.chimera.GmsBoundBrokerService:
          Process: com.google.android.gms
          Active count 10: time 0.24%
          Total count 4: time 0.45%
          <- com.google.android.gms.persistent/u0a40 (com.google.android.gms)
          <- com.eurosport.player/u0a78 (com.eurosport.player):
               Active count 7: time 0.11%
               Total count 1: time 0.12%
          <- com.android.vending/u0a50 (com.android.vending)
          <- com.google.android.katniss:search/u0a36 (com.google.android.katniss)
        * Asc com.google.android.gms.ads.identifier.service.AdvertisingIdService:
          Process: com.google.android.gms
          Active count 12: time 0.00%
          Total count 12: time 0.00%
          <- com.google.android.apps.tv.launcherx/u0a43 (com.google.android.apps.tv.launcherx)
          <- com.eurosport.player/u0a78 (com.eurosport.player):
               Active count 10: time 0.00%
               Total count 10: time 0.00%
        * Asc com.google.android.gms.chimera.PersistentDirectBootAwareApiService:
          Process: com.google.android.gms.persistent
          Active count 38: time 100%
          Total count 2: time 100%
          <- com.google.android.apps.tv.launcherx:coreservices/u0a43 (com.google.android.apps.tv.launcherx)
          <- com.google.android.tv.remote.service/u0a48 (com.google.android.tv.remote.service)
          <- com.google.android.tv.remotecontrol.logging/u0a33 (com.google.android.tv.remotecontrol.logging)
          <- com.google.android.tv.axel/u0a51 (com.google.android.tv.axel)
          <- com.google.android.apps.mediashell/u0a44 (com.google.android.apps.mediashell)
          <- com.google.android.apps.tv.dreamx/u0a45 (com.google.android.apps.tv.dreamx)
          <- com.google.android.gms/u0a40 (com.google.android.gms)
          <- com.google.android.apps.tv.launcherx/u0a43 (com.google.android.apps.tv.launcherx)
          <- com.eurosport.player/u0a78 (com.eurosport.player):
               Active count 9: time 0.35%
               Total count 3: time 0.36%
          <- com.google.android.katniss:interactor/u0a36 (com.google.android.katniss)
          <- com.google.android.gms.unstable/u0a40 (com.google.android.gms)
          <- com.google.android.katniss:search/u0a36 (com.google.android.katniss)
          <- com.google.android.tts/u0a52 (com.google.android.tts)
          <- com.android.vending/u0a50 (com.android.vending)
          <- com.google.android.tungsten.setupwraith/u0a37 (com.google.android.tungsten.setupwraith)
        * Asc com.google.android.gms.phenotype.provider.ConfigurationProvider:
          Process: com.google.android.gms.persistent
          Active count 4: time 0.09%
          Total count 9: time 0.47%
          <- com.eurosport.player/u0a78 (com.eurosport.player):
               Active count 1: time 0.04%
               Total count 1: time 0.04%
          <- com.google.android.tungsten.setupwraith/u0a37 (com.google.android.tungsten.setupwraith)
          <- com.google.android.gms.unstable/u0a40 (com.google.android.gms)
          <- com.google.android.gms/u0a40 (com.google.android.gms)
          <- com.viaplay.android/u0a70 (com.viaplay.android)
          <- com.google.android.youtube.tv.recommendations/u0a65 (com.google.android.youtube.tv)
          <- com.google.android.katniss:search/u0a36 (com.google.android.katniss)
          <- com.google.android.tts/u0a52 (com.google.android.tts)
        * Asc com.google.android.gms.fonts.provider.FontsProvider:
          Process: com.google.android.gms.persistent
          Active count 4: time 0.04%
          Total count 1: time 0.05%
          <- com.eurosport.player/u0a78 (com.eurosport.player):
               Active count 4: time 0.04%
               Total count 1: time 0.05%
    Total procs: 0 shown of 47 total

  Process summary:
    * com.eurosport.player / u0a78 / v800000000:
           TOTAL: 87% (130MB-157MB-179MB/106MB-130MB-152MB/249MB-266MB-293MB over 12)
             Top: 87% (130MB-157MB-179MB/106MB-130MB-152MB/249MB-266MB-293MB over 12)
    * com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 / u0a78 / v636712330:
           TOTAL: 87% (62MB-143MB-188MB/46MB-123MB-166MB/255MB-218MB-261MB over 7)
      Bnd TopFgs: 87% (62MB-143MB-188MB/46MB-123MB-166MB/255MB-218MB-261MB over 7)

  Run time Stats:
     SOn/Norm: +3h48m40s440ms
        TOTAL: +3h48m40s440ms

  Memory usage:
    Kernel : 179MB (16 samples)
    Native : 131MB (16 samples)
    Persist: 161MB (32 samples)
    Top: 157MB (18 samples)
    BTopFgs: 295MB (91 samples)
    Fgs: 128MB (32 samples)
    ImpFg: 81KB (7 samples)
    ImpBg: 15MB (76 samples)
    Service: 31MB (106 samples)
    Receivr: 1.2KB (31 samples)
    Home: 77MB (13 samples)
    LastAct: 438KB (6 samples)
    CchEmty: 252MB (108 samples)
    Cached : 334MB (16 samples)
    Free   : 221MB (16 samples)
    Z-Ram  : 25MB (16 samples)
    TOTAL  : 2.0GB

  PSS collection stats:
    Internal Single: 189x over +2s161ms
    Internal All Procs (Memory Change): 0x over 0
    Internal All Procs (Polling): 57x over +523ms
    External: 0x over 0
    External Slow: 8x over +1s347ms

  DUMP OF SERVICE usagestats:

  user=0 
    Last 24 hour events (timeRange="05/05/2024, 17:42 โ€“ 06/05/2024, 17:42" )
      time="2024-05-06 05:00:58" type=STANDBY_BUCKET_CHANGED package=com.eurosport.player standbyBucket=20 reason=t flags=0x0 
      time="2024-05-06 10:51:07" type=STANDBY_BUCKET_CHANGED package=com.eurosport.player standbyBucket=20 reason=t flags=0x0 
      time="2024-05-06 14:18:53" type=ACTIVITY_RESUMED package=com.eurosport.player class=com.eurosport.player.MainActivity instanceId=117536073 taskRootPackage=com.eurosport.player taskRootClass=com.eurosport.player.MainActivity flags=0x0 
      time="2024-05-06 14:18:53" type=STANDBY_BUCKET_CHANGED package=com.eurosport.player standbyBucket=10 reason=u-si flags=0x0 
      time="2024-05-06 17:38:47" type=ACTIVITY_STOPPED package=com.eurosport.player class=com.eurosport.player.MainActivity instanceId=117536073 taskRootPackage=com.eurosport.player taskRootClass=com.eurosport.player.MainActivity flags=0x0 
    In-memory daily stats
    timeRange="06/05/2024, 14:16โ€“17:38" 
      packages
        package=com.eurosport.player totalTimeUsed="3:19:53" lastTimeUsed="2024-05-06 17:38:47" totalTimeVisible="3:19:53" lastTimeVisible="2024-05-06 17:38:47" lastTimeComponentUsed="2024-05-06 14:18:53" totalTimeFS="00:00" lastTimeFS="1970-01-01 01:00:00" appLaunchCount=1 
      
      ChooserCounts
        package=com.eurosport.player 
    In-memory weekly stats
    timeRange="30/04/2024, 14:14 โ€“ 06/05/2024, 17:38" 
      packages
        package=com.eurosport.player totalTimeUsed="8:08:10" lastTimeUsed="2024-05-06 17:38:47" totalTimeVisible="8:08:10" lastTimeVisible="2024-05-06 17:38:47" lastTimeComponentUsed="2024-05-06 14:18:53" totalTimeFS="00:00" lastTimeFS="1970-01-01 01:00:00" appLaunchCount=4 
      
      ChooserCounts
        package=com.eurosport.player 
    In-memory monthly stats
    timeRange="23/04/2024, 14:12 โ€“ 06/05/2024, 17:38" 
      packages
        package=com.eurosport.player totalTimeUsed="9:18:50" lastTimeUsed="2024-05-06 17:38:47" totalTimeVisible="9:18:53" lastTimeVisible="2024-05-06 17:38:47" lastTimeComponentUsed="2024-05-06 14:18:53" totalTimeFS="00:00" lastTimeFS="1970-01-01 01:00:00" appLaunchCount=8 
      
      ChooserCounts
        package=com.eurosport.player 
    In-memory yearly stats
    timeRange="23/04/2024, 14:12 โ€“ 06/05/2024, 17:38" 
      packages
        package=com.eurosport.player totalTimeUsed="9:18:50" lastTimeUsed="2024-05-06 17:38:47" totalTimeVisible="9:18:53" lastTimeVisible="2024-05-06 17:38:47" lastTimeComponentUsed="2024-05-06 14:18:53" totalTimeFS="00:00" lastTimeFS="1970-01-01 01:00:00" appLaunchCount=8 
      
      ChooserCounts
        package=com.eurosport.player 
    

  Usage Source=TASK_ROOT_ACTIVITY 

    App Time Limits
     User  userId=0
   Currently Active:com.google.android.apps.tv.launcherx, 
   Observed Entities:


  User 0 App Standby States:
    package=com.eurosport.player u=0 bucket=10 reason=u-si used=+3h23m40s673ms usedByUser=+3h23m40s673ms usedScr=+3h23m40s673ms lastPred=+417d23h18m51s533ms activeLeft=+1m49s765ms wsLeft=-463d19h48m23s958ms lastJob=-24855d3h14m7s850ms idle=n
    
    totalElapsedTime=+463d19h48m23s958ms
    totalScreenOnTime=+157d7h31m35s244ms

  DUMP OF SERVICE batterystats:

  Statistics since last charge:
    System starts: 696, currently on battery: false
    Estimated battery capacity: 1000 mAh
    Time on battery: 0ms (0.0%) realtime, 0ms (--%) uptime
    Time on battery screen off: 0ms (--%) realtime, 0ms (--%) uptime
    Time on battery screen doze: 0ms (--%)
    Total run time: 412d 0h 48m 45s 827ms realtime, 412d 0h 48m 45s 836ms uptime
    Charge time remaining: 50m 0s 0ms 
    Discharge: 0 mAh
    Screen off discharge: 0 mAh
    Screen doze discharge: 0 mAh
    Screen on discharge: 0 mAh
    Device light doze discharge: 0 mAh
    Device deep doze discharge: 0 mAh
    Start clock time: 2024-05-06-10-50-45
    Screen on: 0ms (--%) 0x, Interactive: 0ms (--%)
    Screen brightnesses: (no activity)
    Connectivity changes: 1718

    CONNECTIVITY POWER SUMMARY START
    Logging duration for connectivity statistics: 0ms 
    Cellular Statistics:
       Cellular kernel active time: 0ms (--%)
       Cellular Sleep time:  0ms (--%)
       Cellular Idle time:   0ms (--%)
       Cellular Rx time:     0ms (--%)
       Cellular Tx time:     
         less than 0dBm:  0ms (--%)
         0dBm to 8dBm:  0ms (--%)
         8dBm to 15dBm:  0ms (--%)
         15dBm to 20dBm:  0ms (--%)
         above 20dBm:  0ms (--%)
       Cellular data received: 0B
       Cellular data sent: 0B
       Cellular packets received: 0
       Cellular packets sent: 0
       Cellular Radio Access Technology: (no activity)
       Cellular Rx signal strength (RSRP): (no activity)
    Wifi Statistics:
       Wifi kernel active time: 0ms (--%)
       WiFi Scan time:  0ms (--%)
       WiFi Sleep time:  0ms (--%)
       WiFi Idle time:   0ms (--%)
       WiFi Rx time:     0ms (--%)
       WiFi Tx time:     0ms (--%)
       Wifi data received: 0B
       Wifi data sent: 0B
       Wifi packets received: 0
       Wifi packets sent: 0
       Wifi states: (no activity)
       Wifi supplicant states: (no activity)
       Wifi Rx signal strength (RSSI): (no activity)
    GPS Statistics:
       GPS signal quality (Top 4 Average CN0):
        poor (less than 20 dBHz): 0ms (--%) 
        good (greater than 20 dBHz): 0ms (--%) 
    CONNECTIVITY POWER SUMMARY END

    Bluetooth total received: 0B, sent: 0B
    Bluetooth scan time: 0ms 
       Bluetooth Idle time:   0ms (--%)
       Bluetooth Rx time:     0ms (--%)
       Bluetooth Tx time:     0ms (--%)

    Device battery use since last full charge
      Amount discharged (lower bound): 0
      Amount discharged (upper bound): 0
      Amount discharged while screen on: 0
      Amount discharged while screen off: 0
      Amount discharged while screen doze: 0

    Estimated power use (mAh):
      Capacity: 1000, Computed drain: 0, actual drain: 0
      Global
    CPU freqs: 100000 250000 500000 667000 1000000 1200000 1404000 1500000 1608000 1704000 1800000 1908000

    1000:
      Wake lock *job*/com.android.networkstack.inprocess/com.android.server.connectivity.ipmemorystore.RegularMaintenanceJobService realtime
      Wake lock ActivityManager-Sleep realtime
      Wake lock *job*/android/com.android.server.net.watchlist.ReportWatchlistJobService realtime
      Wake lock GCoreFlp realtime
      Wake lock *dexopt* realtime
      Wake lock *job*/android/com.android.server.content.SyncJobService realtime
      Wake lock WiredAccessoryManager realtime
      Wake lock NlpWakeLock realtime
      Wake lock FusedLocation realtime
      Wake lock *alarm* realtime
      Wake lock time_detector realtime
      Wake lock PhoneWindowManager.mPowerKeyWakeLock realtime
      Wake lock *job*/android/com.android.server.pm.DynamicCodeLoggingService realtime
      Wake lock AudioMix realtime
      Wake lock com.android.server.stats.StatsCompanionService.PullingAlarmListener realtime
      Wake lock *vibrator* realtime
      Wake lock *launch* realtime
      Wake lock NetworkStats realtime
      Wake lock *job*/android/com.android.server.blob.BlobStoreIdleJobService realtime
      Wake lock *job*/android/com.android.server.usage.UsageStatsIdleService realtime
      Wake lock *job*/com.android.providers.settings/.WriteFallbackSettingsFilesJobService realtime
      Wake lock *job*/android/com.android.server.people.data.DataMaintenanceService realtime
      Wake lock PendingIntentClient realtime
      Wake lock *job*/android/com.android.server.backup.FullBackupJob realtime
      Wake lock *job*/android/com.android.server.PruneInstantAppsJobService realtime
      Wake lock *location* realtime
      Wake lock handleAudioDeviceEvent realtime
      Wake lock com.android.server.stats.StatsManagerService realtime
      Wake lock *job*/android/com.android.server.camera.CameraStatsJobService realtime
      Wake lock WindowManager realtime
      Wake lock NetworkLocationLocator realtime
      Wake lock *job*/android/com.android.server.MountServiceIdler realtime
      Wake lock NetworkTimeUpdateService realtime
      Wake lock ShutdownThread-cpu realtime
      Wake lock *job*/android/com.android.server.pm.BackgroundDexOptService realtime
      Wake lock deviceidle_maint realtime
      Wake lock ConnectivityService realtime
      Wake lock startDream realtime
      Wake lock SyncLoopWakeLock realtime
      Wake lock SCREEN_FROZEN realtime
      Wake lock *job*/android/com.android.server.backup.KeyValueBackupJob realtime
      Wake lock deviceidle_going_idle realtime
      Wake lock *job*/android/com.android.server.storage.DiskStatsLoggingService realtime
      Job android/com.android.server.MountServiceIdler: (not used)
      Job android/com.android.server.backup.FullBackupJob: (not used)
      Job android/com.android.server.PruneInstantAppsJobService: (not used)
      Job com.android.networkstack.inprocess/com.android.server.connectivity.ipmemorystore.RegularMaintenanceJobService: (not used)
      Job android/com.android.server.backup.KeyValueBackupJob: (not used)
      Job android/com.android.server.blob.BlobStoreIdleJobService: (not used)
      Job android/com.android.server.pm.BackgroundDexOptService: (not used)
      Job android/com.android.server.storage.DiskStatsLoggingService: (not used)
      Job android/com.android.server.camera.CameraStatsJobService: (not used)
      Job com.android.providers.settings/.WriteFallbackSettingsFilesJobService: (not used)
      Job android/com.android.server.net.watchlist.ReportWatchlistJobService: (not used)
      Job android/com.android.server.usage.UsageStatsIdleService: (not used)
      Job android/com.android.server.people.data.DataMaintenanceService: (not used)
      Job android/com.android.server.pm.DynamicCodeLoggingService: (not used)
      Job android/com.android.server.content.SyncJobService: (not used)
      Apk com.android.location.fused:
        Service com.android.location.fused.FusedLocationService:
          Created for: 0ms uptime
          Starts: 0, launches: 1
      Apk com.android.networkstack.tethering.inprocess:
        Service com.android.networkstack.tethering.TetheringService:
          Created for: 0ms uptime
          Starts: 0, launches: 691
      Apk com.android.localtransport:
        (nothing executed)
      Apk com.android.keychain:
        (nothing executed)
      Apk com.android.server.telecom:
        Service com.android.server.telecom.components.TelecomService:
          Created for: 0ms uptime
          Starts: 0, launches: 691
      Apk com.android.providers.settings:
        (nothing executed)
      Apk android:
        (nothing executed)
      Apk com.droidlogic:
        Service com.droidlogic.btpair.DialogBluetoothService:
          Created for: 0ms uptime
          Starts: 117, launches: 117
        Service com.droidlogic.NtpService:
          Created for: 0ms uptime
          Starts: 117, launches: 117
        Service com.droidlogic.NetflixService:
          Created for: 0ms uptime
          Starts: 117, launches: 117
        Service com.droidlogic.ShuntdownService:
          Created for: 0ms uptime
          Starts: 117, launches: 117
      Apk com.android.networkstack.inprocess:
        Service com.android.server.NetworkStackService:
          Created for: 0ms uptime
          Starts: 0, launches: 691
      Apk com.android.dynsystem:
        (nothing executed)
      Apk com.google.android.chromecast.chromecastservice:
        Service com.google.android.chromecast.chromecastservice.hdmi.HdmiMetricsService:
          Created for: 0ms uptime
          Starts: 481, launches: 481
        Service com.google.android.chromecast.chromecastservice.DeviceCheckService:
          Created for: 0ms uptime
          Starts: 691, launches: 691
        Service com.google.android.chromecast.chromecastservice.DisplayDensityManagerService:
          Created for: 0ms uptime
          Starts: 691, launches: 691
        Service com.google.android.chromecast.chromecastservice.LedControlService:
          Created for: 0ms uptime
          Starts: 691, launches: 691
        Service com.google.android.chromecast.chromecastservice.BtDeviceService:
          Created for: 0ms uptime
          Starts: 691, launches: 691
        Service com.google.android.chromecast.chromecastservice.DeveloperOptionsChangeListenerService:
          Created for: 0ms uptime
          Starts: 691, launches: 691
    u0a78:
      Wake lock *dexopt* realtime
      Wake lock AudioMix realtime
      Wake lock *launch* realtime
      Wake lock Icing realtime
      Wake lock WindowManager realtime
      Apk com.eurosport.player:
        Service org.chromium.content.app.SandboxedProcessService0:2:
          Created for: 0ms uptime
          Starts: 0, launches: 1
        Service org.chromium.content.app.SandboxedProcessService0:0:
          Created for: 0ms uptime
          Starts: 0, launches: 41

  Total cpu time reads: 0

  Batched cpu time reads: 0

  Batching Duration (min): 411

  All UID cpu time reads since the later of device start or stats reset: 92

  UIDs removed since the later of device start or stats reset: 4
Thanks for your quick response, I like the learning path for me here as well!

@darkrain-nl
When interested people like you want to learn, I will happily pass on all of my knowledge!

The ultimate goal is to write an ADB command that will launch the app. In the latest release, the command I used was:

adb shell am start -n com.eurosport.player/.ui.activities.MainActivity

Normally, what I will do is look at your app shortcut request, specifically this section:

mSurface=Surface(name=com.eurosport.player/com.eurosport.player.MainActivity)

and I will write an ADB command that generally matches it.

In your case, I should have written this:

adb shell am start -n com.eurosport.player/com.eurosport.player.MainActivity

or this (same command, just shortened)

adb shell am start -n com.eurosport.player/.MainActivity

Sometimes (as mentioned above) that method does not work, so we need to dig a little deeper into the app to see why it isn't working. The "digging deeper" procedure is what I asked you to do.

After reviewing your "digging deeper" response and re-reading your initial request, I'm strongly convinced now that I actually just did it wrong. I didn't catch my error because I was un-able to install the app on my Chromecast device in this region to ensure that it would work. Sorry about that! This section from your 2nd response is further evidence of my error:

  Activity Resolver Table:
    Non-Data Actions:
        android.intent.action.MAIN:
          d24e03e com.eurosport.player/.MainActivity filter 2fa8e9f
            Action: "android.intent.action.MAIN"
            Category: "android.intent.category.LEANBACK_LAUNCHER"

So let's do this:

  1. First, I'll slap my own hand. (ouch!) Ok, now that we've done that, can I have you verify that my proposed new ADB command will work?
  2. Go to the Home Screen of your device, or any other app that is not Eurosport Player
  3. Follow the same instructions from before, but only steps 1-4. (skip step 0)
  4. Enter this command adb shell am start -n com.eurosport.player/.MainActivity
  5. Click the CALL SERVICE button.

Did Eurosport Player launch?

Hi,

Thanks again for the information and background.

YES the Eurosport Player did launch, so we have found the correct command now :-)

Excellent! Thank you for your cooperation!

I've made that fix in my development environment, so it will be published as a part of the next Firemote release. In the meantime if you're feeling adventurous, impatient, or just like to tinker, you could track down your local copy of launcher-buttons.js and make the change there too!

I'll leave this issue open until the next Firemote release.

-Doug

Thank you for the quick help, I have changed it locally but running in some caching issues I believe...

I any case will keep an eye open for the next release.

Yes, thanks, had found that and tried most of it.

I really should re-do that article, especially the This WILL clear the cache if all else fails browser section. It is kind of an involved process, and my directions aren't very clear.

@darkrain-nl

I have just published Firemote version v3.4.2 which contains the fix for this blunder I caused, and should also push a little hint to your systems to refresh the cache for this update.

Enjoy!

-Doug