diff options
| author | 2018-12-12 04:19:09 -0800 | |
|---|---|---|
| committer | 2018-12-12 04:19:09 -0800 | |
| commit | ec2d87ab6ecaa721d7e46a438156bcab89a12459 (patch) | |
| tree | 38efd78e049840ae11f4bd60cc3a48052c345955 /cmds/dumpstate/dumpstate.h | |
| parent | cbefc99124d9332e4bfaee237270c1ead5a8e30c (diff) | |
| parent | c88d050d4424a7cba8b60fc4a9a832493bd44c0b (diff) | |
Merge "Fix adb bugreport and add bugreport unit tests." am: cb47a08e14 am: ab59d1f81a
am: c88d050d44
Change-Id: I43703b6403f7dd6fcffac551f6eb2153263170db
Diffstat (limited to 'cmds/dumpstate/dumpstate.h')
| -rw-r--r-- | cmds/dumpstate/dumpstate.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmds/dumpstate/dumpstate.h b/cmds/dumpstate/dumpstate.h index 94e3191087..ee952d99d5 100644 --- a/cmds/dumpstate/dumpstate.h +++ b/cmds/dumpstate/dumpstate.h @@ -201,7 +201,8 @@ class Dumpstate { BUGREPORT_REMOTE = android::os::IDumpstate::BUGREPORT_MODE_REMOTE, BUGREPORT_WEAR = android::os::IDumpstate::BUGREPORT_MODE_WEAR, BUGREPORT_TELEPHONY = android::os::IDumpstate::BUGREPORT_MODE_TELEPHONY, - BUGREPORT_WIFI = android::os::IDumpstate::BUGREPORT_MODE_WIFI + BUGREPORT_WIFI = android::os::IDumpstate::BUGREPORT_MODE_WIFI, + BUGREPORT_DEFAULT = android::os::IDumpstate::BUGREPORT_MODE_DEFAULT }; static android::os::dumpstate::CommandOptions DEFAULT_DUMPSYS; |