Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9918831 authored by chaviw's avatar chaviw Committed by android-build-merger
Browse files

Add SF proto dump to bugreport am: 306c8ab0

am: 1a578a8c

Change-Id: I7fcd10c9173a4ce259287dfbf4a0c73b17921408
parents 411d922c 1a578a8c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ int main(int, char**) {
    // publish surface flinger
    sp<IServiceManager> sm(defaultServiceManager());
    sm->addService(String16(SurfaceFlinger::getServiceName()), flinger, false,
                   IServiceManager::DUMP_FLAG_PRIORITY_CRITICAL);
                   IServiceManager::DUMP_FLAG_PRIORITY_CRITICAL | IServiceManager::DUMP_FLAG_PROTO);

    // publish GpuService
    sp<GpuService> gpuservice = new GpuService();