Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

Commit

Permalink
begonia: Drop non-existing services.odex from pinner
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
theimpulson committed Sep 1, 2020
1 parent 283f7db commit 181155b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@
<item>/system/framework/arm64/boot-framework.oat</item>
<item>/system/framework/arm64/boot.oat</item>
<item>/system/framework/framework.jar</item>
<item>/system/framework/oat/arm/services.odex</item>
<item>/system/framework/oat/arm64/services.odex</item>
<item>/system/framework/services.jar</item>
<item>/apex/com.android.media/javalib/updatable-media.jar</item>
Expand Down

0 comments on commit 181155b

Please sign in to comment.