Reading build/outputs/logs File from Gradle/Android Studio
问题 I noticed my Android app was requesting to "Prevent phone from sleeping" when users installed it. I know I didn't add in any Wake_Lock but figured one of the 3rd party libraries did. After some googling, I found that I can find the merged Manifest file in the build/outputs/logs. I found the file and found a Wake_lock but wasn't sure who it was attributed to. Is it the lines above or below it that say who is requesting the Wake_Lock? Or better put is it being caused by Butterknife or Google