06-24 16:53:23.418 2021 2021 E AndroidRuntime: java.lang.RuntimeException: Unable to create service com.google.android.systemui.lowlightclock.LowLightClockDreamService: java.lang.RuntimeException: Couldn't call constructor
06-24 16:53:23.418 2021 2021 E AndroidRuntime: at android.app.ActivityThread.handleCreateService(ActivityThread.java:5317)
06-24 16:53:23.418 2021 2021 E AndroidRuntime: at android.app.ActivityThread.-$$Nest$mhandleCreateService(Unknown Source:0)
06-24 16:53:23.418 2021 2021 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2606)
06-24 16:53:23.418 2021 2021 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:110)
06-24 16:53:23.418 2021 2021 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:248)
06-24 16:53:23.418 2021 2021 E AndroidRuntime: at android.os.Looper.loop(Looper.java:338)
06-24 16:53:23.418 2021 2021 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:9102)
06-24 16:53:23.418 2021 2021 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
06-24 16:53:23.418 2021 2021 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:598)
06-24 16:53:23.418 2021 2021 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:932)
06-24 16:53:23.418 2021 2021 E AndroidRuntime: Caused by: java.lang.RuntimeException: Couldn't call constructor
06-24 16:53:23.418 2021 2021 E AndroidRuntime: at com.android.systemui.SystemUIAppComponentFactoryBase.instantiateService(go/retraceme 4d9244815cb2a8db26361f6e20f13b475cc86e8d80733cfefb09c7ddee4d5759:66)
06-24 16:53:23.418 2021 2021 E AndroidRuntime: at android.app.ActivityThread.handleCreateService(ActivityThread.java:5274)
06-24 16:53:23.418 2021 2021 E AndroidRuntime: ... 9 more
06-24 16:53:23.418 2021 2021 E AndroidRuntime: Caused by: java.lang.NoSuchMethodException: com.google.android.systemui.lowlightclock.LowLightClockDreamService.<init> []
Signed-off-by: Dmitrii <bankersenator@gmail.com>
RescueParty's aggressive approach to error recovery almost never helps
with the problems we're likely to face, and its risk of data loss is far
too high. Force-disable it entirely and remove all other conditions,
especially those that depend on data integrity in the first place, to
reduce the risk of RescueParty triggering falsely and causing data loss.
Note that it is still possible to force-enable RescueParty for testing
purposes using the persist.sys.enable_rescue property.
Android 15 limits refresh rate to 60hz for games unless we enable the developer option 'Disable default frame rate for games' manually.
Adding this prop enables it by default.
Pre-optimizing prebuilt Gapps is not needed because they are mostly
updated via Play Store and device will optimize them on install.
Save some space on /product partition and reduce build time.
Signed-off-by: Le Hong Duc <hongducthbk123@gmail.com>
- Left affordance: flashlight
- Right affordance: camera
Change-Id: I3295007e351d6e17b6efb13cacd9665475f4f34a
Signed-off-by: Jyotiraditya Panda <jyotiraditya@aospa.co>
No idea why was this annoying thing made a "feature" in the first place.
Suggested-by: Omkar Chandorkar <gotenksIN@aospa.co>
Change-Id: Iefd47099c48586dd97644e90fadf93707617a74e
(cherry picked from commit ec3160865ccb36fb8c02a5f447f670b3176c0601)
Signed-off-by: clarencelol <clarencekuiek@proton.me>