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

Commit 6f840d84 authored by Jack Yu's avatar Jack Yu Committed by Automerger Merge Worker
Browse files

Merge "Increased the bugreport title maximum length to 100" into tm-dev am:...

Merge "Increased the bugreport title maximum length to 100" into tm-dev am: c27b0bce am: 4a92599a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17658957



Change-Id: Ifcf5a166637a3b566eb2d017b8dfe3f6825fcf64
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 59dd0f9c 4a92599a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 =