| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Signed-off-by: karthick111 <karthickrko61@gmail.com>
|
| |
|
|
|
|
|
| |
*Added bttnv tool flag in board config
reverted commit LineageOS/android_device_cyanogen_msm8916-common@6a3f34a65b3abb3a08d66b53216d18ff84fad7c4
reverted commit LineageOS/android_device_cyanogen_msm8916-common@e8e03e896b709550d1181e5cb95e244a911b5012
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
*All needed denials are now killed
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
* Addresses the following denial:
<5>[ 508.313455] type=1400 audit(1389033492.145:78): avc: denied { search } for pid=3932 comm=QcRilReceiver name=qmux_radio dev=tmpfs ino=6056 scontext=u:r:radio:s0 tcontext=u:object_r:qmuxd_socket:s0 tclass=dir
And the following logcat error messages:
E/QcrilMsgTunnelSocket( 3916): IOExceptionjava.io.IOException: Permission deniedReason: Permission denied
E/QcrilMsgTunnelSocket( 3916): Couldn't find 'qmux_radio/rild_oem0' socket after 8 times, continuing to retry silently
|
| |
|
|
|
|
|
|
|
| |
[ 9.385228] type=1400 audit(232341.949:9): avc: denied { read write } for pid=319 comm="qmuxd" name="diag" dev="tmpfs" ino=3955 scontext=u:r:qmuxd:s0 tcontext=u:object_r:diag_device:s0 tclass=chr_file permissive=0
[ 46.353785] type=1400 audit(1498635921.459:11): avc: denied { search } for pid=334 comm="mediacodec" name="/" dev="mmcblk0p1" ino=1 scontext=u:r:mediacodec:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[ 46.399228] type=1400 audit(1498635921.509:12): avc: denied { search } for pid=334 comm="mediacodec" name="/" dev="mmcblk0p1" ino=1 scontext=u:r:mediacodec:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[ 46.542030] type=1400 audit(1498635921.649:13): avc: denied { search } for pid=334 comm="mediacodec" name="/" dev="mmcblk0p1" ino=1 scontext=u:r:mediacodec:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[ 46.559826] type=1400 audit(1498635921.669:14): avc: denied { search } for pid=334 comm="mediacodec" name="/" dev="mmcblk0p1" ino=1 scontext=u:r:mediacodec:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[ 46.950779] type=1400 audit(1498635922.059:15): avc: denied { read } for pid=1514 comm="system_server" name="fonts.xml" dev="mmcblk0p29" ino=707793 scontext=u:r:system_server:s0 tcontext=u:object_r:theme_data_file:s0 tclass=file permissive=0
|
| |
|
|
| |
Signed-off-by: karthick111 <karthickrko61@gmail.com>
|
| |
|
|
| |
Signed-off-by: karthick111 <karthickrko61@gmail.com>
|
| |
|
|
| |
Signed-off-by: karthick111 <karthickrko61@gmail.com>
|
| | |
|
| |
|
|
| |
Change-Id: Ib730065b4d3ab70c5a860ac32caab11493cf7f2c
|
| |
|
|
|
|
|
| |
* More and more users are reported too agressive behaviour
* Move leftover echos to the common script
Change-Id: Ie798b7d3221b25c9e37e148102cfe46c88cdcc6e
|
| |
|
|
|
|
| |
* perfd uses them to restore proper min/max cpus values
Change-Id: I39e910afc48c869f7796da9c1ed78996798cf427
|
| |
|
|
|
|
|
| |
* Taken from oppo msm8939
* Tweak min_cpus to match oppo msm8939 as well
Change-Id: Ice639dc225543a1d78e9dfca7382d2e40ceb5d0c
|
| |
|
|
| |
Change-Id: I2447189e45d512d2d550d54694ad86aa04321d4b
|
| |
|
|
| |
Change-Id: I7139f27d385a1d183161209b716506c214755f9d
|
| |
|
|
| |
Change-Id: I7543cb0272039612d2959333610973c81ab68fa6
|
| |
|
|
|
|
|
| |
As per cpuset man-page child cpusets can only have a subset
of the parent's cpus
Change-Id: Ib78196b13da29c9cc8241f476c45c667e7199e86
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* When a device with hundreds of apps is booted up, hundreds of
apps will spawn their BOOT_COMPLETED receivers which start
up their background initialization services. Since only one
core is allowed for these processes, the time for all these
services to complete is extremely long.
* To improve this, allow three cores for background processes,
keeping the fourth for idle wakeups. This ends up producing
a better thermal profile for the device as well, since the
small cores are not the aggressor on this SoC.
Change-Id: I98bbf8bf565bd77066ff7726014e6fa5730a4e09
|
| |
|
|
|
|
|
| |
* Move more services to system-background
* Move camera to camera-daemon
Change-Id: Icdb634c9b69083b6a58dbef8d9045e332cd3d2a3
|
| |
|
|
| |
Change-Id: I3748b890a7431b89102462264831e9c76a1af15a
|
| |
|
|
|
|
|
| |
* This is only available on Nexus/Pixel devices, and we have our own
implementation in livedisplay.
Change-Id: Ic7f44d7e74fc3ce8efa6ff38bc3f03749d0d5314
|
| |
|
|
|
|
| |
This reverts commit 844cbfaada4daab53dce9b4178f5277402a109fd.
Change-Id: I666f1a52178a546e84ad2c82eb97e6b6133067d1
|
| |
|
|
| |
Change-Id: Ieb0124823750e69705c926d3caa244c407912696
|
| |
|
|
| |
Change-Id: I0661da3b3e141278ab4dadd5a6d81f89f7b6caf7
|
| |
|
|
| |
Change-Id: Ia71bf250d8082363187b1febbe60d1895874015c
|
| |
|
|
| |
Change-Id: I0e9154efb96f07347f87f7ca9d6829803815b40f
|
| |
|
|
| |
Change-Id: Ib326e7c3df588c941e94bfd4cbb029cada062ab7
|
| |
|
|
|
|
|
|
| |
* Recent devices use /dev/block/bootdevice/by-name symlinks instead
of /dev/block/platform/msm_sdcc.1/by-name so enable support for the
new path in the assert.
Change-Id: Ida3ff1df72cfe1a807b1fcdeb06404ce2b1149af
|
| |
|
|
|
|
| |
* Also improve the UI messages a bit
Change-Id: I4000a76c875cd063f4e5f16708fba9bf5368a073
|
| |
|
|
|
|
| |
Enable SVELTE memory configuration.
Change-Id: I2653de0eb18b207ee453fdd549a5d1a69f3ad33e
|
| |
|
|
| |
Change-Id: I2df8e0cc66e9229adc70f07367e5d82b39bd8a1e
|
| |
|
|
| |
Change-Id: I80a2a830a6f8a8480d98d7c28412a49539c7a199
|
| |
|
|
|
|
|
|
| |
* Advertise encoder intra-refresh support
* Align files with original files from CAF
* Cleanup spacing while we are at it
Change-Id: Ie3533cee9a704b784228bdc3c6b0d0bb7ed5d87b
|
| |
|
|
| |
Change-Id: Ieb914c33ea1821f6094911c3309c309ff6c74dc2
|
| |
|
|
| |
Change-Id: I9f38d9176c646f7951203f626b82dfbd251ed3b9
|
| |
|
|
|
|
| |
* Taken from CAF LA.BR.1.2.9_rb1.12
Change-Id: I28a7dd7a1782be7b49a54df333ec3978e58c26ba
|
| |
|
|
| |
Change-Id: If45cb863aa912c6aef72379566743a16f2f1fe54
|
| |
|
|
| |
Change-Id: Ie5e567c96278711ca5c84258ecb4602aa2fafcc3
|
| |
|
|
|
|
|
| |
This is only meant for internal usage and must not be used
in the final product. Hence, disable it by default on 8939
Change-Id: I7e790f2e4ec572537ca6b55094a1ad888a6ea2e7
|
| |
|
|
|
|
|
|
| |
*wt88047 no longer need this
This reverts commit 43e28ca3dc5005cdbd1d0d71ffdad38b7a426451.
Change-Id: I0d80abc48bb7327c1ef0787289bb3c9518d5384c
|
| |
|
|
|
| |
Bug: 25864142
Change-Id: Ief59e26ce63b341115d42d0145a43a845b1645da
|
| |
|
|
|
|
|
|
|
| |
To allow netmgrd to acquire wakelocks correctly
we need to ensure that it belongs to system group
Bug: 24546055
Change-Id: I00b9effa7351f1cd8ef9fc062de12b5276254801
|
| |
|
|
|
|
|
| |
This flag is now needed to build libfmjni.
See https://review.lineageos.org/#/c/156827/
Change-Id: Id584846f87817c8220c36d1f86063cffd9d9318f
|
| |
|
|
| |
Change-Id: I101c0f7497014a43bd4cc1e3261de352d5aa0c52
|