Loading cmds/bugreport/OWNERS +0 −2 Original line number Diff line number Diff line set noparent felipeal@google.com nandana@google.com jsharkey@android.com enh@google.com cmds/bugreportz/OWNERS +0 −2 Original line number Diff line number Diff line set noparent felipeal@google.com nandana@google.com jsharkey@android.com enh@google.com cmds/dumpstate/OWNERS +0 −2 Original line number Diff line number Diff line set noparent felipeal@google.com nandana@google.com jsharkey@android.com enh@google.com cmds/dumpsys/OWNERS +0 −2 Original line number Diff line number Diff line set noparent felipeal@google.com nandana@google.com jsharkey@android.com enh@google.com libs/binder/aidl/android/os/IServiceManager.aidl +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading
cmds/bugreport/OWNERS +0 −2 Original line number Diff line number Diff line set noparent felipeal@google.com nandana@google.com jsharkey@android.com enh@google.com
cmds/bugreportz/OWNERS +0 −2 Original line number Diff line number Diff line set noparent felipeal@google.com nandana@google.com jsharkey@android.com enh@google.com
cmds/dumpstate/OWNERS +0 −2 Original line number Diff line number Diff line set noparent felipeal@google.com nandana@google.com jsharkey@android.com enh@google.com
cmds/dumpsys/OWNERS +0 −2 Original line number Diff line number Diff line set noparent felipeal@google.com nandana@google.com jsharkey@android.com enh@google.com
libs/binder/aidl/android/os/IServiceManager.aidl +3 −3 Original line number Diff line number Diff line Loading @@ -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