Merge changes from topic "presubmit-am-76a0661477634fa59e88f792ef7d874b" into tm-mainline-prod

* changes:
  [automerge] Increased the bugreport title maximum length to 100 2p: 9ff4d709b9
  Increased the bugreport title maximum length to 100
This commit is contained in:
Jack Yu
2022-04-08 23:00:36 +00:00
committed by Android (Google) Code Review

View File

@@ -555,7 +555,7 @@ public class ActivityManagerService extends IActivityManager.Stub
// Max character limit for a notification title. If the notification title is larger than this
// the notification will not be legible to the user.
private static final int MAX_BUGREPORT_TITLE_SIZE = 50;
private static final int MAX_BUGREPORT_TITLE_SIZE = 100;
private static final int MAX_BUGREPORT_DESCRIPTION_SIZE = 150;
private static final int NATIVE_DUMP_TIMEOUT_MS =