Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Stuck partial wake locks (background) - Android 8

Discussion in 'Android' started by CDF, Dec 14, 2017.

  1. CDF

    CDF

    Joined:
    Sep 14, 2013
    Posts:
    1,306
    So I've started to see some "bad behaviour" coming from my app on the Google Play console.
    Apparently its got something to do with "Stuck partial wake locks", which sounds like a Battery issue.

    I'm only seeing this on Android 8, no other OS versions have reported it.

    Anyone have any information about "Stuck partial wake locks" in Unity? Where might I start looking to fix this?
    Could this just be an issue with Unity and Android 8?

    Thanks for any help
     
  2. marek1990

    marek1990

    Joined:
    Dec 9, 2015
    Posts:
    8
    I have exactly the same issue. Have you found a solution?
     
  3. hasandemircioglu

    hasandemircioglu

    Joined:
    Oct 9, 2015
    Posts:
    2
    I have the same problem. What would be the suggestions to decrease "Stuck partial wake locks" rate on Developer Console?
     
  4. Le-Tuan-Son

    Le-Tuan-Son

    Joined:
    Jan 13, 2016
    Posts:
    21
    I have the same issue
     
  5. AhmedFarazKnights

    AhmedFarazKnights

    Joined:
    Jul 7, 2018
    Posts:
    5
    Still facing the issue helpppppp
     
  6. AhmedFarazKnights

    AhmedFarazKnights

    Joined:
    Jul 7, 2018
    Posts:
    5
    #UnityTechnology Where are you guys?
     
  7. xysquid

    xysquid

    Joined:
    Jun 15, 2017
    Posts:
    7
    I have this too, would appreciate any help.

    Is the problem on the developer side or is there nothing we can do?
     
  8. unity_6cfTMw3vFdNbPw

    unity_6cfTMw3vFdNbPw

    Joined:
    Dec 7, 2018
    Posts:
    1
  9. Munchy2007

    Munchy2007

    Joined:
    Jun 16, 2013
    Posts:
    1,732
    I had this show up on mine recently and there was no behaviour in my app that should have led to this, and when I investigated it, it turned out that it was most likely a spurious report by the developer console and Google said (in a post in the Google developers support group) that it could be ignored.

    The reports of this behaviour disappeared after a few days with no action taken on my part.
     
  10. jpsxno1

    jpsxno1

    Joined:
    Jul 19, 2015
    Posts:
    3
    Any result?
     
  11. AKPublish

    AKPublish

    Joined:
    Dec 14, 2016
    Posts:
    9
    We have it in our project. Did anyone solve it? It says it is tagged as "Audio Mix"
     
  12. Unarmed1000

    Unarmed1000

    Joined:
    Sep 12, 2014
    Posts:
    22
    Just started to see it. Unity2017.4.25f1

    Tagged as "Audio Mix" as above.

    Happens on Android 8.0 and 8.1.
     
  13. KarolRG

    KarolRG

    Joined:
    Jul 9, 2019
    Posts:
    2
  14. TommyTheITGuy

    TommyTheITGuy

    Joined:
    Jun 11, 2015
    Posts:
    53
    We had this issue when we were using Unity 2017.4. It's caused by the audio system not releasing a wakelock properly when the app is paused/closed. The problem resolved when we moved to Unity 2018.4

    By no means you should ignore this! Bad Android Vitals stats can cut down your organic traffic.