Loading services/core/java/com/android/server/policy/PhoneWindowManager.java +5 −9 Original line number Diff line number Diff line Loading @@ -3535,9 +3535,6 @@ public class PhoneWindowManager implements WindowManagerPolicy { } private void requestBugreportForTv() { if ("1".equals(SystemProperties.get("ro.debuggable")) || Settings.Global.getInt(mContext.getContentResolver(), Settings.Global.DEVELOPMENT_SETTINGS_ENABLED, 0) == 1) { try { if (!ActivityManager.getService().launchBugReportHandlerApp()) { ActivityManager.getService().requestInteractiveBugReport(); Loading @@ -3546,7 +3543,6 @@ public class PhoneWindowManager implements WindowManagerPolicy { Slog.e(TAG, "Error taking bugreport", e); } } } // TODO(b/117479243): handle it in InputPolicy /** {@inheritDoc} */ Loading Loading
services/core/java/com/android/server/policy/PhoneWindowManager.java +5 −9 Original line number Diff line number Diff line Loading @@ -3535,9 +3535,6 @@ public class PhoneWindowManager implements WindowManagerPolicy { } private void requestBugreportForTv() { if ("1".equals(SystemProperties.get("ro.debuggable")) || Settings.Global.getInt(mContext.getContentResolver(), Settings.Global.DEVELOPMENT_SETTINGS_ENABLED, 0) == 1) { try { if (!ActivityManager.getService().launchBugReportHandlerApp()) { ActivityManager.getService().requestInteractiveBugReport(); Loading @@ -3546,7 +3543,6 @@ public class PhoneWindowManager implements WindowManagerPolicy { Slog.e(TAG, "Error taking bugreport", e); } } } // TODO(b/117479243): handle it in InputPolicy /** {@inheritDoc} */ Loading