Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/init/NotifPipelineInitializer.java +2 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,8 @@ public class NotifPipelineInitializer implements Dumpable { mNotifCollection.attach(mGroupCoalescer); mGroupCoalescer.attach(notificationService); Log.d(TAG, "Notif pipeline initialized"); Log.d(TAG, "Notif pipeline initialized." + " rendering=" + mFeatureFlags.isNewNotifPipelineRenderingEnabled()); } @Override Loading packages/SystemUI/src/com/android/systemui/util/wrapper/BuildInfo.java +3 −1 Original line number Diff line number Diff line Loading @@ -32,6 +32,8 @@ public class BuildInfo { /** @see Build#IS_DEBUGGABLE */ public boolean isDebuggable() { return Build.IS_DEBUGGABLE; // Build.IS_DEBUGGABLE is inlined by the gradle build, causing this to incorrectly // return false when using sysui-studio. return Build.isDebuggable(); } } Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/init/NotifPipelineInitializer.java +2 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,8 @@ public class NotifPipelineInitializer implements Dumpable { mNotifCollection.attach(mGroupCoalescer); mGroupCoalescer.attach(notificationService); Log.d(TAG, "Notif pipeline initialized"); Log.d(TAG, "Notif pipeline initialized." + " rendering=" + mFeatureFlags.isNewNotifPipelineRenderingEnabled()); } @Override Loading
packages/SystemUI/src/com/android/systemui/util/wrapper/BuildInfo.java +3 −1 Original line number Diff line number Diff line Loading @@ -32,6 +32,8 @@ public class BuildInfo { /** @see Build#IS_DEBUGGABLE */ public boolean isDebuggable() { return Build.IS_DEBUGGABLE; // Build.IS_DEBUGGABLE is inlined by the gradle build, causing this to incorrectly // return false when using sysui-studio. return Build.isDebuggable(); } }