| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move BasicShellCommandHandler to frameworks/lib/modules-utils | Chiachang Wang | 2020-11-18 | 1 | -342/+0 |
| | | | | | | | | | | | | | BasicShellCommandHandler is used by mainline modules and the framwork. There is a new repo that was created for putting this kind of utility class. Move BasicShellCommandHandler for the incoming ConnectivityService mainline and updating the related usage. Bug: 170598012 Test: m ; verify with adb shell cmd Change-Id: Ida30c877116090616d4bf3f87fdad835446dac84 | ||||
| * | Revert "Move BasicShellCommandHandler to frameworks/lib/modules-..." | Dan Shi | 2020-11-12 | 1 | -0/+342 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Update import path of BasicShellCommandHandler" Revert "Update path for BasicShellCommandHandler" Revert "Update path for BasicShellCommandHandler" Revert "Update rule for BasicShellCommandHandler" Revert submission 12975279-move_BSCH Reason for revert: b/173120275 Reverted Changes: Ib750f4774:Move BasicShellCommandHandler I43c0dc327:Update import path of BasicShellCommandHandler I73d58c07c:Update path for BasicShellCommandHandler I21f103949:Update path for BasicShellCommandHandler I8a2873df6:Move BasicShellCommandHandler to frameworks/lib/mo... I91df774a3:Update rule for BasicShellCommandHandler Exempt-From-Owner-Approval: to fix b/173120275 Change-Id: Iaa44f9aa4c1621f331275dc76ecb7505100fe9c5 | ||||
| * | Move BasicShellCommandHandler to frameworks/lib/modules-utils | Chiachang Wang | 2020-11-10 | 1 | -342/+0 |
| | | | | | | | | | | | | | BasicShellCommandHandler is used by mainline modules and the framwork. There is a new repo that was created for putting this kind of utility class. Move BasicShellCommandHandler for the incoming ConnectivityService mainline and updating the related usage. Bug: 170598012 Test: m ; verify with adb shell cmd Change-Id: I8a2873df6e7d8342b7a8b466bda155f74c807ee3 | ||||
| * | Link wm shell command to enable protolog in shell | Winson Chung | 2020-09-15 | 1 | -0/+12 |
| | | | | | | | | | | | - Pass through unhandled logging commands to SysUI to simplify enabling/disabling logging for the shell. Bug: 168497382 Test: adb shell wm logging enable-text WM_SHELL_TASK_ORG Test: adb shell wm logging enable-text WM_DEBUG_RECENTS_ANIMATIONS Change-Id: I37942eaee82fdcf545212b18375f3d3e2638b8ee | ||||
| * | Fixed how ShellCommand show exceptions. | felipeal | 2020-05-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to this change, it was duplicating the exception. Example: $ adb shell cmd car_service create-user --flags 4444 --timeout 100 --hal-only Dude Exception occurred while executing: new user flags mismatch on existing users on {.requestId = 2, .newUserInfo = {.userId = 11, .flags = 0x115c}, .newUserName = Dude, .usersInfo = {.currentUser = {.userId = 11, .flags = NONE}, .numberUsers = 3, .existingUsers = [{.userId = 0, .flags = 0x9}, {.userId = 10, .flags = ADMIN}, {.userId = 11, .flags = NONE}]}} java.lang.IllegalArgumentException: new user flags mismatch on existing users on {.requestId = 2, .newUserInfo = {.userId = 11, .flags = 0x115c}, .newUserName = Dude, .usersInfo = {.currentUser = {.userId = 11, .flags = NONE}, .numberUsers = 3, .existingUsers = [{.userId = 0, .flags = 0x9}, {.userId = 10, .flags = ADMIN}, {.userId = 11, .flags = NONE}]}} at com.android.internal.util.Preconditions.checkArgument(Preconditions.java:69) at android.car.userlib.UserHalHelper.toVehiclePropValue(UserHalHelper.java:503) at com.android.car.hal.UserHalService.createUser(UserHalService.java:339) Now it's showing the failed command instead: Exception occurred while executing 'create-user --flags 4444 --timeout 100 --hal-only Dude': java.lang.IllegalArgumentException: new user flags mismatch on existing users on {.requestId = 2, .newUserInfo = {.userId = 11, .flags = 0x115c}, .newUserName = Dude, .usersInfo = {.currentUser = {.userId = 11, .flags = NONE}, .numberUsers = 3, .existingUsers = [{.userId = 0, .flags = 0x9}, {.userId = 10, .flags = ADMIN}, {.userId = 11, .flags = NONE}]}} at com.android.internal.util.Preconditions.checkArgument(Preconditions.java:69) at android.car.userlib.UserHalHelper.toVehiclePropValue(UserHalHelper.java:503) at com.android.car.hal.UserHalService.createUser(UserHalService.java:339) Test: manual verification Bug: 150408921 Change-Id: I42221fbe2410770b0755c32d16620acc71d8d5d2 | ||||
| * | pm install-commit supports waiting for staged session to be ready | Nikita Ioffe | 2020-03-28 | 1 | -0/+10 |
| | | | | | | | | | | | | This change allows callers of adb install-multi-package to benefit from --wait flag which will wait for the pre-installed verification of staged sessions. Test: atest PackageManagerShellCommandTest Test: adb install-multi-package tzdata.apex shim.apex Bug: 147694315 Change-Id: Ia356c4dff635ec230eb505fb400913c76ec84042 | ||||
| * | Bidner shell command API proposal | Makoto Onuki | 2019-11-05 | 1 | -0/+320 |
| Bug: 142751512 Test: "adb shell cmd jobschduler help" Test: "adb shell cmd activity help" Change-Id: I9174040cae72172e82d260d0ceb9ca5a69b72940 | |||||
