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

Commit 0c4814b6 authored by Kyle Piefer's avatar Kyle Piefer
Browse files

msm: kgsl: Disable the crashdumper



The crashdumper is not supported so do not use
it when taking snapshots.

Change-Id: I26d1688414643600add5d58cdec5dc57e73f353e
Signed-off-by: default avatarKyle Piefer <kpiefer@codeaurora.org>
parent d732694b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1136,7 +1136,7 @@ int kgsl_device_snapshot_init(struct kgsl_device *device)
	device->snapshot_faultcount = 0;
	device->force_panic = 0;
	device->prioritize_unrecoverable = true;
	device->snapshot_crashdumper = 1;
	device->snapshot_crashdumper = 0;
	device->snapshot_legacy = 0;

	ret = kobject_init_and_add(&device->snapshot_kobj, &ktype_snapshot,