Skip to content

Commit

Permalink
llkd: Include llkd-debuggable.rc in eng builds only
Browse files Browse the repository at this point in the history
 * 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
Signed-off-by: Jis G Jacob <[email protected]>
  • Loading branch information
moetayuko authored and StudioKeys committed Jun 13, 2024
1 parent bc21adc commit 19bf0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llkd/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cc_binary {

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

0 comments on commit 19bf0a0

Please sign in to comment.