Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 068de199 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable DynamicCodeLoggingService" into main

parents 14a1f944 d2c22c7e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -78,6 +78,9 @@ public class DynamicCodeLoggingService extends JobService {
     * Schedule our jobs with the {@link JobScheduler}.
     */
    public static void schedule(Context context) {
        if (com.android.server.flags.Flags.dynamicCodeLoggingServiceRemoval()) {
            return;
        }
        ComponentName serviceName = new ComponentName(
                "android", DynamicCodeLoggingService.class.getName());