OSDN Git Service

GpuService: handle null shell command
authorJesse Hall <jessehall@google.com>
Tue, 20 Dec 2016 22:31:28 +0000 (14:31 -0800)
committerJesse Hall <jessehall@google.com>
Wed, 21 Dec 2016 18:40:26 +0000 (10:40 -0800)
commit3e26b1363ff8b39a472fc2d4fe9ee59ee818b977
tree5ba5eb78d803e23e6e1478aeeb3e5210bbc7629e
parentf4237c11d2daa4fdce728dc607b70563bdb8d7bb
GpuService: handle null shell command

Test: for cmd in "" help vkjson foo; do adb shell cmd gpu $cmd; done
Bug: 33747292
Change-Id: Iaed396cc5157e17bf72b53566fb3e38c64182c44
services/surfaceflinger/GpuService.cpp