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

Commit 4f06756d authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 7160059 from 01833ba2 to sc-release

Change-Id: I2051fe7553fa972650c8ba6e76df0f82a5d2f61b
parents ded1b408 01833ba2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
set noparent

felipeal@google.com
nandana@google.com
jsharkey@android.com
enh@google.com
+0 −2
Original line number Diff line number Diff line
set noparent

felipeal@google.com
nandana@google.com
jsharkey@android.com
enh@google.com
+0 −2
Original line number Diff line number Diff line
set noparent

felipeal@google.com
nandana@google.com
jsharkey@android.com
enh@google.com
+0 −2
Original line number Diff line number Diff line
set noparent

felipeal@google.com
nandana@google.com
jsharkey@android.com
enh@google.com
+3 −3
Original line number Diff line number Diff line
@@ -43,9 +43,9 @@ interface IServiceManager {
     */
    const int DUMP_FLAG_PRIORITY_DEFAULT = 1 << 3;

    const int DUMP_FLAG_PRIORITY_ALL = 15;
             // DUMP_FLAG_PRIORITY_CRITICAL | DUMP_FLAG_PRIORITY_HIGH
             // | DUMP_FLAG_PRIORITY_NORMAL | DUMP_FLAG_PRIORITY_DEFAULT;
    const int DUMP_FLAG_PRIORITY_ALL =
             DUMP_FLAG_PRIORITY_CRITICAL | DUMP_FLAG_PRIORITY_HIGH
             | DUMP_FLAG_PRIORITY_NORMAL | DUMP_FLAG_PRIORITY_DEFAULT;

    /* Allows services to dump sections in protobuf format. */
    const int DUMP_FLAG_PROTO = 1 << 4;
Loading