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

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

Add SF proto dump to bugreport

am: 306c8ab0

Change-Id: I22c876e39fef5763dc97e5bb195afdcb7f385dd9
parents 69242bdc 306c8ab0
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();