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

Commit 306c8ab0 authored by chaviw's avatar chaviw
Browse files

Add SF proto dump to bugreport

Bug: 111062294
Test: adb bugreport
Change-Id: I40aa5f75d40b401b4f0eef5390106b3dac62ef43
parent 59fda04b
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();