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

Unverified Commit dfb8e3dc authored by dianlujitao's avatar dianlujitao Committed by Michael Bestas
Browse files

llkd: Include llkd-debuggable.rc in eng builds only

 * Some (poorly written?) apps are continuously detected as Z state and
   killed by llkd even though they work just fine, leading to extremely
   bad UX and false positive bug reports.
 * llkd is disabled by default but enabled by llkd-debuggable.rc on
   ro.debuggable=1. Exclude it on userdebug builds to replicate user
   build behavior.

Change-Id: I8365149e7896e03e58808bbead208b8d4fca6a8c
parent ba42d9cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ cc_binary {

    init_rc: ["llkd.rc"],
    product_variables: {
        debuggable: {
        eng: {
            init_rc: ["llkd-debuggable.rc"],
	},
    },