08-31 13:38:56.084 1014 1063 E PinnerService: Could not pin file /system/framework/oat/arm/services.odex
08-31 13:38:56.084 1014 1063 E PinnerService: android.system.ErrnoException: open failed: ENOENT (No such file or directory)
08-31 13:38:56.084 1014 1063 E PinnerService: at libcore.io.Linux.open(Native Method)
08-31 13:38:56.084 1014 1063 E PinnerService: at libcore.io.ForwardingOs.open(ForwardingOs.java:167)
08-31 13:38:56.084 1014 1063 E PinnerService: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:252)
08-31 13:38:56.084 1014 1063 E PinnerService: at android.system.Os.open(Os.java:410)
08-31 13:38:56.084 1014 1063 E PinnerService: at com.android.server.PinnerService.pinFileRanges(PinnerService.java:787)
08-31 13:38:56.084 1014 1063 E PinnerService: at com.android.server.PinnerService.pinFile(PinnerService.java:667)
08-31 13:38:56.084 1014 1063 E PinnerService: at com.android.server.PinnerService.handlePinOnStart(PinnerService.java:252)
08-31 13:38:56.084 1014 1063 E PinnerService: at com.android.server.PinnerService.access$1400(PinnerService.java:87)
08-31 13:38:56.084 1014 1063 E PinnerService: at com.android.server.PinnerService$PinnerHandler.handleMessage(PinnerService.java:995)
08-31 13:38:56.084 1014 1063 E PinnerService: at android.os.Handler.dispatchMessage(Handler.java:107)
08-31 13:38:56.084 1014 1063 E PinnerService: at android.os.Looper.loop(Looper.java:214)
08-31 13:38:56.084 1014 1063 E PinnerService: at android.os.HandlerThread.run(HandlerThread.java:67)
08-31 13:38:56.084 1014 1063 E PinnerService: Failed to pin file = /system/framework/oat/arm/services.odex
08-31 13:38:56.084 1014 1063 D PinnerService: pinRangeStream: null
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Change-Id: Iad0bbac8bdc731c02a7fb1938140c567b2c1caf9
* Move the persist.adb.nonblocking_ffs property into
PRODUCT_DEFAULT_PROPERTY_OVERRIDES to ensure its set
everywhere.
Signed-off-by: bengris32 <bengris32@protonmail.ch>
Change-Id: I543194ffd3a87dc4ff3093cb6919c194e501ffa2
adbd
Recent changes to adbd have enabled nonblocking_ffs by default.
These have seeminly uncovered some bad memory corruption in the
kernel ffs gadget driver on every kernel I've tried so far.
Unfortunately I've not been able to diagnose what is going wrong,
so for now, lets disable the nonblocking_ffs.
We still need to root cause the issue as it's a problem even with
the mainline kernel on HiKey, so its likely a generic kernel issue.
Disable nonblocking_ffs in recovery, too.
Change-Id: I7a0797cc9e8e5f263e533beea23642f768c0f017
Signed-off-by: John Stultz <john.stultz@linaro.org>
* The RGBX 32 bit RGB format is stored in memory as 8
red bits, 8 green bits, 8 blue bits, and 8 ignored bits.
Change-Id: I46262f6dcc096ccecfb66c8530073bcbac3ff962
* E vndksupport: Could not load /vendor/lib/hw/audio.primary.mt6785.so from default namespace: dlopen failed: cannot locate symbol "_ZN7android13TypeConverterINS_13DefaultTraitsI14audio_format_tEEE6mTableE" referenced by "/vendor/lib/hw/audio.primary.mt6785.so"....
* The required conversion mTable [1] was removed in VNDK31, add it back.
[1] dc6be0d575
Signed-off-by: bengris32 <bengris32@protonmail.ch>
Change-Id: I9b90be74c40ec52624f84be24917b3392081a3bb