OSDN Git Service

add vehicle_network_service to stack dump
authorkeunyoung <keunyoung@google.com>
Fri, 16 Oct 2015 22:21:43 +0000 (15:21 -0700)
committerkeunyoung <keunyoung@google.com>
Sat, 14 Nov 2015 01:48:14 +0000 (17:48 -0800)
bug: 24095928
Change-Id: I32874f36003cd0dfacc8d9d5b568e6fc963bfa43

cmds/dumpstate/utils.cpp

index e6594ec..2ebd39f 100644 (file)
@@ -50,6 +50,7 @@ static const char* native_processes_to_dump[] = {
         "/system/bin/mediaserver",
         "/system/bin/sdcard",
         "/system/bin/surfaceflinger",
+        "/system/bin/vehicle_network_service",
         NULL,
 };